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 6494925 commit eafed16Copy full SHA for eafed16
composer.json
@@ -17,15 +17,15 @@
17
],
18
"require": {
19
"php": "^8.0",
20
- "illuminate/support": "^7.0|^8.0|^9.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
21
"league/flysystem": "^1.0.41|^2.0|^3.0",
22
"spatie/db-dumper": "^3.3",
23
"spatie/laravel-package-tools": "^1.6",
24
"spatie/temporary-directory": "^2.0"
25
},
26
"require-dev": {
27
"mockery/mockery": "^1.4",
28
- "orchestra/testbench": "^5.0|^6.0|^7.0",
+ "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
29
"pestphp/pest-plugin-laravel": "^1.3",
30
"phpunit/phpunit": "^9.5"
31
@@ -57,4 +57,4 @@
57
58
"minimum-stability": "dev",
59
"prefer-stable": true
60
-}
+}
0 commit comments