Skip to content
Snippets Groups Projects
composer.lock 927 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
                "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
                "keywords": [
                    "event",
                    "event dispatcher",
                    "event manager",
                    "event system",
                    "events"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/event-manager/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-12T20:51:15+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "doctrine/inflector",
                "version": "1.4.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                    "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^8.0",
                    "phpstan/phpstan": "^0.12",
                    "phpstan/phpstan-phpunit": "^0.12",
                    "phpstan/phpstan-strict-rules": "^0.12",
                    "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
                        "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
                "homepage": "https://www.doctrine-project.org/projects/inflector.html",
                "keywords": [
                    "inflection",
                    "inflector",
                    "lowercase",
                    "manipulation",
                    "php",
                    "plural",
                    "singular",
                    "strings",
                    "uppercase",
                    "words"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/inflector/issues",
                    "source": "https://github.com/doctrine/inflector/tree/1.4.4"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-04-16T17:34:40+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "doctrine/lexer",
                "version": "1.2.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/lexer.git",
                    "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                    "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0",
                    "phpstan/phpstan": "^1.3",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "vimeo/psalm": "^4.11"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "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",
                "keywords": [
                    "annotations",
                    "docblock",
                    "lexer",
                    "parser",
                    "php"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/lexer/issues",
                    "source": "https://github.com/doctrine/lexer/tree/1.2.3"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-02-28T11:07:21+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "doctrine/persistence",
                "version": "1.3.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/persistence.git",
                    "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
                    "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
                    "shasum": ""
                },
                "require": {
                    "doctrine/annotations": "^1.0",
                    "doctrine/cache": "^1.0",
                    "doctrine/collections": "^1.0",
                    "doctrine/event-manager": "^1.0",
                    "doctrine/reflection": "^1.2",
                    "php": "^7.1 || ^8.0"
                },
                "conflict": {
                    "doctrine/common": "<2.10@dev"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^6.0",
                    "phpstan/phpstan": "^0.11",
                    "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                    "vimeo/psalm": "^3.11"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "lib/Doctrine/Common",
                        "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
                "homepage": "https://doctrine-project.org/projects/persistence.html",
                "keywords": [
                    "mapper",
                    "object",
                    "odm",
                    "orm",
                    "persistence"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/persistence/issues",
                    "source": "https://github.com/doctrine/persistence/tree/1.3.x"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-06-20T12:56:16+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "doctrine/reflection",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.2.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/reflection.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb",
                    "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "doctrine/annotations": "^1.0",
                    "ext-tokenizer": "*",
                    "php": "^7.1 || ^8.0"
                },
                "conflict": {
                    "doctrine/common": "<2.9"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "doctrine/coding-standard": "^9",
                    "doctrine/common": "^3.3",
                    "phpstan/phpstan": "^1.4.10",
                    "phpstan/phpstan-phpunit": "^1",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "lib/Doctrine/Common"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
                "homepage": "https://www.doctrine-project.org/projects/reflection.html",
                "keywords": [
                    "reflection",
                    "static"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/reflection/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/doctrine/reflection/tree/1.2.3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "abandoned": "roave/better-reflection",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-31T18:46:25+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "dragonmantank/cron-expression",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v3.3.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/dragonmantank/cron-expression.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
                    "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2|^8.0",
                    "webmozart/assert": "^1.0"
                },
                "replace": {
                    "mtdowling/cron-expression": "^1.0"
                },
                "require-dev": {
                    "phpstan/extension-installer": "^1.0",
                    "phpstan/phpstan": "^1.0",
                    "phpstan/phpstan-webmozart-assert": "^1.0",
                    "phpunit/phpunit": "^7.0|^8.0|^9.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Cron\\": "src/Cron/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Chris Tankersley",
                        "email": "chris@ctankersley.com",
                        "homepage": "https://github.com/dragonmantank"
                    }
                ],
                "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
                "keywords": [
                    "cron",
                    "schedule"
                ],
                "support": {
                    "issues": "https://github.com/dragonmantank/cron-expression/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/dragonmantank",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-09-10T18:51:20+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "drupal/address",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.11.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/address.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "8.x-1.11"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip",
                    "reference": "8.x-1.11",
                    "shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "commerceguys/addressing": "^1.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^9.2 || ^10",
                    "php": "^7.3 || ^8.0"
                },
                "require-dev": {
                    "drupal/token": "^1.0"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "8.x-1.11",
                        "datestamp": "1659989858",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "bojanz",
                        "homepage": "https://www.drupal.org/user/86106"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Centarro",
                        "homepage": "https://www.drupal.org/user/3661446"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "dww",
                        "homepage": "https://www.drupal.org/user/46549"
                    },
                    {
                        "name": "googletorp",
                        "homepage": "https://www.drupal.org/user/386230"
                    },
                    {
                        "name": "jsacksick",
                        "homepage": "https://www.drupal.org/user/972218"
                    },
                    {
                        "name": "mglaman",
                        "homepage": "https://www.drupal.org/user/2416470"
                    },
                    {
                        "name": "rszrama",
                        "homepage": "https://www.drupal.org/user/49344"
                    }
                ],
                "description": "Provides functionality for storing, validating and displaying international postal addresses.",
                "homepage": "http://drupal.org/project/address",
                "support": {
                    "source": "https://git.drupalcode.org/project/address"
                }
            },
            {
                "name": "drupal/admin_toolbar",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.2.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/admin_toolbar.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "3.2.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.2.1.zip",
                    "reference": "3.2.1",
                    "shasum": "7a4bfb716e269be4ca03b7f04e29e4439ec6cf93"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^8.8.0 || ^9.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
                    "drupal/admin_toolbar_tools": "*"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "3.2.1",
                        "datestamp": "1665044276",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Wilfrid Roze (eme)",
                        "homepage": "https://www.drupal.org/u/eme",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Romain Jarraud (romainj)",
                        "homepage": "https://www.drupal.org/u/romainj",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Adrian Cid Almaguer (adriancid)",
                        "homepage": "https://www.drupal.org/u/adriancid",
                        "email": "adriancid@gmail.com",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Mohamed Anis Taktak (matio89)",
                        "homepage": "https://www.drupal.org/u/matio89",
                        "role": "Maintainer"
                    },
                    {
                        "name": "matio89",
                        "homepage": "https://www.drupal.org/user/2320090"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Musa.thomas",
                        "homepage": "https://www.drupal.org/user/1213824"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "romainj",
                        "homepage": "https://www.drupal.org/user/370706"
                    }
                ],
                "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
                "homepage": "http://drupal.org/project/admin_toolbar",
                "keywords": [
                    "Drupal",
                    "Toolbar"
                ],
                "support": {
                    "source": "https://git.drupalcode.org/project/admin_toolbar",
                    "issues": "https://www.drupal.org/project/issues/admin_toolbar"
                }
            },
            {
                "name": "drupal/advancedqueue",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/advancedqueue.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc5.zip",
                    "reference": "8.x-1.0-rc5",
                    "shasum": "65253881ca852f2a66ffa7ca0bd319c345a24f8c"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^9.1 || ^10"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
                        "version": "8.x-1.0-rc5",
                        "datestamp": "1667516944",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "not-covered",
                            "message": "RC releases are not covered by Drupal security advisories."
                        }
                    },
                    "drush": {
                        "services": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "drush.services.yml": "^11"
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "amitaibu",
                        "homepage": "https://www.drupal.org/user/57511"
                    },
                    {
                        "name": "bojanz",
                        "homepage": "https://www.drupal.org/user/86106"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Damien Tournoud",
                        "homepage": "https://www.drupal.org/user/22211"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "dawehner",
                        "homepage": "https://www.drupal.org/user/99340"
                    },
                    {
                        "name": "jcnventura",
                        "homepage": "https://www.drupal.org/user/122464"
                    },
                    {
                        "name": "jsacksick",
                        "homepage": "https://www.drupal.org/user/972218"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Kazanir",
                        "homepage": "https://www.drupal.org/user/2279698"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "laurentchardin",
                        "homepage": "https://www.drupal.org/user/87775"
                    },
                    {
                        "name": "mglaman",
                        "homepage": "https://www.drupal.org/user/2416470"
                    },
                    {
                        "name": "pjcdawkins",
                        "homepage": "https://www.drupal.org/user/1025236"
                    },
                    {
                        "name": "rszrama",
                        "homepage": "https://www.drupal.org/user/49344"
                    },
                    {
                        "name": "skipyT",
                        "homepage": "https://www.drupal.org/user/350126"
                    }
                ],
                "description": "Provides a better Queue API.",
                "homepage": "https://www.drupal.org/project/advancedqueue",
                "support": {
                    "source": "https://git.drupalcode.org/project/advancedqueue"
                }
            },
            {
                "name": "drupal/antibot",
                "version": "1.5.0",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/antibot.git",
                    "reference": "8.x-1.5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/antibot-8.x-1.5.zip",
                    "reference": "8.x-1.5",
                    "shasum": "f3597cde2903c979042bf8c1b25a9d3694159e43"
                },
                "require": {
                    "drupal/core": "^8.8 || ^9"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-1.5",
                        "datestamp": "1637670654",
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0+"
                ],
                "authors": [
                    {
                        "name": "gaurav.kapoor",
                        "homepage": "https://www.drupal.org/user/3495331"
                    },
                    {
                        "name": "mstef",
                        "homepage": "https://www.drupal.org/user/107190"
                    }
                ],
                "description": "Prevent forms from being submitted without JavaScript enabled.",
                "homepage": "https://www.drupal.org/project/antibot",
                "support": {
                    "source": "https://git.drupalcode.org/project/antibot"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/avatars",
    
                "version": "1.2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/avatars.git",
    
                    "reference": "8.x-1.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://ftp.drupal.org/files/projects/avatars-8.x-1.2.zip",
                    "reference": "8.x-1.2",
                    "shasum": "093e01cbf3dc0d365760baad8ff18fd9dbc6c769"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^8.8 || ^9",
                    "drupal/unlimited_number": "*"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
                        "version": "8.x-1.2",
                        "datestamp": "1656484955",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0+"
                ],
                "authors": [
                    {
                        "name": "Daniel Phin",
                        "homepage": "http://danielph.in",
                        "email": "pro@danielph.in",
                        "role": "Maintainer"
                    }
                ],
                "description": "Provides a selection of generated avatars for users.",
                "homepage": "http://drupal.org/project/avatars",
                "support": {
                    "source": "https://git.drupalcode.org/project/avatars"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/block_class",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/block_class.git",
                    "reference": "8.x-1.3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.3.zip",
                    "reference": "8.x-1.3",
                    "shasum": "29cfdb646ef83210f0eced30b38243339158fe3f"
                },
                "require": {
                    "drupal/core": "^8 || ^9"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-1.3",
                        "datestamp": "1615217722",
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Todd Nienkerk",
                        "homepage": "https://www.drupal.org/u/todd-nienkerk",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Renato Gonçalves (RenatoG)",
                        "homepage": "https://www.drupal.org/u/RenatoG",
                        "email": "renatog@ciandt.com",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Neslee Canil Pinto",
                        "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Aaron Stanush",
                        "homepage": "https://www.drupal.org/u/aaron-stanush",
                        "role": "Maintainer"
                    },
                    {
                        "name": "David Suissa (DYdave)",
                        "homepage": "https://www.drupal.org/u/DYdave",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Four Kitchens",
                        "homepage": "https://www.drupal.org/user/358502",
                        "role": "Maintainer"
                    },
                    {
                        "name": "berenddeboer",
                        "homepage": "https://www.drupal.org/u/berenddeboer",
                        "role": "Maintainer"
                    },
                    {
                        "name": "elliotttf",
                        "homepage": "https://www.drupal.org/u/elliotttf",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Michal Minecki (mirzu)",
                        "homepage": "https://www.drupal.org/u/mirzu",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Patrick Coffey (pcoffey)",
                        "homepage": "https://www.drupal.org/u/pcoffey",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Taylor Smith (tsmith512)",
                        "homepage": "https://www.drupal.org/u/tsmith512",
                        "role": "Maintainer"
                    }
                ],
                "description": "Allows assigning classes to Blocks.",
                "homepage": "https://www.drupal.org/project/block_class",
                "keywords": [
                    "Drupal"
                ],
                "support": {
                    "source": "https://git.drupalcode.org/project/block_class",
                    "issues": "https://www.drupal.org/project/issues/block_class",
                    "irc": "irc://irc.freenode.org/drupal-contribute"
                }
            },
            {
                "name": "drupal/block_renderer",
                "version": "1.0.0-alpha4",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/block_renderer.git",
                    "reference": "8.x-1.0-alpha4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/block_renderer-8.x-1.0-alpha4.zip",
                    "reference": "8.x-1.0-alpha4",
                    "shasum": "3e8bafe65e3cad7433ac8a1932f11d4914017d0c"
                },
                "require": {
                    "drupal/core": "^8 || ^9"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-1.0-alpha4",
                        "datestamp": "1598437271",
                        "security-coverage": {
                            "status": "not-covered",
                            "message": "Project has not opted into security advisory coverage!"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Rodlangh",
                        "homepage": "https://www.drupal.org/user/1508036"
                    }
                ],
                "description": "Block Renderer",
                "homepage": "https://www.drupal.org/project/block_renderer",
                "support": {
                    "source": "https://git.drupalcode.org/project/block_renderer"
                }
            },
            {
                "name": "drupal/bpmn_io",
                "version": "dev-1.0.x",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/bpmn_io.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "3ae0bfad289283f3a698144b4ce8911f20e63d1c"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1.0",
                    "drupal/eca_modeller_bpmn": "*",
                    "php": ">=7.4"
                },
                "type": "drupal-module",
                "extra": {
                    "branch-alias": {
                        "dev-1.0.x": "1.0.x-dev"
                    },
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.1+2-dev",
                        "datestamp": "1662040841",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "not-covered",
                            "message": "Dev releases are not covered by Drupal security advisories."
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0+"
                ],
                "authors": [
                    {
                        "name": "boromino",
                        "homepage": "https://www.drupal.org/user/859722"
                    },
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "BPMN modeller for ECA, integrated into Drupal's admin UI.",
                "homepage": "https://www.drupal.org/project/bpmn_io",
                "support": {