From ba4a55292db3384a14ecdf463db644ecf90ef375 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Tue, 2 Jun 2015 19:48:37 -0700 Subject: [PATCH] Remove version from composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 8f98c7b..068ac60 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "box/spout", "description": "PHP Library to read and write CSV and XLSX files, in a fast and scalable way", "type": "library", - "version": "1.0.9", "keywords": ["php","read","write","csv","xlsx","excel","spreadsheet","scale","memory","stream","ooxml"], "license": "Apache-2.0", "homepage": "https://www.github.com/box/spout",