Skip to content

Commit

Permalink
Change package name and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wanyoike committed Mar 11, 2019
1 parent bb2bf4a commit 0c7ab7f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 0c7ab7f

Please sign in to comment.