Skip to content

Commit 23d0ec3

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix some Composer keywords Fix some Composer keywords Fix some Composer keywords
2 parents 1cb88c4 + ed357c0 commit 23d0ec3

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/all-my-sms-notifier",
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony AllMySms Notifier Bridge",
5-
"keywords": ["sms", "allMySms", "notifier"],
5+
"keywords": ["sms", "all-my-sms", "notifier"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/free-mobile-notifier",
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony Free Mobile Notifier Bridge",
5-
"keywords": ["sms", "FreeMobile", "notifier", "alerting"],
5+
"keywords": ["sms", "free-mobile", "notifier", "alerting"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/google-chat-notifier",
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony Google Chat Notifier Bridge",
5-
"keywords": ["google", "chat", "google chat", "notifier"],
5+
"keywords": ["google", "chat", "google-chat", "notifier"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/kaz-info-teh-notifier",
33
"type": "symfony-bridge",
44
"description": "Symfony KazInfoTeh Notifier Bridge",
5-
"keywords": ["KazInfoTeh", "notifier", "symfony", "sms"],
5+
"keywords": ["kaz-info-teh", "notifier", "symfony", "sms"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ovh-cloud-notifier",
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony OvhCloud Notifier Bridge",
5-
"keywords": ["sms", "OvhCloud", "notifier"],
5+
"keywords": ["sms", "ovh-cloud", "notifier"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/turbo-sms-notifier",
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony TurboSms Notifier Bridge",
5-
"keywords": ["sms", "TurboSms", "notifier"],
5+
"keywords": ["sms", "turbo-sms", "notifier"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

src/Symfony/Component/Runtime/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "symfony/runtime",
33
"type": "composer-plugin",
44
"description": "Enables decoupling PHP applications from global state",
5+
"keywords": ["runtime"],
56
"homepage": "https://symfony.com",
67
"license" : "MIT",
78
"authors": [

src/Symfony/Component/VarExporter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/var-exporter",
33
"type": "library",
44
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
5-
"keywords": ["export", "serialize", "instantiate", "hydrate", "construct", "clone", "lazy loading", "proxy"],
5+
"keywords": ["export", "serialize", "instantiate", "hydrate", "construct", "clone", "lazy-loading", "proxy"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)