Bump laravel dependency to 8.0

This commit is contained in:
Arandi Lopez 2021-01-10 21:48:47 -06:00
parent f4d9cf5b44
commit f55f370675
1 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,7 @@
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"illuminate/support": ">=5.2|^6.0|^7.0" "illuminate/support": ">=5.2|^6.0|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0|^8.5", "phpunit/phpunit": "^8.0|^8.5",
@ -24,9 +24,7 @@
}, },
"extra": { "extra": {
"laravel": { "laravel": {
"providers": [ "providers": ["LaravelProfane\\ProfaneServiceProvider"]
"LaravelProfane\\ProfaneServiceProvider"
]
} }
} }
} }