Skip to content

Commit

Permalink
Updated to work with Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbdaly committed Feb 25, 2018
1 parent 29b342c commit 4c08485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,10 +4,10 @@
"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",
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"symfony/http-foundation": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0",
"illuminate/http": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x"
"illuminate/http": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.2",
Expand Down

0 comments on commit 4c08485

Please sign in to comment.