php-xmpp/composer.json
Tristan 16892ad902
All checks were successful
Publish Composer Package / publish (push) Successful in 38s
remove version restriction for monolog
2025-06-28 23:28:42 +02:00

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