您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
433B

  1. {
  2. "name": "phpspec/php-diff",
  3. "type": "library",
  4. "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  5. "license": "BSD-3-Clause",
  6. "authors": [
  7. {
  8. "name": "Chris Boulton",
  9. "homepage": "http://github.com/chrisboulton"
  10. }
  11. ],
  12. "autoload": {
  13. "psr-0": {
  14. "Diff": "lib/"
  15. }
  16. }
  17. }