summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-21 11:36:50 +0100
committerRemi Collet <remi@remirepo.net>2020-12-21 11:36:50 +0100
commit2f66798ac2bd3a7286daa30ca7b6ee7fca7a2554 (patch)
treecda8ffbe48fdb3dc7b1518c6a5275622066ebd3e /composer.json
parent103af8673ff8ce907165f8bc11e3d67eae54d97e (diff)
update to 1.4.1
switch to classmap autoloader
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 2bec0a0..861dab0 100644
--- a/composer.json
+++ b/composer.json
@@ -22,21 +22,22 @@
"php": ">=5.4",
"ext-mbstring": "*",
"ext-pcre": "*",
- "tecnickcom/tc-lib-unicode-data": "^1.6.11"
+ "tecnickcom/tc-lib-unicode-data": "^1.7"
},
"require-dev": {
- "apigen/apigen": "^4.1.2",
- "bartlett/php-compatinfo": "^5.0.10 || ^5.0.12",
- "pdepend/pdepend": "^2.5.2",
- "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
- "phpmd/phpmd": "^2.6.0",
- "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1",
- "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
- "squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0"
+ "pdepend/pdepend": "2.8.0",
+ "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
+ "phpmd/phpmd": "2.9.1",
+ "phpunit/phpunit": "9.5.0 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
+ "sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
+ "squizlabs/php_codesniffer": "3.5.8 || 2.9.2"
},
"autoload": {
"psr-4": {
"Com\\Tecnick\\Unicode\\": "src"
}
+ },
+ "autoload-dev": {
+ "psr-4": { "Test\\": "test" }
}
}