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 1cb07fa commit 4fb2692Copy full SHA for 4fb2692
2 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
* Stop instanciating an object to check its class name. (#290)
6
* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270)
7
* Allow phpunit 9
8
+* Allow phpmyadmin/motranslator 5.0
9
* Fix for php error when "INSERT INTO x SET a = 1" is "INSERT INTO x SET = 1" (#295)
10
* Fixed lexer fails to detect "*" as a wildcard (#288)
11
* Fixed ANSI_QUOTES support (#284)
composer.json
@@ -21,7 +21,7 @@
21
},
22
"require-dev": {
23
"phpmyadmin/coding-standard": "^1.0",
24
- "phpmyadmin/motranslator": "^4.0",
+ "phpmyadmin/motranslator": "^4.0 || ^5.0",
25
"phpstan/extension-installer": "^1.0",
26
"phpstan/phpstan": "^0.12.3",
27
"phpstan/phpstan-phpunit": "^0.12.1",
0 commit comments