summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-21 07:42:39 +0100
committerRemi Collet <remi@remirepo.net>2020-03-21 07:42:39 +0100
commitb553bbbd1cffdf4d4770b8eb72479e821b9a972f (patch)
tree303e18fac61a2cd7671407a2830e2c72159c8002 /composer.json
parentd33879ecb6e2f3108eafe06bb4de8ea03bf4121c (diff)
update to 5.3.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 51a13f6..d537efd 100644
--- a/composer.json
+++ b/composer.json
@@ -21,12 +21,12 @@
},
"require-dev": {
"phpmyadmin/coding-standard": "^1.0",
- "phpmyadmin/motranslator": "^4.0",
+ "phpmyadmin/motranslator": "^4.0 || ^5.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.3",
"phpstan/phpstan-phpunit": "^0.12.1",
"phpunit/php-code-coverage": "*",
- "phpunit/phpunit": "^7.4 || ^8"
+ "phpunit/phpunit": "^7.4 || ^8 || ^9"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"