Skip to content

Commit 3e8088c

Browse files
authored
Merge pull request #65 from so-grimm/neos9-compatibility
Add Neos 9 compatibility
2 parents da0c965 + 4c2f3e4 commit 3e8088c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"neos/neos": "^7.3 || ^8.0",
24-
"neos/neos-ui": "^7.3 || ^8.0"
23+
"neos/neos": "^7.3 || ^8.0 || ^9.0",
24+
"neos/neos-ui": "^7.3 || ^8.0 || ^9.0"
2525
},
2626
"extra": {
2727
"neos": {

0 commit comments

Comments
 (0)