Skip to content

Commit

Permalink
TASK: Relax composer dependencies to allow Neos 8.x
Browse files Browse the repository at this point in the history
In addition dev-mater is allowed aswell.
  • Loading branch information
mficzel committed Mar 29, 2022
1 parent d07a14b commit 04d3bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"doctrine/annotations": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/orm": "^2.0",
"neos/error-messages": "^6.0 || ^7.0",
"neos/flow": "^6.0 || ^7.0",
"neos/utility-arrays": "^6.0 || ^7.0",
"neos/utility-objecthandling": "^6.0 || ^7.0"
"neos/error-messages": "^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/flow": "^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/utility-arrays": "^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/utility-objecthandling": "^6.0 || ^7.0 || ^8.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 04d3bbe

Please sign in to comment.