Skip to content

Commit

Permalink
Update doctrine to highest version before updating symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Jan 30, 2024
1 parent 6c483ac commit a3193c7
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 389 deletions.
19 changes: 11 additions & 8 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,23 @@
"adbario/php-dot-notation": "^3",
"alcaeus/mongo-php-adapter": "^1.2",
"api-platform/core": "^2.6",
"beberlei/doctrineextensions": "^1.3",
"commongateway/corebundle": "dev-feature/MF-62/PHP-8.2",
"commongateway/corebundle": "dev-feature/MF-62/doctrine",
"composer/ca-bundle": "*",
"composer/package-versions-deprecated": "1.11.99.3",
"composer/semver": "*",
"composer/xdebug-handler": "*",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-fixtures-bundle": "*",
"doctrine/annotations": "^1.14",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-fixtures-bundle": "^3.2",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.9",
"doctrine/event-manager": "^1.2",
"doctrine/lexer": "^2.0",
"doctrine/orm": "2.14",
"doctrine/persistence": "^2.4",
"dompdf/dompdf": "^2",
"endroid/qr-code-bundle": "3.4",
"friendsofphp/proxy-manager-lts": "*",
"gedmo/doctrine-extensions": "*",
"gedmo/doctrine-extensions": "^3.5",
"guzzlehttp/guzzle": "6.5.8",
"guzzlehttp/psr7": "1.9",
"hautelook/alice-bundle": "^2.9.0",
Expand All @@ -42,7 +44,8 @@
"phpdocumentor/reflection-docblock": "^5.2",
"phpoffice/phpspreadsheet": "^1.29",
"phpoffice/phpword": "^0.18.2",
"ramsey/uuid-doctrine": "*",
"ramsey/uuid": "*",
"ramsey/uuid-doctrine": "^2.0",
"respect/validation": "^2.2",
"setono/cron-expression-bundle": "^1.5",
"symfony/asset": "5.3.*",
Expand Down
Loading

0 comments on commit a3193c7

Please sign in to comment.