Skip to content

Commit e947c1f

Browse files
authored
Merge pull request #4 from Flowpack/support-Neos-8
FEATURE: Allow installation with Neos 8
2 parents 712805f + fb012ee commit e947c1f

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)