summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index bed82bf..37712f2 100644
--- a/composer.json
+++ b/composer.json
@@ -17,15 +17,21 @@
},
"require": {
"php": ">=5.3.0",
- "symfony/expression-language": "^3.2 || ^2.8"
+ "symfony/expression-language": "^4.0 || ^3.2 || ^2.8"
},
"require-dev": {
+ "apigen/apigen": "^4.1",
"phpunit/php-code-coverage": "*",
- "phpunit/phpunit": "~4.8 || ~5.7"
+ "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5"
},
"autoload": {
"psr-4": {
"PhpMyAdmin\\MoTranslator\\": "src"
}
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "PhpMyAdmin\\MoTranslator\\Tests\\": "tests"
+ }
}
}