Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Media: add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Sep 9, 2012
1 parent 8c40506 commit 8a47eb5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
37 changes: 37 additions & 0 deletions Nella/Media/composer.json
@@ -0,0 +1,37 @@
{
"name": "nella/media",
"type": "nette-addon",
"description": "Media integration addon for Nette Framework",
"keywords": ["media", "nette", "migrations", "nella", "addon"],
"homepage": "http://nellafw.org",
"license": ["BSD-3-Clause", "GPL-2.0+"],
"authors": [
{
"name": "Patrik Votoček",
"email": "patrik@votocek.cz",
"homepage": "http://patrik.votocek.cz",
"role": "Developer"
},
{
"name": "Nella Project",
"homepage": "http://nella-project.org"
}
],
"support":{
"issues":"https://github.com/nella/framework/issues",
"source":"https://github.com/nella/framework/tree/master/Nella/Media"
},
"autoload": {
"psr-0": {
"Nella\\Media": "./"
}
},
"target-dir": "Nella/Media",
"require": {
"php": ">=5.3.2",
"nette/nette": "2.0.*"
},
"suggest": {
"nella/doctrine": "Integrate Doctrine 2 ORM to Nette Framework"
}
}
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -36,6 +36,7 @@
"nella/console": "self.version",
"nella/doctrine": "self.version",
"nella/diagnostics": "self.version",
"nella/forms": "self.version"
"nella/forms": "self.version",
"nella/media": "self.version"
}
}

0 comments on commit 8a47eb5

Please sign in to comment.