File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ sudo: false
33language : php
44
55php :
6- - 7.1
76 - 7.2
7+ - 7.3
8+ - 7.4
89
910matrix :
1011 fast_finish : true
@@ -14,5 +15,5 @@ before_script: composer install
1415script : ./bin/phpunit --coverage-clover=coverage.clover
1516
1617after_script :
17- - if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
18- - if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
18+ - wget https://scrutinizer-ci.com/ocular.phar;
19+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover;
Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php" : " ^7.1.3 " ,
25+ "php" : " ^7.2 " ,
2626 "ext-curl" : " *" ,
2727 "jms/serializer" : " ^1.0|^2.0|^3.0" ,
2828 "guzzlehttp/guzzle" : " ^6.0|^7.0" ,
29- "symfony/event-dispatcher" : " ^2.3|^3.0|^ 4.0|^5.0" ,
29+ "symfony/event-dispatcher" : " ^4.0|^5.0" ,
3030 "symfony/yaml" : " ^2.3|^3.0|^4.0|^5.0" ,
3131 "doctrine/collections" : " ^1.2"
3232 },
You can’t perform that action at this time.
0 commit comments