Skip to content

Commit

Permalink
Release v7 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Jul 9, 2023
1 parent f15641c commit 036ea04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# JBZoo / PHPUnit

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



## Installation
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"ext-filter" : "*",
"ext-mbstring" : "*",

"phpunit/phpunit" : "^9.6.7",
"phpunit/phpunit" : "^9.6.9",
"ulrichsg/getopt-php" : ">=4.0.3",
"jbzoo/markdown" : "7.x-dev"
"jbzoo/markdown" : "^7.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "7.x-dev",
"jbzoo/codestyle" : "7.x-dev",
"jbzoo/http-client" : "7.x-dev",
"jbzoo/data" : "7.x-dev",
"jbzoo/utils" : "7.x-dev",
"jbzoo/toolbox-dev" : "^7.0",
"jbzoo/codestyle" : "^7.0",
"jbzoo/http-client" : "^7.0",
"jbzoo/data" : "^7.0",
"jbzoo/utils" : "^7.0",

"guzzlehttp/guzzle" : ">=7.5.0",
"symfony/process" : ">=6.2.8"
Expand Down

0 comments on commit 036ea04

Please sign in to comment.