File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ The service provider for this package will be automatically registered for you.
3737| 8.x | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
3838| 9.x | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
3939| 10.x | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
40+ | 11.x | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
4041
4142## Usage
4243
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.1|^8.0|^8.1|^8.2" ,
20- "illuminate/http" : " 5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0" ,
21- "illuminate/support" : " 5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0" ,
19+ "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 " ,
2222 "intervention/image" : " ^2.4"
2323 },
2424 "require-dev" : {
25- "phpunit/phpunit" : " ^7.0|^8.0|^9.0" ,
26- "orchestra/testbench" : " ^3.7|^4.0|^5.0|^6.0|^7.0"
25+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0|^10.0|^11.0 " ,
26+ "orchestra/testbench" : " ^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0 "
2727 },
2828 "autoload" : {
2929 "psr-4" : {
You can’t perform that action at this time.
0 commit comments