Skip to content

Commit 0becc95

Browse files
CHORE: Relax version constraint for flowpack/nodetemplates
1 parent eed0ae8 commit 0becc95

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
@@ -6,8 +6,8 @@
66
"keywords": ["flow", "neos", "fusion", "html"],
77
"require": {
88
"neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || ~8.0 || dev-master",
9-
"neos/fusion-afx": "^1.0 ||~7.0 || ~8.0 || dev-master",
10-
"flowpack/nodetemplates": "~1.0 || dev-master"
9+
"neos/fusion-afx": "^1.0 || ~7.0 || ~8.0 || dev-master",
10+
"flowpack/nodetemplates": "~1.0 || ~2.0 || dev-master"
1111
},
1212
"authors": [
1313
{

0 commit comments

Comments
 (0)