Skip to content

Commit

Permalink
Relax version constraint for neos 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Dec 16, 2020
1 parent 9feabe0 commit 98b9da4
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 @@ -16,7 +16,7 @@
}
],
"require": {
"neos/neos": "~5.0 || dev-master",
"neos/neos": "~5.0 || ^7.0 || dev-master",
"guzzlehttp/psr7": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 98b9da4

Please sign in to comment.