diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 6bf3df2..28cdaed 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,18 @@ }, "require": { "php": ">=5.3.0", - "phpmyadmin/motranslator": "~3.0", "ext-mbstring": "*" }, "require-dev": { "phpunit/php-code-coverage": "~2.0 || ~3.0", "phpunit/phpunit": "~4.8 || ~5.1" }, + "conflict": { + "phpmyadmin/motranslator": "<3.0" + }, + "suggest": { + "phpmyadmin/motranslator": "Translate messages to your favorite locale" + }, "bin": [ "bin/highlight-query", "bin/lint-query" |