Skip to content

Commit

Permalink
TASK: Allow neos 5 in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkokaufmann authored Oct 9, 2019
1 parent bda08dc commit ae8c2db
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 @@ -4,7 +4,7 @@
"name": "flownative/anchorlinks",
"license": "LGPL-3.0+",
"require": {
"neos/neos": "^3.0 || ^4.0"
"neos/neos": "^3.0 || ^4.0 || ^5.0"
},
"conflict": {
"neos/neos-ui": "<2.0.0"
Expand Down

0 comments on commit ae8c2db

Please sign in to comment.