We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee56fc commit 5db458dCopy full SHA for 5db458d
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## 0.5.1 - 2016-07-18
5
+
6
+### Fixed
7
8
+- Old name
9
10
11
## 0.5.0 - 2016-07-18
12
13
### Changed
bin/http_test_server
@@ -4,7 +4,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
# Installed as a dependency
if [ -f "$DIR/../autoload.php" ]; then
- php -S 127.0.0.1:10000 -t "$DIR/../php-http/adapter-integration-tests/fixture"
+ php -S 127.0.0.1:10000 -t "$DIR/../php-http/client-integration-tests/fixture"
# Development
elif [ -f "$DIR/../vendor/autoload.php" ]; then
php -S 127.0.0.1:10000 -t "$DIR/../fixture"
0 commit comments