diff --git a/README.md b/README.md index e680f04..d1fc265 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Optional: To install coding standard automatically edit your composer script: "@auto-scripts" ], "auto-scripts": { - "phpcs --config-set installed_paths vendor/1sept/sept-coding-standard": "script", + "phpcs --config-set installed_paths vendor/1sept/sept-coding-standard/SeptCodingStandard/": "script", } } ``` @@ -43,7 +43,7 @@ Just create a `phpcs.xml.dist` in your project's root directory with the followi ```xml - + diff --git a/ruleset.xml b/SeptCodingStandard/ruleset.xml similarity index 97% rename from ruleset.xml rename to SeptCodingStandard/ruleset.xml index 8b16bb4..2aa69eb 100644 --- a/ruleset.xml +++ b/SeptCodingStandard/ruleset.xml @@ -1,12 +1,6 @@ - - - - - - + @@ -184,11 +178,6 @@ - src/ - tests/ - config/ - public/ - ./src/Migrations/* ./src/Kernel.php ./public/index.php @@ -200,6 +189,12 @@ ./tests/symfony-container.php ./tests/bootstrap.php + bin/ + config/ + public/ + src/ + tests/ +