8000 Fix some Composer keywords · adpauly/symfony@4159ad8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4159ad8

Browse files
committed
Fix some Composer keywords
1 parent 67b9ac9 commit 4159ad8

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

src/Symfony/Component/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/console",
33
"type": "library",
44
"description": "Eases the creation of beautiful and testable command line interfaces",
5-
"keywords": ["console", "cli", "command line", "terminal"],
5+
"keywords": ["console", "cli", "command-line", "terminal"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

src/Symfony/Component/HttpClient/composer.json

Lines changed: 1 addition & 0 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "symfony/http-client",
33
"type": "library",
44
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
5+
"keywords": ["http"],
56
"homepage": "https://symfony.com",
67
"license": "MIT",
78
"authors": [

src/Symfony/Component/Ldap/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ldap",
33
"type": "library",
44
"description": "Provides a LDAP client for PHP on top of PHP's ldap extension",
5-
"keywords": ["ldap", "active directory"],
5+
"keywords": ["ldap", "active-directory"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

src/Symfony/Component/PropertyAccess/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/property-access",
33
"type": "library",
44
"description": "Provides functions to read and write from/to an object or array using a simple string notation",
5-
"keywords": ["property", "index", "access", "object", "array", "extraction", "injection", "reflection", "property path"],
5+
"keywords": ["property", "index", "access", "object", "array", "extraction", "injection", "reflection", "property-path"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [
66
"property",
77
"type",
8-
"PHPDoc",
8+
"phpdoc",
99
"symfony",
1010
"validator",
1111
"doctrine"

src/Symfony/Component/Routing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/routing",
33
"type": "library",
44
"description": "Maps an HTTP request to a set of configuration variables",
5-
"keywords": ["routing", "router", "URL", "URI"],
5+
"keywords": ["routing", "router", "url", "uri"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)
0