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:
John 2017-05-25 12:13:58 -04:00 committed by GitHub
parent ecffdc18fd
commit 524d1f3fd7
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"
} }
} }
``` ```