Skip to content

Commit b9d6705

Browse files
author
Wojciech Szczurek
committed
support for laravel passport v13
1 parent 3bcddf2 commit b9d6705

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

changelog.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,124 @@
11
# Release Notes
22

3+
## Version 7.1.0
4+
5+
## Changed
6+
7+
- Support for Laravel Passport 13
8+
39
## Version 7.0.0
10+
411
## Changed
512

613
- Support for Laravel 12
714
- Dropped support for Laravel 9 and 10, and php 8.0, 8.1
15+
816
## Version 6.0.0
17+
918
## Changed
1019

1120
- Support for Laravel 11
1221

1322
## Version 5.3.0
23+
1424
## Changed
1525

1626
- Allow setting issuedby (PR by @abublihi)
1727

1828
## version 5.0.0
29+
1930
## Changed
2031

2132
- Support for Laravel 10
2233
- Support Passport 11.x, which uses the latest version of lcobucci/jwt 5.x
2334

2435
## Version 4.0.0
36+
2537
## Changed
2638

2739
- Support for Laravel 9
2840

2941
## Version 3.0.0
42+
3043
## Changed
3144

3245
- Added support for custom claim formatters.
3346

3447
## Version 2.0.1
48+
3549
## Changed
3650

3751
- PR from vigneshgurusamy to remove duplicate code.
3852

3953
## Version 2.0.0
54+
4055
## Changed
4156

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.
57+
- Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.
4358

4459
## Version 1.7.1
60+
4561
## Changed
4662

4763
- Added the option to check the value of a claim in the middleware
4864

4965
## Version 1.6.0
66+
5067
## Changed
5168

5269
- Added a middleware that can check for the presence of a claim
5370

5471
## Version 1.5.0
72+
5573
## Changed
5674

5775
- Added support for Laravel 8.x and Passport 10.x
5876

5977
## Version 1.4.0
78+
6079
## Changed
6180

6281
- Added github workflow CI for commits and PRs
6382

6483
## Version 1.3.0
84+
6585
### Changed
6686

6787
- Added artisan command to generate a claim class
6888

6989
## Version 1.2.0
90+
7091
### Changed
7192

7293
- Added tests
7394
- Added some more documentation in the readme
7495

7596
## version 1.1.0
97+
7698
### Changed
7799

78100
- Support Laravel Passport 9.x
79101

80102
## Version 1.0.1
103+
81104
### Changed
82105

83106
- Depend on Laravel Passport 8.x
84107

85108
## version 1.0.0
109+
86110
### Changed
87111

88112
- No longer proof of concept, we use this in production
89113

90114
## version 0.0.2
115+
91116
### Changed
92117

93118
- readme changes
94119

95120
## Version 0.0.1
121+
96122
### Added
123+
97124
- initial version

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"laravel-passport-claims"
1818
],
1919
"require": {
20-
"illuminate/support": "^11.0|^12.0|^13.0",
20+
"illuminate/support": "^11.0|^12.0",
2121
"laravel/passport": "^11.2|^12.0|^13.0",
2222
"nesbot/carbon": "^3"
2323
},

0 commit comments

Comments
 (0)