Skip to content

Commit

Permalink
Support for Laravel 5.8. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk authored and JosephSilber committed Feb 27, 2019
1 parent 12de630 commit 32f9754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,12 +19,12 @@
},
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.0 - 5.7",
"illuminate/filesystem": "5.0 - 5.7",
"illuminate/contracts": "5.0 - 5.8",
"illuminate/filesystem": "5.0 - 5.8",
"symfony/http-foundation": "2.6 - 4"
},
"require-dev": {
"illuminate/container": "5.0 - 5.7",
"illuminate/container": "5.0 - 5.8",
"larapack/dd": "^1.1",
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "^4.8"
Expand Down

0 comments on commit 32f9754

Please sign in to comment.