partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit b01091b8f09ed0019fd19956d08c3e6e228f3932
parent 690204fbff1ee35e4943cb8ff8eb848b5bef90e3
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 18 Aug 2013 17:45:16 +0200

Added initial composer.json file

Diffstat:
Acomposer.json | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/composer.json b/composer.json @@ -0,0 +1,31 @@ +{ + "name": "partkeepr/partkeepr", + "description": "Open Source Inventory Software", + "type": "project", + + "homepage": "http://www.partkeepr.org", + "license": "GPL-3.0+", + + "authors": [ + { + "name": "Timo A. Hummel", + "email": "felicitus@felicitus.org", + "homepage": "http://www.felicitus.org", + "role": "Project Lead, Developer" + } + ], + + "support": { + "issues": "https://github.com/partkeepr/PartKeepr/issues", + "irc": "irc://irc.freenode.org/partkeepr", + "wiki": "http://wiki.partkeepr.org", + "forum": "http://forum.partkeepr.org", + "source": "https://github.com/partkeepr/PartKeepr", + "faq" : "http://faq.partkeepr.org" + }, + "require": { + "doctrine/orm": "2.3.4", + "symfony/console": "2.3.x-dev", + "symfony/symfony": "2.3.x-dev" + } +}