Skip to content

Commit 6306d59

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 45462cd commit 6306d59

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
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "~8.4.0 || ~8.5.0",
15-
"phpstan/phpstan": "^2.1.32"
15+
"phpstan/phpstan": "^2.1.33"
1616
},
1717
"require-dev": {
1818
"nette/di": "^3.2.5",
1919
"nette/neon": "^3.4.6",
2020
"nikic/php-parser": "^4.19.2 || ^5.6.2",
21-
"phpstan/phpstan-phpunit": "^2.0.8",
22-
"phpunit/phpunit": "^12.4.5",
21+
"phpstan/phpstan-phpunit": "^2.0.9",
22+
"phpunit/phpunit": "^12.5.0",
2323
"slam/php-cs-fixer-extensions": "^3.14.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)