diff options
| author | Hidde Boomsma | 2013-04-22 14:20:14 +0000 |
|---|---|---|
| committer | Robert Treat | 2014-03-04 02:51:53 +0000 |
| commit | b3f98e20f40c01f3189c245b82cf504a9f707eeb (patch) | |
| tree | 17467398f1c9bddae0bea9bb0222601f3e9dfcf1 | |
| parent | 94d7debf464d5311cc301cc3c33a44ce10a10ce5 (diff) | |
added composer support
| -rw-r--r-- | composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..cf41eaa4 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "phppgadmin/phppgadmin", + "description": "phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.", + "type": "Application", + "license": "GPL-2.0+", + "require": { + "php": ">=5.3" + }, + "minimum-stability": "stable", + "autoload": { + } +} + |
