diff --git a/.gitignore b/.gitignore index ac83fdd..4ab5d82 100644 --- a/.gitignore +++ b/.gitignore @@ -326,7 +326,6 @@ GitHub.sublime-settings !.vscode/extensions.json !.vscode/*.code-snippets .vscode -.vscode_ # Local History for Visual Studio Code .history/ diff --git a/composer.json b/composer.json index 5939f41..46e5ece 100644 --- a/composer.json +++ b/composer.json @@ -41,13 +41,13 @@ "format:php": [ "@format:php:features" ], - "format:php:features": "phpcbf --standard=phpcs.xml . -v", + "format:php:features": "phpcbf --standard=.phpcs.xml . -v", "lint:php": [ "@lint:php:features" ], - "lint:php:features": "phpcs --standard=phpcs.xml . -v", + "lint:php:features": "phpcs --standard=.phpcs.xml . -v", "packages-install": "@composer install --ignore-platform-reqs --no-interaction", "packages-update": [