You've already forked grav-plugin-listmonk
Initial commit
This commit is contained in:
21
vendor/adnanhussainturki/listmonk-php/composer.json
vendored
Normal file
21
vendor/adnanhussainturki/listmonk-php/composer.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "adnanhussainturki/listmonk-php",
|
||||
"description": "Package aims to ease up the API calls to a listmonk API from PHP based application",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^7.8"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"AdnanHussainTurki\\ListMonk\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Adnan Hussain Turki",
|
||||
"email": "adnanhussainturki@gmail.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
Reference in New Issue
Block a user