Skip to content

Commit 3af3b7c

Browse files
committed
add Laravel 8 to version tables
1 parent 7dc67cd commit 3af3b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If you discover any security related issues, please check [SECURITY](https://git
9999

100100
| Package | Laravel | PHP |
101101
| :---------------- | :---------------------------- | :-------- |
102-
| **v11.6 - v11.8** | `5.8.* / 6.* / 7.*` | `>=7.2` |
102+
| **v11.6 - v11.9** | `5.8.* / 6.* / 7.* / 8.*` | `>=7.2` |
103103
| **v11.4 - v11.5** | `5.6.* / 5.7.* / 5.8.* / 6.*` | `>=7.1.3` |
104104
| **v11.0 - v11.3** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
105105

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ echo $post->translate('fr')->title; // Mon premier post
7474

7575
| Package | Laravel | PHP |
7676
| :--- | :--- | :--- |
77-
| **v11.6 - v11.8** | `5.8.* / 6.* / 7.*` | `>=7.2` |
77+
| **v11.6 - v11.9** | `5.8.* / 6.* / 7.* / 8.*` | `>=7.2` |
7878
| **v11.4 - v11.5** | `5.6.* / 5.7.* / 5.8.* / 6.*` | `>=7.1.3` |
7979
| **v11.0 - v11.3** | `5.6.* / 5.7.* / 5.8.*` | `>=7.1.3` |
8080

0 commit comments

Comments
 (0)