From 6d79d5c9bdf80f2959cef5e6fc91b84983375f97 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 28 Jun 2025 04:51:32 -0400 Subject: [PATCH 1/4] fix: Update `README.md` structure for clarity. --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index be98722..ab48112 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,19 @@

-## Installation +## Quick start -The preferred way to install this extension is through [composer](https://getcomposer.org/download/). +### Installation -Either run - -``` +```php composer require --dev --prefer-dist yii2-extensions/nested-sets-behavior ``` -or add +## Documentation -``` -"yii2-extensions/nested-sets-behavior": "dev-main" -``` +For detailed configuration options and advanced usage. -to the require-dev section of your `composer.json` file. +- 🧪 [Testing Guide](docs/testing.md) ## Quality code @@ -50,17 +46,13 @@ to the require-dev section of your `composer.json` file. [![phpstan-level](https://img.shields.io/badge/PHPStan%20level-max-blue)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml) [![style-ci](https://github.styleci.io/repos/717718161/shield?branch=main)](https://github.styleci.io/repos/717718161?branch=main) -## Testing - -[Check the documentation testing](/docs/testing.md) to learn about testing. - ## Our social networks [![X](https://img.shields.io/badge/follow-@terabytesoftw-1DA1F2?logo=x&logoColor=1DA1F2&labelColor=555555?style=flat)](https://x.com/Terabytesoftw) ## License -The MIT License. Please see [License File](LICENSE.md) for more information. +[![License](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/license)](LICENSE.md) ## Fork From b492d972942845a801043a00faf7570497f5ed4b Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 28 Jun 2025 04:55:33 -0400 Subject: [PATCH 2/4] fix: Add FUNDING.yml for supported funding model platforms and update installation command in `README.md`. --- .github/FUNDING.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..4b4046c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [terabytesoftw] diff --git a/README.md b/README.md index ab48112..91c997a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ### Installation ```php -composer require --dev --prefer-dist yii2-extensions/nested-sets-behavior +composer require --prefer-dist yii2-extensions/nested-sets-behavior ``` ## Documentation From ffdb57a3a9a9e72f1692bad995bd750b79236985 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 28 Jun 2025 04:58:43 -0400 Subject: [PATCH 3/4] fix: Update code block syntax for installation section in `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91c997a..1b5f482 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ### Installation -```php +```bash composer require --prefer-dist yii2-extensions/nested-sets-behavior ``` From 6a4d83cef9b9058b269c63cd9d014432825c188c Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 28 Jun 2025 05:00:52 -0400 Subject: [PATCH 4/4] fix: Update links in `README.md` to use HTTPS for improved security. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b5f482..00f6d4a 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ For detailed configuration options and advanced usage. ## Quality code -[![Latest Stable Version](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/v)](https://github.com/yii2-extensions/nested-sets-behavior/releases) -[![Total Downloads](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/downloads)](https://packagist.org/packages/yii2-extensions/nested-sets-behavior) +[![Latest Stable Version](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/v)](https://github.com/yii2-extensions/nested-sets-behavior/releases) +[![Total Downloads](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/downloads)](https://packagist.org/packages/yii2-extensions/nested-sets-behavior) [![codecov](https://codecov.io/gh/yii2-extensions/nested-sets-behavior/graph/badge.svg?token=Upc4yA23YN)](https://codecov.io/gh/yii2-extensions/nested-sets-behavior) [![phpstan-level](https://img.shields.io/badge/PHPStan%20level-max-blue)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml) [![style-ci](https://github.styleci.io/repos/717718161/shield?branch=main)](https://github.styleci.io/repos/717718161?branch=main) @@ -52,7 +52,7 @@ For detailed configuration options and advanced usage. ## License -[![License](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/license)](LICENSE.md) +[![License](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/license)](LICENSE.md) ## Fork