Restore package name after merging back changes of cocciagialla fork

This commit is contained in:
BohwaZ 2019-08-06 10:26:19 +02:00
parent ef81da77ea
commit 00101ff7fb
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "cocciagialla/soap",
"name": "cadoles/soap",
"type": "library",
"description": "Build and consume SOAP and WSDL based web services",
"keywords": ["soap"],
@ -33,7 +33,8 @@
"besimple/soap-client": "self.version",
"besimple/soap-common": "self.version",
"besimple/soap-server": "self.version",
"besimple/soap-wsdl": "self.version"
"besimple/soap-wsdl": "self.version",
"cocciagialla/soap": "self.version"
},
"require-dev": {
"ext-mcrypt": "*",