Skip to content

Commit 28ad554

Browse files
authored
BUGFIX: ensure this is only installable until Flow 6
1 parent cbd3dba commit 28ad554

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
@@ -3,7 +3,7 @@
33
"type": "neos-package",
44
"name": "sandstorm/neosacl",
55
"require": {
6-
"neos/flow": "*",
6+
"neos/flow": "^4.0 || ^5.0 || ^6.0",
77
"neos/fusion-afx": "*"
88
},
99
"autoload": {

0 commit comments

Comments
 (0)