Skip to content

Commit

Permalink
Merge pull request #121 from phil-davis/export-ignore-php-cs-fixer
Browse files Browse the repository at this point in the history
chore: stop exporting php-cs-fixer config
  • Loading branch information
phil-davis authored May 10, 2024
2 parents 2bdd3e8 + e99b670 commit 7a7d6c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/.php-cs-fixer.dist.php export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/_config.yml export-ignore
Expand Down
Empty file removed bin/.empty
Empty file.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
"friendsofphp/php-cs-fixer": "^3.56",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
Expand Down

0 comments on commit 7a7d6c6

Please sign in to comment.