This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d43bd0
commit 6b8e466
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "patchwork/utf8", | ||
"type": "library", | ||
"description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP", | ||
"keywords": ["utf8","utf-8","unicode","i18n"], | ||
"homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", | ||
"description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", | ||
"keywords": ["utf8","utf-8","unicode","i18n","grapheme"], | ||
"homepage": "https://github.com/tchwork/utf8", | ||
"license": "(Apache-2.0 or GPL-2.0)", | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
|