Composer info updated
This commit is contained in:
parent
0a157748a8
commit
4d7894b66e
|
@ -2,8 +2,7 @@
|
||||||
"name": "tuscanicz/soap",
|
"name": "tuscanicz/soap",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "A fork of the abandoned besimple/soap package with added support for Symfony 3.0",
|
"description": "A fork of the abandoned besimple/soap package with added support for Symfony 3.0",
|
||||||
"keywords": ["soap"],
|
"keywords": ["soap", "soap server", "soap client"],
|
||||||
"homepage": "http://besim.pl",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -17,6 +16,10 @@
|
||||||
{
|
{
|
||||||
"name": "Andreas Schamberger",
|
"name": "Andreas Schamberger",
|
||||||
"email": "mail@andreass.net"
|
"email": "mail@andreass.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Petr Bechyně",
|
||||||
|
"email": "petr.bechyne@vodafone.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -46,7 +49,7 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "0.3-dev"
|
"dev-master": "0.4-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue