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
38
38
39
39
## Requirements
40
40
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. * |
45
45
46
46
# Installation
47
47
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.4|^8.0" ,
20
- "illuminate/contracts" : " ^8.37|^9.0" ,
20
+ "illuminate/contracts" : " ^8.37|^9.0|^10.0 " ,
21
21
"kitloong/laravel-app-logger" : " ^1.0" ,
22
22
"spatie/laravel-package-tools" : " ^1.4.3" ,
23
23
"ext-json" : " *"
27
27
"brianium/paratest" : " ^6.2" ,
28
28
"friendsofphp/php-cs-fixer" : " ^3.5" ,
29
29
"nunomaduro/collision" : " ^5.3|^6.0" ,
30
- "orchestra/testbench" : " ^6.15|^7.0" ,
30
+ "orchestra/testbench" : " ^6.15|^7.0|^8.0 " ,
31
31
"phpunit/phpunit" : " ^9.3" ,
32
32
"spatie/laravel-ray" : " ^1.23" ,
33
33
"squizlabs/php_codesniffer" : " ^3.6" ,
You can’t perform that action at this time.
0 commit comments