Merge pull request #3 from ceesco53/patch-1

composer.json refers to upstream not this fork (README.md fix)
This commit is contained in:
Petr Bechyně 2017-05-25 19:07:26 +02:00 committed by GitHub
commit f669c18c7f
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Create a `composer.json` file:
```json ```json
{ {
"require": { "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.