Skip to content

Commit

Permalink
chore: add support for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Sep 11, 2020
1 parent 647a509 commit 7025dbe
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,17 @@
"name": "Morten Poul Jensen",
"email": "mpj@signifly.com",
"role": "Developer"
},
{
"name": "Travis Elkins",
"email": "te@signifly.com",
"role": "Developer"
}
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"rtheunissen/guzzle-rate-limiter": "^1.0",
"signifly/shopify-php-sdk": "0.4.*"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0"
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7025dbe

Please sign in to comment.