Skip to content

Commit

Permalink
Remove doctrine annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Jan 9, 2024
1 parent 2898696 commit 0344995
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 162 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
"require": {
"php": ">=8.1",
"ext-redis": "*",
"babdev/pagerfanta-bundle": "^4.0 || dev-symfony-7 as 4.9.99",
"babdev/pagerfanta-bundle": "^4.4",
"cebe/markdown": "^1.1",
"composer/composer": "^2.5",
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.10",
"composer/composer": "^2.6",
"doctrine/common": "^3",
"doctrine/dbal": "^3.7",
"doctrine/doctrine-bundle": "^2.9",
Expand All @@ -50,10 +48,10 @@
"nelmio/security-bundle": "^3.0",
"okvpn/cron-bundle": "^1.1",
"okvpn/expression-language": "^1.0",
"oro/doctrine-extensions": "^2.0",
"pagerfanta/core": "^3.7",
"pagerfanta/doctrine-orm-adapter": "^3.7",
"pagerfanta/twig": "^3.7",
"oro/doctrine-extensions": "^3.0",
"pagerfanta/core": "^4.2",
"pagerfanta/doctrine-orm-adapter": "^4.2",
"pagerfanta/twig": "^4.2",
"snc/redis-bundle": "^4.4",
"symfony/asset": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
Expand Down
Loading

0 comments on commit 0344995

Please sign in to comment.