Skip to content

Commit

Permalink
Merge pull request #34 from pKallert/main
Browse files Browse the repository at this point in the history
TASK: compatibility with Neos 9.0
  • Loading branch information
kdambekalns authored Aug 14, 2023
2 parents a71bcac + b6ce92c commit 995b372
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": "^8.0",
"ext-json": "*",
"neos/flow": "7.0 || ^8.0 || dev-master",
"neos/media": "^7.0 || ^8.0 || dev-master",
"neos/flow": "7.0 || ^8.0 || ^9.0 || dev-main",
"neos/media": "^7.0 || ^8.0 || ^9.0 || dev-main",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"behat/transliterator": "~1.0",
"flownative/oauth2-client": "^4.0.2"
Expand Down

0 comments on commit 995b372

Please sign in to comment.