PHP 7 requirements?
Looks like me running PHP 5.4 is not going to hack it.. is there any way to lower the requirements down a bit?
Problem 1 - This package requires php >=7.0.0 but your PHP version (5.4.45) does not satisfy that requirement. Problem 2 - guzzlehttp/guzzle 6.2.x-dev requires php >=5.5 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.2.1 requires php >=5.5 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.2.0 requires php >=5.5.0 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.1.1 requires php >=5.5.0 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.1.0 requires php >=5.5.0 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.0.2 requires php >=5.5.0 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.0.1 requires php >=5.5.0 -> your PHP version (5.4.45) does not satisfy that requirement. - guzzlehttp/guzzle 6.0.0 requires php >=5.5.0 -> your PHP version (5.4.45) does not satisfy that requirement. - Installation request for guzzlehttp/guzzle ~6.0 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.x-dev].
Hi, The problem is that: guzzlehttp require php 5.5, I can try to bring the apis to php 5.5.
That would be great and then it's about time I upgrade to at least that anyways. Thanks :)
Ok Im up to PHP 5.5, ready when you are! :) Can you reply here when/if you can reduce the requirements?
Now I'm changing all php reserved keyword on the protos file for support php 5.6
That works, I went up to 5.6 after getting it installed on my server. Thanks!