add laravel8

This commit is contained in:
Romulus21
2021-08-06 10:10:03 +02:00
parent 9bd45bb5e8
commit fdd99dda83
5 changed files with 116 additions and 72 deletions

View File

@@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.4.0",
"php": "^8.0",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^7.0.1",
@@ -32,7 +32,8 @@
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^8.5",
"spatie/laravel-web-tinker": "^1.7"
"spatie/laravel-web-tinker": "^1.7",
"talvbansal/laravel-gitlab-ci-config-generator": "dev-master"
},
"config": {
"optimize-autoloader": true,