Closed myname1614 closed 1 year ago
Yeah I got the same issue on the basic template as well. It looks like the problem is that codeception/module-yii2
needs codeception/codeception
v5 but codeception/module-filesystem
versions defined in the packgae.json doesn't support codeception v5. You can temporarily fix your installation by modifying the the package.json with:
"codeception/module-filesystem": "^3.0 || ^2.0 || ^1.1",
Version 3 of codeception/module-filesystem
adds support for codeception v5.
@myname1614 @alxlab-zone66x codeception/module-yii2
has been updated, could you try again please?
1.
php -v
PHP 8.2.6 (cli) (built: May 15 2023 15:23:09) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.6, Copyright (c) Zend Technologies
2.
composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
same result as first message in this topic
fail installation