From d98d7e85c5ea508951abdfd0bd8eca96a65f8a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Tue, 21 Feb 2023 23:51:48 +0100 Subject: [PATCH] fix(manager->app): rename --- README.md | 8 ++++---- composer.json | 4 ++-- composer.lock | 4 ++-- docs/en/README.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bab30bd..77df84a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SeaCMS Manager +# SeaCMS App This package is part of SeaCMS. @@ -10,9 +10,9 @@ This package is part of SeaCMS. ## Authors - - Jérémy Dufraisse (2022) - - Nathanaël Leprette (2022) - - Association Defis (2022) + - Jérémy Dufraisse (2022-2023) + - Nathanaël Leprette (2022-2023) + - Association Defis (2022-2023) ## Licence and warranty diff --git a/composer.json b/composer.json index df91504..3dbee2f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "seacms/manager", + "name": "seacms/app", "readme": "README.md", "license": "EUPL-1.2", "prefer-stable": true, @@ -96,7 +96,7 @@ "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.", - "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager." + "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package app." }, "autoload": { "psr-0": { diff --git a/composer.lock b/composer.lock index 639bbff..dd947f8 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": "07d7187731428bd478b4d17aa1a498bb", + "content-hash": "ab434248364e339e8c5a20c840d56f34", "packages": [ { "name": "erusev/parsedown", @@ -193,7 +193,7 @@ "twig/twig": "^2.12" }, "suggest": { - "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager.", + "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package app.", "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.", "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme." }, diff --git a/docs/en/README.md b/docs/en/README.md index a3d5d6b..8d7d8d7 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -1,3 +1,3 @@ -# Documentation about SeaCMS manager +# Documentation about SeaCMS app - [Developper documentation](dev.md) \ No newline at end of file