From 4fda6c451ce77dea0cf141d04db03792ca181775 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Sparks" Date: Mon, 12 Aug 2024 11:05:10 -0600 Subject: [PATCH] rm : removing the entity embed patch as it's no longer needed --- .lando.yml | 2 +- composer.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.lando.yml b/.lando.yml index ce5e26e..dc7f4fe 100644 --- a/.lando.yml +++ b/.lando.yml @@ -36,7 +36,7 @@ services: build: - composer install config: - php: '8.2' + php: '8.3' composer_version: '2.7.7' webroot: web database: mariadb diff --git a/composer.json b/composer.json index c3e4cbb..d1dcf29 100644 --- a/composer.json +++ b/composer.json @@ -337,10 +337,7 @@ "patches": { "drupal/core": { "Reusable Patch Beta": "https://www.drupal.org/files/issues/2024-01-23/add_reusable_option_to_inline_block_creation-2999491-141.patch" - }, - "drupal/entity_embed":{ - "patch": "https://www.drupal.org/files/issues/2024-08-07/entity_embed-embed_constructor-3466609-8.patch" - } + } }, "patchLevel": { "drupal/core": "-p2"