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 4
4
- 7.2
5
5
- 7.3
6
6
- 7.4
7
+ - 8.0
7
8
8
9
before_script :
9
10
- composer self-update
10
11
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader
11
12
- composer install --prefer-source --no-interaction --dev
13
+ - echo 'xdebug.mode = coverage' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
12
14
13
15
script :
14
16
- composer test
15
17
16
18
after_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 5
5
_ A PHP Report Generator_
6
6
7
7
[ ![ 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 )
9
8
[ ![ Coverage Status] ( https://coveralls.io/repos/github/PHPJasper/phpjasper/badge.svg?branch=master )] ( https://coveralls.io/github/PHPJasper/phpjasper?branch=master )
10
9
[ ![ Latest Stable Version] ( https://poser.pugx.org/geekcom/phpjasper/v/stable )] ( https://packagist.org/packages/geekcom/phpjasper )
11
10
[ ![ 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 16
16
],
17
17
"minimum-stability" : " stable" ,
18
18
"require" : {
19
- "php" : " ^7.2"
19
+ "php" : " ^7.2|^8.0 "
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^8.4" ,
22
+ "phpunit/phpunit" : " ^8.4|^9.4 " ,
23
23
"php-coveralls/php-coveralls" : " ^2.2" ,
24
24
"squizlabs/php_codesniffer" : " *" ,
25
25
"phpstan/phpstan" : " ^0.12.5"
You can’t perform that action at this time.
0 commit comments