Skip to content

Commit 4c87c3a

Browse files
committed
TASK: Accept dev-master package versions
1 parent 0b10ad1 commit 4c87c3a

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
@@ -9,10 +9,10 @@
99
"doctrine/annotations": "^1.0",
1010
"doctrine/collections": "^1.0",
1111
"doctrine/orm": "^2.0",
12-
"neos/error-messages": "^4.0",
13-
"neos/flow": "^4.0",
14-
"neos/utility-arrays": "^4.0",
15-
"neos/utility-objecthandling": "^4.0"
12+
"neos/error-messages": "^4.0 || dev-master",
13+
"neos/flow": "^4.0 || dev-master",
14+
"neos/utility-arrays": "^4.0 || dev-master",
15+
"neos/utility-objecthandling": "^4.0 || dev-master"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)