Skip to content

Commit

Permalink
feat!: Removed sensio/framework-extra-bundle, upgraded sentry/sentry-…
Browse files Browse the repository at this point in the history
…symfony and doctrine/annotations
  • Loading branch information
ambroisemaupate committed Dec 2, 2024
1 parent 797aa4f commit 96c9f87
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"api-platform/core": "~3.3.11",
"codercat/jwk-to-pem": "^1.0",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^2.0",
"doctrine/collections": ">=1.6",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
Expand Down Expand Up @@ -76,8 +77,7 @@
"scheb/2fa-totp": "^7.5",
"scheb/2fa-trusted-device": "^7.5",
"scienta/doctrine-json-functions": "^4.2",
"sensio/framework-extra-bundle": "^6.1",
"sentry/sentry-symfony": "^4.2",
"sentry/sentry-symfony": "^5.1",
"solarium/solarium": "^6.0.4",
"symfony-cmf/routing-bundle": "^3.0.2",
"symfony/asset": "6.4.*",
Expand Down Expand Up @@ -148,7 +148,6 @@
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.14.5",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/http-client-contracts": "^3.5",
"symfony/maker-bundle": "^1.52",
Expand Down
1 change: 0 additions & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Expand Down
3 changes: 0 additions & 3 deletions config/packages/sensio_framework_extra.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"api-platform/core": "~3.3.11",
"doctrine/annotations": "^1.0",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "~2.19.0",
Expand Down Expand Up @@ -55,7 +55,6 @@
"rollerworks/password-common-list": "^0.3.0",
"rollerworks/password-strength-bundle": "^3.0",
"scienta/doctrine-json-functions": "^4.2",
"sensio/framework-extra-bundle": "^6.1",
"solarium/solarium": "^6.0.4",
"symfony-cmf/routing-bundle": "^3.0.2",
"symfony/asset": "6.4.*",
Expand Down
3 changes: 1 addition & 2 deletions lib/RoadizFontBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
"prefer-stable": true,
"require": {
"php": ">=8.2",
"doctrine/annotations": "^1.0",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "~2.19.0",
"jms/serializer": "^3.9.0",
"league/flysystem": "^3.0",
"roadiz/models": "2.4.x-dev",
"roadiz/rozier": "2.4.x-dev",
"sensio/framework-extra-bundle": "^6.1",
"symfony/asset": "6.4.*",
"symfony/cache": "6.4.*",
"symfony/dotenv": "6.4.*",
Expand Down
1 change: 0 additions & 1 deletion lib/RoadizTwoFactorBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"scheb/2fa-google-authenticator": "^7.5",
"scheb/2fa-totp": "^7.5",
"scheb/2fa-trusted-device": "^7.5",
"sensio/framework-extra-bundle": "^6.1",
"symfony/framework-bundle": "6.4.*"
},
"require-dev": {
Expand Down

0 comments on commit 96c9f87

Please sign in to comment.