Skip to content

Commit

Permalink
Merge pull request #45 from owenvoke/feature/pint-legacy
Browse files Browse the repository at this point in the history
chore(deps-dev): replace PHP-CS-Fixer locally with Pint
  • Loading branch information
freekmurze committed Sep 25, 2023
2 parents 62f48ca + 00916e1 commit c94f2fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"nesbot/carbon": "^2.65.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"pestphp/pest": "^2.8.3",
"psalm/plugin-laravel": "^2.5",
"vlucas/phpdotenv": "^5.5"
Expand All @@ -39,7 +40,7 @@
},
"scripts": {
"psalm": "vendor/bin/psalm",
"format": "vendor/bin/php-cs-fixer fix",
"format": "vendor/bin/pint",
"test": "vendor/bin/pest -p"
},
"config": {
Expand Down

0 comments on commit c94f2fa

Please sign in to comment.