2025-07-12 16:45:24 +02:00
|
|
|
{
|
2025-08-06 10:23:34 +02:00
|
|
|
"name": "magdev/listmonk",
|
|
|
|
|
"type": "grav-plugin",
|
|
|
|
|
"description": "Listmonk integration for GravCMS",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"plugin"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://github.com/magdev/grav-plugin-listmonk",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "magdev",
|
|
|
|
|
"email": "magdev3.0@gmail.com",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.1.3",
|
|
|
|
|
"adnanhussainturki/listmonk-php": "dev-main"
|
2025-07-12 16:45:24 +02:00
|
|
|
},
|
2025-08-06 10:23:34 +02:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Grav\\Plugin\\Listmonk\\": "classes/"
|
|
|
|
|
},
|
|
|
|
|
"classmap": [
|
|
|
|
|
"listmonk.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "path",
|
|
|
|
|
"url": "/home/magdev/workspaces/php/listmonk-php",
|
|
|
|
|
"options": {
|
|
|
|
|
"symlink": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-07-12 16:45:24 +02:00
|
|
|
}
|