Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit bfdf450

Browse files
committed
Update package
1 parent 3eac80e commit bfdf450

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ install:
2222
- travis_retry composer self-update
2323
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
2424

25-
before_script:
26-
- vendor/bin/http_test_server > /dev/null 2>&1 &
25+
before_script: vendor/bin/http_test_server > /dev/null 2>&1 &
2726

2827
script: vendor/bin/phpunit ${PHPUNIT_FLAGS}
2928

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/guzzle5-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/guzzle5-adapter)
88
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/guzzle5-adapter.svg?style=flat-square)](https://packagist.org/packages/php-http/guzzle5-adapter)
99

10-
**Guzzle 5 HTTP adapter.**
10+
**Guzzle 5 HTTP Adapter.**
1111

1212

1313
## Install

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-http/guzzle5-adapter",
3-
"description": "Guzzle 5 HTTP adapter",
3+
"description": "Guzzle 5 HTTP Adapter",
44
"license": "MIT",
55
"keywords": ["guzzle", "http"],
66
"homepage": "http://php-http.org",

0 commit comments

Comments
 (0)