Skip to content

Commit ce13cac

Browse files
committed
BH-681: Update doctrine-bundle - fix oauth server bundle
1 parent 3b76bdb commit ce13cac

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"dompdf/dompdf" : "1.0.2",
7272
"elasticsearch/elasticsearch": "7.11.0",
7373
"friendsofsymfony/jsrouting-bundle": "2.7.0",
74-
"friendsofsymfony/oauth-server-bundle": "dev-master",
74+
"cutwise/oauth-server-bundle": "2.0.4",
7575
"friendsofsymfony/rest-bundle": "^3.0.5",
7676
"gedmo/doctrine-extensions":"v3.0.3",
7777
"google/cloud-pubsub": "1.29.1",

config/bundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'behat' => true],
5353
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'behat' => true],
5454
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'test' => true, 'behat' => true],
55-
Akeneo\FreeTrial\Infrastructure\Symfony\AkeneoCommunityFreeTrialBundle::class => ['all' => true],
55+
Akeneo\FreeTrial\Infrastructure\Symfony\AkeneoCommunityFreeTrialBundle::class => ['all' => true],
5656
Akeneo\Platform\Bundle\FrameworkBundle\PimFrameworkBundle::class => ['all' => true],
5757
];

symfony.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"composer/xdebug-handler": {
5555
"version": "1.3.3"
5656
},
57+
"cutwise/oauth-server-bundle": {
58+
"version": "v2.0.4"
59+
},
5760
"doctrine/annotations": {
5861
"version": "1.0",
5962
"recipe": {

0 commit comments

Comments
 (0)