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

Commit 5056c3b

Browse files
committed
Prepare stable release, closes #28
1 parent 459fa6e commit 5056c3b

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22

33

4+
## 1.0.0 - 2016-01-26
5+
6+
47
## 0.4.1 - 2016-01-13
58

69
### Changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,19 @@ $ composer require php-http/guzzle6-adapter
2121

2222
## Documentation
2323

24-
Please see the [official documentation](http://docs.httplug.io).
24+
Please see the [official documentation](http://docs.php-http.org).
2525

2626

2727
## Testing
2828

29+
First launch the http server:
30+
31+
```bash
32+
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
33+
```
34+
35+
Then the test suite:
36+
2937
``` bash
3038
$ composer test
3139
```
@@ -38,8 +46,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
3846

3947
## Security
4048

41-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected])
42-
49+
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
4350

4451

4552
## Credits

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"ext-curl": "*",
24-
"php-http/adapter-integration-tests": "^0.2"
24+
"php-http/adapter-integration-tests": "^0.3"
2525
},
2626
"provide": {
2727
"php-http/client-implementation": "1.0",
@@ -43,9 +43,9 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "0.5-dev"
46+
"dev-master": "1.1-dev"
4747
}
4848
},
4949
"prefer-stable": true,
50-
"minimum-stability": "dev"
50+
"minimum-stability": "beta"
5151
}

0 commit comments

Comments
 (0)