Add dev dependencies, augment gitignore

This commit is contained in:
Timothy Warren 2016-08-01 13:10:00 -04:00
parent 7f1bcc841a
commit 1ccce00e46
2 changed files with 11 additions and 3 deletions

4
.gitignore vendored
View File

@ -23,4 +23,6 @@ build/**
!build/*.php
app/config/*.toml
!app/config/*.toml.example
phinx.yml
phinx.yml
.idea/
Caddyfile

View File

@ -16,12 +16,18 @@
"predis/predis": "1.1.*",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
"robmorgan/phinx": "0.4.*",
"yosymfony/toml": "0.3.*",
"zendframework/zend-diactoros": "1.3.*",
"maximebf/consolekit": "^1.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master"
"codeclimate/php-test-reporter": "dev-master",
"pdepend/pdepend": "^2.2",
"sebastian/phpcpd": "^2.0",
"theseer/phpdox": "0.8.1.1",
"phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.4",
"phpunit/phpunit": "^5.4",
"robmorgan/phinx": "^0.6.4"
}
}