Skip to content
Snippets Groups Projects
composer.lock 575 KiB
Newer Older
bcweaver's avatar
bcweaver committed
            "authors": [
                {
                    "name": "Davert",
                    "email": "davert.php@resend.cc"
                }
            ],
            "description": "Modern task runner",
            "support": {
                "issues": "https://github.com/consolidation/Robo/issues",
                "source": "https://github.com/consolidation/Robo/tree/1.4.13"
            },
            "time": "2020-10-11T04:51:34+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "consolidation/self-update",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/self-update.git",
                "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4",
                "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "symfony/console": "^2.8|^3|^4|^5",
                "symfony/filesystem": "^2.5|^3|^4|^5"
bcweaver's avatar
bcweaver committed
            },
            "bin": [
                "scripts/release"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SelfUpdate\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander Menk",
                    "email": "menk@mestrona.net"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
bcweaver's avatar
bcweaver committed
                }
            ],
            "description": "Provides a self:update command for Symfony Console applications.",
            "support": {
                "issues": "https://github.com/consolidation/self-update/issues",
                "source": "https://github.com/consolidation/self-update/tree/1.2.0"
            },
            "time": "2020-04-13T02:49:20+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "consolidation/site-alias",
            "version": "3.1.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-alias.git",
                "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-alias/zipball/9ed3c590be9fcf9fea69c73456c2fd4b27f5204c",
                "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^1.2.1|^2",
                "php": ">=5.5.0",
                "symfony/finder": "~2.3|^3|^4.4|^5"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": ">=7",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4",
                "yoast/phpunit-polyfills": "^0.2.0"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
bcweaver's avatar
bcweaver committed
                "branch-alias": {
                    "dev-main": "3.x-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-4": {
bcweaver's avatar
bcweaver committed
                    "Consolidation\\SiteAlias\\": "src"
bcweaver's avatar
bcweaver committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
bcweaver's avatar
bcweaver committed
                }
            ],
bcweaver's avatar
bcweaver committed
            "description": "Manage alias records for local and remote sites.",
            "support": {
                "issues": "https://github.com/consolidation/site-alias/issues",
                "source": "https://github.com/consolidation/site-alias/tree/3.1.0"
            },
            "time": "2021-02-20T20:03:10+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
bcweaver's avatar
bcweaver committed
            "name": "consolidation/site-process",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
bcweaver's avatar
bcweaver committed
                "url": "https://github.com/consolidation/site-process.git",
                "reference": "f3211fa4c60671c6f068184221f06f932556e443"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443",
                "reference": "f3211fa4c60671c6f068184221f06f932556e443",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
bcweaver's avatar
bcweaver committed
                "consolidation/config": "^1.2.1",
                "consolidation/site-alias": "^3",
                "php": ">=5.6.0",
                "symfony/process": "^3.4"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
bcweaver's avatar
bcweaver committed
                "consolidation/robo": "^1.3",
                "g1a/composer-test-scenarios": "^3",
bcweaver's avatar
bcweaver committed
                "knplabs/github-api": "^2.7",
                "php-coveralls/php-coveralls": "^1",
bcweaver's avatar
bcweaver committed
                "php-http/guzzle6-adapter": "^1.1",
                "phpunit/phpunit": "^6",
                "squizlabs/php_codesniffer": "^2.8"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
bcweaver's avatar
bcweaver committed
                    "phpunit5": {
bcweaver's avatar
bcweaver committed
                            "phpunit/phpunit": "^5.7.27"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
bcweaver's avatar
bcweaver committed
                                "php": "5.6.33"
bcweaver's avatar
bcweaver committed
                "branch-alias": {
bcweaver's avatar
bcweaver committed
                    "dev-master": "0.x-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-4": {
bcweaver's avatar
bcweaver committed
                    "Consolidation\\SiteProcess\\": "src"
bcweaver's avatar
bcweaver committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
bcweaver's avatar
bcweaver committed
                }
            ],
bcweaver's avatar
bcweaver committed
            "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
            "support": {
                "issues": "https://github.com/consolidation/site-process/issues",
                "source": "https://github.com/consolidation/site-process/tree/2.1.0"
            },
            "time": "2019-09-10T17:56:24+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "container-interop/container-interop",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "shasum": ""
            },
            "require": {
                "psr/container": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Interop\\Container\\": "src/Interop/Container/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
            "homepage": "https://github.com/container-interop/container-interop",
            "support": {
                "issues": "https://github.com/container-interop/container-interop/issues",
                "source": "https://github.com/container-interop/container-interop/tree/master"
            },
            "abandoned": "psr/container",
bcweaver's avatar
bcweaver committed
            "time": "2017-02-14T19:40:03+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "cweagans/composer-patches",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
                "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
bcweaver's avatar
bcweaver committed
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "~1.0 || ~2.0",
bcweaver's avatar
bcweaver committed
                "phpunit/phpunit": "~4.6"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "autoload": {
                "psr-4": {
                    "cweagans\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cameron Eagans",
                    "email": "me@cweagans.net"
                }
            ],
            "description": "Provides a way to patch Composer packages.",
            "support": {
                "issues": "https://github.com/cweagans/composer-patches/issues",
                "source": "https://github.com/cweagans/composer-patches/tree/1.7.0"
            },
            "time": "2020-09-30T17:56:20+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "desandro/imagesloaded",
            "version": "4.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/desandro/imagesloaded",
                "reference": "origin/master"
            },
            "type": "drupal-library"
        },
        {
            "name": "desandro/masonry",
            "version": "4.2.0",
            "dist": {
                "type": "zip",
bcweaver's avatar
bcweaver committed
                "url": "https://github.com/desandro/masonry/archive/v4.2.0.zip"
bcweaver's avatar
bcweaver committed
            },
            "type": "drupal-library"
        },
        {
            "name": "dflydev/dot-access-configuration",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
                "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
                "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "1.*",
                "dflydev/placeholder-resolver": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "Required for using the YAML Configuration Builders"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\DotAccessConfiguration": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
            "keywords": [
                "config",
                "configuration"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-configuration/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-configuration/tree/master"
            },
            "time": "2018-09-08T23:00:17+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\DotAccessData": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                },
                {
                    "name": "Carlos Frutos",
                    "email": "carlos@kiwing.it",
                    "homepage": "https://github.com/cfrutos"
                }
            ],
            "description": "Given a deep data structure, access data by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
            "keywords": [
                "access",
                "data",
                "dot",
                "notation"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master"
            },
bcweaver's avatar
bcweaver committed
            "time": "2017-01-20T21:14:22+00:00"
        },
        {
            "name": "dflydev/placeholder-resolver",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
                "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
                "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\PlaceholderResolver": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
            "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
            "keywords": [
                "placeholder",
                "resolver"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-placeholder-resolver/issues",
                "source": "https://github.com/dflydev/dflydev-placeholder-resolver/tree/v1.0.2"
            },
bcweaver's avatar
bcweaver committed
            "time": "2012-10-28T21:08:28+00:00"
        },
        {
            "name": "dimsemenov/magnific-popup",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dimsemenov/Magnific-Popup.git",
                "reference": "6b7a8088783cbce01034414c1fd2d8e1889093ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dimsemenov/Magnific-Popup/zipball/6b7a8088783cbce01034414c1fd2d8e1889093ae",
                "reference": "6b7a8088783cbce01034414c1fd2d8e1889093ae",
                "shasum": ""
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "description": "Light and responsive lightbox script with focus on performance.",
            "homepage": "http://dimsemenov.com/plugins/magnific-popup/",
            "support": {
                "issues": "https://github.com/dimsemenov/Magnific-Popup/issues",
                "source": "https://github.com/dimsemenov/Magnific-Popup/tree/1.1.0"
            },
bcweaver's avatar
bcweaver committed
            "time": "2016-02-20T09:06:30+00:00"
        },
        {
            "name": "dnoegel/php-xdg-base-dir",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
bcweaver's avatar
bcweaver committed
            },
bcweaver's avatar
bcweaver committed
            "autoload": {
                "psr-4": {
                    "XdgBaseDir\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "implementation of xdg base directory specification for php",
            "support": {
                "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
                "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
            },
            "time": "2019-12-04T15:06:13+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.4.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": "^5.6 || ^7.0"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "^5.7"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
bcweaver's avatar
bcweaver committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/doctrine/annotations/issues",
                "source": "https://github.com/doctrine/annotations/tree/v1.4.0"
            },
            "time": "2017-02-24T16:22:25+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "doctrine/cache",
            "version": "v1.6.2",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "php": "~5.5|~7.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8|~5.0",
                "predis/predis": "~1.0",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "support": {
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/1.6.x"
            },
            "time": "2017-07-22T12:49:21+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "doctrine/collections",
            "version": "v1.4.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "doctrine/coding-standard": "~0.1@dev",
                "phpunit/phpunit": "^5.7"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "support": {
                "issues": "https://github.com/doctrine/collections/issues",
                "source": "https://github.com/doctrine/collections/tree/master"
            },
            "time": "2017-01-03T10:49:41+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "doctrine/common",
            "version": "v2.7.3",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": "~5.6|~7.0"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "phpunit/phpunit": "^5.4.6"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "support": {
                "issues": "https://github.com/doctrine/common/issues",
                "source": "https://github.com/doctrine/common/tree/v2.7.3"
            },
            "time": "2017-07-22T08:35:12+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.2.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
bcweaver's avatar
bcweaver committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "support": {
                "source": "https://github.com/doctrine/inflector/tree/master"
            },
            "time": "2017-07-22T12:18:28+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "doctrine/lexer",
bcweaver's avatar
bcweaver committed
            "version": "1.0.2",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
bcweaver's avatar
bcweaver committed
                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
bcweaver's avatar
bcweaver committed
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
bcweaver's avatar
bcweaver committed
            "require-dev": {
                "phpunit/phpunit": "^4.5"
            },
bcweaver's avatar
bcweaver committed
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
bcweaver's avatar
bcweaver committed
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
bcweaver's avatar
bcweaver committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
bcweaver's avatar
bcweaver committed
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
bcweaver's avatar
bcweaver committed
            "keywords": [
bcweaver's avatar
bcweaver committed
                "annotations",
                "docblock",
bcweaver's avatar
bcweaver committed
                "lexer",
bcweaver's avatar
bcweaver committed
                "parser",
                "php"
bcweaver's avatar
bcweaver committed
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/1.0.2"
            },
bcweaver's avatar
bcweaver committed
            "time": "2019-06-08T11:03:04+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "drupal/addtocalendar",
            "version": "3.2.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/addtocalendar.git",
                "reference": "8.x-3.2"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/addtocalendar-8.x-3.2.zip",
                "reference": "8.x-3.2",
                "shasum": "b739326d98008f4091f71e0d5d21b5baa93a5dec"
bcweaver's avatar
bcweaver committed
            },
            "require": {
                "drupal/core": "^8 || ^9"
bcweaver's avatar
bcweaver committed
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.2",
                    "datestamp": "1591256432",
bcweaver's avatar
bcweaver committed
                    "security-coverage": {
                        "status": "covered",