mirror of
https://github.com/vrana/adminer.git
synced 2026-01-01 21:30:39 +01:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "vrana/adminer",
|
|
"description": "Database management in a single PHP file.",
|
|
"homepage": "https://www.adminer.org/",
|
|
"keywords": [
|
|
"database"
|
|
],
|
|
"support": {
|
|
"issues": "https://sourceforge.net/p/adminer/bugs-and-features/",
|
|
"forum": "https://sourceforge.net/p/adminer/discussion/",
|
|
"source": "https://github.com/vrana/adminer/"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Vrána",
|
|
"homepage": "https://www.vrana.cz/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"plugins/"
|
|
]
|
|
},
|
|
"license": [
|
|
"Apache-2.0",
|
|
"GPL-2.0-only"
|
|
],
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"ext-pdo": "*",
|
|
"ext-json": "*",
|
|
"vrana/jush": "@dev",
|
|
"vrana/jsshrink": "@dev"
|
|
},
|
|
"scripts": {
|
|
"compile": "php compile.php"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/vrana/jush.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/vrana/jsshrink.git"
|
|
}
|
|
]
|
|
}
|