File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ A standard library for shareable classes and functions.
55
66[ ![ CI] ( https://github.com/kodedphp/stdlib/actions/workflows/ci.yml/badge.svg )] ( https://github.com/kodedphp/stdlib/actions/workflows/ci.yml )
77[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/koded/stdlib.svg )] ( https://packagist.org/packages/koded/stdlib )
8- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/?branch=master )
9- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/?branch=master )
108[ ![ Packagist Downloads] ( https://img.shields.io/packagist/dt/koded/stdlib.svg )] ( https://packagist.org/packages/koded/stdlib )
11- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.0 -8892BF.svg )] ( https://php.net/ )
9+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.1 -8892BF.svg )] ( https://php.net/ )
1210
1311
1412Classes
@@ -162,6 +160,9 @@ function xml_unserialize(string $xml): array;
162160Code quality
163161------------
164162
163+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/?branch=master )
164+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/kodedphp/stdlib/?branch=master )
165+
165166``` shell script
166167vendor/bin/phpbench run --report=default
167168vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments