Skip to content

Commit

Permalink
Updated to add Laravel 5.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbdaly committed Oct 19, 2018
1 parent a5f1956 commit 96397cd
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 @@
"keywords": ["laravel", "etags", "etag", "middleware", "http"],
"type": "library",
"require": {
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"illuminate/http": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x"
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
"illuminate/http": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.2",
Expand Down

0 comments on commit 96397cd

Please sign in to comment.