php - composer command does nothing -


i work yii2 in windows 10 using xampp in project, composer command nothing @ all.

to understand more, have add this, composer command works in every path exept one project.

my composer.json:

{     "name": "yiisoft/yii2-app-advanced",     "description": "yii 2 advanced project template",     "keywords": ["yii2", "framework", "advanced", "project template"],     "homepage": "http://www.yiiframework.com/",     "type": "project",     "license": "bsd-3-clause",     "support": {         "issues": "https://github.com/yiisoft/yii2/issues?state=open",         "forum": "http://www.yiiframework.com/forum/",         "wiki": "http://www.yiiframework.com/wiki/",         "irc": "irc://irc.freenode.net/yii",         "source": "https://github.com/yiisoft/yii2"     },     "minimum-stability": "stable",     "require": {         "php": ">=5.4.0",         "yiisoft/yii2": ">=2.0.6",         "yiisoft/yii2-bootstrap": "*",         "yiisoft/yii2-swiftmailer": "*",         "franciscomaya/yii2-sceditor": "dev-master",         "kartik-v/yii2-widget-sidenav": "*",         "mohammad-mahdy/yii2-jdate": "*",         "2amigos/yii2-ckeditor-widget" : "*",         "2amigos/yii2-gallery-widget": "~1.0",         "romka-chev/yii2-swiper" : "*",         "kartik-v/yii2-widgets": "*",         "kartik-v/yii2-grid": "@dev",         "yiisoft/yii2-imagine": "*",         "omnilight/yii2-shopping-cart": "*",         "fxp/composer-asset-plugin": "^1.0"     },     "require-dev": {         "yiisoft/yii2-codeception": "*",         "yiisoft/yii2-debug": "*",         "yiisoft/yii2-gii": "*",         "yiisoft/yii2-faker": "*"      },     "config": {         "process-timeout": 1800     },     "extra": {         "asset-installer-paths": {             "npm-asset-library": "vendor/npm",             "bower-asset-library": "vendor/bower"         }     } } 

for example want update composer using composer update command, in result nothing happens.

do know what's problem?

enter image description here

this page didn't me.

please me solve problem.

try this

please remove composer.phar,composer2.phar , composer.bat project folder , try again.

make sure take backup before doing this


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -