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
33[ ![ Build Status] ( https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle.svg?branch=master )] ( https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle )
44[ ![ 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 )
55[ ![ 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 )
67
78Introduction
89------------
Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ Installation
66
77This bundle is available on Packagist _. You can install it using Composer:
88
9- .. todo ::
10-
11- Change version requirement to @stable.
12-
139.. code-block :: bash
1410
15- $ composer require friendsofsymfony/http-cache-bundle:@alpha
11+ $ composer require friendsofsymfony/http-cache-bundle:~ 1.0
1612
1713 Then add the bundle to your application:
1814
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " >=5.3.3" ,
25- "friendsofsymfony/http-cache" : " ~1.0.0-alpha3@dev " ,
25+ "friendsofsymfony/http-cache" : " ~1.0" ,
2626 "symfony/framework-bundle" : " ~2.3"
2727 },
2828 "require-dev" : {
You can’t perform that action at this time.
0 commit comments