Skeleton of daenerys console application.

This commit is contained in:
Austen McDonald
2016-05-25 23:00:38 -07:00
parent fec867d83f
commit 91ac1ffd60
6 changed files with 669 additions and 9 deletions
+5 -1
View File
@@ -8,11 +8,15 @@
"LotGD\\Core\\Tests\\": "tests/"
}
},
"bin": [
"bin/daenerys"
],
"require": {
"composer/composer": "*",
"gedmo/doctrine-extensions": "*",
"doctrine/orm": "2.5.*",
"monolog/monolog": "1.16.0"
"monolog/monolog": "1.16.0",
"symfony/console": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "*",