diff options
Diffstat (limited to 'hugo/composer.json')
| -rw-r--r-- | hugo/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/hugo/composer.json b/hugo/composer.json new file mode 100644 index 0000000..ba03706 --- /dev/null +++ b/hugo/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/p/phpmyadmin/discussion/Help", + "issues": "https://sourceforge.net/p/phpmyadmin/bugs/", + "wiki": "http://wiki.phpmyadmin.net/", + "source": "https://github.com/phpmyadmin/phpmyadmin" + }, + "require": { + "php": ">=5.2.0" + } +} |
