Skip to content

Commit 9929dde

Browse files
authored
update for Laravel 6
1 parent 6e029d3 commit 9929dde

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
@@ -24,12 +24,12 @@
2424
],
2525
"require": {
2626
"php" : "~5.6|~7.0",
27-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
27+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*"
2828

2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "5.5.*|7.0.*",
32-
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
32+
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
3333
"squizlabs/php_codesniffer": "^2.3"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)