File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# JBZoo / Utils
22
3- [ ![ Build Status ] ( https://travis-ci.org/JBZoo/Utils.svg )] ( https://travis-ci.org/JBZoo/Utils ) [ ![ Coverage Status] ( https://coveralls.io/repos/JBZoo/Utils/badge.svg )] ( https://coveralls.io/github/JBZoo/Utils ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Utils/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Utils ) [ ![ 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/Utils/badge.svg )] ( https://coveralls.io/github/JBZoo/Utils ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Utils/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Utils ) [ ![ 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/utils/version )] ( https://packagist.org/packages/jbzoo/utils ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/jbzoo/utils/v/unstable )] ( https://packagist.org/packages/jbzoo/utils ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/utils/dependents )] ( https://packagist.org/packages/jbzoo/utils/dependents?order_by=downloads ) [ ![ GitHub Issues] ( https://img.shields.io/github/issues/jbzoo/utils )] ( https://github.com/JBZoo/Utils/issues ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/utils/downloads )] ( https://packagist.org/packages/jbzoo/utils/stats ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/utils )] ( https://github.com/JBZoo/Utils/blob/master/LICENSE )
55
66
Original file line number Diff line number Diff line change 3333 },
3434
3535 "require-dev" : {
36- "jbzoo/toolbox-dev" : " ^2.13.1 " ,
36+ "jbzoo/toolbox-dev" : " ^3.1.0 " ,
3737 "symfony/process" : " >=4.4"
3838 },
3939
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ protected function setUp(): void
5454 parent ::setUp ();
5555
5656 $ this ->params ['strict_types ' ] = true ;
57+ $ this ->params ['travis ' ] = false ;
5758 }
5859
5960 public function testDocs (): void
You can’t perform that action at this time.
0 commit comments