Skip to content

Commit 8855cfc

Browse files
authored
Update composer.json to add Laravel 6 support
1 parent 04cf03a commit 8855cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
],
2121
"require": {
2222
"php": ">=5.6.0",
23-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
23+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "~0.9|~1.0|~1.1|~1.2",
2727
"phpunit/phpunit": "5.5.*|6.0.*|7.0.*|8.0.*",
28-
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
28+
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)