File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ =========
3
+
4
+ 1.0.0
5
+ -----
6
+
7
+ Initial release. To migrate from other Symfony2 cache bundles, see
8
+ [ LiipCacheControlBundle] ( https://github.com/liip/LiipCacheControlBundle ) or
9
+ [ DriebitHttpCacheBundle] ( https://github.com/driebit/DriebitHttpCacheBundle ) .
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FOSHttpCacheBundle
3
3
[ ![ Build Status] ( https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle.svg?branch=master )] ( https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle )
4
4
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/?branch=master )
5
5
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/?branch=master )
6
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/friendsofsymfony/http-cache-bundle/v/stable.svg )] ( https://packagist.org/packages/friendsofsymfony/http-cache-bundle )
6
7
7
8
Introduction
8
9
------------
Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ Installation
6
6
7
7
This bundle is available on Packagist _. You can install it using Composer:
8
8
9
- .. todo ::
10
-
11
- Change version requirement to @stable.
12
-
13
9
.. code-block :: bash
14
10
15
- $ composer require friendsofsymfony/http-cache-bundle:@alpha
11
+ $ composer require friendsofsymfony/http-cache-bundle:~ 1.0
16
12
17
13
Then add the bundle to your application:
18
14
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"php" : " >=5.3.3" ,
25
- "friendsofsymfony/http-cache" : " ~1.0.0-alpha3@dev " ,
25
+ "friendsofsymfony/http-cache" : " ~1.0" ,
26
26
"symfony/framework-bundle" : " ~2.3"
27
27
},
28
28
"require-dev" : {
You can’t perform that action at this time.
0 commit comments