summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 0e74f5eba7e38d6983b022dafce9aab477bf9f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "open-telemetry/ext-opentelemetry",
  "description": "Auto-instrumentation extension for OpenTelemetry",
  "type": "php-ext",
  "minimum-stability": "stable",
  "license": "Apache-2.0",
  "php-ext": {
    "extension-name": "opentelemetry",
    "build-path": "ext"
  },
  "require": {
    "php": "^8.0"
  },
  "authors": [
    {
      "name": "opentelemetry-php contributors",
      "homepage": "https://github.com/open-telemetry/opentelemetry-php-instrumentation/graphs/contributors"
    }
  ]
}