Skip to content

Commit 1012498

Browse files
fcoolbwaidelich
authored andcommitted
TASK: Drop compatibility to neos/flow 4.x
Fixes: #52
1 parent 7ce2bff commit 1012498

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.1 || ^8.0",
8-
"neos/flow": "^4.0 || ^5.0 || ^6.0 || ^7.0 || dev-master",
8+
"neos/flow": "^5.0 || ^6.0 || ^7.0 || dev-master",
99
"neos/cache": "*"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)