PMC-882 Make the necessary changes in the core according to the "Laravel" upgrade guide (From v5.6.30 to v5.7)

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-06-26 13:56:49 -04:00
committed by Julio Cesar Laura Avendaño
parent 9953c196c9
commit 2d87cec8dd
3 changed files with 929 additions and 354 deletions

View File

@@ -28,7 +28,7 @@
"prefer-stable": true,
"require": {
"php": ">=7.1",
"laravel/framework": "5.6.*",
"laravel/framework": "5.7.*",
"luracast/restler": "^3.0",
"bshaffer/oauth2-server-php": "v1.0",
"colosa/pmUI": "release/3.3.1-dev",

1280
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,6 +20,7 @@ return [
Illuminate\Queue\QueueServiceProvider::class,
Illuminate\Translation\TranslationServiceProvider::class,
Laravel\Tinker\TinkerServiceProvider::class,
Illuminate\Notifications\NotificationServiceProvider::class,
],
'aliases' => [