installed.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. [
  2. {
  3. "name": "paquettg/string-encode",
  4. "version": "1.0.1",
  5. "version_normalized": "1.0.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/paquettg/string-encoder.git",
  9. "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
  14. "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=7.1"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^7.5.1"
  22. },
  23. "time": "2018-12-21T02:25:09+00:00",
  24. "type": "library",
  25. "installation-source": "dist",
  26. "autoload": {
  27. "psr-0": {
  28. "stringEncode": "src/"
  29. }
  30. },
  31. "notification-url": "https://packagist.org/downloads/",
  32. "license": [
  33. "MIT"
  34. ],
  35. "authors": [
  36. {
  37. "name": "Gilles Paquette",
  38. "email": "paquettg@gmail.com",
  39. "homepage": "http://gillespaquette.ca"
  40. }
  41. ],
  42. "description": "Facilitating the process of altering string encoding in PHP.",
  43. "homepage": "https://github.com/paquettg/string-encoder",
  44. "keywords": [
  45. "charset",
  46. "encoding",
  47. "string"
  48. ]
  49. },
  50. {
  51. "name": "paquettg/php-html-parser",
  52. "version": "2.0.2",
  53. "version_normalized": "2.0.2.0",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/paquettg/php-html-parser.git",
  57. "reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/77e4a44b0916690b4300fe9abf98fd05bbba48f0",
  62. "reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "ext-mbstring": "*",
  67. "paquettg/string-encode": "~1.0.0",
  68. "php": ">=7.1"
  69. },
  70. "require-dev": {
  71. "mockery/mockery": "^1.2",
  72. "php-coveralls/php-coveralls": "^2.1",
  73. "phpunit/phpunit": "^7.5.1"
  74. },
  75. "time": "2019-02-10T01:35:49+00:00",
  76. "type": "library",
  77. "installation-source": "dist",
  78. "autoload": {
  79. "psr-0": {
  80. "PHPHtmlParser": "src/"
  81. }
  82. },
  83. "notification-url": "https://packagist.org/downloads/",
  84. "license": [
  85. "MIT"
  86. ],
  87. "authors": [
  88. {
  89. "name": "Gilles Paquette",
  90. "email": "paquettg@gmail.com",
  91. "homepage": "http://gillespaquette.ca"
  92. }
  93. ],
  94. "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
  95. "homepage": "https://github.com/paquettg/php-html-parser",
  96. "keywords": [
  97. "dom",
  98. "html",
  99. "parser"
  100. ]
  101. }
  102. ]