File tree Expand file tree Collapse file tree 7 files changed +1743
-543
lines changed Expand file tree Collapse file tree 7 files changed +1743
-543
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 - 7.2
55 - 7.3
66 - 7.4
7+ - 8.0
78
89before_script :
910 - composer self-update
1011 - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader
1112 - composer install --prefer-source --no-interaction --dev
13+ - echo 'xdebug.mode = coverage' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
1214
1315script :
1416 - composer test
1517
1618after_success :
17- - php vendor/bin/php-coveralls --verbose
19+ - php vendor/bin/php-coveralls --verbose
Original file line number Diff line number Diff line change 55_ A PHP Report Generator_
66
77[ ![ Build Status] ( https://travis-ci.com/PHPJasper/phpjasper.svg?branch=master )] ( https://travis-ci.com/PHPJasper/phpjasper )
8- [ ![ CI] ( https://github.com/PHPJasper/phpjasper/actions/workflows/main.yml/badge.svg )] ( https://github.com/PHPJasper/phpjasper/actions/workflows/main.yml )
98[ ![ Coverage Status] ( https://coveralls.io/repos/github/PHPJasper/phpjasper/badge.svg?branch=master )] ( https://coveralls.io/github/PHPJasper/phpjasper?branch=master )
109[ ![ Latest Stable Version] ( https://poser.pugx.org/geekcom/phpjasper/v/stable )] ( https://packagist.org/packages/geekcom/phpjasper )
1110[ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%207.2-blue.svg?style=flat-square )] ( https://php.net/ )
Original file line number Diff line number Diff line change 1616 ],
1717 "minimum-stability" : " stable" ,
1818 "require" : {
19- "php" : " ^7.2"
19+ "php" : " ^7.2|^8.0 "
2020 },
2121 "require-dev" : {
22- "phpunit/phpunit" : " ^8.4" ,
22+ "phpunit/phpunit" : " ^8.4|^9.4 " ,
2323 "php-coveralls/php-coveralls" : " ^2.2" ,
2424 "squizlabs/php_codesniffer" : " *" ,
2525 "phpstan/phpstan" : " ^0.12.5"
You can’t perform that action at this time.
0 commit comments