Skip to content

Commit 0d77a05

Browse files
committed
feature symfony#57658 [Notifier] Remove the Gitter bridge (fabpot)
This PR was merged into the 7.2 branch. Discussion ---------- [Notifier] Remove the Gitter bridge | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix symfony#52862 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT The Gitter API does not exist anymore. Commits ------- e0a1a90 [Notifier] Remove the Gitter bridge
2 parents 25b881a + e0a1a90 commit 0d77a05

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)