From 2bc2d55fc5854149fa17cfeffb2638114193205b Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Tue, 31 Mar 2026 10:42:44 +0200 Subject: [PATCH] Renamed Ilyes512 to Specs(nl) --- README.md | 6 +++--- {Ilyes512CodingStandard => SpecsCodingStandard}/ruleset.xml | 0 composer.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename {Ilyes512CodingStandard => SpecsCodingStandard}/ruleset.xml (100%) diff --git a/README.md b/README.md index a6d87e3..cb8c7f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ilyes512/code-style +# specsnl/code-style An ECS (Easy Coding Standards) codestyle package. @@ -7,7 +7,7 @@ An ECS (Easy Coding Standards) codestyle package. You can install the package via composer: ```bash -composer require --dev ilyes512/code-style:^2.0 +composer require --dev specsnl/code-style:^2.0 ``` ## Usage @@ -38,7 +38,7 @@ Add a `phpcs.xml` file to the root of your project. The below config example is resources/js coverage - + ``` diff --git a/Ilyes512CodingStandard/ruleset.xml b/SpecsCodingStandard/ruleset.xml similarity index 100% rename from Ilyes512CodingStandard/ruleset.xml rename to SpecsCodingStandard/ruleset.xml diff --git a/composer.json b/composer.json index 86d15a5..b060e2d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ilyes512/code-style", + "name": "specsnl/code-style", "type": "phpcodesniffer-standard", "description": "An PHP_CodeSniffer codestyle package.", "keywords": [ @@ -17,11 +17,11 @@ }, "scripts": { "docs": "phpcs --standard=PSR12 --generator=html > docs.html", - "listsniffs": "phpcs --standard=./Ilyes512CodingStandard/ruleset.xml -e" + "listsniffs": "phpcs --standard=./SpecsCodingStandard/ruleset.xml -e" }, "scripts-descriptions": { "docs": "Generate the PSR12 documentation", - "listsniffs": "List all sniffs used by Ilyes512CodingStandard" + "listsniffs": "List all sniffs used by SpecsCodingStandard" }, "minimum-stability": "dev", "prefer-stable": true,