We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ba1fa commit 10575c0Copy full SHA for 10575c0
composer.json
@@ -1,12 +1,12 @@
1
{
2
- "name": "rashid2538/php-htmldiff",
+ "name": "caxy/php-htmldiff",
3
"type": "library",
4
"description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
5
"keywords": [
6
"diff",
7
"html"
8
],
9
- "homepage": "https://github.com/rashid2538/php-htmldiff",
+ "homepage": "https://github.com/caxy/php-htmldiff",
10
"license": "GNU General Public License V2",
11
"authors": [
12
@@ -17,7 +17,7 @@
17
}
18
19
"support": {
20
- "issues": "https://github.com/rashid2538/php-htmldiff/issues"
+ "issues": "https://github.com/caxy/php-htmldiff/issues"
21
},
22
"require": {
23
"php": ">=5.3.0"
0 commit comments