composer.lock 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. "content-hash": "f8290160f22e41e178bb308b81a7db63",
  8. "packages": [
  9. {
  10. "name": "composer/semver",
  11. "version": "1.4.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/semver.git",
  15. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  20. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.3.2 || ^7.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.5 || ^5.0.5",
  28. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "1.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Composer\\Semver\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Nils Adermann",
  48. "email": "naderman@naderman.de",
  49. "homepage": "http://www.naderman.de"
  50. },
  51. {
  52. "name": "Jordi Boggiano",
  53. "email": "j.boggiano@seld.be",
  54. "homepage": "http://seld.be"
  55. },
  56. {
  57. "name": "Rob Bast",
  58. "email": "rob.bast@gmail.com",
  59. "homepage": "http://robbast.nl"
  60. }
  61. ],
  62. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  63. "keywords": [
  64. "semantic",
  65. "semver",
  66. "validation",
  67. "versioning"
  68. ],
  69. "time": "2016-08-30T16:08:34+00:00"
  70. },
  71. {
  72. "name": "dibi/dibi",
  73. "version": "v3.1.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/dg/dibi.git",
  77. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  82. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": ">=5.4.4"
  87. },
  88. "replace": {
  89. "dg/dibi": "*"
  90. },
  91. "require-dev": {
  92. "nette/tester": "~1.7",
  93. "tracy/tracy": "~2.2"
  94. },
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "3.1-dev"
  99. }
  100. },
  101. "autoload": {
  102. "classmap": [
  103. "src/"
  104. ],
  105. "files": [
  106. "src/loader.php"
  107. ]
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "BSD-3-Clause",
  112. "GPL-2.0",
  113. "GPL-3.0"
  114. ],
  115. "authors": [
  116. {
  117. "name": "David Grudl",
  118. "homepage": "https://davidgrudl.com"
  119. }
  120. ],
  121. "description": "Dibi is Database Abstraction Library for PHP",
  122. "homepage": "https://dibiphp.com",
  123. "keywords": [
  124. "access",
  125. "database",
  126. "dbal",
  127. "mssql",
  128. "mysql",
  129. "odbc",
  130. "oracle",
  131. "pdo",
  132. "postgresql",
  133. "sqlite",
  134. "sqlsrv"
  135. ],
  136. "time": "2017-09-25T15:57:54+00:00"
  137. },
  138. {
  139. "name": "lcobucci/jwt",
  140. "version": "3.2.2",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/lcobucci/jwt.git",
  144. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  149. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "ext-openssl": "*",
  154. "php": ">=5.5"
  155. },
  156. "require-dev": {
  157. "mdanter/ecc": "~0.3.1",
  158. "mikey179/vfsstream": "~1.5",
  159. "phpmd/phpmd": "~2.2",
  160. "phpunit/php-invoker": "~1.1",
  161. "phpunit/phpunit": "~4.5",
  162. "squizlabs/php_codesniffer": "~2.3"
  163. },
  164. "suggest": {
  165. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  166. },
  167. "type": "library",
  168. "extra": {
  169. "branch-alias": {
  170. "dev-master": "3.1-dev"
  171. }
  172. },
  173. "autoload": {
  174. "psr-4": {
  175. "Lcobucci\\JWT\\": "src"
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "BSD-3-Clause"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Luís Otávio Cobucci Oblonczyk",
  185. "email": "lcobucci@gmail.com",
  186. "role": "Developer"
  187. }
  188. ],
  189. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  190. "keywords": [
  191. "JWS",
  192. "jwt"
  193. ],
  194. "time": "2017-09-01T08:23:26+00:00"
  195. }
  196. ],
  197. "packages-dev": [],
  198. "aliases": [],
  199. "minimum-stability": "stable",
  200. "stability-flags": [],
  201. "prefer-stable": false,
  202. "prefer-lowest": false,
  203. "platform": [],
  204. "platform-dev": []
  205. }