Skip to content

Commit

Permalink
[brikou] added missing "composer.json" file
Browse files Browse the repository at this point in the history
  • Loading branch information
brikou committed May 9, 2012
1 parent e011fbf commit 8995295
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions composer.json
@@ -0,0 +1,30 @@
{
"name": "brikou/zend_cloud",
"type": "library",
"description": "",
"description": "Zend Framework Cloud Library",
"keywords": [
"zend framework",
"cloud"
],
"homepage": "https://github.com/brikou/zend_cloud",
"license": "Zend Framework",
"authors": [
{
"name": "Zend Technologies USA, Inc.",
"homepage": "http://framework.zend.com/"
}
],
"require": {
"php": ">=5.3.3",
"brikou/zend_config": "*",
"brikou/zend_http": "*",
"brikou/zend_queue": "*",
"brikou/zend_servic": "*",
"brikou/zend_service": "*",
"brikou/zend_stdlib": "*"
},
"autoload": {
"psr-0": { "Zend\\Cloud": "" }
}
}

0 comments on commit 8995295

Please sign in to comment.