8000 bug #35706 Fix package names (fabpot) · symfony/symfony@657b8ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 657b8ec

Browse files
committed
bug #35706 Fix package names (fabpot)
This PR was merged into the 5.1-dev branch. Discussion ---------- Fix package names | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | n/a <!-- required for new features --> Consistency fix. Commits ------- 5b1e3dd Fix package names
2 parents 7e0239b + 5b1e3dd commit 657b8ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/OvhCloud/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "symfony/ovhcloud-notifier",
2+
"name": "symfony/ovh-cloud-notifier",
33
"type": "symfony-bridge",
44
"description": "Symfony OvhCloud Notifier Bridge",
55
"keywords": ["sms", "OvhCloud", "notifier"],

src/Symfony/Component/Notifier/Bridge/RocketChat/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "symfony/rocketchat-notifier",
2+
"name": "symfony/rocket-chat-notifier",
33
"type": "symfony-bridge",
44
"description": "Symfony RocketChat Notifier Bridge",
55
"keywords": ["rocketchat", "notifier"],

0 commit comments

Comments
 (0)
0