{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "fe2e60513359281bf29b19c3fed33516", "packages": [ { "name": "pear/console_getopt", "version": "v1.4.3", "source": { "type": "git", "url": "https://github.com/pear/Console_Getopt.git", "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Console": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Andrei Zmievski", "email": "andrei@php.net", "role": "Lead" }, { "name": "Stig Bakken", "email": "stig@php.net", "role": "Developer" }, { "name": "Greg Beaver", "email": "cellog@php.net", "role": "Helper" } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", "source": "https://github.com/pear/Console_Getopt" }, "time": "2019-11-20T18:27:48+00:00" }, { "name": "pear/db", "version": "v1.10.0.2", "source": { "type": "git", "url": "https://github.com/openmairie/DB.git", "reference": "0b7d36ad740bebf35deaf68c717af36f756bcdc1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/openmairie/DB/zipball/0b7d36ad740bebf35deaf68c717af36f756bcdc1", "reference": "0b7d36ad740bebf35deaf68c717af36f756bcdc1", "shasum": "" }, "require": { "pear/pear-core-minimal": "*" }, "type": "library", "autoload": { "psr-0": { "DB": "./" } }, "include-path": [ "./" ], "license": [ "PHP-3.01" ], "authors": [ { "email": "danielc@php.net", "name": "Daniel Convissor", "role": "Lead" }, { "email": "aharvey@php.net", "name": "Adam Harvey", "role": "Lead" }, { "email": "stig@php.net", "name": "Stig Bakken", "role": "Developer" }, { "email": "cox@idecnet.com", "name": "Tomas V.V.Cox", "role": "Developer" } ], "description": "More info available on: http://pear.php.net/package/DB", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=DB", "source": "https://github.com/pear/DB" }, "time": "2022-11-23T22:57:33+00:00" }, { "name": "pear/pear-core-minimal", "version": "v1.10.12", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", "reference": "2dd01ca077377b4db873d02e0a799e04b7d55d0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/2dd01ca077377b4db873d02e0a799e04b7d55d0d", "reference": "2dd01ca077377b4db873d02e0a799e04b7d55d0d", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0" }, "replace": { "rsky/pear-core-min": "self.version" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "src/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Christian Weiske", "email": "cweiske@php.net", "role": "Lead" } ], "description": "Minimal set of PEAR core files to be used as composer dependency", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, "time": "2023-04-19T19:13:48+00:00" }, { "name": "pear/pear_exception", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/pear/PEAR_Exception.git", "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "<9" }, "type": "class", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "PEAR/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "." ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Helgi Thormar", "email": "dufuz@php.net" }, { "name": "Greg Beaver", "email": "cellog@php.net" } ], "description": "The PEAR Exception base class.", "homepage": "https://github.com/pear/PEAR_Exception", "keywords": [ "exception" ], "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", "source": "https://github.com/pear/PEAR_Exception" }, "time": "2021-03-21T15:43:46+00:00" }, { "name": "phpmailer/phpmailer", "version": "v7.0.2", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088", "reference": "ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "doctrine/annotations": "^1.2.6 || ^1.13.3", "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/php-compatibility": "^10.0.0@dev", "squizlabs/php_codesniffer": "^3.13.5", "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example", "ext-imap": "Needed to support advanced email address parsing according to RFC822", "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", "ext-openssl": "Needed for secure SMTP sending and DKIM signing", "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" }, "type": "library", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-only" ], "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.0.2" }, "funding": [ { "url": "https://github.com/Synchro", "type": "github" } ], "time": "2026-01-09T18:02:33+00:00" }, { "name": "setasign/fpdf", "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/Setasign/FPDF.git", "reference": "f4104a04c9a3f95c4c26a0a0531abebcc980987a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDF/zipball/f4104a04c9a3f95c4c26a0a0531abebcc980987a", "reference": "f4104a04c9a3f95c4c26a0a0531abebcc980987a", "shasum": "" }, "require": { "ext-gd": "*", "ext-zlib": "*" }, "type": "library", "autoload": { "classmap": [ "fpdf.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Olivier Plathey", "email": "oliver@fpdf.org", "homepage": "http://fpdf.org/" } ], "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.", "homepage": "http://www.fpdf.org", "keywords": [ "fpdf", "pdf" ], "support": { "source": "https://github.com/Setasign/FPDF/tree/1.8.5" }, "time": "2022-11-18T07:02:00+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.7.4", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d4adef47ca21c90e6483d59dcb9e5b1023696937", "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937", "shasum": "" }, "require": { "php": ">=5.5.0" }, "type": "library", "autoload": { "classmap": [ "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "role": "lead" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.4" }, "funding": [ { "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", "type": "custom" } ], "time": "2024-03-25T23:56:24+00:00" } ], "packages-dev": [ { "name": "openmairie/openmairie-composer-installers", "version": "v2.0.0", "source": { "type": "git", "url": "https://gitlab.com/openmairie/openmairie-composer-installers.git", "reference": "ea9935b3380826c98343f320beea25c95e233997" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/openmairie%2Fopenmairie-composer-installers/repository/archive.zip?sha=ea9935b3380826c98343f320beea25c95e233997", "reference": "ea9935b3380826c98343f320beea25c95e233997", "shasum": "" }, "require": { "composer-plugin-api": "^2.0" }, "require-dev": { "composer/composer": "^2.0" }, "type": "composer-plugin", "extra": { "class": "openMairie\\Composer\\LayoutInstallerPlugin" }, "autoload": { "psr-4": { "openMairie\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Composer plugin to define openMairie types installers", "homepage": "https://gitlab.com/openmairie/openmairie-composer-installers", "support": { "source": "https://gitlab.com/openmairie/openmairie-composer-installers/-/tree/v2.0.0" }, "time": "2026-03-26T01:35:01+00:00" }, { "name": "openmairie/openmairie-layout-legacy", "version": "dev-master", "source": { "type": "git", "url": "https://gitlab.com/openmairie/openmairie-layout-legacy.git", "reference": "b86f675063511157621af4e5acc3cbf60d1c127f" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/openmairie%2Fopenmairie-layout-legacy/repository/archive.zip?sha=b86f675063511157621af4e5acc3cbf60d1c127f", "reference": "b86f675063511157621af4e5acc3cbf60d1c127f", "shasum": "" }, "require": { "openmairie/openmairie-composer-installers": "^2.0" }, "default-branch": true, "type": "openmairie-layout", "notification-url": "https://packagist.org/downloads/", "description": "Layout 'legacy' for openMairie", "homepage": "https://gitlab.com/openmairie/openmairie-layout-legacy", "support": { "source": "https://gitlab.com/openmairie/openmairie-layout-legacy/-/tree/master" }, "time": "2026-03-26T01:46:13+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { "openmairie/openmairie-layout-legacy": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.0" }, "platform-dev": [], "plugin-api-version": "2.1.0" }