[SOLVED] Your PHP version does not satisfy that requirement.
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Your PHP version does not satisfy that requirement.
hey
how to fix that issue? getting error that your PHP version does not satisfy that requirement...
Quote:
root@iptv:~/source# ./composer.phar install
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "./composer.phar self-update" to get the latest version.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for fabpot/goutte v2.0.3 -> satisfiable by fabpot/goutte[v2.0.3].
- fabpot/goutte v2.0.3 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
Problem 2
- Installation request for guzzlehttp/guzzle 5.2.0 -> satisfiable by guzzlehttp/guzzle[5.2.0].
- guzzlehttp/guzzle 5.2.0 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
Problem 3
- Installation request for guzzlehttp/ringphp 1.0.6 -> satisfiable by guzzlehttp/ringphp[1.0.6].
- guzzlehttp/ringphp 1.0.6 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
Problem 4
- Installation request for guzzlehttp/streams 3.0.0 -> satisfiable by guzzlehttp/streams[3.0.0].
- guzzlehttp/streams 3.0.0 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
Problem 5
- Installation request for react/promise v2.2.0 -> satisfiable by react/promise[v2.2.0].
- react/promise v2.2.0 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
Problem 6
- fabpot/goutte v2.0.3 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
- symfony/framework-standard-edition 2.6.x-dev requires fabpot/goutte ~2.0 -> satisfiable by fabpot/goutte[v2.0.3].
- Installation request for symfony/framework-standard-edition 2.6.x-dev -> satisfiable by symfony/framework-standard-edition[2.6.x-dev].
It looks like you will need to upgrade your version of PHP, as Composer needs at least version 5.4.0. You can find PHP of different versions here. Also, if you you are using a distribution like Ubuntu or Debian, perhaps a newer version (that meets the minimum requirement,) is available in the repositories. Just use your package manager or a terminal to update.
Regards...
Last edited by ardvark71; 04-13-2015 at 04:13 AM.
Reason: Corrections.
root@iptv:~/source# ./composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- fabpot/goutte v2.0.3 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
- fabpot/goutte v2.0.2 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
- fabpot/goutte v2.0.1 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
- fabpot/goutte v2.0.0 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
- Installation request for fabpot/goutte ~2.0 -> satisfiable by fabpot/goutte[v2.0.0, v2.0.1, v2.0.2, v2.0.3].
even i update from ubuntu repositories.. still getting these errors
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.