composer.lock 7.6 KB

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