Skip to content
Snippets Groups Projects
composer.lock 935 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "description": "Case converter library",
                "support": {
                    "issues": "https://github.com/joachim-n/case-converter/issues",
                    "source": "https://github.com/joachim-n/case-converter/tree/1.0.x"
                },
                "time": "2017-12-19T21:18:11+00:00"
            },
            {
                "name": "lakedrops/behat4drupal",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.0.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/behat4drupal.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "dbc4d9f9c4a05afba9a1e8db6313d2d9a6036811"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "behat/behat": "^3.5",
                    "behat/mink": "^1.7",
                    "behat/mink-goutte-driver": "^1.2",
                    "behat/mink-selenium2-driver": "^1.3",
                    "composer-plugin-api": "^1||^2",
                    "drupal/drupal-extension": "^3.4||^4.1",
                    "drush-ops/behat-drush-endpoint": "^9.2",
                    "jcalderonzumba/gastonjs": "^1.2",
                    "jcalderonzumba/mink-phantomjs-driver": "^0.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/composer-json-utils": "^2.0||dev-main",
                    "lakedrops/docker4drupal": "^3.0||dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.2"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
                    "phpunit/phpunit": "^8.4"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LakeDrops\\Behat4Drupal\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\Behat4Drupal\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
                        "email": "juergen@paragon-es.de",
                        "homepage": "https://www.paragon-es.de",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
                        "email": "richard.papp@boromino.com",
                        "homepage": "http://www.boromino.com",
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Plugin to prepare Drupal project for Behat tests.",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/behat4drupal",
                "keywords": [
                    "Behat",
                    "development",
                    "docker",
                    "drupal"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/b4d/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/behat4drupal/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/behat4drupal/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-02T16:21:53+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/docker-traefik",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.0.7",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/library/docker-traefik",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "b204c5da54ee8723f25440ce411514e2eb189703"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "php": ">=7.2",
                    "symfony/filesystem": "^3.4||^4.4||^5.0",
                    "symfony/yaml": "^3.4||^4.4||^5.0"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
    
                    "drupal/coder": "^8.3",
                    "phpunit/phpunit": "^9.5",
                    "roave/security-advisories": "dev-master",
                    "squizlabs/php_codesniffer": "^3.7"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\DockerTraefik\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
    
                        "email": "juergen.haas@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Daniel Speicher",
                        "email": "daniel.speicher@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
    
                        "email": "richard.papp@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Library to prepare local Traefik Docker container which is used by e.g. Docker4Drupal.",
                "homepage": "https://gitlab.lakedrops.com/composer/library/docker-traefik",
                "keywords": [
                    "development",
                    "docker",
                    "drupal"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/library/docker-traefik/",
                    "issues": "https://gitlab.lakedrops.com/composer/library/docker-traefik/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/library/docker-traefik/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-07-07T08:34:21+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/docker4drupal",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.7.60",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "d72e871e4832c47e0395f4eff7d05a58c7fb9f61"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer-plugin-api": "^1||^2",
                    "ext-json": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "henrywhitaker3/healthchecks-io": "^1.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/ahoy": "^1.5||dev-main",
                    "lakedrops/composer-json-utils": "^2.0||dev-main",
                    "lakedrops/docker-traefik": "^3.0||dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.2"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "^8.3",
                    "lakedrops/drupal-environment": "^3.0",
    
                    "phpunit/phpunit": "^9.5",
                    "roave/security-advisories": "dev-master",
                    "squizlabs/php_codesniffer": "^3.7"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LakeDrops\\Docker4Drupal\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\Docker4Drupal\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "juergen.haas@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Daniel Speicher",
                        "email": "daniel.speicher@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "richard.papp@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Plugin to prepare local Drupal development environment for Docker.",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal",
                "keywords": [
                    "development",
                    "docker",
                    "drupal"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d4d/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-12-01T09:48:46+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/dorgflow",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.9.7",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/dorgflow",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "438b3db43f40780eda41abaad374fbda275f7719"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer-plugin-api": "^1||^2",
                    "cypresslab/gitelephant": "^2.0|^4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/composer-json-utils": "^2.0||dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.2"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "^8.3",
                    "phpunit/phpunit": "^9.5",
                    "roave/security-advisories": "dev-master",
                    "squizlabs/php_codesniffer": "^3.7"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LakeDrops\\DorgFlow\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\DorgFlow\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "juergen.haas@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Daniel Speicher",
                        "email": "daniel.speicher@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "richard.papp@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Plugin for development environments",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/dorgflow",
                "keywords": [
                    "development"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/dorgflow/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/dorgflow/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/dorgflow/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-07-06T07:25:09+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/drupal-development-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.1.18",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "b890d1865b3f7859709e9ff63487bbd7f4cc0b52"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer-plugin-api": "^1||^2",
                    "dealerdirect/phpcodesniffer-composer-installer": "*",
                    "drupal-code-builder/drupal-code-builder-drush": "*",
                    "drupal/coder": "*",
                    "drupal/core": "*",
                    "drupal/core-composer-scaffold": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/devel": "*",
                    "drupal/webprofiler": "^9.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/ahoy": "*",
                    "lakedrops/behat4drupal": "*",
                    "lakedrops/composer-json-utils": "*",
                    "lakedrops/docker4drupal": "*",
                    "lakedrops/dorgflow": "*",
                    "lakedrops/drupal-environment": "*",
    
                    "mglaman/phpstan-drupal": "^1.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "mikey179/vfsstream": "*",
                    "php": ">=7.2",
                    "phploc/phploc": "*",
                    "phpmd/phpmd": "*",
                    "phpspec/prophecy": "*",
                    "phpspec/prophecy-phpunit": "*",
    
                    "phpstan/phpstan-deprecation-rules": "^1.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "*",
                    "sebastian/phpcpd": "*",
                    "squizlabs/php_codesniffer": "*",
                    "symfony/css-selector": "*",
                    "symfony/debug": "*",
                    "symfony/phpunit-bridge": "*"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
                    "roave/security-advisories": "dev-master"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LakeDrops\\DrupalDevelopmentEnvironment\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\DrupalDevelopmentEnvironment\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
    
                        "email": "juergen.haas@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Daniel Speicher",
                        "email": "daniel.speicher@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
    
                        "email": "richard.papp@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Plugin for Drupal Development Environments",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment",
                "keywords": [
                    "development",
                    "drupal",
                    "install",
                    "update"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/drupal-dev-environment/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-11-28T15:30:18+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/drupal-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment",
    
                    "reference": "533ecc2fe5d56776d56a9cdbbd976f5ea99441ae"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer-plugin-api": "^1||^2",
                    "drupal/redis": "^1.5",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/composer-json-utils": "^2.0||dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.2"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "^8.3",
                    "phpunit/phpunit": "^9.5",
                    "roave/security-advisories": "dev-master",
                    "squizlabs/php_codesniffer": "^3.7"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LakeDrops\\DrupalEnvironment\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\DrupalEnvironment\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "juergen.haas@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Daniel Speicher",
                        "email": "daniel.speicher@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "richard.papp@lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Plugin for Drupal Environments",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment",
                "keywords": [
                    "drupal",
                    "install",
                    "update"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/drupal-environment/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
            {
                "name": "mglaman/phpstan-drupal",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.1.25",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/mglaman/phpstan-drupal.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/480245d5d0bd1858e01c43d738718dab85be0ad2",
                    "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^7.4 || ^8.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan": "^1.6.0",
    
                    "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
                    "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
                    "webflo/drupal-finder": "^1.2"
                },
                "require-dev": {
                    "behat/mink": "^1.8",
                    "composer/installers": "^1.9",
                    "drupal/core-recommended": "^8.8@alpha || ^9.0",
                    "drush/drush": "^9.6 || ^10.0",
                    "phpstan/extension-installer": "^1.1",
                    "phpstan/phpstan-deprecation-rules": "^1.0",
                    "phpstan/phpstan-strict-rules": "^1.0",
                    "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9",
                    "slevomat/coding-standard": "^7.1",
                    "squizlabs/php_codesniffer": "^3.3",
                    "symfony/phpunit-bridge": "^3.4.3 || ^4.4 || ^5.4 || ^6.0"
                },
                "suggest": {
                    "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.",
                    "phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core.",
                    "phpstan/phpstan-phpunit": "PHPUnit extensions and rules for PHPStan."
                },
                "type": "phpstan-extension",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.0-dev"
                    },
                    "installer-paths": {
                        "tests/fixtures/drupal/core": [
                            "type:drupal-core"
                        ],
                        "tests/fixtures/drupal/libraries/{$name}": [
                            "type:drupal-library"
                        ],
                        "tests/fixtures/drupal/modules/contrib/{$name}": [
                            "type:drupal-module"
                        ],
                        "tests/fixtures/drupal/profiles/contrib/{$name}": [
                            "type:drupal-profile"
                        ],
                        "tests/fixtures/drupal/themes/contrib/{$name}": [
                            "type:drupal-theme"
                        ]
                    },
                    "phpstan": {
                        "includes": [
                            "extension.neon",
                            "rules.neon"
                        ]
                    }
                },
                "autoload": {
                    "psr-4": {
                        "mglaman\\PHPStanDrupal\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Matt Glaman",
                        "email": "nmd.matt@gmail.com"
                    }
                ],
                "description": "Drupal extension and rules for PHPStan",
                "support": {
                    "issues": "https://github.com/mglaman/phpstan-drupal/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.25"
    
                },
                "funding": [
                    {
                        "url": "https://github.com/mglaman",
                        "type": "github"
                    },
                    {
                        "url": "https://opencollective.com/phpstan-drupal",
                        "type": "open_collective"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/mglaman/phpstan-drupal",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-07-18T17:17:55+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "mikey179/vfsstream",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.6.11",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/bovigo/vfsStream.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
                    "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "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"
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-02-23T02:02:42+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "myclabs/deep-copy",
                "version": "1.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
                    "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
                    "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
                    "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.11.0"
                },
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-03T13:19:32+00:00"
            },
            {
                "name": "pdepend/pdepend",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.12.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/pdepend/pdepend.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/pdepend/pdepend/zipball/7a892d56ceafd804b4a2ecc85184640937ce9e84",
                    "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.7",
                    "symfony/config": "^2.3.0|^3|^4|^5|^6.0",
                    "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0",
                    "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0"
                },
                "require-dev": {
                    "easy-doc/easy-doc": "0.0.0|^1.2.3",
                    "gregwar/rst": "^1.0",
                    "phpunit/phpunit": "^4.8.36|^5.7.27",
                    "squizlabs/php_codesniffer": "^2.0.0"
                },
                "bin": [
                    "src/bin/pdepend"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PDepend\\": "src/main/php/PDepend"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Official version of pdepend to be handled with Composer",
                "support": {
                    "issues": "https://github.com/pdepend/pdepend/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/pdepend/pdepend/tree/2.12.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-09-08T19:30:37+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "phar-io/manifest",
                "version": "2.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
                    "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
                    "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "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.3"
                },
                "time": "2021-07-20T11:28:43+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": "phpdocumentor/reflection-common",
                "version": "2.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                    "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                    "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-2.x": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "opensource@ijaap.nl"
                    }
                ],
                "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
                "homepage": "http://www.phpdoc.org",
                "keywords": [
                    "FQSEN",
                    "phpDocumentor",
                    "phpdoc",
                    "reflection",
                    "static analysis"
                ],
                "support": {
                    "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                    "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
                },
                "time": "2020-06-27T09:03:43+00:00"
            },
            {
                "name": "phpdocumentor/reflection-docblock",
                "version": "5.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                    "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
                    "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
                    "shasum": ""
                },
                "require": {
                    "ext-filter": "*",
                    "php": "^7.2 || ^8.0",
                    "phpdocumentor/reflection-common": "^2.2",
                    "phpdocumentor/type-resolver": "^1.3",
                    "webmozart/assert": "^1.9.1"
                },
                "require-dev": {
                    "mockery/mockery": "~1.3.2",
                    "psalm/phar": "^4.8"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    },
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "account@ijaap.nl"
                    }
                ],
                "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
                "support": {
                    "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                    "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
                },
                "time": "2021-10-19T17:43:47+00:00"
            },
            {
                "name": "phpdocumentor/type-resolver",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.6.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
                    "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "^7.4 || ^8.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpdocumentor/reflection-common": "^2.0"
                },
                "require-dev": {
                    "ext-tokenizer": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/extension-installer": "^1.1",
                    "phpstan/phpstan": "^1.8",
                    "phpstan/phpstan-phpunit": "^1.1",
                    "phpunit/phpunit": "^9.5",
                    "rector/rector": "^0.13.9",
                    "vimeo/psalm": "^4.25"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-1.x": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
                "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
                "support": {
                    "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-14T12:47:21+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "phploc/phploc",
                "version": "7.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phploc.git",
                    "reference": "af0d5fc84f3f7725513ba59cdcbe670ac2a4532a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/af0d5fc84f3f7725513ba59cdcbe670ac2a4532a",
                    "reference": "af0d5fc84f3f7725513ba59cdcbe670ac2a4532a",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-json": "*",
                    "php": ">=7.3",