{ "_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": "7a96c1e2c718ab205af5d1c1e93aa6ad", "packages": [ { "name": "gregwar/captcha", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/Gregwar/Captcha.git", "reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6e5b61b66ac89885b505153f4ef9a74ffa5b3074", "reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", "php": ">=5.3.0", "symfony/finder": "*" }, "require-dev": { "phpunit/phpunit": "^6.4" }, "type": "library", "autoload": { "psr-4": { "Gregwar\\": "src/Gregwar" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Grégoire Passault", "email": "g.passault@gmail.com", "homepage": "http://www.gregwar.com/" }, { "name": "Jeremy Livingston", "email": "jeremy.j.livingston@gmail.com" } ], "description": "Captcha generator", "homepage": "https://github.com/Gregwar/Captcha", "keywords": [ "bot", "captcha", "spam" ], "support": { "issues": "https://github.com/Gregwar/Captcha/issues", "source": "https://github.com/Gregwar/Captcha/tree/v1.2.0" }, "time": "2023-03-24T22:12:41+00:00" }, { "name": "konekt/pdf-invoice", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/morckx/pdf-invoice.git", "reference": "479550ecc6a30f5553399a5ce3f53327f13d50ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/morckx/pdf-invoice/zipball/479550ecc6a30f5553399a5ce3f53327f13d50ac", "reference": "479550ecc6a30f5553399a5ce3f53327f13d50ac", "shasum": "" }, "require": { "ext-iconv": "*", "ext-mbstring": "*", "php": "^7.3|^8.0", "setasign/tfpdf": "~1.33" }, "require-dev": { "phpunit/phpunit": "8 - 9" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Konekt\\PdfInvoice\\": "src/" } }, "autoload-dev": { "psr-4": { "Konekt\\PdfInvoice\\Tests\\": "tests/" } }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Attila Fulop", "homepage": "https://github.com/fulopattila122" } ], "description": "Library to generate PDF invoices", "keywords": [ "artkonekt", "invoice", "konekt", "pdf" ], "support": { "source": "https://github.com/artkonekt/pdf-invoice" }, "time": "2023-04-01T14:20:13+00:00" }, { "name": "monolog/monolog", "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "9b5daeaffce5b926cac47923798bba91059e60e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/9b5daeaffce5b926cac47923798bba91059e60e2", "reference": "9b5daeaffce5b926cac47923798bba91059e60e2", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpstan/phpstan": "^1.9", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^9.5.26", "predis/predis": "^1.1 || ^2", "ruflin/elastica": "^7", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/3.3.1" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2023-02-06T13:46:10+00:00" }, { "name": "psr/log", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/3.0.0" }, "time": "2021-07-14T16:46:02+00:00" }, { "name": "setasign/tfpdf", "version": "v1.33", "source": { "type": "git", "url": "https://github.com/Setasign/tFPDF.git", "reference": "050de12ab5359ce475dab49bae5cedbcf455f708" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/tFPDF/zipball/050de12ab5359ce475dab49bae5cedbcf455f708", "reference": "050de12ab5359ce475dab49bae5cedbcf455f708", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "tfpdf.php", "font/unifont/ttfonts.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Ian Back" }, { "name": "Tycho Veltmeijer", "email": "tfpdf@tychoveltmeijer.nl", "role": "Maintainer" }, { "name": "Olivier Plathey", "email": "oliver@fpdf.org", "homepage": "http://fpdf.org/" } ], "description": "This class is a modified version of FPDF that adds UTF-8 support. As of version 1.31 it is based on FPDF 1.82. Before it was based on FPDF 1.7.", "homepage": "http://fpdf.org/en/script/script92.php", "keywords": [ "fpdf", "pdf", "tfpdf", "unicode" ], "support": { "issues": "https://github.com/Setasign/tFPDF/issues", "source": "https://github.com/Setasign/tFPDF/tree/v1.33" }, "time": "2022-12-20T10:26:07+00:00" }, { "name": "symfony/finder", "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb", "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "symfony/filesystem": "^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v6.2.7" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2023-02-16T09:57:23+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "konekt/pdf-invoice": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.3.0" }