Skip to content

Commit

Permalink
Release v7.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 9, 2023
1 parent f1f56c9 commit 1319be8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
# JBZoo / Codestyle

[![CI](https://github.com/JBZoo/Codestyle/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/JBZoo/Codestyle/actions/workflows/main.yml?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/JBZoo/Codestyle/badge.svg?branch=master)](https://coveralls.io/github/JBZoo/Codestyle?branch=master) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Codestyle/coverage.svg)](https://shepherd.dev/github/JBZoo/Codestyle) [![Psalm Level](https://shepherd.dev/github/JBZoo/Codestyle/level.svg)](https://shepherd.dev/github/JBZoo/Codestyle) [![CodeFactor](https://www.codefactor.io/repository/github/jbzoo/codestyle/badge)](https://www.codefactor.io/repository/github/jbzoo/codestyle/issues)
[![Stable Version](https://poser.pugx.org/jbzoo/codestyle/version)](https://packagist.org/packages/jbzoo/codestyle/) [![Total Downloads](https://poser.pugx.org/jbzoo/codestyle/downloads)](https://packagist.org/packages/jbzoo/codestyle/stats) [![Dependents](https://poser.pugx.org/jbzoo/codestyle/dependents)](https://packagist.org/packages/jbzoo/codestyle/dependents?order_by=downloads) [![Visitors](https://visitor-badge.glitch.me/badge?page_id=jbzoo.codestyle)]() [![GitHub License](https://img.shields.io/github/license/jbzoo/codestyle)](https://github.com/JBZoo/Codestyle/blob/master/LICENSE)
[![Stable Version](https://poser.pugx.org/jbzoo/codestyle/version)](https://packagist.org/packages/jbzoo/codestyle/) [![Total Downloads](https://poser.pugx.org/jbzoo/codestyle/downloads)](https://packagist.org/packages/jbzoo/codestyle/stats) [![Dependents](https://poser.pugx.org/jbzoo/codestyle/dependents)](https://packagist.org/packages/jbzoo/codestyle/dependents?order_by=downloads) [![GitHub License](https://img.shields.io/github/license/jbzoo/codestyle)](https://github.com/JBZoo/Codestyle/blob/master/LICENSE)




Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -56,12 +56,12 @@
"friendsofphp/php-cs-fixer" : ">=3.21.1",
"kubawerlos/php-cs-fixer-custom-fixers" : ">=3.15.0",

"jbzoo/data" : "7.x-dev"
"jbzoo/data" : "^7.0"
},

"require-dev" : {
"jbzoo/phpunit" : "7.x-dev",
"jbzoo/utils" : "7.x-dev",
"jbzoo/phpunit" : "^7.0",
"jbzoo/utils" : "^7.0",
"symfony/var-dumper" : ">=4.4.16"
},

Expand Down
2 changes: 1 addition & 1 deletion src/PHPUnit/TraitReadme.php
Expand Up @@ -72,7 +72,7 @@ trait TraitReadme
'sonarcloud' => true,
'coveralls' => true,
'circle_ci' => true,
'visitors' => true,
'visitors' => false,
];

/** @var string[] */
Expand Down

0 comments on commit 1319be8

Please sign in to comment.