Bump laravel dependency to 8.0
This commit is contained in:
parent
f4d9cf5b44
commit
f55f370675
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"illuminate/support": ">=5.2|^6.0|^7.0"
|
||||
"illuminate/support": ">=5.2|^6.0|^7.0|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0|^8.5",
|
||||
|
|
@ -24,9 +24,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"LaravelProfane\\ProfaneServiceProvider"
|
||||
]
|
||||
"providers": ["LaravelProfane\\ProfaneServiceProvider"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue