✨ feat(composer): Ajoute exbil/mailcow-php-api et met à jour les dépendances.
✨ feat(CustomerDnsEmail): Ajoute un champ 'isBilling' à l'entité. ♻️ refactor(.env): Ajoute la clé MAILCOW_KEY pour l'API Mailcow. ✨ feat(CustomerController): Synchronise les boîtes mail Mailcow avec CustomerDnsEmail.
This commit is contained in:
76
composer.lock
generated
76
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0291e06c5efd73a484876de6d294ec4c",
|
||||
"content-hash": "b8dcaed57c743f84da5eed8dc6ae6db2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "async-aws/core",
|
||||
@@ -2134,6 +2134,77 @@
|
||||
],
|
||||
"time": "2025-07-13T19:59:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "exbil/mailcow-php-api",
|
||||
"version": "0.14.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Exbil/mailcow-php-api.git",
|
||||
"reference": "54357004d003d7825ab1b060419bd0a74b7a995a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Exbil/mailcow-php-api/zipball/54357004d003d7825ab1b060419bd0a74b7a995a",
|
||||
"reference": "54357004d003d7825ab1b060419bd0a74b7a995a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^7.5",
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/MailCowAPI.php",
|
||||
"src/Credentials.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Exbil\\Mailcow\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Efe Bagri",
|
||||
"email": "composer@exbil.net",
|
||||
"homepage": "https://www.exbil.net"
|
||||
},
|
||||
{
|
||||
"name": "Kees van Kempen",
|
||||
"homepage": "https://github.com/keessaus"
|
||||
},
|
||||
{
|
||||
"name": "Bryan Böhnke-Avan",
|
||||
"email": "github@openducks.org",
|
||||
"homepage": "https://openducks.org"
|
||||
}
|
||||
],
|
||||
"description": "A full-featured implementation of the MailCow API",
|
||||
"keywords": [
|
||||
"API-Client",
|
||||
"api",
|
||||
"mailcow",
|
||||
"mailcow-api",
|
||||
"php",
|
||||
"php-api-client",
|
||||
"rest"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/exbil/mailcow-php-api/issues",
|
||||
"source": "https://github.com/exbil/mailcow-php-api"
|
||||
},
|
||||
"time": "2024-10-16T22:07:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
"version": "v6.11.1",
|
||||
@@ -16141,7 +16212,8 @@
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-libxml": "*"
|
||||
"ext-libxml": "*",
|
||||
"ext-zip": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
|
||||
Reference in New Issue
Block a user