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

Commit 881cfc4

Browse files
committed
Update package
1 parent 02d70a5 commit 881cfc4

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ insert_final_newline = true
88
indent_style = space
99
indent_size = 4
1010

11-
[*.yml]
11+
[*.yml*]
1212
indent_style = space
1313
indent_size = 2

.travis.yml

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

24-
before_script:
25-
- vendor/bin/http_test_server > /dev/null 2>&1 &
24+
before_script: vendor/bin/http_test_server > /dev/null 2>&1 &
2625

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

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/guzzle6-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/guzzle6-adapter)
88
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/guzzle6-adapter.svg?style=flat-square)](https://packagist.org/packages/php-http/guzzle6-adapter)
99

10-
**Guzzle 6 HTTP adapter.**
10+
**Guzzle 6 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/guzzle6-adapter",
3-
"description": "Guzzle 6 HTTP adapter",
3+
"description": "Guzzle 6 HTTP Adapter",
44
"license": "MIT",
55
"keywords": ["guzzle", "http"],
66
"homepage": "http://php-http.org",

0 commit comments

Comments
 (0)