composer.json refers to upstream not this fork
Using the composer.json instructions as is will cause the rest of your instructions to fail. It points to upstream package. I've got some other changes coming soon. Happy to help.
This commit is contained in:
parent
ecffdc18fd
commit
524d1f3fd7
|
@ -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