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 554ab91 commit f39569dCopy full SHA for f39569d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
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
7
## 0.2 - 2015-01-13
8
9
- Better handling of server errors
composer.json
@@ -15,7 +15,7 @@
15
"php": ">=5.4",
16
"ext-curl": "*",
17
"psr/log": "~1.0",
18
- "egeloen/http-adapter": "~0.6@dev"
+ "egeloen/http-adapter": "~0.5"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "~4.4",
0 commit comments