File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments