2025-01-09 15:09:51 +01:00
|
|
|
{
|
|
|
|
"name": "thedevstack/php-xmpp",
|
|
|
|
"description": "small php library to use XMPP",
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2025-01-09 15:33:45 +01:00
|
|
|
"thedevstack\\phpxmpp\\": "src/"
|
2025-01-09 15:09:51 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "steckbrief",
|
|
|
|
"email": "steckbrief@chefmail.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {}
|
|
|
|
}
|