PHP 8 Support

This commit is contained in:
2021-06-28 11:31:54 +05:00
parent 4fd5b133df
commit bcb27fc265
2 changed files with 215 additions and 261 deletions

View File

@@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"doctrine/dbal": "^2.10",
"fabpot/goutte": "^4.0",
"fideloper/proxy": "^4.2",
@@ -21,7 +21,7 @@
"laravel/sanctum": "^2.6",
"laravel/tinker": "^2.0",
"livewire/livewire": "^2.0",
"mtownsend/read-time": "^1.1",
"mtownsend/read-time": "^2.0",
"predis/predis": "^1.1",
"realrashid/sweet-alert": "^3.1",
"spatie/laravel-analytics": "^3.10",
@@ -30,7 +30,6 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3.4",
"facade/ignition": "^2.3.6",
"fzaninotto/faker": "^1.9.1",
"laravel/sail": "^1.8",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",

471
composer.lock generated

File diff suppressed because it is too large Load Diff