Add doctrine dependancy for L4.1

Fixes #38
This commit is contained in:
Barry vd. Heuvel
2013-10-18 11:16:02 +02:00
parent ff7d2a33b0
commit 463bfdd70a
+2 -1
View File
@@ -15,7 +15,8 @@
"illuminate/console": "4.x", "illuminate/console": "4.x",
"illuminate/filesystem": "4.x", "illuminate/filesystem": "4.x",
"phpdocumentor/reflection-docblock": "2.0.0", "phpdocumentor/reflection-docblock": "2.0.0",
"symfony/class-loader": "~2.3" "symfony/class-loader": "~2.3",
"doctrine/dbal": "~2.3"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {