Merge pull request #3 from ceesco53/patch-1
composer.json refers to upstream not this fork (README.md fix)
This commit is contained in:
commit
f669c18c7f
|
@ -47,7 +47,7 @@ Create a `composer.json` file:
|
|||
```json
|
||||
{
|
||||
"require": {
|
||||
"besimple/soap": "0.2.*@dev"
|
||||
"tuscanicz/soap": "^4.2"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -144,4 +144,4 @@ See a simplified implementation of ``dummyServiceMethod`` to get a clue:
|
|||
}
|
||||
```
|
||||
|
||||
For further information and getting inspiration for your implementation, see the unit tests in ``tests`` dir.
|
||||
For further information and getting inspiration for your implementation, see the unit tests in ``tests`` dir.
|
||||
|
|
Loading…
Reference in New Issue