Skip to content

Commit

Permalink
fix: relax the composer constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Kuhn authored Apr 6, 2022
1 parent dad871e commit f18d582
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 @@ -4,8 +4,8 @@
"name": "wy/neos-static-pages",
"require": {
"php": ">=7.4",
"neos/neos": "*",
"symfony/dom-crawler": "^4.0"
"neos/neos": "^5.0 || ^7.0",
"symfony/dom-crawler": "^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f18d582

Please sign in to comment.