File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/ORMTestInfrastructure Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 99
1010namespace Webfactory \Doctrine \ORMTestInfrastructure ;
1111
12- use Doctrine \Deprecations \Deprecation ;
1312use Doctrine \ORM \Mapping \Driver \AttributeDriver ;
1413use Doctrine \ORM \ORMSetup ;
1514use Doctrine \Persistence \Mapping \Driver \MappingDriver ;
You can’t perform that action at this time.
0 commit comments