Skip to content

Commit 00e2e86

Browse files
authored
Support any Laravel version (#25)
1 parent a04202f commit 00e2e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|5.8.*|5.9.*|6.0.*|6.1.*|6.2.*|6.3.*|6.4.*|6.5.*|6.6.*|6.7.*|6.8.*|6.9.*|7.0.*|7.1.*"
12+
"illuminate/database": "*"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)