Add dev dependencies, augment gitignore
This commit is contained in:
parent
6b9770698b
commit
e62558d607
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ build/**
|
|||||||
app/config/*.toml
|
app/config/*.toml
|
||||||
!app/config/*.toml.example
|
!app/config/*.toml.example
|
||||||
phinx.yml
|
phinx.yml
|
||||||
|
.idea/
|
||||||
|
Caddyfile
|
@ -16,12 +16,18 @@
|
|||||||
"predis/predis": "1.1.*",
|
"predis/predis": "1.1.*",
|
||||||
"psr/http-message": "~1.0",
|
"psr/http-message": "~1.0",
|
||||||
"psr/log": "~1.0",
|
"psr/log": "~1.0",
|
||||||
"robmorgan/phinx": "0.4.*",
|
|
||||||
"yosymfony/toml": "0.3.*",
|
"yosymfony/toml": "0.3.*",
|
||||||
"zendframework/zend-diactoros": "1.3.*",
|
"zendframework/zend-diactoros": "1.3.*",
|
||||||
"maximebf/consolekit": "^1.0"
|
"maximebf/consolekit": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user