Files
adminer/composer.json

72 lines
1.7 KiB
JSON

{
"name": "adminerneo/adminerneo",
"description": "Database management in a single PHP file.",
"homepage": "https://github.com/adminerneo/adminerneo",
"keywords": [
"database"
],
"support": {
"issues": "https://github.com/adminerneo/adminerneo/issues",
"forum": "https://github.com/adminerneo/adminerneo/discussions",
"source": "https://github.com/adminerneo/adminerneo"
},
"authors": [
{
"name": "Peter Knut"
},
{
"name": "Jakub Vrána",
"homepage": "https://www.vrana.cz/"
}
],
"autoload": {
"classmap": [
"plugins/"
]
},
"license": [
"Apache-2.0",
"GPL-2.0-only"
],
"require": {
"php": "5.6 - 8.4",
"ext-pdo": "*",
"ext-json": "*",
"vrana/jush": "2.0.*",
"vrana/jsshrink": "@dev"
},
"suggest": {
"ext-zlib": "*",
"ext-suhosin": "*",
"ext-mysqli": "*",
"ext-mysql": "*",
"ext-pgsql": "*",
"ext-mongo": "*",
"ext-mongodb": "*",
"ext-sqlsrv": "*",
"ext-mssql": "*",
"ext-oci8": "*",
"ext-interbase": "*",
"ext-pdo_pgsql": "*",
"ext-pdo_dblib": "*",
"ext-pdo_sqlite": "*",
"ext-pdo_oci": "*"
},
"require-dev": {
"ext-xdebug": "*"
},
"scripts": {
"compile": "php compile.php"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/peterpp/jush.git"
},
{
"type": "vcs",
"url": "https://github.com/peterpp/js-shrink.git"
}
]
}