Skip to content

Commit 6430466

Browse files
Update all non-major dependencies (#53)
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------ | | packagist | friendsofphp/php-cs-fixer | 3.95.4 | 3.95.5 | | packagist | phpstan/phpstan | 2.2.1 | 2.2.2 | | packagist | phpunit/phpunit | 13.1.14 | 13.2.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d46509 commit 6430466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": "~8.4.0 || ~8.5.0",
1414
"ext-mbstring": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "^3.95.4"
16+
"friendsofphp/php-cs-fixer": "^3.95.5"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^2.2.1",
19+
"phpstan/phpstan": "^2.2.2",
2020
"phpstan/phpstan-phpunit": "^2.0.16",
21-
"phpunit/phpunit": "^13.1.14"
21+
"phpunit/phpunit": "^13.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)