Skip to content

Commit

Permalink
FEATURE: Compatibility with Neos 8 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianschwarz authored Jun 1, 2022
1 parent 380ab3d commit 297fca8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"type": "neos-package",
"license": "GPL-3.0-or-later",
"require": {
"neos/neos": "^4.3 || ^5.0 || ^7.0 || dev-master",
"neos/fusion-afx": "^1.2 || ^7.0 || dev-master"
"neos/neos": "^4.3 || 5 - 8 || dev-master",
"neos/fusion-afx": "^1.2 || 7 - 8 || dev-master"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 297fca8

Please sign in to comment.