File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " cache/mongodb-adapter" ,
3- "description" : " A PSR-6 cache implementation using MongoDB. This implementation supports tags" ,
43 "type" : " library" ,
5- "license" : " MIT" ,
6- "minimum-stability" : " dev" ,
7- "prefer-stable" : true ,
4+ "description" : " A PSR-6 cache implementation using MongoDB. This implementation supports tags" ,
85 "keywords" : [
96 " cache" ,
107 " psr-6" ,
118 " mongodb" ,
129 " tag"
1310 ],
1411 "homepage" : " http://www.php-cache.com/en/latest/" ,
12+ "license" : " MIT" ,
1513 "authors" : [
1614 {
1715 "name" : " Aaron Scherer" ,
3129 "psr/cache" : " ^1.0" ,
3230 "psr/simple-cache" : " ^1.0"
3331 },
34- "require-dev" : {
35- "phpunit/phpunit" : " ^5.7.21" ,
36- "cache/integration-tests" : " ^0.16"
37- },
3832 "provide" : {
3933 "psr/cache-implementation" : " ^1.0" ,
4034 "psr/simple-cache-implementation" : " ^1.0"
4135 },
36+ "require-dev" : {
37+ "cache/integration-tests" : " ^0.16" ,
38+ "phpunit/phpunit" : " ^5.7.21"
39+ },
40+ "extra" : {
41+ "branch-alias" : {
42+ "dev-master" : " 1.1-dev"
43+ }
44+ },
4245 "autoload" : {
4346 "psr-4" : {
4447 "Cache\\ Adapter\\ MongoDB\\ " : " "
4750 " /Tests/"
4851 ]
4952 },
50- "extra" : {
51- "branch-alias" : {
52- "dev-master" : " 1.1-dev"
53- }
54- }
53+ "minimum-stability" : " dev" ,
54+ "prefer-stable" : true
5555}
You can’t perform that action at this time.
0 commit comments