Skip to content

Commit 53321ea

Browse files
committed
Updated composer.json
1 parent 0a639c1 commit 53321ea

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

composer.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "sunra/php-simple-html-dom-parser",
2+
"name": "paquettg/php-html-parser",
33
"type": "library",
4-
"description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
5-
"version": "1.5.0",
4+
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
5+
"version": "1.5.1",
66
"keywords": ["html", "dom", "parser"],
7-
"homepage": "https://github.com/sunra/php-simple-html-dom-parser",
7+
"homepage": "https://github.com/paquettg/php-html-parser",
88
"license": "MIT",
99
"authors": [
10-
{
11-
"homepage": "http://sourceforge.net/projects/simplehtmldom/"
10+
{
11+
"name": "Gilles Paquette",
12+
"email": "[email protected]",
13+
"homepage": "http://gillespaquette.ca"
1214
},
1315
{
1416
"name": "Sunra",
@@ -17,9 +19,16 @@
1719
}
1820
],
1921
"require": {
20-
"php": ">=5.3.2"
22+
"php": ">=5.4"
23+
},
24+
"require-dev": {
25+
"mockery/mockery": "dev-master",
26+
"phpunit/phpunit": "3.7.*"
2127
},
2228
"autoload": {
23-
"psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" }
24-
}
25-
}
29+
"psr-0": {
30+
"Paquettg": "src/"
31+
}
32+
}
33+
"minimum-stability": "dev"
34+
}

0 commit comments

Comments
 (0)