From 4b4dfa0488568ddf3a7e9b0c388a8173b4798743 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 18 Jul 2023 11:23:08 -0500 Subject: [PATCH] chore: documentation updates --- README.md | 17 +++++++++-------- composer.json | 9 +++++++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d8b9427..60d7c8a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ submodule at `./resources/test262`. Since PHP does not follow the same conventions as JavaScript, PHP code implementing ECMA-402 will differ from the specification. Where it differs, this test suite follows the reference implementation for -[pecl/ecma\_intl](https://github.com/php-ecma-intl/ext). Polyfills may use -this test suite to ensure compatibility with pecl/ecma\_intl. +[pecl/ecma_intl](https://github.com/php-ecma-intl/ext). Polyfills may use +this test suite to ensure compatibility with pecl/ecma_intl. This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating in this project and its community, you are expected to uphold @@ -50,7 +50,7 @@ composer require --dev php-ecma-intl/test ## Usage -Use these tests to ensure your polyfill library conforms to the pecl/ecma\_intl +Use these tests to ensure your polyfill library conforms to the pecl/ecma_intl implementation of [ECMA-402](https://tc39.es/ecma402/). To add these tests to your project's test runner, add the following to your @@ -91,12 +91,13 @@ security issue in software that is maintained in this repository, please read ## Copyright and License -php-ecma-intl/test is copyright © php-ecma-intl contributors and licensed for -use under the terms of the BSD 3-Clause "New" or "Revised" License (BSD-3-Clause). -Please see [LICENSE](LICENSE) for more information. +pecl/ecma_intl is copyright © [php-ecma-intl](https://github.com/php-ecma-intl) +contributors and licensed for use under the terms of the BSD 3-Clause "New" or +"Revised" License (BSD-3-Clause). Please see [LICENSE](LICENSE) for more +information. -php-ecma-intl/test uses copyrighted material under license from the following -projects: +php-ecma-intl/test may utilize copyrighted material under license from the +following projects: - [Test262: ECMAScript Test Suite](https://github.com/tc39/test262) diff --git a/composer.json b/composer.json index 4908bb5..a72ac83 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,15 @@ "license": "BSD-3-Clause", "type": "library", "keywords": [ + "ecma402", + "i18n", "icu", + "internationalization", "intl", - "ecma", - "test" + "l10n", + "localization", + "test", + "unicode" ], "require": { "php": "^8.2",