From 6b8e46603b49ee87ad6bceb314da94cc04ffcdce Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 8 Nov 2014 11:13:25 +0100 Subject: [PATCH] update composer.json --- README.md | 2 +- composer.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index edc43d4..c2a0118 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index aeb5820..38c9a0c 100644 --- a/composer.json +++ b/composer.json @@ -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": "p@tchwork.com", - "role": "Developer" + "email": "p@tchwork.com" } ], "require": {