mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-25 23:41:04 +00:00
15 lines
400 B
JSON
15 lines
400 B
JSON
{
|
|
"name": "phppgadmin/phppgadmin",
|
|
"description": "phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.",
|
|
"type": "Application",
|
|
"license": "GPL-2.0+",
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-pgsql": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
}
|
|
}
|