Skip to content

Commit 3ab9add

Browse files
committed
Drop the doctrine/deprecations dependency
1 parent 97ea301 commit 3ab9add

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">= 8.1",
20-
"doctrine/common": "^2.11|^3.0",
20+
"doctrine/common": "^3.0",
2121
"doctrine/dbal": "^3.2",
22-
"doctrine/deprecations": "^1.1",
2322
"doctrine/event-manager": "^1.1|^2.0",
2423
"doctrine/orm": "^2.20|^3.0",
25-
"doctrine/persistence": "^2.0|^3.0",
24+
"doctrine/persistence": "^2.5|^3.0",
2625
"psr/log": "^2.0|^3.0",
2726
"symfony/cache": "^6.4|^7.0"
2827
},

src/ORMTestInfrastructure/ConfigurationFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Webfactory\Doctrine\ORMTestInfrastructure;
1111

12-
use Doctrine\Deprecations\Deprecation;
1312
use Doctrine\ORM\Mapping\Driver\AttributeDriver;
1413
use Doctrine\ORM\ORMSetup;
1514
use Doctrine\Persistence\Mapping\Driver\MappingDriver;

0 commit comments

Comments
 (0)