From 4759982c32477c0727d0dff09d0d36100b120761 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 17 Sep 2014 22:45:17 +0200 Subject: [PATCH] changed to correct version number --- 4-http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-http.md b/4-http.md index 0b148aa..0cbb5fa 100644 --- a/4-http.md +++ b/4-http.md @@ -18,7 +18,7 @@ Again, edit the `composer.json` to add the new component and then run `composer "require": { "php": ">=5.5.0", "filp/whoops": ">=1.1.2", - "patricklouys/http": ">=1.0.3" + "patricklouys/http": ">=1.1.0" }, ```