I tried to install a dependency and it 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].
Is there a way to update the php version in composer.json
?