Skip to content

Commit

Permalink
Merge pull request #17 from rolandschuetz/master
Browse files Browse the repository at this point in the history
FEATURE: Relax version constraint to support Neos 7
  • Loading branch information
markusguenther authored Jun 29, 2021
2 parents df3fb46 + dff2bca commit 9ab41ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php" : "^7.1",
"neos/flow": "*",
"neos/neos": "~4.0 || ~5.0",
"neos/swiftmailer": "^6.0",
"neos/neos": "^4.0 || ^5.0 || ^7.0 || dev-master",
"neos/swiftmailer": "^6.0 || ^7.0 || dev-master",
"spatie/crawler": "^4.1",
"league/csv": "^9.1"
},
Expand Down

0 comments on commit 9ab41ae

Please sign in to comment.