Skip to content
Snippets Groups Projects
composer.lock 229 KiB
Newer Older
  • Learn to ignore specific revisions
  •       },
          "funding": [
            {
              "url": "https://github.com/theofidry",
              "type": "github"
            }
          ],
          "time": "2024-02-07T09:43:46+00:00"
    
        },
        {
          "name": "friendsofphp/php-cs-fixer",
    
          "source": {
            "type": "git",
            "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
    
            "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29"
    
            "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
            "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
    
            "composer/xdebug-handler": "^3.0.3",
    
            "ext-json": "*",
            "ext-tokenizer": "*",
    
            "fidry/cpu-core-counter": "^1.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",
    
            "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"
    
            "facile-it/paraunit": "^1.3 || ^2.3",
            "infection/infection": "^0.29.5",
    
            "justinrainbow/json-schema": "^5.2",
    
            "mikey179/vfsstream": "^1.6.11",
    
            "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.19 || ^10.5.21 || ^11.2",
    
            "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
    
          },
          "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.59.3"
    
          },
          "funding": [
            {
              "url": "https://github.com/keradus",
              "type": "github"
            }
          ],
    
          "time": "2024-06-16T14:17:03+00:00"
    
        },
        {
          "name": "mikey179/vfsstream",
          "version": "v1.6.11",
          "source": {
            "type": "git",
            "url": "https://github.com/bovigo/vfsStream.git",
            "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
            "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
            "shasum": ""
          },
          "require": {
            "php": ">=5.3.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^4.5|^5.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": "2022-02-23T02:02:42+00:00"
        },
        {
          "name": "myclabs/deep-copy",
    
          "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
    
            "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
    
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
            "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
    
            "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",
    
            "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.0"
    
          },
          "funding": [
            {
              "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-06-12T14:39:25+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/phar-io/manifest.git",
    
            "reference": "54750ef60c58e43759730615a392c31c80e23176"
    
            "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
            "reference": "54750ef60c58e43759730615a392c31c80e23176",
    
            "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"
        },
    
          "source": {
            "type": "git",
            "url": "https://github.com/phpstan/extension-installer.git",
    
            "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203"
    
            "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f6b87faf9fc7978eab2f7919a8760bc9f58f9203",
            "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203",
    
            "shasum": ""
          },
          "require": {
            "composer-plugin-api": "^2.0",
            "php": "^7.2 || ^8.0",
            "phpstan/phpstan": "^1.9.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",
          "support": {
            "issues": "https://github.com/phpstan/extension-installer/issues",
    
            "source": "https://github.com/phpstan/extension-installer/tree/1.4.1"
    
          "time": "2024-06-10T08:20:49+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/phpstan/phpstan.git",
    
            "reference": "6ac78f1165346c83b4a753f7e4186d969c6ad0ee"
    
            "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6ac78f1165346c83b4a753f7e4186d969c6ad0ee",
            "reference": "6ac78f1165346c83b4a753f7e4186d969c6ad0ee",
    
            "shasum": ""
          },
          "require": {
            "php": "^7.2|^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-07-01T15:33:06+00:00"
    
        },
        {
          "name": "phpunit/php-code-coverage",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    
            "reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae"
    
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae",
            "reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae",
    
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "ext-xmlwriter": "*",
    
            "nikic/php-parser": "^4.18 || ^5.0",
    
            "php": ">=8.1",
            "phpunit/php-file-iterator": "^4.0",
            "phpunit/php-text-template": "^3.0",
            "sebastian/code-unit-reverse-lookup": "^3.0",
            "sebastian/complexity": "^3.0",
            "sebastian/environment": "^6.0",
            "sebastian/lines-of-code": "^2.0",
            "sebastian/version": "^4.0",
            "theseer/tokenizer": "^1.2.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.1"
          },
          "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": "10.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": "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/10.1.15"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-06-29T08:25:15+00:00"
    
        },
        {
          "name": "phpunit/php-file-iterator",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    
            "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
    
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
            "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.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": "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/4.1.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2023-08-31T06:24:48+00:00"
    
        },
        {
          "name": "phpunit/php-invoker",
          "version": "4.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-invoker.git",
            "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
            "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "ext-pcntl": "*",
            "phpunit/phpunit": "^10.0"
          },
          "suggest": {
            "ext-pcntl": "*"
          },
          "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": "Invoke callables with a timeout",
          "homepage": "https://github.com/sebastianbergmann/php-invoker/",
          "keywords": ["process"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
            "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:56:09+00:00"
        },
        {
          "name": "phpunit/php-text-template",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
    
            "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
    
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
            "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.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": "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/3.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "phpunit/php-timer",
          "version": "6.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
            "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.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",
              "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",
            "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:57:52+00:00"
        },
        {
          "name": "phpunit/phpunit",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
    
            "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015"
    
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f124e3e3e561006047b532fd0431bf5bb6b9015",
            "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015",
    
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "myclabs/deep-copy": "^1.10.1",
            "phar-io/manifest": "^2.0.3",
            "phar-io/version": "^3.0.2",
            "php": ">=8.1",
    
            "phpunit/php-code-coverage": "^10.1.5",
    
            "phpunit/php-file-iterator": "^4.0",
            "phpunit/php-invoker": "^4.0",
            "phpunit/php-text-template": "^3.0",
            "phpunit/php-timer": "^6.0",
            "sebastian/cli-parser": "^2.0",
            "sebastian/code-unit": "^2.0",
            "sebastian/comparator": "^5.0",
            "sebastian/diff": "^5.0",
            "sebastian/environment": "^6.0",
    
            "sebastian/exporter": "^5.1",
    
            "sebastian/global-state": "^6.0.1",
            "sebastian/object-enumerator": "^5.0",
            "sebastian/recursion-context": "^5.0",
            "sebastian/type": "^4.0",
            "sebastian/version": "^4.0"
          },
          "suggest": {
            "ext-soap": "To be able to generate mocks based on WSDL files"
          },
          "bin": ["phpunit"],
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "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/10.5.24"
    
          },
          "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-06-20T13:09:54+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/"