Skip to content

Commit 04d3bbe

Browse files
authored
TASK: Relax composer dependencies to allow Neos 8.x
In addition dev-mater is allowed aswell.
1 parent d07a14b commit 04d3bbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"doctrine/annotations": "^1.0",
99
"doctrine/collections": "^1.0",
1010
"doctrine/orm": "^2.0",
11-
"neos/error-messages": "^6.0 || ^7.0",
12-
"neos/flow": "^6.0 || ^7.0",
13-
"neos/utility-arrays": "^6.0 || ^7.0",
14-
"neos/utility-objecthandling": "^6.0 || ^7.0"
11+
"neos/error-messages": "^6.0 || ^7.0 || ^8.0 || dev-master",
12+
"neos/flow": "^6.0 || ^7.0 || ^8.0 || dev-master",
13+
"neos/utility-arrays": "^6.0 || ^7.0 || ^8.0 || dev-master",
14+
"neos/utility-objecthandling": "^6.0 || ^7.0 || ^8.0 || dev-master"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)