Skip to content
Snippets Groups Projects
composer.lock 916 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "larowlan",
                        "homepage": "https://www.drupal.org/user/395439"
                    }
                ],
                "description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
                "homepage": "http://drupal.org/project/dynamic_entity_reference",
                "support": {
                    "source": "http://cgit.drupalcode.org/dynamic_entity_reference",
                    "issues": "http://drupal.org/project/dynamic_entity_reference",
                    "irc": "irc://irc.freenode.org/drupal-contribute"
                }
            },
            {
                "name": "drupal/eca",
                "version": "dev-1.0.x",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "53488997f521ca7c82af7b1b958422e815e916a3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "dragonmantank/cron-expression": "^3.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^9.3 || ^10",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "ext-dom": "*",
                    "ext-json": "*",
                    "mtownsend/xml-to-array": "^2.0",
                    "php": ">=7.4"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/eca_ui": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/token": "^1.10"
                },
                "suggest": {
                    "drupal/context_stack": "Integrates ECA with Context Stacks for more fine-grained control",
                    "drupal/eca_state_machine": "Integrates ECA with State Machine functionality",
                    "drupal/eca_tamper": "Integrates ECA with the Tamper API",
                    "drupal/entity_share": "Integrates ECA with Entity Share functionality",
                    "drupal/group_action": "Integrates ECA with Group Actions if you're using groups",
                    "drupal/token": "Provides the token browser in the UI and offers more token values"
                },
                "type": "drupal-module",
                "extra": {
                    "branch-alias": {
                        "dev-1.0.x": "1.0.x-dev"
                    },
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.4+8-dev",
                        "datestamp": "1667040548",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "not-covered",
                            "message": "Dev releases are not covered by Drupal security advisories."
                        }
                    },
                    "drush": {
                        "services": {
                            "drush.services.yml": "^9 || ^10 || ^11"
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "boromino",
                        "homepage": "https://www.drupal.org/user/859722"
                    },
                    {
                        "name": "danielspeicher",
                        "homepage": "https://www.drupal.org/user/3621778"
                    },
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Event, Conditions, Actions - powerful, versatile, and user-friendly rules engine for Drupal",
                "homepage": "https://www.drupal.org/project/eca",
                "support": {
                    "source": "https://drupal.org/project/eca",
                    "issues": "https://drupal.org/project/issues/eca"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_cm",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.0.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_cm.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "1.0.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/eca_cm-1.0.2.zip",
                    "reference": "1.0.2",
                    "shasum": "48330950150ffd50f5628347e411ec820af1ab7c"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1",
                    "drupal/eca_ui": "*"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.2",
                        "datestamp": "1664386959",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "mxh",
                        "homepage": "https://www.drupal.org/user/1124384"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "qichanghai",
                        "homepage": "https://www.drupal.org/user/3092355"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "A Drupal module that provides a modeller for ECA solely built on top of Drupal core and ECA core.",
                "homepage": "https://www.drupal.org/project/eca_cm",
                "support": {
                    "source": "https://drupal.org/project/eca_cm",
                    "issues": "https://drupal.org/project/issues/eca_cm"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_context",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.0.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_context.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "1.0.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/eca_context-1.0.0.zip",
                    "reference": "1.0.0",
                    "shasum": "5f5efd8c389b013cec26a476fad89cceb8f42f17"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/context_stack": "^1.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^9 || ^10",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/eca": "^1.0",
                    "php": ">=7.4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "type": "drupal-module",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.0",
                        "datestamp": "1659336697",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "mxh",
                        "homepage": "https://www.drupal.org/user/1124384"
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "A Drupal module which provides a context stack for ECA.",
                "homepage": "https://www.drupal.org/project/eca_context",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://drupal.org/project/eca_context",
                    "issues": "https://drupal.org/project/issues/eca_context"
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_entity_share",
                "version": "dev-1.0.x",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_entity_share.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "fc9966c0fcabd3dd96fda17142245dffa543207a"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1.0",
                    "drupal/entity_share": "^3.0",
                    "php": ">=7.4"
                },
                "require-dev": {
                    "drupal/eca": "*",
                    "drupal/entity_share_client": "*",
                    "drupal/entity_share_server": "*"
                },
                "type": "drupal-module",
                "extra": {
                    "branch-alias": {
                        "dev-1.0.x": "1.0.x-dev"
                    },
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.0-beta1+2-dev",
                        "datestamp": "1655717500",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "not-covered",
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "message": "Dev releases are not covered by Drupal security advisories."
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Integrate ECA with the Entity Share module and its plugins.",
                "homepage": "https://www.drupal.org/project/eca_entity_share",
                "support": {
                    "source": "https://drupal.org/project/eca_entity_share",
                    "issues": "https://drupal.org/project/issues/eca_entity_share"
                }
            },
            {
                "name": "drupal/eca_modeller_bpmn",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.0.4",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "require": {
                    "drupal/core": "^9 || ^10",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/eca": "^1",
                    "drupal/eca_ui": "*"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "metapackage",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.4",
                        "datestamp": "1664529843",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "boromino",
                        "homepage": "https://www.drupal.org/user/859722"
                    },
                    {
                        "name": "danielspeicher",
                        "homepage": "https://www.drupal.org/user/3621778"
                    },
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Common functionality for all BPMN based modeller implementations.",
                "homepage": "https://www.drupal.org/project/eca",
                "support": {
                    "source": "https://git.drupalcode.org/project/eca"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_parameters",
                "version": "1.0.0-alpha2",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_parameters.git",
                    "reference": "1.0.0-alpha2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/eca_parameters-1.0.0-alpha2.zip",
                    "reference": "1.0.0-alpha2",
                    "shasum": "6f4272902f3646bbcb5c64d60976d96dd9361838"
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1.0",
                    "drupal/parameters": "^1.0"
                },
                "require-dev": {
                    "drupal/eca_ui": "*",
                    "drupal/parameters_ui": "*"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "1.0.0-alpha2",
                        "datestamp": "1657568634",
                        "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": "mxh",
                        "homepage": "https://www.drupal.org/user/1124384"
                    }
                ],
                "description": "Integrates ECA: Event - Condition - Action with Parameters.",
                "homepage": "https://www.drupal.org/project/eca_parameters",
                "support": {
                    "source": "https://drupal.org/project/eca_parameters",
                    "issues": "https://drupal.org/project/issues/eca_parameters"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_state_machine",
                "version": "dev-1.0.x",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_state_machine.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "411e2c01143cd06ef7ef8ce8ef646b28fbd493c4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1.0",
                    "drupal/state_machine": "^1.6",
                    "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.0-beta2+3-dev",
                        "datestamp": "1655717910",
    
    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-or-later"
                ],
                "authors": [
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Integrate ECA with the State Machine module and its plugins.",
                "homepage": "https://www.drupal.org/project/eca_state_machine",
                "support": {
                    "source": "https://drupal.org/project/eca_state_machine",
                    "issues": "https://drupal.org/project/issues/eca_state_machine"
                }
            },
            {
                "name": "drupal/eca_tamper",
                "version": "dev-1.0.x",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_tamper.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "2335992b09818cb168ec790e00fda199a0dabd7e"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1.0",
                    "drupal/tamper": "^1.0",
                    "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+1-dev",
                        "datestamp": "1664276857",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "not-covered",
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "message": "Dev releases are not covered by Drupal security advisories."
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Integrate ECA with the tamper module and its plugins available as actions.",
                "homepage": "https://www.drupal.org/project/eca_tamper",
                "support": {
                    "source": "https://drupal.org/project/eca_tamper",
                    "issues": "https://drupal.org/project/issues/eca_tamper"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_ui",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.0.4",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "*"
                },
                "type": "metapackage",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.4",
                        "datestamp": "1664529843",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "boromino",
                        "homepage": "https://www.drupal.org/user/859722"
                    },
                    {
                        "name": "danielspeicher",
                        "homepage": "https://www.drupal.org/user/3621778"
                    },
                    {
                        "name": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Provides a user interface for managing ECA models.",
                "homepage": "https://www.drupal.org/project/eca",
                "support": {
                    "source": "https://git.drupalcode.org/project/eca"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/eca_vbo",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.0.0-rc2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eca_vbo.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "1.0.0-rc2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/eca_vbo-1.0.0-rc2.zip",
                    "reference": "1.0.0-rc2",
                    "shasum": "2f5406a61450ea91b7fee282e34110f512db9a91"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "drupal/core": "^9 || ^10",
                    "drupal/eca": "^1.0",
                    "drupal/views_bulk_operations": "^4.1"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "1.0.0-rc2",
                        "datestamp": "1664363441",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "not-covered",
    
    jurgenhaas's avatar
    jurgenhaas committed
                            "message": "RC releases are not covered by Drupal security advisories."
    
    jurgenhaas's avatar
    jurgenhaas committed
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "mxh",
                        "homepage": "https://www.drupal.org/user/1124384"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "qichanghai",
                        "homepage": "https://www.drupal.org/user/3092355"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "Integrates ECA: Event - Condition - Action with Views Bulk Operations (VBO).",
                "homepage": "https://www.drupal.org/project/eca_vbo",
                "support": {
                    "source": "https://drupal.org/project/eca_vbo",
                    "issues": "https://drupal.org/project/issues/eca_vbo"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/encrypt",
                "version": "3.0.0",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/encrypt.git",
                    "reference": "8.x-3.0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.0.zip",
                    "reference": "8.x-3.0",
                    "shasum": "6916583be6d08c9684582358d7b7722fdeea8487"
                },
                "require": {
                    "drupal/core": "^8 || ^9",
                    "drupal/key": "*"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-3.0",
                        "datestamp": "1602354427",
                        "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": "alexpott",
                        "homepage": "https://www.drupal.org/user/157725"
                    },
                    {
                        "name": "gisle",
                        "homepage": "https://www.drupal.org/user/409554"
                    },
                    {
                        "name": "greggles",
                        "homepage": "https://www.drupal.org/user/36762"
                    },
                    {
                        "name": "nerdstein",
                        "homepage": "https://www.drupal.org/user/1557710"
                    },
                    {
                        "name": "rlhawk",
                        "homepage": "https://www.drupal.org/user/352283"
                    },
                    {
                        "name": "theunraveler",
                        "homepage": "https://www.drupal.org/user/71548"
                    },
                    {
                        "name": "zzolo",
                        "homepage": "https://www.drupal.org/user/147331"
                    }
                ],
                "description": "Provides an API for two-way encryption.",
                "homepage": "https://www.drupal.org/project/encrypt",
                "support": {
                    "source": "https://git.drupalcode.org/project/encrypt"
                }
            },
            {
                "name": "drupal/entity",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/entity.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "8.x-1.4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip",
                    "reference": "8.x-1.4",
                    "shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^9.2|^10.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "8.x-1.4",
                        "datestamp": "1661898023",
    
    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": "Berdir",
                        "homepage": "https://www.drupal.org/user/214652"
                    },
                    {
                        "name": "bojanz",
                        "homepage": "https://www.drupal.org/user/86106"
                    },
                    {
                        "name": "dawehner",
                        "homepage": "https://www.drupal.org/user/99340"
                    },
                    {
                        "name": "dixon_",
                        "homepage": "https://www.drupal.org/user/239911"
                    },
                    {
                        "name": "fago",
                        "homepage": "https://www.drupal.org/user/16747"
                    },
                    {
                        "name": "mglaman",
                        "homepage": "https://www.drupal.org/user/2416470"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "TR",
                        "homepage": "https://www.drupal.org/user/202830"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
                "homepage": "https://www.drupal.org/project/entity",
                "support": {
                    "source": "https://git.drupalcode.org/project/entity",
                    "issues": "https://www.drupal.org/project/issues/entity"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/entity_redirect",
                "version": "2.1.0",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/entity_redirect.git",
                    "reference": "8.x-2.1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/entity_redirect-8.x-2.1.zip",
                    "reference": "8.x-2.1",
                    "shasum": "842766fbba6801cda1abd7873159124f7ec9d155"
                },
                "require": {
                    "drupal/core": "^8 || ^9"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-2.1",
                        "datestamp": "1650375574",
                        "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": "NickDickinsonWilde",
                        "homepage": "https://www.drupal.org/user/3094661"
                    },
                    {
                        "name": "hmendes",
                        "homepage": "https://www.drupal.org/user/3673677"
                    }
                ],
                "description": "Redirect after entity creation or edit - per content.",
                "homepage": "https://www.drupal.org/project/entity_redirect",
                "support": {
                    "source": "https://git.drupalcode.org/project/entity_redirect"
                }
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "drupal/entity_reference_revisions",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.10.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "8.x-1.10"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip",
                    "reference": "8.x-1.10",
                    "shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^9 || ^10"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
                    "drupal/diff": "1.x-dev"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "8.x-1.10",
                        "datestamp": "1660664712",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "security-coverage": {
                            "status": "covered",
                            "message": "Covered by Drupal's security advisory policy"
                        }
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    "drush": {
                        "services": {
                            "drush.services.yml": "^9 || ^10 || ^11"
                        }
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Berdir",
                        "homepage": "https://www.drupal.org/user/214652"
                    },
                    {
                        "name": "Frans",
                        "homepage": "https://www.drupal.org/user/514222"
                    },
                    {
                        "name": "jeroen.b",
                        "homepage": "https://www.drupal.org/user/1853532"
                    },
                    {
                        "name": "miro_dietiker",
                        "homepage": "https://www.drupal.org/user/227761"
                    }
                ],
                "description": "Entity Reference Revisions",
                "homepage": "https://www.drupal.org/project/entity_reference_revisions",
                "support": {
                    "source": "https://git.drupalcode.org/project/entity_reference_revisions"
                }
            },
            {
                "name": "drupal/entity_share",
                "version": "3.0.0-rc4",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/entity_share.git",
                    "reference": "8.x-3.0-rc4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/entity_share-8.x-3.0-rc4.zip",
                    "reference": "8.x-3.0-rc4",
                    "shasum": "7233bd364baae32bc19eb89816116dda9872d22f"
                },
                "require": {
                    "drupal/core": "^8.8 || ^9",
                    "league/oauth2-client": "^2.4"
                },
                "conflict": {
                    "drupal/jsonapi": "1.*"
                },
                "require-dev": {
                    "drupal/block_field": "~1.0",
                    "drupal/dynamic_entity_reference": "~2.0",
                    "drupal/entity_share_client": "*",
                    "drupal/field_group": "~3.0",
                    "drupal/jsonapi_extras": "~3.14",
                    "drupal/key": "~1.14",
                    "drupal/metatag": "~1.0",
                    "drupal/paragraphs": "~1.0",
                    "drupal/pathauto": "~1.0",
                    "drupal/simple_oauth": "~4.5"
                },
                "suggest": {
                    "drupal/key": "Provides ability to manage keys for Authentication plugins.",
                    "drupal/simple_oauth": "Allows to setup server for OAuth plugin."
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-3.0-rc4",
                        "datestamp": "1650308107",
                        "security-coverage": {
                            "status": "not-covered",
                            "message": "RC releases are not covered by Drupal security advisories."
                        }
                    }
                },
                "notification-url": "https://packages.drupal.org/8/downloads",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Grimreaper",
                        "homepage": "https://www.drupal.org/user/2388214"
                    },
                    {
                        "name": "ithom",
                        "homepage": "https://www.drupal.org/user/3175403"
                    },
                    {
                        "name": "ivan.vujovic",
                        "homepage": "https://www.drupal.org/user/382945"
                    },
                    {
                        "name": "yarik.lutsiuk",
                        "homepage": "https://www.drupal.org/user/3212333"
                    }
                ],
                "description": "Provides an UI to share entities.",
                "homepage": "https://www.drupal.org/project/entity_share",
                "support": {
                    "source": "https://git.drupalcode.org/project/entity_share"
                }
            },
            {
                "name": "drupal/eva",
                "version": "2.1.0",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/eva.git",
                    "reference": "8.x-2.1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/eva-8.x-2.1.zip",
                    "reference": "8.x-2.1",
                    "shasum": "9fd3bed40ad1c05c05d32a90965ad45c30d2fb41"
                },
                "require": {
                    "drupal/core": "^8 || ^9"
                },
                "suggest": {
                    "drupal/token": "Enable the argument token browser"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "8.x-2.1",
                        "datestamp": "1591701896",
                        "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": "Crell",
                        "homepage": "https://www.drupal.org/user/26398"
                    },
                    {
                        "name": "ahebrank",
                        "homepage": "https://www.drupal.org/user/3190515"
                    },
                    {
                        "name": "eaton",
                        "homepage": "https://www.drupal.org/user/16496"
                    },
                    {
                        "name": "geek-merlin",
                        "homepage": "https://www.drupal.org/user/229048"
                    },
                    {
                        "name": "mkadin",
                        "homepage": "https://www.drupal.org/user/1093166"
                    }
                ],
                "description": "Attach a view to an entity",
                "homepage": "https://www.drupal.org/project/eva",
                "support": {
                    "source": "https://git.drupalcode.org/project/eva"
                }
            },
            {
                "name": "drupal/expose_actions",
                "version": "2.0.3",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/expose_actions.git",
                    "reference": "2.0.3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://ftp.drupal.org/files/projects/expose_actions-2.0.3.zip",
                    "reference": "2.0.3",
                    "shasum": "4bdc5dda8b51a65f364493bd730831427ee8ddeb"
                },
                "require": {
                    "drupal/core": "^8.8 || ^9"
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
                        "version": "2.0.3",
                        "datestamp": "1613471556",
                        "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": "jurgenhaas",
                        "homepage": "https://www.drupal.org/user/168924"
                    }
                ],
                "description": "Expose Drupal core action entities as local actions for the menu router.",
                "homepage": "https://www.drupal.org/project/expose_actions",
                "support": {
                    "source": "https://git.drupalcode.org/project/expose_actions"
                }
            },
            {
                "name": "drupal/extlink",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.7.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/extlink.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "8.x-1.7"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.7.zip",
                    "reference": "8.x-1.7",
                    "shasum": "38650688b5a58496db59f40b2a7f36c4bedcbfb4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/core": "^8 || ^9 || ^10"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "drupal-module",
                "extra": {
                    "drupal": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "version": "8.x-1.7",
                        "datestamp": "1665770295",
    
    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": "Nate Lampton",
                        "homepage": "https://www.drupal.org/u/quicksketch",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Lachlan Ennis",
                        "homepage": "https://www.drupal.org/u/elachlan",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Neslee Canil Pinto",
                        "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                        "role": "Maintainer"
                    }
                ],
                "description": "Modify behavior and appearance of external links.",
                "homepage": "https://www.drupal.org/project/extlink",
                "keywords": [
                    "Drupal",
                    "External Links"
                ],
                "support": {