Bump version to laravel v8

This commit is contained in:
René Preuß
2020-09-08 19:39:42 +02:00
parent 26543d806c
commit da00b4a97c
2 changed files with 2031 additions and 653 deletions

View File

@@ -11,14 +11,14 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"illuminate/support": "^7.0|^8.0",
"illuminate/console": "^7.0|^8.0",
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",
"guzzlehttp/guzzle": "^6.3",
"socialiteproviders/manager": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~4.0",
"orchestra/testbench": "^6.0",
"codedungeon/phpunit-result-printer": "^0.26.2"
},
"autoload": {