Skip to content

Commit

Permalink
Merge pull request #5 from Sebobo/task/flow-php-8-compatibility
Browse files Browse the repository at this point in the history
TASK: Define compatibility with PHP 8 and Flow 8
  • Loading branch information
johannessteu committed Apr 5, 2022
2 parents b9768fa + 5b98b12 commit c29c900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -6,9 +6,9 @@
"bin-dir": "bin"
},
"require": {
"neos/flow": "^7.0",
"neos/flow": "^7.0 || ^8.0 || dev-master",
"t3n/graphql": "^3.0",
"php": "^7.3",
"php": ">=7.3",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit c29c900

Please sign in to comment.