You've already forked grav-plugin-listmonk
Initial commit
This commit is contained in:
26
composer.json
Normal file
26
composer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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": "^0.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Grav\\Plugin\\Listmonk\\": "classes/"
|
||||
},
|
||||
"classmap": ["listmonk.php"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user