Skip to content

Commit

Permalink
Merge pull request #9 from kdambekalns/task/flow-neos-8-compatibility
Browse files Browse the repository at this point in the history
TASK: Add compatibility with Flow / Neos 8.0
  • Loading branch information
kdambekalns authored Apr 22, 2022
2 parents b3f8e4f + 0ac0404 commit 3afb317
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 @@
"license": "GPL-3.0+",
"description": "A support package for Neos CMS that allows for arbitrary content dimension resolution.",
"require": {
"neos/neos": "~7.0||dev-master",
"neos/flow": "~7.0||dev-master"
"neos/neos": "^7.0 || ^8.0 || dev-master",
"neos/flow": "^7.0 || ^8.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3afb317

Please sign in to comment.