File tree 4 files changed +2118
-2287
lines changed
content/en/docs/zero-code
4 files changed +2118
-2287
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,8 @@ dictionaries:
56
56
- companies
57
57
words : # Valid words across all locales
58
58
- htmltest
59
+ - nyholm
60
+ - diactoros
61
+ - pecl
62
+ - excimer
63
+ - phpbox
Original file line number Diff line number Diff line change @@ -268,4 +268,5 @@ to collect custom telemetry data.
268
268
For more examples, see
269
269
[ opentelemetry-php-contrib/examples] ( https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/examples ) .
270
270
271
- A full working example of this can be found [ here] ( /content/en/docs/zero-code/php )
271
+ A full working example of this can be found
272
+ [ here] ( /content/en/docs/zero-code/php )
Original file line number Diff line number Diff line change 1
1
{
2
- "require" : {
3
- "slim/slim" : " 4.14" ,
4
- "slim/psr7" : " ^1.7" ,
5
- "nyholm/psr7" : " ^1.8" ,
6
- "nyholm/psr7-server" : " ^1.1" ,
7
- "laminas/laminas-diactoros" : " ^3.5" ,
8
- "open-telemetry/sdk" : " ^1.1" ,
9
- "open-telemetry/opentelemetry-auto-slim" : " ^1.0" ,
10
- "open-telemetry/opentelemetry-auto-psr18" : " ^1.0" ,
11
- "open-telemetry/exporter-otlp" : " ^1.1" ,
12
- "open-telemetry/transport-grpc" : " ^1.1"
13
- }
2
+ "require" : {
3
+ "slim/slim" : " 4.14" ,
4
+ "slim/psr7" : " ^1.7" ,
5
+ "nyholm/psr7" : " ^1.8" ,
6
+ "nyholm/psr7-server" : " ^1.1" ,
7
+ "laminas/laminas-diactoros" : " ^3.5" ,
8
+ "open-telemetry/sdk" : " ^1.1" ,
9
+ "open-telemetry/opentelemetry-auto-slim" : " ^1.0" ,
10
+ "open-telemetry/opentelemetry-auto-psr18" : " ^1.0" ,
11
+ "open-telemetry/exporter-otlp" : " ^1.1" ,
12
+ "open-telemetry/transport-grpc" : " ^1.1"
13
+ }
14
14
}
You can’t perform that action at this time.
0 commit comments