Skip to content

Commit

Permalink
Adds composer commands
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jul 22, 2024
1 parent 8453177 commit 8df54a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,13 @@
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"scripts": {
"test": [
"vendor/bin/phpunit"
],
"lint": [
"vendor/bin/phpcs"
]
}
}

0 comments on commit 8df54a8

Please sign in to comment.