Skip to content

Commit f486b94

Browse files
authored
Update to allow usage on laravel 6+
1 parent 2c2ca88 commit f486b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"license" : "MIT",
1212
"require": {
1313
"php": ">=7.1",
14-
"illuminate/support": "5.*",
15-
"illuminate/database": "5.*",
14+
"illuminate/support": ">=5.*",
15+
"illuminate/database": ">=5.*",
1616
"emericklaw/sql-anywhere-client": "^2.0.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)