File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ Read more: https://medium.com/web-developer/laravel-automatically-generate-api-d
3838
3939## Requirements
4040
41- | Lang | Versions |
42- | :------ | :---------------- |
43- | PHP | 7.4 or 8.0 or 8.1 |
44- | Laravel | 6.* or 8.* or 9.* |
41+ | Lang | Versions |
42+ | :------ | :-------------------------- |
43+ | PHP | 7.4 or 8.0 or 8.1 or 8.2 |
44+ | Laravel | 6.* or 8.* or 9.* or 10. * |
4545
4646# Installation
4747
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^7.4|^8.0" ,
20- "illuminate/contracts" : " ^8.37|^9.0" ,
20+ "illuminate/contracts" : " ^8.37|^9.0|^10.0 " ,
2121 "kitloong/laravel-app-logger" : " ^1.0" ,
2222 "spatie/laravel-package-tools" : " ^1.4.3" ,
2323 "ext-json" : " *"
2727 "brianium/paratest" : " ^6.2" ,
2828 "friendsofphp/php-cs-fixer" : " ^3.5" ,
2929 "nunomaduro/collision" : " ^5.3|^6.0" ,
30- "orchestra/testbench" : " ^6.15|^7.0" ,
30+ "orchestra/testbench" : " ^6.15|^7.0|^8.0 " ,
3131 "phpunit/phpunit" : " ^9.3" ,
3232 "spatie/laravel-ray" : " ^1.23" ,
3333 "squizlabs/php_codesniffer" : " ^3.6" ,
You can’t perform that action at this time.
0 commit comments