From b3f98e20f40c01f3189c245b82cf504a9f707eeb Mon Sep 17 00:00:00 2001 From: Hidde Boomsma Date: Mon, 22 Apr 2013 16:20:14 +0200 Subject: [PATCH] added composer support --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json 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": { + } +} + -- 2.39.5