diff --git a/composer.json b/composer.json index c034d8d..4acfaa9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ ], "require": { "php": "~8.1.0 || ~8.2.0", - "doctrine/annotations": "^1.5", "doctrine/persistence": "^2.1 || ^3.0", "phpunit/phpunit": "^9.6.0", "pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2", diff --git a/tests/bootstrap.php b/tests/bootstrap.php index bb90dfe..3083da1 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -2,14 +2,11 @@ declare(strict_types=1); -use Doctrine\Common\Annotations\AnnotationRegistry; use Neusta\Pimcore\TestingFramework\Kernel\TestKernel; use Neusta\Pimcore\TestingFramework\Pimcore\BootstrapPimcore; include dirname(__DIR__) . '/vendor/autoload.php'; -AnnotationRegistry::registerLoader('class_exists'); - BootstrapPimcore::bootstrap( PIMCORE_PROJECT_ROOT: __DIR__ . '/app', KERNEL_CLASS: TestKernel::class,