File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ matrix:
13
13
- php : ' 5.5'
14
14
- php : ' 5.6'
15
15
- php : ' 7.0'
16
- - php : ' hhvm'
16
+ # Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
17
+ - php : hhvm-3.12
18
+ sudo : required
19
+ dist : trusty
20
+ group : edge
17
21
18
22
before_install :
19
- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
23
+ - if [ "$TRAVIS_PHP_VERSION" != "hhvm-3.12 " ]; then phpenv config-rm xdebug.ini; fi;
20
24
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then curl -LSs https://box-project.github.io/box2/installer.php | php; fi;
21
25
22
26
install :
Original file line number Diff line number Diff line change 27
27
"psr/log" : " ^1.0" ,
28
28
"easyrdf/easyrdf" : " ^0.9" ,
29
29
"league/html-to-markdown" : " ^4.0" ,
30
- "friendsofphp/php-cs-fixer" : " ^1.0 "
30
+ "friendsofphp/php-cs-fixer" : " ^1.12 "
31
31
},
32
32
"require-dev" : {
33
33
"doctrine/orm" : " ^2.2" ,
Original file line number Diff line number Diff line change 13
13
14
14
use ApiPlatform \SchemaGenerator \AnnotationGenerator \AnnotationGeneratorInterface ;
15
15
use Psr \Log \LoggerInterface ;
16
- use Symfony \CS \Config \ Config ;
16
+ use Symfony \CS \Config ;
17
17
use Symfony \CS \ConfigurationResolver ;
18
18
use Symfony \CS \Fixer ;
19
19
You can’t perform that action at this time.
0 commit comments