File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 25
25
"autoload" : {
26
26
"classmap" : [" src/" ]
27
27
},
28
- "minimum-stability" : " dev" ,
29
- "extra" : {
30
- "branch-alias" : {
31
- "dev-master" : " 2.2-dev"
32
- }
33
- }
28
+ "minimum-stability" : " dev"
34
29
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Nette Caching
2
2
=============
3
3
4
4
[ ![ Downloads this Month] ( https://img.shields.io/packagist/dm/nette/caching.svg )] ( https://packagist.org/packages/nette/caching )
5
- [ ![ Build Status] ( https://travis-ci.org/nette/caching.svg?branch=master )] ( https://travis-ci.org/nette/caching )
5
+ [ ![ Build Status] ( https://travis-ci.org/nette/caching.svg?branch=v2.2 )] ( https://travis-ci.org/nette/caching )
6
6
7
7
Cache accelerates your application by storing data - once hardly retrieved - for future use.
8
8
You can’t perform that action at this time.
0 commit comments