Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Nov 8, 2021
1 parent c11f318 commit 11ed527
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 55 deletions.
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# JBZoo / Toolbox-Dev

[![Build Status](https://travis-ci.org/JBZoo/Toolbox-Dev.svg?branch=master)](https://travis-ci.org/JBZoo/Toolbox-Dev) [![Coverage Status](https://coveralls.io/repos/JBZoo/Toolbox-Dev/badge.svg)](https://coveralls.io/github/JBZoo/Toolbox-Dev) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Toolbox-Dev/coverage.svg)](https://shepherd.dev/github/JBZoo/Toolbox-Dev) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jbzoo/toolbox-dev/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jbzoo/toolbox-dev/?branch=master) [![CodeFactor](https://www.codefactor.io/repository/github/jbzoo/toolbox-dev/badge)](https://www.codefactor.io/repository/github/jbzoo/toolbox-dev/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)
[![Build Status](https://travis-ci.org/JBZoo/Toolbox-Dev.svg)](https://travis-ci.org/JBZoo/Toolbox-Dev) [![Coverage Status](https://coveralls.io/repos/JBZoo/Toolbox-Dev/badge.svg)](https://coveralls.io/github/JBZoo/Toolbox-Dev) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Toolbox-Dev/coverage.svg)](https://shepherd.dev/github/JBZoo/Toolbox-Dev) [![CodeFactor](https://www.codefactor.io/repository/github/jbzoo/toolbox-dev/badge)](https://www.codefactor.io/repository/github/jbzoo/toolbox-dev/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)
[![Stable Version](https://poser.pugx.org/jbzoo/toolbox-dev/version)](https://packagist.org/packages/jbzoo/toolbox-dev) [![Latest Unstable Version](https://poser.pugx.org/jbzoo/toolbox-dev/v/unstable)](https://packagist.org/packages/jbzoo/toolbox-dev) [![Dependents](https://poser.pugx.org/jbzoo/toolbox-dev/dependents)](https://packagist.org/packages/jbzoo/toolbox-dev/dependents?order_by=downloads) [![GitHub Issues](https://img.shields.io/github/issues/jbzoo/toolbox-dev)](https://github.com/JBZoo/Toolbox-Dev/issues) [![Total Downloads](https://poser.pugx.org/jbzoo/toolbox-dev/downloads)](https://packagist.org/packages/jbzoo/toolbox-dev/stats) [![GitHub License](https://img.shields.io/github/license/jbzoo/toolbox-dev)](https://github.com/JBZoo/Toolbox-Dev/blob/master/LICENSE)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"php" : ">=7.2",

"jbzoo/phpunit" : "^4.10.0",
"jbzoo/codestyle" : "^3.0.0",
"jbzoo/codestyle" : "^3.0.3",

"jbzoo/jbdump" : "^1.5.6",
"symfony/var-dumper" : "^4.4|^5.0",
Expand Down
14 changes: 1 addition & 13 deletions tests/ToolboxDevReadmeTest.php
Expand Up @@ -33,20 +33,8 @@ protected function setUp(): void
{
parent::setUp();

$this->params['scrutinizer'] = true;
$this->params['codefactor'] = true;
$this->params['strict_types'] = true;
}

/**
* @return string|null
*/
protected function checkBadgeTravis(): ?string
{
return $this->getPreparedBadge($this->getBadge(
'Build Status',
'https://travis-ci.org/__VENDOR_ORIG__/__PACKAGE_ORIG__.svg?branch=master',
'https://travis-ci.org/__VENDOR_ORIG__/__PACKAGE_ORIG__'
));
$this->params['travis'] = true;
}
}

0 comments on commit 11ed527

Please sign in to comment.