We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59df2bb commit e5f3aafCopy full SHA for e5f3aaf
README.md
@@ -98,13 +98,17 @@ a few keystrokes.
98
* Helpful exception messages.
99
* Console commands for debugging.
100
* Data collector and profiler integration.
101
+* Coded from the start using strict types, and maxed out PHPStan and Psalm.
102
103
## Future Features
104
105
* Option to read & write to private properties.
106
* Migrate engine to `symfony/type-info`.
107
* Auto-detect static factory method.
108
* Use our own interface for proxy objects.
109
+* `MapFrom` and `MapTo` attributes.
110
+* Support `ramsey/uuid`
111
+* Improve non-framework usage.
112
113
## Documentation
114
0 commit comments