Skip to content

Commit 3671060

Browse files
authored
Merge pull request #29 from php-http/prepare-release
allow the whole range of react stream pre-releases
2 parents 04d465b + 77ab22b commit 3671060

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

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

3-
## 2.1.0 - 2017-12-20
3+
## 2.1.0 - 2017-12-21
44

55
### Changed
66

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"php-http/httplug": "^1.0",
1616
"react/http-client": "^0.4.8 || ^0.5",
1717
"react/dns": "^0.4.1",
18-
"react/stream": "^0.4.3 || ^0.7",
1918
"react/socket": "^0.8",
2019
"php-http/discovery": "^1.0"
2120
},
@@ -44,7 +43,7 @@
4443
},
4544
"extra": {
4645
"branch-alias": {
47-
"dev-master": "2.0-dev"
46+
"dev-master": "2.1-dev"
4847
}
4948
}
5049
}

0 commit comments

Comments
 (0)