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- "type" : " library" ,
43 "description" : " A helper trait and interface to your PSR-6 cache to support hierarchical keys." ,
4+ "license" : " MIT" ,
5+ "type" : " library" ,
56 "keywords" : [
67 " cache" ,
78 " psr-6" ,
89 " hierarchy" ,
910 " hierarchical"
1011 ],
11- "homepage" : " http://www.php-cache.com/en/latest/" ,
12- "license" : " MIT" ,
1312 "authors" : [
1413 {
1514 "name" : " Aaron Scherer" ,
2221 "homepage" : " https://github.com/nyholm"
2322 }
2423 ],
24+ "homepage" : " http://www.php-cache.com/en/latest/" ,
2525 "require" : {
2626 "php" : " ^5.6 || ^7.0 || ^8.0" ,
2727 "cache/adapter-common" : " ^1.0" ,
3030 "require-dev" : {
3131 "phpunit/phpunit" : " ^5.7.21"
3232 },
33- "extra" : {
34- "branch-alias" : {
35- "dev-master" : " 1.1-dev"
36- }
37- },
33+ "minimum-stability" : " dev" ,
34+ "prefer-stable" : true ,
3835 "autoload" : {
3936 "psr-4" : {
4037 "Cache\\ Hierarchy\\ " : " "
4340 " /Tests/"
4441 ]
4542 },
46- "minimum-stability" : " dev" ,
47- "prefer-stable" : true
43+ "extra" : {
44+ "branch-alias" : {
45+ "dev-master" : " 1.1-dev"
46+ }
47+ }
4848}
You can’t perform that action at this time.
0 commit comments