Skip to content

Commit

Permalink
chore: Use old ApiPlatformBundle namespace to avoid recipe to add it …
Browse files Browse the repository at this point in the history
…twice
  • Loading branch information
ambroisemaupate committed Dec 12, 2023
1 parent d26952a commit 9bd3900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,5 @@
"dev-develop": "2.3.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
4 changes: 3 additions & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
RZ\InterventionRequestBundle\RZInterventionRequestBundle::class => ['all' => true],
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
// Symfony flex recipe add old bundle alias
// ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Limenius\LiformBundle\LimeniusLiformBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
Expand Down

0 comments on commit 9bd3900

Please sign in to comment.