Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Nov 8, 2014
1 parent 2d43bd0 commit 6b8e466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Patchwork UTF-8 for PHP

[![Latest Stable Version](https://poser.pugx.org/patchwork/utf8/v/stable.png)](https://packagist.org/packages/patchwork/utf8)
[![Total Downloads](https://poser.pugx.org/patchwork/utf8/downloads.png)](https://packagist.org/packages/patchwork/utf8)
[![Build Status](https://secure.travis-ci.org/nicolas-grekas/Patchwork-UTF8.png?branch=master)](http://travis-ci.org/nicolas-grekas/Patchwork-UTF8)
[![Build Status](https://secure.travis-ci.org/tchwork/utf8.png?branch=master)](http://travis-ci.org/tchwork/utf8)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/666c8ae7-0997-4d27-883a-6089ce3cc76b/mini.png)](https://insight.sensiolabs.com/projects/666c8ae7-0997-4d27-883a-6089ce3cc76b)

Patchwork UTF-8 gives PHP developpers extensive, portable and performant
Expand Down
9 changes: 4 additions & 5 deletions composer.json
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": {
Expand Down

0 comments on commit 6b8e466

Please sign in to comment.