File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Composer_:
9
9
10
10
.. code-block :: bash
11
11
12
- $ composer require friendsofsymfony/http-cache: ~ 2.0
12
+ $ composer require friendsofsymfony/http-cache
13
13
14
14
Note that the library needs a ``psr/http-message-implementation `` and
15
15
``php-http/adapter-implementation ``. If your project does not contain one,
@@ -19,15 +19,17 @@ When on PHP 5.5+, use the following line instead:
19
19
20
20
.. code-block :: bash
21
21
22
- $ composer require friendsofsymfony/http-cache: ~ 2.0 guzzlehttp/psr7:^1.0 php-http/guzzle6-adapter:^0.1.0
22
+ $ composer require friendsofsymfony/http-cache guzzlehttp/psr7:^1.0 php-http/guzzle6-adapter:^0.1.0
23
23
24
24
On PHP 5.4, the ``php-http/guzzle5-adapter:^0.1.0 `` works fine.
25
25
26
26
.. note ::
27
27
28
- This library follows `Semantic Versioning `_. Because constraint ``~2.0 ``
29
- will only increment the minor and patch numbers, it will not introduce BC
30
- breaks.
28
+ This library follows `Semantic Versioning `_. Except for major versions, we
29
+ aim to not introduce BC breaks in new releases. You should still test your
30
+ application after upgrading though. What is a bug fix for somebody could
31
+ break something for others when they where (probably unawares) relying on
32
+ that bug.
31
33
32
34
Configuration
33
35
-------------
You can’t perform that action at this time.
0 commit comments