Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

installed.json 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "packages": [
  3. {
  4. "name": "overtrue/pinyin",
  5. "version": "4.1.0",
  6. "version_normalized": "4.1.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/overtrue/pinyin.git",
  10. "reference": "4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/overtrue/pinyin/zipball/4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7",
  15. "reference": "4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=7.1"
  20. },
  21. "require-dev": {
  22. "brainmaestro/composer-git-hooks": "^2.7",
  23. "friendsofphp/php-cs-fixer": "^2.16",
  24. "phpunit/phpunit": "~8.0"
  25. },
  26. "time": "2023-04-27T10:17:12+00:00",
  27. "type": "library",
  28. "extra": {
  29. "hooks": {
  30. "pre-commit": [
  31. "composer test",
  32. "composer fix-style"
  33. ],
  34. "pre-push": [
  35. "composer test",
  36. "composer check-style"
  37. ]
  38. }
  39. },
  40. "installation-source": "dist",
  41. "autoload": {
  42. "files": [
  43. "src/const.php"
  44. ],
  45. "psr-4": {
  46. "Overtrue\\Pinyin\\": "src/"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "MIT"
  52. ],
  53. "authors": [
  54. {
  55. "name": "overtrue",
  56. "email": "anzhengchao@gmail.com",
  57. "homepage": "http://github.com/overtrue"
  58. }
  59. ],
  60. "description": "Chinese to pinyin translator.",
  61. "homepage": "https://github.com/overtrue/pinyin",
  62. "keywords": [
  63. "Chinese",
  64. "Pinyin",
  65. "cn2pinyin"
  66. ],
  67. "support": {
  68. "issues": "https://github.com/overtrue/pinyin/issues",
  69. "source": "https://github.com/overtrue/pinyin/tree/4.1.0"
  70. },
  71. "funding": [
  72. {
  73. "url": "https://github.com/overtrue",
  74. "type": "github"
  75. }
  76. ],
  77. "install-path": "../overtrue/pinyin"
  78. },
  79. {
  80. "name": "phpoffice/phpexcel",
  81. "version": "1.8.2",
  82. "version_normalized": "1.8.2.0",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/PHPOffice/PHPExcel.git",
  86. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  91. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "ext-mbstring": "*",
  96. "ext-xml": "*",
  97. "ext-xmlwriter": "*",
  98. "php": "^5.2|^7.0"
  99. },
  100. "require-dev": {
  101. "squizlabs/php_codesniffer": "2.*"
  102. },
  103. "time": "2018-11-22T23:07:24+00:00",
  104. "type": "library",
  105. "installation-source": "dist",
  106. "autoload": {
  107. "psr-0": {
  108. "PHPExcel": "Classes/"
  109. }
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "license": [
  113. "LGPL-2.1"
  114. ],
  115. "authors": [
  116. {
  117. "name": "Maarten Balliauw",
  118. "homepage": "http://blog.maartenballiauw.be"
  119. },
  120. {
  121. "name": "Erik Tilt"
  122. },
  123. {
  124. "name": "Franck Lefevre",
  125. "homepage": "http://rootslabs.net"
  126. },
  127. {
  128. "name": "Mark Baker",
  129. "homepage": "http://markbakeruk.net"
  130. }
  131. ],
  132. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  133. "homepage": "https://github.com/PHPOffice/PHPExcel",
  134. "keywords": [
  135. "OpenXML",
  136. "excel",
  137. "php",
  138. "spreadsheet",
  139. "xls",
  140. "xlsx"
  141. ],
  142. "support": {
  143. "issues": "https://github.com/PHPOffice/PHPExcel/issues",
  144. "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
  145. },
  146. "abandoned": "phpoffice/phpspreadsheet",
  147. "install-path": "../phpoffice/phpexcel"
  148. }
  149. ],
  150. "dev": true,
  151. "dev-package-names": []
  152. }