Added config manager package

This commit is contained in:
Alejandro Celaya
2016-07-19 16:30:48 +02:00
parent 5536d05e99
commit 5eefaf3071
3 changed files with 13 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "acelaya/url-shortener",
"name": "shlinkio/shlink",
"type": "project",
"homepage": "https://github.com/acelaya/url-shortener",
"homepage": "http://shlink.io",
"license": "MIT",
"authors": [
{
@@ -19,6 +19,8 @@
"zendframework/zend-stdlib": "^2.7",
"zendframework/zend-servicemanager": "^3.0",
"zendframework/zend-paginator": "^2.6",
"zendframework/zend-config": "^2.6",
"mtymek/expressive-config-manager": "^0.4",
"doctrine/orm": "^2.5",
"guzzlehttp/guzzle": "^6.2",
"acelaya/zsm-annotated-services": "^0.2.0",