Skip to content

Commit d01a15d

Browse files
committed
Adding additional PHP nocode example - appeasing Github Actions
1 parent 77380d5 commit d01a15d

File tree

4 files changed

+2118
-2287
lines changed

4 files changed

+2118
-2287
lines changed

.cspell.yml

+5
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ dictionaries:
5656
- companies
5757
words: # Valid words across all locales
5858
- htmltest
59+
- nyholm
60+
- diactoros
61+
- pecl
62+
- excimer
63+
- phpbox

content/en/docs/zero-code/php.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,5 @@ to collect custom telemetry data.
268268
For more examples, see
269269
[opentelemetry-php-contrib/examples](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/examples).
270270

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)
+12-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
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+
}
1414
}

0 commit comments

Comments
 (0)