summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-12 12:05:54 +0100
committerRemi Collet <remi@php.net>2024-02-12 12:05:54 +0100
commit15bb78b07a02c092c19192b5c078df71ff80291f (patch)
tree1e3982ced952558fa0a712a4b434877c3df608d3 /composer.json
parentde67ac98afc9a220bd2851259a537b97fcd6d542 (diff)
update to 2.3.0 (no change)HEADmaster
raise dependency on php-mock 2.5 allow phpunit11
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 ab6db08..8213acd 100644
--- a/composer.json
+++ b/composer.json
@@ -22,11 +22,11 @@
},
"require": {
"php": ">=5.6",
- "php-mock/php-mock": "^2.4",
- "phpunit/php-text-template": "^1 || ^2 || ^3"
+ "php-mock/php-mock": "^2.5",
+ "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4"
},
"require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10"
+ "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11"
},
"archive": {
"exclude": ["/tests"]