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

JMS\Parser\AbstractParser not find #237

Closed
alizaheer opened this issue Nov 17, 2012 · 5 comments
Closed

JMS\Parser\AbstractParser not find #237

alizaheer opened this issue Nov 17, 2012 · 5 comments

Comments

@alizaheer
Copy link

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")?

@schmittjoh
Copy link
Owner

Did you install via composer?

@alizaheer
Copy link
Author

@schmittjoh yes

@schmittjoh
Copy link
Owner

Could be a stability issue, but I don't really know. The library is there at least:
https://github.com/schmittjoh/JMSSerializerBundle/blob/master/composer.json#L17

// cc @Seldaek

@alizaheer
Copy link
Author

@schmittjoh i add this line to my composer.json and fixed issues thanks..

@stof
Copy link
Contributor

stof commented Nov 18, 2012

@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 composer update twice

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

No branches or pull requests

3 participants