Sanaullah Ahmad
Sanaullah Ahmad

Reputation: 508

yii2 codeception installation error from composer

In yii2, i am installing a new module through composer by following command 'global require "codeception/codeception = 2.0.*"'enter image description here but it is showing following error

Upvotes: 0

Views: 252

Answers (1)

Rafal
Rafal

Reputation: 573

try:

composer self-update

composer global require "codeception/codeception=2.2.10" "codeception/specify=*" "codeception/verify=*"

Upvotes: 1

Related Questions