Skip to content

Commit a33d942

Browse files
committed
Provisional support for Laravel 10
1 parent 3185ee4 commit a33d942

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"license": "MIT",
1010
"require": {
1111
"doctrine/dbal": "^3.3",
12-
"illuminate/console": "^9.0",
13-
"illuminate/filesystem": "^9.0",
14-
"illuminate/support": "^9.0",
12+
"illuminate/console": "^9.0|^10.0",
13+
"illuminate/filesystem": "^9.0|^10.0",
14+
"illuminate/support": "^9.0|^10.0",
1515
"laravel-shift/faker-registry": "^0.2.0",
1616
"symfony/yaml": "^6.0"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.2",
2020
"mockery/mockery": "^1.4.4",
21-
"orchestra/testbench": "^7.0",
21+
"orchestra/testbench": "^7.0|^8.0",
2222
"phpunit/phpunit": "^9.5.10"
2323
},
2424
"suggest": {

0 commit comments

Comments
 (0)