From ef699e97488a430b9067b924c6add8348f779e89 Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 25 Sep 2026 15:48:23 +0200 Subject: [PATCH] inline_entity_form ^3 --- composer.json | 1 + composer.lock | 62 +++++++++++++++++++++++++----- web/profiles/d8-starterkit-profile | 2 +- 3 files changed, 54 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index a54a3ef3..d111fb78 100644 --- a/composer.json +++ b/composer.json @@ -152,6 +152,7 @@ "politsin/jquery-ui-touch-punch": "^1", "smalot/pdfparser": "*", "symfony/mailjet-mailer": "^5.4", + "twig/twig": "~3.29.0", "vlucas/phpdotenv": "^5.0", "w8tcha/ckeditor_codemirror": "v1.17.8", "wa72/htmlpagedom": "1.3.*", diff --git a/composer.lock b/composer.lock index 3a396059..37250791 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "8b08d553431365cf9c172686bf725b77", + "content-hash": "05f35e541be129d9f1b9f6ecc1f2bf52", "packages": [ { "name": "asm89/stack-cors", @@ -7239,20 +7239,21 @@ }, { "name": "drupal/inline_entity_form", - "version": "1.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "8.x-1.0" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "0e3fe9fc880e46d9e9393be6fc4ed12838ecdaee" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0.zip", + "reference": "3.0.0", + "shasum": "43417cf232df36d6a621151dffa569b77dfd9725" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10", + "drupal/core": "^8.8 || ^9 || ^10 || ^11", + "drupal/rat": "^1.0.0@stable", "php": ">=7.1" }, "require-dev": { @@ -7261,8 +7262,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1780695546", + "version": "3.0.0", + "datestamp": "1780695753", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9061,6 +9062,48 @@ "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", "version": "1.13.0", @@ -19879,7 +19922,6 @@ "drupal/filefield_sources": 20, "drupal/flag": 10, "drupal/flag_lists": 5, - "drupal/inline_entity_form": 5, "drupal/path_alias_xt": 20, "drupal/pathologic": 15, "drupal/pwa": 10, diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index bf6efa37..7c621608 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit bf6efa37dd61df2716d79b83440eb53a522c21ac +Subproject commit 7c621608a6fb35c6dfc159164746483fb870c1c1