Skip to content

Commit

Permalink
Install PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 29, 2023
1 parent b99c240 commit e456c68
Show file tree
Hide file tree
Showing 3 changed files with 903 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
# Embedded web-server pid file
/.web-server-pid

# Code style
.php-cs-fixer.cache

# PhpStorm
/.idea
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"ext-intl": "*"
},
"require-dev": {
"pestphp/pest": "^2.24"
"pestphp/pest": "^2.24",
"friendsofphp/php-cs-fixer": "^3.40"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit e456c68

Please sign in to comment.