File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " cache/hierarchical-cache" ,
3- "description" : " A helper trait and interface to your PSR-6 cache to support hierarchical keys." ,
43 "type" : " library" ,
5- "license " : " MIT " ,
4+ "description " : " A helper trait and interface to your PSR-6 cache to support hierarchical keys. " ,
65 "keywords" : [
76 " cache" ,
87 " psr-6" ,
98 " hierarchy" ,
109 " hierarchical"
1110 ],
1211 "homepage" : " http://www.php-cache.com/en/latest/" ,
12+ "license" : " MIT" ,
1313 "authors" : [
1414 {
1515 "name" : " Aaron Scherer" ,
2424 ],
2525 "require" : {
2626 "php" : " ^5.6 || ^7.0 || ^8.0" ,
27- "psr/ cache" : " ^1.0" ,
28- "cache/adapter-common " : " ^1.0"
27+ "cache/adapter-common " : " ^1.0" ,
28+ "psr/cache " : " ^1.0"
2929 },
3030 "require-dev" : {
3131 "phpunit/phpunit" : " ^5.7.21"
3232 },
33+ "extra" : {
34+ "branch-alias" : {
35+ "dev-master" : " 1.1-dev"
36+ }
37+ },
3338 "autoload" : {
3439 "psr-4" : {
3540 "Cache\\ Hierarchy\\ " : " "
3944 ]
4045 },
4146 "minimum-stability" : " dev" ,
42- "prefer-stable" : true ,
43- "extra" : {
44- "branch-alias" : {
45- "dev-master" : " 1.1-dev"
46- }
47- }
47+ "prefer-stable" : true
4848}
You can’t perform that action at this time.
0 commit comments