php-xmpp/composer.json

18 lines
356 B
JSON
Raw Normal View History

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