Skip to content

Commit

Permalink
BH-681: Update Doctrine dependencies (#15218)
Browse files Browse the repository at this point in the history
* BH-681: Update doctrine-bundle

* BH-681: Update doctrine-bundle - fix oauth server bundle
  • Loading branch information
jmleroux authored Sep 7, 2021
1 parent edd5fa4 commit edfcbd1
Show file tree
Hide file tree
Showing 26 changed files with 687 additions and 701 deletions.
31 changes: 15 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,23 @@
"ass/xmlsecurity": "1.1.1",
"box/spout": "2.7.3",
"doctrine/annotations": "1.13.2",
"doctrine/cache": "1.9.1",
"doctrine/collections": "1.6.4",
"doctrine/common": "2.13.3",
"doctrine/data-fixtures": "1.4.0",
"doctrine/dbal": "2.10.0",
"doctrine/doctrine-bundle": "1.12.0",
"doctrine/doctrine-fixtures-bundle": "3.3.0",
"doctrine/doctrine-migrations-bundle": "1.3.2",
"doctrine/event-manager": "1.1.0",
"doctrine/instantiator": "1.3.1",
"doctrine/migrations": "1.8.1",
"doctrine/orm": "2.7.0",
"doctrine/persistence": "1.3.3",
"doctrine/reflection": "1.0.0",
"doctrine/cache": "^1.12.1",
"doctrine/collections": "^1.6.8",
"doctrine/common": "^3.1.2",
"doctrine/data-fixtures": "^1.5.0",
"doctrine/dbal": "^2.13.2",
"doctrine/doctrine-bundle": "2.4.2",
"doctrine/doctrine-fixtures-bundle": "^3.4.0",
"doctrine/doctrine-migrations-bundle": "^2.2",
"doctrine/event-manager": "^1.1.1",
"doctrine/instantiator": "^1.4.0",
"doctrine/migrations": "^2.3.4",
"doctrine/orm": "^2.9.5",
"doctrine/persistence": "^2.2.2",
"dompdf/dompdf" : "1.0.2",
"elasticsearch/elasticsearch": "7.11.0",
"friendsofsymfony/jsrouting-bundle": "2.7.0",
"friendsofsymfony/oauth-server-bundle": "1.6.2",
"akeneo/oauth-server-bundle": "^2.0.0",
"friendsofsymfony/rest-bundle": "^3.0.5",
"gedmo/doctrine-extensions":"v3.0.3",
"google/cloud-pubsub": "1.29.1",
Expand Down Expand Up @@ -112,7 +111,7 @@
"symfony/proxy-manager-bridge": "4.4.25",
"symfony/requirements-checker": "^1.1",
"symfony/routing": "4.4.25",
"symfony/security-acl": "3.0.2",
"symfony/security-acl": "^3.2.0",
"symfony/security-bundle": "4.4.25",
"symfony/security-core": "4.4.25",
"symfony/security-csrf": "4.4.25",
Expand Down
Loading

0 comments on commit edfcbd1

Please sign in to comment.