Skip to content

Commit d0adf78

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Improve composer.json descriptions
2 parents d31c0d0 + 5384c34 commit d0adf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PropertyAccess Component
22
========================
33

4-
The PropertyAccess component provides function to read and write from/to an
4+
The PropertyAccess component provides functions to read and write from/to an
55
object or array using a simple string notation.
66

77
Resources

composer.json

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

0 commit comments

Comments
 (0)