From da588a75fd4fdbd72745fd48f1241b775aee8fa9 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 25 Aug 2016 13:07:20 +0200 Subject: [PATCH] Added some tags --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 399de29..eea833f 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "PHP implementation of python's struct module.", "license": "MIT", "homepage": "https://daniil.it/phpstruct", - "keywords": ["pack", "unpack", "byte", "bytes", "python", "struct"], + "keywords": ["pack", "unpack", "byte", "bytes", "python", "struct", "integer", "float", "string", "decimal", "binary"], "authors": [ { "name": "danog",