Skip to content

Commit

Permalink
[PropertyInfo] Add accessor and mutator extractor interface and imple…
Browse files Browse the repository at this point in the history
…mentation on reflection
  • Loading branch information
joelwurtz authored and Korbeil committed Jan 22, 2020
1 parent 07818f2 commit fc25086
Show file tree
Hide file tree
Showing 9 changed files with 799 additions and 326 deletions.
373 changes: 88 additions & 285 deletions src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/Symfony/Component/PropertyAccess/composer.json
Expand Up @@ -17,7 +17,8 @@
],
"require": {
"php": "^7.2.5",
"symfony/inflector": "^4.4|^5.0"
"symfony/inflector": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0"
},
"require-dev": {
"symfony/cache": "^4.4|^5.0"
Expand Down

0 comments on commit fc25086

Please sign in to comment.