|
26 | 26 | <referencedClass name="Doctrine\ORM\Cache\Exception\InvalidResultCacheDriver"/> |
27 | 27 | <!-- We wire the command as long as DBAL ships it --> |
28 | 28 | <referencedClass name="Doctrine\DBAL\Tools\Console\Command\ReservedWordsCommand" /> |
29 | | - <!-- Remove on 2.13.x --> |
30 | | - <referencedClass name="Doctrine\DBAL\Schema\Visitor\RemoveNamespacedAssets"/> |
31 | 29 | <!-- Remove on 3.0.x --> |
32 | 30 | <referencedClass name="Doctrine\Common\Persistence\PersistentObject"/> |
| 31 | + <referencedClass name="Doctrine\DBAL\Schema\Visitor\RemoveNamespacedAssets"/> |
33 | 32 | <referencedClass name="Doctrine\ORM\Event\LifecycleEventArgs"/> |
34 | 33 | <referencedClass name="Doctrine\ORM\Exception\UnknownEntityNamespace"/> |
35 | 34 | <referencedClass name="Doctrine\ORM\Mapping\Driver\YamlDriver"/> |
|
49 | 48 | <file name="lib/Doctrine/ORM/Query/Parser.php"/> |
50 | 49 | <file name="lib/Doctrine/ORM/QueryBuilder.php"/> |
51 | 50 | <file name="lib/Doctrine/ORM/Tools/EntityGenerator.php"/> |
52 | | - <!-- Remove on 2.13.x. --> |
53 | | - <file name="lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php" /> |
54 | 51 | </errorLevel> |
55 | 52 | </DeprecatedConstant> |
56 | 53 | <DeprecatedInterface> |
|
73 | 70 | <referencedMethod name="Doctrine\DBAL\Platforms\AbstractPlatform::getGuidExpression"/> |
74 | 71 | <referencedMethod name="Doctrine\DBAL\Platforms\AbstractPlatform::supportsForeignKeyConstraints"/> |
75 | 72 | <referencedMethod name="Doctrine\DBAL\Types\Type::getName"/> |
76 | | - <!-- Remove on 2.13.x --> |
77 | | - <referencedMethod name="Doctrine\DBAL\Schema\Schema::visit"/> |
78 | 73 | <!-- Remove on 3.0.x --> |
| 74 | + <referencedMethod name="Doctrine\DBAL\Schema\Schema::visit"/> |
79 | 75 | <referencedMethod name="Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateRow"/> |
80 | 76 | <referencedMethod name="Doctrine\ORM\Configuration::ensureProductionSettings"/> |
81 | 77 | <referencedMethod name="Doctrine\ORM\Configuration::newDefaultAnnotationDriver"/> |
|
0 commit comments