Skip to content

Commit f4ff091

Browse files
committed
prepare release 1.0.0
1 parent 1144c3f commit f4ff091

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

78
Introduction
89
------------

Resources/doc/overview.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ Installation
66

77
This 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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": {

0 commit comments

Comments
 (0)