composer.lock 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "f38b95fb20b42face451f5eb678baf3e",
  8. "packages": [
  9. {
  10. "name": "paquettg/php-html-parser",
  11. "version": "2.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/paquettg/php-html-parser.git",
  15. "reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/77e4a44b0916690b4300fe9abf98fd05bbba48f0",
  20. "reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "paquettg/string-encode": "~1.0.0",
  26. "php": ">=7.1"
  27. },
  28. "require-dev": {
  29. "mockery/mockery": "^1.2",
  30. "php-coveralls/php-coveralls": "^2.1",
  31. "phpunit/phpunit": "^7.5.1"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-0": {
  36. "PHPHtmlParser": "src/"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Gilles Paquette",
  46. "email": "paquettg@gmail.com",
  47. "homepage": "http://gillespaquette.ca"
  48. }
  49. ],
  50. "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
  51. "homepage": "https://github.com/paquettg/php-html-parser",
  52. "keywords": [
  53. "dom",
  54. "html",
  55. "parser"
  56. ],
  57. "time": "2019-02-10T01:35:49+00:00"
  58. },
  59. {
  60. "name": "paquettg/string-encode",
  61. "version": "1.0.1",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/paquettg/string-encoder.git",
  65. "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
  70. "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "php": ">=7.1"
  75. },
  76. "require-dev": {
  77. "phpunit/phpunit": "^7.5.1"
  78. },
  79. "type": "library",
  80. "autoload": {
  81. "psr-0": {
  82. "stringEncode": "src/"
  83. }
  84. },
  85. "notification-url": "https://packagist.org/downloads/",
  86. "license": [
  87. "MIT"
  88. ],
  89. "authors": [
  90. {
  91. "name": "Gilles Paquette",
  92. "email": "paquettg@gmail.com",
  93. "homepage": "http://gillespaquette.ca"
  94. }
  95. ],
  96. "description": "Facilitating the process of altering string encoding in PHP.",
  97. "homepage": "https://github.com/paquettg/string-encoder",
  98. "keywords": [
  99. "charset",
  100. "encoding",
  101. "string"
  102. ],
  103. "time": "2018-12-21T02:25:09+00:00"
  104. }
  105. ],
  106. "packages-dev": [],
  107. "aliases": [],
  108. "minimum-stability": "stable",
  109. "stability-flags": [],
  110. "prefer-stable": false,
  111. "prefer-lowest": false,
  112. "platform": [],
  113. "platform-dev": []
  114. }