Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit c29c900

Browse files
authored
Merge pull request #5 from Sebobo/task/flow-php-8-compatibility
TASK: Define compatibility with PHP 8 and Flow 8
2 parents b9768fa + 5b98b12 commit c29c900

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
@@ -6,9 +6,9 @@
66
"bin-dir": "bin"
77
},
88
"require": {
9-
"neos/flow": "^7.0",
9+
"neos/flow": "^7.0 || ^8.0 || dev-master",
1010
"t3n/graphql": "^3.0",
11-
"php": "^7.3",
11+
"php": ">=7.3",
1212
"ext-json": "*"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)