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

Commit 7a64fa4

Browse files
committed
TASK: Add support for Neos 8.*
1 parent 62cc1c7 commit 7a64fa4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "phpunit -c phpunit.xml --enforce-time-limit --coverage-html Build/Reports/coverage Tests || true"
2323
},
2424
"require": {
25-
"neos/fusion": "^5.0 || ^7.0 || dev-master"
25+
"neos/fusion": "^5.0 || ^7.0 || ^8.0 || dev-master"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.4",
@@ -35,7 +35,10 @@
3535
},
3636
"config": {
3737
"vendor-dir": "Packages/Libraries",
38-
"bin-dir": "bin"
38+
"bin-dir": "bin",
39+
"allow-plugins": {
40+
"neos/composer-plugin": true
41+
}
3942
},
4043
"autoload": {
4144
"psr-4": {

0 commit comments

Comments
 (0)