|
13 | 13 | "Utopia\\Telemetry\\": "src/Telemetry" |
14 | 14 | } |
15 | 15 | }, |
| 16 | + "autoload-dev": { |
| 17 | + "psr-4": { |
| 18 | + "Tests\\Telemetry\\": "tests/Telemetry" |
| 19 | + } |
| 20 | + }, |
16 | 21 | "scripts": { |
17 | 22 | "lint": "vendor/bin/pint --test", |
18 | 23 | "format": "vendor/bin/pint", |
|
24 | 29 | "ext-protobuf": "*", |
25 | 30 | "ext-opentelemetry": "*", |
26 | 31 | "php": ">=8.0", |
27 | | - "open-telemetry/sdk": "^1.1", |
28 | | - "symfony/http-client": "^7.1", |
29 | | - "nyholm/psr7": "^1.8", |
30 | | - "open-telemetry/exporter-otlp": "^1.1" |
| 32 | + "nyholm/psr7": "1.*", |
| 33 | + "open-telemetry/exporter-otlp": "1.*", |
| 34 | + "open-telemetry/sdk": "1.*", |
| 35 | + "symfony/http-client": "7.*" |
31 | 36 | }, |
32 | 37 | "require-dev": { |
33 | | - "phpunit/phpunit": "^9.5.25", |
34 | | - "laravel/pint": "^1.2", |
35 | | - "phpstan/phpstan": "^1.10", |
36 | | - "phpbench/phpbench": "^1.2" |
| 38 | + "phpunit/phpunit": "11.*", |
| 39 | + "laravel/pint": "1.*", |
| 40 | + "phpstan/phpstan": "2.*", |
| 41 | + "phpbench/phpbench": "1.*", |
| 42 | + "swoole/ide-helper": "6.*" |
| 43 | + }, |
| 44 | + "suggest": { |
| 45 | + "ext-swoole": "Required for the Swoole transport implementation", |
| 46 | + "ext-sockets": "Required for the Swoole transport implementation" |
37 | 47 | }, |
38 | 48 | "config": { |
39 | 49 | "allow-plugins": { |
|
0 commit comments