Skip to content

Commit

Permalink
Add compatibility with Flow / Neos 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Apr 20, 2022
1 parent 0c1444d commit d0bbccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"type": "neos-package",
"license": "MIT",
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"ext-exif": "*",
"ext-mbstring": "*",

"neos/flow": "^4.0 || ^5.0 || ^6.0 || ^7.0 || dev-master",
"neos/media": "^3.0 || ^4.0 || ^5.0 || ^7.0 || dev-master",
"neos/flow": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/media": "^3.0 || ^4.0 || ^5.0 || ^7.0 || ^8.0 || dev-master",
"neos/metadata": "^2.0 || dev-master",
"neos/utility-mediatypes": "^4.0 || ^5.0 || ^6.0 || ^7.0 || dev-master"
"neos/utility-mediatypes": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d0bbccc

Please sign in to comment.