Skip to content

Commit

Permalink
Merge pull request #64 from netr/add-laravel62-support
Browse files Browse the repository at this point in the history
add 6.2 support for laravel
  • Loading branch information
muglug authored Nov 9, 2019
2 parents 76c9cc7 + e6ccc45 commit 09e2406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "^5.8|^6.0",
"illuminate/support": "^5.8|^6.0",
"illuminate/contracts": "^5.8|^6.0|^6.2",
"illuminate/support": "^5.8|^6.0|^6.2",
"graham-campbell/manager": "^4.0",
"vimeo/vimeo-api": "^3.0"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0",
"laravel/framework": "^5.8|^6.0|^6.2",
"graham-campbell/analyzer": "^2.0",
"graham-campbell/testbench": "^5.2",
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 09e2406

Please sign in to comment.