Update to Laravel 8.*

This commit is contained in:
Bruno F. Fontes 2021-02-23 20:00:23 -03:00
parent 2244ca22dc
commit 94d1435d81
3 changed files with 750 additions and 412 deletions

View File

@ -5,19 +5,19 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"php": "^7.3.0",
"fideloper/proxy": "^4.0",
"laravel/framework": "^7.0",
"laravel/framework": "^8.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0"
"laravel/ui": "^3.0"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"classmap": [

1150
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,7 @@
<?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder