Skip to content

Commit

Permalink
Updated scout-apm-php to depend on php-http/discovery to find PSR-17 …
Browse files Browse the repository at this point in the history
…and PSR-18 implementations
  • Loading branch information
asgrim committed Jan 11, 2022
1 parent 7441783 commit c9c8032
Show file tree
Hide file tree
Showing 6 changed files with 775 additions and 210 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"ext-openssl": "*",
"ext-sockets": "*",
"ext-zlib": "*",
"php-http/discovery": "^1.14",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0",
"ralouphie/getallheaders": "^2.0.5|^3.0",
Expand All @@ -21,6 +26,7 @@
"composer-plugin-api": "^2.0",
"cache/array-adapter": "^1.1",
"doctrine/coding-standard": "^8.2",
"guzzlehttp/guzzle": "^7.3",
"laravel/framework": "^5.5.0|^6.0|^7.0|^8.0",
"laravel/lumen-framework": "^5.5.0|^6.0|^7.0|^8.0",
"monolog/monolog": "^1.26|^2.2.0",
Expand Down
Loading

0 comments on commit c9c8032

Please sign in to comment.