Skip to content

Commit 7b857ce

Browse files
authored
Merge pull request #48 from laminas/renovate/lock-file-maintenance
Lock file maintenance
2 parents 0088715 + 5e3a3b5 commit 7b857ce

File tree

7 files changed

+534
-550
lines changed

7 files changed

+534
-550
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.phpunit.result.cache
2+
/.psalm-cache
23
/docs/html/
34
/laminas-mkdoc-theme.tgz
45
/laminas-mkdoc-theme/

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1111
"ext-apcu": "^5.1.10",
12-
"laminas/laminas-cache": "^3.0"
12+
"laminas/laminas-cache": "^3.12.0"
1313
},
1414
"provide": {
1515
"laminas/laminas-cache-storage-implementation": "1.0"
@@ -18,7 +18,7 @@
1818
"laminas/laminas-cache-storage-adapter-test": "^2.0",
1919
"laminas/laminas-coding-standard": "~2.5.0",
2020
"psalm/plugin-phpunit": "^0.18.0",
21-
"vimeo/psalm": "^5.0.0"
21+
"vimeo/psalm": "^5.18"
2222
},
2323
"config": {
2424
"sort-packages": true,

0 commit comments

Comments
 (0)