Skip to content

Commit

Permalink
Update Laminas packages to v4
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to    |
| ---------- | ------------------------------ | ------ | ----- |
| packagist  | laminas/laminas-cache          | 3.12.1 | 4.0.0 |
| packagist  | laminas/laminas-servicemanager | 3.22.1 | 4.1.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 16, 2024
1 parent bcab4ec commit 43a28e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-intl": "*",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-servicemanager": "^3.21.0 || ^4.0.0",
"laminas/laminas-stdlib": "^3.0"
},
"require-dev": {
"laminas/laminas-cache": "^3.12.1",
"laminas/laminas-cache": "^4.0.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.2",
"laminas/laminas-coding-standard": "~2.5.0",
Expand Down

0 comments on commit 43a28e2

Please sign in to comment.