Skip to content

Commit 930df31

Browse files
Merge pull request #116 from rakutentech/feature/laravel10
Add Laravel 10 support
2 parents 2ad2626 + c6278e7 commit 930df31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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": "*"
@@ -27,7 +27,7 @@
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",

0 commit comments

Comments
 (0)