Skip to content

Commit

Permalink
Merge pull request #1 from leeovery/develop
Browse files Browse the repository at this point in the history
Laravel 6 support.
  • Loading branch information
leeovery authored Sep 4, 2019
2 parents e0723ba + 8a644f2 commit 6185575
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 @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "5.8.*|^6.0.0",
"illuminate/support": "^5.8|^6.0",
"sendinblue/api-v3-sdk": "^6.1"
},
"require-dev": {
"orchestra/testbench": "3.8.*|^4.0.0",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "^3.8|^4.0",
"phpunit/phpunit": "^8.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6185575

Please sign in to comment.