Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit afcc387

Browse files
committed
Merge pull request #5 from gianarb/develop
Fixed container-interop composer version
2 parents eef8077 + 6945b1e commit afcc387

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
@@ -14,7 +14,7 @@
1414
},
1515
"require": {
1616
"php": ">=5.5",
17-
"container-interop/container-interop": "*"
17+
"container-interop/container-interop": "~1.0"
1818
},
1919
"require-dev": {
2020
"zendframework/zend-di": "~2.5",

0 commit comments

Comments
 (0)