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 ff12d2e commit d2ae6c9Copy full SHA for d2ae6c9
composer.json
@@ -19,16 +19,17 @@
19
"php": ">=5.3.0",
20
"ext-mbstring": "*"
21
},
22
+ "require-dev": {
23
+ "phpmyadmin/motranslator": "~3.0",
24
+ "phpunit/php-code-coverage": "~2.0 || ~3.0",
25
+ "phpunit/phpunit": "~4.8 || ~5.1"
26
+ },
27
"conflict": {
28
"phpmyadmin/motranslator": "<3.0"
29
30
"suggest": {
31
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
32
- "require-dev": {
- "phpunit/php-code-coverage": "~2.0 || ~3.0",
- "phpunit/phpunit": "~4.8 || ~5.1"
- },
33
"bin": [
34
"bin/highlight-query",
35
"bin/lint-query"
0 commit comments