Skip to content

Commit 4b4dfa0

Browse files
committed
chore: documentation updates
1 parent 1cd9106 commit 4b4dfa0

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ submodule at `./resources/test262`.
3131
Since PHP does not follow the same conventions as JavaScript, PHP code
3232
implementing ECMA-402 will differ from the specification. Where it differs,
3333
this test suite follows the reference implementation for
34-
[pecl/ecma\_intl](https://github.com/php-ecma-intl/ext). Polyfills may use
35-
this test suite to ensure compatibility with pecl/ecma\_intl.
34+
[pecl/ecma_intl](https://github.com/php-ecma-intl/ext). Polyfills may use
35+
this test suite to ensure compatibility with pecl/ecma_intl.
3636

3737
This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By
3838
participating in this project and its community, you are expected to uphold
@@ -50,7 +50,7 @@ composer require --dev php-ecma-intl/test
5050

5151
## Usage
5252

53-
Use these tests to ensure your polyfill library conforms to the pecl/ecma\_intl
53+
Use these tests to ensure your polyfill library conforms to the pecl/ecma_intl
5454
implementation of [ECMA-402](https://tc39.es/ecma402/).
5555

5656
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
9191

9292
## Copyright and License
9393

94-
php-ecma-intl/test is copyright © php-ecma-intl contributors and licensed for
95-
use under the terms of the BSD 3-Clause "New" or "Revised" License (BSD-3-Clause).
96-
Please see [LICENSE](LICENSE) for more information.
94+
pecl/ecma_intl is copyright © [php-ecma-intl](https://github.com/php-ecma-intl)
95+
contributors and licensed for use under the terms of the BSD 3-Clause "New" or
96+
"Revised" License (BSD-3-Clause). Please see [LICENSE](LICENSE) for more
97+
information.
9798

98-
php-ecma-intl/test uses copyrighted material under license from the following
99-
projects:
99+
php-ecma-intl/test may utilize copyrighted material under license from the
100+
following projects:
100101

101102
- [Test262: ECMAScript Test Suite](https://github.com/tc39/test262)
102103

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
"license": "BSD-3-Clause",
55
"type": "library",
66
"keywords": [
7+
"ecma402",
8+
"i18n",
79
"icu",
10+
"internationalization",
811
"intl",
9-
"ecma",
10-
"test"
12+
"l10n",
13+
"localization",
14+
"test",
15+
"unicode"
1116
],
1217
"require": {
1318
"php": "^8.2",

0 commit comments

Comments
 (0)