Fixed version besimple/soap-* version in README's

This commit is contained in:
Francis Besset
2013-10-30 16:49:47 +01:00
parent 6e967fe811
commit b8f37d213e
5 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@ Create a `composer.json` file:
```json
{
"require": {
"besimple/soap-client": "dev-master"
"besimple/soap-client": "0.2.*@dev"
}
}
```
@ -31,4 +31,4 @@ Now you are ready to install the library:
```sh
php /usr/local/bin/composer.phar install
```
```