Skip to content

Commit d421298

Browse files
authored
Merge pull request #23 from Flowpack/neos9
Declare compatibility with Neos 9
2 parents 32475e4 + f59d628 commit d421298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "flowpack/fullpagecache",
55
"license": "MIT",
66
"require": {
7-
"neos/neos": "^8.0 || dev-master",
7+
"neos/neos": "^8.0 || ^9.0 || dev-master",
88
"guzzlehttp/psr7": "^1.7, !=1.8.0 || ~2.0"
99
},
1010
"autoload": {

0 commit comments

Comments
 (0)