Skip to content

Commit 24af156

Browse files
committed
opened 2.2
1 parent b0f2f7b commit 24af156

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

composer.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@
2525
"autoload": {
2626
"classmap": ["src/"]
2727
},
28-
"minimum-stability": "dev",
29-
"extra": {
30-
"branch-alias": {
31-
"dev-master": "2.2-dev"
32-
}
33-
}
28+
"minimum-stability": "dev"
3429
}

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Nette Caching
22
=============
33

44
[![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)
66

77
Cache accelerates your application by storing data - once hardly retrieved - for future use.
88

0 commit comments

Comments
 (0)