Skip to content

Commit

Permalink
Add .idea to .gitignore, PHP CS Fixer to dev dependencies, and rename…
Browse files Browse the repository at this point in the history
… PHP CS Fixer config
  • Loading branch information
alipadron authored and freekmurze committed Dec 9, 2024
1 parent 62a5ffa commit fa67e38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ composer.lock
vendor
.phpunit.result.cache
.php-cs-fixer.cache

.idea
File renamed without changes.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.20|^2.0"
Expand Down

0 comments on commit fa67e38

Please sign in to comment.