Skip to content

Commit 5cab9af

Browse files
committed
Add container-interop as a dependency
This will be switched out with psr's interface once behat uses it (currently under discussions)
1 parent 1f0b7ca commit 5cab9af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"psr/http-factory-implementation": "^1.0",
3636

3737
"php-http/discovery": "^1.0",
38-
"php-http/client-common": "^2.0"
38+
"php-http/client-common": "^2.0",
39+
40+
"container-interop/container-interop": "^1.0"
3941
},
4042

4143
"suggest": {

0 commit comments

Comments
 (0)