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 30a2aa9 commit 31b5724
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 @@ -54,15 +54,15 @@
"phpstan/phpstan": "^1.5.3",
"phpstan/phpstan-doctrine": "^1.3",
"phpunit/phpunit": "^9.5",
"roadiz/compat-bundle": "2.4.x-dev",
"roadiz/core-bundle": "2.4.x-dev",
"roadiz/documents": "2.4.x-dev",
"roadiz/entity-generator": "2.4.x-dev",
"roadiz/rozier-bundle": "2.4.x-dev",
"squizlabs/php_codesniffer": "^3.5",
"symfony/browser-kit": "6.4.*",
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "6.4.*",
"roadiz/core-bundle": "2.4.x-dev",
"roadiz/compat-bundle": "2.4.x-dev",
"roadiz/rozier-bundle": "2.4.x-dev",
"roadiz/documents": "2.4.x-dev",
"roadiz/entity-generator": "2.4.x-dev"
"symfony/stopwatch": "6.4.*"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 31b5724

Please sign in to comment.