Skip to content

Commit aa62ee7

Browse files
committed
Update fixes
1 parent e239a31 commit aa62ee7

File tree

4 files changed

+3
-48
lines changed

4 files changed

+3
-48
lines changed

.travis.yml

-46
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JBZoo / Image
22

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)
44
[![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)
55

66

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535

3636
"require-dev" : {
37-
"jbzoo/toolbox-dev" : "^2.13.1"
37+
"jbzoo/toolbox-dev" : "^3.1.0"
3838
},
3939

4040
"autoload" : {

tests/ImageReadmeTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ protected function setUp(): void
3030
{
3131
parent::setUp();
3232
$this->params['strict_types'] = true;
33+
$this->params['travis'] = false;
3334
}
3435
}

0 commit comments

Comments
 (0)