From 198e73d039ed2f54d9b538c66f8c23f6718cda90 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Sat, 4 May 2024 10:28:11 -0300 Subject: [PATCH 1/2] Fix docs --- README.md | 2 +- logo.png => images/logo.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename logo.png => images/logo.png (100%) diff --git a/README.md b/README.md index 6fe72b8..6f028ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +

Yii Config


diff --git a/logo.png b/images/logo.png similarity index 100% rename from logo.png rename to images/logo.png From 55534b48de4efcaf18cd03b5eb63af5ffe5d6825 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Mon, 6 May 2024 07:00:37 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f028ef..39855c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![static analysis](https://github.com/yiisoft/config/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/config/actions?query=workflow%3A%22static+analysis%22) [![type-coverage](https://shepherd.dev/github/yiisoft/config/coverage.svg)](https://shepherd.dev/github/yiisoft/config) -This [Composer](https://getcomposer.org/) plugin provides assembling of configurations distributed with composer +This [Composer](https://getcomposer.org) plugin provides assembling of configurations distributed with composer packages. It is implementing a plugin system which allows to provide the configuration needed to use a package directly when installing it to make it run out-of-the-box. The package becomes a plugin holding both the code and its default configuration.