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

Commit 7dc24c8

Browse files
committed
feat: require container-interop ^1.2
We now require ^1.2 to ensure that PSR-11 interfaces are also present, allowing new classes to typehint only on the PSR-11 interfaces. This will allow compatibility to continue as the 1.2 variants extend the PSR-11 interfaces.
1 parent 442d09b commit 7dc24c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"phpbench/phpbench": "^0.13",
3939
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4040
"zendframework/zend-stdlib": "^2.7.3 || ^3.0",
41-
"container-interop/container-interop": "^1.1.0",
41+
"container-interop/container-interop": "^1.2.0",
4242
"zendframework/zend-coding-standard": "~1.0.0"
4343
},
4444
"suggest": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)