From b08faf09728987bef8b405f80473599c1bdafdf6 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Mon, 26 Feb 2024 08:50:35 -0500 Subject: [PATCH] Update Composer namespace --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 910a0a1..bf2b153 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,13 @@ { - "name": "phenx/php-svg-lib", + "name": "dompdf/php-svg-lib", "type": "library", "description": "A library to read, parse and export to PDF SVG files.", - "homepage": "https://github.com/PhenX/php-svg-lib", + "homepage": "https://github.com/dompdf/php-svg-lib", "license": "LGPL-3.0-or-later", "authors": [ { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" + "name": "The SvgLib Community", + "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md" } ], "autoload": {