Skip to content

Commit 1d4f841

Browse files
authored
TASK: Adjust version constraint to make this usable with dev-master
1 parent c472e75 commit 1d4f841

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
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"neos/fusion": "^3.2.0|dev-master",
14+
"neos/fusion": "^3.2.0 || dev-master",
1515
"sebastian/diff": "~1.2"
1616
},
1717
"autoload": {
@@ -24,4 +24,4 @@
2424
"package-key": "PackageFactory.FusionDslExplorer"
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)