|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "4fd5e4a3ab1652e878c246d2efec344a",
|
|
|
+ "content-hash": "73394e8d886db6bcad1c3a751f627a06",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "alchemy/zippy",
|
|
@@ -3127,6 +3127,146 @@
|
|
|
"source": "https://git.drupalcode.org/project/bulkdelete"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "drupal/computed_field",
|
|
|
+ "version": "3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://git.drupalcode.org/project/computed_field.git",
|
|
|
+ "reference": "3.0.0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://ftp.drupal.org/files/projects/computed_field-3.0.0.zip",
|
|
|
+ "reference": "3.0.0",
|
|
|
+ "shasum": "88f060658f30e196b177923dc12bc48df38042df"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "drupal/core": "^8 || ^9 || ^10"
|
|
|
+ },
|
|
|
+ "type": "drupal-module",
|
|
|
+ "extra": {
|
|
|
+ "drupal": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "datestamp": "1705775905",
|
|
|
+ "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": "agileware",
|
|
|
+ "homepage": "https://www.drupal.org/user/89106"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "colan",
|
|
|
+ "homepage": "https://www.drupal.org/user/58704"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "dealancer",
|
|
|
+ "homepage": "https://www.drupal.org/user/243418"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "joachim",
|
|
|
+ "homepage": "https://www.drupal.org/user/107701"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markus_petrux",
|
|
|
+ "homepage": "https://www.drupal.org/user/39593"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Moonshine",
|
|
|
+ "homepage": "https://www.drupal.org/user/133705"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nickcaballero",
|
|
|
+ "homepage": "https://www.drupal.org/user/588336"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Pedro Lozano",
|
|
|
+ "homepage": "https://www.drupal.org/user/123766"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ram4nd",
|
|
|
+ "homepage": "https://www.drupal.org/user/601534"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Defines a field type that allows values to be \"computed\" via PHP code.",
|
|
|
+ "homepage": "https://www.drupal.org/project/computed_field",
|
|
|
+ "support": {
|
|
|
+ "source": "https://git.drupalcode.org/project/computed_field"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "drupal/computed_token_field",
|
|
|
+ "version": "1.0.0-beta1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://git.drupalcode.org/project/computed_token_field.git",
|
|
|
+ "reference": "1.0.0-beta1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://ftp.drupal.org/files/projects/computed_token_field-1.0.0-beta1.zip",
|
|
|
+ "reference": "1.0.0-beta1",
|
|
|
+ "shasum": "fb4904822b8321c6143990d39d937f3a488980a8"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "drupal/computed_field": "^3.0",
|
|
|
+ "drupal/core": "^8 || ^9 || ^10"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "drupal/eck": "*",
|
|
|
+ "drupal/field_permissions": "*",
|
|
|
+ "drupal/hide_revision_field": "*",
|
|
|
+ "drupal/inline_entity_form": "*"
|
|
|
+ },
|
|
|
+ "type": "drupal-module",
|
|
|
+ "extra": {
|
|
|
+ "drupal": {
|
|
|
+ "version": "1.0.0-beta1",
|
|
|
+ "datestamp": "1741812647",
|
|
|
+ "security-coverage": {
|
|
|
+ "status": "not-covered",
|
|
|
+ "message": "Beta releases are not covered by Drupal security advisories."
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packages.drupal.org/8/downloads",
|
|
|
+ "license": [
|
|
|
+ "GPLv2 or later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Derek Laventure",
|
|
|
+ "homepage": "https://www.drupal.org/user/3082389",
|
|
|
+ "email": "derek@consensus.enterprises"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "colan",
|
|
|
+ "homepage": "https://www.drupal.org/user/58704"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ergonlogic",
|
|
|
+ "homepage": "https://www.drupal.org/user/368613"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "spiderman",
|
|
|
+ "homepage": "https://www.drupal.org/user/1631"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Computed field that accepts a token to calculate its value.",
|
|
|
+ "homepage": "https://www.drupal.org/project/computed_token_field",
|
|
|
+ "support": {
|
|
|
+ "source": "https://git.drupalcode.org/project/computed_token_field"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "drupal/config_devel",
|
|
|
"version": "dev-1.x",
|
|
@@ -15616,6 +15756,7 @@
|
|
|
"minimum-stability": "stable",
|
|
|
"stability-flags": {
|
|
|
"drupal/bulkdelete": 20,
|
|
|
+ "drupal/computed_token_field": 10,
|
|
|
"drupal/config_devel": 20,
|
|
|
"drupal/config_ignore": 5,
|
|
|
"drupal/config_pages": 20,
|