Skip to content

Commit dde0481

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | packagist | laminas/laminas-validator | 2.64.1 | 2.64.2 | | packagist | phpstan/phpstan | 2.0.2 | 2.0.4 | | packagist | phpstan/phpstan-phpunit | 2.0.1 | 2.0.3 | | packagist | phpunit/phpunit | 11.4.3 | 11.5.2 | | packagist | slam/php-cs-fixer-extensions | 3.11.1 | 3.12.0 |
1 parent 66248ec commit dde0481

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
22-
"phpstan/phpstan": "^2.0.2"
22+
"phpstan/phpstan": "^2.0.4"
2323
},
2424
"require-dev": {
2525
"laminas/laminas-filter": "^2.39.0",
@@ -29,11 +29,11 @@
2929
"laminas/laminas-inputfilter": "^2.31.0",
3030
"laminas/laminas-mvc": "^3.8.0",
3131
"laminas/laminas-paginator": "^2.19.0",
32-
"laminas/laminas-validator": "^2.64.1",
32+
"laminas/laminas-validator": "^2.64.2",
3333
"phpstan/phpstan-deprecation-rules": "^2",
34-
"phpstan/phpstan-phpunit": "^2.0.1",
35-
"phpunit/phpunit": "^11.4.3",
36-
"slam/php-cs-fixer-extensions": "^3.11.1"
34+
"phpstan/phpstan-phpunit": "^2.0.3",
35+
"phpunit/phpunit": "^11.5.2",
36+
"slam/php-cs-fixer-extensions": "^3.12.0"
3737
},
3838
"conflict": {
3939
"laminas/laminas-filter": "<2.37",

0 commit comments

Comments
 (0)