Skip to content

Commit 45683cd

Browse files
Update version to 5.2
1 parent 40032e4 commit 45683cd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
5.1.0
4+
5.2.0
55
-----
66

77
* Added the bridge

src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @author Fabien Potencier <fabien@symfony.com>
2424
* @author Jérémy Romey <jeremy@free-agent.fr>
2525
*
26-
* @experimental in 5.1
26+
* @experimental in 5.2
2727
*/
2828
final class InfobipTransport extends AbstractTransport
2929
{

src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Fabien Potencier <fabien@symfony.com>
2222
* @author Jérémy Romey <jeremy@free-agent.fr>
2323
*
24-
* @experimental in 5.1
24+
* @experimental in 5.2
2525
*/
2626
final class InfobipTransportFactory extends AbstractTransportFactory
2727
{

src/Symfony/Component/Notifier/Bridge/Infobip/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.2.5",
2424
"symfony/http-client": "^4.3|^5.0",
25-
"symfony/notifier": "^5.1"
25+
"symfony/notifier": "^5.2"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Infobip\\": "" },
@@ -33,7 +33,7 @@
3333
"minimum-stability": "dev",
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "5.1-dev"
36+
"dev-master": "5.2-dev"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)