This repository was archived by the owner on Jan 16, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# HTTP Client utilities
22
3- [ ![ Latest Version] ( https://img.shields.io/github/release/php-http/utility .svg?style=flat-square )] ( https://github.com/php-http/utility /releases )
3+ [ ![ Latest Version] ( https://img.shields.io/github/release/php-http/utils .svg?style=flat-square )] ( https://github.com/php-http/utils /releases )
44[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5- [ ![ Build Status] ( https://img.shields.io/travis/php-http/utility .svg?style=flat-square )] ( https://travis-ci.org/php-http/utility )
6- [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/utility .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/utility )
7- [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/utility .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/utility )
8- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/utility .svg?style=flat-square )] ( https://packagist.org/packages/php-http/utility )
5+ [ ![ Build Status] ( https://img.shields.io/travis/php-http/utils .svg?style=flat-square )] ( https://travis-ci.org/php-http/utils )
6+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/utils .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/utils )
7+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/utils .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/utils )
8+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/utils .svg?style=flat-square )] ( https://packagist.org/packages/php-http/utils )
99
1010[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/php-http/adapter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
1111
1717Via Composer
1818
1919``` bash
20- $ composer require php-http/utility
20+ $ composer require php-http/utils
2121```
2222
2323
Original file line number Diff line number Diff line change 11suites:
2- utility_suite :
3- namespace: Http\Client\Util
4- psr4_prefix: Http\Client\Util
2+ utils_suite :
3+ namespace: Http\Client\Utils
4+ psr4_prefix: Http\Client\Utils
55formatter.name: pretty
66extensions:
77 - PhpSpec\Extension\CodeCoverageExtension
Original file line number Diff line number Diff line change 11suites:
2- utility_suite :
3- namespace: Http\Client\Util
4- psr4_prefix: Http\Client\Util
2+ utils_suite :
3+ namespace: Http\Client\Utils
4+ psr4_prefix: Http\Client\Utils
55formatter.name: pretty
You can’t perform that action at this time.
0 commit comments