Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| packagist  | laminas/laminas-form         | 3.20.1 | 3.21.0 |
| packagist  | phpstan/phpstan              | 1.12.4 | 1.12.6 |
| packagist  | slam/php-cs-fixer-extensions | 3.11.1 | 3.12.0 |
renovate[bot] authored Oct 9, 2024

Verified

This commit was signed with the committer’s verified signature.
jonathan-irvin Jonathan Irvin
1 parent 5bc64db commit 0738d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -19,13 +19,13 @@
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^1.12.4"
"phpstan/phpstan": "^1.12.6"
},
"require-dev": {
"laminas/laminas-cache": "^3.12.2",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-filter": "^2.37.0",
"laminas/laminas-form": "^3.20.1",
"laminas/laminas-form": "^3.21.0",
"laminas/laminas-hydrator": "^4.15.0",
"laminas/laminas-i18n": "^2.28.1",
"laminas/laminas-inputfilter": "^2.30.1",
@@ -36,7 +36,7 @@
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^9.6.21",
"slam/php-cs-fixer-extensions": "^3.11.1"
"slam/php-cs-fixer-extensions": "^3.12.0"
},
"conflict": {
"laminas/laminas-cache": "<3.12",

0 comments on commit 0738d66

Please sign in to comment.