add composer

This commit is contained in:
onli 2013-08-18 12:43:31 +02:00
parent c57a1b4da3
commit d9211d2c40
2 changed files with 15 additions and 0 deletions

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-db": "2.*"
}
"config": {
"vendor-dir": "bundled-libs"
}
}

BIN
composer.phar Executable file

Binary file not shown.