summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 16 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 41a3452..7a8a882 100644
--- a/composer.json
+++ b/composer.json
@@ -29,20 +29,23 @@
"require": {
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
"ext-zip": "*",
- "composer/composer": "^2.8.2",
- "illuminate/container": "^10.47",
- "psr/http-message": "^2.0",
- "symfony/console": "^6.4",
- "symfony/process": "^6.4",
+ "composer/composer": "^2.8.4",
+ "composer/pcre": "^3.3.2",
+ "composer/semver": "^3.4.3",
+ "fidry/cpu-core-counter": "^1.2",
+ "illuminate/container": "^10.48.25",
+ "psr/container": "^2.0.2",
+ "symfony/console": "^6.4.15",
+ "symfony/process": "^6.4.15",
"webmozart/assert": "^1.11"
},
"require-dev": {
- "behat/behat": "^3.14",
+ "behat/behat": "^3.17",
"doctrine/coding-standard": "^12.0",
"php-standard-library/psalm-plugin": "^2.3",
- "phpunit/phpunit": "^10.5",
- "psalm/plugin-phpunit": "^0.18.4",
- "vimeo/psalm": "^5.22"
+ "phpunit/phpunit": "^10.5.39",
+ "psalm/plugin-phpunit": "^0.19.0",
+ "vimeo/psalm": "^5.26.1"
},
"replace": {
"symfony/polyfill-php81": "*",
@@ -52,8 +55,12 @@
"config": {
"sort-packages": true,
"preferred-install": "dist",
+ "bump-after-update": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
+ },
+ "platform": {
+ "php": "8.1.0"
}
}
}