Skip to content

Commit

Permalink
Merge pull request #2 from antoniovj1/master
Browse files Browse the repository at this point in the history
Add support for Guzzle 7 and zoilomora/elastic-apm-agent-php 1.0
  • Loading branch information
adnanmula authored Apr 7, 2021
2 parents 926afd7 + d1cd52a commit 038fdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"require": {
"php": "^7.4",
"guzzlehttp/guzzle": "^6.5",
"zoilomora/elastic-apm-agent-php": "^0.1"
"guzzlehttp/guzzle": "^6.5 | ^7.0",
"zoilomora/elastic-apm-agent-php": "^0.1 | ^1.0"
},
"require-dev": {
"pccomponentes/coding-standard": "^1.0"
Expand Down

0 comments on commit 038fdac

Please sign in to comment.