Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
winzou committed Oct 4, 2012
1 parent 0a0d232 commit bccc571
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "winzou/cache-bundle",
"description": "This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..",
"keywords": ["symfony2", "cache", "apc", "memcache", "filecache"],
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/winzou/CacheBundle",
"authors": [
{
"name": "winzou",
"homepage": "http://www.tutoriel-symfony2.fr/"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": ">=2.0",
"doctrine/common": ">=2.2"
},
"autoload": {
"psr-0": {
"winzou\\CacheBundle": ""
}
},
"target-dir" : "winzou/CacheBundle"
}

0 comments on commit bccc571

Please sign in to comment.