Skip to content

Commit c6299f2

Browse files
authored
Merge pull request #23 from rickyjohnston/laravel-12-support
Add Laravel 12 support
2 parents afb5b4d + bc4e668 commit c6299f2

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,18 @@ The service provider for this package will be automatically registered for you.
2727

2828
### Compatibility
2929

30-
| | 1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 |
31-
|-------|-----|-----|-----|-----|-----|-----|-----|
32-
| 5.6.x ||||||||
33-
| 5.7.x ||||||||
34-
| 5.8.x ||||||||
35-
| 6.x ||||||||
36-
| 7.x ||||||||
37-
| 8.x ||||||||
38-
| 9.x ||||||||
39-
| 10.x ||||||||
40-
| 11.x ||||||||
30+
| | 1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 |
31+
| ----- | --- | --- | --- | --- | --- | --- | --- | --- |
32+
| 5.6.x |||||||||
33+
| 5.7.x |||||||||
34+
| 5.8.x |||||||||
35+
| 6.x |||||||||
36+
| 7.x |||||||||
37+
| 8.x |||||||||
38+
| 9.x |||||||||
39+
| 10.x |||||||||
40+
| 11.x |||||||||
41+
| 12.x |||||||||
4142

4243
## Usage
4344

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.1|^8.0|^8.1|^8.2|^8.3",
20-
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
21-
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
20+
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0|^12.0",
21+
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0|^12.0",
2222
"intervention/image": "^2.4"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)