Skip to content

Commit 24f87eb

Browse files
committed
Merge pull request #28 from php-http/stable_release
Prepare stable relase
2 parents 3b4ad14 + a21bf41 commit 24f87eb

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.styleci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ finder:
88

99
enabled:
1010
- short_array_syntax
11-
12-
disabled:
13-
- unalign_double_arrow

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22

33

4+
## 1.0.0 - 2016-01-27
5+
6+
47
## 0.2.0 - 2015-12-29
58

69
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This package contains various PSR-7 tools which might be useful in an HTTP workf
3232

3333
## Documentation
3434

35-
Please see the [official documentation](http://docs.httplug.io).
35+
Please see the [official documentation](http://docs.php-http.org/en/latest/message.html).
3636

3737

3838
## Testing

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "0.3-dev"
51+
"dev-master": "1.1-dev"
5252
}
53-
},
54-
"prefer-stable": true,
55-
"minimum-stability": "dev"
53+
}
5654
}

0 commit comments

Comments
 (0)