8fb413dfc5c568a18955b727a92bde4d88d7a4ee.svn-base 903 B

123456789101112131415161718192021222324
  1. {
  2. "name": "sunra/php-simple-html-dom-parser",
  3. "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. "keywords": ["html", "dom", "parser"],
  6. "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "homepage": "http://sourceforge.net/projects/simplehtmldom/"
  11. },
  12. {
  13. "name": "Sunra",
  14. "email": "sunra@yandex.ru",
  15. "homepage": "https://github.com/sunra"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.3.2"
  20. },
  21. "autoload": {
  22. "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" }
  23. }
  24. }