Skip to content

Commit fdfa2e2

Browse files
committed
composer.json added
1 parent d5a1d1a commit fdfa2e2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "sunra/php-simple-html-dom-parser",
3+
"type": "php 5.2 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"
6+
"keywords": ["html", "dom", "parser"],
7+
"homepage": "https://github.com/sunra/php-simple-html-dom-parser",
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"homepage": "http://sourceforge.net/projects/simplehtmldom/"
12+
},
13+
{
14+
"name": "Sunra",
15+
"email": "[email protected]",
16+
"homepage": "https://github.com/sunra"
17+
}
18+
],
19+
"require": {
20+
"php": ">=5.2"
21+
},
22+
"autoload": {
23+
"classmap": ["Src/simple_html_dom.php"],
24+
}
25+
}

0 commit comments

Comments
 (0)