Skip to content

Commit 3b0ff0c

Browse files
committed
Add Laravel 10 support
1 parent 329027d commit 3b0ff0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"php": "^8.0",
2424
"ext-json": "*",
2525
"guzzlehttp/guzzle": "^7.0.1",
26-
"illuminate/http": "^8.0|^9.0",
27-
"illuminate/support": "^8.0|^9.0",
26+
"illuminate/http": "^8.0|^9.0|^10.0",
27+
"illuminate/support": "^8.0|^9.0|^10.0",
2828
"spatie/data-transfer-object": "^3.0",
2929
"spatie/laravel-queueable-action": "^2.5"
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^3.6",
3333
"gtjamesa/php-standards": "^2.0",
34-
"orchestra/testbench": "^6.0|^7.0",
34+
"orchestra/testbench": "^6.0|^7.0|^8.0",
3535
"phpunit/phpunit": "^9.0"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)