From 7fcaec07f5dc5ee2be00463a86b01fe0c94a6644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Tue, 24 Jan 2023 10:50:46 +0100 Subject: [PATCH] feat(composer): declare replacement of picocms/pico --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa2256c..6a13b06 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "picocms/pico", + "name": "seacms/pico", "type": "library", "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.", "keywords": ["pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig" ], @@ -38,6 +38,9 @@ "erusev/parsedown": "1.7.4", "erusev/parsedown-extra": "0.8.1" }, + "replace": { + "picocms/pico": "3.0.0-alpha.2" + }, "suggest": { "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.", "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.",