18 lines
356 B
JSON
18 lines
356 B
JSON
|
{
|
||
|
"name": "thedevstack/php-xmpp",
|
||
|
"description": "small php library to use XMPP",
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Thedevstack\\PhpXmpp\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "steckbrief",
|
||
|
"email": "steckbrief@chefmail.de"
|
||
|
}
|
||
|
],
|
||
|
"require": {}
|
||
|
}
|