bitfumes / laravel-packer

Awesome Command Line Tool for speeding up your package creation.
MIT License
440 stars 44 forks source link

Installation issue #33

Open spekulatius opened 4 years ago

spekulatius commented 4 years ago

I've just tried to install the latest version and found my PHP having an issue:

peter@x1:/tmp$ packr -v Composer detected issues in your platform:

Your Composer dependencies require a PHP version ">= 7.3.0". You are running 7.2.24-0ubuntu0.18.04.6.

The composer.json for packer says 7.2.5. I guess a dependency causes this. I'll open a PR to clarify it in the composer.json.

Cheers, Peter

spekulatius commented 4 years ago

This way it would throw a message/warning, if the PHP version is incompatible.