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

Commit

Permalink
Merge branch 'hotfix/466' into develop
Browse files Browse the repository at this point in the history
Forward port #466
  • Loading branch information
weierophinney committed Mar 13, 2017
2 parents 3d3e45f + ceba52f commit 318fac1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/book/reference/migration/to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@ recommend updating them to instead typehint against PSR-11, which will allow
you to drop the container-interop requirement once your chosen container
implementation no longer requires it.

> ### Do not update blindly!
>
> If you are implementing interfaces from other packages in your factory
> implementations, be sure to check and see if those interfaces update to PSR-11
> before making changes.
>
> As an example, zend-servicemanager v3 does not update
> `Zend\ServiceManager\Factory\FactoryInterface` and siblings to typehint
> against PSR-11, as doing so would break backwards compatibility.
## http-interop

Stratigility 2.0 provides the ability to work with [http-interop middleware
Expand Down

0 comments on commit 318fac1

Please sign in to comment.