Skip to content

Commit 49fdcb5

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | friendsofphp/php-cs-fixer | 3.89.2 | 3.90.0 | | packagist | phpunit/phpunit | 12.4.3 | 12.4.4 |
1 parent 9286c9f commit 49fdcb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 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.89.2"
16+
"friendsofphp/php-cs-fixer": "^3.90.0"
1717
},
1818
"require-dev": {
1919
"phpstan/phpstan": "^2.1.32",
2020
"phpstan/phpstan-phpunit": "^2.0.8",
21-
"phpunit/phpunit": "^12.4.3"
21+
"phpunit/phpunit": "^12.4.4"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)