Skip to content

Commit b2e67e8

Browse files
committed
Added provide section in composer
1 parent ba248e0 commit b2e67e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,13 @@
4040
"psr-4": {
4141
"phpFastCache\\": "src/phpFastCache/"
4242
}
43+
},
44+
"provide" : {
45+
"ext-apc": "*",
46+
"ext-memcache": "*",
47+
"ext-memcached": "*",
48+
"ext-redis": "*",
49+
"ext-predis": "*",
50+
"ext-sqlite": "*"
4351
}
4452
}

0 commit comments

Comments
 (0)