Skip to content

Commit 53ff7fe

Browse files
committed
feat: support Laravel 6-9
1 parent a72e675 commit 53ff7fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"require-dev": {
2020
"fzaninotto/faker": "^1.9@dev",
21-
"illuminate/contracts": "^7.0",
22-
"illuminate/log": "^7.0",
23-
"illuminate/support": "^7.0",
21+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/log": "^6.0|^7.0|^8.0|^9.0",
23+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2424
"mockery/mockery": "^1.3.2",
2525
"nunomaduro/larastan": "^1.0",
2626
"orchestra/database": "^5.0",

0 commit comments

Comments
 (0)