Skip to content

Commit

Permalink
Laravel 8.x compatibility #11 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-pizzetta authored Apr 27, 2021
1 parent c21ae6f commit 8144087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Laravel wrapper for the Coinbase Commerce API",
"keywords": [
"laravel",
"laravel 5",
"coinbase",
"coinbase commerce"
],
Expand All @@ -15,11 +14,12 @@
}
],
"require": {
"guzzlehttp/guzzle": "~6.0"
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "~3.0"
"phpunit/phpunit": "^9.3.3",
"orchestra/testbench": "^6.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8144087

Please sign in to comment.