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

Commit

Permalink
Added psr/container-implementation to "provide" section
Browse files Browse the repository at this point in the history
Also, updated the container-interop-implementation constraint to `^1.2`.
  • Loading branch information
weierophinney committed Mar 1, 2017
1 parent 2013412 commit c4fffd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
}
},
"provide": {
"container-interop/container-interop-implementation": "^1.1"
"container-interop/container-interop-implementation": "^1.2",
"psr/container-implementation": "^1.0"
},
"bin": [
"bin/generate-deps-for-config-factory",
Expand Down

0 comments on commit c4fffd9

Please sign in to comment.