Skip to content

Commit dafe6ad

Browse files
committed
allow the whole range of react stream pre-releases
1 parent 04d465b commit dafe6ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",
18+
"react/stream": ">=0.4.3 <0.8",
1919
"react/socket": "^0.8",
2020
"php-http/discovery": "^1.0"
2121
},
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "2.0-dev"
47+
"dev-master": "2.1-dev"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)