From 225a80fff87303f3a6b63ba86b0d67a02e2ab071 Mon Sep 17 00:00:00 2001 From: feline Date: Wed, 16 Sep 2020 19:54:22 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8943469..8ad7472 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "name": "box/spout", + "name": "sirius-box/spout", "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", - "homepage": "https://www.github.com/box/spout", + "homepage": "https://www.github.com/palfeline/spout", "authors": [ { "name": "Adrien Loison",