Skip to content
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

Allow usage with php-di 5 #10

Merged
merged 1 commit into from
Sep 3, 2015
Merged

Allow usage with php-di 5 #10

merged 1 commit into from
Sep 3, 2015

Conversation

avant1
Copy link
Contributor

@avant1 avant1 commented Sep 3, 2015

Since \DI\Container class in php-di 4 and php-di 5 implements \Interop\Container\ContainerInterface, I don't see any problems to allow symfony2-bridge usage with php-di 5.

The only problem was with dependency set-up: you could not install php-di 5 and this package together. This PR fixes problem.

For now I'm using php-di 5 and symfony 2.7 using my fork with this commit, everything works fine.

@mnapoli
Copy link
Member

mnapoli commented Sep 3, 2015

Thank you! I'll create a new release straightaway.

mnapoli added a commit that referenced this pull request Sep 3, 2015
Allow usage with php-di 5
@mnapoli mnapoli merged commit e197ddc into PHP-DI:master Sep 3, 2015
@avant1
Copy link
Contributor Author

avant1 commented Sep 3, 2015

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants