Skip to content

Commit 32f9754

Browse files
mvdnbrkJosephSilber
authored andcommitted
Support for Laravel 5.8. (#39)
1 parent 12de630 commit 32f9754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"require": {
2121
"php": ">=5.5.9",
22-
"illuminate/contracts": "5.0 - 5.7",
23-
"illuminate/filesystem": "5.0 - 5.7",
22+
"illuminate/contracts": "5.0 - 5.8",
23+
"illuminate/filesystem": "5.0 - 5.8",
2424
"symfony/http-foundation": "2.6 - 4"
2525
},
2626
"require-dev": {
27-
"illuminate/container": "5.0 - 5.7",
27+
"illuminate/container": "5.0 - 5.8",
2828
"larapack/dd": "^1.1",
2929
"mockery/mockery": "^0.9.5",
3030
"phpunit/phpunit": "^4.8"

0 commit comments

Comments
 (0)