Skip to content

Commit c89e4f6

Browse files
committed
Merge pull request #261 from FriendsOfSymfony/symfony2
Replace 'Symfony2' with 'Symfony'
2 parents 54117e2 + a048f13 commit c89e4f6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ This library integrates your PHP applications with HTTP caching proxies such as
1212
Use this library to send invalidation requests from your application to the caching proxy
1313
and to test your caching and invalidation code against a Varnish setup.
1414

15-
If you use Symfony2, have a look at the
15+
If you use Symfony, have a look at the
1616
[FOSHttpCacheBundle](https://github.com/FriendsOfSymfony/FOSHttpCacheBundle).
1717
The bundle provides the invalidator as a service, along with a number of
18-
Symfony2-specific features to help with caching and caching proxies.
18+
Symfony-specific features to help with caching and caching proxies.
1919

2020
Features
2121
--------

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Varnish, NGINX or the Symfony HttpCache class. Use this library to send
88
invalidation requests from your application to the caching proxy and to test
99
your caching and invalidation setup.
1010

11-
If you use the Symfony2 full stack framework, have a look at the FOSHttpCacheBundle_.
11+
If you use the Symfony full stack framework, have a look at the FOSHttpCacheBundle_.
1212
The bundle provides the Invalidator as a service, support for the built-in cache
13-
kernel of Symfony and a number of Symfony2-specific features to help with caching and
13+
kernel of Symfony and a number of Symfony-specific features to help with caching and
1414
caching proxies.
1515

1616
Contents:

doc/invalidation-introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Cache invalidation has two possible downsides:
9999
changed, a lot more is involved in invalidating all of its representations.
100100
In other words, invalidation adds a layer of complexity to your application.
101101
This library tries to help reduce complexity, for instance by
102-
:ref:`tagging <tags>` cached content. Additionally, if you use Symfony2, we
102+
:ref:`tagging <tags>` cached content. Additionally, if you use Symfony, we
103103
recommend you use the FOSHttpCacheBundle_.
104104
which provides additional functionality to make invalidation easier.
105105
* Invalidation is done through requests to your caching proxy. Sending these

doc/user-context.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ It is up to you to return the user context hash in response to the hash request
111111
// 406 Not acceptable in case of an incorrect accept header
112112
header('HTTP/1.1 406');
113113

114-
If you use Symfony2, the FOSHttpCacheBundle_ will set the correct response
114+
If you use Symfony, the FOSHttpCacheBundle_ will set the correct response
115115
headers for you.
116116

117117
Caching the Hash Response

doc/varnish-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ request with :ref:`a proper user hash <return context hash>`.
150150
We do not use ``X-Original-Url`` here, as the header will be sent to the
151151
backend and some applications look at this header, which would lead to
152152
problems. For example, the Microsoft IIS rewriting module uses this header
153-
and Symfony2 has to look into that header to support IIS.
153+
and Symfony has to look into that header to support IIS.
154154

155155
.. note::
156156

0 commit comments

Comments
 (0)