Skip to content

Commit cdc37c6

Browse files
mirkokaufmanndimaip
authored andcommitted
TASK: Allow neos 5 in dependencies (#38)
1 parent 3a55eb6 commit cdc37c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "Tiny extension for listing things",
88
"license": "MIT",
99
"require": {
10-
"neos/neos": "^3.3 || ^4.0 || dev-master"
10+
"neos/neos": "^3.3 || ^4.0 || ^5.0 || dev-master"
1111
},
1212
"autoload": {
1313
"psr-4": {
@@ -94,4 +94,4 @@
9494
"Neos.Flow-20180415105700"
9595
]
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)