From 3c2c97bd27f9792bac0e4c5975d0a18f8cc3e75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 6 Dec 2023 10:01:49 +0100 Subject: [PATCH] Enhancement: Synchronize with ergebnis/php-package-template --- .github/workflows/integrate.yaml | 1 + README.md | 26 +++++++++++++------------- psalm-baseline.xml | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6f5b8411..cb731894 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -429,6 +429,7 @@ jobs: timeout-minutes: 5 strategy: + fail-fast: false matrix: php-version: - "8.1" diff --git a/README.md b/README.md index 032697d1..e8fe01d1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Total Downloads](https://poser.pugx.org/ergebnis/json-normalizer/downloads)](https://packagist.org/packages/ergebnis/json-normalizer) [![Monthly Downloads](http://poser.pugx.org/ergebnis/json-normalizer/d/monthly)](https://packagist.org/packages/ergebnis/json-normalizer) -This package provides generic and vendor-specific normalizers for normalizing [JSON documents](https://www.json.org). +This project provides a `composer` package with generic and vendor-specific normalizers for normalizing [JSON documents](https://www.json.org). ## Installation @@ -25,14 +25,14 @@ composer require ergebnis/json-normalizer ## Usage -This package comes with +This project comes with - [generic normalizers](#generic-normalizers) - [vendor-specific normalizers](#vendor-specific-normalizers) ### Generic normalizers -This package comes with the following generic normalizers: +This project comes with the following generic normalizers: - [`Ergebnis\Json\Normalizer\CallableNormalizer`](#callablenormalizer) - [`Ergebnis\Json\Normalizer\ChainNormalizer`](#chainnormalizer) @@ -409,7 +409,7 @@ The normalized version will now not have a final new line or any whitespace at t ### Vendor-specific normalizers -This package comes with the following vendor-specific normalizers: +This project comes with the following vendor-specific normalizers: - [`Ergebnis\Json\Normalizer\Vendor\Composer\JsonNormalizer`](#vendorcomposercomposerjsonnormalizer) @@ -594,35 +594,35 @@ sections, the `Vendor\Composer\VersionConstraintNormalizer` will ensure that ## Changelog -The maintainers of this package record notable changes to this project in a [changelog](CHANGELOG.md). +The maintainers of this project record notable changes to this project in a [changelog](CHANGELOG.md). ## Contributing -The maintainers of this package suggest following the [contribution guide](.github/CONTRIBUTING.md). +The maintainers of this project suggest following the [contribution guide](.github/CONTRIBUTING.md). ## Code of Conduct -The maintainers of this package ask contributors to follow the [code of conduct](https://github.com/ergebnis/.github/blob/main/CODE_OF_CONDUCT.md). +The maintainers of this project ask contributors to follow the [code of conduct](.github/CODE_OF_CONDUCT.md). ## General Support Policy -The maintainers of this package provide limited support. +The maintainers of this project provide limited support. -You can support the maintenance of this package by [sponsoring @localheinz](https://github.com/sponsors/localheinz) or [requesting an invoice for services related to this package](mailto:am@localheinz.com?subject=ergebnis/json-normalizer:%20Requesting%20invoice%20for%20services). +You can support the maintenance of this project by [sponsoring @localheinz](https://github.com/sponsors/localheinz) or [requesting an invoice for services related to this project](mailto:am@localheinz.com?subject=ergebnis/json-normalizer:%20Requesting%20invoice%20for%20services). ## PHP Version Support Policy -This package supports PHP versions with [active support](https://www.php.net/supported-versions.php). +This project supports PHP versions with [active and security support](https://www.php.net/supported-versions.php). -The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version when it has reached its end of active support. +The maintainers of this project add support for a PHP version following its initial release and drop support for a PHP version when it has reached its end of security support. ## Security Policy -This package has a [security policy](.github/SECURITY.md). +This project has a [security policy](.github/SECURITY.md). ## License -This package uses the [MIT license](LICENSE.md). +This project uses the [MIT license](LICENSE.md). ## Credits diff --git a/psalm-baseline.xml b/psalm-baseline.xml index fa53c9b8..0e47c42c 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1,5 +1,5 @@ - + Json