Skip to content

Commit

Permalink
Merge pull request #156 from gsteel/dependency-refresh
Browse files Browse the repository at this point in the history
Dependency refresh
  • Loading branch information
gsteel committed Jun 28, 2023
2 parents 85653f2 + 8216012 commit f09880d
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 337 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"ext-json": "*",
"fig/http-message-util": "^1.1",
"php-http/discovery": "^1.14.3",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0"
"psr/http-client": "^1.0.2",
"psr/http-factory": "^1.0.2",
"psr/http-message": "^1.1 || ^2.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"laminas/laminas-diactoros": "^2.25.1",
"php-http/curl-client": "^2.2.1",
"php-http/mock-client": "^1.5",
"phpunit/phpunit": "^10.0.19",
"laminas/laminas-diactoros": "^3.0.0",
"php-http/curl-client": "^2.3",
"php-http/mock-client": "^1.6",
"phpunit/phpunit": "^10.2.2",
"psalm/plugin-phpunit": "^0.18.4",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/options-resolver": "^5.3.7 || ^6.2.7",
"vimeo/psalm": "^5.9.0"
"symfony/options-resolver": "^5.3.7 || ^6.3",
"vimeo/psalm": "^5.13.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f09880d

Please sign in to comment.