25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

503 satır
18 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": "9be62a1bda3de8a20037b1c6b1646793",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.9.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
  20. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "php": "^7.1 || ^8.0"
  26. },
  27. "require-dev": {
  28. "php-coveralls/php-coveralls": "^2.2",
  29. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
  30. "vimeo/psalm": "4.9.2"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "Brick\\Math\\": "src/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "description": "Arbitrary-precision arithmetic library",
  43. "keywords": [
  44. "Arbitrary-precision",
  45. "BigInteger",
  46. "BigRational",
  47. "arithmetic",
  48. "bigdecimal",
  49. "bignum",
  50. "brick",
  51. "math"
  52. ],
  53. "support": {
  54. "issues": "https://github.com/brick/math/issues",
  55. "source": "https://github.com/brick/math/tree/0.9.3"
  56. },
  57. "funding": [
  58. {
  59. "url": "https://github.com/BenMorel",
  60. "type": "github"
  61. },
  62. {
  63. "url": "https://tidelift.com/funding/github/packagist/brick/math",
  64. "type": "tidelift"
  65. }
  66. ],
  67. "time": "2021-08-15T20:50:18+00:00"
  68. },
  69. {
  70. "name": "ramsey/collection",
  71. "version": "1.3.0",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/ramsey/collection.git",
  75. "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
  80. "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": "^7.4 || ^8.0",
  85. "symfony/polyfill-php81": "^1.23"
  86. },
  87. "require-dev": {
  88. "captainhook/plugin-composer": "^5.3",
  89. "ergebnis/composer-normalize": "^2.28.3",
  90. "fakerphp/faker": "^1.21",
  91. "hamcrest/hamcrest-php": "^2.0",
  92. "jangregor/phpstan-prophecy": "^1.0",
  93. "mockery/mockery": "^1.5",
  94. "php-parallel-lint/php-console-highlighter": "^1.0",
  95. "php-parallel-lint/php-parallel-lint": "^1.3",
  96. "phpcsstandards/phpcsutils": "^1.0.0-rc1",
  97. "phpspec/prophecy-phpunit": "^2.0",
  98. "phpstan/extension-installer": "^1.2",
  99. "phpstan/phpstan": "^1.9",
  100. "phpstan/phpstan-mockery": "^1.1",
  101. "phpstan/phpstan-phpunit": "^1.3",
  102. "phpunit/phpunit": "^9.5",
  103. "psalm/plugin-mockery": "^1.1",
  104. "psalm/plugin-phpunit": "^0.18.4",
  105. "ramsey/coding-standard": "^2.0.3",
  106. "ramsey/conventional-commits": "^1.3",
  107. "vimeo/psalm": "^5.4"
  108. },
  109. "type": "library",
  110. "extra": {
  111. "captainhook": {
  112. "force-install": true
  113. },
  114. "ramsey/conventional-commits": {
  115. "configFile": "conventional-commits.json"
  116. }
  117. },
  118. "autoload": {
  119. "psr-4": {
  120. "Ramsey\\Collection\\": "src/"
  121. }
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "MIT"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Ben Ramsey",
  130. "email": "ben@benramsey.com",
  131. "homepage": "https://benramsey.com"
  132. }
  133. ],
  134. "description": "A PHP library for representing and manipulating collections.",
  135. "keywords": [
  136. "array",
  137. "collection",
  138. "hash",
  139. "map",
  140. "queue",
  141. "set"
  142. ],
  143. "support": {
  144. "issues": "https://github.com/ramsey/collection/issues",
  145. "source": "https://github.com/ramsey/collection/tree/1.3.0"
  146. },
  147. "funding": [
  148. {
  149. "url": "https://github.com/ramsey",
  150. "type": "github"
  151. },
  152. {
  153. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  154. "type": "tidelift"
  155. }
  156. ],
  157. "time": "2022-12-27T19:12:24+00:00"
  158. },
  159. {
  160. "name": "ramsey/uuid",
  161. "version": "4.2.3",
  162. "source": {
  163. "type": "git",
  164. "url": "https://github.com/ramsey/uuid.git",
  165. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
  166. },
  167. "dist": {
  168. "type": "zip",
  169. "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  170. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  171. "shasum": ""
  172. },
  173. "require": {
  174. "brick/math": "^0.8 || ^0.9",
  175. "ext-json": "*",
  176. "php": "^7.2 || ^8.0",
  177. "ramsey/collection": "^1.0",
  178. "symfony/polyfill-ctype": "^1.8",
  179. "symfony/polyfill-php80": "^1.14"
  180. },
  181. "replace": {
  182. "rhumsaa/uuid": "self.version"
  183. },
  184. "require-dev": {
  185. "captainhook/captainhook": "^5.10",
  186. "captainhook/plugin-composer": "^5.3",
  187. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  188. "doctrine/annotations": "^1.8",
  189. "ergebnis/composer-normalize": "^2.15",
  190. "mockery/mockery": "^1.3",
  191. "moontoast/math": "^1.1",
  192. "paragonie/random-lib": "^2",
  193. "php-mock/php-mock": "^2.2",
  194. "php-mock/php-mock-mockery": "^1.3",
  195. "php-parallel-lint/php-parallel-lint": "^1.1",
  196. "phpbench/phpbench": "^1.0",
  197. "phpstan/extension-installer": "^1.0",
  198. "phpstan/phpstan": "^0.12",
  199. "phpstan/phpstan-mockery": "^0.12",
  200. "phpstan/phpstan-phpunit": "^0.12",
  201. "phpunit/phpunit": "^8.5 || ^9",
  202. "slevomat/coding-standard": "^7.0",
  203. "squizlabs/php_codesniffer": "^3.5",
  204. "vimeo/psalm": "^4.9"
  205. },
  206. "suggest": {
  207. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  208. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  209. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  210. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  211. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  212. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  213. },
  214. "type": "library",
  215. "extra": {
  216. "branch-alias": {
  217. "dev-main": "4.x-dev"
  218. },
  219. "captainhook": {
  220. "force-install": true
  221. }
  222. },
  223. "autoload": {
  224. "files": [
  225. "src/functions.php"
  226. ],
  227. "psr-4": {
  228. "Ramsey\\Uuid\\": "src/"
  229. }
  230. },
  231. "notification-url": "https://packagist.org/downloads/",
  232. "license": [
  233. "MIT"
  234. ],
  235. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  236. "keywords": [
  237. "guid",
  238. "identifier",
  239. "uuid"
  240. ],
  241. "support": {
  242. "issues": "https://github.com/ramsey/uuid/issues",
  243. "source": "https://github.com/ramsey/uuid/tree/4.2.3"
  244. },
  245. "funding": [
  246. {
  247. "url": "https://github.com/ramsey",
  248. "type": "github"
  249. },
  250. {
  251. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  252. "type": "tidelift"
  253. }
  254. ],
  255. "time": "2021-09-25T23:10:38+00:00"
  256. },
  257. {
  258. "name": "symfony/polyfill-ctype",
  259. "version": "v1.31.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/symfony/polyfill-ctype.git",
  263. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  268. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "php": ">=7.2"
  273. },
  274. "provide": {
  275. "ext-ctype": "*"
  276. },
  277. "suggest": {
  278. "ext-ctype": "For best performance"
  279. },
  280. "type": "library",
  281. "extra": {
  282. "thanks": {
  283. "name": "symfony/polyfill",
  284. "url": "https://github.com/symfony/polyfill"
  285. }
  286. },
  287. "autoload": {
  288. "files": [
  289. "bootstrap.php"
  290. ],
  291. "psr-4": {
  292. "Symfony\\Polyfill\\Ctype\\": ""
  293. }
  294. },
  295. "notification-url": "https://packagist.org/downloads/",
  296. "license": [
  297. "MIT"
  298. ],
  299. "authors": [
  300. {
  301. "name": "Gert de Pagter",
  302. "email": "BackEndTea@gmail.com"
  303. },
  304. {
  305. "name": "Symfony Community",
  306. "homepage": "https://symfony.com/contributors"
  307. }
  308. ],
  309. "description": "Symfony polyfill for ctype functions",
  310. "homepage": "https://symfony.com",
  311. "keywords": [
  312. "compatibility",
  313. "ctype",
  314. "polyfill",
  315. "portable"
  316. ],
  317. "support": {
  318. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
  319. },
  320. "funding": [
  321. {
  322. "url": "https://symfony.com/sponsor",
  323. "type": "custom"
  324. },
  325. {
  326. "url": "https://github.com/fabpot",
  327. "type": "github"
  328. },
  329. {
  330. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  331. "type": "tidelift"
  332. }
  333. ],
  334. "time": "2024-09-09T11:45:10+00:00"
  335. },
  336. {
  337. "name": "symfony/polyfill-php80",
  338. "version": "v1.31.0",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/symfony/polyfill-php80.git",
  342. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  347. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "php": ">=7.2"
  352. },
  353. "type": "library",
  354. "extra": {
  355. "thanks": {
  356. "name": "symfony/polyfill",
  357. "url": "https://github.com/symfony/polyfill"
  358. }
  359. },
  360. "autoload": {
  361. "files": [
  362. "bootstrap.php"
  363. ],
  364. "psr-4": {
  365. "Symfony\\Polyfill\\Php80\\": ""
  366. },
  367. "classmap": [
  368. "Resources/stubs"
  369. ]
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "Ion Bazan",
  378. "email": "ion.bazan@gmail.com"
  379. },
  380. {
  381. "name": "Nicolas Grekas",
  382. "email": "p@tchwork.com"
  383. },
  384. {
  385. "name": "Symfony Community",
  386. "homepage": "https://symfony.com/contributors"
  387. }
  388. ],
  389. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  390. "homepage": "https://symfony.com",
  391. "keywords": [
  392. "compatibility",
  393. "polyfill",
  394. "portable",
  395. "shim"
  396. ],
  397. "support": {
  398. "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
  399. },
  400. "funding": [
  401. {
  402. "url": "https://symfony.com/sponsor",
  403. "type": "custom"
  404. },
  405. {
  406. "url": "https://github.com/fabpot",
  407. "type": "github"
  408. },
  409. {
  410. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  411. "type": "tidelift"
  412. }
  413. ],
  414. "time": "2024-09-09T11:45:10+00:00"
  415. },
  416. {
  417. "name": "symfony/polyfill-php81",
  418. "version": "v1.31.0",
  419. "source": {
  420. "type": "git",
  421. "url": "https://github.com/symfony/polyfill-php81.git",
  422. "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
  423. },
  424. "dist": {
  425. "type": "zip",
  426. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
  427. "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
  428. "shasum": ""
  429. },
  430. "require": {
  431. "php": ">=7.2"
  432. },
  433. "type": "library",
  434. "extra": {
  435. "thanks": {
  436. "name": "symfony/polyfill",
  437. "url": "https://github.com/symfony/polyfill"
  438. }
  439. },
  440. "autoload": {
  441. "files": [
  442. "bootstrap.php"
  443. ],
  444. "psr-4": {
  445. "Symfony\\Polyfill\\Php81\\": ""
  446. },
  447. "classmap": [
  448. "Resources/stubs"
  449. ]
  450. },
  451. "notification-url": "https://packagist.org/downloads/",
  452. "license": [
  453. "MIT"
  454. ],
  455. "authors": [
  456. {
  457. "name": "Nicolas Grekas",
  458. "email": "p@tchwork.com"
  459. },
  460. {
  461. "name": "Symfony Community",
  462. "homepage": "https://symfony.com/contributors"
  463. }
  464. ],
  465. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  466. "homepage": "https://symfony.com",
  467. "keywords": [
  468. "compatibility",
  469. "polyfill",
  470. "portable",
  471. "shim"
  472. ],
  473. "support": {
  474. "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
  475. },
  476. "funding": [
  477. {
  478. "url": "https://symfony.com/sponsor",
  479. "type": "custom"
  480. },
  481. {
  482. "url": "https://github.com/fabpot",
  483. "type": "github"
  484. },
  485. {
  486. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  487. "type": "tidelift"
  488. }
  489. ],
  490. "time": "2024-09-09T11:45:10+00:00"
  491. }
  492. ],
  493. "packages-dev": [],
  494. "aliases": [],
  495. "minimum-stability": "stable",
  496. "stability-flags": [],
  497. "prefer-stable": false,
  498. "prefer-lowest": false,
  499. "platform": [],
  500. "platform-dev": [],
  501. "plugin-api-version": "2.6.0"
  502. }