Skip to content

Commit

Permalink
Merge pull request #10 from mpowell-atomic/patch-1
Browse files Browse the repository at this point in the history
Added support for Laravel 5.8
  • Loading branch information
alexandre-butynski committed Apr 12, 2019
2 parents e794a9a + c0a5c1d commit 6b67ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Add a CSV response type to Laravel",
"require": {
"php": ">=5.5.9",
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down

0 comments on commit 6b67ffc

Please sign in to comment.