installed.json 3.7 KB

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