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

composer.lock 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. "hash": "aa5aabfe231ab71f61f3ce827310aa34",
  8. "content-hash": "e368b18775a087de659c9d5dfbc73b42",
  9. "packages": [
  10. {
  11. "name": "luticate/utils",
  12. "version": "0.1.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://git.rthoni.com/luticate/utils.git",
  16. "reference": "8965564e6a6b329918ba7e4e9ebcfc9e98f71edc"
  17. },
  18. "type": "library",
  19. "autoload": {
  20. "psr-4": {
  21. "Luticate\\": "src/"
  22. }
  23. },
  24. "authors": [
  25. {
  26. "name": "Robin THONI",
  27. "email": "robin@rthoni.com"
  28. }
  29. ],
  30. "description": "Luticate user management system utils",
  31. "time": "2015-11-12 14:55:00"
  32. },
  33. {
  34. "name": "twig/twig",
  35. "version": "v1.23.1",
  36. "source": {
  37. "type": "git",
  38. "url": "https://github.com/twigphp/Twig.git",
  39. "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
  40. },
  41. "dist": {
  42. "type": "zip",
  43. "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
  44. "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
  45. "shasum": ""
  46. },
  47. "require": {
  48. "php": ">=5.2.7"
  49. },
  50. "require-dev": {
  51. "symfony/debug": "~2.7",
  52. "symfony/phpunit-bridge": "~2.7"
  53. },
  54. "type": "library",
  55. "extra": {
  56. "branch-alias": {
  57. "dev-master": "1.23-dev"
  58. }
  59. },
  60. "autoload": {
  61. "psr-0": {
  62. "Twig_": "lib/"
  63. }
  64. },
  65. "notification-url": "https://packagist.org/downloads/",
  66. "license": [
  67. "BSD-3-Clause"
  68. ],
  69. "authors": [
  70. {
  71. "name": "Fabien Potencier",
  72. "email": "fabien@symfony.com",
  73. "homepage": "http://fabien.potencier.org",
  74. "role": "Lead Developer"
  75. },
  76. {
  77. "name": "Armin Ronacher",
  78. "email": "armin.ronacher@active-4.com",
  79. "role": "Project Founder"
  80. },
  81. {
  82. "name": "Twig Team",
  83. "homepage": "http://twig.sensiolabs.org/contributors",
  84. "role": "Contributors"
  85. }
  86. ],
  87. "description": "Twig, the flexible, fast, and secure template language for PHP",
  88. "homepage": "http://twig.sensiolabs.org",
  89. "keywords": [
  90. "templating"
  91. ],
  92. "time": "2015-11-05 12:49:06"
  93. }
  94. ],
  95. "packages-dev": [],
  96. "aliases": [],
  97. "minimum-stability": "stable",
  98. "stability-flags": [],
  99. "prefer-stable": false,
  100. "prefer-lowest": false,
  101. "platform": [],
  102. "platform-dev": []
  103. }