2014-10-17 02:48:40 -04:00
|
|
|
{
|
|
|
|
|
"name": "vrana/adminer",
|
|
|
|
|
"description": "Database management in a single PHP file.",
|
2015-09-08 09:23:25 -07:00
|
|
|
"homepage": "https://www.adminer.org/",
|
2014-10-17 02:48:40 -04:00
|
|
|
"keywords": [
|
|
|
|
|
"database"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
2015-09-08 09:23:25 -07:00
|
|
|
"issues": "https://sourceforge.net/p/adminer/bugs-and-features/",
|
|
|
|
|
"forum": "https://sourceforge.net/p/adminer/discussion/",
|
2014-10-17 02:48:40 -04:00
|
|
|
"source": "https://github.com/vrana/adminer/"
|
|
|
|
|
},
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Jakub Vrána",
|
2017-02-27 13:43:33 +01:00
|
|
|
"homepage": "https://www.vrana.cz/"
|
2014-10-17 02:48:40 -04:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"plugins/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"license": [
|
|
|
|
|
"Apache-2.0",
|
2018-01-23 12:21:42 +01:00
|
|
|
"GPL-2.0-only"
|
2014-10-17 02:48:40 -04:00
|
|
|
],
|
2024-03-16 00:13:46 +01:00
|
|
|
"require": {
|
2023-12-17 01:36:25 +01:00
|
|
|
"php": "5.6 - 8.3",
|
2024-03-16 00:13:46 +01:00
|
|
|
"ext-pdo": "*",
|
2024-03-16 18:17:06 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
|
"vrana/jush": "@dev",
|
|
|
|
|
"vrana/jsshrink": "@dev"
|
2024-03-16 00:13:46 +01:00
|
|
|
},
|
2024-08-13 23:00:00 +02:00
|
|
|
"suggest": {
|
|
|
|
|
"ext-zlib": "*",
|
|
|
|
|
"ext-suhosin": "*",
|
|
|
|
|
"ext-mysqli": "*",
|
|
|
|
|
"ext-mysql": "*",
|
|
|
|
|
"ext-pgsql": "*",
|
|
|
|
|
"ext-mongo": "*",
|
|
|
|
|
"ext-sqlsrv": "*",
|
|
|
|
|
"ext-mssql": "*",
|
|
|
|
|
"ext-oci8": "*",
|
|
|
|
|
"ext-interbase": "*",
|
|
|
|
|
"ext-pdo_pgsql": "*",
|
|
|
|
|
"ext-pdo_dblib": "*",
|
|
|
|
|
"ext-pdo_sqlite": "*",
|
|
|
|
|
"ext-pdo_oci": "*"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ext-xdebug": "*"
|
|
|
|
|
},
|
2014-10-17 02:48:40 -04:00
|
|
|
"scripts": {
|
|
|
|
|
"compile": "php compile.php"
|
2024-03-16 18:17:06 +01:00
|
|
|
},
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/vrana/jush.git"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/vrana/jsshrink.git"
|
|
|
|
|
}
|
|
|
|
|
]
|
2014-10-17 02:48:40 -04:00
|
|
|
}
|