Skip to content

Commit c245fe0

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.31 | 2.1.32 | | packagist | phpstan/phpstan-phpunit | 2.0.7 | 2.0.8 |
1 parent 772320f commit c245fe0

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
@@ -12,13 +12,13 @@
1212
],
1313
"require": {
1414
"php": "~8.4.0 || ~8.5.0",
15-
"phpstan/phpstan": "^2.1.31"
15+
"phpstan/phpstan": "^2.1.32"
1616
},
1717
"require-dev": {
1818
"nette/di": "^3.2.5",
1919
"nette/neon": "^3.4.5",
2020
"nikic/php-parser": "^4.19.2 || ^5.6.2",
21-
"phpstan/phpstan-phpunit": "^2.0.7",
21+
"phpstan/phpstan-phpunit": "^2.0.8",
2222
"phpunit/phpunit": "^12.4.2",
2323
"slam/php-cs-fixer-extensions": "^3.14.0"
2424
},

0 commit comments

Comments
 (0)