Skip to content
Snippets Groups Projects
composer.lock 927 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                },
                "bin": [
                    "bin/phpcs",
                    "bin/phpcbf"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Greg Sherwood",
                        "role": "lead"
                    }
                ],
                "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
                "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
                "keywords": [
                    "phpcs",
                    "standards"
                ],
                "support": {
                    "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
                    "source": "https://github.com/squizlabs/PHP_CodeSniffer",
                    "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-18T07:21:10+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/browser-kit",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.44",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/browser-kit.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
                    "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/dom-crawler": "^3.4|^4.0|^5.0",
                    "symfony/polyfill-php80": "^1.16"
                },
                "require-dev": {
                    "symfony/css-selector": "^3.4|^4.0|^5.0",
                    "symfony/http-client": "^4.3|^5.0",
                    "symfony/mime": "^4.3|^5.0",
                    "symfony/process": "^3.4|^4.0|^5.0"
                },
                "suggest": {
                    "symfony/process": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\BrowserKit\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/browser-kit/tree/v4.4.44"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-07-25T12:56:14+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/dom-crawler",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.45",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dom-crawler.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5",
                    "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "masterminds/html5": "<2.6"
                },
                "require-dev": {
                    "masterminds/html5": "^2.6",
                    "symfony/css-selector": "^3.4|^4.0|^5.0"
                },
                "suggest": {
                    "symfony/css-selector": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\DomCrawler\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Eases DOM navigation for HTML and XML documents",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-08-03T12:57:57+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/phpunit-bridge",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v6.1.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/phpunit-bridge.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "07cf788ac9ae83b59d46599bb5098c3add88c68b"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/07cf788ac9ae83b59d46599bb5098c3add88c68b",
                    "reference": "07cf788ac9ae83b59d46599bb5098c3add88c68b",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3"
                },
                "conflict": {
                    "phpunit/phpunit": "<7.5|9.1.2"
                },
                "require-dev": {
                    "symfony/deprecation-contracts": "^2.1|^3.0",
                    "symfony/error-handler": "^5.4|^6.0"
                },
                "suggest": {
                    "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
                },
                "bin": [
                    "bin/simple-phpunit"
                ],
                "type": "symfony-bridge",
                "extra": {
                    "thanks": {
                        "name": "phpunit/phpunit",
                        "url": "https://github.com/sebastianbergmann/phpunit"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Bridge\\PhpUnit\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-07T08:04:03+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "theseer/tokenizer",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/theseer/tokenizer.git",
                    "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
                    "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    }
                ],
                "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
                "support": {
                    "issues": "https://github.com/theseer/tokenizer/issues",
                    "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/theseer",
                        "type": "github"
                    }
                ],
                "time": "2021-07-28T10:34:58+00:00"
            }
        ],
        "aliases": [],
        "minimum-stability": "dev",
        "stability-flags": {
            "drupal/bpmn_io": 20,
            "drupal/camunda": 15,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/colorbox_field_formatter": 20,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/danse_label_override": 15,
            "drupal/digest": 5,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/discourse_sso": 5,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca": 20,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca_cm": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca_context": 5,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca_entity_share": 20,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca_parameters": 15,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca_state_machine": 20,
            "drupal/eca_tamper": 20,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/eca_vbo": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/entity_share": 5,
            "drupal/feeds_tamper": 10,
            "drupal/flag": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/friendlycaptcha": 5,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/group_action": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/jfu": 15,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/json_api_book": 20,
            "drupal/libravatar": 5,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/project_browser": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/rules": 15,
            "drupal/services": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/svg_embed": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/symfony_mailer": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "drupal/taxonomy_machine_name": 10,
    
    jurgenhaas's avatar
    jurgenhaas committed
            "lakedrops/d9-project-scaffold": 20,
            "lakedrops/drupal-development-environment": 20
        },
        "prefer-stable": true,
        "prefer-lowest": false,
        "platform": {
            "php": ">=7.4",
            "ext-dom": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
            "ext-json": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
            "ext-simplexml": "*",
            "ext-sodium": "*"
    
    jurgenhaas's avatar
    jurgenhaas committed
        },
        "platform-dev": [],
        "plugin-api-version": "2.3.0"
    }