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.

composer.lock 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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": "6c33acb6de9ae9ff1745df9325e82396",
  8. "content-hash": "12221e84219c096e422efa91cb6b31eb",
  9. "packages": [
  10. {
  11. "name": "luticate/utils",
  12. "version": "0.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://git.rthoni.com/luticate/utils.git",
  16. "reference": "77f8da42593221de01feb281c793d7f4180456cb"
  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-11 14:40:48"
  32. },
  33. {
  34. "name": "twig/twig",
  35. "version": "1.x-dev",
  36. "source": {
  37. "type": "git",
  38. "url": "https://github.com/twigphp/Twig.git",
  39. "reference": "b7c124bae00ab0a019a084c6b99f1df023bcb996"
  40. },
  41. "dist": {
  42. "type": "zip",
  43. "url": "https://api.github.com/repos/twigphp/Twig/zipball/b7c124bae00ab0a019a084c6b99f1df023bcb996",
  44. "reference": "b7c124bae00ab0a019a084c6b99f1df023bcb996",
  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-08 09:55:30"
  93. }
  94. ],
  95. "packages-dev": [],
  96. "aliases": [],
  97. "minimum-stability": "stable",
  98. "stability-flags": {
  99. "twig/twig": 20
  100. },
  101. "prefer-stable": false,
  102. "prefer-lowest": false,
  103. "platform": [],
  104. "platform-dev": []
  105. }