We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eec3b69 + 13f34cb commit 63837b2Copy full SHA for 63837b2
.travis.yml
@@ -15,8 +15,6 @@ env:
15
- VARNISH_VERSION=5.0.0
16
17
matrix:
18
- allow_failures:
19
- - php: 7.2
20
include:
21
- php: 5.6
22
env: SYMFONY_VERSION=2.7.* VARNISH_VERSION=3.0 COMPOSER_FLAGS="--prefer-lowest"
CHANGELOG.md
@@ -3,6 +3,12 @@ Changelog
3
4
See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpCache/releases).
5
6
+2.0.2
7
+-----
8
+
9
+* Support PHP 7.2
10
+ Avoid warning about `count(null)` in PHP 7.2.
11
12
2.0.1
13
-----
14
0 commit comments