summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-12 12:00:56 +0100
committerRemi Collet <remi@php.net>2024-02-12 12:00:56 +0100
commit67bca234d8e320d9bbb27b6dcf6b7cbe23ee1573 (patch)
tree883e2314afa905bd89ad654a2d8da5f03e85d83e /composer.json
parent177f9f52d6d53e394c09e85aa731ed451c2ab595 (diff)
update to 2.5.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index fd01774..f2d926e 100644
--- a/composer.json
+++ b/composer.json
@@ -24,17 +24,17 @@
},
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
- "phpunit/php-text-template": "^1 || ^2 || ^3"
+ "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4"
},
"require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0",
- "squizlabs/php_codesniffer": "^3.5"
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "squizlabs/php_codesniffer": "^3.8"
},
"replace": {
"malkusch/php-mock": "*"
},
"suggest": {
- "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
+ "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
},
"archive": {
"exclude": ["/tests"]