Skip to content

Commit 10575c0

Browse files
committed
Updated composer.json with caxy/php-htmldiff
1 parent c9ba1fa commit 10575c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "rashid2538/php-htmldiff",
2+
"name": "caxy/php-htmldiff",
33
"type": "library",
44
"description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
55
"keywords": [
66
"diff",
77
"html"
88
],
9-
"homepage": "https://github.com/rashid2538/php-htmldiff",
9+
"homepage": "https://github.com/caxy/php-htmldiff",
1010
"license": "GNU General Public License V2",
1111
"authors": [
1212
{
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"support": {
20-
"issues": "https://github.com/rashid2538/php-htmldiff/issues"
20+
"issues": "https://github.com/caxy/php-htmldiff/issues"
2121
},
2222
"require": {
2323
"php": ">=5.3.0"

0 commit comments

Comments
 (0)