Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit 5250aa4

Browse files
committed
SendinBlue Api Bundle for symfony3
1 parent 831dec8 commit 5250aa4

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## SendinBlue Symfony2 Bundle
1+
## SendinBlue Symfony3 Bundle
22

3-
This is [SendinBlue](https://www.sendinblue.com) provided API V2 Symfony2 Bundle. It implements the various exposed APIs that you can read more about on https://apidocs.sendinblue.com.
3+
This is [SendinBlue](https://www.sendinblue.com) provided API V2 Symfony3 Bundle. It implements the various exposed APIs that you can read more about on https://apidocs.sendinblue.com.
44

55

66
## Prerequisites
77

8-
This version of the bundle requires Symfony 2.x.
8+
This version of the bundle requires Symfony 3.x.
99

1010
## Installation
1111

@@ -15,7 +15,7 @@ Add SendinBlueApiBundle in your `composer.json`:
1515

1616
```{
1717
"require": {
18-
"sendinblue/sendinblue-api-bundle": "1.0.*"
18+
"sendinblue/sendinblue-api-bundle": "2.0.*"
1919
}
2020
}```
2121

Wrapper/Mailin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace SendinBlue\SendinBlueApiBundle\Wrapper;
44

55
use Symfony\Component\Config\Definition\Exception\Exception;
6-
76
/**
87
* SendinBlue REST client
98
*

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sendinblue/sendinblue-api-bundle",
33
"type": "symfony-bundle",
4-
"description": "Official SendinBlue provided API V2 Symfony2 Bundle",
4+
"description": "Official SendinBlue provided API V2 Symfony3 Bundle",
55
"keywords": ["Sendinblue", "api", "Bundle"],
66
"homepage": "https://github.com/mailin-api/sendinblue-api-bundle",
77
"license": "MIT",
@@ -13,15 +13,15 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3",
17-
"symfony/framework-bundle": "2.*"
16+
"php": ">=5.5",
17+
"symfony/framework-bundle": "3.*"
1818
},
1919
"autoload": {
2020
"psr-4": { "SendinBlue\\SendinBlueApiBundle\\": "" }
2121
},
2222
"extra": {
2323
"branch-alias": {
24-
"dev-master": "1.0.x-dev"
24+
"dev-master": "2.0.x-dev"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)