nunomaduro / laravel-console-menu

🔘 Beautiful PHP CLI menus. Is a php-school/cli-menu wrapper for Laravel/Artisan Console Commands
MIT License
802 stars 40 forks source link

PHP version requirement #10

Closed danki closed 6 years ago

danki commented 6 years ago

Hehe, readme says "works with 7.0+"

  Problem 1
    - This package requires php 7.1.0 but your PHP version (7.1.12) does not satisfy that requirement.
danki commented 6 years ago

Running following, will do for now composer require nunomaduro/laravel-console-menu --ignore-platform-reqs

nunomaduro commented 6 years ago

@danki I may have fixed that on the latest version. Please re-try. If you have any problems please provide me the full output.

nunomaduro commented 6 years ago

@danki Any news on this?

mikeerickson commented 6 years ago

Beware, future version of cli-menu has a PR plan for PHP 7.2 as minimum version. We may be stuck in compatibility mode unless this PR gets rejected

https://github.com/php-school/cli-menu/pull/78/commits/8294946bab0ad661be6506d4f98e7dff68f9bb52

nunomaduro commented 6 years ago

Hey @mikeerickson.

If they do that, they must release a major version. So that is not a problem. Do you mind of closing this issue?

mikeerickson commented 6 years ago

Close away :)