Skip to content

Commit

Permalink
Add a hint on how to use composer bin (see #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernestopheles authored Mar 7, 2024
1 parent c3be58a commit 7bb8226
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ to a DCA of other bundles).

## Release

Run the PHP-CS-Fixer and the unit test before you release your bundle:
First make sure the tools are installed and up to date by running
`composer bin all update` in your bundle's root. Then run the PHP-CS-Fixer and
the unit test before you release your bundle:

```bash
vendor/bin/ecs check src/ tests/ --fix
Expand Down

0 comments on commit 7bb8226

Please sign in to comment.