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

Composer deps issue #494

Closed
kleijnweb opened this issue Sep 14, 2015 · 1 comment
Closed

Composer deps issue #494

kleijnweb opened this issue Sep 14, 2015 · 1 comment

Comments

@kleijnweb
Copy link

When trying to figure out the lowest deps at which my tests would pass, I discovered that:

{ "jms/serializer": "1.0" }

Results in Fatal error: Call to undefined method PhpOption\Some::getOrThrow() when installed with composer update --prefer-lowest.

Adding:

{ "phpoption/phpoption": ">=1.1.0" }

Makes the problem go away.

@goetas
Copy link
Collaborator

goetas commented Aug 21, 2016

solved with 1.2.0

@goetas goetas closed this as completed Aug 21, 2016
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

2 participants