Skip to content

Commit

Permalink
Merge branch 'release/v0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeovery committed Mar 3, 2020
2 parents 6185575 + 9c958d6 commit 84b2d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:37:"PHPUnit\Runner\DefaultTestResultCache":212:{a:2:{s:7:"defects";a:1:{s:70:"Leeovery\LaravelSendInBlue\Tests\MailSendInBlueTransportTest::testSend";i:3;}s:5:"times";a:1:{s:70:"Leeovery\LaravelSendInBlue\Tests\MailSendInBlueTransportTest::testSend";d:0.093;}}}
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.2",
"php": "^7.4",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.8|^6.0",
"illuminate/support": "^6.0|^7.0",
"sendinblue/api-v3-sdk": "^6.1"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0",
"phpunit/phpunit": "^8.2"
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 84b2d61

Please sign in to comment.