json-normalizer
json-normalizer copied to clipboard
📃 Provides a composer package with generic and vendor-specific normalizers for normalizing JSON documents.
Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 4.7.0 to 4.8.0. Release notes Sourced from ergebnis/php-cs-fixer-config's releases. 4.8.0 What's Changed composer(deps-dev): bump phpunit/phpunit from 9.5.21 to 9.5.22 by @dependabot in ergebnis/php-cs-fixer-config#647 composer(deps-dev): bump phpunit/phpunit from...
Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 4.7.0 to 4.10.0. Release notes Sourced from ergebnis/php-cs-fixer-config's releases. 4.10.0 What's Changed github-actions(deps): bump ergebnis/.github from 1.5.1 to 1.7.0 by @dependabot in ergebnis/php-cs-fixer-config#656 composer(deps-dev): bump ergebnis/license from...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.28.0 to 4.29.0. Release notes Sourced from vimeo/psalm's releases. 4.29.0 What's Changed Fixes Update dictionaries for hash ext functions by @lptn in vimeo/psalm#8553 More specific superglobals feedback...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.3.0. Release notes Sourced from codecov/codecov-action's releases. v4.3.0 What's Changed fix: automatically detect if using GitHub enterprise by @thomasrockhu-codecov in codecov/codecov-action#1356 build(deps-dev): bump typescript from...
Bumps [ergebnis/phpunit-slow-test-detector](https://github.com/ergebnis/phpunit-slow-test-detector) from 2.10.0 to 2.14.0. Release notes Sourced from ergebnis/phpunit-slow-test-detector's releases. 2.14.0 What's Changed Enhancement: Add support for phpunit/phpunit:^6.5.0 by @localheinz in ergebnis/phpunit-slow-test-detector#533 Fix: Actually allow installation with phpunit/phpunit:^6.5.0...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.1 to 2.30.2. Release notes Sourced from shivammathur/setup-php's releases. 2.30.2 Changelog Added support for vld extension (shivammathur/homebrew-extensions#3827). Added support to update brew along with the core tap...
In https://github.com/composer/composer/discussions/11770#discussioncomment-7928933, it was stated that a `dev-` prefix means something different than a `-dev` suffix. This came up because a user was treating these as interchangeable when they aren't....
This pull request removes empty sections from `composer.json` when they are defined as optional (or more specifically, not specified as required) according to the schema. I have hidden this feature...