Skip to content

Commit

Permalink
Merge pull request #2 from kdambekalns/task/declare-neos-4-compatible
Browse files Browse the repository at this point in the history
TASK: Declare compatible to Neos 4.x
  • Loading branch information
Bastian Waidelich authored May 14, 2018
2 parents c60a7fd + f9a92e3 commit e50616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.1",
"neos/neos": "^3.3.2"
"neos/neos": "^3.3.2 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e50616e

Please sign in to comment.