Skip to content

Commit 2980cde

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------- | | packagist | phpstan/phpstan | 2.1.6 | 2.1.11 | | packagist | phpstan/phpstan-phpunit | 2.0.4 | 2.0.6 | | packagist | phpunit/phpunit | 11.5.9 | 11.5.15 |
1 parent 3c61617 commit 2980cde

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.3.0 || ~8.4.0",
22-
"phpstan/phpstan": "^2.1.6"
22+
"phpstan/phpstan": "^2.1.11"
2323
},
2424
"require-dev": {
2525
"laminas/laminas-filter": "^2.40.0",
@@ -31,8 +31,8 @@
3131
"laminas/laminas-paginator": "^2.19.0",
3232
"laminas/laminas-validator": "^2.64.2",
3333
"phpstan/phpstan-deprecation-rules": "^2.0.1",
34-
"phpstan/phpstan-phpunit": "^2.0.4",
35-
"phpunit/phpunit": "^11.5.9",
34+
"phpstan/phpstan-phpunit": "^2.0.6",
35+
"phpunit/phpunit": "^11.5.15",
3636
"slam/php-cs-fixer-extensions": "^3.12.0"
3737
},
3838
"conflict": {

0 commit comments

Comments
 (0)