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 bc9238e commit a81b1da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
"symfony/validator": "6.4.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"doctrine/doctrine-bundle": "^2.8.1",
"php-coveralls/php-coveralls": "^2.4",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^1.5.3"
"phpstan/phpstan": "^1.5.3",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a81b1da

Please sign in to comment.