Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit d95520d

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

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
4+
### 0.3.0 - 2016-01-12
5+
6+
### Changed
7+
8+
- Updated package files
9+
- Updated HTTPlug to RC1
10+
11+
312
### 0.2.1 - 2015-12-17
413

514
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": ">=5.5.0",
19-
"php-http/httplug": "1.0.0-beta",
20-
"php-http/client-common": "^0.1.1",
19+
"php-http/httplug": "^1.0",
20+
"php-http/client-common": "^0.2",
2121
"guzzlehttp/guzzle": "^6.0"
2222
},
2323
"require-dev": {
@@ -44,9 +44,9 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "0.3-dev"
47+
"dev-master": "0.4-dev"
4848
}
4949
},
5050
"prefer-stable": true,
51-
"minimum-stability": "dev"
51+
"minimum-stability": "RC"
5252
}

0 commit comments

Comments
 (0)