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 3185ee4 commit a33d942Copy full SHA for a33d942
composer.json
@@ -9,16 +9,16 @@
9
"license": "MIT",
10
"require": {
11
"doctrine/dbal": "^3.3",
12
- "illuminate/console": "^9.0",
13
- "illuminate/filesystem": "^9.0",
14
- "illuminate/support": "^9.0",
+ "illuminate/console": "^9.0|^10.0",
+ "illuminate/filesystem": "^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0",
15
"laravel-shift/faker-registry": "^0.2.0",
16
"symfony/yaml": "^6.0"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.2",
20
"mockery/mockery": "^1.4.4",
21
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
22
"phpunit/phpunit": "^9.5.10"
23
24
"suggest": {
0 commit comments