use local version of listmonk-php

This commit is contained in:
2025-08-06 10:23:34 +02:00
parent e67912a107
commit cf1610dfa1
23 changed files with 155 additions and 1450 deletions

View File

@@ -2,23 +2,16 @@
"packages": [
{
"name": "adnanhussainturki/listmonk-php",
"version": "0.1",
"version_normalized": "0.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/AdnanHussainTurki/listmonk-php.git",
"reference": "0d43700377dfe5eac43f4f6751e83b42e85b5400"
},
"version": "dev-main",
"version_normalized": "dev-main",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AdnanHussainTurki/listmonk-php/zipball/0d43700377dfe5eac43f4f6751e83b42e85b5400",
"reference": "0d43700377dfe5eac43f4f6751e83b42e85b5400",
"shasum": ""
"type": "path",
"url": "/home/magdev/workspaces/php/listmonk-php",
"reference": "13ece3885c574ccab39cdbe711ff0cfda408b561"
},
"require": {
"guzzlehttp/guzzle": "^7.8"
},
"time": "2023-11-12T00:45:46+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -26,7 +19,6 @@
"AdnanHussainTurki\\ListMonk\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -37,9 +29,9 @@
}
],
"description": "Package aims to ease up the API calls to a listmonk API from PHP based application",
"support": {
"issues": "https://github.com/AdnanHussainTurki/listmonk-php/issues",
"source": "https://github.com/AdnanHussainTurki/listmonk-php/tree/0.1"
"transport-options": {
"symlink": true,
"relative": false
},
"install-path": "../adnanhussainturki/listmonk-php"
},