composer.lock 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "859f7f07756adfa6e27fb8e837d3519b",
  8. "packages": [
  9. ],
  10. "packages-dev": [
  11. {
  12. "name": "phpunit/php-code-coverage",
  13. "version": "1.2.17",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  17. "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
  22. "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": ">=5.3.3",
  27. "phpunit/php-file-iterator": ">=1.3.0@stable",
  28. "phpunit/php-text-template": ">=1.2.0@stable",
  29. "phpunit/php-token-stream": ">=1.1.3@stable"
  30. },
  31. "require-dev": {
  32. "phpunit/phpunit": "3.7.*@dev"
  33. },
  34. "suggest": {
  35. "ext-dom": "*",
  36. "ext-xdebug": ">=2.0.5"
  37. },
  38. "type": "library",
  39. "extra": {
  40. "branch-alias": {
  41. "dev-master": "1.2.x-dev"
  42. }
  43. },
  44. "autoload": {
  45. "classmap": [
  46. "PHP/"
  47. ]
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "include-path": [
  51. ""
  52. ],
  53. "license": [
  54. "BSD-3-Clause"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Sebastian Bergmann",
  59. "email": "sb@sebastian-bergmann.de",
  60. "role": "lead"
  61. }
  62. ],
  63. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  64. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  65. "keywords": [
  66. "coverage",
  67. "testing",
  68. "xunit"
  69. ],
  70. "time": "2014-03-28 10:53:45"
  71. },
  72. {
  73. "name": "phpunit/php-file-iterator",
  74. "version": "1.3.4",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  78. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  83. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "php": ">=5.3.3"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "classmap": [
  92. "File/"
  93. ]
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "include-path": [
  97. ""
  98. ],
  99. "license": [
  100. "BSD-3-Clause"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Sebastian Bergmann",
  105. "email": "sb@sebastian-bergmann.de",
  106. "role": "lead"
  107. }
  108. ],
  109. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  110. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  111. "keywords": [
  112. "filesystem",
  113. "iterator"
  114. ],
  115. "time": "2013-10-10 15:34:57"
  116. },
  117. {
  118. "name": "phpunit/php-text-template",
  119. "version": "1.2.0",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  123. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  128. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  129. "shasum": ""
  130. },
  131. "require": {
  132. "php": ">=5.3.3"
  133. },
  134. "type": "library",
  135. "autoload": {
  136. "classmap": [
  137. "Text/"
  138. ]
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "include-path": [
  142. ""
  143. ],
  144. "license": [
  145. "BSD-3-Clause"
  146. ],
  147. "authors": [
  148. {
  149. "name": "Sebastian Bergmann",
  150. "email": "sb@sebastian-bergmann.de",
  151. "role": "lead"
  152. }
  153. ],
  154. "description": "Simple template engine.",
  155. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  156. "keywords": [
  157. "template"
  158. ],
  159. "time": "2014-01-30 17:20:04"
  160. },
  161. {
  162. "name": "phpunit/php-token-stream",
  163. "version": "1.2.2",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  167. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
  172. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "ext-tokenizer": "*",
  177. "php": ">=5.3.3"
  178. },
  179. "type": "library",
  180. "extra": {
  181. "branch-alias": {
  182. "dev-master": "1.2-dev"
  183. }
  184. },
  185. "autoload": {
  186. "classmap": [
  187. "PHP/"
  188. ]
  189. },
  190. "notification-url": "https://packagist.org/downloads/",
  191. "include-path": [
  192. ""
  193. ],
  194. "license": [
  195. "BSD-3-Clause"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Sebastian Bergmann",
  200. "email": "sb@sebastian-bergmann.de",
  201. "role": "lead"
  202. }
  203. ],
  204. "description": "Wrapper around PHP's tokenizer extension.",
  205. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  206. "keywords": [
  207. "tokenizer"
  208. ],
  209. "time": "2014-03-03 05:10:30"
  210. }
  211. ],
  212. "aliases": [
  213. ],
  214. "minimum-stability": "stable",
  215. "stability-flags": {
  216. "phpunit/php-file-iterator": 0
  217. },
  218. "prefer-stable": false,
  219. "platform": {
  220. "php": ">=5.3.3"
  221. },
  222. "platform-dev": [
  223. ]
  224. }