Skip to content

Commit 525ad6a

Browse files
author
Afonso Gloeden
committed
Dependencies for version 2.* updated
1 parent bf21288 commit 525ad6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
],
1818
"license": "GPL-2.0-only",
1919
"require": {
20-
"php": ">=5.5",
21-
"laravel/framework": "5.*"
20+
"php": ">=5.6.4",
21+
"doctrine/dbal": "^2.9",
22+
"illuminate/database": "^5.4",
23+
"illuminate/support": "^5.4"
2224
},
2325
"require-dev": {},
2426
"config": {

0 commit comments

Comments
 (0)