Skip to content

Commit

Permalink
Remove doctrine/annotations. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulb authored Jan 4, 2024
1 parent 0577f43 commit 20cd2ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"ext-zend-opcache": "*",
"anzusystems/contracts": "^3.0",
"anzusystems/serializer-bundle": "^3.0",
"doctrine/annotations": "^2.0",
"doctrine/dbal": ">=3.0",
"doctrine/orm": ">=2.10",
"mongodb/mongodb": "^1.9",
Expand Down
5 changes: 0 additions & 5 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
declare(strict_types=1);

use AnzuSystems\CommonBundle\Tests\AnzuTestKernel;
use Doctrine\Common\Annotations\AnnotationReader;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\ConsoleOutput;
Expand All @@ -13,10 +12,6 @@

(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');

// these annotations are not required, they are optional
AnnotationReader::addGlobalIgnoredNamespace('OpenApi');
AnnotationReader::addGlobalIgnoredNamespace('Nelmio');

$kernel = new AnzuTestKernel(
appNamespace: 'petitpress',
appSystem: 'commonbundle',
Expand Down

0 comments on commit 20cd2ee

Please sign in to comment.