1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 18:11:52 +02:00
Files
php-adminer/composer.json
2025-03-28 18:39:30 +01:00

40 lines
934 B
JSON

{
"name": "vrana/adminer",
"description": "Database management in a single PHP file.",
"homepage": "https://www.adminer.org/",
"keywords": [
"database"
],
"support": {
"issues": "https://github.com/vrana/adminer/issues",
"forum": "https://github.com/vrana/adminer/discussions",
"source": "https://github.com/vrana/adminer/"
},
"authors": [
{
"name": "Jakub Vrána",
"homepage": "https://www.vrana.cz/"
}
],
"autoload": {
"exclude-from-classmap": [
"adminer/drivers/",
"plugins/drivers/"
],
"classmap": [
"plugins/"
]
},
"license": [
"Apache-2.0",
"GPL-2.0-only"
],
"require": {
"php": ">=7.4"
},
"scripts": {
"clean": "rm -f adminer*.php editor*.php",
"compile": "@php compile.php"
}
}