I just run this command composer update
and updated following list but after successful update my working application is showing this error
exception 'yii\base\InvalidRouteException' with message 'Unable to resolve the request "booking/index".' in D:\xampp\htdocs\statuscar\vendor\yiisoft\yii2\base\Module.php:460
Stack trace:
#0 D:\xampp\htdocs\statuscar\vendor\yiisoft\yii2\web\Application.php(84): yii\base\Module->runAction('booking/index', Array)
#1 D:\xampp\htdocs\statuscar\vendor\yiisoft\yii2\base\Application.php(375): yii\web\Application->handleRequest(Object(yii\web\Request))
#2 D:\xampp\htdocs\statuscar\web\index.php(12): yii\base\Application->run()
#3 {main}
Next exception 'yii\web\NotFoundHttpException' with message 'Page not found.' in D:\xampp\htdocs\statuscar\vendor\yiisoft\yii2\web\Application.php:96
Stack trace:
#0 D:\xampp\htdocs\statuscar\vendor\yiisoft\yii2\base\Application.php(375): yii\web\Application->handleRequest(Object(yii\web\Request))
#1 D:\xampp\htdocs\statuscar\web\index.php(12): yii\base\Application->run()
#2 {main}
[b]composer update[/b] Output
The "yiisoft/yii2-composer" plugin requires composer-plugin-api 1.0.0, this *WILL* break in the future and it should be fixed ASAP (require ^1.0 for example).
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing yiisoft/yii2-composer (2.0.3)
- Installing yiisoft/yii2-composer (2.0.4)
Downloading: 100%
- Removing swiftmailer/swiftmailer (v5.3.1)
- Installing swiftmailer/swiftmailer (v5.4.1)
Downloading: 100%
- Removing bower-asset/jquery (2.1.3)
- Installing bower-asset/jquery (2.2.2)
Downloading: 100%
- Removing bower-asset/yii2-pjax (v2.0.2)
- Installing bower-asset/yii2-pjax (v2.0.6)
Downloading: 100%
- Removing bower-asset/jquery.inputmask (3.1.61)
- Installing bower-asset/jquery.inputmask (3.2.7)
Downloading: 100%
- Removing cebe/markdown (1.0.1)
- Installing cebe/markdown (1.1.0)
Downloading: 100%
- Removing yiisoft/yii2 (2.0.3)
- Installing yiisoft/yii2 (2.0.7)
Downloading: 100%
- Removing yiisoft/yii2-swiftmailer (2.0.3)
- Installing yiisoft/yii2-swiftmailer (2.0.5)
Downloading: 100%
- Removing yiisoft/yii2-jui (2.0.3)
- Installing yiisoft/yii2-jui (2.0.5)
Downloading: 100%
- Removing yiisoft/yii2-codeception (2.0.3)
- Installing yiisoft/yii2-codeception (2.0.5)
Downloading: 100%
- Removing bower-asset/bootstrap (v3.3.2)
- Installing bower-asset/bootstrap (v3.3.5)
Downloading: 100%
- Removing yiisoft/yii2-bootstrap (2.0.3)
- Installing yiisoft/yii2-bootstrap (2.0.6)
Downloading: 100%
- Removing yiisoft/yii2-debug (2.0.3)
- Installing yiisoft/yii2-debug (2.0.6)
Downloading: 100%
- Removing bower-asset/typeahead.js (v0.10.5)
- Installing bower-asset/typeahead.js (v0.11.1)
Downloading: 100%
- Removing yiisoft/yii2-gii (2.0.3)
- Installing yiisoft/yii2-gii (2.0.5)
Downloading: 100%
- Removing fzaninotto/faker (v1.4.0)
- Installing fzaninotto/faker (v1.5.0)
Downloading: 100%
Package kop/yii2-conditional-validator is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files