Skip to content

Commit 4fb2692

Browse files
committed
Allow phpmyadmin/motranslator 5.0
Signed-off-by: William Desportes <[email protected]>
1 parent 1cb07fa commit 4fb2692

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Stop instanciating an object to check its class name. (#290)
66
* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270)
77
* Allow phpunit 9
8+
* Allow phpmyadmin/motranslator 5.0
89
* Fix for php error when "INSERT INTO x SET a = 1" is "INSERT INTO x SET = 1" (#295)
910
* Fixed lexer fails to detect "*" as a wildcard (#288)
1011
* Fixed ANSI_QUOTES support (#284)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"phpmyadmin/coding-standard": "^1.0",
24-
"phpmyadmin/motranslator": "^4.0",
24+
"phpmyadmin/motranslator": "^4.0 || ^5.0",
2525
"phpstan/extension-installer": "^1.0",
2626
"phpstan/phpstan": "^0.12.3",
2727
"phpstan/phpstan-phpunit": "^0.12.1",

0 commit comments

Comments
 (0)