Skip to content

Commit d91b79f

Browse files
authored
TASK: Declare compatibility with Neos 8.x
1 parent 86de4cf commit d91b79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"name": "packagefactory/colorhelper",
55
"license": "GPL-3.0-or-later",
66
"require": {
7-
"neos/eel": "^5.3 || ^6.0 || ^7.0 || dev-master",
8-
"neos/fusion": "^4.3 || ^5.0 || ^7.0 || dev-master"
7+
"neos/eel": "^5.3 || ^6.0 || ^7.0 || ^8.0 || dev-master",
8+
"neos/fusion": "^4.3 || ^5.0 || ^7.0 || ^8.0 || dev-master"
99
},
1010
"require-dev": {
1111
"phpstan/phpstan": "*"

0 commit comments

Comments
 (0)