devilbox/.devilbox/www/htdocs/vendor/phppgadmin-7.12.1/composer.json

15 lines
400 B
JSON
Raw Normal View History

{
"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": {
}
}