Skip to content

Commit 6da7df3

Browse files
authored
Support laravel 5.8
1 parent a81f321 commit 6da7df3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
}
99
],
1010
"require": {
11-
"illuminate/database": "~5.5|~5.6|~5.7"
11+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
1212
},
1313
"require-dev": {
14-
"orchestra/testbench": "~3.5|~3.6|~3.7"
14+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)