Skip to content

Commit e8a7023

Browse files
authored
Merge pull request #755 from snapshotpl/missing-provide-composer
Add missing provide in composer.json
2 parents 6a8f6fc + bb0650b commit e8a7023

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"laminas/laminas-validator": "^2.15.0",
6464
"symfony/console": "^5.3.7"
6565
},
66+
"provide": {
67+
"laminas/laminas-cache-storage-implementation": "1.0"
68+
},
6669
"require-dev": {
6770
"doctrine/coding-standard": "^9.0.0",
6871
"doctrine/orm": "^2.10.2",

0 commit comments

Comments
 (0)