Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Nov 8, 2021
1 parent 0b81c29 commit 68b70f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 47 deletions.
45 changes: 0 additions & 45 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JBZoo / Utils

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


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},

"require-dev" : {
"jbzoo/toolbox-dev" : "^2.13.1",
"jbzoo/toolbox-dev" : "^3.1.0",
"symfony/process" : ">=4.4"
},

Expand Down
1 change: 1 addition & 0 deletions tests/UtilsReadmeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ protected function setUp(): void
parent::setUp();

$this->params['strict_types'] = true;
$this->params['travis'] = false;
}

public function testDocs(): void
Expand Down

0 comments on commit 68b70f2

Please sign in to comment.