php-xmpp/composer.json
2025-01-09 15:33:45 +01:00

17 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": {}
}