Skip to content

Commit 51153db

Browse files
TASK: Declare compatibility to Flow 7.0
1 parent 48dc11f commit 51153db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"doctrine/collections": "^1.0",
1010
"doctrine/orm": "^2.0",
1111
"neos/error-messages": "^6.0",
12-
"neos/flow": "^6.0",
13-
"neos/utility-arrays": "^6.0",
14-
"neos/utility-objecthandling": "^6.0"
12+
"neos/flow": "^6.0 || ^7.0",
13+
"neos/utility-arrays": "^6.0 || ^7.0",
14+
"neos/utility-objecthandling": "^6.0 || ^7.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)