File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " cache/prefixed-cache" ,
3- "description" : " A decorator that makes your cache support prefix" ,
4- "type" : " library" ,
5- "license" : " MIT" ,
2+ "name" : " cache/prefixed-cache" ,
3+ "description" : " A decorator that makes your cache support prefix" ,
4+ "type" : " library" ,
5+ "license" : " MIT" ,
66 "minimum-stability" : " dev" ,
7- "prefer-stable" : true ,
8- "keywords" : [
7+ "prefer-stable" : true ,
8+ "keywords" : [
99 " cache" ,
1010 " psr-6" ,
1111 " prefix"
1212 ],
13- "homepage" : " http://www.php-cache.com/en/latest/" ,
14- "authors" : [
13+ "homepage" : " http://www.php-cache.com/en/latest/" ,
14+ "authors" : [
1515 {
16- "name" : " Tobias Nyholm" ,
17- 16+ "name" : " Tobias Nyholm" ,
17+ 1818 "homepage" : " https://github.com/nyholm"
1919 }
2020 ],
21- "require" : {
22- "php" : " ^5.6 || ^7.0" ,
23- "psr/cache" : " ^1.0" ,
21+ "require" : {
22+ "php" : " ^5.6 || ^7.0" ,
23+ "psr/cache" : " ^1.0" ,
2424 "cache/hierarchical-cache" : " ^1.0"
2525 },
26- "require-dev" : {
27- "phpunit/phpunit" : " ^5.7.21" ,
26+ "require-dev" : {
27+ "phpunit/phpunit" : " ^5.7.21" ,
2828 "cache/integration-tests" : " ^0.16"
2929 },
30- "autoload" : {
31- "psr-4" : {
30+ "autoload" : {
31+ "psr-4" : {
3232 "Cache\\ Prefixed\\ " : " "
3333 },
3434 "exclude-from-classmap" : [
You can’t perform that action at this time.
0 commit comments