slimphp / Slim-Console

Slim Framework Console
https://slimframework.com
MIT License
28 stars 12 forks source link

Error Installing on php 8+ #66

Closed devadattas closed 1 year ago

devadattas commented 2 years ago

I am getting the following error when I am trying to install with php 8.0.14


$ composer require slim/console     

  [InvalidArgumentException]                                                                                      
  Package slim/console has requirements incompatible with your PHP version, PHP extensions and Composer version:  
    - slim/console 0.1 requires php ^7.2 which does not match your installed version 8.0.14.                      

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>]...
heismehrab commented 1 year ago

I have same issue, any updates?