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

Commit c4fffd9

Browse files
committed
Added psr/container-implementation to "provide" section
Also, updated the container-interop-implementation constraint to `^1.2`.
1 parent 2013412 commit c4fffd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
}
4646
},
4747
"provide": {
48-
"container-interop/container-interop-implementation": "^1.1"
48+
"container-interop/container-interop-implementation": "^1.2",
49+
"psr/container-implementation": "^1.0"
4950
},
5051
"bin": [
5152
"bin/generate-deps-for-config-factory",

0 commit comments

Comments
 (0)