inline_entity_form ^3

This commit is contained in:
2026-09-25 15:48:23 +02:00
parent 126cbe2107
commit ef699e9748
3 changed files with 54 additions and 11 deletions
+1
View File
@@ -152,6 +152,7 @@
"politsin/jquery-ui-touch-punch": "^1", "politsin/jquery-ui-touch-punch": "^1",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4", "symfony/mailjet-mailer": "^5.4",
"twig/twig": "~3.29.0",
"vlucas/phpdotenv": "^5.0", "vlucas/phpdotenv": "^5.0",
"w8tcha/ckeditor_codemirror": "v1.17.8", "w8tcha/ckeditor_codemirror": "v1.17.8",
"wa72/htmlpagedom": "1.3.*", "wa72/htmlpagedom": "1.3.*",
Generated
+52 -10
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8b08d553431365cf9c172686bf725b77", "content-hash": "05f35e541be129d9f1b9f6ecc1f2bf52",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@@ -7239,20 +7239,21 @@
}, },
{ {
"name": "drupal/inline_entity_form", "name": "drupal/inline_entity_form",
"version": "1.0.0", "version": "3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/inline_entity_form.git", "url": "https://git.drupalcode.org/project/inline_entity_form.git",
"reference": "8.x-1.0" "reference": "3.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0.zip", "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0.zip",
"reference": "8.x-1.0", "reference": "3.0.0",
"shasum": "0e3fe9fc880e46d9e9393be6fc4ed12838ecdaee" "shasum": "43417cf232df36d6a621151dffa569b77dfd9725"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9 || ^10", "drupal/core": "^8.8 || ^9 || ^10 || ^11",
"drupal/rat": "^1.0.0@stable",
"php": ">=7.1" "php": ">=7.1"
}, },
"require-dev": { "require-dev": {
@@ -7261,8 +7262,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0", "version": "3.0.0",
"datestamp": "1780695546", "datestamp": "1780695753",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -9061,6 +9062,48 @@
"issues": "https://www.drupal.org/project/issues/pwa" "issues": "https://www.drupal.org/project/issues/pwa"
} }
}, },
{
"name": "drupal/rat",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/rat.git",
"reference": "f13fcfb83445e505ffa84d2137231d91cd8c8146"
},
"dist": {
"type": "zip",
"url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=f13fcfb83445e505ffa84d2137231d91cd8c8146",
"reference": "f13fcfb83445e505ffa84d2137231d91cd8c8146",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"drupal/core": "^9.4",
"drupal/core-dev": "^9.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Drupal\\rat\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"gpl-2.0-or-later"
],
"authors": [
{
"name": "Merlin",
"email": "merlin@geeks4change.net"
}
],
"support": {
"source": "https://git.drupalcode.org/project/rat/-/tree/1.0.1"
},
"time": "2025-12-29T15:30:47+00:00"
},
{ {
"name": "drupal/redirect", "name": "drupal/redirect",
"version": "1.13.0", "version": "1.13.0",
@@ -19879,7 +19922,6 @@
"drupal/filefield_sources": 20, "drupal/filefield_sources": 20,
"drupal/flag": 10, "drupal/flag": 10,
"drupal/flag_lists": 5, "drupal/flag_lists": 5,
"drupal/inline_entity_form": 5,
"drupal/path_alias_xt": 20, "drupal/path_alias_xt": 20,
"drupal/pathologic": 15, "drupal/pathologic": 15,
"drupal/pwa": 10, "drupal/pwa": 10,