Skip to content

Commit 3385fda

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------------------- | ------ | ------- | | packagist | laminas/laminas-inputfilter | 2.31.0 | 2.32.0 | | 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.17 |
1 parent 3c61617 commit 3385fda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
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",
2626
"laminas/laminas-form": "^3.21.0",
2727
"laminas/laminas-hydrator": "^4.16.0",
2828
"laminas/laminas-i18n": "^2.29.0",
29-
"laminas/laminas-inputfilter": "^2.31.0",
29+
"laminas/laminas-inputfilter": "^2.32.0",
3030
"laminas/laminas-mvc": "^3.8.0",
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.17",
3636
"slam/php-cs-fixer-extensions": "^3.12.0"
3737
},
3838
"conflict": {

0 commit comments

Comments
 (0)