You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/OtelSdkBundle/README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,25 +51,18 @@ Take a look at the documentation of the [PHP library](https://github.com/open-t
51
51
52
52
### 2.2. Install the Bundle
53
53
54
-
For now the bundle is only installable as part of the OpenTelemetry [opentelemetry-php-contrib](https://github.com/open-telemetry/opentelemetry-php-contrib)
55
-
package.
56
-
57
-
The recommended way to install the library is through [Composer](http://getcomposer.org):
58
-
59
-
1. Install the composer package using [Composer's installation instructions](https://getcomposer.org/doc/00-intromd#installation-linux-unix-macos).
60
-
61
-
2. Add
54
+
1. Add
62
55
```bash
63
56
"minimum-stability": "dev",
64
57
"prefer-stable": true,
65
58
```
66
59
67
60
To your project's `composer.json` file, as this utility has not reached a stable release status yet.
0 commit comments