Skip to content

Commit

Permalink
Merge pull request #48 from laminas/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance
  • Loading branch information
Xerkus authored Jan 8, 2024
2 parents 0088715 + 5e3a3b5 commit 7b857ce
Show file tree
Hide file tree
Showing 7 changed files with 534 additions and 550 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.phpunit.result.cache
/.psalm-cache
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-apcu": "^5.1.10",
"laminas/laminas-cache": "^3.0"
"laminas/laminas-cache": "^3.12.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
Expand All @@ -18,7 +18,7 @@
"laminas/laminas-cache-storage-adapter-test": "^2.0",
"laminas/laminas-coding-standard": "~2.5.0",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
"vimeo/psalm": "^5.18"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit 7b857ce

Please sign in to comment.