File tree Expand file tree Collapse file tree 4 files changed +3
-54
lines changed
Expand file tree Collapse file tree 4 files changed +3
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# JBZoo / Data
22
3- [ ![ Build Status ] ( https://travis-ci.org/JBZoo/Data.svg?branch=master )] ( https://travis-ci.org/JBZoo/Data ) [ ![ Coverage Status] ( https://coveralls.io/repos/JBZoo/Data/badge.svg )] ( https://coveralls.io/github/JBZoo/Data ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Data/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Data ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/jbzoo/data/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/jbzoo/data/?branch=master ) [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jbzoo/data/badge )] ( https://www.codefactor.io/repository/github/jbzoo/data/issues ) [ ![ PHP Strict Types] ( https://img.shields.io/badge/strict__types-%3D1-brightgreen )] ( https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict )
3+ [ ![ Coverage Status] ( https://coveralls.io/repos/JBZoo/Data/badge.svg )] ( https://coveralls.io/github/JBZoo/Data ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Data/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Data ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/jbzoo/data/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/jbzoo/data/?branch=master ) [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jbzoo/data/badge )] ( https://www.codefactor.io/repository/github/jbzoo/data/issues ) [ ![ PHP Strict Types] ( https://img.shields.io/badge/strict__types-%3D1-brightgreen )] ( https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict )
44[ ![ Stable Version] ( https://poser.pugx.org/jbzoo/data/version )] ( https://packagist.org/packages/jbzoo/data ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/jbzoo/data/v/unstable )] ( https://packagist.org/packages/jbzoo/data ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/data/dependents )] ( https://packagist.org/packages/jbzoo/data/dependents?order_by=downloads ) [ ![ GitHub Issues] ( https://img.shields.io/github/issues/jbzoo/data )] ( https://github.com/JBZoo/Data/issues ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/data/downloads )] ( https://packagist.org/packages/jbzoo/data/stats ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/data )] ( https://github.com/JBZoo/Data/blob/master/LICENSE )
55
66
Original file line number Diff line number Diff line change 1717 },
1818
1919 "require-dev" : {
20- "jbzoo/toolbox-dev" : " ^2.13.1 " ,
20+ "jbzoo/toolbox-dev" : " ^3.1.0 " ,
2121 "jbzoo/utils" : " ^4.4.0" ,
2222 "symfony/yaml" : " ^4.4|^5.0"
2323 },
Original file line number Diff line number Diff line change @@ -36,17 +36,6 @@ protected function setUp(): void
3636 $ this ->params ['scrutinizer ' ] = true ;
3737 $ this ->params ['codefactor ' ] = true ;
3838 $ this ->params ['strict_types ' ] = true ;
39- }
40-
41- /**
42- * @return string|null
43- */
44- protected function checkBadgeTravis (): ?string
45- {
46- return $ this ->getPreparedBadge ($ this ->getBadge (
47- 'Build Status ' ,
48- 'https://travis-ci.org/__VENDOR_ORIG__/__PACKAGE_ORIG__.svg?branch=master ' ,
49- 'https://travis-ci.org/__VENDOR_ORIG__/__PACKAGE_ORIG__ '
50- ));
39+ $ this ->params ['travis ' ] = false ;
5140 }
5241}
You can’t perform that action at this time.
0 commit comments