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

Improve composer.json #2260

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Conversation

DominicLuidold
Copy link
Contributor

@DominicLuidold DominicLuidold commented Apr 7, 2024

Q A
Bug fix? no
New feature? no
Deprecations? no
Issues /
  • Replaces the single pipe (|) version range operator with the recommended double pipe (||) operator indicating a logical OR (see https://getcomposer.org/doc/articles/versions.md#version-range).
  • Enables the config.sort-packages option to sort packages in the require and require-dev sections alphabetically for better readability.
  • Sorts the sections suggest, scripts and scripts-descriptions alphabetically for better readability.
  • Updates the package's description to reflect support for PHP attributes.

@DjordyKoert DjordyKoert merged commit 4b40eec into nelmio:master Apr 11, 2024
12 checks passed
@DominicLuidold DominicLuidold deleted the composer-improvements branch June 23, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants