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

Commit 5b98b12

Browse files
author
Sebastian Helzle
authored
TASK: Define compatibility with PHP 8 and Flow 8
1 parent b9768fa commit 5b98b12

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)