From ebdfd9dd7c76c2afb53081f31000e432f6754ef2 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Sun, 3 May 2020 18:47:53 +0200 Subject: [PATCH] Update PHPCS file --- .php_cs.dist | 5 +---- composer.json | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.php_cs.dist b/.php_cs.dist index 2879289..69fb76e 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -1,12 +1,9 @@ notPath('bootstrap') - ->notPath('storage') ->notPath('vendor') ->in(__DIR__) - ->name('*.php') - ->notName('*.blade.php'); + ->name('*.php'); return PhpCsFixer\Config::create() ->setRules([ diff --git a/composer.json b/composer.json index 1882a53..4b2243a 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,10 @@ "keywords": ["Blade", "Icons", "Laravel", "SVG"], "homepage": "https://github.com/nothingworks/blade-svg", "license": "MIT", + "support": { + "issues": "https://github.com/nothingworks/blade-svg/issues", + "source": "https://github.com/nothingworks/blade-svg" + }, "authors": [ { "name": "Adam Wathan",