Skip to content

Commit

Permalink
Remove elastic-apm dep (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow authored Feb 23, 2024
1 parent dfd3719 commit 8a61047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Adds easy-to-use Apm methods to wrap code in spans.",
"type": "library",
"require-dev": {
"cego/php-cs-fixer": "^1.0"
"cego/php-cs-fixer": "^1.0",
"ext-elastic_apm": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -17,8 +18,7 @@
}
],
"minimum-stability": "stable",
"require": {
"ext-elastic_apm": "*",
"require": {
"php": "^7.4 || ^8.0"
}
}

0 comments on commit 8a61047

Please sign in to comment.