composer.lock 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "hash": "369123de393e5e6f84fc0ebfd00adaac",
  3. "packages": [
  4. {
  5. "name": "doctrine/cache",
  6. "version": "v1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/doctrine/cache.git",
  10. "reference": "v1.0"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/doctrine/cache/archive/v1.0.zip",
  15. "reference": "v1.0",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.2"
  20. },
  21. "time": "2013-01-10 22:43:46",
  22. "type": "library",
  23. "installation-source": "dist",
  24. "autoload": {
  25. "psr-0": {
  26. "Doctrine\\Common\\Cache\\": "lib/"
  27. }
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Jonathan Wage",
  36. "email": "jonwage@gmail.com",
  37. "homepage": "http://www.jwage.com/"
  38. },
  39. {
  40. "name": "Guilherme Blanco",
  41. "email": "guilhermeblanco@gmail.com",
  42. "homepage": "http://www.instaclick.com"
  43. },
  44. {
  45. "name": "Roman Borschel",
  46. "email": "roman@code-factory.org"
  47. },
  48. {
  49. "name": "Benjamin Eberlei",
  50. "email": "kontakt@beberlei.de"
  51. },
  52. {
  53. "name": "Johannes Schmitt",
  54. "email": "schmittjoh@gmail.com",
  55. "homepage": "https://github.com/schmittjoh",
  56. "role": "Developer of wrapped JMSSerializerBundle"
  57. }
  58. ],
  59. "description": "Caching library offering an object-oriented API for many cache backends",
  60. "homepage": "http://www.doctrine-project.org",
  61. "keywords": [
  62. "cache",
  63. "caching"
  64. ]
  65. },
  66. {
  67. "name": "doctrine/inflector",
  68. "version": "v1.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/doctrine/inflector.git",
  72. "reference": "v1.0"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://github.com/doctrine/inflector/archive/v1.0.zip",
  77. "reference": "v1.0",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "php": ">=5.3.2"
  82. },
  83. "time": "2013-01-10 21:49:15",
  84. "type": "library",
  85. "installation-source": "dist",
  86. "autoload": {
  87. "psr-0": {
  88. "Doctrine\\Common\\Inflector\\": "lib/"
  89. }
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "authors": [
  96. {
  97. "name": "Jonathan Wage",
  98. "email": "jonwage@gmail.com",
  99. "homepage": "http://www.jwage.com/"
  100. },
  101. {
  102. "name": "Guilherme Blanco",
  103. "email": "guilhermeblanco@gmail.com",
  104. "homepage": "http://www.instaclick.com"
  105. },
  106. {
  107. "name": "Roman Borschel",
  108. "email": "roman@code-factory.org"
  109. },
  110. {
  111. "name": "Benjamin Eberlei",
  112. "email": "kontakt@beberlei.de"
  113. },
  114. {
  115. "name": "Johannes Schmitt",
  116. "email": "schmittjoh@gmail.com",
  117. "homepage": "https://github.com/schmittjoh",
  118. "role": "Developer of wrapped JMSSerializerBundle"
  119. }
  120. ],
  121. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  122. "homepage": "http://www.doctrine-project.org",
  123. "keywords": [
  124. "string",
  125. "inflection",
  126. "singuarlize",
  127. "pluarlize"
  128. ]
  129. }
  130. ],
  131. "packages-dev": null,
  132. "aliases": [
  133. ],
  134. "minimum-stability": "stable",
  135. "stability-flags": [
  136. ]
  137. }