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 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. [
  2. {
  3. "name": "twig/twig",
  4. "version": "v1.24.0",
  5. "version_normalized": "1.24.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/twigphp/Twig.git",
  9. "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
  14. "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.2.7"
  19. },
  20. "require-dev": {
  21. "symfony/debug": "~2.7",
  22. "symfony/phpunit-bridge": "~2.7"
  23. },
  24. "time": "2016-01-25 21:22:18",
  25. "type": "library",
  26. "extra": {
  27. "branch-alias": {
  28. "dev-master": "1.24-dev"
  29. }
  30. },
  31. "installation-source": "dist",
  32. "autoload": {
  33. "psr-0": {
  34. "Twig_": "lib/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "BSD-3-Clause"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Fabien Potencier",
  44. "email": "fabien@symfony.com",
  45. "homepage": "http://fabien.potencier.org",
  46. "role": "Lead Developer"
  47. },
  48. {
  49. "name": "Armin Ronacher",
  50. "email": "armin.ronacher@active-4.com",
  51. "role": "Project Founder"
  52. },
  53. {
  54. "name": "Twig Team",
  55. "homepage": "http://twig.sensiolabs.org/contributors",
  56. "role": "Contributors"
  57. }
  58. ],
  59. "description": "Twig, the flexible, fast, and secure template language for PHP",
  60. "homepage": "http://twig.sensiolabs.org",
  61. "keywords": [
  62. "templating"
  63. ]
  64. },
  65. {
  66. "name": "twig/extensions",
  67. "version": "v1.3.0",
  68. "version_normalized": "1.3.0.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/twigphp/Twig-extensions.git",
  72. "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
  77. "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "twig/twig": "~1.20|~2.0"
  82. },
  83. "require-dev": {
  84. "symfony/translation": "~2.3"
  85. },
  86. "suggest": {
  87. "symfony/translation": "Allow the time_diff output to be translated"
  88. },
  89. "time": "2015-08-22 16:38:35",
  90. "type": "library",
  91. "extra": {
  92. "branch-alias": {
  93. "dev-master": "1.3-dev"
  94. }
  95. },
  96. "installation-source": "dist",
  97. "autoload": {
  98. "psr-0": {
  99. "Twig_Extensions_": "lib/"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Fabien Potencier",
  109. "email": "fabien@symfony.com"
  110. }
  111. ],
  112. "description": "Common additional features for Twig that do not directly belong in core",
  113. "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
  114. "keywords": [
  115. "i18n",
  116. "text"
  117. ]
  118. }
  119. ]