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

Installation issues using composer #507

Closed
bretanac93 opened this issue Mar 8, 2016 · 4 comments
Closed

Installation issues using composer #507

bretanac93 opened this issue Mar 8, 2016 · 4 comments

Comments

@bretanac93
Copy link

Hi, yesterday i'd installed this package using composer and everything goes simply fine, then I'd updated the composer phar file to the beta 1, and then when I'd try to install today in another project, I'd got this installation problem, what could be this?, thanks and best regards.

Problem 1
- Installation request for jms/serializer-bundle ^1.1.0 -> satisfiable by jms/serializer-bundle[1.1.0].
- jms/serializer-bundle 1.1.0 requires php >=5.4.0 -> your PHP version (5.6.8) overriden by "config.platform.php" version (5.3.9) does not satisfy that requirement.

@mikejw
Copy link

mikejw commented Apr 3, 2016

I'm also having this issue using MacPorts on OS X 10.11.

@mikejw
Copy link

mikejw commented Apr 3, 2016

@bretanac93 hey man, this was the fix for me: http://stackoverflow.com/a/35538178/6108127

@davidpestana
Copy link

HI,

i have similar issue

Problem 1
- Installation request for jms/serializer-bundle ^1.1 -> satisfiable by jms/serializer-bundle[1.1.0].
- jms/serializer-bundle 1.1.0 requires php >=5.4.0 -> your PHP version (5.6.11-1ubuntu3.1) does not satisfy that requirement.

solved, overwriting version at composer.json

 "config": {
        "bin-dir": "bin",
        "platform": {
            "php": "5.6.11"
        }
    },

@mvrhov
Copy link
Contributor

mvrhov commented Apr 14, 2016

Imo it would be best to report this to composer. as it seems that the composer is unable to properly parse your php version

@goetas goetas closed this as completed Feb 22, 2017
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

5 participants