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/namespaced-cache" ,
3- "type" : " library" ,
43 "description" : " A decorator that makes your cache support namespaces" ,
4+ "license" : " MIT" ,
5+ "type" : " library" ,
56 "keywords" : [
67 " cache" ,
78 " psr-6" ,
89 " namespace"
910 ],
10- "homepage" : " http://www.php-cache.com/en/latest/" ,
11- "license" : " MIT" ,
1211 "authors" : [
1312 {
1413 "name" : " Tobias Nyholm" ,
15141615 "homepage" : " https://github.com/nyholm"
1716 }
1817 ],
18+ "homepage" : " http://www.php-cache.com/en/latest/" ,
1919 "require" : {
2020 "php" : " ^5.6 || ^7.0 || ^8.0" ,
2121 "cache/hierarchical-cache" : " ^1.0" ,
2525 "cache/memcached-adapter" : " ^1.0" ,
2626 "phpunit/phpunit" : " ^5.7.21"
2727 },
28- "extra" : {
29- "branch-alias" : {
30- "dev-master" : " 1.1-dev"
31- }
32- },
28+ "minimum-stability" : " dev" ,
29+ "prefer-stable" : true ,
3330 "autoload" : {
3431 "psr-4" : {
3532 "Cache\\ Namespaced\\ " : " "
3835 " /Tests/"
3936 ]
4037 },
41- "minimum-stability" : " dev" ,
42- "prefer-stable" : true
38+ "extra" : {
39+ "branch-alias" : {
40+ "dev-master" : " 1.1-dev"
41+ }
42+ }
4343}
You can’t perform that action at this time.
0 commit comments