Skip to content

Commit ac852c7

Browse files
committed
Update to use motranslator 3.0
It uses PSR-4 prefix for PhpMyAdmin namespace. See #126 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 50ef374 commit ac852c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=5.3.0",
20-
"phpmyadmin/motranslator": "^2.0",
20+
"phpmyadmin/motranslator": "~3.0",
2121
"ext-mbstring": "*"
2222
},
2323
"require-dev": {

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace SqlParser;
88

9-
use MoTranslator;
9+
use PhpMyAdmin\MoTranslator;
1010

1111
class Translator
1212
{

0 commit comments

Comments
 (0)