We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329027d commit 3b0ff0cCopy full SHA for 3b0ff0c
composer.json
@@ -23,15 +23,15 @@
23
"php": "^8.0",
24
"ext-json": "*",
25
"guzzlehttp/guzzle": "^7.0.1",
26
- "illuminate/http": "^8.0|^9.0",
27
- "illuminate/support": "^8.0|^9.0",
+ "illuminate/http": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0",
28
"spatie/data-transfer-object": "^3.0",
29
"spatie/laravel-queueable-action": "^2.5"
30
},
31
"require-dev": {
32
"friendsofphp/php-cs-fixer": "^3.6",
33
"gtjamesa/php-standards": "^2.0",
34
- "orchestra/testbench": "^6.0|^7.0",
+ "orchestra/testbench": "^6.0|^7.0|^8.0",
35
"phpunit/phpunit": "^9.0"
36
37
"autoload": {
0 commit comments