fix(manager->app): rename
This commit is contained in:
parent
02fbbc7e1e
commit
d98d7e85c5
@ -1,4 +1,4 @@
|
|||||||
# SeaCMS Manager
|
# SeaCMS App
|
||||||
|
|
||||||
This package is part of SeaCMS.
|
This package is part of SeaCMS.
|
||||||
|
|
||||||
@ -10,9 +10,9 @@ This package is part of SeaCMS.
|
|||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
- Jérémy Dufraisse (2022)
|
- Jérémy Dufraisse (2022-2023)
|
||||||
- Nathanaël Leprette (2022)
|
- Nathanaël Leprette (2022-2023)
|
||||||
- Association Defis (2022)
|
- Association Defis (2022-2023)
|
||||||
|
|
||||||
## Licence and warranty
|
## Licence and warranty
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "seacms/manager",
|
"name": "seacms/app",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"suggest": {
|
"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-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/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": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
4
composer.lock
generated
4
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "07d7187731428bd478b4d17aa1a498bb",
|
"content-hash": "ab434248364e339e8c5a20c840d56f34",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "erusev/parsedown",
|
"name": "erusev/parsedown",
|
||||||
@ -193,7 +193,7 @@
|
|||||||
"twig/twig": "^2.12"
|
"twig/twig": "^2.12"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"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-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."
|
"picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme."
|
||||||
},
|
},
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Documentation about SeaCMS manager
|
# Documentation about SeaCMS app
|
||||||
|
|
||||||
- [Developper documentation](dev.md)
|
- [Developper documentation](dev.md)
|
Loading…
x
Reference in New Issue
Block a user