added composer support
authorHidde Boomsma <hidde@hostnet.nl>
Mon, 22 Apr 2013 14:20:14 +0000 (16:20 +0200)
committerRobert Treat <robert@omniti.com>
Mon, 30 Oct 2017 22:31:50 +0000 (18:31 -0400)
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": {
+    }
+}
+