Skip to content

Commit

Permalink
Merge pull request #80 from pgtruesdell/master
Browse files Browse the repository at this point in the history
Laravel 8 Support
  • Loading branch information
muglug authored Oct 19, 2020
2 parents e07b15c + 2b0ea88 commit 54e4a03
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|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"graham-campbell/manager": "^4.0",
"vimeo/vimeo-api": "^3.0.3"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0|^7.0",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0",
"graham-campbell/analyzer": "^2.0",
"graham-campbell/testbench": "^5.2",
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 54e4a03

Please sign in to comment.