From 3e8a08186b45f3b921d04f51af4aa47522267e7a Mon Sep 17 00:00:00 2001
From: Marcelo <glacial@gmail.com>
Date: Tue, 2 Feb 2021 21:52:18 -0500
Subject: [PATCH] update readme

---
 README.md     |  3 +--
 composer.json |  8 +-------
 composer.lock | 43 +------------------------------------------
 3 files changed, 3 insertions(+), 51 deletions(-)

diff --git a/README.md b/README.md
index 4118349..1c92848 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![Heroku](https://snowpress-boilerplate.herokuapp.com/)
+![Heroku](https://pyheroku-badge.herokuapp.com/?app=snowpress-boilerplate)
 
 # SnowPress Boilerplate
 
@@ -16,7 +16,6 @@ A WordPress installation optimized for Docker and Heroku
 - Deployment: <a href="https://github.com/PhilippHeuer/wordpress-heroku">WordPress on Heroku</a>
 - Heroku Keep Alive: <a href='https://uptimerobot.com/'>Uptime Robot</a>
 - Image CDN: <a href="https://cloudinary.com/">Cloudinary</a>
-- Site Builder: <a href="https://github.com/marceloglacial/snow-blocks">Snow Blocks</a>
 - Local development: <a href='https://www.docker.com/'>Docker</a>
 
 ## How to Install
diff --git a/composer.json b/composer.json
index 521850a..1aa0413 100644
--- a/composer.json
+++ b/composer.json
@@ -23,10 +23,6 @@
     {
       "type": "composer",
       "url": "https://wpackagist.org"
-    },
-    {
-      "type": "vcs",
-      "url": "https://github.com/marceloglacial/snow-blocks"
     }
   ],
   "minimum-stability": "stable",
@@ -42,7 +38,6 @@
     "roots/wp-password-bcrypt": "1.0.0",
     "wpackagist-plugin/gutenberg": ">=8.8.0",
     "wpackagist-plugin/cloudinary-image-management-and-manipulation-in-the-cloud-cdn": ">=2.3.0",
-    "marceloglacial/snow-blocks": ">=0.11.0",
     "wpackagist-theme/twentytwentyone": ">=1.0"
   },
   "require-dev": {
@@ -53,8 +48,7 @@
     "installer-paths": {
       "web/app/mu-plugins/{$name}/": [
         "wpackagist-plugin/gutenberg",
-        "wpackagist-plugin/cloudinary-image-management-and-manipulation-in-the-cloud-cdn",
-        "marceloglacial/snow-blocks"
+        "wpackagist-plugin/cloudinary-image-management-and-manipulation-in-the-cloud-cdn"
       ],
       "web/app/themes/{$name}/": [
         "type:wordpress-theme"
diff --git a/composer.lock b/composer.lock
index 0a9af50..653289f 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": "1568d18b7ea236710f9a94f56830cffe",
+    "content-hash": "d82a3438477754215b597d5361eae263",
     "packages": [
         {
             "name": "composer/installers",
@@ -324,47 +324,6 @@
             "description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.",
             "time": "2020-08-17T07:41:05+00:00"
         },
-        {
-            "name": "marceloglacial/snow-blocks",
-            "version": "0.22.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/marceloglacial/snow-blocks.git",
-                "reference": "ad1f794b73475704da27e2b29dea8f6ce161cef2"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/marceloglacial/snow-blocks/zipball/ad1f794b73475704da27e2b29dea8f6ce161cef2",
-                "reference": "ad1f794b73475704da27e2b29dea8f6ce161cef2",
-                "shasum": ""
-            },
-            "require": {
-                "composer/installers": "1.*",
-                "php": ">=7.0"
-            },
-            "type": "wordpress-plugin",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Marcelo Glacial",
-                    "email": "glacial@gmail.com",
-                    "homepage": "https://marceloglacial.com"
-                }
-            ],
-            "description": "Snow Blocks",
-            "homepage": "https://github.com/marceloglacial/snow-blocks",
-            "keywords": [
-                "plugin",
-                "wordpress"
-            ],
-            "support": {
-                "source": "https://github.com/marceloglacial/snow-blocks/tree/0.22.0",
-                "issues": "https://github.com/marceloglacial/snow-blocks/issues"
-            },
-            "time": "2021-01-22T04:09:40+00:00"
-        },
         {
             "name": "mustache/mustache",
             "version": "v2.13.0",