summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-25 07:32:31 +0200
committerRemi Collet <remi@php.net>2023-08-25 07:32:31 +0200
commit2c5c5a26ce42f3c2c8fc888cbf559895201a43f2 (patch)
tree8e5f4896e6594b477c31de40bb6d5375bcc6a541 /composer.json
parenta9fae59034316e1b64614dda78184b32a0134daf (diff)
update to 1.13.0
raise dependency on PHP 7.4 use 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 80ca1af..cd75bee 100644
--- a/composer.json
+++ b/composer.json
@@ -13,11 +13,11 @@
"phpstan": "vendor/bin/phpstan analyse -l 6 src"
},
"require": {
- "php": "^7.2 || ^8.0",
+ "php": "^7.4 || ^8.0",
"ext-fileinfo": "*"
},
"require-dev": {
- "phpunit/phpunit": "^8.5.8 || ^9.3",
+ "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0",
"phpstan/phpstan": "^0.12.68",
"friendsofphp/php-cs-fixer": "^3.2"
},
@@ -28,7 +28,7 @@
},
"config": {
"platform": {
- "php": "7.2.0"
+ "php": "7.4.0"
}
}
}