Update to PHP 8 (#1118)

* Update to PHP 8

* Update composer file

* Remove PHP 8 incompatible library

* Remove PHP 8 incompatible library
This commit is contained in:
Nabeel S
2021-05-11 18:46:21 -04:00
committed by GitHub
parent f2be14402f
commit ee61de62fa
4 changed files with 49 additions and 116 deletions

View File

@@ -66,7 +66,6 @@ return [
Collective\Html\HtmlServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class,
Prettus\Repository\Providers\RepositoryServiceProvider::class,
SebastiaanLuca\Helpers\Collections\CollectionMacrosServiceProvider::class,
Irazasyed\LaravelGAMP\LaravelGAMPServiceProvider::class,
Igaster\LaravelTheme\themeServiceProvider::class,
Nwidart\Modules\LaravelModulesServiceProvider::class,