Update illuminate support to 6.x
This commit is contained in:
parent
4be457c30b
commit
2f81a93dbe
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "arandilopez/laravel-profane",
|
"name": "arandilopez/laravel-profane",
|
||||||
"description": "Laravel 5.X Profanity Valitador",
|
"description": "Laravel Profanity Valitador",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^5.2|^5.3|^5.4|^5.5"
|
"illuminate/support": ">=5.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^4.8",
|
"phpunit/phpunit": "^4.8",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue