Skip to content

Commit

Permalink
Update to use sunra/php-simple-html-dom-parser
Browse files Browse the repository at this point in the history
Remove the simple-html-dom parser that relies on an outdated repo. This
appears to be the most popular repo for the dom library.
  • Loading branch information
craig-davis committed May 15, 2014
1 parent 0ac35d1 commit c19ecaf
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 89 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@
"michelf/php-smartypants": "1.6.0-beta1",
"mustache/mustache": "2.5.1",
"phpunit/phpunit": "3.7.*",
"simple-html-dom/simple-html-dom": "1.5.0",
"squizlabs/php_codesniffer": "1.*",
"sunra/php-simple-html-dom-parser": "v1.5.0",
"symfony/config": "v2.3.4",
"symfony/console": "v2.3.4",
"symfony/yaml": "v2.3.4",
"twig/twig": "v1.13.2"
},
"autoload": {
"classmap": [
"vendor/simple-html-dom/simple-html-dom/"
]
},
"bin": [
"bin/md2resume"
]
}
}
178 changes: 99 additions & 79 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c19ecaf

Please sign in to comment.