Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Adding composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jun 13, 2013
1 parent 1932bf1 commit 7f33e2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "burzum/FileStorage",
"type": "cakephp-plugin",
"description": "This plugin is giving you the possibility to store files in virtually and kind of storage backend. This plugin is wrapping the Gaufrette library (https://github.com/KnpLabs/Gaufrette) library in a CakePHP fashion and provides a simple way to use the storage adapters through the StorageManager class.",
"keywords": ["file", "filesystem", "media", "abstraction", "upload", "cakephp", "storage"],
"homepage": "http://github.com/burzum/FileStorage",
"license": "MIT",
"authors": [
{
"name": "Florian Krämer",
"email": "florian.kraemer@kreative-design.net",
"homepage": "http://florian-kraemer.net"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"knplabs/gaufrette": "*"
}
}

0 comments on commit 7f33e2a

Please sign in to comment.