-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't seem to get this working w/ the latest version of Silex. #22
Comments
Hi, is |
Yeah, was just a simple class eg.:
Was testing autowiring, just doesn't seem to work. |
Was is configured with Composer? Can you try by embedding it in the whole script just to be sure? Like this:
It should work so really I'm shooting in the dark trying to understand ;) |
Yeah it was setup w/ PSR-4 autoload setting. When I get a chance today I'll double check my setup and post it. Just to confirm I'm using silex 2.0.x + php-di silex bridge 2.0.0-beta1 |
Created a generic test class and tried to let PHP-DI do it's thing and it just errors out:
example code:
Error:
The text was updated successfully, but these errors were encountered: