Skip to content

Commit 9fd07c2

Browse files
authored
Merge pull request #524 from FriendsOfSymfony/php-73
test with php 7.3
2 parents 49f2e81 + 7c5a95f commit 9fd07c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ matrix:
3939

4040
- php: 7.1
4141
- php: 7.2
42+
- php: 7.3
4243
env:
4344
- PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover"
4445
- COVERAGE=true
4546
- DOCCHECK=true
4647

4748
# Test LTS versions. Read more at https://github.com/symfony/lts
48-
- php: 7.2
49+
- php: 7.3
4950
env: DEPENDENCIES="symfony/lts:^3"
5051

5152
# Latest commit to master
52-
- php: 7.2
53+
- php: 7.3
5354
env: STABILITY="dev"
5455

5556
allow_failures:

src/DependencyInjection/FOSHttpCacheExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use FOS\HttpCache\ProxyClient\HttpDispatcher;
1515
use FOS\HttpCache\ProxyClient\ProxyClient;
16-
use FOS\HttpCache\ProxyClient\Varnish;
1716
use FOS\HttpCache\SymfonyCache\KernelDispatcher;
1817
use FOS\HttpCache\TagHeaderFormatter\MaxHeaderValueLengthFormatter;
1918
use FOS\HttpCacheBundle\DependencyInjection\Compiler\HashGeneratorPass;

0 commit comments

Comments
 (0)