Skip to content

Commit

Permalink
composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chelout committed Feb 15, 2023
1 parent f801b90 commit d2f556c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"orchestra/testbench": "^8.0",
"friendsofphp/php-cs-fixer": "^3.14"
},
"scripts": {
"fix": "php-cs-fixer --config=.php-cs-fixer.php --dry-run --allow-risky=yes --verbose fix",
"test": "phpunit tests"
},
"autoload": {
"psr-4": {
"Chelout\\RelationshipEvents\\": "src/"
Expand Down

0 comments on commit d2f556c

Please sign in to comment.