Skip to content

Commit ea469e3

Browse files
authored
Merge pull request #1260 from vdelau/psr-21
Add PSR-21 to index and CODEOWNERS
2 parents e8232f3 + 0d9a726 commit ea469e3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/proposed/security* @php-fig/psr-9-10
33
/proposed/phpdoc* @php-fig/psr-5
44
/proposed/clock* @php-fig/psr-20
5+
/proposed/internationalization* @php-fig/psr-21

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
3131
| 5 | [PHPDoc Standard][psr5] | Chuck Burgess |
3232
| 19 | [PHPDoc tags][psr19] | Chuck Burgess |
3333
| 20 | [Clock][psr20] | Chris Seufert |
34+
| 21 | [Internationalization][psr21] | Navarr Barnier |
3435

3536
### Abandoned
3637

@@ -72,6 +73,7 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
7273
| 18 | [HTTP Client][psr18] | Tobias Nyholm | Accepted |
7374
| 19 | [PHPDoc tags][psr19] | Chuck Burgess | Draft |
7475
| 20 | [Clock][psr20] | Chris Seufert | Draft |
76+
| 21 | [Internationalization][psr21] | Navarr Barnier | Draft |
7577

7678
[workflow]: https://github.com/php-fig/fig-standards/blob/master/bylaws/002-psr-workflow.md
7779
[psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
@@ -95,3 +97,4 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
9597
[psr18]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-18-http-client.md
9698
[psr19]: https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md
9799
[psr20]: https://github.com/php-fig/fig-standards/blob/master/proposed/clock.md
100+
[psr21]: https://github.com/php-fig/fig-standards/blob/master/proposed/internationalization.md

0 commit comments

Comments
 (0)