From 0c7ab7f26840f5e24f94a97472516fd9b58a0835 Mon Sep 17 00:00:00 2001 From: Alexander Wanyoike Date: Mon, 11 Mar 2019 16:43:55 +0000 Subject: [PATCH] Change package name and requirements --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c314592..1378849 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "meng-tian/async-soap-guzzle", + "name": "snowio/async-soap-guzzle", "description": "An asynchronous SOAP client build on top of Guzzle.", "keywords": ["SOAP", "asynchronous", "Guzzle"], "license": "MIT", @@ -9,10 +9,14 @@ "email": "tianmeng94@hotmail.com" } ], + "repositories": [ + {"type": "composer", "url": "https://repo.packagist.com/snowio/"}, + {"packagist.org": false} + ], "require": { "php": ">=5.5.0", - "meng-tian/php-async-soap": "~1.0", - "meng-tian/soap-http-binding": "~0.2.0", + "snowio/php-async-soap": "~1.0", + "snowio/soap-http-binding": "~0.2.0", "guzzlehttp/guzzle": "^6.1" }, "require-dev": {