From 03ae367fb3acd39e0d95b86a934fbd7bb8e9ec88 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Wed, 2 Sep 2015 00:11:36 -0700 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 638503b..71a7000 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "box/spout", - "description": "PHP Library to read and write CSV, XLSX and ODS files, in a fast and scalable way", + "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", "type": "library", "keywords": ["php","read","write","csv","xlsx","ods","odf","open","office","excel","spreadsheet","scale","memory","stream","ooxml"], "license": "Apache-2.0",