Skip to content

Commit 4067521

Browse files
More go-ip fixes
1 parent b872946 commit 4067521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class UnsupportedSchemeException extends LogicException
9494
],
9595
'goip' => [
9696
'class' => Bridge\GoIp\GoIpTransportFactory::class,
97-
'package' => 'symfony/goip-notifier',
97+
'package' => 'symfony/go-ip-notifier',
9898
],
9999
'googlechat' => [
100100
'class' => Bridge\GoogleChat\GoogleChatTransportFactory::class,

Tests/Exception/UnsupportedSchemeExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
173173
yield ['twitter', 'symfony/twitter-notifier'];
174174
yield ['zendesk', 'symfony/zendesk-notifier'];
175175
yield ['zulip', 'symfony/zulip-notifier'];
176-
yield ['goip', 'symfony/goip-notifier'];
176+
yield ['goip', 'symfony/go-ip-notifier'];
177177
}
178178

179179
/**

0 commit comments

Comments
 (0)