You've already forked grav-plugin-listmonk
use local version of listmonk-php
This commit is contained in:
@@ -1,26 +1,39 @@
|
||||
{
|
||||
"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/"
|
||||
"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"
|
||||
},
|
||||
"classmap": ["listmonk.php"]
|
||||
}
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Grav\\Plugin\\Listmonk\\": "classes/"
|
||||
},
|
||||
"classmap": [
|
||||
"listmonk.php"
|
||||
]
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "/home/magdev/workspaces/php/listmonk-php",
|
||||
"options": {
|
||||
"symlink": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user