php-xmpp/composer.json
Tristan 5970ab096f
Some checks failed
Publish Composer Package / publish (push) Failing after 38s
remove version restriction for monolog
2025-06-28 23:27:01 +02:00

19 lines
391 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": ""
}
}