Skip to content

Commit

Permalink
Merge pull request #3 from thangcx-1985/add_laravel_8.x
Browse files Browse the repository at this point in the history
Add required for Laravel 8.x
  • Loading branch information
sunh-2087 authored Mar 29, 2021
2 parents 7162d45 + 1e4825a commit 3b9c281
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,11 +16,11 @@
"require": {
"php": ">=7.1",
"wataridori/chatwork-sdk": "^0.3.1",
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0"
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^4.8",
"mockery/mockery": "^0.9.4"
},
Expand Down

0 comments on commit 3b9c281

Please sign in to comment.