Skip to content

Commit 28280a3

Browse files
authored
Merge pull request #14 from vintagesucks/laravel-6.2
Support for Laravel 6.x
2 parents d5b5bb9 + 0dba11c commit 28280a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
],
3131
"require": {
3232
"php": ">=7.0",
33-
"illuminate/support": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x",
33+
"illuminate/support": "^5.4|^6.0",
3434
"friendsofphp/php-cs-fixer": "^2.14"
3535
},
3636
"require-dev": {
37-
"illuminate/console": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x"
37+
"illuminate/console": "^5.4|^6.0"
3838
},
3939
"extra": {
4040
"laravel": {

0 commit comments

Comments
 (0)