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,