Skip to content

Commit 1096825

Browse files
committed
Update contributing doc
1 parent 782b8be commit 1096825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Also useful:
3434
- Always add tests for the code that you write, including edge cases ;
3535
- Place the new functions where they belong (collections, arrays, utilities, etc.) ;
3636
- Add `README.md` doc entry for the functions ;
37-
- Execute `php composer.phar run doc` script to automatically build an updated `load.php` ;
37+
- Execute `composer run doc` script to automatically build an updated `load.php` ;
3838
- Update the benchmark `bench.php`, this helps us to validate the performance of the library ;
3939
- Update `CHANGELOG.md` with your changes.
4040

0 commit comments

Comments
 (0)