Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-10-29 13:48:37 +0400
committerMichal Čihař <mcihar@suse.cz>2012-10-29 13:49:25 +0400
commit687b7ba21a5666ac584da28436db88a2b546da86 (patch)
tree785a58521a9f7d69096d35af3d3c8849bc4a725e /composer.json
parent64044dfe39baf16b6f60323f12b5713f3dcb8b13 (diff)
Add http://getcomposer.org/ configuration file
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000..9667c71e58
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "phpmyadmin/phpmyadmin",
+ "type": "application",
+ "description": "MySQL web administration tool"
+ "keywords": ["phpmyadmin","mysql","web"],
+ "homepage": "http://www.phpmyadmin.net/",
+ "license": "GPL-2.0+",
+ "authors": [
+ {
+ "name": "The phpMyAdmin Team",
+ "email": "phpmyadmin-devel@lists.sourceforge.net",
+ "homepage": "http://www.phpmyadmin.net/home_page/team.php"
+ }
+ ],
+ "support": {
+ "forum": "https://sourceforge.net/projects/phpmyadmin/forums/forum/72909",
+ "issues": "https://sourceforge.net/tracker/?atid=377408&group_id=23067&func=browse",
+ "wiki": "http://wiki.phpmyadmin.net/",
+ "source": "https://github.com/phpmyadmin/phpmyadmin"
+ },
+ "require": {
+ "php": ">=5.2.0"
+ }
+}