[8.x] Logs deprecations instead of treating them as exceptions (#5711)

* Logs deprecations instead of treating them as exceptions

* formatting

Co-authored-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Nuno Maduro
2021-10-19 14:42:24 +01:00
committed by GitHub
parent 196a27593b
commit 1980ca13ea
3 changed files with 16 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"php": "^7.3|^8.0",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.54",
"laravel/framework": "^8.65",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5"
},
@@ -18,7 +18,7 @@
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^5.10",
"phpunit/phpunit": "^9.5.8"
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {