We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50301a commit d95520dCopy full SHA for d95520d
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+
4
+### 0.3.0 - 2016-01-12
5
6
+### Changed
7
8
+- Updated package files
9
+- Updated HTTPlug to RC1
10
11
12
### 0.2.1 - 2015-12-17
13
14
### Added
composer.json
@@ -16,8 +16,8 @@
16
],
17
"require": {
18
"php": ">=5.5.0",
19
- "php-http/httplug": "1.0.0-beta",
20
- "php-http/client-common": "^0.1.1",
+ "php-http/httplug": "^1.0",
+ "php-http/client-common": "^0.2",
21
"guzzlehttp/guzzle": "^6.0"
22
},
23
"require-dev": {
@@ -44,9 +44,9 @@
44
45
"extra": {
46
"branch-alias": {
47
- "dev-master": "0.3-dev"
+ "dev-master": "0.4-dev"
48
}
49
50
"prefer-stable": true,
51
- "minimum-stability": "dev"
+ "minimum-stability": "RC"
52
0 commit comments