We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f2f7b commit 24af156Copy full SHA for 24af156
composer.json
@@ -25,10 +25,5 @@
25
"autoload": {
26
"classmap": ["src/"]
27
},
28
- "minimum-stability": "dev",
29
- "extra": {
30
- "branch-alias": {
31
- "dev-master": "2.2-dev"
32
- }
33
+ "minimum-stability": "dev"
34
}
readme.md
@@ -2,7 +2,7 @@ Nette Caching
2
=============
3
4
[](https://packagist.org/packages/nette/caching)
5
-[](https://travis-ci.org/nette/caching)
+[](https://travis-ci.org/nette/caching)
6
7
Cache accelerates your application by storing data - once hardly retrieved - for future use.
8
0 commit comments