⬆️ Upgrade from Laravel 7 to 8 for PHP 8
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-30 14:01:29 +01:00
parent 516cb44c86
commit d982682a54
4 changed files with 2587 additions and 1575 deletions

View File

@@ -11,7 +11,8 @@ use App\Parser\SeLoger;
return [
'parsers' => [
'leboncoin.fr' => LBC::class,
// FIXME https://packagist.org/packages/absmoca/leboncoin is not PHP 8 compatible because of "ext-json": "^1.6",
// 'leboncoin.fr' => LBC::class,
'seloger.com' => SeLoger::class,
'pap.fr' => Pap::class,
'ouestfrance-immo.com' => OuestFrance::class,