Skip to content

Commit

Permalink
Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorris80 committed Apr 28, 2020
1 parent a5fd873 commit 5738f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"homepage": "https://github.com/kamerk22/amazongiftcode",
"keywords": ["Laravel", "AmazonGiftCode", "Amazon", "GiftCard", "AGCOD", "Incentives API", "Amazon Incentives API"],
"require": {
"illuminate/support": "~5|^6.0"
"illuminate/support": "~5|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"phpunit/phpunit": "~7.0|~8.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3.0",
"sempro/phpunit-pretty-print": "^1.0"
Expand Down

0 comments on commit 5738f24

Please sign in to comment.