Skip to content

Commit e76a5a7

Browse files
committed
Update
1 parent e6f4881 commit e76a5a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP Html Parser
1+
FluentC PHP Html Parser
22
==========================
33

44
[![Build Status](https://travis-ci.org/paquettg/php-html-parser.png)](https://travis-ci.org/paquettg/php-html-parser)

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "paquettg/php-html-parser",
2+
"name": "fluentc/php-html-parser",
33
"type": "library",
44
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
55
"keywords": ["html", "dom", "parser"],
6-
"homepage": "https://github.com/paquettg/php-html-parser",
6+
"homepage": "https://github.com/fluentc/php-html-parser",
77
"license": "MIT",
88
"authors": [
99
{
10-
"name": "Gilles Paquette",
11-
"email": "[email protected]",
12-
"homepage": "http://gillespaquette.ca"
10+
"name": "FluentC",
11+
"email": "[email protected]",
12+
"homepage": "https://www.fluentc.ai"
1313
}
1414
],
1515
"require": {

0 commit comments

Comments
 (0)