Skip to content

Commit

Permalink
Merge pull request #31 from kdambekalns/task/flow-neos-8-compatibility
Browse files Browse the repository at this point in the history
Add compatibility with Flow / Neos 8.0
  • Loading branch information
kdambekalns committed Apr 22, 2022
2 parents 0c1444d + 3aa6d21 commit 0ac8b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
preset: psr2

risky: true

enabled:
- alpha_ordered_imports
- array_indentation
Expand Down
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 0ac8b43

Please sign in to comment.