We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e259ff commit 44294baCopy full SHA for 44294ba
composer.json
@@ -27,10 +27,10 @@
27
"require": {
28
"php": "^7.4|^8.0",
29
"guzzlehttp/guzzle": "^7.0.1",
30
- "illuminate/support": "^8.0|^9.0"
+ "illuminate/support": "^8.0|^9.0|^10.0"
31
},
32
"require-dev": {
33
- "orchestra/testbench": "^6.0",
+ "orchestra/testbench": "^6.0|^8.0",
34
"phpunit/phpunit": "^9.0"
35
36
"autoload": {
@@ -48,7 +48,6 @@
48
"scripts": {
49
"test": "vendor/bin/phpunit",
50
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
51
-
52
53
"config": {
54
"sort-packages": true
0 commit comments