Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 6cb6191

Browse files
committed
update for lumen 5.5
1 parent b0e7bce commit 6cb6191

File tree

4 files changed

+3667
-5
lines changed

4 files changed

+3667
-5
lines changed

bootstrap/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
|
9494
*/
9595

96-
$app->group(['namespace' => 'App\Http\Controllers'], function ($app) {
96+
$app->router->group(['namespace' => 'App\Http\Controllers'], function ($router) {
9797
require __DIR__.'/../routes/web.php';
9898
});
9999

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"type": "project",
77
"require": {
88
"php": ">=5.6.4",
9-
"laravel/lumen-framework": "5.4.*",
9+
"laravel/lumen-framework": "5.5.*",
1010
"vlucas/phpdotenv": "~2.2"
1111
},
1212
"require-dev": {
1313
"fzaninotto/faker": "~1.4",
14-
"phpunit/phpunit": "~5.0",
14+
"phpunit/phpunit": "~6.0",
1515
"mockery/mockery": "~0.9"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)