Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
composorized
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed May 15, 2012
1 parent 0f99d1c commit 51c1571
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
@@ -0,0 +1,32 @@
{
"name": "lagged/Zf_Crud",
"description": "Crud controller for ZendFramework(1)",
"license": "BSD-3-Clause",
"type": "library",
"authors": [
{
"name": "Till Klampaeckel",
"email": "till@lagged.biz"
},
{
"name": "Yvan Volochine",
"homepage": "https://github.com/gusano"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "zendframework/zendframework",
"version": "1.11.11",
"dist": {
"url": "http://framework.zend.com/releases/ZendFramework-1.11.11/ZendFramework-1.11.11-minimal.zip",
"type": "zip"
}
}
}
],
"require-dev": {
"zendframework/zendframework": "1.11.11"
}
}
Binary file added composer.phar
Binary file not shown.

0 comments on commit 51c1571

Please sign in to comment.