Make doctrine optional

Not needed for most people.
This commit is contained in:
Barry vd. Heuvel
2014-06-29 12:35:57 +02:00
parent 138b3deeb1
commit 0b70167182
3 changed files with 16 additions and 6 deletions
+4 -2
View File
@@ -15,8 +15,10 @@
"illuminate/console": "4.x",
"illuminate/filesystem": "4.x",
"phpdocumentor/reflection-docblock": "2.0.x",
"symfony/class-loader": "~2.3",
"doctrine/dbal": "~2.3"
"symfony/class-loader": "~2.3"
},
"suggest": {
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
},
"autoload": {
"psr-0": {