Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installed.json 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "dev": true,
  81. "dev-package-names": []
  82. }