Merged in bugfix/PMC-882 (pull request #6944)

PMC-882

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2019-06-26 18:34:06 +00:00
committed by Julio Cesar Laura Avendaño
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' => [