All checks were successful
Publish Composer Package / publish (push) Successful in 38s
19 lines
392 B
JSON
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": "*"
|
|
}
|
|
}
|