From 89ce529bfad2b174368f3a9bcac87a3c2e8d2903 Mon Sep 17 00:00:00 2001 From: CircleCI Bot Date: Wed, 9 Oct 2024 14:49:14 +0000 Subject: [PATCH] https://github.com/greenpeace/planet4-plugin-gutenberg-blocks/pull/1213 at b3a6de51 /unhold 23d7a0ca-a3ee-4d76-b71b-c06ab9da5189 --- composer-local.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/composer-local.json b/composer-local.json index 6bee5a0..21886fd 100644 --- a/composer-local.json +++ b/composer-local.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "greenpeace/planet4-master-theme": "7", - "greenpeace/planet4-plugin-gutenberg-blocks": "dev-native-lightbox-poc" + "greenpeace/planet4-plugin-gutenberg-blocks": "7" }, "repositories": [ { @@ -24,6 +24,20 @@ "url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/55a98206ca17e318e659733861371ce5bb201b9a.zip" } } + }, + { + "type": "package", + "package": { + "name": "greenpeace/planet4-plugin-gutenberg-blocks", + "type": "wordpress-plugin", + "autoload": null, + "extra": null, + "version": 7, + "dist": { + "type": "zip", + "url": "https://storage.googleapis.com/planet4-packages/planet4-plugin-gutenberg-blocks/b3a6de517d58189f8ade1273829d08704a7e3812.zip" + } + } } ] }