File tree 4 files changed +3
-48
lines changed
4 files changed +3
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# JBZoo / Image
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org/JBZoo/Image.svg )] ( https://travis-ci.org/JBZoo/Image ) [ ![ Coverage Status] ( https://coveralls.io/repos/JBZoo/Image/badge.svg )] ( https://coveralls.io/github/JBZoo/Image ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Image/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Image ) [ ![ 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/Image/badge.svg )] ( https://coveralls.io/github/JBZoo/Image ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Image/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Image ) [ ![ 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 )
4
4
[ ![ Stable Version] ( https://poser.pugx.org/jbzoo/image/version )] ( https://packagist.org/packages/jbzoo/image ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/jbzoo/image/v/unstable )] ( https://packagist.org/packages/jbzoo/image ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/image/dependents )] ( https://packagist.org/packages/jbzoo/image/dependents?order_by=downloads ) [ ![ GitHub Issues] ( https://img.shields.io/github/issues/jbzoo/image )] ( https://github.com/JBZoo/Image/issues ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/image/downloads )] ( https://packagist.org/packages/jbzoo/image/stats ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/image )] ( https://github.com/JBZoo/Image/blob/master/LICENSE )
5
5
6
6
Original file line number Diff line number Diff line change 34
34
},
35
35
36
36
"require-dev" : {
37
- "jbzoo/toolbox-dev" : " ^2.13.1 "
37
+ "jbzoo/toolbox-dev" : " ^3.1.0 "
38
38
},
39
39
40
40
"autoload" : {
Original file line number Diff line number Diff line change @@ -30,5 +30,6 @@ protected function setUp(): void
30
30
{
31
31
parent ::setUp ();
32
32
$ this ->params ['strict_types ' ] = true ;
33
+ $ this ->params ['travis ' ] = false ;
33
34
}
34
35
}
You can’t perform that action at this time.
0 commit comments