-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
JMS\Parser\AbstractParser not find #237
Comments
Did you install via composer? |
@schmittjoh yes |
Could be a stability issue, but I don't really know. The library is there at least: // cc @Seldaek |
@schmittjoh i add this line to my composer.json and fixed issues thanks.. |
@alizaheer There is a bug in composer when a library adds a new dependency in its dev version and you update it (i.e. you were already using an older master branch without the dependency). The workaround is quite simple: running |
i just instaiied JMSSerializerBundle and get error
Fatal error: Class 'JMS\Parser\AbstractParser' not found in .../vendor/jms/serializer-bundle/JMS/SerializerBundle/Serializer/TypeParser.php on line 11
is their any package or library i have to include ("JMS\Parser\AbstractParser")?
The text was updated successfully, but these errors were encountered: