Skip to content

Commit ffee082

Browse files
committed
Fix some Composer keywords
1 parent 0722fdf commit ffee082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": [

0 commit comments

Comments
 (0)