Skip to content

Commit e24e075

Browse files
committed
Merge branch 'release/5.1.0'
2 parents ba5add1 + ec807c5 commit e24e075

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/5.x/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requirements
44

55
- PHP - `^8.2`
6-
- Laravel - `^11.0` or `^12.0`
6+
- Laravel - `^11.0`, `^12.0` or `^13.0`
77

88
## Installation
99

docs/5.x/getting-started/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Version 5 introduced a breaking change for authorization, which will not affect the majority of applications.
66
See the details below.
77

8-
This new major release also supports both Laravel 11 and 12.
8+
This new major release also supports Laravel 11, 12 and 13.
99

1010
### Upgrading
1111

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"docs:preview": "vitepress preview docs"
66
},
77
"devDependencies": {
8-
"vitepress": "^1.6.3"
8+
"vitepress": "^1.6.4"
99
}
1010
}

0 commit comments

Comments
 (0)