Reputation: 508
In yii2, i am installing a new module through composer by following command 'global require "codeception/codeception = 2.0.*"' but it is showing following error
Upvotes: 0
Views: 252
Reputation: 573
try:
composer self-update
composer global require "codeception/codeception=2.2.10" "codeception/specify=*" "codeception/verify=*"
Upvotes: 1