Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions UPGRADE-8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ Ldap

* Remove `LdapUser::eraseCredentials()` in favor of `__serialize()`

Notifier
--------

* Remove the Sms77 Notifier bridge

OptionsResolver
---------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,6 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
NotifierBridge\Sevenio\SevenIoTransportFactory::class => 'notifier.transport_factory.sevenio',
NotifierBridge\Sinch\SinchTransportFactory::class => 'notifier.transport_factory.sinch',
NotifierBridge\Slack\SlackTransportFactory::class => 'notifier.transport_factory.slack',
NotifierBridge\Sms77\Sms77TransportFactory::class => 'notifier.transport_factory.sms77',
NotifierBridge\Smsapi\SmsapiTransportFactory::class => 'notifier.transport_factory.smsapi',
NotifierBridge\SmsBiuras\SmsBiurasTransportFactory::class => 'notifier.transport_factory.sms-biuras',
NotifierBridge\Smsbox\SmsboxTransportFactory::class => 'notifier.transport_factory.smsbox',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
'sms-biuras' => Bridge\SmsBiuras\SmsBiurasTransportFactory::class,
'sms-factor' => Bridge\SmsFactor\SmsFactorTransportFactory::class,
'sms-sluzba' => Bridge\SmsSluzba\SmsSluzbaTransportFactory::class,
'sms77' => Bridge\Sms77\Sms77TransportFactory::class,
'smsapi' => Bridge\Smsapi\SmsapiTransportFactory::class,
'smsbox' => Bridge\Smsbox\SmsboxTransportFactory::class,
'smsc' => Bridge\Smsc\SmscTransportFactory::class,
Expand Down
3 changes: 0 additions & 3 deletions src/Symfony/Component/Notifier/Bridge/Sms77/.gitattributes

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/Symfony/Component/Notifier/Bridge/Sms77/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions src/Symfony/Component/Notifier/Bridge/Sms77/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions src/Symfony/Component/Notifier/Bridge/Sms77/LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Notifier/Bridge/Sms77/README.md

This file was deleted.

96 changes: 0 additions & 96 deletions src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading