Skip to content

Commit

Permalink
Merge pull request #211 from vtsykun/fix/remove-doctrine-ann
Browse files Browse the repository at this point in the history
Remove doctrine annotation
  • Loading branch information
vtsykun authored Jan 9, 2024
2 parents 2898696 + a9dd0c4 commit 64191db
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 152 deletions.
12 changes: 5 additions & 7 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 @@ -51,9 +49,9 @@
"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",
"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
176 changes: 43 additions & 133 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
"babdev/pagerfanta-bundle": {
"version": "v3.7.0"
},
"doctrine/annotations": {
"version": "1.14",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
},
"files": [
"config/routes/annotations.yaml"
]
},
"doctrine/doctrine-bundle": {
"version": "2.7",
"recipe": {
Expand Down

0 comments on commit 64191db

Please sign in to comment.