Skip to content

Commit d2ae6c9

Browse files
authored
require-dev phpmyadmin/motranslator
1 parent ff12d2e commit d2ae6c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@
1919
"php": ">=5.3.0",
2020
"ext-mbstring": "*"
2121
},
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+
},
2227
"conflict": {
2328
"phpmyadmin/motranslator": "<3.0"
2429
},
2530
"suggest": {
2631
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
2732
},
28-
"require-dev": {
29-
"phpunit/php-code-coverage": "~2.0 || ~3.0",
30-
"phpunit/phpunit": "~4.8 || ~5.1"
31-
},
3233
"bin": [
3334
"bin/highlight-query",
3435
"bin/lint-query"

0 commit comments

Comments
 (0)