Skip to content

Commit

Permalink
Merge pull request #44 from Perturbatio/allow-illuminate-5.8
Browse files Browse the repository at this point in the history
Added support for illuminate/support 5.8
  • Loading branch information
mpociot authored Feb 27, 2019
2 parents 2470de0 + 3551306 commit c39994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "5.5.*|5.6.*|5.7.*"
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"orchestra/testbench": "3.6.*",
Expand Down

0 comments on commit c39994e

Please sign in to comment.