yii2 error yii\web\UrlManager::addRules() after composer update

i’m newbe for yii, i trying to use table grid and phpexcel for import excel file. but after i update composer i get this error.

7190

errorefterupdate.PNG

this is my composr.json




    "minimum-stability": "dev",

    "require": {

        "php": ">=5.4.0",

        "yiisoft/yii2": "*",

        "yiisoft/yii2-bootstrap": "~2.0.0",

        "yiisoft/yii2-swiftmailer": "~2.0.0",

        "kartik-v/yii2-grid": "@dev",

        "moonlandsoft/yii2-phpexcel": "*"

    },

    "require-dev": {

        "yiisoft/yii2-debug": "~2.0.0",

        "yiisoft/yii2-gii": "~2.0.0",

        "yiisoft/yii2-faker": "~2.0.0",


        "codeception/base": "*",

        "codeception/verify": "~0.3.1"

    },

    "config": {

        "process-timeout": 1800

    },

    "extra": {

        "asset-installer-paths": {

            "npm-asset-library": "vendor/npm",

            "bower-asset-library": "vendor/bower"

        }

    },

    "scripts": {

        "post-install-cmd": "php init --env=Development --overwrite=n"

    }



can someone help me?

That looks bad. Can you put 2.0.10 in yiisoft/yii2, run composer update and check if it works? If not, do the same with 2.0.9. Post about your results here.

this my cmd…

7194

r.PNG

7195

rr.PNG

Seems you don’t have a global plugin installed as described in the guide.

thank you my web work fine now, it’s because i install yii2 just with cli init, not from composer. so i reinstall it. thank you so much… :D