Deployment ready version of phpmyadmin-all-languages.
This version is a deployment-ready version of phpMyAdmin All-Languages. It contains all language files packaged in 'phpMyAdmin-*-all-languages.zip'.
Following folders have been removed from the distribution package:
- doc
- examples
- scripts
- setup
To install an application via Composer in a custom location you need a composer-installer.
You can use oomphinc/composer-installers-extender
with a composer.json like this:
{
"name": "vendor/name",
"description": "desc",
"type": "project",
"require": {
"oomphinc/composer-installers-extender": "^1.1",
"wp-cloud/phpmyadmin": "*"
},
"extra": {
"installer-types": ["application"],
"installer-paths": {
"web/phpmyadmin/": ["wp-cloud/phpmyadmin"]
}
}
}
License: GPL-2.0
Copyright © 1998 onwards -- the phpMyAdmin team
Details see: phpMyAdmin Readme