Skip to content

Commit

Permalink
Added support for laravel 5.7 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixdotnet authored and Elhebert committed Oct 1, 2018
1 parent ea73910 commit f848bd4
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 502 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "5.5.* || 5.6.*"
"illuminate/support": "5.5.* || 5.6.* || 5.7.*"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^7.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f848bd4

Please sign in to comment.