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/adapter-common" ,
3- "description" : " Common classes for PSR-6 adapters" ,
43 "type" : " library" ,
5- "license" : " MIT" ,
6- "minimum-stability" : " dev" ,
7- "prefer-stable" : true ,
4+ "description" : " Common classes for PSR-6 adapters" ,
85 "keywords" : [
96 " cache" ,
107 " psr-6" ,
118 " tag"
129 ],
1310 "homepage" : " http://www.php-cache.com/en/latest/" ,
11+ "license" : " MIT" ,
1412 "authors" : [
1513 {
1614 "name" : " Aaron Scherer" ,
2523 ],
2624 "require" : {
2725 "php" : " ^5.6 || ^7.0 || ^8.0" ,
26+ "cache/tag-interop" : " ^1.0" ,
2827 "psr/cache" : " ^1.0" ,
29- "psr/simple-cache" : " ^1.0" ,
3028 "psr/log" : " ^1.0" ,
31- "cache/tag-interop " : " ^1.0"
29+ "psr/simple-cache " : " ^1.0"
3230 },
3331 "require-dev" : {
34- "phpunit/phpunit" : " ^5.7.21" ,
35- "cache/integration-tests" : " ^0.16"
32+ "cache/integration-tests" : " ^0.16" ,
33+ "phpunit/phpunit" : " ^5.7.21"
34+ },
35+ "extra" : {
36+ "branch-alias" : {
37+ "dev-master" : " 1.1-dev"
38+ }
3639 },
3740 "autoload" : {
3841 "psr-4" : {
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