From 04186912b3b2218bb1e6eae4cd6cc75c27acc3e1 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 12 Nov 2021 17:54:18 +0200 Subject: [PATCH] 1.0.0 for real this time? --- composer.json | 6 +++--- phpcs.xml.dist | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fb12842..6dfb96a 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ } ], "scripts": { - "lint": "phpcs --warning-severity=0 .", - "lint-all": "phpcs .", - "fix": "phpcbf ." + "lint": "phpcs --warning-severity=0", + "lint-all": "phpcs", + "fix": "phpcbf" }, "require": { "ext-simplexml": "*", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 0e5e07f..52b8d7b 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,6 +5,9 @@ xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd" > PHP Code Sniffer configuration file. + + . +