Skip to content

Commit 84e976e

Browse files
authored
Merge pull request #1 from bethinkpl/update-packagist-requirements
update composer.json, FUNDING.yml, README.md for publish on packagist
2 parents 114a3ff + a104455 commit 84e976e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# patreon: # Replace with a single Patreon username
55
# open_collective: # Replace with a single Open Collective username
66
# ko_fi: # Replace with a single Ko-fi username
7-
tidelift: "packagist/paquettg/php-html-parser"
7+
# tidelift: "packagist/paquettg/php-html-parser"
88
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
# liberapay: # Replace with a single Liberapay username
1010
# issuehunt: # Replace with a single IssueHunt username

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
PHP Html Parser
1+
Note
22
==========================
3+
This is a fork of the original [PHP Html Parser] with only updated dependencies. The original package is no longer maintained.
34

4-
[![Build Status](https://travis-ci.org/paquettg/php-html-parser.png)](https://travis-ci.org/paquettg/php-html-parser)
5-
[![Coverage Status](https://coveralls.io/repos/paquettg/php-html-parser/badge.png)](https://coveralls.io/r/paquettg/php-html-parser)
6-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/paquettg/php-html-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/paquettg/php-html-parser/?branch=master)
5+
PHP Html Parser
6+
==========================
77

88
PHPHtmlParser is a simple, flexible, html parser which allows you to select tags using any css selector, like jQuery. The goal is to assist in the development of tools which require a quick, easy way to scrap html, whether it's valid or not!
99

@@ -13,10 +13,10 @@ Install
1313
Install the latest version using composer.
1414

1515
```bash
16-
$ composer require paquettg/php-html-parser
16+
$ composer require bethinkpl/php-html-parser
1717
```
1818

19-
This package can be found on [packagist](https://packagist.org/packages/paquettg/php-html-parser) and is best loaded using [composer](http://getcomposer.org/). We support php 7.2, 7.3, and 7.4.
19+
This package can be found on [packagist](https://packagist.org/packages/bethinkpl/php-html-parser) and is best loaded using [composer](http://getcomposer.org/). We support php 7.2, 7.3, and 7.4.
2020

2121
Basic Usage
2222
-----

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "paquettg/php-html-parser",
2+
"name": "bethinkpl/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/bethinkpl/php-html-parser",
77
"license": "MIT",
88
"authors": [
99
{

0 commit comments

Comments
 (0)