Skip to content

Commit e75d711

Browse files
committed
docs: clarify versioning details in README regarding Laravel support
1 parent 9cec252 commit e75d711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are a few key concepts that need to be understood before continuing:
8282
| v11 | 1.x.x | 8.2 - 8.4 |
8383
| v12 | 1.x.x | 8.2 - 8.4 |
8484

85-
Note: The `1.0.0-stable` and `1.x.x` versions of the package are functionally identical and both considered stable. However, starting from version `1.0.0` (without the `-stable` suffix), support for Laravel 9 and below has been **dropped**.
85+
Note: The `1.0.0-stable` and `1.0.0` versions of the package are functionally identical and both considered stable. However, starting from version `1.0.0+` (without the `-stable` suffix), support for Laravel 9 and below has been **dropped**.
8686
If your project uses Laravel 9 or an earlier version, you should use `1.0.0-stable`. For Laravel 10 and above, you can use the latest `1.x.x` version.
8787
We strongly recommend upgrading your Laravel version to maintain compatibility with future package updates.
8888

0 commit comments

Comments
 (0)