We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5249313 commit a83a616Copy full SHA for a83a616
2 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php: [8.4, 8.3]
+ php: [8.5, 8.4, 8.3]
14
laravel: ['12.*']
15
dependency-version: [prefer-stable]
16
changelog.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+## Version 8.0.0
4
+## Changed
5
+
6
+- Support for Passport v13
7
8
## Version 7.0.0
9
## Changed
@@ -39,7 +44,7 @@
39
44
## Version 2.0.0
40
45
41
46
42
-- Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.
47
+- Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.
43
48
49
## Version 1.7.1
50
0 commit comments