You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just installed Eco v0.3.0 locally - I've tried both an existing project and a new, empty, directory.
Both times, when I run ./vendor/bin/eco init the script detects PHP v8.0.12 but flags that I need ^7.3 or greater.
The full output:
❯ ./vendor/bin/eco init
Box Requirements Checker
========================
> Using PHP 8.0.12
> PHP is using the following php.ini file:
/opt/homebrew/etc/php/8.0/php.ini
> Checking Box requirements:
E................
[ERROR] Your system is not ready to run the application.
Fix the following mandatory requirements:
=========================================
* The application requires the version "^7.3" or greater.
My PHP version:
❯ php -v
PHP 8.0.12 (cli) (built: Oct 21 2021 06:07:28) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.12, Copyright (c) Zend Technologies
with Xdebug v3.0.4, Copyright (c) 2002-2021, by Derick Rethans
with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies
And the output of composer show hotmeteor/eco-cli:
I've just installed Eco v0.3.0 locally - I've tried both an existing project and a new, empty, directory.
Both times, when I run
./vendor/bin/eco init
the script detects PHP v8.0.12 but flags that I need ^7.3 or greater.The full output:
My PHP version:
And the output of
composer show hotmeteor/eco-cli
:The text was updated successfully, but these errors were encountered: