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:
39
39
40
40
- php : 7.1
41
41
- php : 7.2
42
+ - php : 7.3
42
43
env :
43
44
- PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover"
44
45
- COVERAGE=true
45
46
- DOCCHECK=true
46
47
47
48
# Test LTS versions. Read more at https://github.com/symfony/lts
48
- - php : 7.2
49
+ - php : 7.3
49
50
env : DEPENDENCIES="symfony/lts:^3"
50
51
51
52
# Latest commit to master
52
- - php : 7.2
53
+ - php : 7.3
53
54
env : STABILITY="dev"
54
55
55
56
allow_failures :
Original file line number Diff line number Diff line change 13
13
14
14
use FOS \HttpCache \ProxyClient \HttpDispatcher ;
15
15
use FOS \HttpCache \ProxyClient \ProxyClient ;
16
- use FOS \HttpCache \ProxyClient \Varnish ;
17
16
use FOS \HttpCache \SymfonyCache \KernelDispatcher ;
18
17
use FOS \HttpCache \TagHeaderFormatter \MaxHeaderValueLengthFormatter ;
19
18
use FOS \HttpCacheBundle \DependencyInjection \Compiler \HashGeneratorPass ;
You can’t perform that action at this time.
0 commit comments