diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-26 07:05:53 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-26 07:05:53 +0100 |
| commit | fa6e097d8f6c039b37fc73fbf0e4f104a4ca3836 (patch) | |
| tree | 601a952da808db2402b99904fe6763d282521c5a /composer.json | |
| parent | 57d6b563973405f73148350bf1c5e3f2dae3ef28 (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index f5a57f6..4942199 100644 --- a/composer.json +++ b/composer.json @@ -48,14 +48,14 @@ }, "require-dev": { "facile-it/paraunit": "^1.3.1 || ^2.7", - "infection/infection": "^0.31", + "infection/infection": "^0.32", "justinrainbow/json-schema": "^6.6", "keradus/cli-executor": "^2.3", "mikey179/vfsstream": "^1.6.12", "php-coveralls/php-coveralls": "^2.9", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", - "phpunit/phpunit": "^9.6.31 || ^10.5.60 || ^11.5.46", + "phpunit/phpunit": "^9.6.31 || ^10.5.60 || ^11.5.48", "symfony/polyfill-php85": "^1.33", "symfony/var-dumper": "^5.4.48 || ^6.4.26 || ^7.4.0 || ^8.0", "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0" @@ -124,7 +124,6 @@ "phpstan": "@php -d memory_limit=512M dev-tools/vendor/bin/phpstan analyse", "phpstan:baseline": [ "@php -d memory_limit=512M dev-tools/vendor/bin/phpstan analyse --generate-baseline=./dev-tools/phpstan/baseline/_loader.php", - "find ./dev-tools/phpstan/baseline/ -type f -not -name _loader.php -delete", "@php dev-tools/vendor/bin/split-phpstan-baseline ./dev-tools/phpstan/baseline/_loader.php --no-error-count" ], "qa": "@quality-assurance", |
