composer-normalize
composer-normalize copied to clipboard
🎵 Provides a composer plugin for normalizing composer.json.
Some elements of `composer.json` are highly sensitive to order, such as `extra.patches` with https://github.com/cweagans/composer-patches, which applies patches in the order specified and can therefore fail if it changes. See another...
This pull request - [x] requires `ergebnis/json-normalizer:^3.0.0` - [x] adjusts class names Related to #868.
Bumps [ergebnis/json-normalizer](https://github.com/ergebnis/json-normalizer) from 2.1.0 to 2.2.0. Release notes Sourced from ergebnis/json-normalizer's releases. 2.2.0 What's Changed composer(deps-dev): bump vimeo/psalm from 4.17.0 to 4.18 by @dependabot in ergebnis/json-normalizer#624 github-actions(deps): bump stefanzweifel/git-auto-commit-action from...
#### Steps required to reproduce the problem 1. Having Composer 2.2 with the new `allow-plugins` feature 2. First `composer.json`, in the root, perfectly fine: ```json { "require": { "ergebnis/composer-normalize": "^2.23.0",...
## Motivation ANSI or no-ANSI output is relatively trivial, but I would expect `composer --foo normalize` to pass `--foo` on to any Composer subcommands. Currently I believe it does not,...
Bumps [ergebnis/json-normalizer](https://github.com/ergebnis/json-normalizer) from 2.1.0 to 3.0.0. Release notes Sourced from ergebnis/json-normalizer's releases. 3.0.0 What's Changed Enhancement: Synchronize with ergebnis/php-package-template by @localheinz in ergebnis/json-normalizer#645 Fix: Wrapping by @localheinz in ergebnis/json-normalizer#647 Fix:...
#### Steps required to reproduce the problem 1. Run program (`composer normal`) #### Expected Result - Unescaped forward slashes (`/`) remain unespecaed. #### Actual Result - All forward slashes are...
While working with a new project recently, I noticed that `auth.json` was using a different indentation and alignment scheme than `composer.json`. Before I start writing code, I thought it a...
I am testing this library. For dependencies like `symfony/console` tis library want to change the version format. ```diff - "symfony/console": "^v6.4.4" + "symfony/console": "^6.4.4" ``` Does an option exist to...