-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: replace container-interop/container-interop
#96
feature: replace container-interop/container-interop
#96
Conversation
aa302d4
to
306df04
Compare
1758c7e
to
a4e53e5
Compare
I've also added a request to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a CS rule in our standard that is lowercasing class/namespace identifiers it does not recognized. I've pointed out one set, but there's more.
@boesing If php-fig/container#38 gets accepted and released, how does that change this PR? I'm assuming we should wait to see what happens there? |
@weierophinney exactly. |
Update for those following: see container-interop/container-interop#97 for details on the planned approach. In sum:
|
We kinda need to move on with this, to enable @weierophinney I see no activity on |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
…can still use interop interfaces Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
a4e53e5
to
b6fb58a
Compare
- PSR does not implement `Throwable` in 1.x versions. - Suppress `AbstractPluginManager#__construct` error as it is not fixable without BC - `LazyServiceFactoryTest` used old `PHPUnit_Framework_MockObject_MockObject` from ancient phpunit version Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
ad80182
to
9f5b839
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Net removal of code, simplification internally, and immediate PSR-11 compatibility.
I am so thrilled by this! 😍
PoC