Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| packagist   | laminas/laminas-hydrator     | 4.15.0 | 4.16.0 |
| packagist   | laminas/laminas-inputfilter  | 2.30.1 | 2.31.0 |
| packagist   | laminas/laminas-mvc          | 3.7.0  | 3.8.0  |
| github-tags | containerbase/php-prebuild   | 8.3.14 | 8.4.1  |
| packagist   | phpstan/phpstan              | 2.0.1  | 2.0.2  |
| packagist   | slam/php-cs-fixer-extensions | 3.11.1 | 3.12.0 |
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent a054e8d commit 268f00e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^2.0.1"
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^2.0.2"
},
"require-dev": {
"laminas/laminas-cache": "^3.12.2",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-filter": "^2.39.0",
"laminas/laminas-form": "^3.21.0",
"laminas/laminas-hydrator": "^4.15.0",
"laminas/laminas-hydrator": "^4.16.0",
"laminas/laminas-i18n": "^2.29.0",
"laminas/laminas-inputfilter": "^2.30.1",
"laminas/laminas-inputfilter": "^2.31.0",
"laminas/laminas-mail": "^2.25.1",
"laminas/laminas-mvc": "^3.7.0",
"laminas/laminas-mvc": "^3.8.0",
"laminas/laminas-paginator": "^2.19.0",
"laminas/laminas-validator": "^2.64.1",
"phpstan/phpstan-deprecation-rules": "^2",
"phpstan/phpstan-phpunit": "^2",
"phpunit/phpunit": "^11.4.3",
"slam/php-cs-fixer-extensions": "^3.11.1"
"slam/php-cs-fixer-extensions": "^3.12.0"
},
"conflict": {
"laminas/laminas-cache": "<3.12",
Expand Down

0 comments on commit 268f00e

Please sign in to comment.