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
D:\OpenServer\domains\opensource.php>composer require "codeception/codeception:*"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
31 packages you are using are looking for funding.
Use the composer fund command to find out more!
Next yii\db\Exception: in D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php on line 637
Script @php requirements.php handling the post-update-cmd event returned with error code 255
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered:
Hi,
Trying to install codecept file with Composer
And I have this
D:\OpenServer\domains\opensource.php>composer require "codeception/codeception:*"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
31 packages you are using are looking for funding.
Use the
composer fund
command to find out more!Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) in D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php:705
Stack trace:
#0 D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php(705): PDO->__construct()
#1 D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php(626): yii\db\Connection->createPdoInstance()
#2 D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php(1022): yii\db\Connection->open()
#3 D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php(1009): yii\db\Connection->getMasterPdo()
#4 D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Schema.php(696): yii\db\Connection->getSlavePdo()
#5 D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php(994): yii\db\Schema->getServerVersion()
#6 D:\OpenServer\domains\opensource.php\requirements.php(67): yii\db\Connection->getServerVersion()
#7 {main}
Next yii\db\Exception: in D:\OpenServer\domains\opensource.php\vendor\yiisoft\yii2\db\Connection.php on line 637
Script @php requirements.php handling the post-update-cmd event returned with error code 255
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered: