We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ef374 commit ac852c7Copy full SHA for ac852c7
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require": {
19
"php": ">=5.3.0",
20
- "phpmyadmin/motranslator": "^2.0",
+ "phpmyadmin/motranslator": "~3.0",
21
"ext-mbstring": "*"
22
23
"require-dev": {
src/Translator.php
@@ -6,7 +6,7 @@
6
7
namespace SqlParser;
8
9
-use MoTranslator;
+use PhpMyAdmin\MoTranslator;
10
11
class Translator
12
{
0 commit comments