diff --git a/.styleci.yml b/.styleci.yml index a698d04..296cab4 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -8,6 +8,3 @@ finder: enabled: - short_array_syntax - -disabled: - - unalign_double_arrow diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e7e39..a247f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log +## 1.0.0 - 2016-01-27 + + ## 0.2.0 - 2015-12-29 ### Added diff --git a/README.md b/README.md index b0d2648..7d6fe20 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This package contains various PSR-7 tools which might be useful in an HTTP workf ## Documentation -Please see the [official documentation](http://docs.httplug.io). +Please see the [official documentation](http://docs.php-http.org/en/latest/message.html). ## Testing diff --git a/composer.json b/composer.json index 864e570..2f8f66b 100644 --- a/composer.json +++ b/composer.json @@ -48,9 +48,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.3-dev" + "dev-master": "1.1-dev" } - }, - "prefer-stable": true, - "minimum-stability": "dev" + } }