Skip to content
Snippets Groups Projects
composer.lock 687 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "type": "library",
                "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.0"
    
    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-05-16T18:47:08+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
            },
            {
                "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",
                "version": "v2.6.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/FriendsOfBehat/MinkExtension.git",
                    "reference": "df04efb3e88833208c3a99a3efa3f7e9f03854db"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/df04efb3e88833208c3a99a3efa3f7e9f03854db",
                    "reference": "df04efb3e88833208c3a99a3efa3f7e9f03854db",
                    "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": {
                    "behat/mink-goutte-driver": "^1.1",
                    "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": {
                    "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.6.1"
                },
                "time": "2021-12-24T13:19:26+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "instaclick/php-webdriver",
                "version": "1.4.14",
                "source": {
                    "type": "git",
                    "url": "https://github.com/instaclick/php-webdriver.git",
                    "reference": "200b8df772b74d604bebf25ef42ad6f8ee6380a9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/200b8df772b74d604bebf25ef42ad6f8ee6380a9",
                    "reference": "200b8df772b74d604bebf25ef42ad6f8ee6380a9",
                    "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",
                    "source": "https://github.com/instaclick/php-webdriver/tree/1.4.14"
                },
                "time": "2022-04-19T02:06:59+00:00"
            },
            {
                "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"
                    }
                ],
                "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.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/library/docker-traefik",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "cdafe57eafe92b2c9acfc1496056f7db6af0a8ce"
    
    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",
                    "phpunit/phpunit": "^8.4"
                },
                "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@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": "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-06-02T16:25:37+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/docker4drupal",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.7.15",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "033a95e929bc453ce6d87815fcde6f9e4d079603"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer-plugin-api": "^1||^2",
                    "ext-json": "*",
    
    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",
                    "phpunit/phpunit": "^8.4"
                },
                "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",
                        "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 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-06-02T15:27:56+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/dorgflow",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.9.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/dorgflow",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "c182e405ac9b921c50adc3c02208db0331aff4c0"
    
    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",
                    "phpunit/phpunit": "^8.4"
                },
                "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",
                        "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 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-06-02T15:43:47+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/drupal-development-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.1.16",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "e70bc82341a5a3cf032c5d4710a78057b363fa07"
    
    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": "*",
                    "lakedrops/ahoy": "*",
                    "lakedrops/behat4drupal": "*",
                    "lakedrops/composer-json-utils": "*",
                    "lakedrops/docker4drupal": "*",
                    "lakedrops/dorgflow": "*",
                    "lakedrops/drupal-environment": "*",
                    "mikey179/vfsstream": "*",
                    "php": ">=7.2",
                    "phploc/phploc": "*",
                    "phpmd/phpmd": "*",
                    "phpspec/prophecy": "*",
                    "phpspec/prophecy-phpunit": "*",
                    "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@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 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-06-02T16:23:29+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/drupal-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.0.12",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "23888ff645caf98e20d32c37bb62a3cd2a5f473a"
    
    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",
                    "roave/security-advisories": "dev-master"
                },
                "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",
                        "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 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
                "time": "2022-06-02T14:49:08+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "mikey179/vfsstream",
                "version": "v1.6.10",
                "source": {
                    "type": "git",
                    "url": "https://github.com/bovigo/vfsStream.git",
                    "reference": "250c0825537d501e327df879fb3d4cd751933b85"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85",
                    "reference": "250c0825537d501e327df879fb3d4cd751933b85",
                    "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"