php-xmpp/composer.json
Tristan 7c25fe46af
All checks were successful
Publish Composer Package / publish (push) Successful in 1m9s
fixes types
2025-06-28 23:15:53 +02:00

19 lines
395 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": {
"monolog/monolog": "^3.9"
}
}