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

Commit c60ba77

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

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ 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
@@ -38,8 +38,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
3838

3939
## Security
4040

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

4443

4544
## 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)