Skip to content

Commit 100d0b2

Browse files
committed
Update Composer namespace
1 parent 3dccb12 commit 100d0b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "phenx/php-svg-lib",
2+
"name": "dompdf/php-svg-lib",
33
"type": "library",
44
"description": "A library to read, parse and export to PDF SVG files.",
5-
"homepage": "https://github.com/PhenX/php-svg-lib",
5+
"homepage": "https://github.com/dompdf/php-svg-lib",
66
"license": "LGPL-3.0-or-later",
77
"authors": [
88
{
9-
"name": "Fabien Ménager",
10-
"email": "fabien.menager@gmail.com"
9+
"name": "The SvgLib Community",
10+
"homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
1111
}
1212
],
1313
"autoload": {

0 commit comments

Comments
 (0)