Skip to content
Snippets Groups Projects
composer.lock 584 KiB
Newer Older
bcweaver's avatar
bcweaver committed
                "symfony/expression-language": "For using the Expression validator",
                "symfony/http-foundation": "",
                "symfony/intl": "",
                "symfony/property-access": "For accessing properties within comparison constraints",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/property-info": "To automatically add NotNull and Type constraints",
                "symfony/translation": "For translating validation errors.",
bcweaver's avatar
bcweaver committed
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Validator\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Provides tools to validate values",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
Michael Lee's avatar
Michael Lee committed
                "source": "https://github.com/symfony/validator/tree/v4.4.35"
            },
            "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"
                }
            ],
Michael Lee's avatar
Michael Lee committed
            "time": "2021-11-22T21:43:32+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/var-dumper",
Michael Lee's avatar
Michael Lee committed
            "version": "v5.4.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
Michael Lee's avatar
Michael Lee committed
                "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
Michael Lee's avatar
Michael Lee committed
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89ab66eaef230c9cd1992de2e9a1b26652b127b9",
                "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.2.5",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/polyfill-mbstring": "~1.0",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-php80": "^1.16"
bcweaver's avatar
bcweaver committed
            },
            "conflict": {
Brian Weaver's avatar
Brian Weaver committed
                "phpunit/phpunit": "<5.4.3",
                "symfony/console": "<4.4"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "ext-iconv": "*",
Michael Lee's avatar
Michael Lee committed
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/uid": "^5.1|^6.0",
Brian Weaver's avatar
Brian Weaver committed
                "twig/twig": "^2.13|^3.0.4"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
bcweaver's avatar
bcweaver committed
            },
Brian Weaver's avatar
Brian Weaver committed
            "bin": [
                "Resources/bin/var-dump-server"
            ],
bcweaver's avatar
bcweaver committed
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
Michael Lee's avatar
Michael Lee committed
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.0"
            "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"
                }
            ],
Michael Lee's avatar
Michael Lee committed
            "time": "2021-11-29T15:30:56+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/yaml",
Michael Lee's avatar
Michael Lee committed
            "version": "v4.4.34",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
Michael Lee's avatar
Michael Lee committed
                "reference": "2c309e258adeb9970229042be39b360d34986fad"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
Michael Lee's avatar
Michael Lee committed
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad",
                "reference": "2c309e258adeb9970229042be39b360d34986fad",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
bcweaver's avatar
bcweaver committed
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
Brian Weaver's avatar
Brian Weaver committed
                "symfony/console": "^3.4|^4.0|^5.0"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Loads and dumps YAML files",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
Michael Lee's avatar
Michael Lee committed
                "source": "https://github.com/symfony/yaml/tree/v4.4.34"
            },
            "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"
                }
            ],
Michael Lee's avatar
Michael Lee committed
            "time": "2021-11-18T18:49:23+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "twig/extensions",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "twig/twig": "^1.27|^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3.4",
                "symfony/translation": "^2.7|^3.4"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                },
                "psr-4": {
                    "Twig\\Extensions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "keywords": [
                "i18n",
                "text"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig-extensions/issues",
                "source": "https://github.com/twigphp/Twig-extensions/tree/master"
            },
            "time": "2018-12-05T18:34:18+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "twig/twig",
Michael Lee's avatar
Michael Lee committed
            "version": "v2.14.11",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
Michael Lee's avatar
Michael Lee committed
                "reference": "66baa66f29ee30e487e05f1679903e36eb01d727"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
Michael Lee's avatar
Michael Lee committed
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727",
                "reference": "66baa66f29ee30e487e05f1679903e36eb01d727",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Michael Lee's avatar
Michael Lee committed
                "php": ">=7.1.3",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/polyfill-ctype": "^1.8",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.8"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "psr/container": "^1.0",
Michael Lee's avatar
Michael Lee committed
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Brian Weaver's avatar
Brian Weaver committed
                    "dev-master": "2.14-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
bcweaver's avatar
bcweaver committed
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
bcweaver's avatar
bcweaver committed
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
Michael Lee's avatar
Michael Lee committed
                "source": "https://github.com/twigphp/Twig/tree/v2.14.11"
Brian Weaver's avatar
Brian Weaver committed
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
Michael Lee's avatar
Michael Lee committed
            "time": "2022-02-04T06:57:25+00:00"
bcweaver's avatar
bcweaver committed
        },
bcweaver's avatar
bcweaver committed
        {
            "name": "typo3/phar-stream-wrapper",
Michael Lee's avatar
Michael Lee committed
            "version": "v3.1.7",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
Michael Lee's avatar
Michael Lee committed
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
Michael Lee's avatar
Michael Lee committed
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
Brian Weaver's avatar
Brian Weaver committed
                "php": "^7.0 || ^8.0"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "ext-xdebug": "*",
Brian Weaver's avatar
Brian Weaver committed
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^5.1"
bcweaver's avatar
bcweaver committed
            },
bcweaver's avatar
bcweaver committed
            "suggest": {
                "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
            },
bcweaver's avatar
bcweaver committed
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v3.x-dev"
                }
            },
bcweaver's avatar
bcweaver committed
            "autoload": {
                "psr-4": {
                    "TYPO3\\PharStreamWrapper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Interceptors for PHP's native phar:// stream handling",
            "homepage": "https://typo3.org/",
            "keywords": [
                "phar",
                "php",
                "security",
                "stream-wrapper"
            ],
            "support": {
                "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
Michael Lee's avatar
Michael Lee committed
                "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7"
Michael Lee's avatar
Michael Lee committed
            "time": "2021-09-20T19:19:13+00:00"
bcweaver's avatar
bcweaver committed
        },
bcweaver's avatar
bcweaver committed
        {
            "name": "webflo/drupal-finder",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/webflo/drupal-finder.git",
                "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
                "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
bcweaver's avatar
bcweaver committed
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^4.8"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/DrupalFinder.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
bcweaver's avatar
bcweaver committed
            ],
            "authors": [
                {
                    "name": "Florian Weber",
                    "email": "florian@webflo.org"
                }
            ],
            "description": "Helper class to locate a Drupal installation from a given path.",
            "support": {
                "issues": "https://github.com/webflo/drupal-finder/issues",
                "source": "https://github.com/webflo/drupal-finder/tree/1.2.2"
            },
            "time": "2020-10-27T09:42:17+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "webmozart/assert",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
                "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0",
                "symfony/polyfill-ctype": "^1.8"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
bcweaver's avatar
bcweaver committed
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.5.0"
            },
            "time": "2019-08-24T08:43:50+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "webmozart/path-util",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "support": {
                "issues": "https://github.com/webmozart/path-util/issues",
                "source": "https://github.com/webmozart/path-util/tree/2.3.0"
            },
            "abandoned": "symfony/filesystem",
bcweaver's avatar
bcweaver committed
            "time": "2015-12-17T08:42:14+00:00"
        },
        {
            "name": "whitehat101/apr1-md5",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/whitehat101/apr1-md5.git",
                "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
                "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WhiteHat101\\Crypt\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Ebler",
                    "email": "jebler@gmail.com"
                }
            ],
            "description": "Apache's APR1-MD5 algorithm in pure PHP",
            "homepage": "https://github.com/whitehat101/apr1-md5",
            "keywords": [
                "MD5",
                "apr1"
            ],
            "support": {
                "issues": "https://github.com/whitehat101/apr1-md5/issues",
                "source": "https://github.com/whitehat101/apr1-md5/tree/master"
            },
bcweaver's avatar
bcweaver committed
            "time": "2015-02-11T11:06:42+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
        "drupal/cache_control_override": 15,
Michael Lee's avatar
Michael Lee committed
        "drupal/multiple_fields_remove_button": 15,
        "drupal/ultimate_cron": 15
bcweaver's avatar
bcweaver committed
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.3"
bcweaver's avatar
bcweaver committed
    },
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.3"
    "plugin-api-version": "2.2.0"
bcweaver's avatar
bcweaver committed
}