Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit c1b7e9a

Browse files
authored
TASK: Make Neos-dependency more version tolerant
1 parent 7132cf6 commit c1b7e9a

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"neos/fusion": "~3.0.0"
19+
"neos/fusion": "^3.0.0"
2020
},
2121
"autoload": {
2222
"psr-0": {
@@ -97,4 +97,4 @@
9797
"Neos.Fusion-20170120013047"
9898
]
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)