Skip to content

Commit 7356733

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.32 | 2.1.33 | | packagist | phpstan/phpstan-phpunit | 2.0.8 | 2.0.9 | | packagist | phpunit/phpunit | 12.4.5 | 12.5.0 |
1 parent f3c6a7d commit 7356733

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
@@ -16,9 +16,9 @@
1616
"friendsofphp/php-cs-fixer": "^3.91.2"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^2.1.32",
20-
"phpstan/phpstan-phpunit": "^2.0.8",
21-
"phpunit/phpunit": "^12.4.5"
19+
"phpstan/phpstan": "^2.1.33",
20+
"phpstan/phpstan-phpunit": "^2.0.9",
21+
"phpunit/phpunit": "^12.5.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)