File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.2
54 - 7.3
65 - 7.4snapshot
76
@@ -25,10 +24,10 @@ install:
2524
2625script :
2726 - ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.clover
28- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then ./vendor/bin/psalm --config=psalm.xml; fi
29- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then ./vendor/bin/phpstan analyse src --level 7; fi
30- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run; fi
27+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then ./vendor/bin/psalm --config=psalm.xml; fi
28+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then ./vendor/bin/phpstan analyse src --level 7; fi
29+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run; fi
3130
3231after_script :
33- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then wget -c -nc --retry-connrefused --tries=0 https://scrutinizer-ci.com/ocular.phar; fi
34- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
32+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then wget -c -nc --retry-connrefused --tries=0 https://scrutinizer-ci.com/ocular.phar; fi
33+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "minimum-stability" : " stable" ,
77 "require" : {
8- "php" : " >=7.2 " ,
8+ "php" : " >=7.3 " ,
99 "ext-json" : " *" ,
10- "php-service-bus/service-bus" : " ^ v3.2 " ,
11- "php-service-bus/module-phpinnacle-transport" : " ^ v3.2 "
10+ "php-service-bus/service-bus" : " v3.3.* " ,
11+ "php-service-bus/module-phpinnacle-transport" : " v3.3.* "
1212 },
1313 "require-dev" : {
14- "php-service-bus/code-style-config" : " ^ v0.1" ,
15- "phpunit/phpunit" : " ^8 " ,
16- "vimeo/psalm" : " ^v3 " ,
17- "phpstan/phpstan" : " ^0 .11.5 "
14+ "php-service-bus/code-style-config" : " v0.1.* " ,
15+ "phpunit/phpunit" : " v8.3.* " ,
16+ "vimeo/psalm" : " v3.4.* " ,
17+ "phpstan/phpstan" : " v0 .11.* "
1818 },
1919 "config" : {
2020 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments