From 715b034a9dc5d1c2f4b76ce6267fdcb508ac44da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 12 Dec 2014 22:52:55 +0200 Subject: [PATCH] add php-xgettext to bin --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 103e0ff..5a0b2ac 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "azatoth/php-pgettext", "description": "Extension of gettext functions for PHP like pgettext, dpgettext, etc.", - "keywords": ["library"], + "keywords": ["library", "pgettext", "gettext"], "homepage": "https://github.com/azatoth/php-pgettext", "type": "library", "license": "MIT", @@ -14,6 +14,7 @@ "php": ">=5.3.0", "ext-gettext": "*" }, + "bin": ["php-xgettext"], "autoload": { "files": ["pgettext.php"] }