Skip to content

Commit 16571ef

Browse files
committed
Update documentation for bref/extra-php-extensions versioning
1 parent a6e05c8 commit 16571ef

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/upgrading/v3.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Update all Bref packages in your `composer.json` file from `^2` to `^3`, for exa
3131
Only update the versions for the packages you actually have in your project.
3232
</Callout>
3333

34+
<Callout>
35+
If you use [`bref/extra-php-extensions`](https://github.com/brefphp/extra-php-extensions), note that it jumps from v1 to v3 (there is no v2). The v1 version was used with Bref v2, and v3 is aligned with Bref v3.
36+
</Callout>
37+
3438
Then run:
3539

3640
```bash

website/src/pages/news/03-bref-3.0.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ What did we break? **Almost nothing**, the upgrade should be smooth. Here are th
4747
- The `vendor/bin/bref` CLI is removed (it was already 90% removed in v2).
4848
- The SOAP extension is now opt-in (it had very little usage).
4949
- If you deploy using container images, you'll need to update your Dockerfile.
50+
- If you use [`bref/extra-php-extensions`](https://github.com/brefphp/extra-php-extensions), update it from v1 to v3 (there is no v2 — v1 was for Bref v2, v3 is aligned with Bref v3).
5051

5152
For a complete list of changes and instructions, check out the [**v3 upgrade guide**](../docs/upgrading/v3.mdx).
5253

0 commit comments

Comments
 (0)