Skip to content

Commit 84d1f5f

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpstan/phpstan | 2.2.1 | 2.2.2 | | packagist | phpunit/phpunit | 13.1.14 | 13.2.0 |
1 parent 5f29bb9 commit 84d1f5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 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.2.1"
15+
"phpstan/phpstan": "^2.2.2"
1616
},
1717
"require-dev": {
1818
"nette/di": "^3.2.6",
1919
"nette/neon": "^3.4.8",
2020
"nikic/php-parser": "^4.19.2 || ^5.7.0",
2121
"phpstan/phpstan-phpunit": "^2.0.16",
22-
"phpunit/phpunit": "^13.1.14",
22+
"phpunit/phpunit": "^13.2.0",
2323
"slam/php-cs-fixer-extensions": "^3.15.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)