PokeGOAPI-PHP icon indicating copy to clipboard operation
PokeGOAPI-PHP copied to clipboard

PHP 7 requirements?

Open baskettcase opened this issue 9 years ago • 5 comments

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].

baskettcase avatar Jul 29 '16 03:07 baskettcase

Hi, The problem is that: guzzlehttp require php 5.5, I can try to bring the apis to php 5.5.

tuttarealstep avatar Jul 29 '16 09:07 tuttarealstep

That would be great and then it's about time I upgrade to at least that anyways. Thanks :)

baskettcase avatar Jul 29 '16 15:07 baskettcase

Ok Im up to PHP 5.5, ready when you are! :) Can you reply here when/if you can reduce the requirements?

baskettcase avatar Aug 01 '16 17:08 baskettcase

Now I'm changing all php reserved keyword on the protos file for support php 5.6

tuttarealstep avatar Aug 03 '16 12:08 tuttarealstep

That works, I went up to 5.6 after getting it installed on my server. Thanks!

baskettcase avatar Aug 03 '16 20:08 baskettcase