Skip to content

Commit fb012ee

Browse files
authored
FEATURE: Allow installation with Neos 8
1 parent 712805f commit fb012ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "neos-package",
55
"name": "flowpack/fusion-tracing",
66
"require": {
7-
"neos/fusion": "^7.0 || dev-master"
7+
"php": "^7.4 || ^8.0",
8+
"neos/fusion": "^7.3 || ^8.0"
89
},
910
"autoload": {
1011
"psr-4": {

0 commit comments

Comments
 (0)