Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-21 05:57:06 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-21 14:15:34 +0300
commitf0b1a7db180d82616aa1a55846f2c93bc1e9cf5f (patch)
tree9d366be6fc3a4709d385b6f322a683f590ceda0e /composer.json
parent74b292a0d7bfde605dc41999f0c49a7ddea9ebf9 (diff)
Remove PMA namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 8dd98cc9c2..21a03fdc65 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,6 @@
"non-feature-branches": ["RELEASE_.*"],
"autoload": {
"psr-4": {
- "PMA\\": "./",
"PhpMyAdmin\\": "libraries/classes",
"PhpMyAdmin\\Setup\\": "setup/lib"
}