From 4965b7ec14c131340710d1fea121f055a29589ac Mon Sep 17 00:00:00 2001 From: Pavel Ptacek Date: Fri, 3 Aug 2012 13:42:05 +0200 Subject: [PATCH] Added composer.json with foglcz/adminer-installer for interactive install --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..1a3d365a1 --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "vrana/adminer", + "description": "Adminer - Database management in single PHP file", + "keywords": ["adminer", "phpmyadmin", "mysql", "pgsql", "oracle", "sql"], + "homepage": "http://www.adminer.org", + "license": ["Apache-2.0", "GPL-2.0"], + "type": "vrana-adminer", + "authors":[ + { + "name": "Jakub Vrana", + "homepage": "http://vrana.cz" + } + ], + "support": { + "issues": "http://sourceforge.net/tracker/?group_id=264133&atid=1127745", + "source": "https://github.com/vrana/adminer/" + }, + "require":{ + "php": ">=5.3.2", + "foglcz/adminer-installer": "1.*" + } +} \ No newline at end of file