File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
* Stop instanciating an object to check its class name. (#290 )
6
6
* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270 )
7
7
* Allow phpunit 9
8
+ * Allow phpmyadmin/motranslator 5.0
8
9
* Fix for php error when "INSERT INTO x SET a = 1" is "INSERT INTO x SET = 1" (#295 )
9
10
* Fixed lexer fails to detect "* " as a wildcard (#288 )
10
11
* Fixed ANSI_QUOTES support (#284 )
Original file line number Diff line number Diff line change 21
21
},
22
22
"require-dev" : {
23
23
"phpmyadmin/coding-standard" : " ^1.0" ,
24
- "phpmyadmin/motranslator" : " ^4.0" ,
24
+ "phpmyadmin/motranslator" : " ^4.0 || ^5.0 " ,
25
25
"phpstan/extension-installer" : " ^1.0" ,
26
26
"phpstan/phpstan" : " ^0.12.3" ,
27
27
"phpstan/phpstan-phpunit" : " ^0.12.1" ,
You can’t perform that action at this time.
0 commit comments