{ "_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": "24cf47da127dc7f9cc3c08cff6dcc1f1", "packages": [ { "name": "aws/aws-crt-php", "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/awslabs/aws-crt-php.git", "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e", "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality." }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "AWS SDK Common Runtime Team", "email": "aws-sdk-common-runtime@amazon.com" } ], "description": "AWS Common Runtime for PHP", "homepage": "https://github.com/awslabs/aws-crt-php", "keywords": [ "amazon", "aws", "crt", "sdk" ], "support": { "issues": "https://github.com/awslabs/aws-crt-php/issues", "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7" }, "time": "2024-10-18T22:15:13+00:00" }, { "name": "aws/aws-sdk-php", "version": "3.381.1", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", "reference": "405affc23ea14950c378d5ae79420302fcb467dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/405affc23ea14950c378d5ae79420302fcb467dc", "reference": "405affc23ea14950c378d5ae79420302fcb467dc", "shasum": "" }, "require": { "aws/aws-crt-php": "^1.2.3", "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/promises": "^2.0", "guzzlehttp/psr7": "^2.4.5", "mtdowling/jmespath.php": "^2.8.0", "php": ">=8.1", "psr/http-message": "^1.0 || ^2.0", "symfony/filesystem": "^v5.4.45 || ^v6.4.3 || ^v7.1.0 || ^v8.0.0" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", "composer/composer": "^2.7.8", "dms/phpunit-arraysubset-asserts": "^v0.5.0", "doctrine/cache": "~1.4", "ext-dom": "*", "ext-openssl": "*", "ext-sockets": "*", "phpunit/phpunit": "^10.0", "psr/cache": "^2.0 || ^3.0", "psr/simple-cache": "^2.0 || ^3.0", "sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0", "yoast/phpunit-polyfills": "^2.0" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", "doctrine/cache": "To use the DoctrineCacheAdapter", "ext-curl": "To send requests using cURL", "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", "ext-pcntl": "To use client-side monitoring", "ext-sockets": "To use client-side monitoring" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Aws\\": "src/" }, "exclude-from-classmap": [ "src/data/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "https://aws.amazon.com" } ], "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", "homepage": "https://aws.amazon.com/sdk-for-php", "keywords": [ "amazon", "aws", "cloud", "dynamodb", "ec2", "glacier", "s3", "sdk" ], "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", "source": "https://github.com/aws/aws-sdk-php/tree/3.381.1" }, "time": "2026-05-14T18:08:28+00:00" }, { "name": "bandwidth-throttle/token-bucket", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/bandwidth-throttle/token-bucket.git", "reference": "a0c31a4d0fbcf0c1a68c895fc91bf71455bcec08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bandwidth-throttle/token-bucket/zipball/a0c31a4d0fbcf0c1a68c895fc91bf71455bcec08", "reference": "a0c31a4d0fbcf0c1a68c895fc91bf71455bcec08", "shasum": "" }, "require": { "ext-bcmath": "*", "malkusch/lock": "^1", "php": ">=5.6" }, "require-dev": { "ext-redis": "^2.2.4|^3", "mikey179/vfsstream": "^1.5.0", "php-mock/php-mock-phpunit": "^1", "phpunit/phpunit": "^5", "predis/predis": "^1" }, "type": "library", "autoload": { "psr-4": { "bandwidthThrottle\\tokenBucket\\": "classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "WTFPL" ], "authors": [ { "name": "Markus Malkusch", "email": "markus@malkusch.de", "homepage": "http://markus.malkusch.de", "role": "Developer" } ], "description": "Implementation of the Token Bucket algorithm.", "homepage": "https://github.com/bandwidth-throttle/token-bucket", "keywords": [ "bandwidth", "rate limit", "rate limiting", "throttle", "throttling", "token bucket" ], "support": { "issues": "https://github.com/bandwidth-throttle/token-bucket/issues", "source": "https://github.com/bandwidth-throttle/token-bucket/tree/master" }, "time": "2017-10-13T19:09:01+00:00" }, { "name": "barryvdh/elfinder-flysystem-driver", "version": "v0.4.3", "source": { "type": "git", "url": "https://github.com/barryvdh/elfinder-flysystem-driver.git", "reference": "064d5b2c89ca185f3736e7e5c906d76d3632b30c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barryvdh/elfinder-flysystem-driver/zipball/064d5b2c89ca185f3736e7e5c906d76d3632b30c", "reference": "064d5b2c89ca185f3736e7e5c906d76d3632b30c", "shasum": "" }, "require": { "intervention/image": "^2.0", "league/flysystem": "^3", "php": "^8.0", "studio-42/elfinder": "^2.1.60" }, "require-dev": { "league/flysystem-memory": "^3", "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "league/glide": "1.x to display images through Glide" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.4-dev" } }, "autoload": { "psr-4": { "Barryvdh\\elFinderFlysystemDriver\\": "src/" }, "classmap": [ "elFinderVolumeFlysystem.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "description": "A Flysystem Driver for elFinder", "keywords": [ "Flysystem", "elfinder", "filesystem" ], "support": { "issues": "https://github.com/barryvdh/elfinder-flysystem-driver/issues", "source": "https://github.com/barryvdh/elfinder-flysystem-driver/tree/v0.4.3" }, "funding": [ { "url": "https://fruitcake.nl", "type": "custom" }, { "url": "https://github.com/barryvdh", "type": "github" } ], "time": "2022-03-24T06:03:55+00:00" }, { "name": "beberlei/doctrineextensions", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/beberlei/DoctrineExtensions.git", "reference": "281f1650641c2f438b0a54d8eaa7ba50ac7e3eb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/281f1650641c2f438b0a54d8eaa7ba50ac7e3eb6", "reference": "281f1650641c2f438b0a54d8eaa7ba50ac7e3eb6", "shasum": "" }, "require": { "doctrine/orm": "^2.19 || ^3.0", "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/annotations": "^1.14 || ^2", "doctrine/coding-standard": "^9.0.2 || ^12.0", "nesbot/carbon": "^2.72 || ^3", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.5 || ^9.6", "squizlabs/php_codesniffer": "^3.8", "symfony/cache": "^5.4 || ^6.4 || ^7.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.0", "vimeo/psalm": "^3.18 || ^5.22", "zf1/zend-date": "^1.12", "zf1/zend-registry": "^1.12" }, "type": "library", "autoload": { "psr-4": { "DoctrineExtensions\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Steve Lacey", "email": "steve@steve.ly" } ], "description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.", "keywords": [ "database", "doctrine", "orm" ], "support": { "source": "https://github.com/beberlei/DoctrineExtensions/tree/v1.5.0" }, "time": "2024-03-03T17:55:15+00:00" }, { "name": "bjeavons/zxcvbn-php", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/bjeavons/zxcvbn-php.git", "reference": "426f664501a0747beb8f3ee17ac30c7dd6327ffa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/426f664501a0747beb8f3ee17ac30c7dd6327ffa", "reference": "426f664501a0747beb8f3ee17ac30c7dd6327ffa", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.2 | ^8.0 | ^8.1", "symfony/polyfill-mbstring": ">=1.3.1" }, "require-dev": { "php-coveralls/php-coveralls": "*", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "ext-gmp": "Required for optimized binomial calculations (also requires PHP >= 7.3)" }, "type": "library", "autoload": { "psr-4": { "ZxcvbnPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "See contributors", "homepage": "https://github.com/bjeavons/zxcvbn-php" } ], "description": "Realistic password strength estimation PHP library based on Zxcvbn JS", "homepage": "https://github.com/bjeavons/zxcvbn-php", "keywords": [ "password", "zxcvbn" ], "support": { "issues": "https://github.com/bjeavons/zxcvbn-php/issues", "source": "https://github.com/bjeavons/zxcvbn-php/tree/1.4.2" }, "time": "2025-02-24T16:47:20+00:00" }, { "name": "brick/math", "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/brick/math.git", "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", "shasum": "" }, "require": { "php": "^8.2" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpstan/phpstan": "2.1.22", "phpunit/phpunit": "^11.5" }, "type": "library", "autoload": { "psr-4": { "Brick\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Arbitrary-precision arithmetic library", "keywords": [ "Arbitrary-precision", "BigInteger", "BigRational", "arithmetic", "bigdecimal", "bignum", "bignumber", "brick", "decimal", "integer", "math", "mathematics", "rational" ], "support": { "issues": "https://github.com/brick/math/issues", "source": "https://github.com/brick/math/tree/0.14.8" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" } ], "time": "2026-02-10T14:33:43+00:00" }, { "name": "composer/ca-bundle", "version": "1.5.11", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "68ff39175e8e94a4bb1d259407ce51a6a60f09e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/68ff39175e8e94a4bb1d259407ce51a6a60f09e6", "reference": "68ff39175e8e94a4bb1d259407ce51a6a60f09e6", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^7.2 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8 || ^9", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", "source": "https://github.com/composer/ca-bundle/tree/1.5.11" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2026-03-30T09:16:10+00:00" }, { "name": "composer/class-map-generator", "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", "reference": "86d8208fc3c649a3a999daf1a63c25201be2990f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/class-map-generator/zipball/86d8208fc3c649a3a999daf1a63c25201be2990f", "reference": "86d8208fc3c649a3a999daf1a63c25201be2990f", "shasum": "" }, "require": { "composer/pcre": "^2.1 || ^3.1", "php": "^7.2 || ^8.0", "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8" }, "require-dev": { "phpstan/phpstan": "^1.12 || ^2", "phpstan/phpstan-deprecation-rules": "^1 || ^2", "phpstan/phpstan-phpunit": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpunit/phpunit": "^8", "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\ClassMapGenerator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Utilities to scan PHP code and generate class maps.", "keywords": [ "classmap" ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", "source": "https://github.com/composer/class-map-generator/tree/1.7.3" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2026-05-05T09:17:07+00:00" }, { "name": "composer/composer", "version": "2.9.8", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "39ee8baff8e97a1b657bbfcd6a236ff93a5efbb2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/39ee8baff8e97a1b657bbfcd6a236ff93a5efbb2", "reference": "39ee8baff8e97a1b657bbfcd6a236ff93a5efbb2", "shasum": "" }, "require": { "composer/ca-bundle": "^1.5", "composer/class-map-generator": "^1.4.0", "composer/metadata-minifier": "^1.0", "composer/pcre": "^2.3 || ^3.3", "composer/semver": "^3.3", "composer/spdx-licenses": "^1.5.7", "composer/xdebug-handler": "^2.0.2 || ^3.0.3", "ext-json": "*", "justinrainbow/json-schema": "^6.5.1", "php": "^7.2.5 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "react/promise": "^3.3", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.2", "seld/signal-handler": "^2.0", "symfony/console": "^5.4.47 || ^6.4.25 || ^7.1.10 || ^8.0", "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.1.10 || ^8.0", "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.1.10 || ^8.0", "symfony/polyfill-php73": "^1.24", "symfony/polyfill-php80": "^1.24", "symfony/polyfill-php81": "^1.24", "symfony/polyfill-php84": "^1.30", "symfony/process": "^5.4.47 || ^6.4.25 || ^7.1.10 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.11.8", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", "phpstan/phpstan-symfony": "^1.4.0", "symfony/phpunit-bridge": "^6.4.25 || ^7.3.3 || ^8.0" }, "suggest": { "ext-curl": "Provides HTTP support (will fallback to PHP streams if missing)", "ext-openssl": "Enables access to repositories and packages over HTTPS", "ext-zip": "Allows direct extraction of ZIP archives (unzip/7z binaries will be used instead if available)", "ext-zlib": "Enables gzip for HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "phpstan": { "includes": [ "phpstan/rules.neon" ] }, "branch-alias": { "dev-main": "2.9-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "https://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", "source": "https://github.com/composer/composer/tree/2.9.8" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2026-05-13T07:28:38+00:00" }, { "name": "composer/installers", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.6.* || ^2.0", "composer/semver": "^1 || ^3", "phpstan/phpstan": "^0.12.55", "phpstan/phpstan-phpunit": "^0.12.16", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "miaoxing", "modulework", "modx", "moodle", "osclass", "pantheon", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "symfony", "tastyigniter", "typo3", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v1.12.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2021-09-13T08:19:44+00:00" }, { "name": "composer/metadata-minifier", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/composer/metadata-minifier.git", "reference": "c549d23829536f0d0e984aaabbf02af91f443207" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", "reference": "c549d23829536f0d0e984aaabbf02af91f443207", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "composer/composer": "^2", "phpstan/phpstan": "^0.12.55", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\MetadataMinifier\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Small utility library that handles metadata minification and expansion.", "keywords": [ "composer", "compression" ], "support": { "issues": "https://github.com/composer/metadata-minifier/issues", "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2021-04-07T13:37:33+00:00" }, { "name": "composer/package-versions-deprecated", "version": "1.11.99.1", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6", "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6", "shasum": "" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0", "php": "^7 || ^8" }, "replace": { "ocramius/package-versions": "1.11.99" }, "require-dev": { "composer/composer": "^1.9.3 || ^2.0@dev", "ext-zip": "^1.13", "phpunit/phpunit": "^6.5 || ^7" }, "type": "composer-plugin", "extra": { "class": "PackageVersions\\Installer", "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "PackageVersions\\": "src/PackageVersions" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/composer/package-versions-deprecated/issues", "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2020-11-11T10:22:58+00:00" }, { "name": "composer/pcre", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "conflict": { "phpstan/phpstan": "<1.11.10" }, "require-dev": { "phpstan/phpstan": "^1.12 || ^2", "phpstan/phpstan-strict-rules": "^1 || ^2", "phpunit/phpunit": "^8 || ^9" }, "type": "library", "extra": { "phpstan": { "includes": [ "extension.neon" ] }, "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Pcre\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ "PCRE", "preg", "regex", "regular expression" ], "support": { "issues": "https://github.com/composer/pcre/issues", "source": "https://github.com/composer/pcre/tree/3.3.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-11-12T16:29:46+00:00" }, { "name": "composer/semver", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.11", "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.4.4" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2025-08-20T19:15:30+00:00" }, { "name": "composer/spdx-licenses", "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", "reference": "5ecd0cb4177696f9fd48f1605dda81db3dee7889" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/5ecd0cb4177696f9fd48f1605dda81db3dee7889", "reference": "5ecd0cb4177696f9fd48f1605dda81db3dee7889", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.11", "symfony/phpunit-bridge": "^6.4.25 || ^7.3.3 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/spdx-licenses/issues", "source": "https://github.com/composer/spdx-licenses/tree/1.6.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2026-04-08T20:18:39+00:00" }, { "name": "composer/xdebug-handler", "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", "shasum": "" }, "require": { "composer/pcre": "^1 || ^2 || ^3", "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-05-06T16:37:16+00:00" }, { "name": "doctrine/annotations", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "901c2ee5d26eb64ff43c47976e114bf00843acf7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/901c2ee5d26eb64ff43c47976e114bf00843acf7", "reference": "901c2ee5d26eb64ff43c47976e114bf00843acf7", "shasum": "" }, "require": { "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^2.0", "doctrine/coding-standard": "^10", "phpstan/phpstan": "^1.10.28", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "symfony/cache": "^5.4 || ^6.4 || ^7", "vimeo/psalm": "^4.30 || ^5.14" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], "support": { "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/2.0.2" }, "abandoned": true, "time": "2024-09-05T10:17:24+00:00" }, { "name": "doctrine/cache", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/coding-standard": "^9", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/cache": "^1.0 || ^2.0 || ^3.0", "symfony/cache": "^4.4 || ^5.4 || ^6", "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ "abstraction", "apcu", "cache", "caching", "couchdb", "memcached", "php", "redis", "xcache" ], "support": { "issues": "https://github.com/doctrine/cache/issues", "source": "https://github.com/doctrine/cache/tree/2.2.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", "type": "tidelift" } ], "abandoned": true, "time": "2022-05-20T20:07:39+00:00" }, { "name": "doctrine/collections", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2", "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2", "shasum": "" }, "require": { "doctrine/deprecations": "^1", "php": "^8.1", "symfony/polyfill-php84": "^1.30" }, "require-dev": { "doctrine/coding-standard": "^14", "ext-json": "*", "phpstan/phpstan": "^2.1.30", "phpstan/phpstan-phpunit": "^2.0.7", "phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", "iterators", "php" ], "support": { "issues": "https://github.com/doctrine/collections/issues", "source": "https://github.com/doctrine/collections/tree/2.6.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", "type": "tidelift" } ], "time": "2026-01-15T10:01:58+00:00" }, { "name": "doctrine/common", "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5", "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5", "shasum": "" }, "require": { "doctrine/persistence": "^2.0 || ^3.0 || ^4.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9.0 || ^10.0", "doctrine/collections": "^1", "phpstan/phpstan": "^1.4.1", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^6.1", "vimeo/psalm": "^4.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.", "homepage": "https://www.doctrine-project.org/projects/common.html", "keywords": [ "common", "doctrine", "php" ], "support": { "issues": "https://github.com/doctrine/common/issues", "source": "https://github.com/doctrine/common/tree/3.5.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", "type": "tidelift" } ], "time": "2025-01-01T22:12:03+00:00" }, { "name": "doctrine/data-fixtures", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", "reference": "6fb221da56dae2011b33d47508e3b8aeb1d91db5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/6fb221da56dae2011b33d47508e3b8aeb1d91db5", "reference": "6fb221da56dae2011b33d47508e3b8aeb1d91db5", "shasum": "" }, "require": { "doctrine/deprecations": "^0.5.3 || ^1.0", "doctrine/persistence": "^2.0 || ^3.0", "php": "^7.4 || ^8.0", "symfony/polyfill-php80": "^1" }, "conflict": { "doctrine/dbal": "<3.5 || >=5", "doctrine/orm": "<2.14 || >=4", "doctrine/phpcr-odm": "<1.3.0" }, "require-dev": { "doctrine/annotations": "^1.12 || ^2", "doctrine/coding-standard": "^13", "doctrine/dbal": "^3.5 || ^4", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.14 || ^3", "ext-sqlite3": "*", "fig/log-test": "^1", "phpstan/phpstan": "2.1.17", "phpunit/phpunit": "^9.6.13 || 10.5.45", "psr/log": "^1.1 || ^2 || ^3", "symfony/cache": "^5.4 || ^6.3 || ^7", "symfony/var-exporter": "^5.4 || ^6.3 || ^7" }, "suggest": { "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)", "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", "doctrine/orm": "For loading ORM fixtures", "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\DataFixtures\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Data Fixtures for all Doctrine Object Managers", "homepage": "https://www.doctrine-project.org", "keywords": [ "database" ], "support": { "issues": "https://github.com/doctrine/data-fixtures/issues", "source": "https://github.com/doctrine/data-fixtures/tree/1.8.2" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures", "type": "tidelift" } ], "time": "2025-06-10T07:00:05+00:00" }, { "name": "doctrine/dbal", "version": "3.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "ce594cbc39a4866c544f1a970d285ff0548221ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/ce594cbc39a4866c544f1a970d285ff0548221ad", "reference": "ce594cbc39a4866c544f1a970d285ff0548221ad", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1|^2", "php": "^7.4 || ^8.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", "phpstan/phpstan": "1.10.56", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "9.6.15", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.8.1", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\DBAL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ "abstraction", "database", "db2", "dbal", "mariadb", "mssql", "mysql", "oci8", "oracle", "pdo", "pgsql", "postgresql", "queryobject", "sasql", "sql", "sqlite", "sqlserver", "sqlsrv" ], "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.7.3" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", "type": "tidelift" } ], "time": "2024-01-21T07:53:09+00:00" }, { "name": "doctrine/deprecations", "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "phpunit/phpunit": "<=7.5 || >=14" }, "require-dev": { "doctrine/coding-standard": "^9 || ^12 || ^14", "phpstan/phpstan": "1.4.10 || 2.1.30", "phpstan/phpstan-phpunit": "^1.0 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Deprecations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", "source": "https://github.com/doctrine/deprecations/tree/1.1.6" }, "time": "2026-02-07T07:09:04+00:00" }, { "name": "doctrine/doctrine-bundle", "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "aac7562c96d117e16cbadfe41bef17d2fc760f74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/aac7562c96d117e16cbadfe41bef17d2fc760f74", "reference": "aac7562c96d117e16cbadfe41bef17d2fc760f74", "shasum": "" }, "require": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/dbal": "^3.7.0 || ^4.0", "doctrine/persistence": "^2.2 || ^3", "doctrine/sql-formatter": "^1.0.1", "php": "^7.4 || ^8.0", "symfony/cache": "^5.4 || ^6.0 || ^7.0", "symfony/config": "^5.4 || ^6.0 || ^7.0", "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/doctrine-bridge": "^5.4.46 || ~6.3.12 || ^6.4.3 || ^7.0.3", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" }, "conflict": { "doctrine/annotations": ">=3.0", "doctrine/orm": "<2.17 || >=4.0", "twig/twig": "<1.34 || >=2.0 <2.4" }, "require-dev": { "doctrine/annotations": "^1 || ^2", "doctrine/coding-standard": "^12", "doctrine/deprecations": "^1.0", "doctrine/orm": "^2.17 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", "phpstan/phpstan": "2.1.1", "phpstan/phpstan-phpunit": "2.0.3", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^9.5.26", "psr/log": "^1.1.4 || ^2.0 || ^3.0", "symfony/phpunit-bridge": "^6.1 || ^7.0", "symfony/property-info": "^5.4 || ^6.0 || ^7.0", "symfony/proxy-manager-bridge": "^5.4 || ^6.0", "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", "symfony/string": "^5.4 || ^6.0 || ^7.0", "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0", "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0", "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0", "twig/twig": "^1.34 || ^2.12 || ^3.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "ext-pdo": "*", "symfony/web-profiler-bundle": "To use the data collector." }, "type": "symfony-bundle", "autoload": { "psr-4": { "Doctrine\\Bundle\\DoctrineBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org/" } ], "description": "Symfony DoctrineBundle", "homepage": "https://www.doctrine-project.org", "keywords": [ "database", "dbal", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", "source": "https://github.com/doctrine/DoctrineBundle/tree/2.13.3" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle", "type": "tidelift" } ], "time": "2025-03-16T10:55:20+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", "version": "3.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "reference": "4c3dfcc819ba2725a574f4286aa3f6459f582d5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/4c3dfcc819ba2725a574f4286aa3f6459f582d5b", "reference": "4c3dfcc819ba2725a574f4286aa3f6459f582d5b", "shasum": "" }, "require": { "doctrine/data-fixtures": "^1.5 || ^2.0", "doctrine/doctrine-bundle": "^2.2", "doctrine/orm": "^2.14.0 || ^3.0", "doctrine/persistence": "^2.4 || ^3.0 || ^4", "php": "^7.4 || ^8.0", "psr/log": "^1 || ^2 || ^3", "symfony/config": "^5.4 || ^6.0 || ^7.0", "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/doctrine-bridge": "^5.4.48 || ^6.4.16 || ^7.1.9", "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0" }, "conflict": { "doctrine/dbal": "< 3" }, "require-dev": { "doctrine/coding-standard": "14.0.0", "phpstan/phpstan": "2.1.32", "phpunit/phpunit": "^9.6.13 || 11.4.14", "symfony/phpunit-bridge": "7.3.4" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Doctrine\\Bundle\\FixturesBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DoctrineFixturesBundle", "homepage": "https://www.doctrine-project.org", "keywords": [ "Fixture", "persistence" ], "support": { "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues", "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.7.3" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle", "type": "tidelift" } ], "time": "2025-12-03T15:47:21+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", "version": "3.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", "reference": "1e380c6dd8ac8488217f39cff6b77e367f1a644b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e380c6dd8ac8488217f39cff6b77e367f1a644b", "reference": "1e380c6dd8ac8488217f39cff6b77e367f1a644b", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "^2.4 || ^3.0", "doctrine/migrations": "^3.2", "php": "^7.2 || ^8.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "composer/semver": "^3.0", "doctrine/coding-standard": "^12 || ^14", "doctrine/orm": "^2.6 || ^3", "phpstan/phpstan": "^1.4 || ^2", "phpstan/phpstan-deprecation-rules": "^1 || ^2", "phpstan/phpstan-phpunit": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpstan/phpstan-symfony": "^1.3 || ^2", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/phpunit-bridge": "^6.3 || ^7 || ^8", "symfony/var-exporter": "^5.4 || ^6 || ^7 || ^8" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DoctrineMigrationsBundle", "homepage": "https://www.doctrine-project.org", "keywords": [ "dbal", "migrations", "schema" ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.7.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle", "type": "tidelift" } ], "time": "2025-11-15T19:02:59+00:00" }, { "name": "doctrine/event-manager", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", "shasum": "" }, "require": { "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { "doctrine/coding-standard": "^9 || ^10", "phpstan/phpstan": "~1.4.10 || ^1.8.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.24" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "event dispatcher", "event manager", "event system", "events" ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", "source": "https://github.com/doctrine/event-manager/tree/1.2.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", "type": "tidelift" } ], "time": "2022-10-12T20:51:15+00:00" }, { "name": "doctrine/inflector", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^12.0 || ^13.0", "phpstan/phpstan": "^1.12 || ^2.0", "phpstan/phpstan-phpunit": "^1.4 || ^2.0", "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", "phpunit/phpunit": "^8.5 || ^12.2" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Inflector\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", "inflector", "lowercase", "manipulation", "php", "plural", "singular", "strings", "uppercase", "words" ], "support": { "issues": "https://github.com/doctrine/inflector/issues", "source": "https://github.com/doctrine/inflector/tree/2.1.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", "type": "tidelift" } ], "time": "2025-08-10T19:31:58+00:00" }, { "name": "doctrine/instantiator", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^11", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^1.2", "phpstan/phpstan": "^1.9.4", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.5.27", "vimeo/psalm": "^5.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/2.0.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", "type": "tidelift" } ], "time": "2022-12-30T00:23:10+00:00" }, { "name": "doctrine/lexer", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^12", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.3", "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", "type": "tidelift" } ], "time": "2024-02-05T11:56:58+00:00" }, { "name": "doctrine/migrations", "version": "3.9.7", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", "reference": "96cb2a89b56c9efb0bac38e606dc0b0f13e650ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/migrations/zipball/96cb2a89b56c9efb0bac38e606dc0b0f13e650ec", "reference": "96cb2a89b56c9efb0bac38e606dc0b0f13e650ec", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/dbal": "^3.6 || ^4", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2.0", "php": "^8.1", "psr/log": "^1.1.3 || ^2 || ^3", "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/var-exporter": "^6.2 || ^7.0 || ^8.0" }, "conflict": { "doctrine/orm": "<2.12 || >=4" }, "require-dev": { "doctrine/coding-standard": "^14", "doctrine/orm": "^2.13 || ^3", "doctrine/persistence": "^2 || ^3 || ^4", "doctrine/sql-formatter": "^1.0", "ext-pdo_sqlite": "*", "fig/log-test": "^1", "phpstan/phpstan": "^2", "phpstan/phpstan-deprecation-rules": "^2", "phpstan/phpstan-phpunit": "^2", "phpstan/phpstan-strict-rules": "^2", "phpstan/phpstan-symfony": "^2", "phpunit/phpunit": "^10.3 || ^11.0 || ^12.0", "symfony/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/process": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", "symfony/yaml": "Allows the use of yaml for migration configuration files." }, "bin": [ "bin/doctrine-migrations" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\Migrations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Michael Simonson", "email": "contact@mikesimonson.com" } ], "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", "homepage": "https://www.doctrine-project.org/projects/migrations.html", "keywords": [ "database", "dbal", "migrations" ], "support": { "issues": "https://github.com/doctrine/migrations/issues", "source": "https://github.com/doctrine/migrations/tree/3.9.7" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations", "type": "tidelift" } ], "time": "2026-04-23T19:33:20+00:00" }, { "name": "doctrine/orm", "version": "2.20.12", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", "reference": "5fc5b1991d6a4301cbab8ee4d47e90401235be09" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/orm/zipball/5fc5b1991d6a4301cbab8ee4d47e90401235be09", "reference": "5fc5b1991d6a4301cbab8ee4d47e90401235be09", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/collections": "^1.5 || ^2.1", "doctrine/common": "^3.0.3", "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2", "doctrine/inflector": "^1.4 || ^2.0", "doctrine/instantiator": "^1.3 || ^2", "doctrine/lexer": "^2 || ^3", "doctrine/persistence": "^2.4 || ^3", "ext-ctype": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3", "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "symfony/polyfill-php72": "^1.23", "symfony/polyfill-php80": "^1.16" }, "conflict": { "doctrine/annotations": "<1.13 || >= 3.0" }, "require-dev": { "doctrine/annotations": "^1.13 || ^2", "doctrine/coding-standard": "^9.0.2 || ^14.0", "phpbench/phpbench": "^0.16.10 || ^1.0", "phpstan/extension-installer": "~1.1.0 || ^1.4", "phpstan/phpstan": "~1.4.10 || 2.1.23", "phpstan/phpstan-deprecation-rules": "^1 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psr/log": "^1 || ^2 || ^3", "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0", "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "bin": [ "bin/doctrine" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\ORM\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "https://www.doctrine-project.org/projects/orm.html", "keywords": [ "database", "orm" ], "support": { "issues": "https://github.com/doctrine/orm/issues", "source": "https://github.com/doctrine/orm/tree/2.20.12" }, "time": "2026-05-08T11:18:45+00:00" }, { "name": "doctrine/persistence", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "5785dc79a0553ba41b0dda8a7ee792053e6186c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/5785dc79a0553ba41b0dda8a7ee792053e6186c8", "reference": "5785dc79a0553ba41b0dda8a7ee792053e6186c8", "shasum": "" }, "require": { "doctrine/event-manager": "^1 || ^2", "php": "^7.2 || ^8.0", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "conflict": { "doctrine/common": "<2.10" }, "require-dev": { "doctrine/coding-standard": "^12 || ^14", "doctrine/common": "^3.0", "phpstan/phpstan": "^1 || 2.1.30", "phpstan/phpstan-phpunit": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1 || ^2", "phpunit/phpunit": "^8.5.38 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Persistence\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://www.doctrine-project.org/projects/persistence.html", "keywords": [ "mapper", "object", "odm", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/persistence/issues", "source": "https://github.com/doctrine/persistence/tree/3.4.4" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", "type": "tidelift" } ], "time": "2026-04-04T19:40:43+00:00" }, { "name": "doctrine/sql-formatter", "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", "reference": "9563949f5cd3bd12a17d12fb980528bc141c5806" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/9563949f5cd3bd12a17d12fb980528bc141c5806", "reference": "9563949f5cd3bd12a17d12fb980528bc141c5806", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^14", "ergebnis/phpunit-slow-test-detector": "^2.20", "phpstan/phpstan": "^2.1.31", "phpunit/phpunit": "^10.5.58" }, "bin": [ "bin/sql-formatter" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\SqlFormatter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "https://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/doctrine/sql-formatter/", "keywords": [ "highlight", "sql" ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", "source": "https://github.com/doctrine/sql-formatter/tree/1.5.4" }, "time": "2026-02-08T16:21:46+00:00" }, { "name": "egulias/email-validator", "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { "doctrine/lexer": "^2.0 || ^3.0", "php": ">=8.1", "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { "phpunit/phpunit": "^10.2", "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { "Egulias\\EmailValidator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" }, "funding": [ { "url": "https://github.com/egulias", "type": "github" } ], "time": "2025-03-06T22:45:56+00:00" }, { "name": "exercise/htmlpurifier-bundle", "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/Exercise/HTMLPurifierBundle.git", "reference": "526c98e5b6ca712874d6422b98f32233b81f4c19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Exercise/HTMLPurifierBundle/zipball/526c98e5b6ca712874d6422b98f32233b81f4c19", "reference": "526c98e5b6ca712874d6422b98f32233b81f4c19", "shasum": "" }, "require": { "ezyang/htmlpurifier": "~4.14", "php": "^7.1.3 || ^8.0.0", "symfony/config": "~4.4 || ^5.0 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "symfony/form": "^4.4 || ^5.0 || ^6.0", "symfony/phpunit-bridge": "^6.0", "twig/twig": "^1.35.0 || ^2.4.4 || ^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "Exercise\\HTMLPurifierBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "contributors", "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" } ], "description": "HTMLPurifier integration for your Symfony project", "homepage": "https://github.com/Exercise/HTMLPurifierBundle", "keywords": [ "Purifier", "html", "htmlpurifier", "symfony" ], "support": { "issues": "https://github.com/Exercise/HTMLPurifierBundle/issues", "source": "https://github.com/Exercise/HTMLPurifierBundle/tree/4.1.2" }, "time": "2023-07-05T07:14:30+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.19.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf", "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf", "shasum": "" }, "require": { "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", "simpletest/simpletest": "dev-master" }, "suggest": { "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", "ext-bcmath": "Used for unit conversion and imagecrash protection", "ext-iconv": "Converts text to and from non-UTF-8 encodings", "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { "files": [ "library/HTMLPurifier.composer.php" ], "psr-0": { "HTMLPurifier": "library/" }, "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", "source": "https://github.com/ezyang/htmlpurifier/tree/v4.19.0" }, "time": "2025-10-17T16:34:55+00:00" }, { "name": "friendsofsymfony/oauth-server-bundle", "version": "dev-upgrade-2", "source": { "type": "git", "url": "https://github.com/mautic/FOSOAuthServerBundle.git", "reference": "dc8ff343363cf794d30eb1a123610d186a43f162" }, "require": { "friendsofsymfony/oauth2-php": "~1.1", "php": "^7.2 || ^8.0", "symfony/dependency-injection": "^4.4 || ^5.1", "symfony/framework-bundle": "^4.4 || ^5.1", "symfony/security-bundle": "^4.4 || ^5.1", "symfony/twig-bundle": "^4.4 || ^5.1" }, "conflict": { "twig/twig": "<1.40 || >=2.0,<2.9" }, "require-dev": { "doctrine/doctrine-bundle": "^2.0", "doctrine/mongodb-odm": "^2.2", "doctrine/orm": "~2.2", "phing/phing": "~2.4", "php-mock/php-mock-phpunit": "^2.5", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "~0.9", "phpunit/phpunit": "^8.5.23 || ^9.0", "symfony/console": "^4.4 || ^5.1", "symfony/form": "^4.4 || ^5.1", "symfony/http-kernel": "^4.4 || ^5.1", "symfony/phpunit-bridge": "^4.4 || ^5.1", "symfony/security-core": "^4.4 || ^5.1", "symfony/yaml": "^4.4 || ^5.1" }, "suggest": { "doctrine/doctrine-bundle": "*", "doctrine/mongodb-odm-bundle": "*", "symfony/console": "Needed to be able to use commands", "symfony/form": "Needed to be able to use the AuthorizeFormType" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "FOS\\OAuthServerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Arnaud Le Blanc", "email": "arnaud.lb@gmail.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors" } ], "description": "Symfony2 OAuth Server Bundle", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "oauth", "oauth2", "server" ], "time": "2022-03-24T10:22:23+00:00" }, { "name": "friendsofsymfony/oauth2-php", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", "reference": "546f869d68fb79b284752e6787263d797165dba4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/546f869d68fb79b284752e6787263d797165dba4", "reference": "546f869d68fb79b284752e6787263d797165dba4", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0.8 || ^7.1.3 || ^7.2.5 || ^8.0.0", "symfony/http-foundation": "~3.0|~4.0|~5.0" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^6.0 || ^8.0 || ^9.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "OAuth2\\": "lib/" }, "exclude-from-classmap": [ "/tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arnaud Le Blanc", "email": "arnaud.lb@gmail.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors" } ], "description": "OAuth2 library", "homepage": "https://github.com/FriendsOfSymfony/oauth2-php", "keywords": [ "oauth", "oauth2" ], "support": { "issues": "https://github.com/FriendsOfSymfony/oauth2-php/issues", "source": "https://github.com/FriendsOfSymfony/oauth2-php/tree/1.3.1" }, "time": "2021-04-06T17:14:49+00:00" }, { "name": "friendsofsymfony/rest-bundle", "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", "reference": "0a0d597a79734a8bd3a90cf6fa58de82940fc873" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/0a0d597a79734a8bd3a90cf6fa58de82940fc873", "reference": "0a0d597a79734a8bd3a90cf6fa58de82940fc873", "shasum": "" }, "require": { "php": "^7.4|^8.0", "symfony/config": "^5.4|^6.4|^7.0|^8.0", "symfony/dependency-injection": "^5.4|^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.1|^3.0", "symfony/event-dispatcher": "^5.4|^6.4|^7.0|^8.0", "symfony/framework-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/http-foundation": "^5.4|^6.4|^7.0|^8.0", "symfony/http-kernel": "^5.4|^6.4|^7.0|^8.0", "symfony/routing": "^5.4|^6.4|^7.0|^8.0", "symfony/security-core": "^5.4|^6.4|^7.0|^8.0", "willdurand/jsonp-callback-validator": "^1.0|^2.0", "willdurand/negotiation": "^2.0|^3.0" }, "conflict": { "doctrine/annotations": "<1.12", "jms/serializer": "<1.13.0", "jms/serializer-bundle": "<2.4.3|3.0.0", "sensio/framework-extra-bundle": "<6.1" }, "require-dev": { "doctrine/annotations": "^1.13.2|^2.0", "friendsofphp/php-cs-fixer": "^3.43", "jms/serializer": "^1.13|^2.0|^3.0", "jms/serializer-bundle": "^2.4.3|^3.0.1|^4.0|^5.0", "psr/http-message": "^1.0", "psr/log": "^1.0|^2.0|^3.0", "sensio/framework-extra-bundle": "^6.1", "symfony/asset": "^5.4|^6.4|^7.0|^8.0", "symfony/browser-kit": "^5.4|^6.4|^7.0|^8.0", "symfony/css-selector": "^5.4|^6.4|^7.0|^8.0", "symfony/expression-language": "^5.4|^6.4|^7.0|^8.0", "symfony/form": "^5.4|^6.4|^7.0|^8.0", "symfony/mime": "^5.4|^6.4|^7.0|^8.0", "symfony/phpunit-bridge": "^7.0.1|^8.0", "symfony/security-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/serializer": "^5.4|^6.4|^7.0|^8.0", "symfony/twig-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/validator": "^5.4|^6.4|^7.0|^8.0", "symfony/web-profiler-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/yaml": "^5.4|^6.4|^7.0|^8.0" }, "suggest": { "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended", "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, not supported with Symfony >=7.0", "symfony/serializer": "Add support for basic serialization capabilities and xml decoding", "symfony/validator": "Add support for validation capabilities in the ParamFetcher" }, "type": "symfony-bundle", "extra": { "branch-alias": { "3.x-dev": "3.1-dev" } }, "autoload": { "psr-4": { "FOS\\RestBundle\\": "" }, "exclude-from-classmap": [ "Resources/", "Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lukas Kahwe Smith", "email": "smith@pooteeweet.org" }, { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" } ], "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "rest" ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSRestBundle/issues", "source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.9.0" }, "time": "2026-02-10T02:36:12+00:00" }, { "name": "gaufrette/aws-s3-adapter", "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/Gaufrette/aws-s3-adapter.git", "reference": "a37143f592d5cb0ba124451439af6e6da6784d89" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gaufrette/aws-s3-adapter/zipball/a37143f592d5cb0ba124451439af6e6da6784d89", "reference": "a37143f592d5cb0ba124451439af6e6da6784d89", "shasum": "" }, "require": { "aws/aws-sdk-php": "~2||~3", "ext-fileinfo": "*", "knplabs/gaufrette": "~0.4@dev" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "KnpLabs", "email": "hello@knplabs.com" } ], "description": "Aws adapter for Gaufrette", "support": { "source": "https://github.com/Gaufrette/aws-s3-adapter/tree/master" }, "time": "2017-06-08T11:37:42+00:00" }, { "name": "gaufrette/extras", "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/mautic/gaufrette-extras.git", "reference": "07e10eb879c83ca2f7be8e9b7020f3ca93d165c9" }, "require": { "knplabs/gaufrette": "~0.4" }, "require-dev": { "aws/aws-sdk-php": "~2.4|~3", "phpspec/phpspec": "^3.4", "phpunit/phpunit": "~5.5" }, "type": "library", "autoload": { "psr-4": { "Gaufrette\\Extras\\": "src/" } }, "autoload-dev": { "psr-4": { "Gaufrette\\Extras\\Tests\\": "tests/" } }, "license": [ "MIT" ], "authors": [ { "name": "Albin Kerouanton", "email": "albin.kerouanton@knplabs.com" }, { "name": "KnpLabs Team", "homepage": "http://knplabs.com" }, { "name": "The contributors", "homepage": "http://github.com/Gaufrette/extras/contributors" } ], "description": "Provides extra features (prefixed fs, resolvable fs) to Gaufrette", "time": "2026-03-03T13:22:33+00:00" }, { "name": "geoip2/geoip2", "version": "v2.13.0", "source": { "type": "git", "url": "https://github.com/maxmind/GeoIP2-php.git", "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", "shasum": "" }, "require": { "ext-json": "*", "maxmind-db/reader": "~1.8", "maxmind/web-service-common": "~0.8", "php": ">=7.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "autoload": { "psr-4": { "GeoIp2\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", "homepage": "https://www.maxmind.com/" } ], "description": "MaxMind GeoIP2 PHP API", "homepage": "https://github.com/maxmind/GeoIP2-php", "keywords": [ "IP", "geoip", "geoip2", "geolocation", "maxmind" ], "support": { "issues": "https://github.com/maxmind/GeoIP2-php/issues", "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0" }, "time": "2022-08-05T20:32:58+00:00" }, { "name": "giggsey/libphonenumber-for-php", "version": "8.13.55", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", "reference": "6e28b3d53cf96d7f41c83d9b80b6021ecbd00537" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/6e28b3d53cf96d7f41c83d9b80b6021ecbd00537", "reference": "6e28b3d53cf96d7f41c83d9b80b6021ecbd00537", "shasum": "" }, "require": { "giggsey/locale": "^2.0", "php": "^7.4|^8.0", "symfony/polyfill-mbstring": "^1.17" }, "replace": { "giggsey/libphonenumber-for-php-lite": "self.version" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.64", "pear/pear-core-minimal": "^1.10", "pear/pear_exception": "^1.0", "pear/versioncontrol_git": "^0.7", "phing/phing": "^3.0", "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^9.6", "symfony/console": "^v5.2", "symfony/var-exporter": "^5.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "autoload": { "psr-4": { "libphonenumber\\": "src/" }, "exclude-from-classmap": [ "/src/data/", "/src/carrier/data/", "/src/geocoding/data/", "/src/timezone/data/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "https://giggsey.com/" } ], "description": "PHP Port of Google's libphonenumber", "homepage": "https://github.com/giggsey/libphonenumber-for-php", "keywords": [ "geocoding", "geolocation", "libphonenumber", "mobile", "phonenumber", "validation" ], "support": { "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, "time": "2025-02-14T08:14:08+00:00" }, { "name": "giggsey/locale", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/giggsey/Locale.git", "reference": "fe741e99ae6ccbe8132f3d63d8ec89924e689778" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giggsey/Locale/zipball/fe741e99ae6ccbe8132f3d63d8ec89924e689778", "reference": "fe741e99ae6ccbe8132f3d63d8ec89924e689778", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "ext-json": "*", "friendsofphp/php-cs-fixer": "^3.66", "infection/infection": "^0.29|^0.32.0", "php-coveralls/php-coveralls": "^2.7", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.7", "phpstan/phpstan-deprecation-rules": "^2.0.1", "phpstan/phpstan-phpunit": "^2.0.4", "phpstan/phpstan-strict-rules": "^2.0.3", "phpunit/phpunit": "^10.5.45", "symfony/console": "^6.4", "symfony/filesystem": "^6.4", "symfony/finder": "^6.4", "symfony/process": "^6.4", "symfony/var-exporter": "^6.4" }, "type": "library", "autoload": { "psr-4": { "Giggsey\\Locale\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "https://giggsey.com/" } ], "description": "Locale functions required by libphonenumber-for-php", "support": { "issues": "https://github.com/giggsey/Locale/issues", "source": "https://github.com/giggsey/Locale/tree/2.9.0" }, "time": "2026-02-24T15:32:13+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.10.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^2.3", "guzzlehttp/psr7": "^2.8", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.10.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "time": "2025-08-23T22:36:01+00:00" }, { "name": "guzzlehttp/oauth-subscriber", "version": "0.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/oauth-subscriber.git", "reference": "92b619b03bd21396e51c62e6bce83467d2ce8f53" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/92b619b03bd21396e51c62e6bce83467d2ce8f53", "reference": "92b619b03bd21396e51c62e6bce83467d2ce8f53", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.9", "guzzlehttp/psr7": "^2.7", "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "suggest": { "ext-openssl": "Required to sign using RSA-SHA1" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Subscriber\\Oauth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" } ], "description": "Guzzle OAuth 1.0 subscriber", "keywords": [ "Guzzle", "oauth" ], "support": { "issues": "https://github.com/guzzle/oauth-subscriber/issues", "source": "https://github.com/guzzle/oauth-subscriber/tree/0.8.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/oauth-subscriber", "type": "tidelift" } ], "time": "2025-01-06T19:15:59+00:00" }, { "name": "guzzlehttp/promises", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "481557b130ef3790cf82b713667b43030dc9c957" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", "reference": "481557b130ef3790cf82b713667b43030dc9c957", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.3.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2025-08-22T14:34:08+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884", "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", "jshttp/mime-db": "1.54.0.1", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.9.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2026-03-10T16:41:02+00:00" }, { "name": "helios-ag/fm-elfinder-bundle", "version": "12.6", "source": { "type": "git", "url": "https://github.com/helios-ag/FMElfinderBundle.git", "reference": "03ea9aba07286f6224107fc01f820e0680ba044d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/helios-ag/FMElfinderBundle/zipball/03ea9aba07286f6224107fc01f820e0680ba044d", "reference": "03ea9aba07286f6224107fc01f820e0680ba044d", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.4 || ^8.0", "studio-42/elfinder": "~2.1.62", "symfony/asset": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0", "symfony/form": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0", "symfony/framework-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0", "symfony/twig-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "dev-master", "matthiasnoback/symfony-config-test": "^4.0", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "php-coveralls/php-coveralls": "^2.0", "symfony/finder": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0", "symfony/phpunit-bridge": "^7.0.1" }, "suggest": { "barryvdh/elfinder-flysystem-driver": "Flysystem driver for elfinder", "friendsofsymfony/ckeditor-bundle": "FOSCKEditorBundle WYSIWYG Editor Bundle", "helios-ag/fm-summernote-bundle": "FMSummernoteBundle WYSIWYG Editor Bundle", "helios-ag/fm-tinymce-bundle": "FMTinyMCEBundle WYSIWYG Editor Bundle", "spatie/flysystem-dropbox": "Dropbox 2 Driver for Flysystem" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "12.0-dev" } }, "autoload": { "psr-4": { "FM\\ElfinderBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Al Ganiev", "email": "helios.ag@gmail.com" }, { "name": "Symfony Community", "homepage": "https://github.com/helios-ag/FMElfinderBundle/contributors" } ], "description": "ElFinder bundle, adds ElFinder file manager to your Symfony project", "homepage": "https://github.com/helios-ag/FMElfinderBundle", "keywords": [ "elfinder", "file manager", "wysiwyg" ], "support": { "issues": "https://github.com/helios-ag/FMElfinderBundle/issues", "source": "https://github.com/helios-ag/FMElfinderBundle/tree/12.6" }, "time": "2024-09-19T08:55:59+00:00" }, { "name": "intervention/image", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", "reference": "04be355f8d6734c826045d02a1079ad658322dad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", "reference": "04be355f8d6734c826045d02a1079ad658322dad", "shasum": "" }, "require": { "ext-fileinfo": "*", "guzzlehttp/psr7": "~1.1 || ^2.0", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9.2", "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" }, "suggest": { "ext-gd": "to use GD library based image processing.", "ext-imagick": "to use Imagick based image processing.", "intervention/imagecache": "Caching extension for the Intervention Image library" }, "type": "library", "extra": { "laravel": { "aliases": { "Image": "Intervention\\Image\\Facades\\Image" }, "providers": [ "Intervention\\Image\\ImageServiceProvider" ] }, "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "Intervention\\Image\\": "src/Intervention/Image" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Vogel", "email": "oliver@intervention.io", "homepage": "https://intervention.io/" } ], "description": "Image handling and manipulation library with support for Laravel integration", "homepage": "http://image.intervention.io/", "keywords": [ "gd", "image", "imagick", "laravel", "thumbnail", "watermark" ], "support": { "issues": "https://github.com/Intervention/image/issues", "source": "https://github.com/Intervention/image/tree/2.7.2" }, "funding": [ { "url": "https://paypal.me/interventionio", "type": "custom" }, { "url": "https://github.com/Intervention", "type": "github" } ], "time": "2022-05-21T17:30:32+00:00" }, { "name": "ip2location/ip2location-php", "version": "7.2.5", "source": { "type": "git", "url": "https://github.com/ip2location/IP2Location-PHP-Module.git", "reference": "5f637f2e95e51861b9d969aa98f4e5868074f922" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ip2location/IP2Location-PHP-Module/zipball/5f637f2e95e51861b9d969aa98f4e5868074f922", "reference": "5f637f2e95e51861b9d969aa98f4e5868074f922", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "IP2Location.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPLv3" ], "authors": [ { "name": "IP2Location", "email": "support@ip2location.com", "homepage": "http://www.ip2location.com" } ], "description": "[Official Release] IP2Location PHP API to get location info from IPv4 and IPv6 address.", "homepage": "http://www.ip2location.com", "keywords": [ "geolocation", "ip2location", "ip2locationlite" ], "support": { "issues": "https://github.com/ip2location/IP2Location-PHP-Module/issues", "source": "https://github.com/ip2location/IP2Location-PHP-Module/tree/7.2.5" }, "time": "2016-06-10T07:21:52+00:00" }, { "name": "jbroadway/urlify", "version": "1.2.5-stable", "source": { "type": "git", "url": "https://github.com/jbroadway/urlify.git", "reference": "62f75cfa5ec06935091b348cac52c6672a7ca1f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jbroadway/urlify/zipball/62f75cfa5ec06935091b348cac52c6672a7ca1f4", "reference": "62f75cfa5ec06935091b348cac52c6672a7ca1f4", "shasum": "" }, "require": { "php": ">=7.2", "voku/portable-ascii": "^2.0", "voku/stop-words": "^2.0" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "URLify": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause-Clear" ], "authors": [ { "name": "Johnny Broadway", "email": "johnny@johnnybroadway.com", "homepage": "http://www.johnnybroadway.com/" } ], "description": "A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.", "homepage": "https://github.com/jbroadway/urlify", "keywords": [ "ascii", "blogging", "blogs", "downcode", "encode", "iconv", "link", "seo", "slug", "slugify", "slugs", "translit", "transliterate", "transliteration", "unicode", "url", "urlify" ], "support": { "issues": "https://github.com/jbroadway/urlify/issues", "source": "https://github.com/jbroadway/urlify/tree/1.2.5-stable" }, "time": "2025-04-01T21:08:37+00:00" }, { "name": "jms/metadata", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", "reference": "554319d2e5f0c5d8ccaeffe755eac924e14da330" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/554319d2e5f0c5d8ccaeffe755eac924e14da330", "reference": "554319d2e5f0c5d8ccaeffe755eac924e14da330", "shasum": "" }, "require": { "php": "^7.2|^8.0" }, "require-dev": { "doctrine/cache": "^1.0|^2.0", "doctrine/coding-standard": "^8.0", "mikey179/vfsstream": "^1.6.7", "phpunit/phpunit": "^8.5.42|^9.6.23", "psr/container": "^1.0|^2.0", "symfony/cache": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0", "symfony/dependency-injection": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Metadata\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "Class/method/property metadata management in PHP", "keywords": [ "annotations", "metadata", "xml", "yaml" ], "support": { "issues": "https://github.com/schmittjoh/metadata/issues", "source": "https://github.com/schmittjoh/metadata/tree/2.9.0" }, "time": "2025-11-30T20:12:26+00:00" }, { "name": "jms/serializer", "version": "3.32.7", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", "reference": "d725ebd288688bb24f47ee467b1299b0fc6d04f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/d725ebd288688bb24f47ee467b1299b0fc6d04f8", "reference": "d725ebd288688bb24f47ee467b1299b0fc6d04f8", "shasum": "" }, "require": { "doctrine/instantiator": "^1.3.1 || ^2.0", "doctrine/lexer": "^2.0 || ^3.0", "jms/metadata": "^2.6", "php": "^7.4 || ^8.0", "phpstan/phpdoc-parser": "^1.20 || ^2.0" }, "require-dev": { "doctrine/annotations": "^1.14 || ^2.0", "doctrine/coding-standard": "^12.0", "doctrine/orm": "^2.14 || ^3.0", "doctrine/persistence": "^2.5.2 || ^3.0", "doctrine/phpcr-odm": "^1.5.2 || ^2.0", "ext-pdo_sqlite": "*", "jackalope/jackalope-doctrine-dbal": "^1.3", "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", "psr/container": "^1.0 || ^2.0", "rector/rector": "^1.0.0 || ^2.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/form": "^5.4.45 || ^6.4.27 || ^7.0 || ^8.0", "symfony/translation": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/uid": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0", "twig/twig": "^1.34 || ^2.4 || ^3.0" }, "suggest": { "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", "symfony/cache": "Required if you like to use cache functionality.", "symfony/uid": "Required if you'd like to serialize UID objects.", "symfony/yaml": "Required if you'd like to use the YAML metadata format." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "JMS\\Serializer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "Library for (de-)serializing data of any complexity; supports XML, and JSON.", "homepage": "http://jmsyst.com/libs/serializer", "keywords": [ "deserialization", "jaxb", "json", "serialization", "xml" ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", "source": "https://github.com/schmittjoh/serializer/tree/3.32.7" }, "funding": [ { "url": "https://github.com/goetas", "type": "github" }, { "url": "https://github.com/scyzoryck", "type": "github" } ], "time": "2026-03-11T20:11:17+00:00" }, { "name": "jms/serializer-bundle", "version": "5.5.2", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", "reference": "34d01be85521e99ca29079438002672af35ff9b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/34d01be85521e99ca29079438002672af35ff9b0", "reference": "34d01be85521e99ca29079438002672af35ff9b0", "shasum": "" }, "require": { "jms/metadata": "^2.6", "jms/serializer": "^3.31", "php": "^7.4 || ^8.0", "symfony/config": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "doctrine/annotations": "^1.14 || ^2.0", "doctrine/coding-standard": "^12.0", "doctrine/orm": "^2.14 || ^3.0", "phpunit/phpunit": "^8.0 || ^9.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/finder": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/form": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/templating": "^5.4 || ^6.0", "symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/uid": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "suggest": { "symfony/expression-language": "Required for opcache preloading ^5.4 || ^6.0 || ^7.0", "symfony/finder": "Required for cache warmup, supported versions ^5.4 || ^6.0 || ^7.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "JMS\\SerializerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "Allows you to easily serialize, and deserialize data of any complexity", "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", "keywords": [ "deserialization", "json", "serialization", "xml" ], "support": { "issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues", "source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/5.5.2" }, "funding": [ { "url": "https://github.com/goetas", "type": "github" } ], "time": "2025-11-25T21:41:31+00:00" }, { "name": "joomla/filter", "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/joomla-framework/filter.git", "reference": "06c9e672d15099622dbb56c8e2a7461ce26d37f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/filter/zipball/06c9e672d15099622dbb56c8e2a7461ce26d37f6", "reference": "06c9e672d15099622dbb56c8e2a7461ce26d37f6", "shasum": "" }, "require": { "joomla/string": "^3.0", "php": "^8.1.0" }, "require-dev": { "joomla/language": "^3.0", "phpstan/phpstan": "1.12.27", "phpstan/phpstan-deprecation-rules": "1.2.1", "phpunit/phpunit": "^9.5.28", "squizlabs/php_codesniffer": "^3.7.2" }, "suggest": { "joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`." }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev", "dev-3.x-dev": "3.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Filter Package", "homepage": "https://github.com/joomla-framework/filter", "keywords": [ "filter", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/filter/issues", "source": "https://github.com/joomla-framework/filter/tree/3.0.5" }, "time": "2025-09-30T15:42:09+00:00" }, { "name": "joomla/string", "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/joomla-framework/string.git", "reference": "0b3d33564db389e27346f7e275c694897c939434" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/string/zipball/0b3d33564db389e27346f7e275c694897c939434", "reference": "0b3d33564db389e27346f7e275c694897c939434", "shasum": "" }, "require": { "php": "^8.1.0", "symfony/deprecation-contracts": "^2|^3" }, "conflict": { "doctrine/inflector": "<1.2" }, "require-dev": { "doctrine/inflector": "^1.2", "joomla/test": "^3.0", "phpstan/phpstan": "1.12.27", "phpstan/phpstan-deprecation-rules": "1.2.1", "phpunit/phpunit": "^9.5.28", "squizlabs/php_codesniffer": "^3.7.2" }, "suggest": { "doctrine/inflector": "To use the string inflector", "ext-mbstring": "For improved processing" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev", "dev-3.x-dev": "3.0-dev" } }, "autoload": { "files": [ "src/phputf8/utf8.php", "src/phputf8/ord.php", "src/phputf8/str_ireplace.php", "src/phputf8/str_pad.php", "src/phputf8/str_split.php", "src/phputf8/strcasecmp.php", "src/phputf8/strcspn.php", "src/phputf8/stristr.php", "src/phputf8/strrev.php", "src/phputf8/strspn.php", "src/phputf8/trim.php", "src/phputf8/ucfirst.php", "src/phputf8/ucwords.php", "src/phputf8/utils/ascii.php", "src/phputf8/utils/validation.php" ], "psr-4": { "Joomla\\String\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla String Package", "homepage": "https://github.com/joomla-framework/string", "keywords": [ "framework", "joomla", "string" ], "support": { "issues": "https://github.com/joomla-framework/string/issues", "source": "https://github.com/joomla-framework/string/tree/3.0.4" }, "time": "2025-07-19T15:25:56+00:00" }, { "name": "justinrainbow/json-schema", "version": "6.8.2", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", "reference": "2c89ebb95ca9cedc9347f780333f7b25792dcb76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/2c89ebb95ca9cedc9347f780333f7b25792dcb76", "reference": "2c89ebb95ca9cedc9347f780333f7b25792dcb76", "shasum": "" }, "require": { "ext-json": "*", "marc-mabe/php-enum": "^4.4", "php": "^7.2 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.3.0", "json-schema/json-schema-test-suite": "dev-main", "marc-mabe/php-enum-phpstan": "^2.0", "phpspec/prophecy": "^1.19", "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^8.5" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "6.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/jsonrainbow/json-schema", "keywords": [ "json", "schema" ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", "source": "https://github.com/jsonrainbow/json-schema/tree/6.8.2" }, "time": "2026-05-05T05:39:01+00:00" }, { "name": "kamermans/guzzle-oauth2-subscriber", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git", "reference": "7c311987ce7dcb6bfcd8320cc64588ad8fca075a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/7c311987ce7dcb6bfcd8320cc64588ad8fca075a", "reference": "7c311987ce7dcb6bfcd8320cc64588ad8fca075a", "shasum": "" }, "require": { "php": ">=7.1.0" }, "suggest": { "guzzlehttp/guzzle": "Guzzle ~4.0|~5.0|~6.0|~7.0" }, "type": "library", "autoload": { "psr-4": { "kamermans\\OAuth2\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steve Kamerman", "email": "stevekamerman@gmail.com" } ], "description": "OAuth 2.0 client for Guzzle 4, 5, 6 and 7+", "keywords": [ "Guzzle", "oauth" ], "support": { "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues", "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.1.1" }, "time": "2025-05-13T19:40:57+00:00" }, { "name": "knplabs/gaufrette", "version": "v0.9.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", "reference": "786247eba04d4693e88a80ca9fdabb634675dcac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/786247eba04d4693e88a80ca9fdabb634675dcac", "reference": "786247eba04d4693e88a80ca9fdabb634675dcac", "shasum": "" }, "require": { "php": ">=7.1" }, "conflict": { "microsoft/windowsazure": "<0.4.3" }, "require-dev": { "akeneo/phpspec-skip-example-extension": "^4.0", "amazonwebservices/aws-sdk-for-php": "1.5.*", "aws/aws-sdk-php": "^2.4.12||~3", "doctrine/dbal": ">=2.3", "dropbox-php/dropbox-php": "*", "google/apiclient": "~1.1.3", "league/flysystem": "~1.0", "microsoft/azure-storage-blob": "^1.0", "mikey179/vfsstream": "~1.2.0", "mongodb/mongodb": "^1.1", "pedrotroller/php-cs-custom-fixer": "^2.17", "phpseclib/phpseclib": "^2.0", "phpspec/phpspec": "~5.1", "phpunit/phpunit": "~7.5", "rackspace/php-opencloud": "^1.9.2" }, "suggest": { "ext-curl": "*", "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", "ext-mbstring": "*", "gaufrette/aws-s3-adapter": "to use AwsS3 adapter (supports SDK v2 and v3)", "gaufrette/azure-blob-storage-adapter": "to use AzureBlobStorage adapter", "gaufrette/doctrine-dbal-adapter": "to use DBAL adapter", "gaufrette/flysystem-adapter": "to use Flysystem adapter", "gaufrette/ftp-adapter": "to use Ftp adapter", "gaufrette/gridfs-adapter": "to use GridFS adapter", "gaufrette/in-memory-adapter": "to use InMemory adapter", "gaufrette/local-adapter": "to use Local adapter", "gaufrette/opencloud-adapter": "to use Opencloud adapter", "gaufrette/phpseclib-sftp-adapter": "to use PhpseclibSftp adapter", "gaufrette/zip-adapter": "to use Zip adapter", "google/apiclient": "to use GoogleCloudStorage adapter", "knplabs/knp-gaufrette-bundle": "to use with Symfony2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.10.x-dev" } }, "autoload": { "psr-0": { "Gaufrette": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs Team", "homepage": "http://knplabs.com" }, { "name": "The contributors", "homepage": "http://github.com/knplabs/Gaufrette/contributors" } ], "description": "PHP library that provides a filesystem abstraction layer", "homepage": "http://knplabs.com", "keywords": [ "abstraction", "file", "filesystem", "media" ], "support": { "issues": "https://github.com/KnpLabs/Gaufrette/issues", "source": "https://github.com/KnpLabs/Gaufrette/tree/master" }, "time": "2019-12-26T15:15:38+00:00" }, { "name": "knplabs/knp-menu", "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", "reference": "79d325909a1d428a93f1a0f55e90177830e283bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/79d325909a1d428a93f1a0f55e90177830e283bb", "reference": "79d325909a1d428a93f1a0f55e90177830e283bb", "shasum": "" }, "require": { "php": "^8.1" }, "conflict": { "symfony/http-foundation": "<5.4", "twig/twig": "<2.16" }, "require-dev": { "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9.6", "psr/container": "^1.0 || ^2.0", "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0", "symfony/phpunit-bridge": "^7.0", "symfony/routing": "^5.4 || ^6.0 || ^7.0", "twig/twig": "^2.16 || ^3.0" }, "suggest": { "twig/twig": "for the TwigRenderer and the integration with your templates" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Knp\\Menu\\": "src/Knp/Menu" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs", "homepage": "https://knplabs.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "The Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" } ], "description": "An object oriented menu library", "homepage": "https://knplabs.com", "keywords": [ "menu", "tree" ], "support": { "issues": "https://github.com/KnpLabs/KnpMenu/issues", "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.8.0" }, "time": "2025-06-13T15:03:33+00:00" }, { "name": "knplabs/knp-menu-bundle", "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "eabe07859751a0ed77c04dcb6b908fcd2c336cf3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/eabe07859751a0ed77c04dcb6b908fcd2c336cf3", "reference": "eabe07859751a0ed77c04dcb6b908fcd2c336cf3", "shasum": "" }, "require": { "knplabs/knp-menu": "^3.8", "php": "^8.1", "symfony/config": "^5.4 | ^6.0 | ^7.0", "symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0", "symfony/deprecation-contracts": "^2.5 | ^3.3", "symfony/http-kernel": "^5.4 | ^6.0 | ^7.0" }, "require-dev": { "phpunit/phpunit": "^10.5 | ^11.5 | ^12.1", "symfony/expression-language": "^5.4 | ^6.0 | ^7.0", "symfony/phpunit-bridge": "^6.0 | ^7.0", "symfony/templating": "^5.4 | ^6.0 | ^7.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Knp\\Bundle\\MenuBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Knplabs", "homepage": "http://knplabs.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" } ], "description": "This bundle provides an integration of the KnpMenu library", "keywords": [ "menu" ], "support": { "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues", "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.6.0" }, "time": "2025-06-14T11:37:33+00:00" }, { "name": "league/flysystem", "version": "3.34.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e", "reference": "2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e", "shasum": "" }, "require": { "league/flysystem-local": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, "conflict": { "async-aws/core": "<1.19.0", "async-aws/s3": "<1.14.0", "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", "phpseclib/phpseclib": "3.0.15", "symfony/http-client": "<5.2" }, "require-dev": { "async-aws/s3": "^1.5 || ^2.0", "async-aws/simple-s3": "^1.1 || ^2.0", "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", "ext-mongodb": "^1.3|^2", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "guzzlehttp/psr7": "^2.6", "microsoft/azure-storage-blob": "^1.1", "mongodb/mongodb": "^1.2|^2", "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "File storage abstraction for PHP", "keywords": [ "WebDAV", "aws", "cloud", "file", "files", "filesystem", "filesystems", "ftp", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/3.34.0" }, "time": "2026-05-14T10:28:08+00:00" }, { "name": "league/flysystem-local", "version": "3.31.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-local.git", "reference": "2f669db18a4c20c755c2bb7d3a7b0b2340488079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/2f669db18a4c20c755c2bb7d3a7b0b2340488079", "reference": "2f669db18a4c20c755c2bb7d3a7b0b2340488079", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/flysystem": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\Local\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Local filesystem adapter for Flysystem.", "keywords": [ "Flysystem", "file", "files", "filesystem", "local" ], "support": { "source": "https://github.com/thephpleague/flysystem-local/tree/3.31.0" }, "time": "2026-01-23T15:30:45+00:00" }, { "name": "league/mime-type-detection", "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" }, "funding": [ { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2024-09-21T08:32:55+00:00" }, { "name": "leezy/pheanstalk-bundle", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/armetiz/LeezyPheanstalkBundle.git", "reference": "972a5c154e52fd04ec70c13519ddb73dec819700" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/armetiz/LeezyPheanstalkBundle/zipball/972a5c154e52fd04ec70c13519ddb73dec819700", "reference": "972a5c154e52fd04ec70c13519ddb73dec819700", "shasum": "" }, "require": { "pda/pheanstalk": "^4", "php": ">=7.2.0", "psr/log": "^1", "symfony/console": "^3|^4|^5", "symfony/framework-bundle": "^3|^4|^5" }, "require-dev": { "phpunit/phpunit": "^8|^9.5" }, "default-branch": true, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "Leezy\\PheanstalkBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Tourlourat", "email": "thomas@tourlourat.com", "homepage": "http://www.armetiz.info" } ], "description": "The LeezyPheanstalkBundle is a Symfony Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.", "homepage": "https://github.com/armetiz/LeezyPheanstalkBundle", "keywords": [ "asynchronous", "beanstalkd", "bundle", "messaging", "pheanstalk", "queueing", "symfony" ], "support": { "issues": "https://github.com/armetiz/LeezyPheanstalkBundle/issues", "source": "https://github.com/armetiz/LeezyPheanstalkBundle/tree/5.0.0" }, "time": "2022-03-08T08:08:12+00:00" }, { "name": "lightsaml/sp-bundle", "version": "dev-symfony5", "source": { "type": "git", "url": "https://github.com/mautic/SpBundle.git", "reference": "083bf6d62cb03443372068e0ea1b1c3183eed05a" }, "require": { "lightsaml/symfony-bridge": "dev-symfony5", "php": ">=5.6", "symfony/framework-bundle": "~2.7|~3.0|~4.0|~5.0", "symfony/security-bundle": "~2.7|~3.0|~4.0|~5.0" }, "require-dev": { "phpunit/phpunit": "^5.7", "sebastian/comparator": "^1.2.4|~2.0|~3.0", "symfony/monolog-bundle": "~2.7|~3.0|~4.0", "symfony/symfony": "~2.7|~3.0|~4.0" }, "type": "symfony-bundle", "autoload": { "psr-0": { "LightSaml\\SpBundle\\Tests\\": "tests/", "LightSaml\\SpBundle\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Milos Tomic", "email": "tmilos@gmail.com", "homepage": "http://github.com/tmilos", "role": "Developer" } ], "description": "Light SAML2 SP Symfony Bundle", "homepage": "http://www.lightsaml.com/SP-Bundle/", "time": "2024-05-31T13:23:54+00:00" }, { "name": "lightsaml/symfony-bridge", "version": "dev-symfony5", "source": { "type": "git", "url": "https://github.com/mautic/SymfonyBridgeBundle.git", "reference": "26f58d33a52b357dea90f6361d29d7321987be77" }, "require": { "litesaml/lightsaml": "~1.1|~4.1", "php": ">=5.5.1", "symfony/dependency-injection": "~2.7|~3.0|~4.0|~5.0", "symfony/framework-bundle": "~2.7|~3.0|~4.0|~5.0", "symfony/yaml": "~2.7|~3.0|~4.0|~5.0" }, "require-dev": { "phpunit/phpunit": "^5.7", "symfony/browser-kit": "~2.7|~3.0|~4.0|~5.0", "symfony/filesystem": "~2.7|~3.0|~4.0|~5.0", "symfony/finder": "~2.7|~3.0|~4.0|~5.0", "symfony/routing": "~2.7|~3.0|~4.0|~5.0" }, "type": "symfony-bundle", "autoload": { "psr-0": { "LightSaml\\SymfonyBridgeBundle\\Tests\\": "tests/", "LightSaml\\SymfonyBridgeBundle\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Milos Tomic", "email": "tmilos@gmail.com", "homepage": "http://github.com/tmilos", "role": "Developer" } ], "description": "Light SAML Symfony bridge bundle", "homepage": "http://www.lightsaml.com", "time": "2023-04-08T06:24:20+00:00" }, { "name": "litesaml/lightsaml", "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/litesaml/lightsaml.git", "reference": "e8cfe08339f54e27885cc40b3d803ebf0383a9b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/litesaml/lightsaml/zipball/e8cfe08339f54e27885cc40b3d803ebf0383a9b3", "reference": "e8cfe08339f54e27885cc40b3d803ebf0383a9b3", "shasum": "" }, "require": { "php": ">=7.4", "psr/event-dispatcher": "^1.0", "robrichards/xmlseclibs": "~2.0|~3.0|~4.0", "symfony/http-foundation": "~5.0|~6.0|~7.0" }, "require-dev": { "litesaml/schemas": "~1.0.0", "marcocesarato/php-conventional-changelog": "^1.15", "monolog/monolog": "^2.0|^3.0", "phpstan/phpstan": "^1.8", "phpunit/phpunit": "~8.4|~9.5", "pimple/pimple": "~3.0", "squizlabs/php_codesniffer": "^3.6", "symfony/css-selector": "~5.0|~6.0|~7.0", "symfony/dom-crawler": "~5.0|~6.0|~7.0" }, "type": "library", "autoload": { "psr-4": { "LightSaml\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William", "email": "work@suppo.fr" }, { "name": "Milos Tomic", "email": "tmilos@gmail.com", "homepage": "https://github.com/tmilos/", "role": "Developer" } ], "description": "SAML 2.0 PHP library", "keywords": [ "SAML 2.0", "Single Logout", "Single SignOn", "library", "lightSAML", "php" ], "support": { "docs": "https://docs.litesaml.com", "issues": "https://github.com/litesaml/lightsaml/issues", "source": "https://github.com/litesaml/lightsaml" }, "time": "2025-02-11T12:04:23+00:00" }, { "name": "maennchen/zipstream-php", "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/maennchen/ZipStream-PHP.git", "reference": "77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e", "reference": "77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-zlib": "*", "php-64bit": "^8.3" }, "require-dev": { "brianium/paratest": "^7.7", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.86", "guzzlehttp/guzzle": "^7.5", "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.5", "phpunit/phpunit": "^12.0", "vimeo/psalm": "^6.0" }, "suggest": { "guzzlehttp/psr7": "^2.4", "psr/http-message": "^2.0" }, "type": "library", "autoload": { "psr-4": { "ZipStream\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paul Duncan", "email": "pabs@pablotron.org" }, { "name": "Jonatan Männchen", "email": "jonatan@maennchen.ch" }, { "name": "Jesse Donat", "email": "donatj@gmail.com" }, { "name": "András Kolesár", "email": "kolesar@kolesar.hu" } ], "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", "keywords": [ "stream", "zip" ], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.2" }, "funding": [ { "url": "https://github.com/maennchen", "type": "github" } ], "time": "2026-04-11T18:38:28+00:00" }, { "name": "malkusch/lock", "version": "v1.4", "source": { "type": "git", "url": "https://github.com/php-lock/lock.git", "reference": "96cd2d82180fc87bd8ad45aac25486f82d9fbf4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-lock/lock/zipball/96cd2d82180fc87bd8ad45aac25486f82d9fbf4b", "reference": "96cd2d82180fc87bd8ad45aac25486f82d9fbf4b", "shasum": "" }, "require": { "paragonie/random_compat": "^1|^2", "php": ">=5.6", "psr/log": "^1" }, "require-dev": { "eloquent/liberator": "^2.0", "ext-memcached": "*", "ext-pcntl": "*", "ext-pdo_mysql": "*", "ext-pdo_sqlite": "*", "ext-redis": "*", "johnkary/phpunit-speedtrap": "^1.0", "kriswallsmith/spork": "^0.3", "mikey179/vfsstream": "^1.5.0", "php-mock/php-mock-phpunit": "^1", "phpunit/phpunit": "^5", "predis/predis": "~1.0", "squizlabs/php_codesniffer": "^3.2" }, "suggest": { "ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts" }, "type": "library", "autoload": { "psr-4": { "malkusch\\lock\\": "classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "WTFPL" ], "authors": [ { "name": "Markus Malkusch", "email": "markus@malkusch.de", "homepage": "http://markus.malkusch.de", "role": "Developer" }, { "name": "Willem Stuursma-Ruwen", "email": "willem@stuursma.name", "role": "Developer" } ], "description": "Mutex library for exclusive code execution.", "homepage": "https://github.com/malkusch/lock", "keywords": [ "advisory locks", "cas", "flock", "lock", "locking", "memcache", "mutex", "mysql", "postgresql", "redis", "redlock", "semaphore" ], "support": { "issues": "https://github.com/php-lock/lock/issues", "source": "https://github.com/php-lock/lock/tree/v1.4" }, "time": "2018-07-07T18:43:25+00:00" }, { "name": "marc-mabe/php-enum", "version": "v4.7.2", "source": { "type": "git", "url": "https://github.com/marc-mabe/php-enum.git", "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef", "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef", "shasum": "" }, "require": { "ext-reflection": "*", "php": "^7.1 | ^8.0" }, "require-dev": { "phpbench/phpbench": "^0.16.10 || ^1.0.4", "phpstan/phpstan": "^1.3.1", "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", "vimeo/psalm": "^4.17.0 | ^5.26.1" }, "type": "library", "extra": { "branch-alias": { "dev-3.x": "3.2-dev", "dev-master": "4.7-dev" } }, "autoload": { "psr-4": { "MabeEnum\\": "src/" }, "classmap": [ "stubs/Stringable.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Marc Bennewitz", "email": "dev@mabe.berlin", "homepage": "https://mabe.berlin/", "role": "Lead" } ], "description": "Simple and fast implementation of enumerations with native PHP", "homepage": "https://github.com/marc-mabe/php-enum", "keywords": [ "enum", "enum-map", "enum-set", "enumeration", "enumerator", "enummap", "enumset", "map", "set", "type", "type-hint", "typehint" ], "support": { "issues": "https://github.com/marc-mabe/php-enum/issues", "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2" }, "time": "2025-09-14T11:18:39+00:00" }, { "name": "markbaker/complex", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9", "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { "psr-4": { "Complex\\": "classes/src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@lange.demon.co.uk" } ], "description": "PHP Class for working with complex numbers", "homepage": "https://github.com/MarkBaker/PHPComplex", "keywords": [ "complex", "mathematics" ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2" }, "time": "2022-12-06T16:21:08+00:00" }, { "name": "markbaker/matrix", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", "reference": "728434227fe21be27ff6d86621a1b13107a2562c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c", "reference": "728434227fe21be27ff6d86621a1b13107a2562c", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "phpcompatibility/php-compatibility": "^9.3", "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "^4.0", "phpmd/phpmd": "2.*", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "sebastian/phpcpd": "^4.0", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { "psr-4": { "Matrix\\": "classes/src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@demon-angel.eu" } ], "description": "PHP Class for working with matrices", "homepage": "https://github.com/MarkBaker/PHPMatrix", "keywords": [ "mathematics", "matrix", "vector" ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1" }, "time": "2022-12-02T22:17:43+00:00" }, { "name": "matomo/device-detector", "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/matomo-org/device-detector.git", "reference": "88e5419ee1448ccb9537e287dd09836ff9d2de3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/88e5419ee1448ccb9537e287dd09836ff9d2de3b", "reference": "88e5419ee1448ccb9537e287dd09836ff9d2de3b", "shasum": "" }, "require": { "mustangostang/spyc": "*", "php": ">=7.2" }, "replace": { "piwik/device-detector": "self.version" }, "require-dev": { "matthiasmullie/scrapbook": "^1.4.7", "mayflower/mo4-coding-standard": "dev-master#275cb9d", "phpstan/phpstan": "^0.12.52", "phpunit/phpunit": "^8.5.8", "psr/cache": "^1.0.1", "psr/simple-cache": "^1.0.1", "symfony/yaml": "^5.1.7" }, "suggest": { "doctrine/cache": "Can directly be used for caching purpose", "ext-yaml": "Necessary for using the Pecl YAML parser" }, "type": "library", "autoload": { "psr-4": { "DeviceDetector\\": "" }, "exclude-from-classmap": [ "Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "The Matomo Team", "email": "hello@matomo.org", "homepage": "https://matomo.org/team/" } ], "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.", "homepage": "https://matomo.org", "keywords": [ "devicedetection", "parser", "useragent" ], "support": { "forum": "https://forum.matomo.org/", "issues": "https://github.com/matomo-org/device-detector/issues", "source": "https://github.com/matomo-org/matomo", "wiki": "https://dev.matomo.org/" }, "time": "2021-09-20T12:34:12+00:00" }, { "name": "matthiasmullie/minify", "version": "1.3.75", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "76ba4a5f555fd7bf4aa408af608e991569076671" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/76ba4a5f555fd7bf4aa408af608e991569076671", "reference": "76ba4a5f555fd7bf4aa408af608e991569076671", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": ">=2.0", "matthiasmullie/scrapbook": ">=1.3", "phpunit/phpunit": ">=4.8" }, "suggest": { "psr/cache-implementation": "Cache implementation to use with Minify::cache" }, "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "https://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "https://github.com/matthiasmullie/minify", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "support": { "issues": "https://github.com/matthiasmullie/minify/issues", "source": "https://github.com/matthiasmullie/minify/tree/1.3.75" }, "funding": [ { "url": "https://github.com/matthiasmullie", "type": "github" } ], "time": "2025-06-25T09:56:19+00:00" }, { "name": "matthiasmullie/path-converter", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "support": { "issues": "https://github.com/matthiasmullie/path-converter/issues", "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" }, "time": "2019-02-05T23:41:09+00:00" }, { "name": "mautic/core-composer-scaffold", "version": "4.x-dev", "source": { "type": "git", "url": "https://github.com/mautic/core-composer-scaffold.git", "reference": "44f609f59d19b9573a1a45442b788f17ed1d07c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/core-composer-scaffold/zipball/44f609f59d19b9573a1a45442b788f17ed1d07c6", "reference": "44f609f59d19b9573a1a45442b788f17ed1d07c6", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2", "php": ">=7.4.0" }, "require-dev": { "composer/composer": "^1.8@stable" }, "default-branch": true, "type": "composer-plugin", "extra": { "class": "Mautic\\Composer\\Plugin\\Scaffold\\Plugin", "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Mautic\\Composer\\Plugin\\Scaffold\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A flexible Composer project scaffold builder.", "homepage": "https://www.mautic.org", "keywords": [ "Mautic" ], "support": { "issues": "https://github.com/mautic/core-composer-scaffold/issues", "source": "https://github.com/mautic/core-composer-scaffold/tree/4.x" }, "time": "2025-08-29T09:34:57+00:00" }, { "name": "mautic/core-lib", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/core-lib.git", "reference": "89032cc63afd2c1ac7e9eb387d6440618b411732" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/core-lib/zipball/89032cc63afd2c1ac7e9eb387d6440618b411732", "reference": "89032cc63afd2c1ac7e9eb387d6440618b411732", "shasum": "" }, "require": { "aws/aws-sdk-php": "~3.0", "bandwidth-throttle/token-bucket": "^2.0", "barryvdh/elfinder-flysystem-driver": "^0.4.3", "beberlei/doctrineextensions": "^1.3", "bjeavons/zxcvbn-php": "^1.3", "composer/composer": "^2.2", "composer/package-versions-deprecated": "1.11.99.1", "doctrine/annotations": "^2.0", "doctrine/data-fixtures": "^1.6.6", "doctrine/dbal": "^3.6.2 < 3.8.0", "doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-fixtures-bundle": "^3.4.4", "doctrine/doctrine-migrations-bundle": "^3.2.2", "doctrine/orm": "^2.14.0", "exercise/htmlpurifier-bundle": "^4.1", "ext-iconv": "*", "ext-imap": "*", "ext-pdo": "*", "ext-zip": "*", "ext-zlib": "*", "ezyang/htmlpurifier": "^4.16", "friendsofsymfony/oauth-server-bundle": "dev-upgrade-2", "friendsofsymfony/rest-bundle": "^3.5.0", "gaufrette/aws-s3-adapter": "^0.4.0", "gaufrette/extras": "^0.1.0", "geoip2/geoip2": "~2.0", "giggsey/libphonenumber-for-php": "^8.12", "guzzlehttp/guzzle": "^7.6", "guzzlehttp/oauth-subscriber": "^0.8.1", "helios-ag/fm-elfinder-bundle": "^12.3", "ip2location/ip2location-php": "^7.2", "jbroadway/urlify": "^1.0", "jms/serializer-bundle": "^5.4", "joomla/filter": "~3.0.5", "kamermans/guzzle-oauth2-subscriber": "^1.0", "knplabs/gaufrette": "~0.9.0", "knplabs/knp-menu-bundle": "^3.0", "leezy/pheanstalk-bundle": "dev-master", "lightsaml/sp-bundle": "dev-symfony5", "matomo/device-detector": "^4.0", "matthiasmullie/minify": "^1.3", "noxlogic/ratelimit-bundle": "^1.19", "oneup/uploader-bundle": "^3.1.0", "php": "~8.1", "php-amqplib/rabbitmq-bundle": "^2.5.1", "php-http/guzzle7-adapter": "^1.0", "phpoffice/phpspreadsheet": "^5.0.0", "predis/predis": "^1.1", "ramsey/uuid": "^4.7", "simshaun/recurr": "^5.0", "stack/builder": "^1.0", "symfony/amqp-messenger": "~5.4.47", "symfony/asset": "~5.4.47", "symfony/cache": "~5.4.47", "symfony/config": "~5.4.47", "symfony/console": "~5.4.47", "symfony/css-selector": "~5.4.47", "symfony/dependency-injection": "~5.4.47", "symfony/doctrine-bridge": "~5.4.47", "symfony/doctrine-messenger": "^5.4", "symfony/dotenv": "~5.4.47", "symfony/event-dispatcher": "~5.4.47", "symfony/expression-language": "~5.4.47", "symfony/filesystem": "~5.4.47", "symfony/finder": "~5.4.47", "symfony/form": "~5.4.47", "symfony/framework-bundle": "~5.4.47", "symfony/http-client": "~5.4.47", "symfony/http-foundation": "~5.4.47", "symfony/http-kernel": "~5.4.47", "symfony/intl": "~5.4.47", "symfony/lock": "^5.1", "symfony/mailer": "~5.4.47", "symfony/messenger": "~5.4.47", "symfony/mime": "~5.4.47", "symfony/monolog-bridge": "~5.4.47", "symfony/monolog-bundle": "~3.5.0", "symfony/options-resolver": "~5.4.47", "symfony/polyfill-mbstring": "~1.0", "symfony/process": "~5.4.47", "symfony/property-access": "~5.4.47", "symfony/routing": "~5.4.47", "symfony/security-acl": "~3.0.0", "symfony/security-bundle": "~5.4.47", "symfony/security-core": "~5.4.47", "symfony/security-csrf": "~5.4.47", "symfony/stopwatch": "~5.4.47", "symfony/templating": "~5.4.47", "symfony/translation": "~5.4.47", "symfony/twig-bundle": "~5.4.47", "symfony/validator": "~5.4.47", "symfony/yaml": "~5.4.47", "theofidry/psysh-bundle": "^4.5", "tightenco/collect": "^8.16.0", "twilio/sdk": "^5.25", "wikimedia/less.php": "^4.1" }, "conflict": { "psr/simple-cache": ">=3.0.0" }, "type": "mautic-core", "extra": { "mautic-scaffold": { "file-mapping": { "[project-root]/.env": "assets/scaffold/files/.env", "[web-root]/.htaccess": "assets/scaffold/files/htaccess", "[web-root]/index.php": "assets/scaffold/files/index.php", "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", "[web-root]/favicon.ico": "assets/scaffold/files/favicon.ico", "[project-root]/.gitignore": "assets/scaffold/files/example.gitignore", "[project-root]/bin/console": "assets/scaffold/files/console", "[project-root]/package.json": "assets/scaffold/files/package.json", "[web-root]/themes/blank.png": "assets/scaffold/files/blank.png", "[project-root]/bin/.htaccess": "assets/scaffold/files/deny.htaccess", "[project-root]/tsconfig.json": "assets/scaffold/files/tsconfig.json", "[project-root]/config/.gitkeep": "assets/scaffold/files/gitkeep", "[web-root]/themes/blank-big.png": "assets/scaffold/files/blank-big.png", "[project-root]/package-lock.json": "assets/scaffold/files/package-lock.json", "[project-root]/webpack.config.js": "assets/scaffold/files/webpack.config.js", "[web-root]/media/files/.htaccess": "assets/scaffold/files/deny.htaccess", "[web-root]/media/images/.htaccess": "assets/scaffold/files/images.htaccess", "[web-root]/translations/.htaccess": "assets/scaffold/files/deny.htaccess", "[project-root]/modernizr-config.json": "assets/scaffold/files/modernizr-config.json", "[project-root]/patches/at.js+1.5.4.patch": "assets/scaffold/files/patches/at.js+1.5.4.patch", "[project-root]/patches/chosen-js+1.8.7.patch": "assets/scaffold/files/patches/chosen-js+1.8.7.patch" } } }, "autoload": { "files": [ "AppKernel.php", "AppTestKernel.php", "AppCache.php" ], "psr-4": { "Mautic\\": "bundles/", "MauticPlugin\\": "plugins/", "Mautic\\Middleware\\": "middlewares/", "Mautic\\Migrations\\": "migrations/", "Mautic\\CodingStandards\\": "codingstandards/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "description": "Mautic Open Source Distribution", "support": { "source": "https://github.com/mautic/core-lib/tree/5.2.10" }, "time": "2026-02-24T13:13:30+00:00" }, { "name": "mautic/core-project-message", "version": "4.x-dev", "source": { "type": "git", "url": "https://github.com/mautic/core-project-message.git", "reference": "e096644f9dd62af3a0a277851d9f2bc8dfc11584" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/core-project-message/zipball/e096644f9dd62af3a0a277851d9f2bc8dfc11584", "reference": "e096644f9dd62af3a0a277851d9f2bc8dfc11584", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2", "php": ">=7.4.0" }, "type": "composer-plugin", "extra": { "class": "Mautic\\Composer\\Plugin\\ProjectMessage\\MessagePlugin" }, "autoload": { "psr-4": { "Mautic\\Composer\\Plugin\\ProjectMessage\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Adds a message after Composer installation.", "homepage": "https://www.mautic.org", "keywords": [ "Mautic" ], "support": { "issues": "https://github.com/mautic/core-project-message/issues", "source": "https://github.com/mautic/core-project-message/tree/4.x" }, "time": "2023-06-02T19:53:34+00:00" }, { "name": "mautic/grapes-js-builder-bundle", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-grapesjs-builder.git", "reference": "efc80e95cbf504f13af29342ec589c20c64f1478" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-grapesjs-builder/zipball/efc80e95cbf504f13af29342ec589c20c64f1478", "reference": "efc80e95cbf504f13af29342ec589c20c64f1478", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "require-dev": { "phpstan/phpstan": "^0.11.12", "symplify/easy-coding-standard": "^6.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "GrapesJsBuilderBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "GrapesJS Builder with MJML support for Mautic", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-grapesjs-builder/tree/5.2.10" }, "funding": [ { "url": "https://github.com/mautic", "type": "github" }, { "url": "https://opencollective.com/mautic", "type": "open_collective" } ], "time": "2025-11-24T09:30:25+00:00" }, { "name": "mautic/plugin-clearbit", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-clearbit.git", "reference": "59c0d9b23ab5a9a026d82893bb07372dcebe9dab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-clearbit/zipball/59c0d9b23ab5a9a026d82893bb07372dcebe9dab", "reference": "59c0d9b23ab5a9a026d82893bb07372dcebe9dab", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticClearbitBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Clearbit Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-clearbit/tree/5.2.10" }, "time": "2024-09-24T08:26:01+00:00" }, { "name": "mautic/plugin-cloudstorage", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-cloudstorage.git", "reference": "f743246d27b38e68b7dd6fe1e4d526e2e3038922" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-cloudstorage/zipball/f743246d27b38e68b7dd6fe1e4d526e2e3038922", "reference": "f743246d27b38e68b7dd6fe1e4d526e2e3038922", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticCloudStorageBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Cloudstorage Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-cloudstorage/tree/5.2.10" }, "time": "2024-07-23T09:22:37+00:00" }, { "name": "mautic/plugin-crm", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-crm.git", "reference": "ad561751c872047e06ebd19b9f3ac98c7de9f6e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-crm/zipball/ad561751c872047e06ebd19b9f3ac98c7de9f6e5", "reference": "ad561751c872047e06ebd19b9f3ac98c7de9f6e5", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticCrmBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "CRM Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-crm/tree/5.2.10" }, "time": "2025-03-10T13:59:21+00:00" }, { "name": "mautic/plugin-emailmarketing", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-emailmarketing.git", "reference": "a3b493b1aa4cfa4d03cbeb9d6f7f2629f91cb007" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-emailmarketing/zipball/a3b493b1aa4cfa4d03cbeb9d6f7f2629f91cb007", "reference": "a3b493b1aa4cfa4d03cbeb9d6f7f2629f91cb007", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticEmailMarketingBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Email Marketing Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-emailmarketing/tree/5.2.10" }, "time": "2024-07-23T09:22:37+00:00" }, { "name": "mautic/plugin-focus", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-focus.git", "reference": "01e9e1513b448baa4580710f8509a9e53eb90be9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-focus/zipball/01e9e1513b448baa4580710f8509a9e53eb90be9", "reference": "01e9e1513b448baa4580710f8509a9e53eb90be9", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticFocusBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Focus Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-focus/tree/5.2.10" }, "time": "2025-03-24T13:08:59+00:00" }, { "name": "mautic/plugin-fullcontact", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-fullcontact.git", "reference": "11b5650f94cf91c0cb5b2156a78094351696b240" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-fullcontact/zipball/11b5650f94cf91c0cb5b2156a78094351696b240", "reference": "11b5650f94cf91c0cb5b2156a78094351696b240", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticFullContactBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Full Contact Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-fullcontact/tree/5.2.10" }, "time": "2024-09-24T08:26:01+00:00" }, { "name": "mautic/plugin-gmail", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-gmail.git", "reference": "1f0af47140001b5dd00ce9197415e8ae1939c684" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-gmail/zipball/1f0af47140001b5dd00ce9197415e8ae1939c684", "reference": "1f0af47140001b5dd00ce9197415e8ae1939c684", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticGmailBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Gmail Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-gmail/tree/5.2.10" }, "time": "2024-07-23T09:22:37+00:00" }, { "name": "mautic/plugin-outlook", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-outlook.git", "reference": "4b0d0333e607ad4779b6126b22ef6c8cb8df8562" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-outlook/zipball/4b0d0333e607ad4779b6126b22ef6c8cb8df8562", "reference": "4b0d0333e607ad4779b6126b22ef6c8cb8df8562", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticOutlookBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Outlook Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-outlook/tree/5.2.10" }, "time": "2024-07-23T09:22:37+00:00" }, { "name": "mautic/plugin-social", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-social.git", "reference": "5d0f341e54f520bd7e851ef441d2094b5cdf29ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-social/zipball/5d0f341e54f520bd7e851ef441d2094b5cdf29ad", "reference": "5d0f341e54f520bd7e851ef441d2094b5cdf29ad", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticSocialBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Social Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-social/tree/5.2.10" }, "time": "2025-04-25T19:43:08+00:00" }, { "name": "mautic/plugin-tagmanager", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-tagmanager.git", "reference": "35e149a21eba18514f42acf9461ce486d37c74bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-tagmanager/zipball/35e149a21eba18514f42acf9461ce486d37c74bb", "reference": "35e149a21eba18514f42acf9461ce486d37c74bb", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticTagManagerBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Tag Manager Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-tagmanager/tree/5.2.10" }, "time": "2024-11-27T12:42:57+00:00" }, { "name": "mautic/plugin-zapier", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/plugin-zapier.git", "reference": "962ff3493ef3fed9f1c44aefcc41eb322ed57b00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/plugin-zapier/zipball/962ff3493ef3fed9f1c44aefcc41eb322ed57b00", "reference": "962ff3493ef3fed9f1c44aefcc41eb322ed57b00", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-plugin", "extra": { "install-directory-name": "MauticZapierBundle" }, "notification-url": "https://packagist.org/downloads/", "description": "Zapier Plugin", "keywords": [ "Mautic", "integration", "plugin" ], "support": { "source": "https://github.com/mautic/plugin-zapier/tree/6.0.0-alpha" }, "time": "2024-05-10T09:46:46+00:00" }, { "name": "mautic/theme-1-2-1-2-column", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-1-2-1-2-column.git", "reference": "244c95e5ebcfded57ac6bf08299fd91a4ea7eb90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-1-2-1-2-column/zipball/244c95e5ebcfded57ac6bf08299fd91a4ea7eb90", "reference": "244c95e5ebcfded57ac6bf08299fd91a4ea7eb90", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "1:2:1:2 Column", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-1-2-1-2-column/issues", "source": "https://github.com/mautic/theme-1-2-1-2-column/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-1-2-1-column", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-1-2-1-column.git", "reference": "c312cf2ea6166c34dd1646a1b1861251a1096e25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-1-2-1-column/zipball/c312cf2ea6166c34dd1646a1b1861251a1096e25", "reference": "c312cf2ea6166c34dd1646a1b1861251a1096e25", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "1:2:1 Column", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-1-2-1-column/issues", "source": "https://github.com/mautic/theme-1-2-1-column/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-1-2-column", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-1-2-column.git", "reference": "21dcef00371418bc728e4e54112d6e2be9219340" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-1-2-column/zipball/21dcef00371418bc728e4e54112d6e2be9219340", "reference": "21dcef00371418bc728e4e54112d6e2be9219340", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "1:2 Column", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-1-2-column/issues", "source": "https://github.com/mautic/theme-1-2-column/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-1-3-1-3-column", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-1-3-1-3-column.git", "reference": "b54009daaa7bf66bc7441af153223597bf95ecd7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-1-3-1-3-column/zipball/b54009daaa7bf66bc7441af153223597bf95ecd7", "reference": "b54009daaa7bf66bc7441af153223597bf95ecd7", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "1:3:1:3 Column", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-1-3-1-3-column/issues", "source": "https://github.com/mautic/theme-1-3-1-3-column/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-1-3-column", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-1-3-column.git", "reference": "26d09ce53822decfeeb4c6814bc1b23c3d2c5c25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-1-3-column/zipball/26d09ce53822decfeeb4c6814bc1b23c3d2c5c25", "reference": "26d09ce53822decfeeb4c6814bc1b23c3d2c5c25", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "1:3 Column", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-1-3-column/issues", "source": "https://github.com/mautic/theme-1-3-column/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-attract", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-attract.git", "reference": "770d1db5ebefeb53f08fd2ad44055bad04f654f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-attract/zipball/770d1db5ebefeb53f08fd2ad44055bad04f654f2", "reference": "770d1db5ebefeb53f08fd2ad44055bad04f654f2", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Attract email theme", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-attract/issues", "source": "https://github.com/mautic/theme-attract/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-aurora", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-aurora.git", "reference": "fcc73e7704e57b031e36ae7663fc2bcfc203235c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-aurora/zipball/fcc73e7704e57b031e36ae7663fc2bcfc203235c", "reference": "fcc73e7704e57b031e36ae7663fc2bcfc203235c", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "aurora" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Aurora Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-aurora/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-blank", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-blank.git", "reference": "8e4a5e981ca3907194ced1fc97c90ddbdd149d99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-blank/zipball/8e4a5e981ca3907194ced1fc97c90ddbdd149d99", "reference": "8e4a5e981ca3907194ced1fc97c90ddbdd149d99", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "extra": { "install-directory-name": "blank" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Blank Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-blank/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-brienz", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-brienz.git", "reference": "37e995326f5fe00fd7ef128c8c4e898c1e5c3454" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-brienz/zipball/37e995326f5fe00fd7ef128c8c4e898c1e5c3454", "reference": "37e995326f5fe00fd7ef128c8c4e898c1e5c3454", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "brienz" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Brienz Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-brienz/tree/6.0.0-alpha" }, "time": "2024-11-12T14:23:48+00:00" }, { "name": "mautic/theme-cards", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-cards.git", "reference": "b0791d5da3f3e77a2977010cb78e33f717ce86f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-cards/zipball/b0791d5da3f3e77a2977010cb78e33f717ce86f3", "reference": "b0791d5da3f3e77a2977010cb78e33f717ce86f3", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "cards" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Cards Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-cards/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-confirmme", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-confirmme.git", "reference": "8c1b839d51338ba73905599bd1ffefe6e4b1e7a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-confirmme/zipball/8c1b839d51338ba73905599bd1ffefe6e4b1e7a8", "reference": "8c1b839d51338ba73905599bd1ffefe6e4b1e7a8", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "confirmme" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Confirmme Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-confirmme/tree/6.0.0-alpha" }, "time": "2024-11-12T14:23:48+00:00" }, { "name": "mautic/theme-connect-through-content", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-connect-through-content.git", "reference": "31ab1b4d5ec79f07d0e35a80e52d5b4ffbeb036a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-connect-through-content/zipball/31ab1b4d5ec79f07d0e35a80e52d5b4ffbeb036a", "reference": "31ab1b4d5ec79f07d0e35a80e52d5b4ffbeb036a", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Connect through content", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-connect-through-content/issues", "source": "https://github.com/mautic/theme-connect-through-content/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-creative", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-creative.git", "reference": "4267783552f4b3284d4f36f6dcb223d5a47357ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-creative/zipball/4267783552f4b3284d4f36f6dcb223d5a47357ad", "reference": "4267783552f4b3284d4f36f6dcb223d5a47357ad", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Creative theme", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-creative/issues", "source": "https://github.com/mautic/theme-creative/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-educate", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-educate.git", "reference": "eb21c43797d48593a6e02a6fcbb900f771eec491" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-educate/zipball/eb21c43797d48593a6e02a6fcbb900f771eec491", "reference": "eb21c43797d48593a6e02a6fcbb900f771eec491", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Educate", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-educate/issues", "source": "https://github.com/mautic/theme-educate/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-fresh-center", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-fresh-center.git", "reference": "e3ced247fe418bc4be7ef6fbac9dda589b020f62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-fresh-center/zipball/e3ced247fe418bc4be7ef6fbac9dda589b020f62", "reference": "e3ced247fe418bc4be7ef6fbac9dda589b020f62", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "fresh-center" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Fresh Center Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-fresh-center/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-fresh-fixed", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-fresh-fixed.git", "reference": "18a29d94b16f9a716f9094ef8164cbc14de5b481" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-fresh-fixed/zipball/18a29d94b16f9a716f9094ef8164cbc14de5b481", "reference": "18a29d94b16f9a716f9094ef8164cbc14de5b481", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "fresh-fixed" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Fresh Fixed Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-fresh-fixed/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-fresh-left", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-fresh-left.git", "reference": "931bd547ebfcb08456ddc9af4305d78c262b3c79" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-fresh-left/zipball/931bd547ebfcb08456ddc9af4305d78c262b3c79", "reference": "931bd547ebfcb08456ddc9af4305d78c262b3c79", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "fresh-left" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Fresh Left Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-fresh-left/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-fresh-wide", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-fresh-wide.git", "reference": "fb13b3fb654304551e5f2d9d233d26f2a75f697c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-fresh-wide/zipball/fb13b3fb654304551e5f2d9d233d26f2a75f697c", "reference": "fb13b3fb654304551e5f2d9d233d26f2a75f697c", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "fresh-wide" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Fresh Wide Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-fresh-wide/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-gallery", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-gallery.git", "reference": "f04e02926ebc8712895a7c71b6df59099c43c5a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-gallery/zipball/f04e02926ebc8712895a7c71b6df59099c43c5a5", "reference": "f04e02926ebc8712895a7c71b6df59099c43c5a5", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Gallery", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-gallery/issues", "source": "https://github.com/mautic/theme-gallery/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-goldstar", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-goldstar.git", "reference": "8fd64fc76884bf888ec827b325dfe6782ecff386" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-goldstar/zipball/8fd64fc76884bf888ec827b325dfe6782ecff386", "reference": "8fd64fc76884bf888ec827b325dfe6782ecff386", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "goldstar" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Goldstar Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-goldstar/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-make-announcement", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-make-announcement.git", "reference": "e0a2e9dd4727e65dd290c3a0015dc070d8bb2735" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-make-announcement/zipball/e0a2e9dd4727e65dd290c3a0015dc070d8bb2735", "reference": "e0a2e9dd4727e65dd290c3a0015dc070d8bb2735", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Make an announcement", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-make-announcement/issues", "source": "https://github.com/mautic/theme-make-announcement/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-neopolitan", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-neopolitan.git", "reference": "293d3f3f58f0efb3aebdd0da0289756376845717" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-neopolitan/zipball/293d3f3f58f0efb3aebdd0da0289756376845717", "reference": "293d3f3f58f0efb3aebdd0da0289756376845717", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "neopolitan" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Neopolitan Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-neopolitan/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-oxygen", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-oxygen.git", "reference": "28e250a23ec3c2c1395fe0e702683d093c54bab9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-oxygen/zipball/28e250a23ec3c2c1395fe0e702683d093c54bab9", "reference": "28e250a23ec3c2c1395fe0e702683d093c54bab9", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "oxygen" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Oxygen Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-oxygen/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-paprika", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-paprika.git", "reference": "1b551418cf689ae772322f0b456912c1b2fb06ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-paprika/zipball/1b551418cf689ae772322f0b456912c1b2fb06ba", "reference": "1b551418cf689ae772322f0b456912c1b2fb06ba", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "paprika" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Paprika Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-paprika/tree/6.0.0-alpha" }, "time": "2024-04-18T16:49:08+00:00" }, { "name": "mautic/theme-showcase", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-showcase.git", "reference": "8c27b3c254e60f4d62b4ddeed0246600fa2f73a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-showcase/zipball/8c27b3c254e60f4d62b4ddeed0246600fa2f73a1", "reference": "8c27b3c254e60f4d62b4ddeed0246600fa2f73a1", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Showcase", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-showcase/issues", "source": "https://github.com/mautic/theme-showcase/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-simple-text", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-simple-text.git", "reference": "b7fb3a8ff1d39de024bdc511b9c8b0688cdb662f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-simple-text/zipball/b7fb3a8ff1d39de024bdc511b9c8b0688cdb662f", "reference": "b7fb3a8ff1d39de024bdc511b9c8b0688cdb662f", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Simple text", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-simple-text/issues", "source": "https://github.com/mautic/theme-simple-text/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-skyline", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-skyline.git", "reference": "b404b40c132cba0b1d407f71d093283fa2c1f3fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-skyline/zipball/b404b40c132cba0b1d407f71d093283fa2c1f3fa", "reference": "b404b40c132cba0b1d407f71d093283fa2c1f3fa", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "skyline" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Skyline Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-skyline/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-sparse", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-sparse.git", "reference": "d970fda3aaa2af7d61d6e815e46a686894980822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-sparse/zipball/d970fda3aaa2af7d61d6e815e46a686894980822", "reference": "d970fda3aaa2af7d61d6e815e46a686894980822", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "sparse" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Sparse Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-sparse/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-sunday", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-sunday.git", "reference": "ef7469891557c7f5f07f233d178469fb725d6d03" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-sunday/zipball/ef7469891557c7f5f07f233d178469fb725d6d03", "reference": "ef7469891557c7f5f07f233d178469fb725d6d03", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "sunday" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Sunday Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-sunday/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-survey", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-survey.git", "reference": "5d622ac7ef5207e3882feb0a4c39d4f0ac15b33f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-survey/zipball/5d622ac7ef5207e3882feb0a4c39d4f0ac15b33f", "reference": "5d622ac7ef5207e3882feb0a4c39d4f0ac15b33f", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Survey", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-survey/issues", "source": "https://github.com/mautic/theme-survey/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "mautic/theme-trulypersonal", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-trulypersonal.git", "reference": "87fd526ef742bde8c37b4c484f077ffd7b5198ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-trulypersonal/zipball/87fd526ef742bde8c37b4c484f077ffd7b5198ac", "reference": "87fd526ef742bde8c37b4c484f077ffd7b5198ac", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "trulypersonal" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Truly Personal Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-trulypersonal/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-vibrant", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-vibrant.git", "reference": "d041f6293b65e8439261de9c2c891290342995c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-vibrant/zipball/d041f6293b65e8439261de9c2c891290342995c9", "reference": "d041f6293b65e8439261de9c2c891290342995c9", "shasum": "" }, "require": { "mautic/core-lib": "^5.0" }, "type": "mautic-theme", "extra": { "install-directory-name": "vibrant" }, "notification-url": "https://packagist.org/downloads/", "description": "Mautic Vibrant Theme", "keywords": [ "Mautic", "theme" ], "support": { "source": "https://github.com/mautic/theme-vibrant/tree/6.0.0-alpha" }, "time": "2023-03-28T15:16:40+00:00" }, { "name": "mautic/theme-welcome", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/mautic/theme-welcome.git", "reference": "0beff1fe97a10ddad7e36d52a7e51d72caa60585" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mautic/theme-welcome/zipball/0beff1fe97a10ddad7e36d52a7e51d72caa60585", "reference": "0beff1fe97a10ddad7e36d52a7e51d72caa60585", "shasum": "" }, "require": { "mautic/core-lib": "^5.2" }, "type": "mautic-theme", "notification-url": "https://packagist.org/downloads/", "description": "Welcome", "keywords": [ "Mautic", "theme" ], "support": { "issues": "https://github.com/mautic/theme-welcome/issues", "source": "https://github.com/mautic/theme-welcome/tree/5.2.10" }, "time": "2025-01-17T15:00:57+00:00" }, { "name": "maxmind-db/reader", "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", "reference": "2194f58d0f024ce923e685cdf92af3daf9951908" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/2194f58d0f024ce923e685cdf92af3daf9951908", "reference": "2194f58d0f024ce923e685cdf92af3daf9951908", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { "ext-maxminddb": "<1.11.1 || >=2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", "phpunit/phpunit": ">=8.0.0,<10.0.0", "squizlabs/php_codesniffer": "4.*" }, "suggest": { "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups", "maxmind-db/reader-ext": "C extension for significantly faster IP lookups (install via PIE: pie install maxmind-db/reader-ext)" }, "type": "library", "autoload": { "psr-4": { "MaxMind\\Db\\": "src/MaxMind/Db" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", "homepage": "https://www.maxmind.com/" } ], "description": "MaxMind DB Reader API", "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", "keywords": [ "database", "geoip", "geoip2", "geolocation", "maxmind" ], "support": { "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.13.1" }, "time": "2025-11-21T22:24:26+00:00" }, { "name": "maxmind/web-service-common", "version": "v0.11.1", "source": { "type": "git", "url": "https://github.com/maxmind/web-service-common-php.git", "reference": "c309236b5a5555b96cf560089ec3cead12d845d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/c309236b5a5555b96cf560089ec3cead12d845d2", "reference": "c309236b5a5555b96cf560089ec3cead12d845d2", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0.3", "ext-curl": "*", "ext-json": "*", "php": ">=8.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "4.*" }, "type": "library", "autoload": { "psr-4": { "MaxMind\\Exception\\": "src/Exception", "MaxMind\\WebService\\": "src/WebService" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory Oschwald", "email": "goschwald@maxmind.com" } ], "description": "Internal MaxMind Web Service API", "homepage": "https://github.com/maxmind/web-service-common-php", "support": { "issues": "https://github.com/maxmind/web-service-common-php/issues", "source": "https://github.com/maxmind/web-service-common-php/tree/v0.11.1" }, "time": "2026-01-13T17:56:03+00:00" }, { "name": "monolog/monolog", "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "37308608e599f34a1a4845b16440047ec98a172a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a", "reference": "37308608e599f34a1a4845b16440047ec98a172a", "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 || ^2.0", "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.11.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2026-01-01T13:05:00+00:00" }, { "name": "mtdowling/jmespath.php", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc", "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "composer/xdebug-handler": "^3.0.3", "phpunit/phpunit": "^8.5.33" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "files": [ "src/JmesPath.php" ], "psr-4": { "JmesPath\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Declaratively specify how to extract elements from a JSON document", "keywords": [ "json", "jsonpath" ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0" }, "time": "2024-09-04T18:46:31+00:00" }, { "name": "mustangostang/spyc", "version": "0.6.3", "source": { "type": "git", "url": "https://github.com/mustangostang/spyc.git", "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0", "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "4.3.*@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "autoload": { "files": [ "Spyc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "mustangostang", "email": "vlad.andersen@gmail.com" } ], "description": "A simple YAML loader/dumper class for PHP", "homepage": "https://github.com/mustangostang/spyc/", "keywords": [ "spyc", "yaml", "yml" ], "support": { "issues": "https://github.com/mustangostang/spyc/issues", "source": "https://github.com/mustangostang/spyc/tree/0.6.3" }, "time": "2019-09-10T13:16:29+00:00" }, { "name": "nikic/php-parser", "version": "v4.19.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/51bd93cc741b7fc3d63d20b6bdcd99fdaa359837", "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.1" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" ], "type": "library", "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.5" }, "time": "2025-12-06T11:45:25+00:00" }, { "name": "noxlogic/ratelimit-bundle", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/jaytaph/RateLimitBundle.git", "reference": "f5fe8e0ae8e1481f16c7c9ad89fae66c89512d37" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jaytaph/RateLimitBundle/zipball/f5fe8e0ae8e1481f16c7c9ad89fae66c89512d37", "reference": "f5fe8e0ae8e1481f16c7c9ad89fae66c89512d37", "shasum": "" }, "require": { "php": "^7.2|^8.0", "sensio/framework-extra-bundle": "^3.0|^4.0|^5.0|^6.0", "symfony/framework-bundle": "^3.4.23|^4.4|^5.4.2|^6.1" }, "require-dev": { "doctrine/cache": "^1.5", "friendsofsymfony/oauth-server-bundle": "^1.5", "phpunit/phpunit": "^8.5.31|^9.5", "predis/predis": "^0.8|^1.1", "psr/cache": "^1.0|^2.0", "psr/simple-cache": "^1.0|^2.0" }, "suggest": { "doctrine/doctrine-cache-bundle": "Use Doctrine Cache as a storage engine.", "friendsofsymfony/oauth-server-bundle": "Throttle using OAuth access tokens.", "leaseweb/memcache-bundle": "Use Memcache as a storage engine.", "snc/redis-bundle": "Use Redis as a storage engine." }, "type": "symfony-bundle", "autoload": { "psr-4": { "Noxlogic\\RateLimitBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joshua Thijssen", "email": "jthijssen@noxlogic.nl" } ], "description": "This bundle provides functionality to limit calls to actions based on rate limits", "keywords": [ "api", "rest", "x-rate-limit" ], "support": { "issues": "https://github.com/jaytaph/RateLimitBundle/issues", "source": "https://github.com/jaytaph/RateLimitBundle/tree/v1.19.0" }, "time": "2023-03-13T12:24:37+00:00" }, { "name": "oneup/uploader-bundle", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/1up-lab/OneupUploaderBundle.git", "reference": "b11ea2060d4d76b7202d24ae170162b70c7a88b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/1up-lab/OneupUploaderBundle/zipball/b11ea2060d4d76b7202d24ae170162b70c7a88b6", "reference": "b11ea2060d4d76b7202d24ae170162b70c7a88b6", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "symfony/asset": "^4.4 || ^5.4 || ^6.0", "symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0", "symfony/finder": "^4.4 || ^5.4 || ^6.0", "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0", "symfony/mime": "^4.4 || ^5.4 || ^6.0", "symfony/templating": "^4.4 || ^5.4 || ^6.0", "symfony/translation": "^4.4 || ^5.4 || ^6.0", "symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0", "symfony/yaml": "^4.4 || ^5.4 || ^6.0", "twig/twig": "^2.4 || ^3.0" }, "require-dev": { "amazonwebservices/aws-sdk-for-php": "1.5.*", "doctrine/common": "^2.12 || ^3.0", "doctrine/doctrine-bundle": "^2.4", "friendsofphp/php-cs-fixer": "^2.16", "knplabs/gaufrette": "^0.9", "oneup/flysystem-bundle": "^1.2 || ^2.0 || ^3.0", "phpstan/phpstan": "^0.12.10", "phpunit/phpunit": "^9.5", "sensio/framework-extra-bundle": "^5.0 || ^6.0", "symfony/browser-kit": "^4.4 || ^5.4 || ^6.0", "symfony/phpunit-bridge": "^5.4", "symfony/security-bundle": "^4.4 || ^5.4 || ^6.0", "symfony/var-dumper": "^4.4 || ^5.4 || ^6.0", "twistor/flysystem-stream-wrapper": "^1.0" }, "suggest": { "knplabs/knp-gaufrette-bundle": "0.1.*", "oneup/flysystem-bundle": "^3.0", "twistor/flysystem-stream-wrapper": "^1.0 (Required when using Flysystem)" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Oneup\\UploaderBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Schmid", "email": "js@1up.io", "homepage": "https://1up.io", "role": "Developer" }, { "name": "David Greminger", "email": "dg@1up.io", "homepage": "https://1up.io", "role": "Developer" } ], "description": "This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.", "homepage": "https://1up.io", "keywords": [ "FancyUpload", "FineUploader", "MooUpload", "Uploadify", "YUI3 Uploader", "blueimp", "dropzone", "fileupload", "jQuery File Uploader", "plupload", "upload" ], "support": { "issues": "https://github.com/1up-lab/OneupUploaderBundle/issues", "source": "https://github.com/1up-lab/OneupUploaderBundle/tree/3.2.1" }, "time": "2022-07-25T07:48:07+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v3.1.3", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", "shasum": "" }, "require": { "php": "^8" }, "require-dev": { "infection/infection": "^0", "nikic/php-fuzzer": "^0", "phpunit/phpunit": "^9|^10|^11", "vimeo/psalm": "^4|^5|^6" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2025-09-24T15:06:41+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.21", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2022-02-16T17:07:03+00:00" }, { "name": "pda/pheanstalk", "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/pheanstalk/pheanstalk.git", "reference": "1459f2f62dddfe28902e0584708417dddd79bd70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/1459f2f62dddfe28902e0584708417dddd79bd70", "reference": "1459f2f62dddfe28902e0584708417dddd79bd70", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "^7" }, "type": "library", "autoload": { "psr-4": { "Pheanstalk\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paul Annesley", "email": "paul@annesley.cc", "homepage": "http://paul.annesley.cc/", "role": "Developer" }, { "name": "Sam Mousa", "email": "sam@mousa.nl", "role": "Maintainer" } ], "description": "PHP client for beanstalkd queue", "homepage": "https://github.com/pheanstalk/pheanstalk", "keywords": [ "beanstalkd" ], "support": { "issues": "https://github.com/pheanstalk/pheanstalk/issues", "source": "https://github.com/pheanstalk/pheanstalk/tree/v4.0.5" }, "time": "2024-01-11T15:06:06+00:00" }, { "name": "php-amqplib/php-amqplib", "version": "v3.7.4", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", "reference": "381b6f7c600e0e0c7463cdd7f7a1a3bc6268e5fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/381b6f7c600e0e0c7463cdd7f7a1a3bc6268e5fd", "reference": "381b6f7c600e0e0c7463cdd7f7a1a3bc6268e5fd", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-sockets": "*", "php": "^7.2||^8.0", "phpseclib/phpseclib": "^2.0|^3.0" }, "conflict": { "php": "7.4.0 - 7.4.1" }, "replace": { "videlalvaro/php-amqplib": "self.version" }, "require-dev": { "ext-curl": "*", "nategood/httpful": "^0.2.20", "phpunit/phpunit": "^7.5|^9.5", "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "PhpAmqpLib\\": "PhpAmqpLib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Alvaro Videla", "role": "Original Maintainer" }, { "name": "Raúl Araya", "email": "nubeiro@gmail.com", "role": "Maintainer" }, { "name": "Luke Bakken", "email": "luke@bakken.io", "role": "Maintainer" }, { "name": "Ramūnas Dronga", "email": "github@ramuno.lt", "role": "Maintainer" } ], "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", "homepage": "https://github.com/php-amqplib/php-amqplib/", "keywords": [ "message", "queue", "rabbitmq" ], "support": { "issues": "https://github.com/php-amqplib/php-amqplib/issues", "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.7.4" }, "time": "2025-11-23T17:00:56+00:00" }, { "name": "php-amqplib/rabbitmq-bundle", "version": "2.17.4", "source": { "type": "git", "url": "https://github.com/php-amqplib/RabbitMqBundle.git", "reference": "84f6c284daddd350b1b9ba3a4efabcb7c9c03479" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/84f6c284daddd350b1b9ba3a4efabcb7c9c03479", "reference": "84f6c284daddd350b1b9ba3a4efabcb7c9c03479", "shasum": "" }, "require": { "php": "^7.4|^8.0", "php-amqplib/php-amqplib": "^2.12.2|^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/config": "^4.4|^5.3|^6.0|^7.0", "symfony/console": "^4.4|^5.3|^6.0|^7.0", "symfony/dependency-injection": "^4.4|^5.3|^6.0|^7.0", "symfony/event-dispatcher": "^4.4|^5.3|^6.0|^7.0", "symfony/framework-bundle": "^4.4|^5.3|^6.0|^7.0", "symfony/http-kernel": "^4.4|^5.3|^6.0|^7.0", "symfony/yaml": "^4.4|^5.3|^6.0|^7.0" }, "replace": { "emag-tech-labs/rabbitmq-bundle": "self.version", "oldsound/rabbitmq-bundle": "self.version" }, "require-dev": { "phpstan/phpstan": "^1.2", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5", "symfony/serializer": "^4.4|^5.3|^6.0|^7.0" }, "suggest": { "ext-pcntl": "*", "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.10.x-dev" } }, "autoload": { "psr-4": { "OldSound\\RabbitMqBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alvaro Videla" } ], "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.", "keywords": [ "AMQP", "message", "queue", "rabbitmq", "symfony", "symfony4", "symfony5" ], "support": { "issues": "https://github.com/php-amqplib/RabbitMqBundle/issues", "source": "https://github.com/php-amqplib/RabbitMqBundle/tree/2.17.4" }, "time": "2025-08-03T22:35:15+00:00" }, { "name": "php-http/guzzle7-adapter", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/guzzle7-adapter.git", "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb", "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": "^7.3 | ^8.0", "php-http/httplug": "^2.0", "psr/http-client": "^1.0" }, "provide": { "php-http/async-client-implementation": "1.0", "php-http/client-implementation": "1.0", "psr/http-client-implementation": "1.0" }, "require-dev": { "php-http/client-integration-tests": "^3.0", "php-http/message-factory": "^1.1", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^8.0|^9.3" }, "type": "library", "autoload": { "psr-4": { "Http\\Adapter\\Guzzle7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com" } ], "description": "Guzzle 7 HTTP Adapter", "homepage": "http://httplug.io", "keywords": [ "Guzzle", "http" ], "support": { "issues": "https://github.com/php-http/guzzle7-adapter/issues", "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0" }, "time": "2024-11-26T11:14:36+00:00" }, { "name": "php-http/httplug", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4", "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, "type": "library", "autoload": { "psr-4": { "Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "HTTPlug, the HTTP client abstraction for PHP", "homepage": "http://httplug.io", "keywords": [ "client", "http" ], "support": { "issues": "https://github.com/php-http/httplug/issues", "source": "https://github.com/php-http/httplug/tree/2.4.1" }, "time": "2024-09-23T11:39:58+00:00" }, { "name": "php-http/promise", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" }, "type": "library", "autoload": { "psr-4": { "Http\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joel Wurtz", "email": "joel.wurtz@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Promise used for asynchronous HTTP requests", "homepage": "http://httplug.io", "keywords": [ "promise" ], "support": { "issues": "https://github.com/php-http/promise/issues", "source": "https://github.com/php-http/promise/tree/1.3.1" }, "time": "2024-03-15T13:55:21+00:00" }, { "name": "phpoffice/phpspreadsheet", "version": "5.7.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", "reference": "9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8", "reference": "9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8", "shasum": "" }, "require": { "composer/pcre": "^1||^2||^3", "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", "ext-filter": "*", "ext-gd": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", "ext-xml": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^3.0", "markbaker/matrix": "^3.0", "php": "^8.1", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-main", "dompdf/dompdf": "^2.0 || ^3.0", "ext-intl": "*", "friendsofphp/php-cs-fixer": "^3.2", "mitoteam/jpgraph": "^10.5", "mpdf/mpdf": "^8.1.1", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.1 || ^2.0", "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", "phpstan/phpstan-phpunit": "^1.0 || ^2.0", "phpunit/phpunit": "^10.5", "squizlabs/php_codesniffer": "^3.7", "tecnickcom/tcpdf": "^6.5" }, "suggest": { "dompdf/dompdf": "Option for rendering PDF with PDF Writer", "ext-intl": "PHP Internationalization Functions, required for NumberFormat Wizard and StringHelper::setLocale()", "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", "mpdf/mpdf": "Option for rendering PDF with PDF Writer", "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer" }, "type": "library", "autoload": { "psr-4": { "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "https://blog.maartenballiauw.be" }, { "name": "Mark Baker", "homepage": "https://markbakeruk.net" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net" }, { "name": "Erik Tilt" }, { "name": "Adrien Crivelli" }, { "name": "Owen Leibman" } ], "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", "keywords": [ "OpenXML", "excel", "gnumeric", "ods", "php", "spreadsheet", "xls", "xlsx" ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.7.0" }, "time": "2026-04-20T02:42:17+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.52", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "2adaefc83df2ec548558307690f376dd7d4f4fce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2adaefc83df2ec548558307690f376dd7d4f4fce", "reference": "2adaefc83df2ec548558307690f376dd7d4f4fce", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2|^3", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/3.0.52" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "time": "2026-04-27T07:02:15+00:00" }, { "name": "phpstan/phpdoc-parser", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a", "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, "type": "library", "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2" }, "time": "2026-01-25T14:56:51+00:00" }, { "name": "predis/predis", "version": "v1.1.10", "source": { "type": "git", "url": "https://github.com/predis/predis.git", "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-4": { "Predis\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net", "role": "Creator & Maintainer" }, { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" } ], "description": "Flexible and feature-complete Redis client for PHP and HHVM", "homepage": "http://github.com/predis/predis", "keywords": [ "nosql", "predis", "redis" ], "support": { "issues": "https://github.com/predis/predis/issues", "source": "https://github.com/predis/predis/tree/v1.1.10" }, "funding": [ { "url": "https://github.com/sponsors/tillkruss", "type": "github" } ], "time": "2022-01-05T17:46:08+00:00" }, { "name": "psr/cache", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/2.0.0" }, "time": "2021-02-03T23:23:37+00:00" }, { "name": "psr/container", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/1.1.2" }, "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/event-dispatcher", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/event-dispatcher.git", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Standard interfaces for event handling.", "keywords": [ "events", "psr", "psr-14" ], "support": { "issues": "https://github.com/php-fig/event-dispatcher/issues", "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" }, "time": "2019-01-08T18:20:26+00:00" }, { "name": "psr/http-client", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory" }, "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/2.0" }, "time": "2023-04-04T09:54:51+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": "psr/simple-cache", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a", "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/2.0.0" }, "time": "2021-10-29T13:22:09+00:00" }, { "name": "psy/psysh", "version": "v0.11.23", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", "reference": "e9ac4fae08b0bc7fb4f8391b220daa1dc55f03bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e9ac4fae08b0bc7fb4f8391b220daa1dc55f03bf", "reference": "e9ac4fae08b0bc7fb4f8391b220daa1dc55f03bf", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", "nikic/php-parser": "^4.0 || ^3.1", "php": "^8.0 || ^7.0.8", "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" }, "conflict": { "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.2" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { "bamarni-bin": { "bin-links": false, "forward-command": false }, "branch-alias": { "dev-0.11": "0.11.x-dev" } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Psy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "An interactive shell for modern PHP.", "homepage": "http://psysh.org", "keywords": [ "REPL", "console", "interactive", "shell" ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", "source": "https://github.com/bobthecow/psysh/tree/v0.11.23" }, "time": "2026-01-30T05:01:10+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/collection", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "captainhook/plugin-composer": "^5.3", "ergebnis/composer-normalize": "^2.45", "fakerphp/faker": "^1.24", "hamcrest/hamcrest-php": "^2.0", "jangregor/phpstan-prophecy": "^2.1", "mockery/mockery": "^1.6", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.4", "phpspec/prophecy-phpunit": "^2.3", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-mockery": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^10.5", "ramsey/coding-standard": "^2.3", "ramsey/conventional-commits": "^1.6", "roave/security-advisories": "dev-latest" }, "type": "library", "extra": { "captainhook": { "force-install": true }, "ramsey/conventional-commits": { "configFile": "conventional-commits.json" } }, "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" } ], "description": "A PHP library for representing and manipulating collections.", "keywords": [ "array", "collection", "hash", "map", "queue", "set" ], "support": { "issues": "https://github.com/ramsey/collection/issues", "source": "https://github.com/ramsey/collection/tree/2.1.1" }, "time": "2025-03-22T05:38:12+00:00" }, { "name": "ramsey/uuid", "version": "4.9.2", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "8429c78ca35a09f27565311b98101e2826affde0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0", "reference": "8429c78ca35a09f27565311b98101e2826affde0", "shasum": "" }, "require": { "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "captainhook/captainhook": "^5.25", "captainhook/plugin-composer": "^5.3", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "ergebnis/composer-normalize": "^2.47", "mockery/mockery": "^1.6", "paragonie/random-lib": "^2", "php-mock/php-mock": "^2.6", "php-mock/php-mock-mockery": "^1.5", "php-parallel-lint/php-parallel-lint": "^1.4.0", "phpbench/phpbench": "^1.2.14", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-mockery": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.6", "slevomat/coding-standard": "^8.18", "squizlabs/php_codesniffer": "^3.13" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "captainhook": { "force-install": true } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", "keywords": [ "guid", "identifier", "uuid" ], "support": { "issues": "https://github.com/ramsey/uuid/issues", "source": "https://github.com/ramsey/uuid/tree/4.9.2" }, "time": "2025-12-14T04:43:48+00:00" }, { "name": "react/promise", "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "23444f53a813a3296c1368bb104793ce8d88f04a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a", "reference": "23444f53a813a3296c1368bb104793ce8d88f04a", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "phpstan/phpstan": "1.12.28 || 1.4.10", "phpunit/phpunit": "^9.6 || ^7.5" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "support": { "issues": "https://github.com/reactphp/promise/issues", "source": "https://github.com/reactphp/promise/tree/v3.3.0" }, "funding": [ { "url": "https://opencollective.com/reactphp", "type": "open_collective" } ], "time": "2025-08-19T18:57:03+00:00" }, { "name": "robrichards/xmlseclibs", "version": "3.1.5", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", "reference": "03062be78178cbb5e8f605cd255dc32a14981f92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/03062be78178cbb5e8f605cd255dc32a14981f92", "reference": "03062be78178cbb5e8f605cd255dc32a14981f92", "shasum": "" }, "require": { "ext-openssl": "*", "php": ">= 5.4" }, "type": "library", "autoload": { "psr-4": { "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A PHP library for XML Security", "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ "security", "signature", "xml", "xmldsig" ], "support": { "issues": "https://github.com/robrichards/xmlseclibs/issues", "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.5" }, "time": "2026-03-13T10:31:56+00:00" }, { "name": "seld/jsonlint", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2", "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", "type": "tidelift" } ], "time": "2024-07-11T14:55:45+00:00" }, { "name": "seld/phar-utils", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "support": { "issues": "https://github.com/Seldaek/phar-utils/issues", "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" }, "time": "2022-08-31T10:31:18+00:00" }, { "name": "seld/signal-handler", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/Seldaek/signal-handler.git", "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", "shasum": "" }, "require": { "php": ">=7.2.0" }, "require-dev": { "phpstan/phpstan": "^1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "^7.5.20 || ^8.5.23", "psr/log": "^1 || ^2 || ^3" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "psr-4": { "Seld\\Signal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", "keywords": [ "posix", "sigint", "signal", "sigterm", "unix" ], "support": { "issues": "https://github.com/Seldaek/signal-handler/issues", "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2" }, "time": "2023-09-03T09:24:00+00:00" }, { "name": "sensio/framework-extra-bundle", "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2f886f4b31f23c76496901acaedfedb6936ba61f", "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f", "shasum": "" }, "require": { "doctrine/annotations": "^1.0|^2.0", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/framework-bundle": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "conflict": { "doctrine/doctrine-cache-bundle": "<1.3.1", "doctrine/persistence": "<1.3" }, "require-dev": { "doctrine/dbal": "^2.10|^3.0", "doctrine/doctrine-bundle": "^1.11|^2.0", "doctrine/orm": "^2.5", "symfony/browser-kit": "^4.4|^5.0|^6.0", "symfony/doctrine-bridge": "^4.4|^5.0|^6.0", "symfony/dom-crawler": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/monolog-bridge": "^4.0|^5.0|^6.0", "symfony/monolog-bundle": "^3.2", "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0", "symfony/security-bundle": "^4.4|^5.0|^6.0", "symfony/twig-bundle": "^4.4|^5.0|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0", "twig/twig": "^1.34|^2.4|^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "6.1.x-dev" } }, "autoload": { "psr-4": { "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/" }, "exclude-from-classmap": [ "/tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "This bundle provides a way to configure your controllers with annotations", "keywords": [ "annotations", "controllers" ], "support": { "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.10" }, "abandoned": "Symfony", "time": "2023-02-24T14:57:12+00:00" }, { "name": "simshaun/recurr", "version": "v5.0.3", "source": { "type": "git", "url": "https://github.com/simshaun/recurr.git", "reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simshaun/recurr/zipball/7b136768d64f257065e38a804ee6d2f9af6ba6d1", "reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1", "shasum": "" }, "require": { "doctrine/collections": "~1.6||^2.0", "php": "^7.2||^8.0" }, "require-dev": { "phpunit/phpunit": "^8.5.16", "symfony/yaml": "^5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.x-dev" } }, "autoload": { "psr-4": { "Recurr\\": "src/Recurr/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Shaun Simmons", "email": "shaun@shaun.pub", "homepage": "https://shaun.pub" } ], "description": "PHP library for working with recurrence rules", "homepage": "https://github.com/simshaun/recurr", "keywords": [ "dates", "events", "recurrence", "recurring", "rrule" ], "support": { "issues": "https://github.com/simshaun/recurr/issues", "source": "https://github.com/simshaun/recurr/tree/v5.0.3" }, "time": "2024-12-12T15:39:24+00:00" }, { "name": "stack/builder", "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/stackphp/builder.git", "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", "shasum": "" }, "require": { "php": ">=7.2.0", "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" }, "require-dev": { "phpunit/phpunit": "~8.0", "symfony/routing": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Stack": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch" } ], "description": "Builder for stack middleware based on HttpKernelInterface.", "keywords": [ "stack" ], "support": { "issues": "https://github.com/stackphp/builder/issues", "source": "https://github.com/stackphp/builder/tree/v1.0.6" }, "abandoned": true, "time": "2020-01-30T12:17:27+00:00" }, { "name": "studio-42/elfinder", "version": "2.1.69", "source": { "type": "git", "url": "https://github.com/Studio-42/elFinder.git", "reference": "8f2c3ffafcdd52cf4515f1eec172f4eee44552ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/8f2c3ffafcdd52cf4515f1eec172f4eee44552ad", "reference": "8f2c3ffafcdd52cf4515f1eec172f4eee44552ad", "shasum": "" }, "require": { "php": ">=5.2" }, "suggest": { "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.", "google/apiclient": "VolumeDriver GoogleDrive require `google/apiclient:^2.0.", "kunalvarma05/dropbox-php-sdk": "VolumeDriver `Dropbox`2 require `kunalvarma05/dropbox-php-sdk.", "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting with Flysystem." }, "type": "library", "autoload": { "classmap": [ "php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Dmitry Levashov", "email": "dio@std42.ru", "homepage": "http://std42.ru" }, { "name": "Troex Nevelin", "email": "troex@fury.scancode.ru", "homepage": "http://std42.ru" }, { "name": "Naoki Sawada", "email": "hypweb+elfinder@gmail.com", "homepage": "http://xoops.hypweb.net" }, { "name": "Community contributions", "homepage": "https://github.com/Studio-42/elFinder/contributors" } ], "description": "File manager for web", "homepage": "http://elfinder.org", "support": { "issues": "https://github.com/Studio-42/elFinder/issues", "source": "https://github.com/Studio-42/elFinder/tree/2.1.69" }, "funding": [ { "url": "https://github.com/nao-pon", "type": "github" } ], "time": "2026-05-07T12:53:30+00:00" }, { "name": "symfony/amqp-messenger", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/amqp-messenger.git", "reference": "822ad5f425ef362580273a175c45aa765220fe73" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/822ad5f425ef362580273a175c45aa765220fe73", "reference": "822ad5f425ef362580273a175c45aa765220fe73", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/messenger": "^5.3|^6.0" }, "require-dev": { "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0" }, "type": "symfony-messenger-bridge", "autoload": { "psr-4": { "Symfony\\Component\\Messenger\\Bridge\\Amqp\\": "" }, "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": "Symfony AMQP extension Messenger Bridge", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/amqp-messenger/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/asset", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "b7a18eaff1d717c321b4f13403413f8815bf9cb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/b7a18eaff1d717c321b4f13403413f8815bf9cb0", "reference": "b7a18eaff1d717c321b4f13403413f8815bf9cb0", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/http-foundation": "<5.3" }, "require-dev": { "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^5.3|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/http-foundation": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" }, "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": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/asset/tree/5.4" }, "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-10-22T13:05:35+00:00" }, { "name": "symfony/cache", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "cf97668c86ddd7c74726999f910291d3046486d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/cf97668c86ddd7c74726999f910291d3046486d8", "reference": "cf97668c86ddd7c74726999f910291d3046486d8", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0", "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "conflict": { "doctrine/dbal": "<2.13.1", "symfony/dependency-injection": "<4.4", "symfony/http-kernel": "<4.4", "symfony/var-dumper": "<4.4" }, "provide": { "psr/cache-implementation": "1.0|2.0", "psr/simple-cache-implementation": "1.0|2.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "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 extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { "source": "https://github.com/symfony/cache/tree/5.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-05-14T07:00:56+00:00" }, { "name": "symfony/cache-contracts", "version": "v2.5.4", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/517c3a3619dadfa6952c4651767fcadffb4df65e", "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0|^3.0" }, "suggest": { "symfony/cache-implementation": "" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Cache\\": "" } }, "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": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/cache-contracts/tree/v2.5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/config", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "977c88a02d7d3f16904a81907531b19666a08e78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/977c88a02d7d3f16904a81907531b19666a08e78", "reference": "977c88a02d7d3f16904a81907531b19666a08e78", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<4.4" }, "require-dev": { "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "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": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/5.4" }, "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-10-30T07:58:02+00:00" }, { "name": "symfony/console", "version": "v5.4.47", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed", "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/string": "^5.1|^6.0" }, "conflict": { "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/log": "^1|^2", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/lock": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "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": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "keywords": [ "cli", "command-line", "console", "terminal" ], "support": { "source": "https://github.com/symfony/console/tree/v5.4.47" }, "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-06T11:30:55+00:00" }, { "name": "symfony/css-selector", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f3901f097", "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/css-selector/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/dependency-injection", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e5ca16dee39ef7d63e552ff0bf0a2526a1142c92", "reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1.1", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { "ext-psr": "<1.1|>=2", "symfony/config": "<5.3", "symfony/finder": "<4.4", "symfony/proxy-manager-bridge": "<4.4", "symfony/yaml": "<4.4.26" }, "provide": { "psr/container-implementation": "1.0", "symfony/service-implementation": "1.0|2.0" }, "require-dev": { "symfony/config": "^5.3|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/yaml": "^4.4.26|^5.0|^6.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "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": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/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-20T10:51:57+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b", "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.7-dev" } }, "autoload": { "files": [ "function.php" ] }, "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": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-13T15:52:40+00:00" }, { "name": "symfony/doctrine-bridge", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", "reference": "43ed5e31c9188e4f4d3845d16986db4a86644eef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/43ed5e31c9188e4f4d3845d16986db4a86644eef", "reference": "43ed5e31c9188e4f4d3845d16986db4a86644eef", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", "doctrine/persistence": "^2|^3", "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "doctrine/dbal": "<2.13.1", "doctrine/lexer": "<1.1", "doctrine/orm": "<2.7.4", "symfony/cache": "<5.4", "symfony/dependency-injection": "<4.4", "symfony/form": "<5.4.38|>=6,<6.4.6", "symfony/http-kernel": "<5", "symfony/messenger": "<4.4", "symfony/property-info": "<5", "symfony/proxy-manager-bridge": "<4.4.19", "symfony/security-bundle": "<5", "symfony/security-core": "<5.3", "symfony/validator": "<5.4.25|>=6,<6.2.12|>=6.3,<6.3.1" }, "require-dev": { "doctrine/annotations": "^1.10.4|^2", "doctrine/collections": "^1.0|^2.0", "doctrine/data-fixtures": "^1.1|^2", "doctrine/dbal": "^2.13.1|^3|^4", "doctrine/orm": "^2.7.4|^3", "psr/log": "^1|^2|^3", "symfony/cache": "^5.4|^6.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/doctrine-messenger": "^5.1|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/form": "^5.4.38|^6.4.6", "symfony/http-kernel": "^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/property-info": "^5.0|^6.0", "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0", "symfony/security-core": "^5.3|^6.0", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/translation": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", "symfony/validator": "^5.4.25|~6.2.12|^6.3.1", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "doctrine/data-fixtures": "", "doctrine/dbal": "", "doctrine/orm": "", "symfony/form": "", "symfony/property-info": "", "symfony/validator": "" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }, "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": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/doctrine-bridge/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-20T10:49:45+00:00" }, { "name": "symfony/doctrine-messenger", "version": "v5.4.45", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", "reference": "3f5a6e1876fbf57e836ba0a02eb0a636e08c0d96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/3f5a6e1876fbf57e836ba0a02eb0a636e08c0d96", "reference": "3f5a6e1876fbf57e836ba0a02eb0a636e08c0d96", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/messenger": "^5.1|^6.0", "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "doctrine/dbal": "<2.13", "doctrine/persistence": "<1.3" }, "require-dev": { "doctrine/dbal": "^2.13|^3|^4", "doctrine/persistence": "^1.3|^2|^3", "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0" }, "type": "symfony-messenger-bridge", "autoload": { "psr-4": { "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": "" }, "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": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.45" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/dotenv", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", "reference": "08013403089c8a126c968179179b817a552841ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dotenv/zipball/08013403089c8a126c968179179b817a552841ab", "reference": "08013403089c8a126c968179179b817a552841ab", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3" }, "require-dev": { "symfony/console": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" }, "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": "Registers environment variables from a .env file", "homepage": "https://symfony.com", "keywords": [ "dotenv", "env", "environment" ], "support": { "source": "https://github.com/symfony/dotenv/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-27T09:33:00+00:00" }, { "name": "symfony/error-handler", "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", "reference": "93a8400a7eaaaf385b2d6f71e30e064baa639629" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/error-handler/zipball/93a8400a7eaaaf385b2d6f71e30e064baa639629", "reference": "93a8400a7eaaaf385b2d6f71e30e064baa639629", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", "symfony/var-dumper": "^5.4|^6.0" }, "conflict": { "symfony/deprecation-contracts": "<2.5" }, "require-dev": { "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-kernel": "^5.4|^6.0", "symfony/serializer": "^5.4|^6.0" }, "bin": [ "Resources/bin/patch-type-declarations" ], "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" }, "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": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/error-handler/tree/v6.3.12" }, "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-01-23T14:35:58+00:00" }, { "name": "symfony/event-dispatcher", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9", "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher-contracts": "^2|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/dependency-injection": "<4.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "2.0" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/stopwatch": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/event-dispatcher/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/event-dispatcher-contracts", "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", "reference": "ccba7060602b7fed0b03c85bf025257f76d9ef32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/ccba7060602b7fed0b03c85bf025257f76d9ef32", "reference": "ccba7060602b7fed0b03c85bf025257f76d9ef32", "shasum": "" }, "require": { "php": ">=8.1", "psr/event-dispatcher": "^1" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\EventDispatcher\\": "" } }, "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": "Generic abstractions related to dispatching event", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.7.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-05T13:30:16+00:00" }, { "name": "symfony/expression-language", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "a784b66edc4c151eb05076d04707906ee2c209a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/a784b66edc4c151eb05076d04707906ee2c209a9", "reference": "a784b66edc4c151eb05076d04707906ee2c209a9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" }, "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": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/expression-language/tree/5.4" }, "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-10-04T14:55:40+00:00" }, { "name": "symfony/filesystem", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "57c8294ed37d4a055b77057827c67f9558c95c54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54", "reference": "57c8294ed37d4a055b77057827c67f9558c95c54", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/process": "^5.4|^6.4" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "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": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/5.4" }, "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-10-22T13:05:35+00:00" }, { "name": "symfony/finder", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "63741784cd7b9967975eec610b256eed3ede022b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b", "reference": "63741784cd7b9967975eec610b256eed3ede022b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "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/5.4" }, "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-09-28T13:32:08+00:00" }, { "name": "symfony/form", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/form.git", "reference": "c1974a723cdee8a273cb49ce13fada5c1667706a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/form/zipball/c1974a723cdee8a273cb49ce13fada5c1667706a", "reference": "c1974a723cdee8a273cb49ce13fada5c1667706a", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/options-resolver": "^5.1|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-icu": "^1.21", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.23", "symfony/property-access": "^5.0.8|^6.0", "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "symfony/console": "<4.4", "symfony/dependency-injection": "<4.4", "symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7", "symfony/error-handler": "<4.4.5", "symfony/framework-bundle": "<4.4", "symfony/http-kernel": "<4.4", "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony/translation-contracts": "<1.1.7", "symfony/twig-bridge": "<5.4.21|>=6,<6.2.7" }, "require-dev": { "doctrine/collections": "^1.0|^2.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/console": "^5.4|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", "symfony/translation": "^5.4.35|~6.3.12|^6.4.3", "symfony/uid": "^5.1|^6.0", "symfony/validator": "^4.4.17|^5.1.9|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/security-csrf": "For protecting forms against CSRF attacks.", "symfony/twig-bridge": "For templating with Twig.", "symfony/validator": "For form validation." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Form\\": "" }, "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": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/form/tree/5.4" }, "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-10-08T07:27:17+00:00" }, { "name": "symfony/framework-bundle", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", "reference": "3d70f14176422d4d8ee400b6acae4e21f7c25ca2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3d70f14176422d4d8ee400b6acae4e21f7c25ca2", "reference": "3d70f14176422d4d8ee400b6acae4e21f7c25ca2", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/cache": "^5.2|^6.0", "symfony/config": "^5.3|^6.0", "symfony/dependency-injection": "^5.4.44|^6.0.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/error-handler": "^4.4.1|^5.0.1|^6.0", "symfony/event-dispatcher": "^5.1|^6.0", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^5.4.24|^6.2.11", "symfony/http-kernel": "^5.4|^6.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22", "symfony/routing": "^5.3|^6.0" }, "conflict": { "doctrine/annotations": "<1.13.1", "doctrine/cache": "<1.11", "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/asset": "<5.3", "symfony/console": "<5.2.5|>=7.0", "symfony/dom-crawler": "<4.4", "symfony/dotenv": "<5.1", "symfony/form": "<5.2", "symfony/http-client": "<4.4", "symfony/lock": "<4.4", "symfony/mailer": "<5.2", "symfony/messenger": "<5.4", "symfony/mime": "<4.4", "symfony/property-access": "<5.3", "symfony/property-info": "<4.4", "symfony/runtime": "<5.4.45|>=6.0,<6.4.13|>=7.0,<7.1.6", "symfony/security-csrf": "<5.3", "symfony/serializer": "<5.2", "symfony/service-contracts": ">=3.0", "symfony/stopwatch": "<4.4", "symfony/translation": "<5.3", "symfony/twig-bridge": "<4.4", "symfony/twig-bundle": "<4.4", "symfony/validator": "<5.3.11", "symfony/web-profiler-bundle": "<4.4", "symfony/workflow": "<5.2" }, "require-dev": { "doctrine/annotations": "^1.13.1|^2", "doctrine/cache": "^1.11|^2.0", "doctrine/persistence": "^1.3|^2|^3", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^5.3|^6.0", "symfony/browser-kit": "^5.4|^6.0", "symfony/console": "^5.4.9|^6.0.9", "symfony/css-selector": "^4.4|^5.0|^6.0", "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0", "symfony/dotenv": "^5.1|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/form": "^5.2|^6.0", "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/lock": "^4.4|^5.0|^6.0", "symfony/mailer": "^5.2|^6.0", "symfony/messenger": "^5.4|^6.0", "symfony/mime": "^4.4|^5.0|^6.0", "symfony/notifier": "^5.4|^6.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/property-info": "^4.4|^5.0|^6.0", "symfony/rate-limiter": "^5.2|^6.0", "symfony/security-bundle": "^5.4|^6.0", "symfony/serializer": "^5.4|^6.0", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/string": "^5.0|^6.0", "symfony/translation": "^5.3|^6.0", "symfony/twig-bundle": "^4.4|^5.0|^6.0", "symfony/validator": "^5.3.11|^6.0", "symfony/web-link": "^4.4|^5.0|^6.0", "symfony/workflow": "^5.2|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0", "twig/twig": "^2.10|^3.0.4" }, "suggest": { "ext-apcu": "For best performance of the system caches", "symfony/console": "For using the console commands", "symfony/form": "For using forms", "symfony/property-info": "For using the property_info service", "symfony/serializer": "For using the serializer service", "symfony/validator": "For using validation", "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }, "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": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/framework-bundle/tree/5.4" }, "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-10-22T13:05:35+00:00" }, { "name": "symfony/http-client", "version": "v5.4.49", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", "reference": "d77d8e212cde7b5c4a64142bf431522f19487c28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client/zipball/d77d8e212cde7b5c4a64142bf431522f19487c28", "reference": "d77d8e212cde7b5c4a64142bf431522f19487c28", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.1|^3", "symfony/http-client-contracts": "^2.5.4", "symfony/polyfill-php73": "^1.11", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.0|^2|^3" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", "symfony/http-client-implementation": "2.4" }, "require-dev": { "amphp/amp": "^2.5", "amphp/http-client": "^4.2.1", "amphp/http-tunnel": "^1.0", "amphp/socket": "^1.1", "guzzlehttp/promises": "^1.4|^2.0", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/stopwatch": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpClient\\": "" }, "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 powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "keywords": [ "http" ], "support": { "source": "https://github.com/symfony/http-client/tree/v5.4.49" }, "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-28T08:37:04+00:00" }, { "name": "symfony/http-client-contracts", "version": "v2.5.5", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", "reference": "48ef1d0a082885877b664332b9427662065a360c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/48ef1d0a082885877b664332b9427662065a360c", "reference": "48ef1d0a082885877b664332b9427662065a360c", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/http-client-implementation": "" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\HttpClient\\": "" } }, "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": "Generic abstractions related to HTTP clients", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.5" }, "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-28T08:37:04+00:00" }, { "name": "symfony/http-foundation", "version": "v5.4.50", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609", "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "^1.0|^2.0", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", "symfony/mime": "^4.4|^5.0|^6.0", "symfony/rate-limiter": "^5.2|^6.0" }, "suggest": { "symfony/mime": "To use the file extension guesser" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/http-foundation/tree/v5.4.50" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-03T12:58:48+00:00" }, { "name": "symfony/http-kernel", "version": "v5.4.51", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "85432f7548b2757b8387f7e1a468abd62fc4c9bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/85432f7548b2757b8387f7e1a468abd62fc4c9bc", "reference": "85432f7548b2757b8387f7e1a468abd62fc4c9bc", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2", "symfony/deprecation-contracts": "^2.1|^3", "symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/event-dispatcher": "^5.0|^6.0", "symfony/http-foundation": "^5.4.21|^6.2.7", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/browser-kit": "<5.4", "symfony/cache": "<5.0", "symfony/config": "<5.0", "symfony/console": "<4.4", "symfony/dependency-injection": "<5.3", "symfony/doctrine-bridge": "<5.0", "symfony/form": "<5.0", "symfony/http-client": "<5.0", "symfony/mailer": "<5.0", "symfony/messenger": "<5.0", "symfony/translation": "<5.0", "symfony/twig-bridge": "<5.0", "symfony/validator": "<5.0", "twig/twig": "<2.13" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^5.4|^6.0", "symfony/config": "^5.0|^6.0", "symfony/console": "^4.4|^5.0|^6.0", "symfony/css-selector": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/dom-crawler": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/http-client-contracts": "^1.1|^2|^3", "symfony/process": "^4.4|^5.0|^6.0", "symfony/routing": "^4.4|^5.0|^6.0", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/translation": "^4.4|^5.0|^6.0", "symfony/translation-contracts": "^1.1|^2|^3", "symfony/var-dumper": "^4.4.31|^5.4", "twig/twig": "^2.13|^3.0.4" }, "suggest": { "symfony/browser-kit": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/http-kernel/tree/v5.4.51" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-28T07:10:35+00:00" }, { "name": "symfony/intl", "version": "v5.4.47", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", "reference": "5258476a3ab680cd633a1d23130fcc9e8027e3ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/intl/zipball/5258476a3ab680cd633a1d23130fcc9e8027e3ff", "reference": "5258476a3ab680cd633a1d23130fcc9e8027e3ff", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\Intl\\": "" }, "classmap": [ "Resources/stubs" ], "exclude-from-classmap": [ "/Tests/", "/Resources/data/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Eriksen Costa", "email": "eriksen.costa@infranology.com.br" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", "homepage": "https://symfony.com", "keywords": [ "i18n", "icu", "internationalization", "intl", "l10n", "localization" ], "support": { "source": "https://github.com/symfony/intl/tree/v5.4.47" }, "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-08T08:12:23+00:00" }, { "name": "symfony/lock", "version": "v5.4.45", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", "reference": "f85ebc5346a2f0e4f9e347e9154922a6d4665c65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/lock/zipball/f85ebc5346a2f0e4f9e347e9154922a6d4665c65", "reference": "f85ebc5346a2f0e4f9e347e9154922a6d4665c65", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "doctrine/dbal": "<2.13" }, "require-dev": { "doctrine/dbal": "^2.13|^3|^4", "predis/predis": "^1.0|^2.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Lock\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jérémy Derussé", "email": "jeremy@derusse.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource", "homepage": "https://symfony.com", "keywords": [ "cas", "flock", "locking", "mutex", "redlock", "semaphore" ], "support": { "source": "https://github.com/symfony/lock/tree/v5.4.45" }, "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-10-21T20:36:41+00:00" }, { "name": "symfony/mailer", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", "reference": "5b5385bc21c3549a80abc1353ccf8eb0b6861c61" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/mailer/zipball/5b5385bc21c3549a80abc1353ccf8eb0b6861c61", "reference": "5b5385bc21c3549a80abc1353ccf8eb0b6861c61", "shasum": "" }, "require": { "egulias/email-validator": "^2.1.10|^3|^4", "php": ">=7.2.5", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/mime": "^5.2.6|^6.0", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "symfony/http-kernel": "<4.4" }, "require-dev": { "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Mailer\\": "" }, "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": "Helps sending emails", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/mailer/tree/5.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-05-11T06:39:31+00:00" }, { "name": "symfony/messenger", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", "reference": "c21d463ba813a3fe9833f46114310fac99bd66e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/messenger/zipball/c21d463ba813a3fe9833f46114310fac99bd66e0", "reference": "c21d463ba813a3fe9833f46114310fac99bd66e0", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2|^3", "symfony/amqp-messenger": "^5.1|^6.0", "symfony/deprecation-contracts": "^2.1|^3", "symfony/doctrine-messenger": "^5.1|^6.0", "symfony/polyfill-php80": "^1.16", "symfony/redis-messenger": "^5.1|^6.0" }, "conflict": { "symfony/event-dispatcher": "<4.4", "symfony/framework-bundle": "<4.4", "symfony/http-kernel": "<4.4", "symfony/serializer": "<5.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/console": "^5.4|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/routing": "^4.4|^5.0|^6.0", "symfony/serializer": "^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/validator": "^4.4|^5.0|^6.0" }, "suggest": { "enqueue/messenger-adapter": "For using the php-enqueue library as a transport." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Messenger\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Samuel Roze", "email": "samuel.roze@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/messenger/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/mime", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", "reference": "8f89d3a319b92486b0bcc43c0479d19fdb0e2f64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/mime/zipball/8f89d3a319b92486b0bcc43c0479d19fdb0e2f64", "reference": "8f89d3a319b92486b0bcc43c0479d19fdb0e2f64", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.16" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<4.4", "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/process": "^5.4|^6.4", "symfony/property-access": "^4.4|^5.1|^6.0", "symfony/property-info": "^4.4|^5.1|^6.0", "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Mime\\": "" }, "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": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ "mime", "mime-type" ], "support": { "source": "https://github.com/symfony/mime/tree/5.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-05-05T14:35:32+00:00" }, { "name": "symfony/monolog-bridge", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", "reference": "3d698683d59e739af40596833ddd8bfc1540ed1a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/3d698683d59e739af40596833ddd8bfc1540ed1a", "reference": "3d698683d59e739af40596833ddd8bfc1540ed1a", "shasum": "" }, "require": { "monolog/monolog": "^1.25.1|^2", "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/http-kernel": "^5.3|^6.0", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "symfony/console": "<4.4", "symfony/http-foundation": "<5.3" }, "require-dev": { "symfony/console": "^4.4|^5.0|^6.0", "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/mailer": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/mime": "^4.4|^5.0|^6.0", "symfony/security-core": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Monolog\\": "" }, "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": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/monolog-bridge/tree/5.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-05-07T16:46:23+00:00" }, { "name": "symfony/monolog-bundle", "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd", "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd", "shasum": "" }, "require": { "monolog/monolog": "~1.22 || ~2.0", "php": ">=5.6", "symfony/config": "~3.4 || ~4.0 || ^5.0", "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0", "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0", "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0" }, "require-dev": { "symfony/console": "~3.4 || ~4.0 || ^5.0", "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0", "symfony/yaml": "~3.4 || ~4.0 || ^5.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony MonologBundle", "homepage": "http://symfony.com", "keywords": [ "log", "logging" ], "support": { "issues": "https://github.com/symfony/monolog-bundle/issues", "source": "https://github.com/symfony/monolog-bundle/tree/v3.5.0" }, "time": "2019-11-13T13:11:14+00:00" }, { "name": "symfony/options-resolver", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6", "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "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": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "support": { "source": "https://github.com/symfony/options-resolver/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/password-hasher", "version": "v6.4.32", "source": { "type": "git", "url": "https://github.com/symfony/password-hasher.git", "reference": "fbdfa5a2ca218ec8bb9029517426df2d780bdba9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/password-hasher/zipball/fbdfa5a2ca218ec8bb9029517426df2d780bdba9", "reference": "fbdfa5a2ca218ec8bb9029517426df2d780bdba9", "shasum": "" }, "require": { "php": ">=8.1" }, "conflict": { "symfony/security-core": "<5.4" }, "require-dev": { "symfony/console": "^5.4|^6.0|^7.0", "symfony/security-core": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PasswordHasher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Robin Chalas", "email": "robin.chalas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides password hashing utilities", "homepage": "https://symfony.com", "keywords": [ "hashing", "password" ], "support": { "source": "https://github.com/symfony/password-hasher/tree/v6.4.32" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-01T21:24:53+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "141046a8f9477948ff284fa65be2095baafb94f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2", "reference": "141046a8f9477948ff284fa65be2095baafb94f2", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-10T16:19:22+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e", "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e", "shasum": "" }, "require": { "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "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 intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-26T13:13:48+00:00" }, { "name": "symfony/polyfill-intl-icu", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", "reference": "3510b63d07376b04e57e27e82607d468bb134f78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3510b63d07376b04e57e27e82607d468bb134f78", "reference": "3510b63d07376b04e57e27e82607d468bb134f78", "shasum": "" }, "require": { "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance and support of other locales than \"en\"" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Icu\\": "" }, "classmap": [ "Resources/stubs" ], "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": "Symfony polyfill for intl's ICU-related data and classes", "homepage": "https://symfony.com", "keywords": [ "compatibility", "icu", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-10T16:50:15+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", "shasum": "" }, "require": { "php": ">=7.2", "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Trevor Rowbotham", "email": "trevor.rowbotham@pm.me" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-10T14:38:51+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "classmap": [ "Resources/stubs" ] }, "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 intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315", "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315", "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.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-10T17:25:58+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "metapackage", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "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 backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.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-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", "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\\Php73\\": "" }, "classmap": [ "Resources/stubs" ] }, "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 backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411", "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411", "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.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-10T16:19:22+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "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\\Php81\\": "" }, "classmap": [ "Resources/stubs" ] }, "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 backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php84", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06", "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06", "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\\Php84\\": "" }, "classmap": [ "Resources/stubs" ] }, "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 backporting some PHP 8.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php84/tree/v1.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-10T18:47:49+00:00" }, { "name": "symfony/process", "version": "v5.4.51", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "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": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v5.4.51" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-26T15:53:37+00:00" }, { "name": "symfony/property-access", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "111e7ed617509f1a9139686055d234aad6e388e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/111e7ed617509f1a9139686055d234aad6e388e0", "reference": "111e7ed617509f1a9139686055d234aad6e388e0", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", "symfony/property-info": "^5.2|^6.0" }, "require-dev": { "symfony/cache": "^4.4|^5.0|^6.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "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": "Provides functions to read and write from/to an object or array using a simple string notation", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property-path", "reflection" ], "support": { "source": "https://github.com/symfony/property-access/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/property-info", "version": "v6.4.34", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", "reference": "916455e4c9dcddbebfd101f29d7983841c3564e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-info/zipball/916455e4c9dcddbebfd101f29d7983841c3564e0", "reference": "916455e4c9dcddbebfd101f29d7983841c3564e0", "shasum": "" }, "require": { "php": ">=8.1", "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { "doctrine/annotations": "<1.12", "phpdocumentor/reflection-docblock": "<5.2|>=6", "phpdocumentor/type-resolver": "<1.5.1", "symfony/cache": "<5.4", "symfony/dependency-injection": "<5.4|>=6.0,<6.4", "symfony/serializer": "<5.4" }, "require-dev": { "doctrine/annotations": "^1.12|^2", "phpdocumentor/reflection-docblock": "^5.2", "phpstan/phpdoc-parser": "^1.0|^2.0", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/serializer": "^5.4|^6.4|^7.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyInfo\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "dunglas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Extracts information about PHP class' properties using metadata of popular sources", "homepage": "https://symfony.com", "keywords": [ "doctrine", "phpdoc", "property", "symfony", "type", "validator" ], "support": { "source": "https://github.com/symfony/property-info/tree/v6.4.34" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-02-13T09:42:46+00:00" }, { "name": "symfony/redis-messenger", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/redis-messenger.git", "reference": "a097e8c6529a7179a732161bd5368629c6319899" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/a097e8c6529a7179a732161bd5368629c6319899", "reference": "a097e8c6529a7179a732161bd5368629c6319899", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/messenger": "^5.1|^6.0" }, "require-dev": { "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0" }, "type": "symfony-messenger-bridge", "autoload": { "psr-4": { "Symfony\\Component\\Messenger\\Bridge\\Redis\\": "" }, "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": "Symfony Redis extension Messenger Bridge", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/redis-messenger/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-13T13:58:00+00:00" }, { "name": "symfony/routing", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "dd08c19879a9b37ff14fd30dcbdf99a4cf045db1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/dd08c19879a9b37ff14fd30dcbdf99a4cf045db1", "reference": "dd08c19879a9b37ff14fd30dcbdf99a4cf045db1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "doctrine/annotations": "<1.12", "symfony/config": "<5.3", "symfony/dependency-injection": "<4.4", "symfony/yaml": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", "symfony/config": "^5.3|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/config": "For using the all-in-one router or any loader", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, "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": "Maps an HTTP request to a set of configuration variables", "homepage": "https://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "support": { "source": "https://github.com/symfony/routing/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-12T18:20:21+00:00" }, { "name": "symfony/security-acl", "version": "v3.0.4", "source": { "type": "git", "url": "https://github.com/symfony/security-acl.git", "reference": "dc8f10b3bda34e9ddcad49edc7accf61f31fce43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-acl/zipball/dc8f10b3bda34e9ddcad49edc7accf61f31fce43", "reference": "dc8f10b3bda34e9ddcad49edc7accf61f31fce43", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/security-core": "^2.8|^3.0|^4.0|^5.0" }, "require-dev": { "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", "symfony/phpunit-bridge": "^2.8|^3.0|^4.0|^5.0" }, "suggest": { "doctrine/dbal": "For using the built-in ACL implementation", "symfony/class-loader": "For using the ACL generateSql script", "symfony/finder": "For using the ACL generateSql script" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Acl\\": "" }, "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": "Symfony Security Component - ACL (Access Control List)", "homepage": "https://symfony.com", "support": { "issues": "https://github.com/symfony/security-acl/issues", "source": "https://github.com/symfony/security-acl/tree/master" }, "time": "2019-12-12T09:55:57+00:00" }, { "name": "symfony/security-bundle", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", "reference": "d6081d1b9118f944df90bb77444a8617eba01542" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d6081d1b9118f944df90bb77444a8617eba01542", "reference": "d6081d1b9118f944df90bb77444a8617eba01542", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.4.43|^6.4.11", "symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher": "^5.1|^6.0", "symfony/http-foundation": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symfony/password-hasher": "^5.3|^6.0", "symfony/polyfill-php80": "^1.16", "symfony/security-core": "^5.4|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", "symfony/security-guard": "^5.3", "symfony/security-http": "^5.4.30|^6.3.6", "symfony/service-contracts": "^1.10|^2|^3" }, "conflict": { "symfony/browser-kit": "<4.4", "symfony/console": "<4.4", "symfony/framework-bundle": "<4.4", "symfony/ldap": "<5.1", "symfony/twig-bundle": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.10.4|^2", "symfony/asset": "^4.4|^5.0|^6.0", "symfony/browser-kit": "^4.4|^5.0|^6.0", "symfony/console": "^4.4|^5.0|^6.0", "symfony/css-selector": "^4.4|^5.0|^6.0", "symfony/dom-crawler": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/form": "^4.4|^5.0|^6.0", "symfony/framework-bundle": "^5.3|^6.0", "symfony/ldap": "^5.3|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/rate-limiter": "^5.2|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0", "symfony/translation": "^4.4|^5.0|^6.0", "symfony/twig-bridge": "^4.4|^5.0|^6.0", "symfony/twig-bundle": "^4.4|^5.0|^6.0", "symfony/validator": "^4.4|^5.0|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0", "twig/twig": "^2.13|^3.0.4" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }, "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": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-bundle/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/security-core", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "cca947b1a74bdbc21c4d6288a4abb938d9a7eaba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/cca947b1a74bdbc21c4d6288a4abb938d9a7eaba", "reference": "cca947b1a74bdbc21c4d6288a4abb938d9a7eaba", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher-contracts": "^1.1|^2|^3", "symfony/password-hasher": "^5.3|^6.0", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2|^3" }, "conflict": { "symfony/event-dispatcher": "<4.4", "symfony/http-foundation": "<5.3", "symfony/ldap": "<4.4", "symfony/security-guard": "<4.4", "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony/validator": "<5.2" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "psr/container": "^1.0|^2.0", "psr/log": "^1|^2|^3", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^5.3|^6.0", "symfony/ldap": "^4.4|^5.0|^6.0", "symfony/translation": "^5.4.35|~6.3.12|^6.4.3", "symfony/validator": "^5.2|^6.0" }, "suggest": { "psr/container-implementation": "To instantiate the Security class", "symfony/event-dispatcher": "", "symfony/expression-language": "For using the expression voter", "symfony/http-foundation": "", "symfony/ldap": "For using LDAP integration", "symfony/validator": "For using the user password constraint" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Core\\": "" }, "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": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-core/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-27T08:58:20+00:00" }, { "name": "symfony/security-csrf", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", "reference": "28dcafc3220f12264bb2aabe2389a2163458c1f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-csrf/zipball/28dcafc3220f12264bb2aabe2389a2163458c1f4", "reference": "28dcafc3220f12264bb2aabe2389a2163458c1f4", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", "symfony/security-core": "^4.4|^5.0|^6.0" }, "conflict": { "symfony/http-foundation": "<5.3" }, "require-dev": { "symfony/http-foundation": "^5.3|^6.0" }, "suggest": { "symfony/http-foundation": "For using the class SessionTokenStorage." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" }, "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": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-csrf/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/security-guard", "version": "v5.4.45", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", "reference": "f3da3dbec38aaedaf287ffeb4e3a90994af37faa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-guard/zipball/f3da3dbec38aaedaf287ffeb4e3a90994af37faa", "reference": "f3da3dbec38aaedaf287ffeb4e3a90994af37faa", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.15", "symfony/security-core": "^5.0", "symfony/security-http": "^5.3" }, "require-dev": { "psr/log": "^1|^2|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Guard\\": "" }, "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": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-guard/tree/v5.4.45" }, "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" } ], "abandoned": true, "time": "2024-09-25T14:11:13+00:00" }, { "name": "symfony/security-http", "version": "v5.4.47", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", "reference": "cde02b002e0447075430e6a84482e38f2fd9268d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-http/zipball/cde02b002e0447075430e6a84482e38f2fd9268d", "reference": "cde02b002e0447075430e6a84482e38f2fd9268d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/http-foundation": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5", "symfony/service-contracts": "^1.10|^2|^3" }, "conflict": { "symfony/event-dispatcher": "<4.3", "symfony/security-bundle": "<5.3", "symfony/security-csrf": "<4.4" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/rate-limiter": "^5.2|^6.0", "symfony/routing": "^4.4|^5.0|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", "symfony/translation": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Http\\": "" }, "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": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-http/tree/v5.4.47" }, "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-07T14:12:41+00:00" }, { "name": "symfony/service-contracts", "version": "v2.5.4", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "f37b419f7aea2e9abf10abd261832cace12e3300" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300", "reference": "f37b419f7aea2e9abf10abd261832cace12e3300", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "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": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v2.5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/stopwatch", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fb2c199cf302eb207f8c23e7ee174c1c31a5c004", "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/service-contracts": "^1|^2|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "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": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/string", "version": "v6.4.39", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "62e3c927de664edadb5bef260987eb047a17a113" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/62e3c927de664edadb5bef260987eb047a17a113", "reference": "62e3c927de664edadb5bef260987eb047a17a113", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/translation-contracts": "<2.5" }, "require-dev": { "symfony/http-client": "^5.4|^6.0|^7.0", "symfony/intl": "^6.2|^7.0", "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\String\\": "" }, "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 an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "support": { "source": "https://github.com/symfony/string/tree/v6.4.39" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-05-12T11:44:19+00:00" }, { "name": "symfony/templating", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", "reference": "e9e46b530d8e202071bc5efcea1a3d3174d68a9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/templating/zipball/e9e46b530d8e202071bc5efcea1a3d3174d68a9b", "reference": "e9e46b530d8e202071bc5efcea1a3d3174d68a9b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8" }, "require-dev": { "psr/log": "^1|^2|^3" }, "suggest": { "psr/log-implementation": "For using debug logging in loaders" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Templating\\": "" }, "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": "Provides all the tools needed to build any kind of template system", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/templating/tree/5.4" }, "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-10-22T13:05:35+00:00" }, { "name": "symfony/translation", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/98f26acc99341ca4bab345fb14d7b1d7cb825bed", "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^2.3" }, "conflict": { "symfony/config": "<4.4", "symfony/console": "<5.3", "symfony/dependency-injection": "<5.0", "symfony/http-kernel": "<5.0", "symfony/twig-bundle": "<5.0", "symfony/yaml": "<4.4" }, "provide": { "symfony/translation-implementation": "2.3" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^4.4|^5.0|^6.0", "symfony/console": "^5.4|^6.0", "symfony/dependency-injection": "^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/http-client-contracts": "^1.1|^2.0|^3.0", "symfony/http-kernel": "^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0", "symfony/polyfill-intl-icu": "^1.21", "symfony/service-contracts": "^1.1.2|^2|^3", "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/translation/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/translation-contracts", "version": "v2.5.4", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", "reference": "450d4172653f38818657022252f9d81be89ee9a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8", "reference": "450d4172653f38818657022252f9d81be89ee9a8", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" } }, "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": "Generic abstractions related to translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/twig-bridge", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", "reference": "853a0c9aa40123a9feeb335c865b659d94e49e5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/853a0c9aa40123a9feeb335c865b659d94e49e5d", "reference": "853a0c9aa40123a9feeb335c865b659d94e49e5d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^1.1|^2|^3", "twig/twig": "^2.13|^3.0.4" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/console": "<5.3", "symfony/form": "<5.4.21|>=6,<6.2.7", "symfony/http-foundation": "<5.3", "symfony/http-kernel": "<4.4", "symfony/translation": "<5.2", "symfony/workflow": "<5.2" }, "require-dev": { "doctrine/annotations": "^1.12|^2", "egulias/email-validator": "^2.1.10|^3|^4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^4.4|^5.0|^6.0", "symfony/console": "^5.3|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/form": "^5.4.21|^6.2.7", "symfony/http-foundation": "^5.3|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0", "symfony/mime": "^5.2|^6.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/property-info": "^4.4|^5.1|^6.0", "symfony/routing": "^4.4|^5.0|^6.0", "symfony/security-acl": "^2.8|^3.0", "symfony/security-core": "^4.4|^5.0|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", "symfony/security-http": "^4.4|^5.0|^6.0", "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/translation": "^5.2|^6.0", "symfony/web-link": "^4.4|^5.0|^6.0", "symfony/workflow": "^5.2|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0", "twig/cssinliner-extra": "^2.12|^3", "twig/inky-extra": "^2.12|^3", "twig/markdown-extra": "^2.12|^3" }, "suggest": { "symfony/asset": "For using the AssetExtension", "symfony/expression-language": "For using the ExpressionExtension", "symfony/finder": "", "symfony/form": "For using the FormExtension", "symfony/http-kernel": "For using the HttpKernelExtension", "symfony/routing": "For using the RoutingExtension", "symfony/security-core": "For using the SecurityExtension", "symfony/security-csrf": "For using the CsrfExtension", "symfony/security-http": "For using the LogoutUrlExtension", "symfony/stopwatch": "For using the StopwatchExtension", "symfony/translation": "For using the TranslationExtension", "symfony/var-dumper": "For using the DumpExtension", "symfony/web-link": "For using the WebLinkExtension", "symfony/yaml": "For using the YamlExtension" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" }, "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": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/twig-bridge/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-22T08:19:51+00:00" }, { "name": "symfony/twig-bundle", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", "reference": "e1ca56e1dc7791eb19f0aff71d3d94e6a91cc8f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/e1ca56e1dc7791eb19f0aff71d3d94e6a91cc8f9", "reference": "e1ca56e1dc7791eb19f0aff71d3d94e6a91cc8f9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", "symfony/deprecation-contracts": "^2.1|^3", "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/twig-bridge": "^5.3|^6.0", "twig/twig": "^2.13|^3.0.4" }, "conflict": { "symfony/dependency-injection": "<5.3", "symfony/framework-bundle": "<5.0", "symfony/service-contracts": ">=3.0", "symfony/translation": "<5.0" }, "require-dev": { "doctrine/annotations": "^1.10.4|^2", "doctrine/cache": "^1.0|^2.0", "symfony/asset": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/form": "^4.4|^5.0|^6.0", "symfony/framework-bundle": "^5.0|^6.0", "symfony/routing": "^4.4|^5.0|^6.0", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/translation": "^5.0|^6.0", "symfony/web-link": "^4.4|^5.0|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" }, "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": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/twig-bundle/tree/5.4" }, "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-09-25T14:11:13+00:00" }, { "name": "symfony/validator", "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", "reference": "883667679d93d6c30f1b7490d669801712d3be2f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/validator/zipball/883667679d93d6c30f1b7490d669801712d3be2f", "reference": "883667679d93d6c30f1b7490d669801712d3be2f", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22", "symfony/translation-contracts": "^1.1|^2|^3" }, "conflict": { "doctrine/annotations": "<1.13", "doctrine/cache": "<1.11", "doctrine/lexer": "<1.1", "symfony/dependency-injection": "<4.4", "symfony/expression-language": "<5.1", "symfony/http-kernel": "<4.4", "symfony/intl": "<4.4", "symfony/property-info": "<5.3", "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony/yaml": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.13|^2", "doctrine/cache": "^1.11|^2.0", "egulias/email-validator": "^2.1.10|^3|^4", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/console": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/expression-language": "^5.1|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0", "symfony/mime": "^4.4|^5.0|^6.0", "symfony/property-access": "^5.4|^6.0", "symfony/property-info": "^5.3|^6.0", "symfony/translation": "^5.4.35|~6.3.12|^6.4.3", "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "egulias/email-validator": "Strict (RFC compliant) email validation", "psr/cache-implementation": "For using the mapping cache.", "symfony/config": "", "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For accessing properties within comparison constraints", "symfony/property-info": "To automatically add NotNull and Type constraints", "symfony/translation": "For translating validation errors.", "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ "/Tests/", "/Resources/bin/" ] }, "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": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/validator/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-27T08:58:20+00:00" }, { "name": "symfony/var-dumper", "version": "v6.4.36", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "7c8ad9ce4faf6c8a99948e70ce02b601a0439782" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7c8ad9ce4faf6c8a99948e70ce02b601a0439782", "reference": "7c8ad9ce4faf6c8a99948e70ce02b601a0439782", "shasum": "" }, "require": { "php": ">=8.1", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/console": "<5.4" }, "require-dev": { "symfony/console": "^5.4|^6.0|^7.0", "symfony/error-handler": "^6.3|^7.0", "symfony/http-kernel": "^5.4|^6.0|^7.0", "symfony/process": "^5.4|^6.0|^7.0", "symfony/uid": "^5.4|^6.0|^7.0", "twig/twig": "^2.13|^3.0.4" }, "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/v6.4.36" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-03-30T15:36:00+00:00" }, { "name": "symfony/var-exporter", "version": "v6.4.37", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "34f6957deffacabd1b1c579a312daa481e3e99ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/34f6957deffacabd1b1c579a312daa481e3e99ca", "reference": "34f6957deffacabd1b1c579a312daa481e3e99ca", "shasum": "" }, "require": { "php": ">=8.1", "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { "symfony/property-access": "^6.4|^7.0", "symfony/serializer": "^6.4|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "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": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "lazy-loading", "proxy", "serialize" ], "support": { "source": "https://github.com/symfony/var-exporter/tree/v6.4.37" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-14T12:12:40+00:00" }, { "name": "symfony/yaml", "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "8b220fc4a9571d72a68912e4a3d7ee9dba6b5093" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/8b220fc4a9571d72a68912e4a3d7ee9dba6b5093", "reference": "8b220fc4a9571d72a68912e4a3d7ee9dba6b5093", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<5.3" }, "require-dev": { "symfony/console": "^5.3|^6.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "bin": [ "Resources/bin/yaml-lint" ], "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "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": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/5.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-05-14T08:30:05+00:00" }, { "name": "theofidry/psysh-bundle", "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/theofidry/PsyshBundle.git", "reference": "cc487815fba1ed57481b493f48c9a5d943ec469e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theofidry/PsyshBundle/zipball/cc487815fba1ed57481b493f48c9a5d943ec469e", "reference": "cc487815fba1ed57481b493f48c9a5d943ec469e", "shasum": "" }, "require": { "php": ">=8.0", "psy/psysh": "^0.11", "symfony/error-handler": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/framework-bundle": "^5.4|^6.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/symfony": "^5.4|^6.0" }, "type": "symfony-bundle", "autoload": { "files": [ "src/psysh.php" ], "psr-4": { "Fidry\\PsyshBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Palmer", "email": "navitronic@gmail.com" }, { "name": "Théo FIDRY", "email": "theo.fidry@gmail.com", "homepage": "https://github.com/theofidry" } ], "description": "A port of the PHP REPL PsySH for Symfony.", "keywords": [ "REPL", "console", "interactive", "psysh", "shell", "symfony" ], "support": { "issues": "https://github.com/theofidry/PsyshBundle/issues", "source": "https://github.com/theofidry/PsyshBundle/tree/4.5.0" }, "funding": [ { "url": "https://github.com/theofidry", "type": "github" } ], "abandoned": true, "time": "2021-12-29T22:21:17+00:00" }, { "name": "tightenco/collect", "version": "v8.83.27", "source": { "type": "git", "url": "https://github.com/tighten/collect.git", "reference": "07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tighten/collect/zipball/07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6", "reference": "07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6", "shasum": "" }, "require": { "php": "^7.3|^8.0", "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "mockery/mockery": "^1.0", "nesbot/carbon": "^2.23.0", "phpunit/phpunit": "^8.3" }, "type": "library", "autoload": { "files": [ "src/Collect/Support/helpers.php", "src/Collect/Support/alias.php" ], "psr-4": { "Tightenco\\Collect\\": "src/Collect" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "Collect - Illuminate Collections as a separate package.", "keywords": [ "collection", "laravel" ], "support": { "issues": "https://github.com/tighten/collect/issues", "source": "https://github.com/tighten/collect/tree/v8.83.27" }, "abandoned": "illuminate/collections", "time": "2023-01-13T18:05:42+00:00" }, { "name": "twig/twig", "version": "v3.24.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "a6769aefb305efef849dc25c9fd1653358c148f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/a6769aefb305efef849dc25c9fd1653358c148f0", "reference": "a6769aefb305efef849dc25c9fd1653358c148f0", "shasum": "" }, "require": { "php": ">=8.1.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "php-cs-fixer/shim": "^3.0@stable", "phpstan/phpstan": "^2.0@stable", "psr/container": "^1.0|^2.0", "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, "type": "library", "autoload": { "files": [ "src/Resources/core.php", "src/Resources/debug.php", "src/Resources/escaper.php", "src/Resources/string_loader.php" ], "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "support": { "issues": "https://github.com/twigphp/Twig/issues", "source": "https://github.com/twigphp/Twig/tree/v3.24.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2026-03-17T21:31:11+00:00" }, { "name": "twilio/sdk", "version": "5.42.2", "source": { "type": "git", "url": "https://github.com/twilio/twilio-php.git", "reference": "0cfcb871b18a9c427dd9e8f0ed7458d43009b48a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twilio/twilio-php/zipball/0cfcb871b18a9c427dd9e8f0ed7458d43009b48a", "reference": "0cfcb871b18a9c427dd9e8f0ed7458d43009b48a", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "apigen/apigen": "^4.1", "guzzlehttp/guzzle": "^6.3", "phpunit/phpunit": ">=4.5" }, "suggest": { "guzzlehttp/guzzle": "An HTTP client to execute the API requests" }, "type": "library", "autoload": { "psr-4": { "Twilio\\": "src/Twilio/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Twilio API Team", "email": "api@twilio.com" } ], "description": "A PHP wrapper for Twilio's API", "homepage": "http://github.com/twilio/twilio-php", "keywords": [ "api", "sms", "twilio" ], "support": { "issues": "https://github.com/twilio/twilio-php/issues", "source": "https://github.com/twilio/twilio-php/tree/5.42.2" }, "time": "2020-02-05T19:55:13+00:00" }, { "name": "voku/portable-ascii", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", "reference": "8e1051fe39379367aecf014f41744ce7539a856f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/8e1051fe39379367aecf014f41744ce7539a856f", "reference": "8e1051fe39379367aecf014f41744ce7539a856f", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "~8.5 || ~9.6 || ~10.5 || ~11.5" }, "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.1.1" }, "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": "2026-04-26T05:33:54+00:00" }, { "name": "voku/stop-words", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/voku/stop-words.git", "reference": "8e63c0af20f800b1600783764e0ce19e53969f71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71", "reference": "8e63c0af20f800b1600783764e0ce19e53969f71", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Stop-Words via PHP", "keywords": [ "stop words", "stop-words" ], "support": { "issues": "https://github.com/voku/stop-words/issues", "source": "https://github.com/voku/stop-words/tree/master" }, "time": "2018-11-23T01:37:27+00:00" }, { "name": "wikimedia/less.php", "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", "reference": "7d66ab6d38af72f80a0c0a3598d7feac04bbc7b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/less.php/zipball/7d66ab6d38af72f80a0c0a3598d7feac04bbc7b7", "reference": "7d66ab6d38af72f80a0c0a3598d7feac04bbc7b7", "shasum": "" }, "require": { "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "43.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.16" }, "bin": [ "bin/lessc" ], "type": "library", "autoload": { "psr-0": { "Less": "lib/" }, "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Timo Tijhof", "homepage": "https://timotijhof.net" }, { "name": "Josh Schmidt", "homepage": "https://github.com/oyejorge" }, { "name": "Matt Agar", "homepage": "https://github.com/agar" }, { "name": "Martin Jantošovič", "homepage": "https://github.com/Mordred" } ], "description": "PHP port of the LESS processor", "homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/less.php", "keywords": [ "css", "less", "less.js", "lesscss", "php", "stylesheet" ], "support": { "issues": "https://github.com/wikimedia/less.php/issues", "source": "https://github.com/wikimedia/less.php/tree/v4.4.1" }, "time": "2024-05-27T14:47:49+00:00" }, { "name": "willdurand/jsonp-callback-validator", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/willdurand/JsonpCallbackValidator.git", "reference": "738c36e91d4d7e0ff0cac145f77057e0fb88526e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/738c36e91d4d7e0ff0cac145f77057e0fb88526e", "reference": "738c36e91d4d7e0ff0cac145f77057e0fb88526e", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0" }, "type": "library", "autoload": { "psr-0": { "JsonpCallbackValidator": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "will+git@drnd.me" } ], "description": "JSONP callback validator.", "support": { "issues": "https://github.com/willdurand/JsonpCallbackValidator/issues", "source": "https://github.com/willdurand/JsonpCallbackValidator/tree/v2.0.0" }, "time": "2022-01-30T20:33:09+00:00" }, { "name": "willdurand/negotiation", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Negotiation\\": "src/Negotiation" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "will+git@drnd.me" } ], "description": "Content Negotiation tools for PHP provided as a standalone library.", "homepage": "http://williamdurand.fr/Negotiation/", "keywords": [ "accept", "content", "format", "header", "negotiation" ], "support": { "issues": "https://github.com/willdurand/Negotiation/issues", "source": "https://github.com/willdurand/Negotiation/tree/3.1.0" }, "time": "2022-01-30T20:08:53+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "mautic/core-composer-scaffold": 20, "mautic/core-project-message": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "plugin-api-version": "2.9.0" }