From 524d1f3fd7d60eb3f7767a52dcc127dca44b9710 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 25 May 2017 12:13:58 -0400 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bf7413..291acce 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +For further information and getting inspiration for your implementation, see the unit tests in ``tests`` dir.