From 507775fda656f7ec37459d96d0a441c2b254260a Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 28 May 2013 20:48:07 +0200 Subject: [PATCH] Update version in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2b85136..6d01a58 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Add the helper file to your laravel folder (not in a public folder). The file is Require this package in your composer.json: - "barryvdh/laravel-ide-helper": "dev-master" + "barryvdh/laravel-ide-helper": "1.*" And add the ServiceProvider to the providers array in app/config/app.php