Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 61b7956

Browse files
added "provide" in composer.json
1 parent b97a7d2 commit 61b7956

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
@@ -23,6 +23,9 @@
2323
"phpunit/phpunit": "^9.0",
2424
"friendsofphp/php-cs-fixer": "^3.1"
2525
},
26+
"provide": {
27+
"psr/cache-implementation": "1.0|2.0"
28+
},
2629
"autoload": {
2730
"psr-4": {
2831
"SBSEDV\\Component\\Cache\\InMemory\\": "src/"

0 commit comments

Comments
 (0)