| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "simplehtmldom/simplehtmldom", |
| 5 |
"version": "dev-master", |
| 6 |
"version_normalized": "dev-master", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/simplehtmldom/simplehtmldom.git", |
| 10 |
"reference": "b8d048e46b7f1964c28ea041d39ccb1d05f9a0ed" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/simplehtmldom/simplehtmldom/zipball/b8d048e46b7f1964c28ea041d39ccb1d05f9a0ed", |
| 15 |
"reference": "b8d048e46b7f1964c28ea041d39ccb1d05f9a0ed", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-iconv": "*", |
| 20 |
"php": ">=5.6" |
| 21 |
}, |
| 22 |
"require-dev": { |
| 23 |
"dealerdirect/phpcodesniffer-composer-installer": "*", |
| 24 |
"phpcompatibility/php-compatibility": "^9", |
| 25 |
"phpunit/phpunit": "^6 || ^7", |
| 26 |
"squizlabs/php_codesniffer": "^2" |
| 27 |
}, |
| 28 |
"suggest": { |
| 29 |
"ext-curl": "Needed to support cURL downloads in class HtmlWeb", |
| 30 |
"ext-mbstring": "Allows better decoding for multi-byte documents", |
| 31 |
"ext-openssl": "Allows loading HTTPS pages when using cURL" |
| 32 |
}, |
| 33 |
"time": "2022-04-25T19:21:05+00:00", |
| 34 |
"default-branch": true, |
| 35 |
"type": "library", |
| 36 |
"installation-source": "dist", |
| 37 |
"autoload": { |
| 38 |
"classmap": [ |
| 39 |
"./" |
| 40 |
], |
| 41 |
"exclude-from-classmap": [ |
| 42 |
"/example/", |
| 43 |
"/docs/", |
| 44 |
"/tests/", |
| 45 |
"simple_html_dom.php" |
| 46 |
] |
| 47 |
}, |
| 48 |
"notification-url": "https://packagist.org/downloads/", |
| 49 |
"license": [ |
| 50 |
"MIT" |
| 51 |
], |
| 52 |
"authors": [ |
| 53 |
{ |
| 54 |
"name": "S.C. Chen", |
| 55 |
"role": "Developer" |
| 56 |
}, |
| 57 |
{ |
| 58 |
"name": "John Schlick", |
| 59 |
"role": "Developer" |
| 60 |
}, |
| 61 |
{ |
| 62 |
"name": "logmanoriginal", |
| 63 |
"role": "Developer" |
| 64 |
} |
| 65 |
], |
| 66 |
"description": "A fast, simple and reliable HTML document parser for PHP.", |
| 67 |
"homepage": "https://simplehtmldom.sourceforge.io/", |
| 68 |
"keywords": [ |
| 69 |
"Simple", |
| 70 |
"dom", |
| 71 |
"html", |
| 72 |
"parser", |
| 73 |
"php", |
| 74 |
"simplehtmldom" |
| 75 |
], |
| 76 |
"support": { |
| 77 |
"issues": "https://sourceforge.net/p/simplehtmldom/bugs/", |
| 78 |
"rss": "https://sourceforge.net/p/simplehtmldom/news/feed.rss", |
| 79 |
"source": "https://sourceforge.net/p/simplehtmldom/repository/", |
| 80 |
"wiki": "https://simplehtmldom.sourceforge.io/docs/" |
| 81 |
}, |
| 82 |
"install-path": "../simplehtmldom/simplehtmldom" |
| 83 |
} |
| 84 |
], |
| 85 |
"dev": true, |
| 86 |
"dev-package-names": [] |
| 87 |
} |
| 88 |
|