Skip to content

Commit

Permalink
Update PHPCS file
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 3, 2020
1 parent 6718e40 commit ebdfd9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .php_cs.dist
@@ -1,12 +1,9 @@
<?php

$finder = Symfony\Component\Finder\Finder::create()
->notPath('bootstrap')
->notPath('storage')
->notPath('vendor')
->in(__DIR__)
->name('*.php')
->notName('*.blade.php');
->name('*.php');

return PhpCsFixer\Config::create()
->setRules([
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit ebdfd9d

Please sign in to comment.