mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-26 16:01:05 +00:00
14 lines
352 B
JSON
14 lines
352 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": ">=5.0"
|
||
|
},
|
||
|
"minimum-stability": "stable",
|
||
|
"autoload": {
|
||
|
}
|
||
|
}
|
||
|
|