Fix PHP 8 support

This commit is contained in:
Daniel Supernault 2021-12-14 22:59:31 -07:00
parent a065e17cc2
commit b1ce49191b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 833 additions and 629 deletions

View File

@ -13,7 +13,6 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"beyondcode/laravel-self-diagnosis": "^1.0",
"brick/math": "^0.8",
"buzz/laravel-h-captcha": "1.0.2",
"doctrine/dbal": "^2.7",
@ -26,10 +25,10 @@
"laravel/horizon": "^5.0",
"laravel/passport": "^10.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"laravel/ui": "^2.0|^3.4",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-cached-adapter": "~1.0",
"league/iso3166": "^2.1",
"league/iso3166": "^2.1|^4.0",
"pbmedia/laravel-ffmpeg": "^7.0",
"phpseclib/phpseclib": "~2.0",
"bacon/bacon-qr-code": "^2.0.3",

1457
composer.lock generated

File diff suppressed because it is too large Load Diff