Fixed version besimple/soap-* version in README's
This commit is contained in:
parent
6e967fe811
commit
b8f37d213e
|
@ -44,7 +44,7 @@ Create a `composer.json` file:
|
|||
```json
|
||||
{
|
||||
"require": {
|
||||
"besimple/soap": "dev-master"
|
||||
"besimple/soap": "0.2.*@dev"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -53,4 +53,4 @@ Now you are ready to install the library:
|
|||
|
||||
```sh
|
||||
php /usr/local/bin/composer.phar install
|
||||
```
|
||||
```
|
||||
|
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
@ -21,7 +21,7 @@ Create a `composer.json` file:
|
|||
```json
|
||||
{
|
||||
"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
|
||||
php /usr/local/bin/composer.phar install
|
||||
```
|
||||
```
|
||||
|
|
|
@ -15,7 +15,7 @@ Create a `composer.json` file:
|
|||
```json
|
||||
{
|
||||
"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
|
||||
php /usr/local/bin/composer.phar install
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue