You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ConLite/composer.json

24 lines
511 B

{
"name": "vendor/conlite",
"description": "ConLite vendor libs",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "oldperl",
"email": "ortwin.pinke@php-backoffice.de"
}
],
"config": {
"vendor-dir": "conlite/external"
},
"require": {
"endroid/qr-code": "1.9.*",
"phpmailer/phpmailer": "v5.2.*"
},
"autoload": {
"psr-4": {
"Conlite\\External\\": "conlite/external"
}
}
}