adminerevo/composer.json

32 lines
740 B
JSON
Raw Permalink Normal View History

2014-10-17 06:48:40 +00:00
{
"name": "vrana/adminer",
"description": "Database management in a single PHP file.",
2015-09-08 16:23:25 +00:00
"homepage": "https://www.adminer.org/",
2014-10-17 06:48:40 +00:00
"keywords": [
"database"
],
"support": {
2015-09-08 16:23:25 +00:00
"issues": "https://sourceforge.net/p/adminer/bugs-and-features/",
"forum": "https://sourceforge.net/p/adminer/discussion/",
2014-10-17 06:48:40 +00:00
"source": "https://github.com/vrana/adminer/"
},
"authors": [
{
"name": "Jakub Vrána",
2017-02-27 12:43:33 +00:00
"homepage": "https://www.vrana.cz/"
2014-10-17 06:48:40 +00:00
}
],
"autoload": {
"classmap": [
"plugins/"
]
},
"license": [
"Apache-2.0",
2018-01-23 11:21:42 +00:00
"GPL-2.0-only"
2014-10-17 06:48:40 +00:00
],
"scripts": {
"compile": "php compile.php"
}
}