Skip to content

Commit

Permalink
Merge pull request #97 from neos/neos9
Browse files Browse the repository at this point in the history
TASK: declare compatibility to Neos 9
  • Loading branch information
ahaeslich authored Oct 13, 2023
2 parents f8ae38d + 203e234 commit 9decbe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"webexcess/redirecthandler-backend": "*"
},
"require": {
"php": ">=7.4",
"neos/redirecthandler": "~5.0 || dev-main",
"neos/neos": "~7.3 || ~8.0 || dev-master",
"php": ">= 8.2",
"neos/redirecthandler": "~6.0 || dev-main",
"neos/neos": "~9.0 || dev-master",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit 9decbe2

Please sign in to comment.