Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer: normalize the file, add script descriptions #330

Merged
merged 2 commits into from
Oct 6, 2023

Commits on Oct 6, 2023

  1. Composer: normalize the file

    Well, mostly (scripts are not alphabetized, but still grouped by task).
    
    Note: this is done as a one-time only action. The normalize script will **_not_** be run in CI to enforce normalization.
    
    Style has been standardized to `--indent-style=tab --indent-size=1`.
    
    Ref: https://github.com/ergebnis/composer-normalize
    jrfnl committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5ea2ecc View commit details
    Browse the repository at this point in the history
  2. Composer: add script descriptions

    These descriptions will be used when a list of the available scripts is requested on the command-line using the `composer list` or `composer run -l` commands.
    
    These descriptions also help document the different scripts for the maintainers of the `composer.json` file.
    
    Ref: https://getcomposer.org/doc/articles/scripts.md#custom-descriptions-
    jrfnl committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    31db713 View commit details
    Browse the repository at this point in the history