Skip to content

Commit 22c0bb3

Browse files
authored
Merge pull request #26 from neos/mficzel-patch-1
BUGFIX: Restore fusion version requirement ^4.2 and ^5.0
2 parents 3979f1e + 1410cca commit 22c0bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packagefactory/atomicfusion-afx": "*"
88
},
99
"require": {
10-
"neos/fusion": "*"
10+
"neos/fusion": "^4.2 || ^5.0 || dev-master"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^8.1"

0 commit comments

Comments
 (0)