Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

257 lignes
9.4 KiB

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