Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48d0437

Browse filesBrowse files
committed
update for 7.3
1 parent 7ee7da3 commit 48d0437
Copy full SHA for 48d0437

File tree

4 files changed

+9
-4
lines changed
Filter options

4 files changed

+9
-4
lines changed

‎UPGRADE-7.3.md

Copy file name to clipboardExpand all lines: UPGRADE-7.3.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ FrameworkBundle
3737
because its default value will change in version 8.0
3838
* Deprecate the `--show-arguments` option of the `container:debug` command, as arguments are now always shown
3939

40+
Notifier
41+
--------
42+
43+
* Deprecate the `Sms77` transport, use `SevenIo` instead
44+
4045
Serializer
4146
----------
4247

‎src/Symfony/Component/Notifier/Bridge/Sms77/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Sms77/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
7.2
4+
7.3
55
---
66

77
* Deprecate the bridge

‎src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\Notifier\Bridge\Sms77;
1313

14-
trigger_deprecation('symfony/sms77-notifier', '7.2', 'The "symfony/sms77-notifier" package is deprecated, use "symfony/sevenio-notifier" instead.');
14+
trigger_deprecation('symfony/sms77-notifier', '7.3', 'The "symfony/sms77-notifier" package is deprecated, use "symfony/sevenio-notifier" instead.');
1515

1616
use Symfony\Component\Notifier\Exception\TransportException;
1717
use Symfony\Component\Notifier\Exception\UnsupportedMessageTypeException;
@@ -26,7 +26,7 @@
2626
/**
2727
* @author André Matthies <matthiez@gmail.com>
2828
*
29-
* @deprecated since Symfony 7.2, use the Seven.io bridge instead.
29+
* @deprecated since Symfony 7.3, use the Seven.io bridge instead.
3030
*/
3131
final class Sms77Transport extends AbstractTransport
3232
{

‎src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @author André Matthies <matthiez@gmail.com>
2020
*
21-
* @deprecated since Symfony 7.2, use the Seven.io bridge instead.
21+
* @deprecated since Symfony 7.3, use the Seven.io bridge instead.
2222
*/
2323
final class Sms77TransportFactory extends AbstractTransportFactory
2424
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.