Skip to content

Commit

Permalink
remove pre-GA warning for PHP (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Oct 31, 2023
1 parent e29d636 commit a9f1623
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/en/docs/instrumentation/php/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ php -v
composer -v
```

{{% alert title="Important" color="warning" %}}While OpenTelemetry PHP is in a
pre-GA state, please ensure you set `minimum-stability` to `beta` or `dev` in
`composer.json`, otherwise you will get the early `0.x` versions of many of our
packages.{{% /alert %}}

## Example Application

The following example uses a basic
Expand All @@ -53,7 +48,6 @@ In an empty directory initialize a minimal `composer.json` file:
```sh
composer init \
--no-interaction \
--stability beta \
--require slim/slim:"^4" \
--require slim/psr7:"^1"
composer update
Expand Down

0 comments on commit a9f1623

Please sign in to comment.