Skip to content

Commit 6bcfb92

Browse files
authored
Update composer.json
1 parent dd7aec4 commit 6bcfb92

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sendinblue/sendinblue-api-bundle",
2+
"name": "blue-energy/sendinblue-api-bundle",
33
"type": "symfony-bundle",
44
"description": "Official SendinBlue provided API V2 Symfony 2.x & 3.x Bundle",
55
"keywords": ["Sendinblue", "api", "Bundle"],
@@ -10,11 +10,15 @@
1010
"name": "SendinBlue Developers",
1111
"email": "[email protected]",
1212
"homepage": "https://www.sendinblue.com/"
13+
},
14+
{
15+
"name": "Luis Sejer",
16+
"email": "[email protected]"
1317
}
1418
],
1519
"require": {
1620
"php": ">=5.3",
17-
"symfony/framework-bundle": "2.*|3.*"
21+
"symfony/framework-bundle": "5.*"
1822
},
1923
"autoload": {
2024
"psr-4": { "SendinBlue\\SendinBlueApiBundle\\": "" }
@@ -24,4 +28,4 @@
2428
"dev-master": "2.0.x-dev"
2529
}
2630
}
27-
}
31+
}

0 commit comments

Comments
 (0)