8000 [PropertyInfo] Add accessor and mutator extractor interface and imple… · symfony/symfony@fc25086 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc25086

Browse files
joelwurtzKorbeil
authored andcommitted
[PropertyInfo] Add accessor and mutator extractor interface and implementation on reflection
1 parent 07818f2 commit fc25086

9 files changed

+799
-326
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Lines changed: 88 additions & 285 deletions
Large diffs are not rendered by default.

src/Symfony/Component/PropertyAccess/composer.json< 8D15 /code>

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5",
20-
"symfony/inflector": "^4.4|^5.0"
20+
"symfony/inflector": "^4.4|^5.0",
21+
"symfony/property-info": "^4.4|^5.0"
2122
},
2223
"require-dev": {
2324
"symfony/cache": "^4.4|^5.0"

0 commit comments

Comments
 (0)
0