Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
TASK: Add support for Neos 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Nov 17, 2022
1 parent 62cc1c7 commit 7a64fa4
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 @@ -22,7 +22,7 @@
"test": "phpunit -c phpunit.xml --enforce-time-limit --coverage-html Build/Reports/coverage Tests || true"
},
"require": {
"neos/fusion": "^5.0 || ^7.0 || dev-master"
"neos/fusion": "^5.0 || ^7.0 || ^8.0 || dev-master"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
Expand All @@ -35,7 +35,10 @@
},
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
"bin-dir": "bin",
"allow-plugins": {
"neos/composer-plugin": true
}
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7a64fa4

Please sign in to comment.