mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 21:35:25 +09:00
Initial import of composer dependencies (--no-dev)
This commit is contained in:
parent
71fc952126
commit
546606b208
696 changed files with 54815 additions and 44 deletions
24
vendor/sunra/php-simple-html-dom-parser/composer.json
vendored
Normal file
24
vendor/sunra/php-simple-html-dom-parser/composer.json
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "sunra/php-simple-html-dom-parser",
|
||||
"type": "library",
|
||||
"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.",
|
||||
"keywords": ["html", "dom", "parser"],
|
||||
"homepage": "https://github.com/sunra/php-simple-html-dom-parser",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"homepage": "http://sourceforge.net/projects/simplehtmldom/"
|
||||
},
|
||||
{
|
||||
"name": "Sunra",
|
||||
"email": "sunra@yandex.ru",
|
||||
"homepage": "https://github.com/sunra"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue