composer.lock 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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": "c704916881881be88b068aaf0d0be395",
  8. "packages": [
  9. {
  10. "name": "dibi/dibi",
  11. "version": "v3.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dg/dibi.git",
  15. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  20. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.4.4"
  25. },
  26. "replace": {
  27. "dg/dibi": "*"
  28. },
  29. "require-dev": {
  30. "nette/tester": "~1.7",
  31. "tracy/tracy": "~2.2"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "3.1-dev"
  37. }
  38. },
  39. "autoload": {
  40. "classmap": [
  41. "src/"
  42. ],
  43. "files": [
  44. "src/loader.php"
  45. ]
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "BSD-3-Clause",
  50. "GPL-2.0",
  51. "GPL-3.0"
  52. ],
  53. "authors": [
  54. {
  55. "name": "David Grudl",
  56. "homepage": "https://davidgrudl.com"
  57. }
  58. ],
  59. "description": "Dibi is Database Abstraction Library for PHP",
  60. "homepage": "https://dibiphp.com",
  61. "keywords": [
  62. "access",
  63. "database",
  64. "dbal",
  65. "mssql",
  66. "mysql",
  67. "odbc",
  68. "oracle",
  69. "pdo",
  70. "postgresql",
  71. "sqlite",
  72. "sqlsrv"
  73. ],
  74. "time": "2017-09-25T15:57:54+00:00"
  75. },
  76. {
  77. "name": "lcobucci/jwt",
  78. "version": "3.2.2",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/lcobucci/jwt.git",
  82. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  87. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  88. "shasum": ""
  89. },
  90. "require": {
  91. "ext-openssl": "*",
  92. "php": ">=5.5"
  93. },
  94. "require-dev": {
  95. "mdanter/ecc": "~0.3.1",
  96. "mikey179/vfsstream": "~1.5",
  97. "phpmd/phpmd": "~2.2",
  98. "phpunit/php-invoker": "~1.1",
  99. "phpunit/phpunit": "~4.5",
  100. "squizlabs/php_codesniffer": "~2.3"
  101. },
  102. "suggest": {
  103. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  104. },
  105. "type": "library",
  106. "extra": {
  107. "branch-alias": {
  108. "dev-master": "3.1-dev"
  109. }
  110. },
  111. "autoload": {
  112. "psr-4": {
  113. "Lcobucci\\JWT\\": "src"
  114. }
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "BSD-3-Clause"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Luís Otávio Cobucci Oblonczyk",
  123. "email": "lcobucci@gmail.com",
  124. "role": "Developer"
  125. }
  126. ],
  127. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  128. "keywords": [
  129. "JWS",
  130. "jwt"
  131. ],
  132. "time": "2017-09-01T08:23:26+00:00"
  133. }
  134. ],
  135. "packages-dev": [],
  136. "aliases": [],
  137. "minimum-stability": "stable",
  138. "stability-flags": [],
  139. "prefer-stable": false,
  140. "prefer-lowest": false,
  141. "platform": [],
  142. "platform-dev": []
  143. }