Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

261 rader
9.5 KiB

  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": "311c7a785a2af4ab4dae0f24542d289d",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.12.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
  20. "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.1"
  25. },
  26. "require-dev": {
  27. "php-coveralls/php-coveralls": "^2.2",
  28. "phpunit/phpunit": "^10.1",
  29. "vimeo/psalm": "5.16.0"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Brick\\Math\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "description": "Arbitrary-precision arithmetic library",
  42. "keywords": [
  43. "Arbitrary-precision",
  44. "BigInteger",
  45. "BigRational",
  46. "arithmetic",
  47. "bigdecimal",
  48. "bignum",
  49. "bignumber",
  50. "brick",
  51. "decimal",
  52. "integer",
  53. "math",
  54. "mathematics",
  55. "rational"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/brick/math/issues",
  59. "source": "https://github.com/brick/math/tree/0.12.1"
  60. },
  61. "funding": [
  62. {
  63. "url": "https://github.com/BenMorel",
  64. "type": "github"
  65. }
  66. ],
  67. "time": "2023-11-29T23:19:16+00:00"
  68. },
  69. {
  70. "name": "ramsey/collection",
  71. "version": "2.0.0",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/ramsey/collection.git",
  75. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  80. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": "^8.1"
  85. },
  86. "require-dev": {
  87. "captainhook/plugin-composer": "^5.3",
  88. "ergebnis/composer-normalize": "^2.28.3",
  89. "fakerphp/faker": "^1.21",
  90. "hamcrest/hamcrest-php": "^2.0",
  91. "jangregor/phpstan-prophecy": "^1.0",
  92. "mockery/mockery": "^1.5",
  93. "php-parallel-lint/php-console-highlighter": "^1.0",
  94. "php-parallel-lint/php-parallel-lint": "^1.3",
  95. "phpcsstandards/phpcsutils": "^1.0.0-rc1",
  96. "phpspec/prophecy-phpunit": "^2.0",
  97. "phpstan/extension-installer": "^1.2",
  98. "phpstan/phpstan": "^1.9",
  99. "phpstan/phpstan-mockery": "^1.1",
  100. "phpstan/phpstan-phpunit": "^1.3",
  101. "phpunit/phpunit": "^9.5",
  102. "psalm/plugin-mockery": "^1.1",
  103. "psalm/plugin-phpunit": "^0.18.4",
  104. "ramsey/coding-standard": "^2.0.3",
  105. "ramsey/conventional-commits": "^1.3",
  106. "vimeo/psalm": "^5.4"
  107. },
  108. "type": "library",
  109. "extra": {
  110. "captainhook": {
  111. "force-install": true
  112. },
  113. "ramsey/conventional-commits": {
  114. "configFile": "conventional-commits.json"
  115. }
  116. },
  117. "autoload": {
  118. "psr-4": {
  119. "Ramsey\\Collection\\": "src/"
  120. }
  121. },
  122. "notification-url": "https://packagist.org/downloads/",
  123. "license": [
  124. "MIT"
  125. ],
  126. "authors": [
  127. {
  128. "name": "Ben Ramsey",
  129. "email": "ben@benramsey.com",
  130. "homepage": "https://benramsey.com"
  131. }
  132. ],
  133. "description": "A PHP library for representing and manipulating collections.",
  134. "keywords": [
  135. "array",
  136. "collection",
  137. "hash",
  138. "map",
  139. "queue",
  140. "set"
  141. ],
  142. "support": {
  143. "issues": "https://github.com/ramsey/collection/issues",
  144. "source": "https://github.com/ramsey/collection/tree/2.0.0"
  145. },
  146. "funding": [
  147. {
  148. "url": "https://github.com/ramsey",
  149. "type": "github"
  150. },
  151. {
  152. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  153. "type": "tidelift"
  154. }
  155. ],
  156. "time": "2022-12-31T21:50:55+00:00"
  157. },
  158. {
  159. "name": "ramsey/uuid",
  160. "version": "4.7.6",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/ramsey/uuid.git",
  164. "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
  169. "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
  174. "ext-json": "*",
  175. "php": "^8.0",
  176. "ramsey/collection": "^1.2 || ^2.0"
  177. },
  178. "replace": {
  179. "rhumsaa/uuid": "self.version"
  180. },
  181. "require-dev": {
  182. "captainhook/captainhook": "^5.10",
  183. "captainhook/plugin-composer": "^5.3",
  184. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  185. "doctrine/annotations": "^1.8",
  186. "ergebnis/composer-normalize": "^2.15",
  187. "mockery/mockery": "^1.3",
  188. "paragonie/random-lib": "^2",
  189. "php-mock/php-mock": "^2.2",
  190. "php-mock/php-mock-mockery": "^1.3",
  191. "php-parallel-lint/php-parallel-lint": "^1.1",
  192. "phpbench/phpbench": "^1.0",
  193. "phpstan/extension-installer": "^1.1",
  194. "phpstan/phpstan": "^1.8",
  195. "phpstan/phpstan-mockery": "^1.1",
  196. "phpstan/phpstan-phpunit": "^1.1",
  197. "phpunit/phpunit": "^8.5 || ^9",
  198. "ramsey/composer-repl": "^1.4",
  199. "slevomat/coding-standard": "^8.4",
  200. "squizlabs/php_codesniffer": "^3.5",
  201. "vimeo/psalm": "^4.9"
  202. },
  203. "suggest": {
  204. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  205. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  206. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  207. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  208. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  209. },
  210. "type": "library",
  211. "extra": {
  212. "captainhook": {
  213. "force-install": true
  214. }
  215. },
  216. "autoload": {
  217. "files": [
  218. "src/functions.php"
  219. ],
  220. "psr-4": {
  221. "Ramsey\\Uuid\\": "src/"
  222. }
  223. },
  224. "notification-url": "https://packagist.org/downloads/",
  225. "license": [
  226. "MIT"
  227. ],
  228. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  229. "keywords": [
  230. "guid",
  231. "identifier",
  232. "uuid"
  233. ],
  234. "support": {
  235. "issues": "https://github.com/ramsey/uuid/issues",
  236. "source": "https://github.com/ramsey/uuid/tree/4.7.6"
  237. },
  238. "funding": [
  239. {
  240. "url": "https://github.com/ramsey",
  241. "type": "github"
  242. },
  243. {
  244. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  245. "type": "tidelift"
  246. }
  247. ],
  248. "time": "2024-04-27T21:32:50+00:00"
  249. }
  250. ],
  251. "packages-dev": [],
  252. "aliases": [],
  253. "minimum-stability": "stable",
  254. "stability-flags": [],
  255. "prefer-stable": false,
  256. "prefer-lowest": false,
  257. "platform": [],
  258. "platform-dev": [],
  259. "plugin-api-version": "2.6.0"
  260. }