From 58a56935fdcd9aca6a46088789819a771d6393ae Mon Sep 17 00:00:00 2001 From: Francis Besset Date: Wed, 30 Oct 2013 16:49:47 +0100 Subject: [PATCH] Fixed version besimple/soap-* version in README's --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42b02ab..2b43e53 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Create a `composer.json` file: ```json { "require": { - "besimple/soap-common": "dev-master" + "besimple/soap-common": "0.2.*@dev" } } ``` @@ -30,4 +30,4 @@ Now you are ready to install the library: ```sh php /usr/local/bin/composer.phar install -``` \ No newline at end of file +```