summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-13 14:12:27 +0100
committerRemi Collet <remi@php.net>2023-02-13 14:12:27 +0100
commitde67ac98afc9a220bd2851259a537b97fcd6d542 (patch)
treebd5a0d8f94a97f2df3bdd6289a534458a6bf8443 /composer.json
parentdc7b7a91febb23f3dd051d9b26bc8faf356846ec (diff)
update to 2.2.1
allow phpunit10
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 2ee9669..ab6db08 100644
--- a/composer.json
+++ b/composer.json
@@ -22,11 +22,11 @@
},
"require": {
"php": ">=5.6",
- "php-mock/php-mock": "^2.2",
- "phpunit/php-text-template": "^1 || ^2"
+ "php-mock/php-mock": "^2.4",
+ "phpunit/php-text-template": "^1 || ^2 || ^3"
},
"require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9"
+ "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10"
},
"archive": {
"exclude": ["/tests"]