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

Commit d615b64

Browse files
committed
Prepare release
1 parent b88e656 commit d615b64

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
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

.scrutinizer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ checks:
66
duplication: true
77
tools:
88
external_code_coverage: true
9+
php_code_sniffer:
10+
config:
11+
standard: "PSR2"

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
22

33

4-
## Unreleased
4+
## 0.1.0 - 2015-06-12
5+
6+
### Added
7+
8+
- Initial release

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Build Status](https://img.shields.io/travis/php-http/guzzle5-adapter.svg?style=flat-square)](https://travis-ci.org/php-http/guzzle5-adapter)
66
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/guzzle5-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/guzzle5-adapter)
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)
8-
[![HHVM Status](https://img.shields.io/hhvm/php-http/guzzle5-adapter.svg?style=flat-square)](http://hhvm.h4cc.de/package/php-http/guzzle5-adapter)
98
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/guzzle5-adapter.svg?style=flat-square)](https://packagist.org/packages/php-http/guzzle5-adapter)
109

1110
**Guzzle 5 HTTP adapter.**
@@ -20,7 +19,9 @@ $ composer require php-http/guzzle5-adapter
2019
```
2120

2221

23-
## Usage
22+
## Documentation
23+
24+
Please see the [official documentation](http://php-http.readthedocs.org/en/latest/).
2425

2526

2627
## Testing

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
],
1717
"require": {
1818
"php": ">=5.4",
19-
"php-http/adapter": "^0.1@dev",
20-
"php-http/discovery": "^0.1@dev",
19+
"php-http/adapter": "^0.1",
20+
"php-http/discovery": "^0.1",
2121
"guzzlehttp/guzzle": "~5.1",
22-
"guzzlehttp/ringphp": "^1.0.8@dev"
22+
"guzzlehttp/ringphp": "~1.1"
2323
},
2424
"require-dev": {
2525
"ext-curl": "*",
26-
"php-http/adapter-integration-tests": "^0.1@dev"
26+
"php-http/adapter-integration-tests": "^0.1"
2727
},
2828
"provide": {
2929
"php-http/adapter-implementation": "0.1"

0 commit comments

Comments
 (0)