Skip to content

Commit 1c9c338

Browse files
author
Márk Sági-Kazár
committed
Prepare release
1 parent c055789 commit 1c9c338

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

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

33

4+
## 0.2.0 - 2016-01-12
5+
6+
### Changed
7+
8+
- Updated package files
9+
- Updated HTTPlug to RC1
10+
11+
412
## 0.1.1 - 2015-12-26
513

614
### Added

composer.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"php-http/httplug": "1.0.0-beta",
16-
"php-http/message-factory": "^1.0",
17-
"php-http/promise": "^0.1.1"
15+
"php-http/httplug": "^1.0",
16+
"php-http/message-factory": "^1.0"
1817
},
1918
"require-dev": {
2019
"phpspec/phpspec": "^2.4",
@@ -31,7 +30,9 @@
3130
},
3231
"extra": {
3332
"branch-alias": {
34-
"dev-master": "0.2-dev"
33+
"dev-master": "0.3-dev"
3534
}
36-
}
35+
},
36+
"prefer-stable": true,
37+
"minimum-stability": "RC"
3738
}

0 commit comments

Comments
 (0)