{ "_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": "07141c750a88c087310764ca91e74a39", "packages": [ { "name": "flamix/b24-lead", "version": "v1.9.2", "source": { "type": "git", "url": "https://github.com/FLAMIXSOFTWARE/b24-lead.git", "reference": "051ce0b887c45f0fc53f81c42cea855c9d25ca8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FLAMIXSOFTWARE/b24-lead/zipball/051ce0b887c45f0fc53f81c42cea855c9d25ca8c", "reference": "051ce0b887c45f0fc53f81c42cea855c9d25ca8c", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "flamix/conversions": "^1", "php": ">=7.4", "xsuchy09/utm-cookie": "^2" }, "type": "library", "autoload": { "psr-4": { "Flamix\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Roman Shkabko", "email": "r.shkabko@flamix.email", "homepage": "http://flamix.software" } ], "description": "B24 Lead SDK", "homepage": "https://flamix.solutions", "support": { "issues": "https://github.com/FLAMIXSOFTWARE/b24-lead/issues", "source": "https://github.com/FLAMIXSOFTWARE/b24-lead/tree/v1.9.2" }, "time": "2024-11-20T14:59:05+00:00" }, { "name": "flamix/conversions", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/FLAMIXSOFTWARE/conversions.git", "reference": "03330d8d26a14a08887445eb665309d7f6c4834c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FLAMIXSOFTWARE/conversions/zipball/03330d8d26a14a08887445eb665309d7f6c4834c", "reference": "03330d8d26a14a08887445eb665309d7f6c4834c", "shasum": "" }, "require": { "php": ">=7.4" }, "type": "library", "autoload": { "psr-4": { "Flamix\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Roman Shkabko", "email": "r.shkabko@flamix.email", "homepage": "http://flamix.software" } ], "description": "Class to work with conversion APP", "homepage": "https://conversion.app.flamix.solutions", "support": { "issues": "https://github.com/FLAMIXSOFTWARE/conversions/issues", "source": "https://github.com/FLAMIXSOFTWARE/conversions/tree/v1.0" }, "time": "2023-10-04T11:25:25+00:00" }, { "name": "flamix/plugin-helpers", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/rshkabko/plugin-helpers.git", "reference": "25cf890f0dd4a675e243fc7232f7b1755bcce82c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rshkabko/plugin-helpers/zipball/25cf890f0dd4a675e243fc7232f7b1755bcce82c", "reference": "25cf890f0dd4a675e243fc7232f7b1755bcce82c", "shasum": "" }, "require": { "monolog/monolog": ">=2.0", "php": ">=7.4", "symfony/var-dumper": ">=5.4", "voku/portable-ascii": "^2.0" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "Flamix\\Plugin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Roman Shkabko", "email": "r.shkabko@flamix.email", "homepage": "http://flamix.software" } ], "description": "Flamix package to help create CMS plugins", "homepage": "https://flamix.solutions/", "support": { "issues": "https://github.com/rshkabko/plugin-helpers/issues", "source": "https://github.com/rshkabko/plugin-helpers/tree/main" }, "time": "2025-05-02T06:39:02+00:00" }, { "name": "monolog/monolog", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "5cf826f2991858b54d5c3809bee745560a1042a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7", "reference": "5cf826f2991858b54d5c3809bee745560a1042a7", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^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", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.5.38 || ^9.6.19", "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", "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": "2.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/2.10.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2024-11-12T12:43:37+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "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/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0" }, "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": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0" }, "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": "2025-01-02T08:10:11+00:00" }, { "name": "symfony/var-dumper", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8", "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/console": "<4.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/v5.4.48" }, "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": "2024-11-08T15:21:10+00:00" }, { "name": "voku/portable-ascii", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "suggest": { "ext-intl": "Use Intl for transliterator_transliterate() support" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "https://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", "homepage": "https://github.com/voku/portable-ascii", "keywords": [ "ascii", "clean", "php" ], "support": { "issues": "https://github.com/voku/portable-ascii/issues", "source": "https://github.com/voku/portable-ascii/tree/2.0.3" }, "funding": [ { "url": "https://www.paypal.me/moelleken", "type": "custom" }, { "url": "https://github.com/voku", "type": "github" }, { "url": "https://opencollective.com/portable-ascii", "type": "open_collective" }, { "url": "https://www.patreon.com/voku", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", "type": "tidelift" } ], "time": "2024-11-21T01:49:47+00:00" }, { "name": "xsuchy09/utm-cookie", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/xsuchy09/utm-cookie.git", "reference": "01820b0f0e226d1af44ebe283eb68efe33bd907a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/xsuchy09/utm-cookie/zipball/01820b0f0e226d1af44ebe283eb68efe33bd907a", "reference": "01820b0f0e226d1af44ebe283eb68efe33bd907a", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-0": { "UtmCookie": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Ing. Petr Suchy", "email": "suchy@wamos.cz", "homepage": "http://www.wamos.cz/", "role": "Developer" } ], "description": "Utm-Cookie saves utm parameters from url into cookie with defined lifetime (default 7 days). Than cookie (utm) can be used later without parsing google or any other cookies.", "homepage": "https://github.com/xsuchy09/utm-cookie", "keywords": [ "UTM", "analytics", "cookie" ], "support": { "issues": "https://github.com/xsuchy09/utm-cookie/issues", "source": "https://github.com/xsuchy09/utm-cookie/tree/2.0.5" }, "time": "2024-10-18T14:04:21+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "flamix/plugin-helpers": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.4" }, "platform-dev": [], "plugin-api-version": "2.2.0" }