Skip to content

Commit

Permalink
Added support for Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Lago committed Apr 22, 2024
1 parent 8f6a746 commit 96d3e48
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ Network Trash Folder
Temporary Items
.apdisk
.phpunit.result.cache
/.phpunit.cache/
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ It provides the following features

## Installation

For Laravel 11.x

composer require juanparati/brevosuite "^11.0"

For Laravel 10.x

composer require juanparati/brevosuite
composer require juanparati/brevosuite "^10.0"

For older Laravel versions check [Sendinblue v3 for Laravel](https://github.com/juanparati/Sendinblue).

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"sms"
],
"require": {
"php": ">=8.1",
"laravel/framework": "^10.0.0",
"illuminate/mail": "^10.0.0",
"php": ">=8.2",
"laravel/framework": "^11.0.0",
"illuminate/mail": "^11.0.0",
"getbrevo/brevo-php": "~v1.0.2",
"symfony/brevo-mailer": "~7.0.3",
"symfony/http-client": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0.7",
"orchestra/testbench": "^8.21"
"orchestra/testbench": "^8.21|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion tests/test/Services/ServiceRegistrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Brevo\Client\Api\ExternalFeedsApi;
use Brevo\Client\Api\FilesApi;
use Brevo\Client\Api\FoldersApi;
use Brevo\Client\Api\InboundParsingApi;
use Brevo\Client\Api\ListsApi;
use Brevo\Client\Api\MasterAccountApi;
use Brevo\Client\Api\NotesApi;
Expand Down

0 comments on commit 96d3e48

Please sign in to comment.