Skip to content

Commit e0a1a90

Browse files
committed
[Notifier] Remove the Gitter bridge
1 parent d18d9dd commit e0a1a90

File tree

16 files changed

+0
-355
lines changed

16 files changed

+0
-355
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,6 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27792779
NotifierBridge\FortySixElks\FortySixElksTransportFactory::class => 'notifier.transport_factory.forty-six-elks',
27802780
NotifierBridge\FreeMobile\FreeMobileTransportFactory::class => 'notifier.transport_factory.free-mobile',
27812781
NotifierBridge\GatewayApi\GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api',
2782-
NotifierBridge\Gitter\GitterTransportFactory::class => 'notifier.transport_factory.gitter',
27832782
NotifierBridge\GoIp\GoIpTransportFactory::class => 'notifier.transport_factory.go-ip',
27842783
NotifierBridge\GoogleChat\GoogleChatTransportFactory::class => 'notifier.transport_factory.google-chat',
27852784
NotifierBridge\Infobip\InfobipTransportFactory::class => 'notifier.transport_factory.infobip',

src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'discord' => Bridge\Discord\DiscordTransportFactory::class,
3232
'fake-chat' => Bridge\FakeChat\FakeChatTransportFactory::class,
3333
'firebase' => Bridge\Firebase\FirebaseTransportFactory::class,
34-
'gitter' => Bridge\Gitter\GitterTransportFactory::class,
3534
'google-chat' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
3635
'line-notify' => Bridge\LineNotify\LineNotifyTransportFactory::class,
3736
'linked-in' => Bridge\LinkedIn\LinkedInTransportFactory::class,

src/Symfony/Component/Notifier/Bridge/Gitter/.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransportFactory.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)