composer.json 246 B

123456789101112
  1. {
  2. "repositories": [
  3. {
  4. "type": "vcs",
  5. "url": "https://github.com/mazephp/library"
  6. }
  7. ],
  8. "require": {
  9. "mazephp/library": "dev-master"
  10. ,"sunra/php-simple-html-dom-parser": "v1.5.0"
  11. }
  12. }