Skip to content

Commit 980f789

Browse files
committed
updated dependencies
removed minimum version requirement (5.*) on illuminate/database to resolve conflict with AM2 Core project.
1 parent 13724a5 commit 980f789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php" : ">=5.4",
1313
"access-manager/am-helpers" : "0.*",
1414
"access-manager/am-constants" : "0.*",
15-
"illuminate/database" : "5.*",
15+
"illuminate/database" : "*",
1616
"symfony/console" : "*",
1717
"symfony/process" : "*"
1818
},

0 commit comments

Comments
 (0)