added composer support
authorHidde Boomsma <hidde@hostnet.nl>
Mon, 22 Apr 2013 14:20:14 +0000 (16:20 +0200)
committerRobert Treat <rob@xzilla.net>
Tue, 4 Mar 2014 02:51:53 +0000 (21:51 -0500)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..cf41eaa
--- /dev/null
@@ -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": {
+    }
+}
+