{
  "_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": "f95311413c714e2dcef9364da4348b30",
  "packages": [
    {
      "name": "adaures/ipcat-php",
      "version": "v1.0.0",
      "source": {
        "type": "git",
        "url": "https://code.castopod.org/adaures/ipcat-php",
        "reference": "144fb12141c636b6b4baa72f1f974b388e4994b5"
      },
      "require": {
        "php": ">=5.4"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "AdAures\\Ipcat\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-3.0-only"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "ben@castopod.org",
          "homepage": "https://code.castopod.org/benjamin"
        },
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://code.castopod.org/yassine"
        }
      ],
      "description": "Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat",
      "homepage": "https://code.castopod.org/adaures/ipcat-php",
      "time": "2022-02-24T14:34:54+00:00"
    },
    {
      "name": "adaures/podcast-persons-taxonomy",
      "version": "v1.0.1",
      "source": {
        "type": "git",
        "url": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
        "reference": "d2a6836e32ed013676fd969425e133e0ebb104fc"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "AdAures\\PodcastPersonsTaxonomy\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "ben@castopod.org",
          "homepage": "https://code.castopod.org/benjamin"
        },
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://code.castopod.org/yassine"
        }
      ],
      "description": "Generate PHP translation files for CodeIgniter4 from the podcast-namespace's Persons Taxonomy json files.",
      "homepage": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
      "time": "2023-06-22T14:24:55+00:00"
    },
    {
      "name": "adhocore/cli",
      "version": "v1.9.3",
      "source": {
        "type": "git",
        "url": "https://github.com/adhocore/php-cli.git",
        "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/adhocore/php-cli/zipball/86be16e3c3b42d76fcdb32529bcded0fedb925d3",
        "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3",
        "shasum": ""
      },
      "require": {
        "php": ">=8.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.0"
      },
      "type": "library",
      "autoload": {
        "files": ["src/functions.php"],
        "psr-4": {
          "Ahc\\Cli\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Jitendra Adhikari",
          "email": "jiten.adhikary@gmail.com"
        }
      ],
      "description": "Command line interface library for PHP",
      "keywords": [
        "argument-parser",
        "argv-parser",
        "cli",
        "cli-action",
        "cli-app",
        "cli-color",
        "cli-option",
        "cli-writer",
        "command",
        "console",
        "console-app",
        "php-cli",
        "php8",
        "stream-input",
        "stream-output"
      ],
      "support": {
        "issues": "https://github.com/adhocore/php-cli/issues",
        "source": "https://github.com/adhocore/php-cli/tree/v1.9.3"
      },
      "funding": [
        {
          "url": "https://paypal.me/ji10",
          "type": "custom"
        },
        {
          "url": "https://github.com/adhocore",
          "type": "github"
        }
      ],
      "time": "2024-12-04T03:40:29+00:00"
    },
    {
      "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.336.2",
      "source": {
        "type": "git",
        "url": "https://github.com/aws/aws-sdk-php.git",
        "reference": "954bfdfc048840ca34afe2a2e1cbcff6681989c4"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/954bfdfc048840ca34afe2a2e1cbcff6681989c4",
        "reference": "954bfdfc048840ca34afe2a2e1cbcff6681989c4",
        "shasum": ""
      },
      "require": {
        "aws/aws-crt-php": "^1.2.3",
        "ext-json": "*",
        "ext-pcre": "*",
        "ext-simplexml": "*",
        "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
        "guzzlehttp/promises": "^1.4.0 || ^2.0",
        "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
        "mtdowling/jmespath.php": "^2.6",
        "php": ">=7.2.5",
        "psr/http-message": "^1.0 || ^2.0"
      },
      "require-dev": {
        "andrewsville/php-token-reflection": "^1.4",
        "aws/aws-php-sns-message-validator": "~1.0",
        "behat/behat": "~3.0",
        "composer/composer": "^1.10.22",
        "dms/phpunit-arraysubset-asserts": "^0.4.0",
        "doctrine/cache": "~1.4",
        "ext-dom": "*",
        "ext-openssl": "*",
        "ext-pcntl": "*",
        "ext-sockets": "*",
        "nette/neon": "^2.3",
        "paragonie/random_compat": ">= 2",
        "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
        "psr/cache": "^1.0 || ^2.0 || ^3.0",
        "psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
        "sebastian/comparator": "^1.2.3 || ^4.0",
        "yoast/phpunit-polyfills": "^1.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-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": "http://aws.amazon.com"
        }
      ],
      "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
      "homepage": "http://aws.amazon.com/sdkforphp",
      "keywords": [
        "amazon",
        "aws",
        "cloud",
        "dynamodb",
        "ec2",
        "glacier",
        "s3",
        "sdk"
      ],
      "support": {
        "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
        "issues": "https://github.com/aws/aws-sdk-php/issues",
        "source": "https://github.com/aws/aws-sdk-php/tree/3.336.2"
      },
      "time": "2024-12-20T19:05:10+00:00"
    },
    {
      "name": "brick/math",
      "version": "0.12.1",
      "source": {
        "type": "git",
        "url": "https://github.com/brick/math.git",
        "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
        "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
        "shasum": ""
      },
      "require": {
        "php": "^8.1"
      },
      "require-dev": {
        "php-coveralls/php-coveralls": "^2.2",
        "phpunit/phpunit": "^10.1",
        "vimeo/psalm": "5.16.0"
      },
      "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.12.1"
      },
      "funding": [
        {
          "url": "https://github.com/BenMorel",
          "type": "github"
        }
      ],
      "time": "2023-11-29T23:19:16+00:00"
    },
    {
      "name": "chrisjean/php-ico",
      "version": "1.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/chrisbliss18/php-ico.git",
        "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/chrisbliss18/php-ico/zipball/ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
        "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
        "shasum": ""
      },
      "require": {
        "ext-gd": "*",
        "php": ">=5.2.4"
      },
      "type": "library",
      "autoload": {
        "classmap": ["class-php-ico.php"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-2.0+"],
      "authors": [
        {
          "name": "Chris Jean",
          "homepage": "https://chrisjean.com",
          "role": "Developer"
        }
      ],
      "description": "An easy-to-use library to generate valid ICO files.",
      "homepage": "https://github.com/chrisbliss18/php-ico",
      "keywords": ["favicon", "ico"],
      "support": {
        "issues": "https://github.com/chrisbliss18/php-ico/issues",
        "source": "https://github.com/chrisbliss18/php-ico"
      },
      "time": "2016-09-27T22:00:56+00:00"
    },
    {
      "name": "cocur/slugify",
      "version": "v4.6.0",
      "source": {
        "type": "git",
        "url": "https://github.com/cocur/slugify.git",
        "reference": "1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/cocur/slugify/zipball/1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb",
        "reference": "1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
      },
      "conflict": {
        "symfony/config": "<3.4 || >=4,<4.3",
        "symfony/dependency-injection": "<3.4 || >=4,<4.3",
        "symfony/http-kernel": "<3.4 || >=4,<4.3",
        "twig/twig": "<2.12.1"
      },
      "require-dev": {
        "laravel/framework": "^5.0|^6.0|^7.0|^8.0",
        "latte/latte": "~2.2",
        "league/container": "^2.2.0",
        "mikey179/vfsstream": "~1.6.8",
        "mockery/mockery": "^1.3",
        "nette/di": "~2.4",
        "pimple/pimple": "~1.1",
        "plumphp/plum": "~0.1",
        "symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0",
        "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0",
        "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0",
        "symfony/phpunit-bridge": "^5.4 || ^6.0",
        "twig/twig": "^2.12.1 || ~3.0",
        "zendframework/zend-modulemanager": "~2.2",
        "zendframework/zend-servicemanager": "~2.2",
        "zendframework/zend-view": "~2.2"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Cocur\\Slugify\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Florian Eckerstorfer",
          "email": "florian@eckerstorfer.co",
          "homepage": "https://florian.ec"
        },
        {
          "name": "Ivo Bathke",
          "email": "ivo.bathke@gmail.com"
        }
      ],
      "description": "Converts a string into a slug.",
      "keywords": ["slug", "slugify"],
      "support": {
        "issues": "https://github.com/cocur/slugify/issues",
        "source": "https://github.com/cocur/slugify/tree/v4.6.0"
      },
      "time": "2024-09-10T14:09:25+00:00"
    },
    {
      "name": "codeigniter4/framework",
      "version": "v4.5.5",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/framework.git",
        "reference": "2849e7ff36b4c4aa1376d990a9a1e3f0c393b8d0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/framework/zipball/2849e7ff36b4c4aa1376d990a9a1e3f0c393b8d0",
        "reference": "2849e7ff36b4c4aa1376d990a9a1e3f0c393b8d0",
        "shasum": ""
      },
      "require": {
        "ext-intl": "*",
        "ext-mbstring": "*",
        "laminas/laminas-escaper": "^2.13",
        "php": "^8.1",
        "psr/log": "^3.0"
      },
      "require-dev": {
        "codeigniter/coding-standard": "^1.7",
        "fakerphp/faker": "^1.9",
        "friendsofphp/php-cs-fixer": "^3.47.1",
        "kint-php/kint": "^5.0.4",
        "mikey179/vfsstream": "^1.6",
        "nexusphp/cs-config": "^3.6",
        "phpunit/phpunit": "^10.5.16 || ^11.2",
        "predis/predis": "^1.1 || ^2.0"
      },
      "suggest": {
        "ext-curl": "If you use CURLRequest class",
        "ext-dom": "If you use TestResponse",
        "ext-exif": "If you run Image class tests",
        "ext-fileinfo": "Improves mime type detection for files",
        "ext-gd": "If you use Image class GDHandler",
        "ext-imagick": "If you use Image class ImageMagickHandler",
        "ext-libxml": "If you use TestResponse",
        "ext-memcache": "If you use Cache class MemcachedHandler with Memcache",
        "ext-memcached": "If you use Cache class MemcachedHandler with Memcached",
        "ext-mysqli": "If you use MySQL",
        "ext-oci8": "If you use Oracle Database",
        "ext-pgsql": "If you use PostgreSQL",
        "ext-readline": "Improves CLI::input() usability",
        "ext-redis": "If you use Cache class RedisHandler",
        "ext-simplexml": "If you format XML",
        "ext-sodium": "If you use Encryption SodiumHandler",
        "ext-sqlite3": "If you use SQLite3",
        "ext-sqlsrv": "If you use SQL Server",
        "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"
      },
      "type": "project",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\": "system/"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "The CodeIgniter framework v4",
      "homepage": "https://codeigniter.com",
      "support": {
        "forum": "https://forum.codeigniter.com/",
        "slack": "https://codeigniterchat.slack.com",
        "source": "https://github.com/codeigniter4/CodeIgniter4"
      },
      "time": "2024-09-07T08:49:38+00:00"
    },
    {
      "name": "codeigniter4/settings",
      "version": "v2.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/settings.git",
        "reference": "2748f2b4572d44a940f98c31847d65272cac5666"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/settings/zipball/2748f2b4572d44a940f98c31847d65272cac5666",
        "reference": "2748f2b4572d44a940f98c31847d65272cac5666",
        "shasum": ""
      },
      "require": {
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "codeigniter4/devkit": "^1.1.2",
        "codeigniter4/framework": "^4.2.3",
        "rector/rector": "0.18.13"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\Settings\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Settings library for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/settings",
      "keywords": ["Settings", "codeigniter", "codeigniter4"],
      "support": {
        "issues": "https://github.com/codeigniter4/settings/issues",
        "source": "https://github.com/codeigniter4/settings/tree/v2.2.0"
      },
      "time": "2024-01-06T07:10:58+00:00"
    },
    {
      "name": "codeigniter4/shield",
      "version": "v1.1.0",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/shield.git",
        "reference": "22a8b3b58dafa7a5c080bc61446653aeb9fffc06"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/shield/zipball/22a8b3b58dafa7a5c080bc61446653aeb9fffc06",
        "reference": "22a8b3b58dafa7a5c080bc61446653aeb9fffc06",
        "shasum": ""
      },
      "require": {
        "codeigniter4/settings": "^2.1",
        "php": "^7.4.3 || ^8.0"
      },
      "provide": {
        "codeigniter4/authentication-implementation": "1.0"
      },
      "require-dev": {
        "codeigniter/phpstan-codeigniter": "^1.3",
        "codeigniter4/devkit": "^1.0",
        "codeigniter4/framework": ">=4.3.5 <4.5.0 || ^4.5.1",
        "firebase/php-jwt": "^6.4",
        "mikey179/vfsstream": "^1.6.7",
        "mockery/mockery": "^1.0",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan-strict-rules": "^1.5",
        "phpunit/phpunit": "^9.6",
        "rector/rector": "1.1.0"
      },
      "suggest": {
        "ext-curl": "Required to use the password validation rule via PwnedValidator class.",
        "ext-openssl": "Required to use the JWT Authenticator."
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\Shield\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Authentication and Authorization for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/shield",
      "keywords": [
        "Authentication",
        "authorization",
        "codeigniter",
        "codeigniter4"
      ],
      "support": {
        "docs": "https://codeigniter4.github.io/shield/",
        "forum": "https://github.com/codeigniter4/shield/discussions",
        "issues": "https://github.com/codeigniter4/shield/issues",
        "slack": "https://codeigniterchat.slack.com",
        "source": "https://github.com/codeigniter4/shield"
      },
      "time": "2024-06-13T08:54:48+00:00"
    },
    {
      "name": "codeigniter4/tasks",
      "version": "dev-develop",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/tasks.git",
        "reference": "ec717c428c6f0e8e216e5dfbf18966a26a4f821f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/tasks/zipball/ec717c428c6f0e8e216e5dfbf18966a26a4f821f",
        "reference": "ec717c428c6f0e8e216e5dfbf18966a26a4f821f",
        "shasum": ""
      },
      "require": {
        "codeigniter4/settings": "^2.0",
        "ext-json": "*",
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "codeigniter/coding-standard": "1.7.*",
        "codeigniter4/devkit": "^1.0",
        "codeigniter4/framework": "^4.1",
        "phpunit/phpunit": "^9.6",
        "rector/rector": "1.2.10"
      },
      "default-branch": true,
      "type": "library",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\Tasks\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "autoload-dev": {
        "psr-4": {
          "Tests\\Support\\": "tests/_support"
        }
      },
      "scripts": {
        "post-update-cmd": ["bash admin/setup.sh"],
        "analyze": [
          "Composer\\Config::disableProcessTimeout",
          "phpstan analyze",
          "psalm",
          "rector process --dry-run"
        ],
        "sa": ["@analyze"],
        "ci": [
          "Composer\\Config::disableProcessTimeout",
          "@cs",
          "@deduplicate",
          "@inspect",
          "@analyze",
          "@test"
        ],
        "cs": ["php-cs-fixer fix --ansi --verbose --dry-run --diff"],
        "cs-fix": ["php-cs-fixer fix --ansi --verbose --diff"],
        "style": ["@cs-fix"],
        "deduplicate": ["phpcpd src/ tests/"],
        "inspect": ["deptrac analyze --cache-file=build/deptrac.cache"],
        "mutate": [
          "infection --threads=2 --skip-initial-tests --coverage=build/phpunit"
        ],
        "retool": ["retool"],
        "test": ["phpunit"]
      },
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Task Scheduler for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/tasks",
      "keywords": ["codeigniter", "codeigniter4", "cron", "task scheduling"],
      "support": {
        "source": "https://github.com/codeigniter4/tasks/tree/develop",
        "issues": "https://github.com/codeigniter4/tasks/issues"
      },
      "time": "2024-11-11T12:05:47+00:00"
    },
    {
      "name": "composer/ca-bundle",
      "version": "1.5.4",
      "source": {
        "type": "git",
        "url": "https://github.com/composer/ca-bundle.git",
        "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/composer/ca-bundle/zipball/bc0593537a463e55cadf45fd938d23b75095b7e1",
        "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1",
        "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.4"
      },
      "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-27T15:35:25+00:00"
    },
    {
      "name": "dflydev/dot-access-data",
      "version": "v3.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
        "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
        "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
        "shasum": ""
      },
      "require": {
        "php": "^7.1 || ^8.0"
      },
      "require-dev": {
        "phpstan/phpstan": "^0.12.42",
        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
        "scrutinizer/ocular": "1.6.0",
        "squizlabs/php_codesniffer": "^3.5",
        "vimeo/psalm": "^4.0.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Dflydev\\DotAccessData\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Dragonfly Development Inc.",
          "email": "info@dflydev.com",
          "homepage": "http://dflydev.com"
        },
        {
          "name": "Beau Simensen",
          "email": "beau@dflydev.com",
          "homepage": "http://beausimensen.com"
        },
        {
          "name": "Carlos Frutos",
          "email": "carlos@kiwing.it",
          "homepage": "https://github.com/cfrutos"
        },
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com"
        }
      ],
      "description": "Given a deep data structure, access data by dot notation.",
      "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
      "keywords": ["access", "data", "dot", "notation"],
      "support": {
        "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
        "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
      },
      "time": "2024-07-08T12:26:09+00:00"
    },
    {
      "name": "geoip2/geoip2",
      "version": "v3.1.0",
      "source": {
        "type": "git",
        "url": "https://github.com/maxmind/GeoIP2-php.git",
        "reference": "c86fbeaa7e42279dd9e7af0b015384e721832b88"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/c86fbeaa7e42279dd9e7af0b015384e721832b88",
        "reference": "c86fbeaa7e42279dd9e7af0b015384e721832b88",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "maxmind-db/reader": "^1.12.0",
        "maxmind/web-service-common": "~0.10",
        "php": ">=8.1"
      },
      "require-dev": {
        "friendsofphp/php-cs-fixer": "3.*",
        "phpstan/phpstan": "*",
        "phpunit/phpunit": "^10.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/v3.1.0"
      },
      "time": "2024-11-15T16:33:31+00:00"
    },
    {
      "name": "graham-campbell/result-type",
      "version": "v1.1.3",
      "source": {
        "type": "git",
        "url": "https://github.com/GrahamCampbell/Result-Type.git",
        "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
        "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0",
        "phpoption/phpoption": "^1.9.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "GrahamCampbell\\ResultType\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        }
      ],
      "description": "An Implementation Of The Result Type",
      "keywords": [
        "Graham Campbell",
        "GrahamCampbell",
        "Result Type",
        "Result-Type",
        "result"
      ],
      "support": {
        "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
        "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
          "type": "tidelift"
        }
      ],
      "time": "2024-07-20T21:45:45+00:00"
    },
    {
      "name": "guzzlehttp/guzzle",
      "version": "7.9.2",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/guzzle.git",
        "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
        "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
        "guzzlehttp/psr7": "^2.7.0",
        "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.9.2"
      },
      "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": "2024-07-24T11:22:20+00:00"
    },
    {
      "name": "guzzlehttp/promises",
      "version": "2.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/promises.git",
        "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
        "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "phpunit/phpunit": "^8.5.39 || ^9.6.20"
      },
      "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.0.4"
      },
      "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": "2024-10-17T10:06:22+00:00"
    },
    {
      "name": "guzzlehttp/psr7",
      "version": "2.7.0",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/psr7.git",
        "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
        "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
        "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",
        "phpunit/phpunit": "^8.5.39 || ^9.6.20"
      },
      "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.7.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": "2024-07-18T11:15:46+00:00"
    },
    {
      "name": "james-heinrich/getid3",
      "version": "v2.0.0-beta6",
      "source": {
        "type": "git",
        "url": "https://github.com/JamesHeinrich/getID3.git",
        "reference": "8bf46222ae008d870e6676b4bf455ed664d90d05"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/8bf46222ae008d870e6676b4bf455ed664d90d05",
        "reference": "8bf46222ae008d870e6676b4bf455ed664d90d05",
        "shasum": ""
      },
      "require": {
        "php": ">=5.4.0"
      },
      "require-dev": {
        "php-parallel-lint/php-parallel-lint": "^1.0",
        "phpunit/phpunit": "^4.8 || ^5.0 || ^6.1 || ^7.5 || ^8.5"
      },
      "suggest": {
        "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
        "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
        "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
        "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
        "ext-exif": "EXIF extension is required for graphic modules.",
        "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
        "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
        "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
        "ext-mbstring": "mbstring extension is required to work with different character sets.",
        "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
        "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
        "ext-rar": "RAR extension is required for RAR archive module.",
        "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
        "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
        "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "JamesHeinrich\\GetID3\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-1.0-or-later", "LGPL-3.0-only", "MPL-2.0"],
      "authors": [
        {
          "name": "James Heinrich",
          "email": "info@getid3.org",
          "homepage": "https://github.com/JamesHeinrich",
          "role": "Developer"
        },
        {
          "name": "Craig Duncan",
          "email": "git@duncanc.co.uk",
          "homepage": "https://github.com/duncan3dc",
          "role": "Developer"
        }
      ],
      "description": "Extract and write useful information to/from popular multimedia file formats",
      "homepage": "https://www.getid3.org/",
      "keywords": ["audio", "codecs", "id3", "metadata", "tags", "video"],
      "support": {
        "issues": "https://github.com/JamesHeinrich/getID3/issues",
        "source": "https://github.com/JamesHeinrich/getID3/tree/v2.0.0-beta6"
      },
      "time": "2023-11-02T19:40:57+00:00"
    },
    {
      "name": "laminas/laminas-escaper",
      "version": "2.15.0",
      "source": {
        "type": "git",
        "url": "https://github.com/laminas/laminas-escaper.git",
        "reference": "c612b0488ae486284c39885efca494c180f16351"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/c612b0488ae486284c39885efca494c180f16351",
        "reference": "c612b0488ae486284c39885efca494c180f16351",
        "shasum": ""
      },
      "require": {
        "ext-ctype": "*",
        "ext-mbstring": "*",
        "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
      },
      "conflict": {
        "zendframework/zend-escaper": "*"
      },
      "require-dev": {
        "infection/infection": "^0.27.11",
        "laminas/laminas-coding-standard": "~3.0.1",
        "maglnet/composer-require-checker": "^3.8.0",
        "phpunit/phpunit": "^9.6.22",
        "psalm/plugin-phpunit": "^0.19.0",
        "vimeo/psalm": "^5.26.1"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Laminas\\Escaper\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
      "homepage": "https://laminas.dev",
      "keywords": ["escaper", "laminas"],
      "support": {
        "chat": "https://laminas.dev/chat",
        "docs": "https://docs.laminas.dev/laminas-escaper/",
        "forum": "https://discourse.laminas.dev",
        "issues": "https://github.com/laminas/laminas-escaper/issues",
        "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
        "source": "https://github.com/laminas/laminas-escaper"
      },
      "funding": [
        {
          "url": "https://funding.communitybridge.org/projects/laminas-project",
          "type": "community_bridge"
        }
      ],
      "time": "2024-12-17T19:39:54+00:00"
    },
    {
      "name": "league/commonmark",
      "version": "2.6.0",
      "source": {
        "type": "git",
        "url": "https://github.com/thephpleague/commonmark.git",
        "reference": "d150f911e0079e90ae3c106734c93137c184f932"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d150f911e0079e90ae3c106734c93137c184f932",
        "reference": "d150f911e0079e90ae3c106734c93137c184f932",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "league/config": "^1.1.1",
        "php": "^7.4 || ^8.0",
        "psr/event-dispatcher": "^1.0",
        "symfony/deprecation-contracts": "^2.1 || ^3.0",
        "symfony/polyfill-php80": "^1.16"
      },
      "require-dev": {
        "cebe/markdown": "^1.0",
        "commonmark/cmark": "0.31.1",
        "commonmark/commonmark.js": "0.31.1",
        "composer/package-versions-deprecated": "^1.8",
        "embed/embed": "^4.4",
        "erusev/parsedown": "^1.0",
        "ext-json": "*",
        "github/gfm": "0.29.0",
        "michelf/php-markdown": "^1.4 || ^2.0",
        "nyholm/psr7": "^1.5",
        "phpstan/phpstan": "^1.8.2",
        "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
        "scrutinizer/ocular": "^1.8.1",
        "symfony/finder": "^5.3 | ^6.0 | ^7.0",
        "symfony/process": "^5.4 | ^6.0 | ^7.0",
        "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
        "unleashedtech/php-coding-standard": "^3.1.1",
        "vimeo/psalm": "^4.24.0 || ^5.0.0"
      },
      "suggest": {
        "symfony/yaml": "v2.3+ required if using the Front Matter extension"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "2.7-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "League\\CommonMark\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com",
          "role": "Lead Developer"
        }
      ],
      "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
      "homepage": "https://commonmark.thephpleague.com",
      "keywords": [
        "commonmark",
        "flavored",
        "gfm",
        "github",
        "github-flavored",
        "markdown",
        "md",
        "parser"
      ],
      "support": {
        "docs": "https://commonmark.thephpleague.com/",
        "forum": "https://github.com/thephpleague/commonmark/discussions",
        "issues": "https://github.com/thephpleague/commonmark/issues",
        "rss": "https://github.com/thephpleague/commonmark/releases.atom",
        "source": "https://github.com/thephpleague/commonmark"
      },
      "funding": [
        {
          "url": "https://www.colinodell.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://www.paypal.me/colinpodell/10.00",
          "type": "custom"
        },
        {
          "url": "https://github.com/colinodell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
          "type": "tidelift"
        }
      ],
      "time": "2024-12-07T15:34:16+00:00"
    },
    {
      "name": "league/config",
      "version": "v1.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/thephpleague/config.git",
        "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
        "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
        "shasum": ""
      },
      "require": {
        "dflydev/dot-access-data": "^3.0.1",
        "nette/schema": "^1.2",
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "phpstan/phpstan": "^1.8.2",
        "phpunit/phpunit": "^9.5.5",
        "scrutinizer/ocular": "^1.8.1",
        "unleashedtech/php-coding-standard": "^3.1",
        "vimeo/psalm": "^4.7.3"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "1.2-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "League\\Config\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com",
          "role": "Lead Developer"
        }
      ],
      "description": "Define configuration arrays with strict schemas and access values with dot notation",
      "homepage": "https://config.thephpleague.com",
      "keywords": [
        "array",
        "config",
        "configuration",
        "dot",
        "dot-access",
        "nested",
        "schema"
      ],
      "support": {
        "docs": "https://config.thephpleague.com/",
        "issues": "https://github.com/thephpleague/config/issues",
        "rss": "https://github.com/thephpleague/config/releases.atom",
        "source": "https://github.com/thephpleague/config"
      },
      "funding": [
        {
          "url": "https://www.colinodell.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://www.paypal.me/colinpodell/10.00",
          "type": "custom"
        },
        {
          "url": "https://github.com/colinodell",
          "type": "github"
        }
      ],
      "time": "2022-12-11T20:36:23+00:00"
    },
    {
      "name": "league/html-to-markdown",
      "version": "5.1.1",
      "source": {
        "type": "git",
        "url": "https://github.com/thephpleague/html-to-markdown.git",
        "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
        "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-xml": "*",
        "php": "^7.2.5 || ^8.0"
      },
      "require-dev": {
        "mikehaertl/php-shellcommand": "^1.1.0",
        "phpstan/phpstan": "^1.8.8",
        "phpunit/phpunit": "^8.5 || ^9.2",
        "scrutinizer/ocular": "^1.6",
        "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
        "vimeo/psalm": "^4.22 || ^5.0"
      },
      "bin": ["bin/html-to-markdown"],
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "5.2-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "League\\HTMLToMarkdown\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com",
          "role": "Lead Developer"
        },
        {
          "name": "Nick Cernis",
          "email": "nick@cern.is",
          "homepage": "http://modernnerd.net",
          "role": "Original Author"
        }
      ],
      "description": "An HTML-to-markdown conversion helper for PHP",
      "homepage": "https://github.com/thephpleague/html-to-markdown",
      "keywords": ["html", "markdown"],
      "support": {
        "issues": "https://github.com/thephpleague/html-to-markdown/issues",
        "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
      },
      "funding": [
        {
          "url": "https://www.colinodell.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://www.paypal.me/colinpodell/10.00",
          "type": "custom"
        },
        {
          "url": "https://github.com/colinodell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
          "type": "tidelift"
        }
      ],
      "time": "2023-07-12T21:21:09+00:00"
    },
    {
      "name": "maxmind-db/reader",
      "version": "v1.12.0",
      "source": {
        "type": "git",
        "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
        "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90",
        "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90",
        "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": "3.*"
      },
      "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"
      },
      "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.12.0"
      },
      "time": "2024-11-14T22:43:47+00:00"
    },
    {
      "name": "maxmind/web-service-common",
      "version": "v0.10.0",
      "source": {
        "type": "git",
        "url": "https://github.com/maxmind/web-service-common-php.git",
        "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4",
        "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4",
        "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": "^8.0 || ^9.0",
        "squizlabs/php_codesniffer": "3.*"
      },
      "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.10.0"
      },
      "time": "2024-11-14T23:14:52+00:00"
    },
    {
      "name": "melbahja/seo",
      "version": "v2.1.1",
      "source": {
        "type": "git",
        "url": "https://github.com/melbahja/seo.git",
        "reference": "22b0b3273bf9c8867cadf018e4daa3e426525929"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/melbahja/seo/zipball/22b0b3273bf9c8867cadf018e4daa3e426525929",
        "reference": "22b0b3273bf9c8867cadf018e4daa3e426525929",
        "shasum": ""
      },
      "require": {
        "ext-curl": "*",
        "ext-json": "*",
        "ext-xml": "*",
        "php": ">=7.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^8.5"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Melbahja\\Seo\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Mohamed ELbahja",
          "email": "mohamed@elbahja.me",
          "homepage": "https://elbahja.me",
          "role": "Developer"
        }
      ],
      "description": "Simple PHP library to help developers 🍻 do better on-page SEO optimization",
      "keywords": [
        "PHP7",
        "meta tags",
        "open graph",
        "schema.org",
        "search engine optimization",
        "seo",
        "sitemap index",
        "sitemap.xml",
        "sitemaps",
        "twitter tags"
      ],
      "support": {
        "issues": "https://github.com/melbahja/seo/issues",
        "source": "https://github.com/melbahja/seo/tree/v2.1.1"
      },
      "time": "2022-09-11T11:16:07+00:00"
    },
    {
      "name": "michalsn/codeigniter4-uuid",
      "version": "v1.1.0",
      "source": {
        "type": "git",
        "url": "https://github.com/michalsn/codeigniter4-uuid.git",
        "reference": "051cf47a36eece304f166a63e3ffcdae0ca186d4"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/michalsn/codeigniter4-uuid/zipball/051cf47a36eece304f166a63e3ffcdae0ca186d4",
        "reference": "051cf47a36eece304f166a63e3ffcdae0ca186d4",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1",
        "ramsey/uuid": "^4.7"
      },
      "require-dev": {
        "codeigniter4/codeigniter4": "dev-develop",
        "phpunit/phpunit": "8.5.*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Michalsn\\Uuid\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "michalsn",
          "homepage": "https://github.com/michalsn",
          "role": "Developer"
        }
      ],
      "description": "UUID package for CodeIgniter 4 with support for Model and Entity.",
      "homepage": "https://github.com/michalsn/codeigniter4-uuid",
      "keywords": ["codeigniter4", "entity", "model", "uuid"],
      "support": {
        "issues": "https://github.com/michalsn/codeigniter4-uuid/issues",
        "source": "https://github.com/michalsn/codeigniter4-uuid/tree/v1.1.0"
      },
      "time": "2024-04-22T14:12:58+00:00"
    },
    {
      "name": "mpratt/embera",
      "version": "2.0.41",
      "source": {
        "type": "git",
        "url": "https://github.com/mpratt/Embera.git",
        "reference": "069305b9252a428ba4ae6eb58d3dc8c6d9be5cd0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/mpratt/Embera/zipball/069305b9252a428ba4ae6eb58d3dc8c6d9be5cd0",
        "reference": "069305b9252a428ba4ae6eb58d3dc8c6d9be5cd0",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "php": ">=5.6"
      },
      "require-dev": {
        "phpstan/phpstan": "^1.4",
        "phpunit/phpunit": "^9.0"
      },
      "suggest": {
        "ext-curl": "Fetch data using curl instead of using file_get_contents"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Embera\\": "src/Embera"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Michael Pratt",
          "email": "yo@michael-pratt.com",
          "homepage": "http://www.michael-pratt.com",
          "role": "Author/Developer"
        }
      ],
      "description": "Oembed consumer library. Converts urls into their html embed code. Supports 150+ sites, such as Youtube, Twitter, vimeo, Instagram etc.",
      "homepage": "https://github.com/mpratt/Embera",
      "keywords": [
        "Auto embed",
        "Embed Text",
        "Responsive Embeds",
        "Url Embed",
        "embed",
        "instagram",
        "oembed",
        "twitter",
        "vimeo",
        "vine",
        "youtube"
      ],
      "support": {
        "issues": "https://github.com/mpratt/Embera/issues",
        "source": "https://github.com/mpratt/Embera/tree/2.0.41"
      },
      "funding": [
        {
          "url": "https://paypal.me/mtpratt",
          "type": "paypal"
        }
      ],
      "time": "2024-08-17T04:27:29+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": "nette/schema",
      "version": "v1.3.2",
      "source": {
        "type": "git",
        "url": "https://github.com/nette/schema.git",
        "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
        "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
        "shasum": ""
      },
      "require": {
        "nette/utils": "^4.0",
        "php": "8.1 - 8.4"
      },
      "require-dev": {
        "nette/tester": "^2.5.2",
        "phpstan/phpstan-nette": "^1.0",
        "tracy/tracy": "^2.8"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "1.3-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
      "authors": [
        {
          "name": "David Grudl",
          "homepage": "https://davidgrudl.com"
        },
        {
          "name": "Nette Community",
          "homepage": "https://nette.org/contributors"
        }
      ],
      "description": "📐 Nette Schema: validating data structures against a given Schema.",
      "homepage": "https://nette.org",
      "keywords": ["config", "nette"],
      "support": {
        "issues": "https://github.com/nette/schema/issues",
        "source": "https://github.com/nette/schema/tree/v1.3.2"
      },
      "time": "2024-10-06T23:10:23+00:00"
    },
    {
      "name": "nette/utils",
      "version": "v4.0.5",
      "source": {
        "type": "git",
        "url": "https://github.com/nette/utils.git",
        "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
        "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
        "shasum": ""
      },
      "require": {
        "php": "8.0 - 8.4"
      },
      "conflict": {
        "nette/finder": "<3",
        "nette/schema": "<1.2.2"
      },
      "require-dev": {
        "jetbrains/phpstorm-attributes": "dev-master",
        "nette/tester": "^2.5",
        "phpstan/phpstan": "^1.0",
        "tracy/tracy": "^2.9"
      },
      "suggest": {
        "ext-gd": "to use Image",
        "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
        "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
        "ext-json": "to use Nette\\Utils\\Json",
        "ext-mbstring": "to use Strings::lower() etc...",
        "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "4.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
      "authors": [
        {
          "name": "David Grudl",
          "homepage": "https://davidgrudl.com"
        },
        {
          "name": "Nette Community",
          "homepage": "https://nette.org/contributors"
        }
      ],
      "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
      "homepage": "https://nette.org",
      "keywords": [
        "array",
        "core",
        "datetime",
        "images",
        "json",
        "nette",
        "paginator",
        "password",
        "slugify",
        "string",
        "unicode",
        "utf-8",
        "utility",
        "validation"
      ],
      "support": {
        "issues": "https://github.com/nette/utils/issues",
        "source": "https://github.com/nette/utils/tree/v4.0.5"
      },
      "time": "2024-08-07T15:39:19+00:00"
    },
    {
      "name": "opawg/user-agents-v2-php",
      "version": "dev-main",
      "source": {
        "type": "git",
        "url": "https://github.com/opawg/user-agents-v2-php.git",
        "reference": "1b7646bc6e82501c99466fcdef23700604966b97"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/opawg/user-agents-v2-php/zipball/1b7646bc6e82501c99466fcdef23700604966b97",
        "reference": "1b7646bc6e82501c99466fcdef23700604966b97",
        "shasum": ""
      },
      "default-branch": true,
      "type": "library",
      "autoload": {
        "psr-4": {
          "Opawg\\UserAgentsV2Php\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "benjamin@castopod.org",
          "homepage": "https://castopod.org/"
        }
      ],
      "description": "PHP implementation for opawg/user-agents-v2.",
      "homepage": "https://github.com/opawg/user-agents-v2-php",
      "support": {
        "issues": "https://github.com/opawg/user-agents-v2-php/issues",
        "source": "https://github.com/opawg/user-agents-v2-php/tree/main"
      },
      "time": "2023-12-20T16:54:44+00:00"
    },
    {
      "name": "phpoption/phpoption",
      "version": "1.9.3",
      "source": {
        "type": "git",
        "url": "https://github.com/schmittjoh/php-option.git",
        "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
        "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        },
        "branch-alias": {
          "dev-master": "1.9-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "PhpOption\\": "src/PhpOption/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["Apache-2.0"],
      "authors": [
        {
          "name": "Johannes M. Schmitt",
          "email": "schmittjoh@gmail.com",
          "homepage": "https://github.com/schmittjoh"
        },
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        }
      ],
      "description": "Option Type for PHP",
      "keywords": ["language", "option", "php", "type"],
      "support": {
        "issues": "https://github.com/schmittjoh/php-option/issues",
        "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
          "type": "tidelift"
        }
      ],
      "time": "2024-07-20T21:41:07+00:00"
    },
    {
      "name": "phpseclib/phpseclib",
      "version": "2.0.48",
      "source": {
        "type": "git",
        "url": "https://github.com/phpseclib/phpseclib.git",
        "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/eaa7be704b8b93a6913b69eb7f645a59d7731b61",
        "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61",
        "shasum": ""
      },
      "require": {
        "php": ">=5.3.3"
      },
      "require-dev": {
        "phing/phing": "~2.7",
        "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
        "squizlabs/php_codesniffer": "~2.0"
      },
      "suggest": {
        "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.",
        "ext-xml": "Install the XML extension to load XML formatted public keys."
      },
      "type": "library",
      "autoload": {
        "files": ["phpseclib/bootstrap.php"],
        "psr-4": {
          "phpseclib\\": "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/2.0.48"
      },
      "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": "2024-12-14T21:03:54+00:00"
    },
    {
      "name": "psr/cache",
      "version": "3.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/cache.git",
        "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
        "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
        "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/3.0.0"
      },
      "time": "2021-02-03T23:26:27+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": "3.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/log.git",
        "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
        "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
        "shasum": ""
      },
      "require": {
        "php": ">=8.0.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "3.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Psr\\Log\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "PHP-FIG",
          "homepage": "https://www.php-fig.org/"
        }
      ],
      "description": "Common interface for logging libraries",
      "homepage": "https://github.com/php-fig/log",
      "keywords": ["log", "psr", "psr-3"],
      "support": {
        "source": "https://github.com/php-fig/log/tree/3.0.2"
      },
      "time": "2024-09-11T13:17:53+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.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/ramsey/collection.git",
        "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
        "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
        "shasum": ""
      },
      "require": {
        "php": "^8.1"
      },
      "require-dev": {
        "captainhook/plugin-composer": "^5.3",
        "ergebnis/composer-normalize": "^2.28.3",
        "fakerphp/faker": "^1.21",
        "hamcrest/hamcrest-php": "^2.0",
        "jangregor/phpstan-prophecy": "^1.0",
        "mockery/mockery": "^1.5",
        "php-parallel-lint/php-console-highlighter": "^1.0",
        "php-parallel-lint/php-parallel-lint": "^1.3",
        "phpcsstandards/phpcsutils": "^1.0.0-rc1",
        "phpspec/prophecy-phpunit": "^2.0",
        "phpstan/extension-installer": "^1.2",
        "phpstan/phpstan": "^1.9",
        "phpstan/phpstan-mockery": "^1.1",
        "phpstan/phpstan-phpunit": "^1.3",
        "phpunit/phpunit": "^9.5",
        "psalm/plugin-mockery": "^1.1",
        "psalm/plugin-phpunit": "^0.18.4",
        "ramsey/coding-standard": "^2.0.3",
        "ramsey/conventional-commits": "^1.3",
        "vimeo/psalm": "^5.4"
      },
      "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.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/ramsey",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
          "type": "tidelift"
        }
      ],
      "time": "2022-12-31T21:50:55+00:00"
    },
    {
      "name": "ramsey/uuid",
      "version": "4.7.6",
      "source": {
        "type": "git",
        "url": "https://github.com/ramsey/uuid.git",
        "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
        "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
        "shasum": ""
      },
      "require": {
        "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
        "ext-json": "*",
        "php": "^8.0",
        "ramsey/collection": "^1.2 || ^2.0"
      },
      "replace": {
        "rhumsaa/uuid": "self.version"
      },
      "require-dev": {
        "captainhook/captainhook": "^5.10",
        "captainhook/plugin-composer": "^5.3",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
        "doctrine/annotations": "^1.8",
        "ergebnis/composer-normalize": "^2.15",
        "mockery/mockery": "^1.3",
        "paragonie/random-lib": "^2",
        "php-mock/php-mock": "^2.2",
        "php-mock/php-mock-mockery": "^1.3",
        "php-parallel-lint/php-parallel-lint": "^1.1",
        "phpbench/phpbench": "^1.0",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.8",
        "phpstan/phpstan-mockery": "^1.1",
        "phpstan/phpstan-phpunit": "^1.1",
        "phpunit/phpunit": "^8.5 || ^9",
        "ramsey/composer-repl": "^1.4",
        "slevomat/coding-standard": "^8.4",
        "squizlabs/php_codesniffer": "^3.5",
        "vimeo/psalm": "^4.9"
      },
      "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.7.6"
      },
      "funding": [
        {
          "url": "https://github.com/ramsey",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
          "type": "tidelift"
        }
      ],
      "time": "2024-04-27T21:32:50+00:00"
    },
    {
      "name": "symfony/deprecation-contracts",
      "version": "v3.5.1",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/deprecation-contracts.git",
        "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
        "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.5-dev"
        },
        "thanks": {
          "name": "symfony/contracts",
          "url": "https://github.com/symfony/contracts"
        }
      },
      "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.5.1"
      },
      "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:20:29+00:00"
    },
    {
      "name": "symfony/polyfill-ctype",
      "version": "v1.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-ctype.git",
        "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
        "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
        "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.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-mbstring",
      "version": "v1.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-mbstring.git",
        "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
        "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
        "shasum": ""
      },
      "require": {
        "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.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-php80",
      "version": "v1.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-php80.git",
        "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
        "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
        "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.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": "vlucas/phpdotenv",
      "version": "v5.6.1",
      "source": {
        "type": "git",
        "url": "https://github.com/vlucas/phpdotenv.git",
        "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
        "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
        "shasum": ""
      },
      "require": {
        "ext-pcre": "*",
        "graham-campbell/result-type": "^1.1.3",
        "php": "^7.2.5 || ^8.0",
        "phpoption/phpoption": "^1.9.3",
        "symfony/polyfill-ctype": "^1.24",
        "symfony/polyfill-mbstring": "^1.24",
        "symfony/polyfill-php80": "^1.24"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "ext-filter": "*",
        "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
      },
      "suggest": {
        "ext-filter": "Required to use the boolean validator."
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        },
        "branch-alias": {
          "dev-master": "5.6-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Dotenv\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        },
        {
          "name": "Vance Lucas",
          "email": "vance@vancelucas.com",
          "homepage": "https://github.com/vlucas"
        }
      ],
      "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
      "keywords": ["dotenv", "env", "environment"],
      "support": {
        "issues": "https://github.com/vlucas/phpdotenv/issues",
        "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
          "type": "tidelift"
        }
      ],
      "time": "2024-07-20T21:52:34+00:00"
    },
    {
      "name": "whichbrowser/parser",
      "version": "v2.1.8",
      "source": {
        "type": "git",
        "url": "https://github.com/WhichBrowser/Parser-PHP.git",
        "reference": "581d614d686bfbec3529ad60562a5213ac5d8d72"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/581d614d686bfbec3529ad60562a5213ac5d8d72",
        "reference": "581d614d686bfbec3529ad60562a5213ac5d8d72",
        "shasum": ""
      },
      "require": {
        "php": ">=5.4.0",
        "psr/cache": "^1.0 || ^2.0 || ^3.0"
      },
      "require-dev": {
        "cache/array-adapter": "^1.1",
        "icomefromthenet/reverse-regex": "0.0.6.3",
        "php-coveralls/php-coveralls": "^2.0",
        "phpunit/php-code-coverage": "^5.0 || ^7.0",
        "phpunit/phpunit": "^6.0 || ^8.0",
        "squizlabs/php_codesniffer": "^3.5",
        "symfony/yaml": "~3.4 || ~4.0"
      },
      "suggest": {
        "cache/array-adapter": "Allows testing of the caching functionality"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "WhichBrowser\\": ["src/"]
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Niels Leenheer",
          "email": "niels@leenheer.nl",
          "role": "Developer"
        }
      ],
      "description": "Useragent sniffing library for PHP",
      "homepage": "http://whichbrowser.net",
      "keywords": ["browser", "sniffing", "ua", "useragent"],
      "support": {
        "issues": "https://github.com/WhichBrowser/Parser-PHP/issues",
        "source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.8"
      },
      "time": "2024-04-17T12:47:41+00:00"
    },
    {
      "name": "yassinedoghri/php-icons",
      "version": "v1.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/yassinedoghri/php-icons.git",
        "reference": "87ff8cbb0145965d8dfa6d10f8d370650cf4e569"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/yassinedoghri/php-icons/zipball/87ff8cbb0145965d8dfa6d10f8d370650cf4e569",
        "reference": "87ff8cbb0145965d8dfa6d10f8d370650cf4e569",
        "shasum": ""
      },
      "require": {
        "adhocore/cli": "^1.7.2",
        "composer-runtime-api": "^2.2",
        "php": ">=8.1"
      },
      "require-dev": {
        "kint-php/kint": "^5.1.1",
        "pestphp/pest": "v3.5.1",
        "pestphp/pest-plugin-type-coverage": "^v3.1.0",
        "phpstan/phpstan": "^1.12.7",
        "rector/rector": "^1.2.8",
        "symplify/coding-standard": "^12.2.3",
        "symplify/easy-coding-standard": "^12.3.6"
      },
      "bin": ["bin/php-icons"],
      "type": "library",
      "autoload": {
        "files": ["src/functions.php", "src/Console/helpers.php"],
        "psr-4": {
          "PHPIcons\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://yassinedoghri.com",
          "role": "Maintainer"
        }
      ],
      "description": "A PHP library based on iconify's API to download and render svg icons from popular open source icon sets.",
      "support": {
        "issues": "https://github.com/yassinedoghri/php-icons/issues",
        "source": "https://github.com/yassinedoghri/php-icons/tree/v1.2.0"
      },
      "time": "2024-11-06T11:12:15+00:00"
    },
    {
      "name": "yassinedoghri/podcast-feed",
      "version": "dev-main",
      "source": {
        "type": "git",
        "url": "https://github.com/yassinedoghri/podcast-feed.git",
        "reference": "f34156e62c9eef8bd5561f8a585d99501e235505"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/yassinedoghri/podcast-feed/zipball/f34156e62c9eef8bd5561f8a585d99501e235505",
        "reference": "f34156e62c9eef8bd5561f8a585d99501e235505",
        "shasum": ""
      },
      "require": {
        "ext-intl": "*",
        "php": ">=8.1"
      },
      "require-dev": {
        "kint-php/kint": "^5.0.5",
        "phpstan/phpstan": "^1.10.18",
        "rector/rector": "^0.17.0",
        "symplify/coding-standard": "^11.3.0",
        "symplify/easy-coding-standard": "^11.3.4"
      },
      "default-branch": true,
      "type": "library",
      "autoload": {
        "psr-4": {
          "PodcastFeed\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["AGPL-3.0-or-later"],
      "authors": [
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://yassinedoghri.com",
          "role": "Maintainer"
        }
      ],
      "description": "A robust podcast feed parser and validator written in PHP.",
      "support": {
        "issues": "https://github.com/yassinedoghri/podcast-feed/issues",
        "source": "https://github.com/yassinedoghri/podcast-feed/tree/main"
      },
      "time": "2024-04-28T16:17:41+00:00"
    }
  ],
  "packages-dev": [
    {
      "name": "captainhook/captainhook",
      "version": "5.24.1",
      "source": {
        "type": "git",
        "url": "https://github.com/captainhookphp/captainhook.git",
        "reference": "1e56452fd7a7e486e5955ab72dc9ea34bb52a184"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/captainhookphp/captainhook/zipball/1e56452fd7a7e486e5955ab72dc9ea34bb52a184",
        "reference": "1e56452fd7a7e486e5955ab72dc9ea34bb52a184",
        "shasum": ""
      },
      "require": {
        "captainhook/secrets": "^0.9.4",
        "ext-json": "*",
        "ext-spl": "*",
        "ext-xml": "*",
        "php": ">=8.0",
        "sebastianfeldmann/camino": "^0.9.2",
        "sebastianfeldmann/cli": "^3.3",
        "sebastianfeldmann/git": "^3.10",
        "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
        "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
        "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
      },
      "replace": {
        "sebastianfeldmann/captainhook": "*"
      },
      "require-dev": {
        "composer/composer": "~1 || ^2.0",
        "mikey179/vfsstream": "~1"
      },
      "bin": ["bin/captainhook"],
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0.x-dev"
        },
        "captainhook": {
          "config": "captainhook.json"
        }
      },
      "autoload": {
        "psr-4": {
          "CaptainHook\\App\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Sebastian Feldmann",
          "email": "sf@sebastian-feldmann.info"
        }
      ],
      "description": "PHP git hook manager",
      "homepage": "http://php.captainhook.info/",
      "keywords": [
        "commit-msg",
        "git",
        "hooks",
        "post-merge",
        "pre-commit",
        "pre-push",
        "prepare-commit-msg"
      ],
      "support": {
        "issues": "https://github.com/captainhookphp/captainhook/issues",
        "source": "https://github.com/captainhookphp/captainhook/tree/5.24.1"
      },
      "funding": [
        {
          "url": "https://github.com/sponsors/sebastianfeldmann",
          "type": "github"
        }
      ],
      "time": "2024-11-26T18:42:37+00:00"
    },
    {
      "name": "captainhook/secrets",
      "version": "0.9.6",
      "source": {
        "type": "git",
        "url": "https://github.com/captainhookphp/secrets.git",
        "reference": "0232c67019e11c4bee4ee9bfec9575b67e0854e5"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/captainhookphp/secrets/zipball/0232c67019e11c4bee4ee9bfec9575b67e0854e5",
        "reference": "0232c67019e11c4bee4ee9bfec9575b67e0854e5",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "php": ">=8.0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "CaptainHook\\Secrets\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Sebastian Feldmann",
          "email": "sf@sebastian-feldmann.info"
        }
      ],
      "description": "Utility classes to detect secrets",
      "keywords": [
        "commit-msg",
        "keys",
        "passwords",
        "post-merge",
        "prepare-commit-msg",
        "secrets",
        "tokens"
      ],
      "support": {
        "issues": "https://github.com/captainhookphp/secrets/issues",
        "source": "https://github.com/captainhookphp/secrets/tree/0.9.6"
      },
      "funding": [
        {
          "url": "https://github.com/sponsors/sebastianfeldmann",
          "type": "github"
        }
      ],
      "time": "2024-11-26T09:24:19+00:00"
    },
    {
      "name": "clue/ndjson-react",
      "version": "v1.3.0",
      "source": {
        "type": "git",
        "url": "https://github.com/clue/reactphp-ndjson.git",
        "reference": "392dc165fce93b5bb5c637b67e59619223c931b0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0",
        "reference": "392dc165fce93b5bb5c637b67e59619223c931b0",
        "shasum": ""
      },
      "require": {
        "php": ">=5.3",
        "react/stream": "^1.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
        "react/event-loop": "^1.2"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Clue\\React\\NDJson\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Christian Lück",
          "email": "christian@clue.engineering"
        }
      ],
      "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
      "homepage": "https://github.com/clue/reactphp-ndjson",
      "keywords": [
        "NDJSON",
        "json",
        "jsonlines",
        "newline",
        "reactphp",
        "streaming"
      ],
      "support": {
        "issues": "https://github.com/clue/reactphp-ndjson/issues",
        "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0"
      },
      "funding": [
        {
          "url": "https://clue.engineering/support",
          "type": "custom"
        },
        {
          "url": "https://github.com/clue",
          "type": "github"
        }
      ],
      "time": "2022-12-23T10:58:28+00:00"
    },
    {
      "name": "codeigniter/phpstan-codeigniter",
      "version": "v1.5.1",
      "source": {
        "type": "git",
        "url": "https://github.com/CodeIgniter/phpstan-codeigniter.git",
        "reference": "4bfaba879007c7dfb9c3b687713bd5d45524f067"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/CodeIgniter/phpstan-codeigniter/zipball/4bfaba879007c7dfb9c3b687713bd5d45524f067",
        "reference": "4bfaba879007c7dfb9c3b687713bd5d45524f067",
        "shasum": ""
      },
      "require": {
        "codeigniter4/framework": "^4.5",
        "php": "^8.1",
        "phpstan/phpstan": "^2.0"
      },
      "conflict": {
        "codeigniter/framework": "*"
      },
      "require-dev": {
        "codeigniter/coding-standard": "^1.7",
        "codeigniter4/shield": "^1.0",
        "friendsofphp/php-cs-fixer": "^3.49",
        "nexusphp/cs-config": "^3.21",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan-deprecation-rules": "^2.0",
        "phpstan/phpstan-phpunit": "^2.0",
        "phpstan/phpstan-strict-rules": "^2.0",
        "phpunit/phpunit": "^10.5 || ^11.4"
      },
      "type": "phpstan-extension",
      "extra": {
        "phpstan": {
          "includes": ["extension.neon"]
        }
      },
      "autoload": {
        "psr-4": {
          "CodeIgniter\\PHPStan\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "John Paul E. Balandan, CPA",
          "email": "paulbalandan@gmail.com"
        }
      ],
      "description": "CodeIgniter extensions and rules for PHPStan",
      "keywords": [
        "PHPStan",
        "codeigniter",
        "codeigniter4",
        "dev",
        "static analysis"
      ],
      "support": {
        "forum": "http://forum.codeigniter.com/",
        "issues": "https://github.com/CodeIgniter/phpstan-codeigniter/issues",
        "slack": "https://codeigniterchat.slack.com",
        "source": "https://github.com/CodeIgniter/phpstan-codeigniter"
      },
      "time": "2024-12-02T15:33:25+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.3",
      "source": {
        "type": "git",
        "url": "https://github.com/composer/semver.git",
        "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
        "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
        "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.3"
      },
      "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-09-19T14:15:21+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": "evenement/evenement",
      "version": "v3.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/igorw/evenement.git",
        "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
        "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
        "shasum": ""
      },
      "require": {
        "php": ">=7.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^9 || ^6"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Evenement\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Igor Wiedler",
          "email": "igor@wiedler.ch"
        }
      ],
      "description": "Événement is a very simple event dispatching library for PHP",
      "keywords": ["event-dispatcher", "event-emitter"],
      "support": {
        "issues": "https://github.com/igorw/evenement/issues",
        "source": "https://github.com/igorw/evenement/tree/v3.0.2"
      },
      "time": "2023-08-08T05:53:35+00:00"
    },
    {
      "name": "fidry/cpu-core-counter",
      "version": "1.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/theofidry/cpu-core-counter.git",
        "reference": "8520451a140d3f46ac33042715115e290cf5785f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
        "reference": "8520451a140d3f46ac33042715115e290cf5785f",
        "shasum": ""
      },
      "require": {
        "php": "^7.2 || ^8.0"
      },
      "require-dev": {
        "fidry/makefile": "^0.2.0",
        "fidry/php-cs-fixer-config": "^1.1.2",
        "phpstan/extension-installer": "^1.2.0",
        "phpstan/phpstan": "^1.9.2",
        "phpstan/phpstan-deprecation-rules": "^1.0.0",
        "phpstan/phpstan-phpunit": "^1.2.2",
        "phpstan/phpstan-strict-rules": "^1.4.4",
        "phpunit/phpunit": "^8.5.31 || ^9.5.26",
        "webmozarts/strict-phpunit": "^7.5"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Fidry\\CpuCoreCounter\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Théo FIDRY",
          "email": "theo.fidry@gmail.com"
        }
      ],
      "description": "Tiny utility to get the number of CPU cores.",
      "keywords": ["CPU", "core"],
      "support": {
        "issues": "https://github.com/theofidry/cpu-core-counter/issues",
        "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
      },
      "funding": [
        {
          "url": "https://github.com/theofidry",
          "type": "github"
        }
      ],
      "time": "2024-08-06T10:04:20+00:00"
    },
    {
      "name": "friendsofphp/php-cs-fixer",
      "version": "v3.65.0",
      "source": {
        "type": "git",
        "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
        "reference": "79d4f3e77b250a7d8043d76c6af8f0695e8a469f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/79d4f3e77b250a7d8043d76c6af8f0695e8a469f",
        "reference": "79d4f3e77b250a7d8043d76c6af8f0695e8a469f",
        "shasum": ""
      },
      "require": {
        "clue/ndjson-react": "^1.0",
        "composer/semver": "^3.4",
        "composer/xdebug-handler": "^3.0.3",
        "ext-filter": "*",
        "ext-json": "*",
        "ext-tokenizer": "*",
        "fidry/cpu-core-counter": "^1.2",
        "php": "^7.4 || ^8.0",
        "react/child-process": "^0.6.5",
        "react/event-loop": "^1.0",
        "react/promise": "^2.0 || ^3.0",
        "react/socket": "^1.0",
        "react/stream": "^1.0",
        "sebastian/diff": "^4.0 || ^5.0 || ^6.0",
        "symfony/console": "^5.4 || ^6.0 || ^7.0",
        "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
        "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
        "symfony/finder": "^5.4 || ^6.0 || ^7.0",
        "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
        "symfony/polyfill-mbstring": "^1.28",
        "symfony/polyfill-php80": "^1.28",
        "symfony/polyfill-php81": "^1.28",
        "symfony/process": "^5.4 || ^6.0 || ^7.0",
        "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
      },
      "require-dev": {
        "facile-it/paraunit": "^1.3.1 || ^2.4",
        "infection/infection": "^0.29.8",
        "justinrainbow/json-schema": "^5.3 || ^6.0",
        "keradus/cli-executor": "^2.1",
        "mikey179/vfsstream": "^1.6.12",
        "php-coveralls/php-coveralls": "^2.7",
        "php-cs-fixer/accessible-object": "^1.1",
        "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
        "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
        "phpunit/phpunit": "^9.6.21 || ^10.5.38 || ^11.4.3",
        "symfony/var-dumper": "^5.4.47 || ^6.4.15 || ^7.1.8",
        "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6"
      },
      "suggest": {
        "ext-dom": "For handling output formats in XML",
        "ext-mbstring": "For handling non-UTF8 characters."
      },
      "bin": ["php-cs-fixer"],
      "type": "application",
      "autoload": {
        "psr-4": {
          "PhpCsFixer\\": "src/"
        },
        "exclude-from-classmap": ["src/Fixer/Internal/*"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Fabien Potencier",
          "email": "fabien@symfony.com"
        },
        {
          "name": "Dariusz Rumiński",
          "email": "dariusz.ruminski@gmail.com"
        }
      ],
      "description": "A tool to automatically fix PHP code style",
      "keywords": [
        "Static code analysis",
        "fixer",
        "standards",
        "static analysis"
      ],
      "support": {
        "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
        "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.65.0"
      },
      "funding": [
        {
          "url": "https://github.com/keradus",
          "type": "github"
        }
      ],
      "time": "2024-11-25T00:39:24+00:00"
    },
    {
      "name": "mikey179/vfsstream",
      "version": "v1.6.12",
      "source": {
        "type": "git",
        "url": "https://github.com/bovigo/vfsStream.git",
        "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
        "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
        "shasum": ""
      },
      "require": {
        "php": ">=7.1.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^7.5||^8.5||^9.6",
        "yoast/phpunit-polyfills": "^2.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "1.6.x-dev"
        }
      },
      "autoload": {
        "psr-0": {
          "org\\bovigo\\vfs\\": "src/main/php"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Frank Kleine",
          "homepage": "http://frankkleine.de/",
          "role": "Developer"
        }
      ],
      "description": "Virtual file system to mock the real file system in unit tests.",
      "homepage": "http://vfs.bovigo.org/",
      "support": {
        "issues": "https://github.com/bovigo/vfsStream/issues",
        "source": "https://github.com/bovigo/vfsStream/tree/master",
        "wiki": "https://github.com/bovigo/vfsStream/wiki"
      },
      "time": "2024-08-29T18:43:31+00:00"
    },
    {
      "name": "myclabs/deep-copy",
      "version": "1.12.1",
      "source": {
        "type": "git",
        "url": "https://github.com/myclabs/DeepCopy.git",
        "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
        "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
        "shasum": ""
      },
      "require": {
        "php": "^7.1 || ^8.0"
      },
      "conflict": {
        "doctrine/collections": "<1.6.8",
        "doctrine/common": "<2.13.3 || >=3 <3.2.2"
      },
      "require-dev": {
        "doctrine/collections": "^1.6.8",
        "doctrine/common": "^2.13.3 || ^3.2.2",
        "phpspec/prophecy": "^1.10",
        "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
      },
      "type": "library",
      "autoload": {
        "files": ["src/DeepCopy/deep_copy.php"],
        "psr-4": {
          "DeepCopy\\": "src/DeepCopy/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Create deep copies (clones) of your objects",
      "keywords": ["clone", "copy", "duplicate", "object", "object graph"],
      "support": {
        "issues": "https://github.com/myclabs/DeepCopy/issues",
        "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
      },
      "funding": [
        {
          "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
          "type": "tidelift"
        }
      ],
      "time": "2024-11-08T17:47:46+00:00"
    },
    {
      "name": "nikic/php-parser",
      "version": "v5.3.1",
      "source": {
        "type": "git",
        "url": "https://github.com/nikic/PHP-Parser.git",
        "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
        "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
        "shasum": ""
      },
      "require": {
        "ext-ctype": "*",
        "ext-json": "*",
        "ext-tokenizer": "*",
        "php": ">=7.4"
      },
      "require-dev": {
        "ircmaxell/php-yacc": "^0.0.7",
        "phpunit/phpunit": "^9.0"
      },
      "bin": ["bin/php-parse"],
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "5.0-dev"
        }
      },
      "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/v5.3.1"
      },
      "time": "2024-10-08T18:51:32+00:00"
    },
    {
      "name": "phar-io/manifest",
      "version": "2.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/phar-io/manifest.git",
        "reference": "54750ef60c58e43759730615a392c31c80e23176"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
        "reference": "54750ef60c58e43759730615a392c31c80e23176",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-libxml": "*",
        "ext-phar": "*",
        "ext-xmlwriter": "*",
        "phar-io/version": "^3.0.1",
        "php": "^7.2 || ^8.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.0.x-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Arne Blankerts",
          "email": "arne@blankerts.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Heuer",
          "email": "sebastian@phpeople.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "Developer"
        }
      ],
      "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
      "support": {
        "issues": "https://github.com/phar-io/manifest/issues",
        "source": "https://github.com/phar-io/manifest/tree/2.0.4"
      },
      "funding": [
        {
          "url": "https://github.com/theseer",
          "type": "github"
        }
      ],
      "time": "2024-03-03T12:33:53+00:00"
    },
    {
      "name": "phar-io/version",
      "version": "3.2.1",
      "source": {
        "type": "git",
        "url": "https://github.com/phar-io/version.git",
        "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
        "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
        "shasum": ""
      },
      "require": {
        "php": "^7.2 || ^8.0"
      },
      "type": "library",
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Arne Blankerts",
          "email": "arne@blankerts.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Heuer",
          "email": "sebastian@phpeople.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "Developer"
        }
      ],
      "description": "Library for handling version information and constraints",
      "support": {
        "issues": "https://github.com/phar-io/version/issues",
        "source": "https://github.com/phar-io/version/tree/3.2.1"
      },
      "time": "2022-02-21T01:04:05+00:00"
    },
    {
      "name": "phpstan/extension-installer",
      "version": "1.4.3",
      "source": {
        "type": "git",
        "url": "https://github.com/phpstan/extension-installer.git",
        "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
        "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
        "shasum": ""
      },
      "require": {
        "composer-plugin-api": "^2.0",
        "php": "^7.2 || ^8.0",
        "phpstan/phpstan": "^1.9.0 || ^2.0"
      },
      "require-dev": {
        "composer/composer": "^2.0",
        "php-parallel-lint/php-parallel-lint": "^1.2.0",
        "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
      },
      "type": "composer-plugin",
      "extra": {
        "class": "PHPStan\\ExtensionInstaller\\Plugin"
      },
      "autoload": {
        "psr-4": {
          "PHPStan\\ExtensionInstaller\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Composer plugin for automatic installation of PHPStan extensions",
      "keywords": ["dev", "static analysis"],
      "support": {
        "issues": "https://github.com/phpstan/extension-installer/issues",
        "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
      },
      "time": "2024-09-04T20:21:43+00:00"
    },
    {
      "name": "phpstan/phpstan",
      "version": "2.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/phpstan/phpstan.git",
        "reference": "50d276fc3bf1430ec315f2f109bbde2769821524"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524",
        "reference": "50d276fc3bf1430ec315f2f109bbde2769821524",
        "shasum": ""
      },
      "require": {
        "php": "^7.4|^8.0"
      },
      "conflict": {
        "phpstan/phpstan-shim": "*"
      },
      "bin": ["phpstan", "phpstan.phar"],
      "type": "library",
      "autoload": {
        "files": ["bootstrap.php"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "PHPStan - PHP Static Analysis Tool",
      "keywords": ["dev", "static analysis"],
      "support": {
        "docs": "https://phpstan.org/user-guide/getting-started",
        "forum": "https://github.com/phpstan/phpstan/discussions",
        "issues": "https://github.com/phpstan/phpstan/issues",
        "security": "https://github.com/phpstan/phpstan/security/policy",
        "source": "https://github.com/phpstan/phpstan-src"
      },
      "funding": [
        {
          "url": "https://github.com/ondrejmirtes",
          "type": "github"
        },
        {
          "url": "https://github.com/phpstan",
          "type": "github"
        }
      ],
      "time": "2024-12-17T17:14:01+00:00"
    },
    {
      "name": "phpunit/php-code-coverage",
      "version": "11.0.8",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
        "reference": "418c59fd080954f8c4aa5631d9502ecda2387118"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118",
        "reference": "418c59fd080954f8c4aa5631d9502ecda2387118",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-libxml": "*",
        "ext-xmlwriter": "*",
        "nikic/php-parser": "^5.3.1",
        "php": ">=8.2",
        "phpunit/php-file-iterator": "^5.1.0",
        "phpunit/php-text-template": "^4.0.1",
        "sebastian/code-unit-reverse-lookup": "^4.0.1",
        "sebastian/complexity": "^4.0.1",
        "sebastian/environment": "^7.2.0",
        "sebastian/lines-of-code": "^3.0.1",
        "sebastian/version": "^5.0.2",
        "theseer/tokenizer": "^1.2.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.5.0"
      },
      "suggest": {
        "ext-pcov": "PHP extension that provides line coverage",
        "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "11.0.x-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
      "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
      "keywords": ["coverage", "testing", "xunit"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
        "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
        "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.8"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-12-11T12:34:27+00:00"
    },
    {
      "name": "phpunit/php-file-iterator",
      "version": "5.1.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
        "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
        "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "FilterIterator implementation that filters files based on a list of suffixes.",
      "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
      "keywords": ["filesystem", "iterator"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
        "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
        "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-08-27T05:02:59+00:00"
    },
    {
      "name": "phpunit/php-invoker",
      "version": "5.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-invoker.git",
        "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
        "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "ext-pcntl": "*",
        "phpunit/phpunit": "^11.0"
      },
      "suggest": {
        "ext-pcntl": "*"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Invoke callables with a timeout",
      "homepage": "https://github.com/sebastianbergmann/php-invoker/",
      "keywords": ["process"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
        "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
        "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T05:07:44+00:00"
    },
    {
      "name": "phpunit/php-text-template",
      "version": "4.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-text-template.git",
        "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
        "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "4.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Simple template engine.",
      "homepage": "https://github.com/sebastianbergmann/php-text-template/",
      "keywords": ["template"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
        "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
        "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T05:08:43+00:00"
    },
    {
      "name": "phpunit/php-timer",
      "version": "7.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-timer.git",
        "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
        "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Utility class for timing",
      "homepage": "https://github.com/sebastianbergmann/php-timer/",
      "keywords": ["timer"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-timer/issues",
        "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
        "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T05:09:35+00:00"
    },
    {
      "name": "phpunit/phpunit",
      "version": "11.5.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/phpunit.git",
        "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/153d0531b9f7e883c5053160cad6dd5ac28140b3",
        "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-xml": "*",
        "ext-xmlwriter": "*",
        "myclabs/deep-copy": "^1.12.1",
        "phar-io/manifest": "^2.0.4",
        "phar-io/version": "^3.2.1",
        "php": ">=8.2",
        "phpunit/php-code-coverage": "^11.0.8",
        "phpunit/php-file-iterator": "^5.1.0",
        "phpunit/php-invoker": "^5.0.1",
        "phpunit/php-text-template": "^4.0.1",
        "phpunit/php-timer": "^7.0.1",
        "sebastian/cli-parser": "^3.0.2",
        "sebastian/code-unit": "^3.0.2",
        "sebastian/comparator": "^6.2.1",
        "sebastian/diff": "^6.0.2",
        "sebastian/environment": "^7.2.0",
        "sebastian/exporter": "^6.3.0",
        "sebastian/global-state": "^7.0.2",
        "sebastian/object-enumerator": "^6.0.1",
        "sebastian/type": "^5.1.0",
        "sebastian/version": "^5.0.2",
        "staabm/side-effects-detector": "^1.0.5"
      },
      "suggest": {
        "ext-soap": "To be able to generate mocks based on WSDL files"
      },
      "bin": ["phpunit"],
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "11.5-dev"
        }
      },
      "autoload": {
        "files": ["src/Framework/Assert/Functions.php"],
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "The PHP Unit Testing framework.",
      "homepage": "https://phpunit.de/",
      "keywords": ["phpunit", "testing", "xunit"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/phpunit/issues",
        "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
        "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.2"
      },
      "funding": [
        {
          "url": "https://phpunit.de/sponsors.html",
          "type": "custom"
        },
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
          "type": "tidelift"
        }
      ],
      "time": "2024-12-21T05:51:08+00:00"
    },
    {
      "name": "psr/container",
      "version": "2.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/container.git",
        "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
        "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
        "shasum": ""
      },
      "require": {
        "php": ">=7.4.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.0.x-dev"
        }
      },
      "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/2.0.2"
      },
      "time": "2021-11-05T16:47:00+00:00"
    },
    {
      "name": "react/cache",
      "version": "v1.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/cache.git",
        "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
        "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
        "shasum": ""
      },
      "require": {
        "php": ">=5.3.0",
        "react/promise": "^3.0 || ^2.0 || ^1.1"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "React\\Cache\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "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": "Jan Sorgalla",
          "email": "jsorgalla@gmail.com",
          "homepage": "https://sorgalla.com/"
        },
        {
          "name": "Chris Boden",
          "email": "cboden@gmail.com",
          "homepage": "https://cboden.dev/"
        }
      ],
      "description": "Async, Promise-based cache interface for ReactPHP",
      "keywords": ["cache", "caching", "promise", "reactphp"],
      "support": {
        "issues": "https://github.com/reactphp/cache/issues",
        "source": "https://github.com/reactphp/cache/tree/v1.2.0"
      },
      "funding": [
        {
          "url": "https://opencollective.com/reactphp",
          "type": "open_collective"
        }
      ],
      "time": "2022-11-30T15:59:55+00:00"
    },
    {
      "name": "react/child-process",
      "version": "v0.6.5",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/child-process.git",
        "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
        "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
        "shasum": ""
      },
      "require": {
        "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
        "php": ">=5.3.0",
        "react/event-loop": "^1.2",
        "react/stream": "^1.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
        "react/socket": "^1.8",
        "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "React\\ChildProcess\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "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": "Jan Sorgalla",
          "email": "jsorgalla@gmail.com",
          "homepage": "https://sorgalla.com/"
        },
        {
          "name": "Chris Boden",
          "email": "cboden@gmail.com",
          "homepage": "https://cboden.dev/"
        }
      ],
      "description": "Event-driven library for executing child processes with ReactPHP.",
      "keywords": ["event-driven", "process", "reactphp"],
      "support": {
        "issues": "https://github.com/reactphp/child-process/issues",
        "source": "https://github.com/reactphp/child-process/tree/v0.6.5"
      },
      "funding": [
        {
          "url": "https://github.com/WyriHaximus",
          "type": "github"
        },
        {
          "url": "https://github.com/clue",
          "type": "github"
        }
      ],
      "time": "2022-09-16T13:41:56+00:00"
    },
    {
      "name": "react/dns",
      "version": "v1.13.0",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/dns.git",
        "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
        "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
        "shasum": ""
      },
      "require": {
        "php": ">=5.3.0",
        "react/cache": "^1.0 || ^0.6 || ^0.5",
        "react/event-loop": "^1.2",
        "react/promise": "^3.2 || ^2.7 || ^1.2.1"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
        "react/async": "^4.3 || ^3 || ^2",
        "react/promise-timer": "^1.11"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "React\\Dns\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "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": "Jan Sorgalla",
          "email": "jsorgalla@gmail.com",
          "homepage": "https://sorgalla.com/"
        },
        {
          "name": "Chris Boden",
          "email": "cboden@gmail.com",
          "homepage": "https://cboden.dev/"
        }
      ],
      "description": "Async DNS resolver for ReactPHP",
      "keywords": ["async", "dns", "dns-resolver", "reactphp"],
      "support": {
        "issues": "https://github.com/reactphp/dns/issues",
        "source": "https://github.com/reactphp/dns/tree/v1.13.0"
      },
      "funding": [
        {
          "url": "https://opencollective.com/reactphp",
          "type": "open_collective"
        }
      ],
      "time": "2024-06-13T14:18:03+00:00"
    },
    {
      "name": "react/event-loop",
      "version": "v1.5.0",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/event-loop.git",
        "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
        "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
        "shasum": ""
      },
      "require": {
        "php": ">=5.3.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
      },
      "suggest": {
        "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "React\\EventLoop\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "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": "Jan Sorgalla",
          "email": "jsorgalla@gmail.com",
          "homepage": "https://sorgalla.com/"
        },
        {
          "name": "Chris Boden",
          "email": "cboden@gmail.com",
          "homepage": "https://cboden.dev/"
        }
      ],
      "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
      "keywords": ["asynchronous", "event-loop"],
      "support": {
        "issues": "https://github.com/reactphp/event-loop/issues",
        "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
      },
      "funding": [
        {
          "url": "https://opencollective.com/reactphp",
          "type": "open_collective"
        }
      ],
      "time": "2023-11-13T13:48:05+00:00"
    },
    {
      "name": "react/promise",
      "version": "v3.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/promise.git",
        "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
        "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
        "shasum": ""
      },
      "require": {
        "php": ">=7.1.0"
      },
      "require-dev": {
        "phpstan/phpstan": "1.10.39 || 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.2.0"
      },
      "funding": [
        {
          "url": "https://opencollective.com/reactphp",
          "type": "open_collective"
        }
      ],
      "time": "2024-05-24T10:39:05+00:00"
    },
    {
      "name": "react/socket",
      "version": "v1.16.0",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/socket.git",
        "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
        "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
        "shasum": ""
      },
      "require": {
        "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
        "php": ">=5.3.0",
        "react/dns": "^1.13",
        "react/event-loop": "^1.2",
        "react/promise": "^3.2 || ^2.6 || ^1.2.1",
        "react/stream": "^1.4"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
        "react/async": "^4.3 || ^3.3 || ^2",
        "react/promise-stream": "^1.4",
        "react/promise-timer": "^1.11"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "React\\Socket\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "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": "Jan Sorgalla",
          "email": "jsorgalla@gmail.com",
          "homepage": "https://sorgalla.com/"
        },
        {
          "name": "Chris Boden",
          "email": "cboden@gmail.com",
          "homepage": "https://cboden.dev/"
        }
      ],
      "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
      "keywords": ["Connection", "Socket", "async", "reactphp", "stream"],
      "support": {
        "issues": "https://github.com/reactphp/socket/issues",
        "source": "https://github.com/reactphp/socket/tree/v1.16.0"
      },
      "funding": [
        {
          "url": "https://opencollective.com/reactphp",
          "type": "open_collective"
        }
      ],
      "time": "2024-07-26T10:38:09+00:00"
    },
    {
      "name": "react/stream",
      "version": "v1.4.0",
      "source": {
        "type": "git",
        "url": "https://github.com/reactphp/stream.git",
        "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
        "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
        "shasum": ""
      },
      "require": {
        "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
        "php": ">=5.3.8",
        "react/event-loop": "^1.2"
      },
      "require-dev": {
        "clue/stream-filter": "~1.2",
        "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "React\\Stream\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "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": "Jan Sorgalla",
          "email": "jsorgalla@gmail.com",
          "homepage": "https://sorgalla.com/"
        },
        {
          "name": "Chris Boden",
          "email": "cboden@gmail.com",
          "homepage": "https://cboden.dev/"
        }
      ],
      "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
      "keywords": [
        "event-driven",
        "io",
        "non-blocking",
        "pipe",
        "reactphp",
        "readable",
        "stream",
        "writable"
      ],
      "support": {
        "issues": "https://github.com/reactphp/stream/issues",
        "source": "https://github.com/reactphp/stream/tree/v1.4.0"
      },
      "funding": [
        {
          "url": "https://opencollective.com/reactphp",
          "type": "open_collective"
        }
      ],
      "time": "2024-06-11T12:45:25+00:00"
    },
    {
      "name": "rector/rector",
      "version": "2.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/rectorphp/rector.git",
        "reference": "3f27091368bd935dbbaa8387099792fb20f65f68"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/rectorphp/rector/zipball/3f27091368bd935dbbaa8387099792fb20f65f68",
        "reference": "3f27091368bd935dbbaa8387099792fb20f65f68",
        "shasum": ""
      },
      "require": {
        "php": "^7.4|^8.0",
        "phpstan/phpstan": "^2.0.1"
      },
      "conflict": {
        "rector/rector-doctrine": "*",
        "rector/rector-downgrade-php": "*",
        "rector/rector-phpunit": "*",
        "rector/rector-symfony": "*"
      },
      "suggest": {
        "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
      },
      "bin": ["bin/rector"],
      "type": "library",
      "autoload": {
        "files": ["bootstrap.php"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Instant Upgrade and Automated Refactoring of any PHP code",
      "keywords": ["automation", "dev", "migration", "refactoring"],
      "support": {
        "issues": "https://github.com/rectorphp/rector/issues",
        "source": "https://github.com/rectorphp/rector/tree/2.0.3"
      },
      "funding": [
        {
          "url": "https://github.com/tomasvotruba",
          "type": "github"
        }
      ],
      "time": "2024-12-12T15:22:19+00:00"
    },
    {
      "name": "sebastian/cli-parser",
      "version": "3.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/cli-parser.git",
        "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
        "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library for parsing CLI options",
      "homepage": "https://github.com/sebastianbergmann/cli-parser",
      "support": {
        "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
        "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
        "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:41:36+00:00"
    },
    {
      "name": "sebastian/code-unit",
      "version": "3.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/code-unit.git",
        "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
        "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.5"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Collection of value objects that represent the PHP code units",
      "homepage": "https://github.com/sebastianbergmann/code-unit",
      "support": {
        "issues": "https://github.com/sebastianbergmann/code-unit/issues",
        "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
        "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-12-12T09:59:06+00:00"
    },
    {
      "name": "sebastian/code-unit-reverse-lookup",
      "version": "4.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
        "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
        "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "4.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Looks up which function or method a line of code belongs to",
      "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
      "support": {
        "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
        "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
        "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:45:54+00:00"
    },
    {
      "name": "sebastian/comparator",
      "version": "6.2.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/comparator.git",
        "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739",
        "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-mbstring": "*",
        "php": ">=8.2",
        "sebastian/diff": "^6.0",
        "sebastian/exporter": "^6.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.4"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.2-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Jeff Welch",
          "email": "whatthejeff@gmail.com"
        },
        {
          "name": "Volker Dusch",
          "email": "github@wallbash.com"
        },
        {
          "name": "Bernhard Schussek",
          "email": "bschussek@2bepublished.at"
        }
      ],
      "description": "Provides the functionality to compare PHP values for equality",
      "homepage": "https://github.com/sebastianbergmann/comparator",
      "keywords": ["comparator", "compare", "equality"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/comparator/issues",
        "security": "https://github.com/sebastianbergmann/comparator/security/policy",
        "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-10-31T05:30:08+00:00"
    },
    {
      "name": "sebastian/complexity",
      "version": "4.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/complexity.git",
        "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
        "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
        "shasum": ""
      },
      "require": {
        "nikic/php-parser": "^5.0",
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "4.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library for calculating the complexity of PHP code units",
      "homepage": "https://github.com/sebastianbergmann/complexity",
      "support": {
        "issues": "https://github.com/sebastianbergmann/complexity/issues",
        "security": "https://github.com/sebastianbergmann/complexity/security/policy",
        "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:49:50+00:00"
    },
    {
      "name": "sebastian/diff",
      "version": "6.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/diff.git",
        "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
        "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0",
        "symfony/process": "^4.2 || ^5"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Kore Nordmann",
          "email": "mail@kore-nordmann.de"
        }
      ],
      "description": "Diff implementation",
      "homepage": "https://github.com/sebastianbergmann/diff",
      "keywords": ["diff", "udiff", "unidiff", "unified diff"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/diff/issues",
        "security": "https://github.com/sebastianbergmann/diff/security/policy",
        "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:53:05+00:00"
    },
    {
      "name": "sebastian/environment",
      "version": "7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/environment.git",
        "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
        "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "suggest": {
        "ext-posix": "*"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.2-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Provides functionality to handle HHVM/PHP environments",
      "homepage": "https://github.com/sebastianbergmann/environment",
      "keywords": ["Xdebug", "environment", "hhvm"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/environment/issues",
        "security": "https://github.com/sebastianbergmann/environment/security/policy",
        "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:54:44+00:00"
    },
    {
      "name": "sebastian/exporter",
      "version": "6.3.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/exporter.git",
        "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
        "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "php": ">=8.2",
        "sebastian/recursion-context": "^6.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.3"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.1-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Jeff Welch",
          "email": "whatthejeff@gmail.com"
        },
        {
          "name": "Volker Dusch",
          "email": "github@wallbash.com"
        },
        {
          "name": "Adam Harvey",
          "email": "aharvey@php.net"
        },
        {
          "name": "Bernhard Schussek",
          "email": "bschussek@gmail.com"
        }
      ],
      "description": "Provides the functionality to export PHP variables for visualization",
      "homepage": "https://www.github.com/sebastianbergmann/exporter",
      "keywords": ["export", "exporter"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/exporter/issues",
        "security": "https://github.com/sebastianbergmann/exporter/security/policy",
        "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-12-05T09:17:50+00:00"
    },
    {
      "name": "sebastian/global-state",
      "version": "7.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/global-state.git",
        "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
        "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "sebastian/object-reflector": "^4.0",
        "sebastian/recursion-context": "^6.0"
      },
      "require-dev": {
        "ext-dom": "*",
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Snapshotting of global state",
      "homepage": "https://www.github.com/sebastianbergmann/global-state",
      "keywords": ["global state"],
      "support": {
        "issues": "https://github.com/sebastianbergmann/global-state/issues",
        "security": "https://github.com/sebastianbergmann/global-state/security/policy",
        "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:57:36+00:00"
    },
    {
      "name": "sebastian/lines-of-code",
      "version": "3.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/lines-of-code.git",
        "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
        "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
        "shasum": ""
      },
      "require": {
        "nikic/php-parser": "^5.0",
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library for counting the lines of code in PHP source code",
      "homepage": "https://github.com/sebastianbergmann/lines-of-code",
      "support": {
        "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
        "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
        "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T04:58:38+00:00"
    },
    {
      "name": "sebastian/object-enumerator",
      "version": "6.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/object-enumerator.git",
        "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
        "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "sebastian/object-reflector": "^4.0",
        "sebastian/recursion-context": "^6.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Traverses array structures and object graphs to enumerate all referenced objects",
      "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
      "support": {
        "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
        "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
        "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T05:00:13+00:00"
    },
    {
      "name": "sebastian/object-reflector",
      "version": "4.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/object-reflector.git",
        "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
        "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "4.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Allows reflection of object attributes, including inherited and non-public ones",
      "homepage": "https://github.com/sebastianbergmann/object-reflector/",
      "support": {
        "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
        "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
        "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T05:01:32+00:00"
    },
    {
      "name": "sebastian/recursion-context",
      "version": "6.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/recursion-context.git",
        "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
        "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Jeff Welch",
          "email": "whatthejeff@gmail.com"
        },
        {
          "name": "Adam Harvey",
          "email": "aharvey@php.net"
        }
      ],
      "description": "Provides functionality to recursively process PHP variables",
      "homepage": "https://github.com/sebastianbergmann/recursion-context",
      "support": {
        "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
        "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
        "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-07-03T05:10:34+00:00"
    },
    {
      "name": "sebastian/type",
      "version": "5.1.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/type.git",
        "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
        "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "phpunit/phpunit": "^11.3"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.1-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Collection of value objects that represent the types of the PHP type system",
      "homepage": "https://github.com/sebastianbergmann/type",
      "support": {
        "issues": "https://github.com/sebastianbergmann/type/issues",
        "security": "https://github.com/sebastianbergmann/type/security/policy",
        "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-09-17T13:12:04+00:00"
    },
    {
      "name": "sebastian/version",
      "version": "5.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/version.git",
        "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
        "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.0-dev"
        }
      },
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library that helps with managing the version number of Git-hosted PHP projects",
      "homepage": "https://github.com/sebastianbergmann/version",
      "support": {
        "issues": "https://github.com/sebastianbergmann/version/issues",
        "security": "https://github.com/sebastianbergmann/version/security/policy",
        "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2024-10-09T05:16:32+00:00"
    },
    {
      "name": "sebastianfeldmann/camino",
      "version": "0.9.5",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianfeldmann/camino.git",
        "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianfeldmann/camino/zipball/bf2e4c8b2a029e9eade43666132b61331e3e8184",
        "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184",
        "shasum": ""
      },
      "require": {
        "php": ">=7.1"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "1.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "SebastianFeldmann\\Camino\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Sebastian Feldmann",
          "email": "sf@sebastian-feldmann.info"
        }
      ],
      "description": "Path management the OO way",
      "homepage": "https://github.com/sebastianfeldmann/camino",
      "keywords": ["file system", "path"],
      "support": {
        "issues": "https://github.com/sebastianfeldmann/camino/issues",
        "source": "https://github.com/sebastianfeldmann/camino/tree/0.9.5"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianfeldmann",
          "type": "github"
        }
      ],
      "time": "2022-01-03T13:15:10+00:00"
    },
    {
      "name": "sebastianfeldmann/cli",
      "version": "3.4.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianfeldmann/cli.git",
        "reference": "6fa122afd528dae7d7ec988a604aa6c600f5d9b5"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianfeldmann/cli/zipball/6fa122afd528dae7d7ec988a604aa6c600f5d9b5",
        "reference": "6fa122afd528dae7d7ec988a604aa6c600f5d9b5",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2"
      },
      "require-dev": {
        "symfony/process": "^4.3 | ^5.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "3.4.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "SebastianFeldmann\\Cli\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Sebastian Feldmann",
          "email": "sf@sebastian-feldmann.info"
        }
      ],
      "description": "PHP cli helper classes",
      "homepage": "https://github.com/sebastianfeldmann/cli",
      "keywords": ["cli"],
      "support": {
        "issues": "https://github.com/sebastianfeldmann/cli/issues",
        "source": "https://github.com/sebastianfeldmann/cli/tree/3.4.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianfeldmann",
          "type": "github"
        }
      ],
      "time": "2024-11-26T10:19:01+00:00"
    },
    {
      "name": "sebastianfeldmann/git",
      "version": "3.11.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianfeldmann/git.git",
        "reference": "96b9f384d45106f757df98a74c11b42b393ff18f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/96b9f384d45106f757df98a74c11b42b393ff18f",
        "reference": "96b9f384d45106f757df98a74c11b42b393ff18f",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-simplexml": "*",
        "php": ">=8.0",
        "sebastianfeldmann/cli": "^3.0"
      },
      "require-dev": {
        "mikey179/vfsstream": "^1.6"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "4.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "SebastianFeldmann\\Git\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Sebastian Feldmann",
          "email": "sf@sebastian-feldmann.info"
        }
      ],
      "description": "PHP git wrapper",
      "homepage": "https://github.com/sebastianfeldmann/git",
      "keywords": ["git"],
      "support": {
        "issues": "https://github.com/sebastianfeldmann/git/issues",
        "source": "https://github.com/sebastianfeldmann/git/tree/3.11.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianfeldmann",
          "type": "github"
        }
      ],
      "time": "2024-11-26T18:37:20+00:00"
    },
    {
      "name": "staabm/side-effects-detector",
      "version": "1.0.5",
      "source": {
        "type": "git",
        "url": "https://github.com/staabm/side-effects-detector.git",
        "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
        "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
        "shasum": ""
      },
      "require": {
        "ext-tokenizer": "*",
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "phpstan/extension-installer": "^1.4.3",
        "phpstan/phpstan": "^1.12.6",
        "phpunit/phpunit": "^9.6.21",
        "symfony/var-dumper": "^5.4.43",
        "tomasvotruba/type-coverage": "1.0.0",
        "tomasvotruba/unused-public": "1.0.0"
      },
      "type": "library",
      "autoload": {
        "classmap": ["lib/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "A static analysis tool to detect side effects in PHP code",
      "keywords": ["static analysis"],
      "support": {
        "issues": "https://github.com/staabm/side-effects-detector/issues",
        "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
      },
      "funding": [
        {
          "url": "https://github.com/staabm",
          "type": "github"
        }
      ],
      "time": "2024-10-20T05:08:20+00:00"
    },
    {
      "name": "symfony/console",
      "version": "v7.2.1",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/console.git",
        "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
        "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "symfony/polyfill-mbstring": "~1.0",
        "symfony/service-contracts": "^2.5|^3",
        "symfony/string": "^6.4|^7.0"
      },
      "conflict": {
        "symfony/dependency-injection": "<6.4",
        "symfony/dotenv": "<6.4",
        "symfony/event-dispatcher": "<6.4",
        "symfony/lock": "<6.4",
        "symfony/process": "<6.4"
      },
      "provide": {
        "psr/log-implementation": "1.0|2.0|3.0"
      },
      "require-dev": {
        "psr/log": "^1|^2|^3",
        "symfony/config": "^6.4|^7.0",
        "symfony/dependency-injection": "^6.4|^7.0",
        "symfony/event-dispatcher": "^6.4|^7.0",
        "symfony/http-foundation": "^6.4|^7.0",
        "symfony/http-kernel": "^6.4|^7.0",
        "symfony/lock": "^6.4|^7.0",
        "symfony/messenger": "^6.4|^7.0",
        "symfony/process": "^6.4|^7.0",
        "symfony/stopwatch": "^6.4|^7.0",
        "symfony/var-dumper": "^6.4|^7.0"
      },
      "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/v7.2.1"
      },
      "funding": [
        {
          "url": "https://symfony.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://github.com/fabpot",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
          "type": "tidelift"
        }
      ],
      "time": "2024-12-11T03:49:26+00:00"
    },
    {
      "name": "symfony/event-dispatcher",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/event-dispatcher.git",
        "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
        "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "symfony/event-dispatcher-contracts": "^2.5|^3"
      },
      "conflict": {
        "symfony/dependency-injection": "<6.4",
        "symfony/service-contracts": "<2.5"
      },
      "provide": {
        "psr/event-dispatcher-implementation": "1.0",
        "symfony/event-dispatcher-implementation": "2.0|3.0"
      },
      "require-dev": {
        "psr/log": "^1|^2|^3",
        "symfony/config": "^6.4|^7.0",
        "symfony/dependency-injection": "^6.4|^7.0",
        "symfony/error-handler": "^6.4|^7.0",
        "symfony/expression-language": "^6.4|^7.0",
        "symfony/http-foundation": "^6.4|^7.0",
        "symfony/service-contracts": "^2.5|^3",
        "symfony/stopwatch": "^6.4|^7.0"
      },
      "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/v7.2.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-25T14:21:43+00:00"
    },
    {
      "name": "symfony/event-dispatcher-contracts",
      "version": "v3.5.1",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/event-dispatcher-contracts.git",
        "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
        "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1",
        "psr/event-dispatcher": "^1"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.5-dev"
        },
        "thanks": {
          "name": "symfony/contracts",
          "url": "https://github.com/symfony/contracts"
        }
      },
      "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.5.1"
      },
      "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:20:29+00:00"
    },
    {
      "name": "symfony/filesystem",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/filesystem.git",
        "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
        "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "symfony/polyfill-ctype": "~1.8",
        "symfony/polyfill-mbstring": "~1.8"
      },
      "require-dev": {
        "symfony/process": "^6.4|^7.0"
      },
      "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/v7.2.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-10-25T15:15:23+00:00"
    },
    {
      "name": "symfony/finder",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/finder.git",
        "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49",
        "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "require-dev": {
        "symfony/filesystem": "^6.4|^7.0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Symfony\\Component\\Finder\\": ""
        },
        "exclude-from-classmap": ["/Tests/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Fabien Potencier",
          "email": "fabien@symfony.com"
        },
        {
          "name": "Symfony Community",
          "homepage": "https://symfony.com/contributors"
        }
      ],
      "description": "Finds files and directories via an intuitive fluent interface",
      "homepage": "https://symfony.com",
      "support": {
        "source": "https://github.com/symfony/finder/tree/v7.2.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-10-23T06:56:12+00:00"
    },
    {
      "name": "symfony/options-resolver",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/options-resolver.git",
        "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
        "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "symfony/deprecation-contracts": "^2.5|^3"
      },
      "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/v7.2.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-11-20T11:17:29+00:00"
    },
    {
      "name": "symfony/polyfill-intl-grapheme",
      "version": "v1.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
        "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
        "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
        "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.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-intl-normalizer",
      "version": "v1.31.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.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-php81",
      "version": "v1.31.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.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/process",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/process.git",
        "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
        "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2"
      },
      "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/v7.2.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-11-06T14:24:19+00:00"
    },
    {
      "name": "symfony/service-contracts",
      "version": "v3.5.1",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/service-contracts.git",
        "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
        "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1",
        "psr/container": "^1.1|^2.0",
        "symfony/deprecation-contracts": "^2.5|^3"
      },
      "conflict": {
        "ext-psr": "<1.1|>=2"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.5-dev"
        },
        "thanks": {
          "name": "symfony/contracts",
          "url": "https://github.com/symfony/contracts"
        }
      },
      "autoload": {
        "psr-4": {
          "Symfony\\Contracts\\Service\\": ""
        },
        "exclude-from-classmap": ["/Test/"]
      },
      "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/v3.5.1"
      },
      "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:20:29+00:00"
    },
    {
      "name": "symfony/stopwatch",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/stopwatch.git",
        "reference": "696f418b0d722a4225e1c3d95489d262971ca924"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/stopwatch/zipball/696f418b0d722a4225e1c3d95489d262971ca924",
        "reference": "696f418b0d722a4225e1c3d95489d262971ca924",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "symfony/service-contracts": "^2.5|^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/v7.2.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-25T14:21:43+00:00"
    },
    {
      "name": "symfony/string",
      "version": "v7.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/string.git",
        "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
        "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
        "shasum": ""
      },
      "require": {
        "php": ">=8.2",
        "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/emoji": "^7.1",
        "symfony/error-handler": "^6.4|^7.0",
        "symfony/http-client": "^6.4|^7.0",
        "symfony/intl": "^6.4|^7.0",
        "symfony/translation-contracts": "^2.5|^3.0",
        "symfony/var-exporter": "^6.4|^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/v7.2.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-11-13T13:31:26+00:00"
    },
    {
      "name": "symplify/coding-standard",
      "version": "12.2.3",
      "source": {
        "type": "git",
        "url": "https://github.com/symplify/coding-standard.git",
        "reference": "5de526650985cce3c27c9934461df79ef5c7fd16"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symplify/coding-standard/zipball/5de526650985cce3c27c9934461df79ef5c7fd16",
        "reference": "5de526650985cce3c27c9934461df79ef5c7fd16",
        "shasum": ""
      },
      "require": {
        "friendsofphp/php-cs-fixer": "^3.59",
        "nette/utils": "^4.0",
        "php": ">=8.2",
        "symplify/rule-doc-generator-contracts": "^11.2"
      },
      "require-dev": {
        "phpstan/extension-installer": "^1.4",
        "phpstan/phpstan": "^1.11",
        "phpunit/phpunit": "^10.5",
        "rector/rector": "^1.1",
        "squizlabs/php_codesniffer": "^3.10.1",
        "symplify/easy-coding-standard": "^12.3",
        "symplify/phpstan-extensions": "^11.4",
        "symplify/rule-doc-generator": "^12.2.2",
        "tomasvotruba/class-leak": "^0.2",
        "tracy/tracy": "^2.10"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Symplify\\CodingStandard\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.",
      "support": {
        "issues": "https://github.com/symplify/coding-standard/issues",
        "source": "https://github.com/symplify/coding-standard/tree/12.2.3"
      },
      "funding": [
        {
          "url": "https://www.paypal.me/rectorphp",
          "type": "custom"
        },
        {
          "url": "https://github.com/tomasvotruba",
          "type": "github"
        }
      ],
      "time": "2024-08-08T08:38:30+00:00"
    },
    {
      "name": "symplify/easy-coding-standard",
      "version": "12.5.4",
      "source": {
        "type": "git",
        "url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
        "reference": "5673ecbc03eef9d7b2f563819c80e8e1ce0161be"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/5673ecbc03eef9d7b2f563819c80e8e1ce0161be",
        "reference": "5673ecbc03eef9d7b2f563819c80e8e1ce0161be",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2"
      },
      "conflict": {
        "friendsofphp/php-cs-fixer": "<3.46",
        "phpcsstandards/php_codesniffer": "<3.8",
        "symplify/coding-standard": "<12.1"
      },
      "suggest": {
        "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter"
      },
      "bin": ["bin/ecs"],
      "type": "library",
      "autoload": {
        "files": ["bootstrap.php"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer",
      "keywords": ["Code style", "automation", "fixer", "static analysis"],
      "support": {
        "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
        "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.5.4"
      },
      "funding": [
        {
          "url": "https://www.paypal.me/rectorphp",
          "type": "custom"
        },
        {
          "url": "https://github.com/tomasvotruba",
          "type": "github"
        }
      ],
      "time": "2024-12-12T15:36:04+00:00"
    },
    {
      "name": "symplify/rule-doc-generator-contracts",
      "version": "11.2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symplify/rule-doc-generator-contracts.git",
        "reference": "479cfcfd46047f80624aba931d9789e50475b5c6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/479cfcfd46047f80624aba931d9789e50475b5c6",
        "reference": "479cfcfd46047f80624aba931d9789e50475b5c6",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1"
      },
      "require-dev": {
        "php-parallel-lint/php-parallel-lint": "^1.3",
        "phpstan/extension-installer": "^1.2",
        "rector/rector": "^0.15.10",
        "symplify/easy-ci": "^11.1",
        "symplify/easy-coding-standard": "^11.1",
        "symplify/easy-testing": "^11.1",
        "symplify/phpstan-extensions": "^11.1",
        "symplify/phpstan-rules": "11.2.3.72",
        "tomasvotruba/unused-public": "^0.0.34"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "11.2-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Symplify\\RuleDocGenerator\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Contracts for production code of RuleDocGenerator",
      "support": {
        "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/11.2.0"
      },
      "funding": [
        {
          "url": "https://www.paypal.me/rectorphp",
          "type": "custom"
        },
        {
          "url": "https://github.com/tomasvotruba",
          "type": "github"
        }
      ],
      "time": "2024-03-18T22:02:54+00:00"
    },
    {
      "name": "theseer/tokenizer",
      "version": "1.2.3",
      "source": {
        "type": "git",
        "url": "https://github.com/theseer/tokenizer.git",
        "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
        "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-tokenizer": "*",
        "ext-xmlwriter": "*",
        "php": "^7.2 || ^8.0"
      },
      "type": "library",
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Arne Blankerts",
          "email": "arne@blankerts.de",
          "role": "Developer"
        }
      ],
      "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
      "support": {
        "issues": "https://github.com/theseer/tokenizer/issues",
        "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
      },
      "funding": [
        {
          "url": "https://github.com/theseer",
          "type": "github"
        }
      ],
      "time": "2024-03-03T12:36:25+00:00"
    }
  ],
  "aliases": [],
  "minimum-stability": "dev",
  "stability-flags": {
    "codeigniter4/tasks": 20,
    "opawg/user-agents-v2-php": 20,
    "yassinedoghri/podcast-feed": 20
  },
  "prefer-stable": true,
  "prefer-lowest": false,
  "platform": {
    "php": "^8.3"
  },
  "platform-dev": {},
  "plugin-api-version": "2.6.0"
}