2
I tried to install a dependency and he asked for a larger version of PHP.
Problem 1
- Illuminate/support v5.3.4 requires php >=5.6.4 -> your PHP version (5.5.9) does not satisfy that requirement.
- Illuminate/support v5.3.16 requires php >=5.6.4 -> your PHP version (5.5.9) does not satisfy that requirement.
- Illuminate/support v5.3.0 requires php >=5.6.4 -> your PHP version (5.5.9) does not satisfy that requirement.
- elibyy/tcpdf-Laravel 5.3.0 requires Illuminate/support 5.3.x -> satisfiable by Illuminate/support[v5.3.0, v5.3.16, v5.3.4].
- Installation request for elibyy/tcpdf-Laravel 5.3. * -> satisfiable by elibyy/tcpdf-Laravel[5.3.0].
There is a way to update the php version on composer.json
?
You have to install the PHP version on your Computer Operating System, via
composer.json
does not give, it is for the package manager. What is the operating system?– novic
No use changing the requested version of php in the Composer pq so it will not work the Standard, you have to update the same PHP.
– Rafael Mena Barreto
@Virgilionovic Usage Windows 7
– Denali
@Denali has to install php greater or equal to 5.6.4 on the server you are using. Have I forgotten which server you are using? Apache or IIS ?
– novic
You use Wamp, Xampp or some other local server?
– Kenny Rafael