Skip to content

Commit 3d07853

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.38 | 2.1.39 | | packagist | phpstan/phpstan-deprecation-rules | 2.0.3 | 2.0.4 | | packagist | phpstan/phpstan-phpunit | 2.0.14 | 2.0.15 |
1 parent e667e80 commit 3d07853

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "~8.4.0 || ~8.5.0",
22-
"phpstan/phpstan": "^2.1.38"
22+
"phpstan/phpstan": "^2.1.39"
2323
},
2424
"require-dev": {
2525
"laminas/laminas-filter": "^2.42.0",
@@ -30,8 +30,8 @@
3030
"laminas/laminas-mvc": "^3.8.0",
3131
"laminas/laminas-paginator": "^2.22.0",
3232
"laminas/laminas-validator": "^2.65.0",
33-
"phpstan/phpstan-deprecation-rules": "^2.0.3",
34-
"phpstan/phpstan-phpunit": "^2.0.14",
33+
"phpstan/phpstan-deprecation-rules": "^2.0.4",
34+
"phpstan/phpstan-phpunit": "^2.0.15",
3535
"phpunit/phpunit": "^11.5.53",
3636
"slam/php-cs-fixer-extensions": "^3.14.0"
3737
},

0 commit comments

Comments
 (0)