We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0025d commit f2b2552Copy full SHA for f2b2552
src/AutoMapper.php
@@ -37,7 +37,7 @@
37
*/
38
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
39
{
40
- public const VERSION = '9.2.0';
+ public const VERSION = '10.0.0-dev';
41
42
/** @var array<GeneratedMapper<object, object>|GeneratedMapper<array<mixed>, object>|GeneratedMapper<object, array<mixed>>> */
43
private array $mapperRegistry = [];
0 commit comments