Skip to content

Commit cd52f22

Browse files
Merge pull request #148 from neos/dlubitz-patch-1
TASK: Allow neos/form in version 6.x
2 parents de0a02c + 6e00bd7 commit cd52f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Flow Form Framework integration into Neos CMS",
55
"license": "GPL-3.0+",
66
"require": {
7-
"neos/neos": "^9.0",
8-
"neos/form": "^5.0"
7+
"neos/neos": "^9.0",
8+
"neos/form": "^5.0 || ^6.0"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)