summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-30 07:38:39 +0200
committerRemi Collet <remi@php.net>2025-04-30 07:38:39 +0200
commit98f9ce9bdab6d4ff7e595dc1c43a0c3ddbc4880f (patch)
treebe970ae0c2791f1d0dc9cb2375aad6644caa9090 /composer.json
parent337a285ed69941b2f35b2480cf3646153bc4bb70 (diff)
update to 1.22.0HEADmaster
re-license spec file to CECILL-2.1
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 d520edb..219f211 100644
--- a/composer.json
+++ b/composer.json
@@ -18,17 +18,17 @@
],
"require": {
- "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
+ "php": "^7.4 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
"phpdocumentor/reflection-docblock": "^5.2",
- "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"doctrine/instantiator": "^1.2 || ^2.0",
- "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0"
+ "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.40",
"phpspec/phpspec": "^6.0 || ^7.0",
- "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan": "^2.1.13",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
},