Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
04-13-2015, 02:08 AM
|
#1
|
Member
Registered: Sep 2012
Posts: 71
Rep: 
|
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].
|
|
|
|
04-13-2015, 03:03 AM
|
#2
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Hi...
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.
|
|
|
04-13-2015, 03:41 AM
|
#3
|
Member
Registered: Sep 2012
Posts: 71
Original Poster
Rep: 
|
when i run
Quote:
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
|
|
|
04-13-2015, 03:54 AM
|
#4
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
https://getcomposer.org/doc/00-intro.md
"" Composer is a tool for dependency management in PHP. ""
Why do you want a version of 'composer' that doesn't match you php version ?
|
|
|
04-13-2015, 04:21 AM
|
#5
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by kohshan99
even i update from ubuntu repositories.. still getting these errors
|
Hi...
Hmmm. What version is reported to be installed? I also found this page, if it helps.
Regards...
|
|
1 members found this post helpful.
|
04-14-2015, 11:47 AM
|
#6
|
Member
Registered: Sep 2012
Posts: 71
Original Poster
Rep: 
|
Quote:
Originally Posted by ardvark71
Hi...
Hmmm. What version is reported to be installed? I also found this page, if it helps.
Regards...
|
Thank you soo much.. it works..
|
|
|
04-14-2015, 05:12 PM
|
#7
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by kohshan99
Thank you soo much.. it works..
|
You're welcome, glad you got it going!
If you would, please mark this thread as "SOLVED."
Regards...
|
|
|
All times are GMT -5. The time now is 01:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|