From f0b1a7db180d82616aa1a55846f2c93bc1e9cf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 20 Jul 2017 23:57:06 -0300 Subject: [PATCH] Remove PMA namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + composer.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a7ad3ef7e5..0ccc7ce1be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,7 @@ phpMyAdmin - ChangeLog - issue #13145 Improved layout of operations pages - issue #13448 Add "format" query button in edit view form - issue #6241 Implement Responsive Design/mobile interface +- issue Use a single location for classes under PhpMyAdmin namespace 4.7.4 (not yet released) - issue #13415 Remove shadow from the logo 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" }