This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33
4+ ## 1.0.0 - 2016-01-26
5+
6+
47## 0.4.1 - 2016-01-13
58
69### Changed
Original file line number Diff line number Diff 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 [ security@httplug.io ] ( mailto:security@httplug.io )
42- or [ security@php-http.org ] ( mailto:security@php-http.org ) .
49+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
4350
4451
4552## Credits
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments