Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc25086

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

9 files changed

+799
-326
lines changed

‎src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccessor.php
+88-285Lines changed: 88 additions & 285 deletions
Large diffs are not rendered by default.

‎src/Symfony/Component/PropertyAccess/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/composer.json
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.