Skip to content

Commit d8ffc7b

Browse files
authored
Remove doctrine/annotations (#19)
1 parent 42b615c commit d8ffc7b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
],
2121
"require": {
2222
"php": "~8.1.0 || ~8.2.0",
23-
"doctrine/annotations": "^1.5",
2423
"doctrine/persistence": "^2.1 || ^3.0",
2524
"phpunit/phpunit": "^9.6.0",
2625
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2",

tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
declare(strict_types=1);
44

5-
use Doctrine\Common\Annotations\AnnotationRegistry;
65
use Neusta\Pimcore\TestingFramework\Kernel\TestKernel;
76
use Neusta\Pimcore\TestingFramework\Pimcore\BootstrapPimcore;
87

98
include dirname(__DIR__) . '/vendor/autoload.php';
109

11-
AnnotationRegistry::registerLoader('class_exists');
12-
1310
BootstrapPimcore::bootstrap(
1411
PIMCORE_PROJECT_ROOT: __DIR__ . '/app',
1512
KERNEL_CLASS: TestKernel::class,

0 commit comments

Comments
 (0)