Skip to content

Commit

Permalink
feat: Made OpenId and Jwt bundle use symfony/http-client instead of g…
Browse files Browse the repository at this point in the history
…uzzle
  • Loading branch information
roadiz-ci committed Jul 13, 2024
1 parent 7f87e43 commit eff7858
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"doctrine/orm": "~2.19.0",
"endroid/qr-code": "^4.0",
"roadiz/core-bundle": "2.4.x-dev",
"roadiz/rozier-bundle": "2.4.x-dev",
"roadiz/rozier": "2.4.x-dev",
"roadiz/rozier-bundle": "2.4.x-dev",
"scheb/2fa-backup-code": "^6.8",
"scheb/2fa-bundle": "^6.8",
"scheb/2fa-totp": "^6.8",
"scheb/2fa-google-authenticator": "^6.8",
"scheb/2fa-totp": "^6.8",
"scheb/2fa-trusted-device": "^6.8",
"sensio/framework-extra-bundle": "^6.1",
"symfony/framework-bundle": "6.4.*"
Expand All @@ -39,12 +39,12 @@
"phpstan/phpstan": "^1.5.3",
"phpstan/phpstan-doctrine": "^1.3",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"symfony/stopwatch": "6.4.*",
"roadiz/entity-generator": "2.4.x-dev",
"roadiz/doc-generator": "2.4.x-dev",
"roadiz/entity-generator": "2.4.x-dev",
"roadiz/jwt": "2.4.x-dev",
"roadiz/random": "2.4.x-dev",
"roadiz/jwt": "2.4.x-dev"
"squizlabs/php_codesniffer": "^3.5",
"symfony/stopwatch": "6.4.*"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit eff7858

Please sign in to comment.