From cf3333f008c3abc43dd048163e23ee23ba134267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xiaoxiali=28=E6=9D=8E=E6=99=93=E5=A4=8F=29?= Date: Wed, 16 Sep 2020 19:53:53 +0800 Subject: [PATCH] fix --- 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",