Skip to content

Commit 7678d5a

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | packagist | friendsofphp/php-cs-fixer | 3.51.0 | 3.56.0 | | packagist | phpstan/phpstan | 1.10.62 | 1.10.67 | | packagist | phpunit/phpunit | 11.0.6 | 11.1.3 |
1 parent 7e5216e commit 7678d5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": "~8.2.0 || ~8.3.0",
1414
"ext-mbstring": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "^3.51.0"
16+
"friendsofphp/php-cs-fixer": "^3.56.0"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^1.10.62",
19+
"phpstan/phpstan": "^1.10.67",
2020
"phpstan/phpstan-phpunit": "^1.3.16",
21-
"phpunit/phpunit": "^11.0.6"
21+
"phpunit/phpunit": "^11.1.3"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)