Skip to content
Snippets Groups Projects
composer.lock 935 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                    "composer/composer": "*",
                    "php-parallel-lint/php-parallel-lint": "^1.3.1",
                    "phpcompatibility/php-compatibility": "^9.0"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Franck Nijhof",
                        "email": "franck.nijhof@dealerdirect.com",
                        "homepage": "http://www.frenck.nl",
                        "role": "Developer / IT Manager"
                    },
                    {
                        "name": "Contributors",
                        "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
                    }
                ],
                "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
                "homepage": "http://www.dealerdirect.com",
                "keywords": [
                    "PHPCodeSniffer",
                    "PHP_CodeSniffer",
                    "code quality",
                    "codesniffer",
                    "composer",
                    "installer",
                    "phpcbf",
                    "phpcs",
                    "plugin",
                    "qa",
                    "quality",
                    "standard",
                    "standards",
                    "style guide",
                    "stylecheck",
                    "tests"
                ],
                "support": {
                    "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
                    "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
                },
                "time": "2022-02-04T12:51:07+00:00"
            },
            {
                "name": "doctrine/instantiator",
                "version": "1.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
                    "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
                    "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9",
                    "ext-pdo": "*",
                    "ext-phar": "*",
                    "phpbench/phpbench": "^0.16 || ^1",
                    "phpstan/phpstan": "^1.4",
                    "phpstan/phpstan-phpunit": "^1",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "vimeo/psalm": "^4.22"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "https://ocramius.github.io/"
                    }
                ],
                "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
                "keywords": [
                    "constructor",
                    "instantiate"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/instantiator/issues",
                    "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-03T08:28:38+00:00"
            },
            {
                "name": "drupal-code-builder/drupal-code-builder",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.2.16",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/drupal-code-builder/drupal-code-builder.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "d4b85e8aab8ae23e1964a079d8b46e39a8f59137"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/drupal-code-builder/drupal-code-builder/zipball/d4b85e8aab8ae23e1964a079d8b46e39a8f59137",
                    "reference": "d4b85e8aab8ae23e1964a079d8b46e39a8f59137",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "joachim-n/case-converter": "^1.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "^8.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "morrislaptop/var-dumper-with-context": "^0.1.0",
                    "nikic/php-parser": "^3.1.2",
                    "phpunit/phpunit": "^7.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "squizlabs/php_codesniffer": "~2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/var-dumper": "^3.2",
                    "symfony/yaml": "^3.2"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "DrupalCodeBuilder\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0+"
                ],
                "description": "Code generator for Drupal",
                "support": {
                    "issues": "https://github.com/drupal-code-builder/drupal-code-builder/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/drupal-code-builder/drupal-code-builder/tree/3.2.x"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2018-04-21T13:19:09+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "drupal-code-builder/drupal-code-builder-drush",
                "version": "9.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/drupal-code-builder/drupal-code-builder-drush.git",
                    "reference": "2fe3e35cb51618142629ebb4d606c22f9e6166f4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/drupal-code-builder/drupal-code-builder-drush/zipball/2fe3e35cb51618142629ebb4d606c22f9e6166f4",
                    "reference": "2fe3e35cb51618142629ebb4d606c22f9e6166f4",
                    "shasum": ""
                },
                "require": {
                    "drupal-code-builder/drupal-code-builder": "^3.2.0"
                },
                "require-dev": {
                    "symfony/var-dumper": "^3.2"
                },
                "type": "drupal-drush",
                "extra": {
                    "installer-name": "code_builder_commands",
                    "drush": {
                        "services": {
                            "drush.services.yml": "^9"
                        }
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Drush\\Commands\\code_builder_commands\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0+"
                ],
                "description": "Provides Drush commands for generating Drupal code using Drupal Code Builder.",
                "support": {
                    "issues": "https://github.com/drupal-code-builder/drupal-code-builder-drush/issues",
                    "source": "https://github.com/drupal-code-builder/drupal-code-builder-drush/tree/9.x"
                },
                "time": "2019-06-06T16:11:12+00:00"
            },
            {
                "name": "drupal/coder",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "8.3.16",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/coder.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "d6f6112e5e84ff4f6baaada223c93dadbd6d3887"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
                    "ext-mbstring": "*",
                    "php": ">=7.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "sirbrillig/phpcs-variable-analysis": "^2.11.7",
                    "slevomat/coding-standard": "^7.0 || ^8.0",
                    "squizlabs/php_codesniffer": "^3.7.1",
                    "symfony/yaml": ">=3.4.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan": "^1.7.12",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^7.0 || ^8.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "phpcodesniffer-standard",
                "autoload": {
                    "psr-4": {
                        "Drupal\\": "coder_sniffer/Drupal/",
                        "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "description": "Coder is a library to review Drupal code.",
                "homepage": "https://www.drupal.org/project/coder",
                "keywords": [
                    "code review",
                    "phpcs",
                    "standards"
                ],
                "support": {
                    "issues": "https://www.drupal.org/project/issues/coder",
                    "source": "https://www.drupal.org/project/coder"
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-08-20T17:31:46+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "drupal/drupal-driver",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v2.2.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/jhedstrom/DrupalDriver.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "f5c8197331e6402f4be2278386863520730121e3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/f5c8197331e6402f4be2278386863520730121e3",
                    "reference": "f5c8197331e6402f4be2278386863520730121e3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core-utility": "^8.4 || ^9 || ^10@beta",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.4",
                    "symfony/dependency-injection": "~2.6|~3.0|~4.4|^6",
                    "symfony/process": "~2.5|~3.0|~4.4|^6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "conflict": {
                    "drupal/core": ">=8.0 <9.3"
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "composer/installers": "^2.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "dms/phpunit-arraysubset-asserts": "^0.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "~8.3.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core-composer-scaffold": "^8.4 || ^9 || ^10@beta",
                    "drupal/core-recommended": "^8.4 || ^9 || ^10@beta",
                    "drupal/mailsystem": "^4.4",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drush-ops/behat-drush-endpoint": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "mglaman/drupal-check": "^1",
                    "mockery/mockery": "^1.5",
                    "palantirnet/drupal-rector": "^0.13",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php-parallel-lint/php-parallel-lint": "^1.0",
                    "phpspec/phpspec": "~2.0 || ~4.0 || ~6.1 || dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "~6.0 || ~7.0 || ^9",
                    "symfony/phpunit-bridge": "^6.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "extra": {
                    "installer-paths": {
                        "drupal/core": [
                            "type:drupal-core"
                        ],
                        "drupal/modules/{$name}": [
                            "type:drupal-module"
                        ]
                    },
                    "drupal-scaffold": {
                        "locations": {
                            "web-root": "drupal/"
                        }
                    }
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "autoload": {
                    "psr-0": {
                        "Drupal\\Driver": "src/",
                        "Drupal\\Tests\\Driver": "tests/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jonathan Hedstrom",
                        "email": "jhedstrom@gmail.com"
                    }
                ],
                "description": "A collection of reusable Drupal drivers",
                "homepage": "http://github.com/jhedstrom/DrupalDriver",
                "keywords": [
                    "drupal",
                    "test",
                    "web"
                ],
                "support": {
                    "issues": "https://github.com/jhedstrom/DrupalDriver/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/jhedstrom/DrupalDriver/tree/v2.2.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "funding": [
                    {
                        "url": "https://github.com/jhedstrom",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-11-23T19:04:35+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "drupal/drupal-extension",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.2.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/jhedstrom/drupalextension.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "03c06860db91a2e456e3e7ca170414c2a4a40107"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/03c06860db91a2e456e3e7ca170414c2a4a40107",
                    "reference": "03c06860db91a2e456e3e7ca170414c2a4a40107",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "behat/behat": "~3.2",
                    "behat/mink": "~1.5",
                    "behat/mink-goutte-driver": "~1.0",
                    "behat/mink-selenium2-driver": "~1.1",
                    "drupal/drupal-driver": "^2.1.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "friends-of-behat/mink-extension": "^2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/browser-kit": "^3.4|~4.4",
                    "symfony/dependency-injection": "~3.0|~4.4",
                    "symfony/translation": "^3.4|~4.4"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "composer/installers": "^1.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "^8.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core-composer-scaffold": "^9.1",
                    "drupal/core-recommended": "^9.1",
                    "drush/drush": "^10.5",
                    "php-parallel-lint/php-parallel-lint": "^1.3",
                    "phpspec/phpspec": "^4.0 || ^6.0 || ^7.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "behat-extension",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "extra": {
                    "installer-paths": {
                        "drupal/core": [
                            "type:drupal-core"
                        ]
                    },
                    "drupal-scaffold": {
                        "locations": {
                            "web-root": "drupal/"
                        }
                    }
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "autoload": {
                    "psr-0": {
                        "Drupal\\Drupal": "src/",
                        "Drupal\\Exception": "src/",
                        "Drupal\\MinkExtension": "src/",
                        "Drupal\\DrupalExtension": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jonathan Hedstrom",
                        "email": "jhedstrom@gmail.com"
                    },
                    {
                        "name": "Melissa Anderson",
                        "homepage": "https://github.com/eliza411"
                    },
                    {
                        "name": "Pieter Frenssen",
                        "homepage": "https://github.com/pfrenssen"
                    }
                ],
                "description": "Drupal extension for Behat",
                "homepage": "http://drupal.org/project/drupalextension",
                "keywords": [
                    "drupal",
                    "test",
                    "web"
                ],
                "support": {
                    "issues": "https://github.com/jhedstrom/drupalextension/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/jhedstrom/drupalextension/tree/v4.2.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "funding": [
                    {
                        "url": "https://github.com/jhedstrom",
                        "type": "github"
                    }
                ],
                "time": "2022-04-26T19:55:44+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/webprofiler",
                "version": "9.0.2",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/webprofiler.git",
                    "reference": "9.0.2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/webprofiler-9.0.2.zip",
                    "reference": "9.0.2",
                    "shasum": "b9f168af37090e8435fb8134c694f7d0f511ff61"
                },
                "require": {
                    "doctrine/common": "^2.7",
                    "drupal/core": "^8.8 || ^9",
                    "drupal/devel": "*",
                    "symfony/var-dumper": "^4 || ^5"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "9.0.2",
                        "datestamp": "1665128594",
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Luca Lusso",
                        "homepage": "https://github.com/lussoluca",
                        "email": "lussoluca@gmail.com",
                        "role": "Maintainer"
                    },
                    {
                        "name": "lussoluca",
                        "homepage": "https://www.drupal.org/user/138068"
                    }
                ],
                "description": "Drupal Webprofiler.",
                "homepage": "https://www.drupal.org/project/webprofiler",
                "support": {
                    "source": "https://gitlab.com/drupalspoons/webprofiler",
                    "issues": "https://gitlab.com/drupalspoons/webprofiler/-/issues"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drush-ops/behat-drush-endpoint",
                "version": "9.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/drush-ops/behat-drush-endpoint.git",
                    "reference": "319ad4034174f93d82373a2c83b02faa20d85226"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/drush-ops/behat-drush-endpoint/zipball/319ad4034174f93d82373a2c83b02faa20d85226",
                    "reference": "319ad4034174f93d82373a2c83b02faa20d85226",
                    "shasum": ""
                },
                "require": {
                    "drupal/drupal-driver": "*",
                    "php": ">=5.3.0"
                },
                "conflict": {
                    "drush/drush": "<8.2 || >=9.0 <9.6.0"
                },
                "require-dev": {
                    "composer/installers": "^1.2",
                    "drupal/core": "^8.8",
                    "drupal/core-composer-scaffold": "^8.8.1",
                    "drush/drush": "^8.3.3 || ^10.2.2",
                    "g1a/composer-test-scenarios": "^3.0.2",
                    "pantheon-systems/drupal-integrations": "^8",
                    "phpunit/phpunit": "^6.5",
                    "symfony/filesystem": "^3.4.28",
                    "webflo/drupal-finder": "^1.1.0",
                    "webmozart/path-util": "^2.3",
                    "zaporylie/composer-drupal-optimizations": "^1.0.2"
                },
                "type": "drupal-drush",
                "extra": {
                    "installer-paths": {
                        "sut/web/core": [
                            "type:drupal-core"
                        ],
                        "sut/web/libraries/{$name}": [
                            "type:drupal-library"
                        ],
                        "sut/web/modules/contrib/{$name}": [
                            "type:drupal-module"
                        ],
                        "sut/web/profiles/contrib/{$name}": [
                            "type:drupal-profile"
                        ],
                        "sut/web/themes/contrib/{$name}": [
                            "type:drupal-theme"
                        ],
                        "drush/Commands/{$name}": [
                            "type:drupal-drush"
                        ]
                    },
                    "drupal-scaffold": {
                        "allowed-packages": [
                            "pantheon-systems/drupal-integrations"
                        ],
                        "locations": {
                            "web-root": "./sut/web"
                        },
                        "file-mapping": {
                            "[project-root]/.editorconfig": false
                        }
                    },
                    "scenarios": {
                        "drush8": {
                            "require-dev": {
                                "drush/drush": "^8.3.3"
                            },
                            "config": {
                                "platform": {
                                    "php": "7.0.8"
                                }
                            }
                        },
                        "drupal9": {
                            "require-dev": {
                                "drupal/core-recommended": "^9@rc",
                                "drupal/core": "^9@rc",
                                "drupal/core-composer-scaffold": "^9@rc",
                                "pantheon-systems/drupal-integrations": "^9"
                            },
                            "config": {
                                "platform": {
                                    "php": "7.3"
                                }
                            }
                        }
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "description": "Drush commandfile for use with drupal/drupal-driver.",
                "homepage": "https://github.com/drush-ops/behat-drush-endpoint",
                "keywords": [
                    "Behat",
                    "Drush",
                    "testing"
                ],
                "support": {
                    "issues": "https://github.com/drush-ops/behat-drush-endpoint/issues",
                    "source": "https://github.com/drush-ops/behat-drush-endpoint/tree/9.4.1"
                },
                "time": "2022-02-05T15:16:40+00:00"
            },
            {
                "name": "fabpot/goutte",
                "version": "v3.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/FriendsOfPHP/Goutte.git",
                    "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
                    "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
                    "shasum": ""
                },
                "require": {
                    "guzzlehttp/guzzle": "^6.0",
                    "php": ">=7.1.3",
                    "symfony/browser-kit": "^4.4|^5.0",
                    "symfony/css-selector": "^4.4|^5.0",
                    "symfony/dom-crawler": "^4.4|^5.0"
                },
                "require-dev": {
                    "symfony/phpunit-bridge": "^5.0"
                },
                "type": "application",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Goutte\\": "Goutte"
                    },
                    "exclude-from-classmap": [
                        "Goutte/Tests"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    }
                ],
                "description": "A simple PHP Web Scraper",
                "homepage": "https://github.com/FriendsOfPHP/Goutte",
                "keywords": [
                    "scraper"
                ],
                "support": {
                    "issues": "https://github.com/FriendsOfPHP/Goutte/issues",
                    "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1"
                },
                "time": "2020-11-01T09:30:18+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "friends-of-behat/mink-extension",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v2.7.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/FriendsOfBehat/MinkExtension.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed",
                    "reference": "ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "behat/behat": "^3.0.5",
                    "behat/mink": "^1.5",
                    "php": ">=7.4",
                    "symfony/config": "^4.4 || ^5.0 || ^6.0"
                },
                "replace": {
                    "behat/mink-extension": "self.version"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "behat/mink-goutte-driver": "^1.1 || ^2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
                },
                "type": "behat-extension",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.1.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Behat\\MinkExtension": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Konstantin Kudryashov",
                        "email": "ever.zet@gmail.com"
                    },
                    {
                        "name": "Christophe Coevoet",
                        "email": "stof@notk.org"
                    }
                ],
                "description": "Mink extension for Behat",
                "homepage": "http://extensions.behat.org/mink",
                "keywords": [
                    "browser",
                    "gui",
                    "test",
                    "web"
                ],
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-17T07:23:22+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "henrywhitaker3/healthchecks-io",
                "version": "v1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/henrywhitaker3/PHP-healthchecks.io.git",
                    "reference": "7516b66c238231a9a80e844b72bd5f42e758652a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/henrywhitaker3/PHP-healthchecks.io/zipball/7516b66c238231a9a80e844b72bd5f42e758652a",
                    "reference": "7516b66c238231a9a80e844b72bd5f42e758652a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "rakit/validation": "^1.3",
                    "ramsey/uuid": "^4.1"
                },
                "require-dev": {
                    "phpstan/phpstan": "^0.12.37",
                    "phpunit/phpunit": "^8.5",
                    "vlucas/phpdotenv": "^5.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Henrywhitaker3\\Healthchecks\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Henry Whitaker",
                        "email": "henrywhitaker3@outlook.com",
                        "homepage": "https://github.com/henrywhitaker3"
                    }
                ],
                "description": "A simple PHP healthchecks.io wrapper",
                "homepage": "https://github.com/henrywhitaker3/PHP-healthchecks.io",
                "keywords": [
                    "api",
                    "healthchecks",
                    "healthchecks.io",
                    "wrapper"
                ],
                "support": {
                    "issues": "https://github.com/henrywhitaker3/PHP-healthchecks.io/issues",
                    "source": "https://github.com/henrywhitaker3/PHP-healthchecks.io/tree/v1.0.2"
                },
                "time": "2020-08-21T23:17:42+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "instaclick/php-webdriver",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.4.16",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/instaclick/php-webdriver.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606",
                    "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.5 || ^9.5",
                    "satooshi/php-coveralls": "^1.0 || ^2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "WebDriver": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Justin Bishop",
                        "email": "jubishop@gmail.com",
                        "role": "Developer"
                    },
                    {
                        "name": "Anthon Pang",
                        "email": "apang@softwaredevelopment.ca",
                        "role": "Fork Maintainer"
                    }
                ],
                "description": "PHP WebDriver for Selenium 2",
                "homepage": "http://instaclick.com/",
                "keywords": [
                    "browser",
                    "selenium",
                    "webdriver",
                    "webtest"
                ],
                "support": {
                    "issues": "https://github.com/instaclick/php-webdriver/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/instaclick/php-webdriver/tree/1.4.16"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-28T13:30:35+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "jcalderonzumba/gastonjs",
                "version": "v1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/jcalderonzumba/gastonjs.git",
                    "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/575a9c18d8b87990c37252e8d9707b29f0a313f3",
                    "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3",
                    "shasum": ""
                },
                "require": {
                    "guzzlehttp/guzzle": "~5.0|~6.0",
                    "php": ">=5.4"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.6",
                    "silex/silex": "~1.2",
                    "symfony/phpunit-bridge": "~2.7",
                    "symfony/process": "~2.1"
                },
                "type": "phantomjs-api",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Zumba\\GastonJS\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Juan Francisco Calderón Zumba",
                        "email": "juanfcz@gmail.com",
                        "homepage": "http://github.com/jcalderonzumba"
                    }
                ],
                "description": "PhantomJS API based server for webpage automation",
                "homepage": "https://github.com/jcalderonzumba/gastonjs",
                "keywords": [
                    "api",
                    "automation",
                    "browser",
                    "headless",
                    "phantomjs"
                ],
                "support": {
                    "issues": "https://github.com/jcalderonzumba/gastonjs/issues",
                    "source": "https://github.com/jcalderonzumba/gastonjs/tree/master"
                },
                "time": "2017-03-31T07:31:47+00:00"
            },
            {
                "name": "jcalderonzumba/mink-phantomjs-driver",
                "version": "v0.3.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
                    "reference": "008f43670e94acd39273d15add1e7348eb23848d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
                    "reference": "008f43670e94acd39273d15add1e7348eb23848d",
                    "shasum": ""
                },
                "require": {
                    "behat/mink": "~1.7",
                    "jcalderonzumba/gastonjs": "~1.0",
                    "php": ">=5.4",
                    "twig/twig": "~1.20|~2.0"
                },
                "require-dev": {
                    "mink/driver-testsuite": "dev-master",
                    "phpunit/phpunit": "~4.6"
                },
                "type": "mink-driver",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.4.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Zumba\\Mink\\Driver\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Juan Francisco Calderón Zumba",
                        "email": "juanfcz@gmail.com",
                        "homepage": "http://github.com/jcalderonzumba"
                    }
                ],
                "description": "PhantomJS driver for Mink framework",
                "homepage": "http://mink.behat.org/",
                "keywords": [
                    "ajax",
                    "browser",
                    "headless",
                    "javascript",
                    "phantomjs",
                    "testing"
                ],
                "support": {
                    "issues": "https://github.com/jcalderonzumba/MinkPhantomJSDriver/issues",
                    "source": "https://github.com/jcalderonzumba/MinkPhantomJSDriver/tree/master"
                },
                "time": "2016-12-01T10:57:30+00:00"
            },
            {
                "name": "joachim-n/case-converter",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/joachim-n/case-converter.git",
                    "reference": "f31486030bd46242218a0d7d75becab0b02da2f4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/joachim-n/case-converter/zipball/f31486030bd46242218a0d7d75becab0b02da2f4",
                    "reference": "f31486030bd46242218a0d7d75becab0b02da2f4",
                    "shasum": ""
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.2",
                    "symfony/var-dumper": "^3.2"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "CaseConverter\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Joachim Noreiko",
                        "email": "joachim@107701.no-reply.drupal.org"
                    }
                ],