PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 22, 2022

[FIXED] yii2 codeception installation error from composer

 January 22, 2022     codeception, composer-php, yii2     No comments   

Issue

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


Solution

try:

composer self-update

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


Answered By - Rafal
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing