Skip to content

Commit

Permalink
Merge pull request #6 from josenner/bugfix/composer-dependencies
Browse files Browse the repository at this point in the history
TASK: Adjust dependencies to allow use with Neos 4.x
  • Loading branch information
kdambekalns authored Sep 13, 2018
2 parents 253c05a + 276edf1 commit 7ba5892
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"name": "flownative/anchorlinks",
"license": "LGPL-3.0+",
"require": {
"neos/fluid-adaptor": "^4.0",
"neos/fusion": "^3.0",
"neos/neos": "^3.0"
"neos/neos": "^3.0 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7ba5892

Please sign in to comment.