Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated composer.json
  • Loading branch information
masroore committed Jun 6, 2022
commit eac7bd57149fa62555e08f7ea108f372366ee4bf
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "paquettg/php-html-parser",
"name": "masroore/php-html-parser",
"type": "library",
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
"keywords": ["html", "dom", "parser"],
"homepage": "https://github.com/paquettg/php-html-parser",
"homepage": "https://github.com/masroore/php-html-parser.git",
"license": "MIT",
"authors": [
{
Expand Down