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" + } + } } ] }