Skip to content

Commit f39569d

Browse files
committed
Use stable version of http-adapter
1 parent 554ab91 commit f39569d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## Unreleased
4+
5+
- The Firebase library now has its own base URL handling so that a stable version of the HTTP adapter can be used.
6+
37
## 0.2 - 2015-01-13
48

59
- Better handling of server errors

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=5.4",
1616
"ext-curl": "*",
1717
"psr/log": "~1.0",
18-
"egeloen/http-adapter": "~0.6@dev"
18+
"egeloen/http-adapter": "~0.5"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "~4.4",

0 commit comments

Comments
 (0)