File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1313
1414use FOS \HttpCache \ProxyClient \HttpDispatcher ;
1515use FOS \HttpCache \ProxyClient \ProxyClient ;
16- use FOS \HttpCache \ProxyClient \Varnish ;
1716use FOS \HttpCache \SymfonyCache \KernelDispatcher ;
1817use FOS \HttpCache \TagHeaderFormatter \MaxHeaderValueLengthFormatter ;
1918use FOS \HttpCacheBundle \DependencyInjection \Compiler \HashGeneratorPass ;
You can’t perform that action at this time.
0 commit comments