Skip to content

Commit

Permalink
Updated dependencies for Laravel 7 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomotol authored Mar 4, 2020
1 parent 238cdb5 commit e1300be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"require": {
"php": "7.x",
"aidantwoods/secureheaders": "^2.0",
"illuminate/http": "^5.4|^6",
"illuminate/support": "^5.4|^6"
"illuminate/contracts": ">=5.4",
"illuminate/http": ">=5.4",
"illuminate/support": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
Expand Down

0 comments on commit e1300be

Please sign in to comment.