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 c3b42a3 commit 11a9c5cCopy full SHA for 11a9c5c
src/AutoMapper.php
@@ -37,7 +37,7 @@
37
*/
38
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
39
{
40
- public const VERSION = '9.1.2';
+ 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