Skip to content

Commit

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

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


The universal PHP library to convert any values and measures - money, weight, currency coverter, length and what ever you want ;)
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

"require" : {
"php" : "^8.1",
"jbzoo/utils" : "7.x-dev"
"jbzoo/utils" : "^7.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "7.x-dev"
"jbzoo/toolbox-dev" : "^7.0"
},

"autoload" : {
Expand All @@ -45,9 +45,7 @@

"autoload-dev" : {
"psr-4" : {"JBZoo\\PHPUnit\\" : "tests"},
"files" : [
"tests/phpunit-functions.php"
]
"files" : ["tests/phpunit-functions.php"]
},

"config" : {
Expand Down
17 changes: 1 addition & 16 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,7 @@
@copyright Copyright (C) JBZoo.com, All rights reserved.
@see https://github.com/JBZoo/SimpleTypes
-->
<phpunit bootstrap="tests/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
executionOrder="random"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
stopOnRisky="false"
verbose="true"
colors="true"
>

<phpunit bootstrap="tests/autoload.php" colors="true">
<testsuites>
<testsuite name="All">
<directory suffix="Test.php">tests</directory>
Expand Down

0 comments on commit 8ae6ec9

Please sign in to comment.