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

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

View File

@ -22,7 +22,7 @@ Create a `composer.json` file:
```json ```json
{ {
"require": { "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 ```sh
php /usr/local/bin/composer.phar install php /usr/local/bin/composer.phar install
``` ```

View File

@ -21,7 +21,7 @@ Create a `composer.json` file:
```json ```json
{ {
"require": { "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 ```sh
php /usr/local/bin/composer.phar install php /usr/local/bin/composer.phar install
``` ```

View File

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

View File

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