Skip to content

Commit

Permalink
Merge pull request #275 from netglue/bump-discovery
Browse files Browse the repository at this point in the history
Bump `php-http/discovery` to ^1.18 fixing deprecations
  • Loading branch information
gsteel committed May 16, 2023
2 parents 150eb1d + e338203 commit e165fc3
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 76 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -38,7 +38,7 @@
"php": "~8.1 || ~8.2",
"ext-json": "*",
"laminas/laminas-escaper": "^2.9",
"php-http/discovery": "^1.14.1",
"php-http/discovery": "^1.18.0",
"psr/cache": "^1.0.0 || ^2.0.0 || ^3.0.0",
"psr/http-client-implementation": "*",
"psr/http-client": "^1.0",
Expand All @@ -49,16 +49,16 @@
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"laminas/laminas-diactoros": "^3.0.0",
"php-http/cache-plugin": "^1.7.5",
"php-http/curl-client": "^2.2.1",
"php-http/mock-client": "^1.5.0",
"phpunit/phpunit": "^10.1.1",
"php-http/cache-plugin": "^1.8",
"php-http/curl-client": "^2.3",
"php-http/mock-client": "^1.5.1",
"phpunit/phpunit": "^10.1.3",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/cache": "^5.4.15 || ^6.2.8",
"symfony/cache": "^5.4.15 || ^6.2.10",
"symfony/options-resolver": "^5.4.11 || ^6.2.7",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.11"
},
"scripts": {
"check": [
Expand Down

0 comments on commit e165fc3

Please sign in to comment.