Skip to content

Commit 4660d61

Browse files
Support for Laravel 7
1 parent 4c7065a commit 4660d61

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
@@ -4,10 +4,10 @@
44
"keywords": ["Laravel", "Tests", "Factory"],
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
8-
"illuminate/support": "^6.0",
9-
"illuminate/console": "^6.0",
10-
"illuminate/filesystem": "^6.0",
7+
"php": "^7.2.5",
8+
"illuminate/support": "^6.0|^7.0",
9+
"illuminate/console": "^6.0|^7.0",
10+
"illuminate/filesystem": "^6.0|^7.0",
1111
"doctrine/dbal": "^2.9"
1212
},
1313
"autoload": {

0 commit comments

Comments
 (0)