Simple problems require simple solutions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9600 lines
343 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": "d14231c3add43b4b684d56fe88d56e39",
  8. "packages": [
  9. {
  10. "name": "amphp/amp",
  11. "version": "v3.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/amphp/amp.git",
  15. "reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/amphp/amp/zipball/138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
  20. "reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=8.1",
  25. "revolt/event-loop": "^1 || ^0.2"
  26. },
  27. "require-dev": {
  28. "amphp/php-cs-fixer-config": "^2",
  29. "phpunit/phpunit": "^9",
  30. "psalm/phar": "5.23.1"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "files": [
  35. "src/functions.php",
  36. "src/Future/functions.php",
  37. "src/Internal/functions.php"
  38. ],
  39. "psr-4": {
  40. "Amp\\": "src"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Aaron Piotrowski",
  50. "email": "aaron@trowski.com"
  51. },
  52. {
  53. "name": "Bob Weinand",
  54. "email": "bobwei9@hotmail.com"
  55. },
  56. {
  57. "name": "Niklas Keller",
  58. "email": "me@kelunik.com"
  59. },
  60. {
  61. "name": "Daniel Lowrey",
  62. "email": "rdlowrey@php.net"
  63. }
  64. ],
  65. "description": "A non-blocking concurrency framework for PHP applications.",
  66. "homepage": "https://amphp.org/amp",
  67. "keywords": [
  68. "async",
  69. "asynchronous",
  70. "awaitable",
  71. "concurrency",
  72. "event",
  73. "event-loop",
  74. "future",
  75. "non-blocking",
  76. "promise"
  77. ],
  78. "support": {
  79. "issues": "https://github.com/amphp/amp/issues",
  80. "source": "https://github.com/amphp/amp/tree/v3.0.2"
  81. },
  82. "funding": [
  83. {
  84. "url": "https://github.com/amphp",
  85. "type": "github"
  86. }
  87. ],
  88. "time": "2024-05-10T21:37:46+00:00"
  89. },
  90. {
  91. "name": "amphp/byte-stream",
  92. "version": "v2.1.1",
  93. "source": {
  94. "type": "git",
  95. "url": "https://github.com/amphp/byte-stream.git",
  96. "reference": "daa00f2efdbd71565bf64ffefa89e37542addf93"
  97. },
  98. "dist": {
  99. "type": "zip",
  100. "url": "https://api.github.com/repos/amphp/byte-stream/zipball/daa00f2efdbd71565bf64ffefa89e37542addf93",
  101. "reference": "daa00f2efdbd71565bf64ffefa89e37542addf93",
  102. "shasum": ""
  103. },
  104. "require": {
  105. "amphp/amp": "^3",
  106. "amphp/parser": "^1.1",
  107. "amphp/pipeline": "^1",
  108. "amphp/serialization": "^1",
  109. "amphp/sync": "^2",
  110. "php": ">=8.1",
  111. "revolt/event-loop": "^1 || ^0.2.3"
  112. },
  113. "require-dev": {
  114. "amphp/php-cs-fixer-config": "^2",
  115. "amphp/phpunit-util": "^3",
  116. "phpunit/phpunit": "^9",
  117. "psalm/phar": "5.22.1"
  118. },
  119. "type": "library",
  120. "autoload": {
  121. "files": [
  122. "src/functions.php",
  123. "src/Internal/functions.php"
  124. ],
  125. "psr-4": {
  126. "Amp\\ByteStream\\": "src"
  127. }
  128. },
  129. "notification-url": "https://packagist.org/downloads/",
  130. "license": [
  131. "MIT"
  132. ],
  133. "authors": [
  134. {
  135. "name": "Aaron Piotrowski",
  136. "email": "aaron@trowski.com"
  137. },
  138. {
  139. "name": "Niklas Keller",
  140. "email": "me@kelunik.com"
  141. }
  142. ],
  143. "description": "A stream abstraction to make working with non-blocking I/O simple.",
  144. "homepage": "https://amphp.org/byte-stream",
  145. "keywords": [
  146. "amp",
  147. "amphp",
  148. "async",
  149. "io",
  150. "non-blocking",
  151. "stream"
  152. ],
  153. "support": {
  154. "issues": "https://github.com/amphp/byte-stream/issues",
  155. "source": "https://github.com/amphp/byte-stream/tree/v2.1.1"
  156. },
  157. "funding": [
  158. {
  159. "url": "https://github.com/amphp",
  160. "type": "github"
  161. }
  162. ],
  163. "time": "2024-02-17T04:49:38+00:00"
  164. },
  165. {
  166. "name": "amphp/cache",
  167. "version": "v2.0.1",
  168. "source": {
  169. "type": "git",
  170. "url": "https://github.com/amphp/cache.git",
  171. "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c"
  172. },
  173. "dist": {
  174. "type": "zip",
  175. "url": "https://api.github.com/repos/amphp/cache/zipball/46912e387e6aa94933b61ea1ead9cf7540b7797c",
  176. "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c",
  177. "shasum": ""
  178. },
  179. "require": {
  180. "amphp/amp": "^3",
  181. "amphp/serialization": "^1",
  182. "amphp/sync": "^2",
  183. "php": ">=8.1",
  184. "revolt/event-loop": "^1 || ^0.2"
  185. },
  186. "require-dev": {
  187. "amphp/php-cs-fixer-config": "^2",
  188. "amphp/phpunit-util": "^3",
  189. "phpunit/phpunit": "^9",
  190. "psalm/phar": "^5.4"
  191. },
  192. "type": "library",
  193. "autoload": {
  194. "psr-4": {
  195. "Amp\\Cache\\": "src"
  196. }
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "MIT"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Niklas Keller",
  205. "email": "me@kelunik.com"
  206. },
  207. {
  208. "name": "Aaron Piotrowski",
  209. "email": "aaron@trowski.com"
  210. },
  211. {
  212. "name": "Daniel Lowrey",
  213. "email": "rdlowrey@php.net"
  214. }
  215. ],
  216. "description": "A fiber-aware cache API based on Amp and Revolt.",
  217. "homepage": "https://amphp.org/cache",
  218. "support": {
  219. "issues": "https://github.com/amphp/cache/issues",
  220. "source": "https://github.com/amphp/cache/tree/v2.0.1"
  221. },
  222. "funding": [
  223. {
  224. "url": "https://github.com/amphp",
  225. "type": "github"
  226. }
  227. ],
  228. "time": "2024-04-19T03:38:06+00:00"
  229. },
  230. {
  231. "name": "amphp/dns",
  232. "version": "v2.2.0",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/amphp/dns.git",
  236. "reference": "758266b0ea7470e2e42cd098493bc6d6c7100cf7"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/amphp/dns/zipball/758266b0ea7470e2e42cd098493bc6d6c7100cf7",
  241. "reference": "758266b0ea7470e2e42cd098493bc6d6c7100cf7",
  242. "shasum": ""
  243. },
  244. "require": {
  245. "amphp/amp": "^3",
  246. "amphp/byte-stream": "^2",
  247. "amphp/cache": "^2",
  248. "amphp/parser": "^1",
  249. "amphp/windows-registry": "^1.0.1",
  250. "daverandom/libdns": "^2.0.2",
  251. "ext-filter": "*",
  252. "php": ">=8.1",
  253. "revolt/event-loop": "^1 || ^0.2"
  254. },
  255. "require-dev": {
  256. "amphp/php-cs-fixer-config": "^2",
  257. "amphp/phpunit-util": "^3",
  258. "phpunit/phpunit": "^9",
  259. "psalm/phar": "5.20"
  260. },
  261. "type": "library",
  262. "autoload": {
  263. "files": [
  264. "src/functions.php"
  265. ],
  266. "psr-4": {
  267. "Amp\\Dns\\": "src"
  268. }
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "MIT"
  273. ],
  274. "authors": [
  275. {
  276. "name": "Chris Wright",
  277. "email": "addr@daverandom.com"
  278. },
  279. {
  280. "name": "Daniel Lowrey",
  281. "email": "rdlowrey@php.net"
  282. },
  283. {
  284. "name": "Bob Weinand",
  285. "email": "bobwei9@hotmail.com"
  286. },
  287. {
  288. "name": "Niklas Keller",
  289. "email": "me@kelunik.com"
  290. },
  291. {
  292. "name": "Aaron Piotrowski",
  293. "email": "aaron@trowski.com"
  294. }
  295. ],
  296. "description": "Async DNS resolution for Amp.",
  297. "homepage": "https://github.com/amphp/dns",
  298. "keywords": [
  299. "amp",
  300. "amphp",
  301. "async",
  302. "client",
  303. "dns",
  304. "resolve"
  305. ],
  306. "support": {
  307. "issues": "https://github.com/amphp/dns/issues",
  308. "source": "https://github.com/amphp/dns/tree/v2.2.0"
  309. },
  310. "funding": [
  311. {
  312. "url": "https://github.com/amphp",
  313. "type": "github"
  314. }
  315. ],
  316. "time": "2024-06-02T19:54:12+00:00"
  317. },
  318. {
  319. "name": "amphp/parallel",
  320. "version": "v2.2.9",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/amphp/parallel.git",
  324. "reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/amphp/parallel/zipball/73d293f1fc4df1bebc3c4fce1432e82dd7032238",
  329. "reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238",
  330. "shasum": ""
  331. },
  332. "require": {
  333. "amphp/amp": "^3",
  334. "amphp/byte-stream": "^2",
  335. "amphp/cache": "^2",
  336. "amphp/parser": "^1",
  337. "amphp/pipeline": "^1",
  338. "amphp/process": "^2",
  339. "amphp/serialization": "^1",
  340. "amphp/socket": "^2",
  341. "amphp/sync": "^2",
  342. "php": ">=8.1",
  343. "revolt/event-loop": "^1"
  344. },
  345. "require-dev": {
  346. "amphp/php-cs-fixer-config": "^2",
  347. "amphp/phpunit-util": "^3",
  348. "phpunit/phpunit": "^9",
  349. "psalm/phar": "^5.18"
  350. },
  351. "type": "library",
  352. "autoload": {
  353. "files": [
  354. "src/Context/functions.php",
  355. "src/Context/Internal/functions.php",
  356. "src/Ipc/functions.php",
  357. "src/Worker/functions.php"
  358. ],
  359. "psr-4": {
  360. "Amp\\Parallel\\": "src"
  361. }
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "authors": [
  368. {
  369. "name": "Aaron Piotrowski",
  370. "email": "aaron@trowski.com"
  371. },
  372. {
  373. "name": "Niklas Keller",
  374. "email": "me@kelunik.com"
  375. },
  376. {
  377. "name": "Stephen Coakley",
  378. "email": "me@stephencoakley.com"
  379. }
  380. ],
  381. "description": "Parallel processing component for Amp.",
  382. "homepage": "https://github.com/amphp/parallel",
  383. "keywords": [
  384. "async",
  385. "asynchronous",
  386. "concurrent",
  387. "multi-processing",
  388. "multi-threading"
  389. ],
  390. "support": {
  391. "issues": "https://github.com/amphp/parallel/issues",
  392. "source": "https://github.com/amphp/parallel/tree/v2.2.9"
  393. },
  394. "funding": [
  395. {
  396. "url": "https://github.com/amphp",
  397. "type": "github"
  398. }
  399. ],
  400. "time": "2024-03-24T18:27:44+00:00"
  401. },
  402. {
  403. "name": "amphp/parser",
  404. "version": "v1.1.1",
  405. "source": {
  406. "type": "git",
  407. "url": "https://github.com/amphp/parser.git",
  408. "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
  409. },
  410. "dist": {
  411. "type": "zip",
  412. "url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
  413. "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
  414. "shasum": ""
  415. },
  416. "require": {
  417. "php": ">=7.4"
  418. },
  419. "require-dev": {
  420. "amphp/php-cs-fixer-config": "^2",
  421. "phpunit/phpunit": "^9",
  422. "psalm/phar": "^5.4"
  423. },
  424. "type": "library",
  425. "autoload": {
  426. "psr-4": {
  427. "Amp\\Parser\\": "src"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "Aaron Piotrowski",
  437. "email": "aaron@trowski.com"
  438. },
  439. {
  440. "name": "Niklas Keller",
  441. "email": "me@kelunik.com"
  442. }
  443. ],
  444. "description": "A generator parser to make streaming parsers simple.",
  445. "homepage": "https://github.com/amphp/parser",
  446. "keywords": [
  447. "async",
  448. "non-blocking",
  449. "parser",
  450. "stream"
  451. ],
  452. "support": {
  453. "issues": "https://github.com/amphp/parser/issues",
  454. "source": "https://github.com/amphp/parser/tree/v1.1.1"
  455. },
  456. "funding": [
  457. {
  458. "url": "https://github.com/amphp",
  459. "type": "github"
  460. }
  461. ],
  462. "time": "2024-03-21T19:16:53+00:00"
  463. },
  464. {
  465. "name": "amphp/pipeline",
  466. "version": "v1.2.1",
  467. "source": {
  468. "type": "git",
  469. "url": "https://github.com/amphp/pipeline.git",
  470. "reference": "66c095673aa5b6e689e63b52d19e577459129ab3"
  471. },
  472. "dist": {
  473. "type": "zip",
  474. "url": "https://api.github.com/repos/amphp/pipeline/zipball/66c095673aa5b6e689e63b52d19e577459129ab3",
  475. "reference": "66c095673aa5b6e689e63b52d19e577459129ab3",
  476. "shasum": ""
  477. },
  478. "require": {
  479. "amphp/amp": "^3",
  480. "php": ">=8.1",
  481. "revolt/event-loop": "^1"
  482. },
  483. "require-dev": {
  484. "amphp/php-cs-fixer-config": "^2",
  485. "amphp/phpunit-util": "^3",
  486. "phpunit/phpunit": "^9",
  487. "psalm/phar": "^5.18"
  488. },
  489. "type": "library",
  490. "autoload": {
  491. "psr-4": {
  492. "Amp\\Pipeline\\": "src"
  493. }
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "MIT"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Aaron Piotrowski",
  502. "email": "aaron@trowski.com"
  503. },
  504. {
  505. "name": "Niklas Keller",
  506. "email": "me@kelunik.com"
  507. }
  508. ],
  509. "description": "Asynchronous iterators and operators.",
  510. "homepage": "https://amphp.org/pipeline",
  511. "keywords": [
  512. "amp",
  513. "amphp",
  514. "async",
  515. "io",
  516. "iterator",
  517. "non-blocking"
  518. ],
  519. "support": {
  520. "issues": "https://github.com/amphp/pipeline/issues",
  521. "source": "https://github.com/amphp/pipeline/tree/v1.2.1"
  522. },
  523. "funding": [
  524. {
  525. "url": "https://github.com/amphp",
  526. "type": "github"
  527. }
  528. ],
  529. "time": "2024-07-04T00:56:47+00:00"
  530. },
  531. {
  532. "name": "amphp/process",
  533. "version": "v2.0.3",
  534. "source": {
  535. "type": "git",
  536. "url": "https://github.com/amphp/process.git",
  537. "reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d"
  538. },
  539. "dist": {
  540. "type": "zip",
  541. "url": "https://api.github.com/repos/amphp/process/zipball/52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
  542. "reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
  543. "shasum": ""
  544. },
  545. "require": {
  546. "amphp/amp": "^3",
  547. "amphp/byte-stream": "^2",
  548. "amphp/sync": "^2",
  549. "php": ">=8.1",
  550. "revolt/event-loop": "^1 || ^0.2"
  551. },
  552. "require-dev": {
  553. "amphp/php-cs-fixer-config": "^2",
  554. "amphp/phpunit-util": "^3",
  555. "phpunit/phpunit": "^9",
  556. "psalm/phar": "^5.4"
  557. },
  558. "type": "library",
  559. "autoload": {
  560. "files": [
  561. "src/functions.php"
  562. ],
  563. "psr-4": {
  564. "Amp\\Process\\": "src"
  565. }
  566. },
  567. "notification-url": "https://packagist.org/downloads/",
  568. "license": [
  569. "MIT"
  570. ],
  571. "authors": [
  572. {
  573. "name": "Bob Weinand",
  574. "email": "bobwei9@hotmail.com"
  575. },
  576. {
  577. "name": "Aaron Piotrowski",
  578. "email": "aaron@trowski.com"
  579. },
  580. {
  581. "name": "Niklas Keller",
  582. "email": "me@kelunik.com"
  583. }
  584. ],
  585. "description": "A fiber-aware process manager based on Amp and Revolt.",
  586. "homepage": "https://amphp.org/process",
  587. "support": {
  588. "issues": "https://github.com/amphp/process/issues",
  589. "source": "https://github.com/amphp/process/tree/v2.0.3"
  590. },
  591. "funding": [
  592. {
  593. "url": "https://github.com/amphp",
  594. "type": "github"
  595. }
  596. ],
  597. "time": "2024-04-19T03:13:44+00:00"
  598. },
  599. {
  600. "name": "amphp/serialization",
  601. "version": "v1.0.0",
  602. "source": {
  603. "type": "git",
  604. "url": "https://github.com/amphp/serialization.git",
  605. "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
  606. },
  607. "dist": {
  608. "type": "zip",
  609. "url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
  610. "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
  611. "shasum": ""
  612. },
  613. "require": {
  614. "php": ">=7.1"
  615. },
  616. "require-dev": {
  617. "amphp/php-cs-fixer-config": "dev-master",
  618. "phpunit/phpunit": "^9 || ^8 || ^7"
  619. },
  620. "type": "library",
  621. "autoload": {
  622. "files": [
  623. "src/functions.php"
  624. ],
  625. "psr-4": {
  626. "Amp\\Serialization\\": "src"
  627. }
  628. },
  629. "notification-url": "https://packagist.org/downloads/",
  630. "license": [
  631. "MIT"
  632. ],
  633. "authors": [
  634. {
  635. "name": "Aaron Piotrowski",
  636. "email": "aaron@trowski.com"
  637. },
  638. {
  639. "name": "Niklas Keller",
  640. "email": "me@kelunik.com"
  641. }
  642. ],
  643. "description": "Serialization tools for IPC and data storage in PHP.",
  644. "homepage": "https://github.com/amphp/serialization",
  645. "keywords": [
  646. "async",
  647. "asynchronous",
  648. "serialization",
  649. "serialize"
  650. ],
  651. "support": {
  652. "issues": "https://github.com/amphp/serialization/issues",
  653. "source": "https://github.com/amphp/serialization/tree/master"
  654. },
  655. "time": "2020-03-25T21:39:07+00:00"
  656. },
  657. {
  658. "name": "amphp/socket",
  659. "version": "v2.3.1",
  660. "source": {
  661. "type": "git",
  662. "url": "https://github.com/amphp/socket.git",
  663. "reference": "58e0422221825b79681b72c50c47a930be7bf1e1"
  664. },
  665. "dist": {
  666. "type": "zip",
  667. "url": "https://api.github.com/repos/amphp/socket/zipball/58e0422221825b79681b72c50c47a930be7bf1e1",
  668. "reference": "58e0422221825b79681b72c50c47a930be7bf1e1",
  669. "shasum": ""
  670. },
  671. "require": {
  672. "amphp/amp": "^3",
  673. "amphp/byte-stream": "^2",
  674. "amphp/dns": "^2",
  675. "ext-openssl": "*",
  676. "kelunik/certificate": "^1.1",
  677. "league/uri": "^6.5 | ^7",
  678. "league/uri-interfaces": "^2.3 | ^7",
  679. "php": ">=8.1",
  680. "revolt/event-loop": "^1 || ^0.2"
  681. },
  682. "require-dev": {
  683. "amphp/php-cs-fixer-config": "^2",
  684. "amphp/phpunit-util": "^3",
  685. "amphp/process": "^2",
  686. "phpunit/phpunit": "^9",
  687. "psalm/phar": "5.20"
  688. },
  689. "type": "library",
  690. "autoload": {
  691. "files": [
  692. "src/functions.php",
  693. "src/Internal/functions.php",
  694. "src/SocketAddress/functions.php"
  695. ],
  696. "psr-4": {
  697. "Amp\\Socket\\": "src"
  698. }
  699. },
  700. "notification-url": "https://packagist.org/downloads/",
  701. "license": [
  702. "MIT"
  703. ],
  704. "authors": [
  705. {
  706. "name": "Daniel Lowrey",
  707. "email": "rdlowrey@gmail.com"
  708. },
  709. {
  710. "name": "Aaron Piotrowski",
  711. "email": "aaron@trowski.com"
  712. },
  713. {
  714. "name": "Niklas Keller",
  715. "email": "me@kelunik.com"
  716. }
  717. ],
  718. "description": "Non-blocking socket connection / server implementations based on Amp and Revolt.",
  719. "homepage": "https://github.com/amphp/socket",
  720. "keywords": [
  721. "amp",
  722. "async",
  723. "encryption",
  724. "non-blocking",
  725. "sockets",
  726. "tcp",
  727. "tls"
  728. ],
  729. "support": {
  730. "issues": "https://github.com/amphp/socket/issues",
  731. "source": "https://github.com/amphp/socket/tree/v2.3.1"
  732. },
  733. "funding": [
  734. {
  735. "url": "https://github.com/amphp",
  736. "type": "github"
  737. }
  738. ],
  739. "time": "2024-04-21T14:33:03+00:00"
  740. },
  741. {
  742. "name": "amphp/sync",
  743. "version": "v2.3.0",
  744. "source": {
  745. "type": "git",
  746. "url": "https://github.com/amphp/sync.git",
  747. "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1"
  748. },
  749. "dist": {
  750. "type": "zip",
  751. "url": "https://api.github.com/repos/amphp/sync/zipball/217097b785130d77cfcc58ff583cf26cd1770bf1",
  752. "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1",
  753. "shasum": ""
  754. },
  755. "require": {
  756. "amphp/amp": "^3",
  757. "amphp/pipeline": "^1",
  758. "amphp/serialization": "^1",
  759. "php": ">=8.1",
  760. "revolt/event-loop": "^1 || ^0.2"
  761. },
  762. "require-dev": {
  763. "amphp/php-cs-fixer-config": "^2",
  764. "amphp/phpunit-util": "^3",
  765. "phpunit/phpunit": "^9",
  766. "psalm/phar": "5.23"
  767. },
  768. "type": "library",
  769. "autoload": {
  770. "files": [
  771. "src/functions.php"
  772. ],
  773. "psr-4": {
  774. "Amp\\Sync\\": "src"
  775. }
  776. },
  777. "notification-url": "https://packagist.org/downloads/",
  778. "license": [
  779. "MIT"
  780. ],
  781. "authors": [
  782. {
  783. "name": "Aaron Piotrowski",
  784. "email": "aaron@trowski.com"
  785. },
  786. {
  787. "name": "Niklas Keller",
  788. "email": "me@kelunik.com"
  789. },
  790. {
  791. "name": "Stephen Coakley",
  792. "email": "me@stephencoakley.com"
  793. }
  794. ],
  795. "description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
  796. "homepage": "https://github.com/amphp/sync",
  797. "keywords": [
  798. "async",
  799. "asynchronous",
  800. "mutex",
  801. "semaphore",
  802. "synchronization"
  803. ],
  804. "support": {
  805. "issues": "https://github.com/amphp/sync/issues",
  806. "source": "https://github.com/amphp/sync/tree/v2.3.0"
  807. },
  808. "funding": [
  809. {
  810. "url": "https://github.com/amphp",
  811. "type": "github"
  812. }
  813. ],
  814. "time": "2024-08-03T19:31:26+00:00"
  815. },
  816. {
  817. "name": "amphp/windows-registry",
  818. "version": "v1.0.1",
  819. "source": {
  820. "type": "git",
  821. "url": "https://github.com/amphp/windows-registry.git",
  822. "reference": "0d569e8f256cca974e3842b6e78b4e434bf98306"
  823. },
  824. "dist": {
  825. "type": "zip",
  826. "url": "https://api.github.com/repos/amphp/windows-registry/zipball/0d569e8f256cca974e3842b6e78b4e434bf98306",
  827. "reference": "0d569e8f256cca974e3842b6e78b4e434bf98306",
  828. "shasum": ""
  829. },
  830. "require": {
  831. "amphp/byte-stream": "^2",
  832. "amphp/process": "^2",
  833. "php": ">=8.1"
  834. },
  835. "require-dev": {
  836. "amphp/php-cs-fixer-config": "^2",
  837. "psalm/phar": "^5.4"
  838. },
  839. "type": "library",
  840. "autoload": {
  841. "psr-4": {
  842. "Amp\\WindowsRegistry\\": "src"
  843. }
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "MIT"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Niklas Keller",
  852. "email": "me@kelunik.com"
  853. }
  854. ],
  855. "description": "Windows Registry Reader.",
  856. "support": {
  857. "issues": "https://github.com/amphp/windows-registry/issues",
  858. "source": "https://github.com/amphp/windows-registry/tree/v1.0.1"
  859. },
  860. "funding": [
  861. {
  862. "url": "https://github.com/amphp",
  863. "type": "github"
  864. }
  865. ],
  866. "time": "2024-01-30T23:01:51+00:00"
  867. },
  868. {
  869. "name": "brick/math",
  870. "version": "0.12.1",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/brick/math.git",
  874. "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
  879. "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
  880. "shasum": ""
  881. },
  882. "require": {
  883. "php": "^8.1"
  884. },
  885. "require-dev": {
  886. "php-coveralls/php-coveralls": "^2.2",
  887. "phpunit/phpunit": "^10.1",
  888. "vimeo/psalm": "5.16.0"
  889. },
  890. "type": "library",
  891. "autoload": {
  892. "psr-4": {
  893. "Brick\\Math\\": "src/"
  894. }
  895. },
  896. "notification-url": "https://packagist.org/downloads/",
  897. "license": [
  898. "MIT"
  899. ],
  900. "description": "Arbitrary-precision arithmetic library",
  901. "keywords": [
  902. "Arbitrary-precision",
  903. "BigInteger",
  904. "BigRational",
  905. "arithmetic",
  906. "bigdecimal",
  907. "bignum",
  908. "bignumber",
  909. "brick",
  910. "decimal",
  911. "integer",
  912. "math",
  913. "mathematics",
  914. "rational"
  915. ],
  916. "support": {
  917. "issues": "https://github.com/brick/math/issues",
  918. "source": "https://github.com/brick/math/tree/0.12.1"
  919. },
  920. "funding": [
  921. {
  922. "url": "https://github.com/BenMorel",
  923. "type": "github"
  924. }
  925. ],
  926. "time": "2023-11-29T23:19:16+00:00"
  927. },
  928. {
  929. "name": "carbonphp/carbon-doctrine-types",
  930. "version": "3.2.0",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
  934. "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
  939. "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
  940. "shasum": ""
  941. },
  942. "require": {
  943. "php": "^8.1"
  944. },
  945. "conflict": {
  946. "doctrine/dbal": "<4.0.0 || >=5.0.0"
  947. },
  948. "require-dev": {
  949. "doctrine/dbal": "^4.0.0",
  950. "nesbot/carbon": "^2.71.0 || ^3.0.0",
  951. "phpunit/phpunit": "^10.3"
  952. },
  953. "type": "library",
  954. "autoload": {
  955. "psr-4": {
  956. "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
  957. }
  958. },
  959. "notification-url": "https://packagist.org/downloads/",
  960. "license": [
  961. "MIT"
  962. ],
  963. "authors": [
  964. {
  965. "name": "KyleKatarn",
  966. "email": "kylekatarnls@gmail.com"
  967. }
  968. ],
  969. "description": "Types to use Carbon in Doctrine",
  970. "keywords": [
  971. "carbon",
  972. "date",
  973. "datetime",
  974. "doctrine",
  975. "time"
  976. ],
  977. "support": {
  978. "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
  979. "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
  980. },
  981. "funding": [
  982. {
  983. "url": "https://github.com/kylekatarnls",
  984. "type": "github"
  985. },
  986. {
  987. "url": "https://opencollective.com/Carbon",
  988. "type": "open_collective"
  989. },
  990. {
  991. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  992. "type": "tidelift"
  993. }
  994. ],
  995. "time": "2024-02-09T16:56:22+00:00"
  996. },
  997. {
  998. "name": "daverandom/libdns",
  999. "version": "v2.1.0",
  1000. "source": {
  1001. "type": "git",
  1002. "url": "https://github.com/DaveRandom/LibDNS.git",
  1003. "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a"
  1004. },
  1005. "dist": {
  1006. "type": "zip",
  1007. "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
  1008. "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
  1009. "shasum": ""
  1010. },
  1011. "require": {
  1012. "ext-ctype": "*",
  1013. "php": ">=7.1"
  1014. },
  1015. "suggest": {
  1016. "ext-intl": "Required for IDN support"
  1017. },
  1018. "type": "library",
  1019. "autoload": {
  1020. "files": [
  1021. "src/functions.php"
  1022. ],
  1023. "psr-4": {
  1024. "LibDNS\\": "src/"
  1025. }
  1026. },
  1027. "notification-url": "https://packagist.org/downloads/",
  1028. "license": [
  1029. "MIT"
  1030. ],
  1031. "description": "DNS protocol implementation written in pure PHP",
  1032. "keywords": [
  1033. "dns"
  1034. ],
  1035. "support": {
  1036. "issues": "https://github.com/DaveRandom/LibDNS/issues",
  1037. "source": "https://github.com/DaveRandom/LibDNS/tree/v2.1.0"
  1038. },
  1039. "time": "2024-04-12T12:12:48+00:00"
  1040. },
  1041. {
  1042. "name": "dflydev/dot-access-data",
  1043. "version": "v3.0.3",
  1044. "source": {
  1045. "type": "git",
  1046. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  1047. "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
  1048. },
  1049. "dist": {
  1050. "type": "zip",
  1051. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
  1052. "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
  1053. "shasum": ""
  1054. },
  1055. "require": {
  1056. "php": "^7.1 || ^8.0"
  1057. },
  1058. "require-dev": {
  1059. "phpstan/phpstan": "^0.12.42",
  1060. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  1061. "scrutinizer/ocular": "1.6.0",
  1062. "squizlabs/php_codesniffer": "^3.5",
  1063. "vimeo/psalm": "^4.0.0"
  1064. },
  1065. "type": "library",
  1066. "extra": {
  1067. "branch-alias": {
  1068. "dev-main": "3.x-dev"
  1069. }
  1070. },
  1071. "autoload": {
  1072. "psr-4": {
  1073. "Dflydev\\DotAccessData\\": "src/"
  1074. }
  1075. },
  1076. "notification-url": "https://packagist.org/downloads/",
  1077. "license": [
  1078. "MIT"
  1079. ],
  1080. "authors": [
  1081. {
  1082. "name": "Dragonfly Development Inc.",
  1083. "email": "info@dflydev.com",
  1084. "homepage": "http://dflydev.com"
  1085. },
  1086. {
  1087. "name": "Beau Simensen",
  1088. "email": "beau@dflydev.com",
  1089. "homepage": "http://beausimensen.com"
  1090. },
  1091. {
  1092. "name": "Carlos Frutos",
  1093. "email": "carlos@kiwing.it",
  1094. "homepage": "https://github.com/cfrutos"
  1095. },
  1096. {
  1097. "name": "Colin O'Dell",
  1098. "email": "colinodell@gmail.com",
  1099. "homepage": "https://www.colinodell.com"
  1100. }
  1101. ],
  1102. "description": "Given a deep data structure, access data by dot notation.",
  1103. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  1104. "keywords": [
  1105. "access",
  1106. "data",
  1107. "dot",
  1108. "notation"
  1109. ],
  1110. "support": {
  1111. "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
  1112. "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
  1113. },
  1114. "time": "2024-07-08T12:26:09+00:00"
  1115. },
  1116. {
  1117. "name": "doctrine/deprecations",
  1118. "version": "1.1.3",
  1119. "source": {
  1120. "type": "git",
  1121. "url": "https://github.com/doctrine/deprecations.git",
  1122. "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
  1123. },
  1124. "dist": {
  1125. "type": "zip",
  1126. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
  1127. "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
  1128. "shasum": ""
  1129. },
  1130. "require": {
  1131. "php": "^7.1 || ^8.0"
  1132. },
  1133. "require-dev": {
  1134. "doctrine/coding-standard": "^9",
  1135. "phpstan/phpstan": "1.4.10 || 1.10.15",
  1136. "phpstan/phpstan-phpunit": "^1.0",
  1137. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1138. "psalm/plugin-phpunit": "0.18.4",
  1139. "psr/log": "^1 || ^2 || ^3",
  1140. "vimeo/psalm": "4.30.0 || 5.12.0"
  1141. },
  1142. "suggest": {
  1143. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  1144. },
  1145. "type": "library",
  1146. "autoload": {
  1147. "psr-4": {
  1148. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  1149. }
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "MIT"
  1154. ],
  1155. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  1156. "homepage": "https://www.doctrine-project.org/",
  1157. "support": {
  1158. "issues": "https://github.com/doctrine/deprecations/issues",
  1159. "source": "https://github.com/doctrine/deprecations/tree/1.1.3"
  1160. },
  1161. "time": "2024-01-30T19:34:25+00:00"
  1162. },
  1163. {
  1164. "name": "doctrine/inflector",
  1165. "version": "2.0.10",
  1166. "source": {
  1167. "type": "git",
  1168. "url": "https://github.com/doctrine/inflector.git",
  1169. "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
  1170. },
  1171. "dist": {
  1172. "type": "zip",
  1173. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
  1174. "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
  1175. "shasum": ""
  1176. },
  1177. "require": {
  1178. "php": "^7.2 || ^8.0"
  1179. },
  1180. "require-dev": {
  1181. "doctrine/coding-standard": "^11.0",
  1182. "phpstan/phpstan": "^1.8",
  1183. "phpstan/phpstan-phpunit": "^1.1",
  1184. "phpstan/phpstan-strict-rules": "^1.3",
  1185. "phpunit/phpunit": "^8.5 || ^9.5",
  1186. "vimeo/psalm": "^4.25 || ^5.4"
  1187. },
  1188. "type": "library",
  1189. "autoload": {
  1190. "psr-4": {
  1191. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  1192. }
  1193. },
  1194. "notification-url": "https://packagist.org/downloads/",
  1195. "license": [
  1196. "MIT"
  1197. ],
  1198. "authors": [
  1199. {
  1200. "name": "Guilherme Blanco",
  1201. "email": "guilhermeblanco@gmail.com"
  1202. },
  1203. {
  1204. "name": "Roman Borschel",
  1205. "email": "roman@code-factory.org"
  1206. },
  1207. {
  1208. "name": "Benjamin Eberlei",
  1209. "email": "kontakt@beberlei.de"
  1210. },
  1211. {
  1212. "name": "Jonathan Wage",
  1213. "email": "jonwage@gmail.com"
  1214. },
  1215. {
  1216. "name": "Johannes Schmitt",
  1217. "email": "schmittjoh@gmail.com"
  1218. }
  1219. ],
  1220. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  1221. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  1222. "keywords": [
  1223. "inflection",
  1224. "inflector",
  1225. "lowercase",
  1226. "manipulation",
  1227. "php",
  1228. "plural",
  1229. "singular",
  1230. "strings",
  1231. "uppercase",
  1232. "words"
  1233. ],
  1234. "support": {
  1235. "issues": "https://github.com/doctrine/inflector/issues",
  1236. "source": "https://github.com/doctrine/inflector/tree/2.0.10"
  1237. },
  1238. "funding": [
  1239. {
  1240. "url": "https://www.doctrine-project.org/sponsorship.html",
  1241. "type": "custom"
  1242. },
  1243. {
  1244. "url": "https://www.patreon.com/phpdoctrine",
  1245. "type": "patreon"
  1246. },
  1247. {
  1248. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  1249. "type": "tidelift"
  1250. }
  1251. ],
  1252. "time": "2024-02-18T20:23:39+00:00"
  1253. },
  1254. {
  1255. "name": "doctrine/lexer",
  1256. "version": "3.0.1",
  1257. "source": {
  1258. "type": "git",
  1259. "url": "https://github.com/doctrine/lexer.git",
  1260. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
  1261. },
  1262. "dist": {
  1263. "type": "zip",
  1264. "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  1265. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  1266. "shasum": ""
  1267. },
  1268. "require": {
  1269. "php": "^8.1"
  1270. },
  1271. "require-dev": {
  1272. "doctrine/coding-standard": "^12",
  1273. "phpstan/phpstan": "^1.10",
  1274. "phpunit/phpunit": "^10.5",
  1275. "psalm/plugin-phpunit": "^0.18.3",
  1276. "vimeo/psalm": "^5.21"
  1277. },
  1278. "type": "library",
  1279. "autoload": {
  1280. "psr-4": {
  1281. "Doctrine\\Common\\Lexer\\": "src"
  1282. }
  1283. },
  1284. "notification-url": "https://packagist.org/downloads/",
  1285. "license": [
  1286. "MIT"
  1287. ],
  1288. "authors": [
  1289. {
  1290. "name": "Guilherme Blanco",
  1291. "email": "guilhermeblanco@gmail.com"
  1292. },
  1293. {
  1294. "name": "Roman Borschel",
  1295. "email": "roman@code-factory.org"
  1296. },
  1297. {
  1298. "name": "Johannes Schmitt",
  1299. "email": "schmittjoh@gmail.com"
  1300. }
  1301. ],
  1302. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1303. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1304. "keywords": [
  1305. "annotations",
  1306. "docblock",
  1307. "lexer",
  1308. "parser",
  1309. "php"
  1310. ],
  1311. "support": {
  1312. "issues": "https://github.com/doctrine/lexer/issues",
  1313. "source": "https://github.com/doctrine/lexer/tree/3.0.1"
  1314. },
  1315. "funding": [
  1316. {
  1317. "url": "https://www.doctrine-project.org/sponsorship.html",
  1318. "type": "custom"
  1319. },
  1320. {
  1321. "url": "https://www.patreon.com/phpdoctrine",
  1322. "type": "patreon"
  1323. },
  1324. {
  1325. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1326. "type": "tidelift"
  1327. }
  1328. ],
  1329. "time": "2024-02-05T11:56:58+00:00"
  1330. },
  1331. {
  1332. "name": "dragonmantank/cron-expression",
  1333. "version": "v3.3.3",
  1334. "source": {
  1335. "type": "git",
  1336. "url": "https://github.com/dragonmantank/cron-expression.git",
  1337. "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
  1338. },
  1339. "dist": {
  1340. "type": "zip",
  1341. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
  1342. "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
  1343. "shasum": ""
  1344. },
  1345. "require": {
  1346. "php": "^7.2|^8.0",
  1347. "webmozart/assert": "^1.0"
  1348. },
  1349. "replace": {
  1350. "mtdowling/cron-expression": "^1.0"
  1351. },
  1352. "require-dev": {
  1353. "phpstan/extension-installer": "^1.0",
  1354. "phpstan/phpstan": "^1.0",
  1355. "phpstan/phpstan-webmozart-assert": "^1.0",
  1356. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  1357. },
  1358. "type": "library",
  1359. "autoload": {
  1360. "psr-4": {
  1361. "Cron\\": "src/Cron/"
  1362. }
  1363. },
  1364. "notification-url": "https://packagist.org/downloads/",
  1365. "license": [
  1366. "MIT"
  1367. ],
  1368. "authors": [
  1369. {
  1370. "name": "Chris Tankersley",
  1371. "email": "chris@ctankersley.com",
  1372. "homepage": "https://github.com/dragonmantank"
  1373. }
  1374. ],
  1375. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1376. "keywords": [
  1377. "cron",
  1378. "schedule"
  1379. ],
  1380. "support": {
  1381. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  1382. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
  1383. },
  1384. "funding": [
  1385. {
  1386. "url": "https://github.com/dragonmantank",
  1387. "type": "github"
  1388. }
  1389. ],
  1390. "time": "2023-08-10T19:36:49+00:00"
  1391. },
  1392. {
  1393. "name": "egulias/email-validator",
  1394. "version": "4.0.2",
  1395. "source": {
  1396. "type": "git",
  1397. "url": "https://github.com/egulias/EmailValidator.git",
  1398. "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
  1399. },
  1400. "dist": {
  1401. "type": "zip",
  1402. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
  1403. "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
  1404. "shasum": ""
  1405. },
  1406. "require": {
  1407. "doctrine/lexer": "^2.0 || ^3.0",
  1408. "php": ">=8.1",
  1409. "symfony/polyfill-intl-idn": "^1.26"
  1410. },
  1411. "require-dev": {
  1412. "phpunit/phpunit": "^10.2",
  1413. "vimeo/psalm": "^5.12"
  1414. },
  1415. "suggest": {
  1416. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1417. },
  1418. "type": "library",
  1419. "extra": {
  1420. "branch-alias": {
  1421. "dev-master": "4.0.x-dev"
  1422. }
  1423. },
  1424. "autoload": {
  1425. "psr-4": {
  1426. "Egulias\\EmailValidator\\": "src"
  1427. }
  1428. },
  1429. "notification-url": "https://packagist.org/downloads/",
  1430. "license": [
  1431. "MIT"
  1432. ],
  1433. "authors": [
  1434. {
  1435. "name": "Eduardo Gulias Davis"
  1436. }
  1437. ],
  1438. "description": "A library for validating emails against several RFCs",
  1439. "homepage": "https://github.com/egulias/EmailValidator",
  1440. "keywords": [
  1441. "email",
  1442. "emailvalidation",
  1443. "emailvalidator",
  1444. "validation",
  1445. "validator"
  1446. ],
  1447. "support": {
  1448. "issues": "https://github.com/egulias/EmailValidator/issues",
  1449. "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
  1450. },
  1451. "funding": [
  1452. {
  1453. "url": "https://github.com/egulias",
  1454. "type": "github"
  1455. }
  1456. ],
  1457. "time": "2023-10-06T06:47:41+00:00"
  1458. },
  1459. {
  1460. "name": "fruitcake/php-cors",
  1461. "version": "v1.3.0",
  1462. "source": {
  1463. "type": "git",
  1464. "url": "https://github.com/fruitcake/php-cors.git",
  1465. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
  1466. },
  1467. "dist": {
  1468. "type": "zip",
  1469. "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
  1470. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
  1471. "shasum": ""
  1472. },
  1473. "require": {
  1474. "php": "^7.4|^8.0",
  1475. "symfony/http-foundation": "^4.4|^5.4|^6|^7"
  1476. },
  1477. "require-dev": {
  1478. "phpstan/phpstan": "^1.4",
  1479. "phpunit/phpunit": "^9",
  1480. "squizlabs/php_codesniffer": "^3.5"
  1481. },
  1482. "type": "library",
  1483. "extra": {
  1484. "branch-alias": {
  1485. "dev-master": "1.2-dev"
  1486. }
  1487. },
  1488. "autoload": {
  1489. "psr-4": {
  1490. "Fruitcake\\Cors\\": "src/"
  1491. }
  1492. },
  1493. "notification-url": "https://packagist.org/downloads/",
  1494. "license": [
  1495. "MIT"
  1496. ],
  1497. "authors": [
  1498. {
  1499. "name": "Fruitcake",
  1500. "homepage": "https://fruitcake.nl"
  1501. },
  1502. {
  1503. "name": "Barryvdh",
  1504. "email": "barryvdh@gmail.com"
  1505. }
  1506. ],
  1507. "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
  1508. "homepage": "https://github.com/fruitcake/php-cors",
  1509. "keywords": [
  1510. "cors",
  1511. "laravel",
  1512. "symfony"
  1513. ],
  1514. "support": {
  1515. "issues": "https://github.com/fruitcake/php-cors/issues",
  1516. "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
  1517. },
  1518. "funding": [
  1519. {
  1520. "url": "https://fruitcake.nl",
  1521. "type": "custom"
  1522. },
  1523. {
  1524. "url": "https://github.com/barryvdh",
  1525. "type": "github"
  1526. }
  1527. ],
  1528. "time": "2023-10-12T05:21:21+00:00"
  1529. },
  1530. {
  1531. "name": "graham-campbell/result-type",
  1532. "version": "v1.1.3",
  1533. "source": {
  1534. "type": "git",
  1535. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  1536. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  1537. },
  1538. "dist": {
  1539. "type": "zip",
  1540. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  1541. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  1542. "shasum": ""
  1543. },
  1544. "require": {
  1545. "php": "^7.2.5 || ^8.0",
  1546. "phpoption/phpoption": "^1.9.3"
  1547. },
  1548. "require-dev": {
  1549. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  1550. },
  1551. "type": "library",
  1552. "autoload": {
  1553. "psr-4": {
  1554. "GrahamCampbell\\ResultType\\": "src/"
  1555. }
  1556. },
  1557. "notification-url": "https://packagist.org/downloads/",
  1558. "license": [
  1559. "MIT"
  1560. ],
  1561. "authors": [
  1562. {
  1563. "name": "Graham Campbell",
  1564. "email": "hello@gjcampbell.co.uk",
  1565. "homepage": "https://github.com/GrahamCampbell"
  1566. }
  1567. ],
  1568. "description": "An Implementation Of The Result Type",
  1569. "keywords": [
  1570. "Graham Campbell",
  1571. "GrahamCampbell",
  1572. "Result Type",
  1573. "Result-Type",
  1574. "result"
  1575. ],
  1576. "support": {
  1577. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  1578. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  1579. },
  1580. "funding": [
  1581. {
  1582. "url": "https://github.com/GrahamCampbell",
  1583. "type": "github"
  1584. },
  1585. {
  1586. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  1587. "type": "tidelift"
  1588. }
  1589. ],
  1590. "time": "2024-07-20T21:45:45+00:00"
  1591. },
  1592. {
  1593. "name": "guzzlehttp/guzzle",
  1594. "version": "7.9.2",
  1595. "source": {
  1596. "type": "git",
  1597. "url": "https://github.com/guzzle/guzzle.git",
  1598. "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
  1599. },
  1600. "dist": {
  1601. "type": "zip",
  1602. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
  1603. "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
  1604. "shasum": ""
  1605. },
  1606. "require": {
  1607. "ext-json": "*",
  1608. "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
  1609. "guzzlehttp/psr7": "^2.7.0",
  1610. "php": "^7.2.5 || ^8.0",
  1611. "psr/http-client": "^1.0",
  1612. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  1613. },
  1614. "provide": {
  1615. "psr/http-client-implementation": "1.0"
  1616. },
  1617. "require-dev": {
  1618. "bamarni/composer-bin-plugin": "^1.8.2",
  1619. "ext-curl": "*",
  1620. "guzzle/client-integration-tests": "3.0.2",
  1621. "php-http/message-factory": "^1.1",
  1622. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  1623. "psr/log": "^1.1 || ^2.0 || ^3.0"
  1624. },
  1625. "suggest": {
  1626. "ext-curl": "Required for CURL handler support",
  1627. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  1628. "psr/log": "Required for using the Log middleware"
  1629. },
  1630. "type": "library",
  1631. "extra": {
  1632. "bamarni-bin": {
  1633. "bin-links": true,
  1634. "forward-command": false
  1635. }
  1636. },
  1637. "autoload": {
  1638. "files": [
  1639. "src/functions_include.php"
  1640. ],
  1641. "psr-4": {
  1642. "GuzzleHttp\\": "src/"
  1643. }
  1644. },
  1645. "notification-url": "https://packagist.org/downloads/",
  1646. "license": [
  1647. "MIT"
  1648. ],
  1649. "authors": [
  1650. {
  1651. "name": "Graham Campbell",
  1652. "email": "hello@gjcampbell.co.uk",
  1653. "homepage": "https://github.com/GrahamCampbell"
  1654. },
  1655. {
  1656. "name": "Michael Dowling",
  1657. "email": "mtdowling@gmail.com",
  1658. "homepage": "https://github.com/mtdowling"
  1659. },
  1660. {
  1661. "name": "Jeremy Lindblom",
  1662. "email": "jeremeamia@gmail.com",
  1663. "homepage": "https://github.com/jeremeamia"
  1664. },
  1665. {
  1666. "name": "George Mponos",
  1667. "email": "gmponos@gmail.com",
  1668. "homepage": "https://github.com/gmponos"
  1669. },
  1670. {
  1671. "name": "Tobias Nyholm",
  1672. "email": "tobias.nyholm@gmail.com",
  1673. "homepage": "https://github.com/Nyholm"
  1674. },
  1675. {
  1676. "name": "Márk Sági-Kazár",
  1677. "email": "mark.sagikazar@gmail.com",
  1678. "homepage": "https://github.com/sagikazarmark"
  1679. },
  1680. {
  1681. "name": "Tobias Schultze",
  1682. "email": "webmaster@tubo-world.de",
  1683. "homepage": "https://github.com/Tobion"
  1684. }
  1685. ],
  1686. "description": "Guzzle is a PHP HTTP client library",
  1687. "keywords": [
  1688. "client",
  1689. "curl",
  1690. "framework",
  1691. "http",
  1692. "http client",
  1693. "psr-18",
  1694. "psr-7",
  1695. "rest",
  1696. "web service"
  1697. ],
  1698. "support": {
  1699. "issues": "https://github.com/guzzle/guzzle/issues",
  1700. "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
  1701. },
  1702. "funding": [
  1703. {
  1704. "url": "https://github.com/GrahamCampbell",
  1705. "type": "github"
  1706. },
  1707. {
  1708. "url": "https://github.com/Nyholm",
  1709. "type": "github"
  1710. },
  1711. {
  1712. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  1713. "type": "tidelift"
  1714. }
  1715. ],
  1716. "time": "2024-07-24T11:22:20+00:00"
  1717. },
  1718. {
  1719. "name": "guzzlehttp/promises",
  1720. "version": "2.0.3",
  1721. "source": {
  1722. "type": "git",
  1723. "url": "https://github.com/guzzle/promises.git",
  1724. "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
  1725. },
  1726. "dist": {
  1727. "type": "zip",
  1728. "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
  1729. "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
  1730. "shasum": ""
  1731. },
  1732. "require": {
  1733. "php": "^7.2.5 || ^8.0"
  1734. },
  1735. "require-dev": {
  1736. "bamarni/composer-bin-plugin": "^1.8.2",
  1737. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  1738. },
  1739. "type": "library",
  1740. "extra": {
  1741. "bamarni-bin": {
  1742. "bin-links": true,
  1743. "forward-command": false
  1744. }
  1745. },
  1746. "autoload": {
  1747. "psr-4": {
  1748. "GuzzleHttp\\Promise\\": "src/"
  1749. }
  1750. },
  1751. "notification-url": "https://packagist.org/downloads/",
  1752. "license": [
  1753. "MIT"
  1754. ],
  1755. "authors": [
  1756. {
  1757. "name": "Graham Campbell",
  1758. "email": "hello@gjcampbell.co.uk",
  1759. "homepage": "https://github.com/GrahamCampbell"
  1760. },
  1761. {
  1762. "name": "Michael Dowling",
  1763. "email": "mtdowling@gmail.com",
  1764. "homepage": "https://github.com/mtdowling"
  1765. },
  1766. {
  1767. "name": "Tobias Nyholm",
  1768. "email": "tobias.nyholm@gmail.com",
  1769. "homepage": "https://github.com/Nyholm"
  1770. },
  1771. {
  1772. "name": "Tobias Schultze",
  1773. "email": "webmaster@tubo-world.de",
  1774. "homepage": "https://github.com/Tobion"
  1775. }
  1776. ],
  1777. "description": "Guzzle promises library",
  1778. "keywords": [
  1779. "promise"
  1780. ],
  1781. "support": {
  1782. "issues": "https://github.com/guzzle/promises/issues",
  1783. "source": "https://github.com/guzzle/promises/tree/2.0.3"
  1784. },
  1785. "funding": [
  1786. {
  1787. "url": "https://github.com/GrahamCampbell",
  1788. "type": "github"
  1789. },
  1790. {
  1791. "url": "https://github.com/Nyholm",
  1792. "type": "github"
  1793. },
  1794. {
  1795. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  1796. "type": "tidelift"
  1797. }
  1798. ],
  1799. "time": "2024-07-18T10:29:17+00:00"
  1800. },
  1801. {
  1802. "name": "guzzlehttp/psr7",
  1803. "version": "2.7.0",
  1804. "source": {
  1805. "type": "git",
  1806. "url": "https://github.com/guzzle/psr7.git",
  1807. "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
  1808. },
  1809. "dist": {
  1810. "type": "zip",
  1811. "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
  1812. "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
  1813. "shasum": ""
  1814. },
  1815. "require": {
  1816. "php": "^7.2.5 || ^8.0",
  1817. "psr/http-factory": "^1.0",
  1818. "psr/http-message": "^1.1 || ^2.0",
  1819. "ralouphie/getallheaders": "^3.0"
  1820. },
  1821. "provide": {
  1822. "psr/http-factory-implementation": "1.0",
  1823. "psr/http-message-implementation": "1.0"
  1824. },
  1825. "require-dev": {
  1826. "bamarni/composer-bin-plugin": "^1.8.2",
  1827. "http-interop/http-factory-tests": "0.9.0",
  1828. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  1829. },
  1830. "suggest": {
  1831. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  1832. },
  1833. "type": "library",
  1834. "extra": {
  1835. "bamarni-bin": {
  1836. "bin-links": true,
  1837. "forward-command": false
  1838. }
  1839. },
  1840. "autoload": {
  1841. "psr-4": {
  1842. "GuzzleHttp\\Psr7\\": "src/"
  1843. }
  1844. },
  1845. "notification-url": "https://packagist.org/downloads/",
  1846. "license": [
  1847. "MIT"
  1848. ],
  1849. "authors": [
  1850. {
  1851. "name": "Graham Campbell",
  1852. "email": "hello@gjcampbell.co.uk",
  1853. "homepage": "https://github.com/GrahamCampbell"
  1854. },
  1855. {
  1856. "name": "Michael Dowling",
  1857. "email": "mtdowling@gmail.com",
  1858. "homepage": "https://github.com/mtdowling"
  1859. },
  1860. {
  1861. "name": "George Mponos",
  1862. "email": "gmponos@gmail.com",
  1863. "homepage": "https://github.com/gmponos"
  1864. },
  1865. {
  1866. "name": "Tobias Nyholm",
  1867. "email": "tobias.nyholm@gmail.com",
  1868. "homepage": "https://github.com/Nyholm"
  1869. },
  1870. {
  1871. "name": "Márk Sági-Kazár",
  1872. "email": "mark.sagikazar@gmail.com",
  1873. "homepage": "https://github.com/sagikazarmark"
  1874. },
  1875. {
  1876. "name": "Tobias Schultze",
  1877. "email": "webmaster@tubo-world.de",
  1878. "homepage": "https://github.com/Tobion"
  1879. },
  1880. {
  1881. "name": "Márk Sági-Kazár",
  1882. "email": "mark.sagikazar@gmail.com",
  1883. "homepage": "https://sagikazarmark.hu"
  1884. }
  1885. ],
  1886. "description": "PSR-7 message implementation that also provides common utility methods",
  1887. "keywords": [
  1888. "http",
  1889. "message",
  1890. "psr-7",
  1891. "request",
  1892. "response",
  1893. "stream",
  1894. "uri",
  1895. "url"
  1896. ],
  1897. "support": {
  1898. "issues": "https://github.com/guzzle/psr7/issues",
  1899. "source": "https://github.com/guzzle/psr7/tree/2.7.0"
  1900. },
  1901. "funding": [
  1902. {
  1903. "url": "https://github.com/GrahamCampbell",
  1904. "type": "github"
  1905. },
  1906. {
  1907. "url": "https://github.com/Nyholm",
  1908. "type": "github"
  1909. },
  1910. {
  1911. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  1912. "type": "tidelift"
  1913. }
  1914. ],
  1915. "time": "2024-07-18T11:15:46+00:00"
  1916. },
  1917. {
  1918. "name": "guzzlehttp/uri-template",
  1919. "version": "v1.0.3",
  1920. "source": {
  1921. "type": "git",
  1922. "url": "https://github.com/guzzle/uri-template.git",
  1923. "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
  1924. },
  1925. "dist": {
  1926. "type": "zip",
  1927. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
  1928. "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
  1929. "shasum": ""
  1930. },
  1931. "require": {
  1932. "php": "^7.2.5 || ^8.0",
  1933. "symfony/polyfill-php80": "^1.24"
  1934. },
  1935. "require-dev": {
  1936. "bamarni/composer-bin-plugin": "^1.8.2",
  1937. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  1938. "uri-template/tests": "1.0.0"
  1939. },
  1940. "type": "library",
  1941. "extra": {
  1942. "bamarni-bin": {
  1943. "bin-links": true,
  1944. "forward-command": false
  1945. }
  1946. },
  1947. "autoload": {
  1948. "psr-4": {
  1949. "GuzzleHttp\\UriTemplate\\": "src"
  1950. }
  1951. },
  1952. "notification-url": "https://packagist.org/downloads/",
  1953. "license": [
  1954. "MIT"
  1955. ],
  1956. "authors": [
  1957. {
  1958. "name": "Graham Campbell",
  1959. "email": "hello@gjcampbell.co.uk",
  1960. "homepage": "https://github.com/GrahamCampbell"
  1961. },
  1962. {
  1963. "name": "Michael Dowling",
  1964. "email": "mtdowling@gmail.com",
  1965. "homepage": "https://github.com/mtdowling"
  1966. },
  1967. {
  1968. "name": "George Mponos",
  1969. "email": "gmponos@gmail.com",
  1970. "homepage": "https://github.com/gmponos"
  1971. },
  1972. {
  1973. "name": "Tobias Nyholm",
  1974. "email": "tobias.nyholm@gmail.com",
  1975. "homepage": "https://github.com/Nyholm"
  1976. }
  1977. ],
  1978. "description": "A polyfill class for uri_template of PHP",
  1979. "keywords": [
  1980. "guzzlehttp",
  1981. "uri-template"
  1982. ],
  1983. "support": {
  1984. "issues": "https://github.com/guzzle/uri-template/issues",
  1985. "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
  1986. },
  1987. "funding": [
  1988. {
  1989. "url": "https://github.com/GrahamCampbell",
  1990. "type": "github"
  1991. },
  1992. {
  1993. "url": "https://github.com/Nyholm",
  1994. "type": "github"
  1995. },
  1996. {
  1997. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  1998. "type": "tidelift"
  1999. }
  2000. ],
  2001. "time": "2023-12-03T19:50:20+00:00"
  2002. },
  2003. {
  2004. "name": "kelunik/certificate",
  2005. "version": "v1.1.3",
  2006. "source": {
  2007. "type": "git",
  2008. "url": "https://github.com/kelunik/certificate.git",
  2009. "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
  2010. },
  2011. "dist": {
  2012. "type": "zip",
  2013. "url": "https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
  2014. "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
  2015. "shasum": ""
  2016. },
  2017. "require": {
  2018. "ext-openssl": "*",
  2019. "php": ">=7.0"
  2020. },
  2021. "require-dev": {
  2022. "amphp/php-cs-fixer-config": "^2",
  2023. "phpunit/phpunit": "^6 | 7 | ^8 | ^9"
  2024. },
  2025. "type": "library",
  2026. "extra": {
  2027. "branch-alias": {
  2028. "dev-master": "1.x-dev"
  2029. }
  2030. },
  2031. "autoload": {
  2032. "psr-4": {
  2033. "Kelunik\\Certificate\\": "src"
  2034. }
  2035. },
  2036. "notification-url": "https://packagist.org/downloads/",
  2037. "license": [
  2038. "MIT"
  2039. ],
  2040. "authors": [
  2041. {
  2042. "name": "Niklas Keller",
  2043. "email": "me@kelunik.com"
  2044. }
  2045. ],
  2046. "description": "Access certificate details and transform between different formats.",
  2047. "keywords": [
  2048. "DER",
  2049. "certificate",
  2050. "certificates",
  2051. "openssl",
  2052. "pem",
  2053. "x509"
  2054. ],
  2055. "support": {
  2056. "issues": "https://github.com/kelunik/certificate/issues",
  2057. "source": "https://github.com/kelunik/certificate/tree/v1.1.3"
  2058. },
  2059. "time": "2023-02-03T21:26:53+00:00"
  2060. },
  2061. {
  2062. "name": "laravel/framework",
  2063. "version": "v11.20.0",
  2064. "source": {
  2065. "type": "git",
  2066. "url": "https://github.com/laravel/framework.git",
  2067. "reference": "3cd7593dd9b67002fc416b46616f4d4d1da3e571"
  2068. },
  2069. "dist": {
  2070. "type": "zip",
  2071. "url": "https://api.github.com/repos/laravel/framework/zipball/3cd7593dd9b67002fc416b46616f4d4d1da3e571",
  2072. "reference": "3cd7593dd9b67002fc416b46616f4d4d1da3e571",
  2073. "shasum": ""
  2074. },
  2075. "require": {
  2076. "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
  2077. "composer-runtime-api": "^2.2",
  2078. "doctrine/inflector": "^2.0.5",
  2079. "dragonmantank/cron-expression": "^3.3.2",
  2080. "egulias/email-validator": "^3.2.1|^4.0",
  2081. "ext-ctype": "*",
  2082. "ext-filter": "*",
  2083. "ext-hash": "*",
  2084. "ext-mbstring": "*",
  2085. "ext-openssl": "*",
  2086. "ext-session": "*",
  2087. "ext-tokenizer": "*",
  2088. "fruitcake/php-cors": "^1.3",
  2089. "guzzlehttp/guzzle": "^7.8",
  2090. "guzzlehttp/uri-template": "^1.0",
  2091. "laravel/prompts": "^0.1.18",
  2092. "laravel/serializable-closure": "^1.3",
  2093. "league/commonmark": "^2.2.1",
  2094. "league/flysystem": "^3.8.0",
  2095. "monolog/monolog": "^3.0",
  2096. "nesbot/carbon": "^2.72.2|^3.0",
  2097. "nunomaduro/termwind": "^2.0",
  2098. "php": "^8.2",
  2099. "psr/container": "^1.1.1|^2.0.1",
  2100. "psr/log": "^1.0|^2.0|^3.0",
  2101. "psr/simple-cache": "^1.0|^2.0|^3.0",
  2102. "ramsey/uuid": "^4.7",
  2103. "symfony/console": "^7.0",
  2104. "symfony/error-handler": "^7.0",
  2105. "symfony/finder": "^7.0",
  2106. "symfony/http-foundation": "^7.0",
  2107. "symfony/http-kernel": "^7.0",
  2108. "symfony/mailer": "^7.0",
  2109. "symfony/mime": "^7.0",
  2110. "symfony/polyfill-php83": "^1.28",
  2111. "symfony/process": "^7.0",
  2112. "symfony/routing": "^7.0",
  2113. "symfony/uid": "^7.0",
  2114. "symfony/var-dumper": "^7.0",
  2115. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  2116. "vlucas/phpdotenv": "^5.4.1",
  2117. "voku/portable-ascii": "^2.0"
  2118. },
  2119. "conflict": {
  2120. "mockery/mockery": "1.6.8",
  2121. "tightenco/collect": "<5.5.33"
  2122. },
  2123. "provide": {
  2124. "psr/container-implementation": "1.1|2.0",
  2125. "psr/log-implementation": "1.0|2.0|3.0",
  2126. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  2127. },
  2128. "replace": {
  2129. "illuminate/auth": "self.version",
  2130. "illuminate/broadcasting": "self.version",
  2131. "illuminate/bus": "self.version",
  2132. "illuminate/cache": "self.version",
  2133. "illuminate/collections": "self.version",
  2134. "illuminate/conditionable": "self.version",
  2135. "illuminate/config": "self.version",
  2136. "illuminate/console": "self.version",
  2137. "illuminate/container": "self.version",
  2138. "illuminate/contracts": "self.version",
  2139. "illuminate/cookie": "self.version",
  2140. "illuminate/database": "self.version",
  2141. "illuminate/encryption": "self.version",
  2142. "illuminate/events": "self.version",
  2143. "illuminate/filesystem": "self.version",
  2144. "illuminate/hashing": "self.version",
  2145. "illuminate/http": "self.version",
  2146. "illuminate/log": "self.version",
  2147. "illuminate/macroable": "self.version",
  2148. "illuminate/mail": "self.version",
  2149. "illuminate/notifications": "self.version",
  2150. "illuminate/pagination": "self.version",
  2151. "illuminate/pipeline": "self.version",
  2152. "illuminate/process": "self.version",
  2153. "illuminate/queue": "self.version",
  2154. "illuminate/redis": "self.version",
  2155. "illuminate/routing": "self.version",
  2156. "illuminate/session": "self.version",
  2157. "illuminate/support": "self.version",
  2158. "illuminate/testing": "self.version",
  2159. "illuminate/translation": "self.version",
  2160. "illuminate/validation": "self.version",
  2161. "illuminate/view": "self.version",
  2162. "spatie/once": "*"
  2163. },
  2164. "require-dev": {
  2165. "ably/ably-php": "^1.0",
  2166. "aws/aws-sdk-php": "^3.235.5",
  2167. "ext-gmp": "*",
  2168. "fakerphp/faker": "^1.23",
  2169. "league/flysystem-aws-s3-v3": "^3.0",
  2170. "league/flysystem-ftp": "^3.0",
  2171. "league/flysystem-path-prefixing": "^3.3",
  2172. "league/flysystem-read-only": "^3.3",
  2173. "league/flysystem-sftp-v3": "^3.0",
  2174. "mockery/mockery": "^1.6",
  2175. "nyholm/psr7": "^1.2",
  2176. "orchestra/testbench-core": "^9.1.5",
  2177. "pda/pheanstalk": "^5.0",
  2178. "phpstan/phpstan": "^1.11.5",
  2179. "phpunit/phpunit": "^10.5|^11.0",
  2180. "predis/predis": "^2.0.2",
  2181. "resend/resend-php": "^0.10.0",
  2182. "symfony/cache": "^7.0",
  2183. "symfony/http-client": "^7.0",
  2184. "symfony/psr-http-message-bridge": "^7.0"
  2185. },
  2186. "suggest": {
  2187. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  2188. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
  2189. "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
  2190. "ext-apcu": "Required to use the APC cache driver.",
  2191. "ext-fileinfo": "Required to use the Filesystem class.",
  2192. "ext-ftp": "Required to use the Flysystem FTP driver.",
  2193. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  2194. "ext-memcached": "Required to use the memcache cache driver.",
  2195. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  2196. "ext-pdo": "Required to use all database features.",
  2197. "ext-posix": "Required to use all features of the queue worker.",
  2198. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
  2199. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  2200. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  2201. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  2202. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
  2203. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
  2204. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
  2205. "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
  2206. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
  2207. "mockery/mockery": "Required to use mocking (^1.6).",
  2208. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  2209. "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
  2210. "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
  2211. "predis/predis": "Required to use the predis connector (^2.0.2).",
  2212. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  2213. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  2214. "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
  2215. "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
  2216. "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
  2217. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
  2218. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
  2219. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
  2220. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
  2221. },
  2222. "type": "library",
  2223. "extra": {
  2224. "branch-alias": {
  2225. "dev-master": "11.x-dev"
  2226. }
  2227. },
  2228. "autoload": {
  2229. "files": [
  2230. "src/Illuminate/Collections/helpers.php",
  2231. "src/Illuminate/Events/functions.php",
  2232. "src/Illuminate/Filesystem/functions.php",
  2233. "src/Illuminate/Foundation/helpers.php",
  2234. "src/Illuminate/Support/helpers.php"
  2235. ],
  2236. "psr-4": {
  2237. "Illuminate\\": "src/Illuminate/",
  2238. "Illuminate\\Support\\": [
  2239. "src/Illuminate/Macroable/",
  2240. "src/Illuminate/Collections/",
  2241. "src/Illuminate/Conditionable/"
  2242. ]
  2243. }
  2244. },
  2245. "notification-url": "https://packagist.org/downloads/",
  2246. "license": [
  2247. "MIT"
  2248. ],
  2249. "authors": [
  2250. {
  2251. "name": "Taylor Otwell",
  2252. "email": "taylor@laravel.com"
  2253. }
  2254. ],
  2255. "description": "The Laravel Framework.",
  2256. "homepage": "https://laravel.com",
  2257. "keywords": [
  2258. "framework",
  2259. "laravel"
  2260. ],
  2261. "support": {
  2262. "issues": "https://github.com/laravel/framework/issues",
  2263. "source": "https://github.com/laravel/framework"
  2264. },
  2265. "time": "2024-08-06T14:39:21+00:00"
  2266. },
  2267. {
  2268. "name": "laravel/prompts",
  2269. "version": "v0.1.24",
  2270. "source": {
  2271. "type": "git",
  2272. "url": "https://github.com/laravel/prompts.git",
  2273. "reference": "409b0b4305273472f3754826e68f4edbd0150149"
  2274. },
  2275. "dist": {
  2276. "type": "zip",
  2277. "url": "https://api.github.com/repos/laravel/prompts/zipball/409b0b4305273472f3754826e68f4edbd0150149",
  2278. "reference": "409b0b4305273472f3754826e68f4edbd0150149",
  2279. "shasum": ""
  2280. },
  2281. "require": {
  2282. "ext-mbstring": "*",
  2283. "illuminate/collections": "^10.0|^11.0",
  2284. "php": "^8.1",
  2285. "symfony/console": "^6.2|^7.0"
  2286. },
  2287. "conflict": {
  2288. "illuminate/console": ">=10.17.0 <10.25.0",
  2289. "laravel/framework": ">=10.17.0 <10.25.0"
  2290. },
  2291. "require-dev": {
  2292. "mockery/mockery": "^1.5",
  2293. "pestphp/pest": "^2.3",
  2294. "phpstan/phpstan": "^1.11",
  2295. "phpstan/phpstan-mockery": "^1.1"
  2296. },
  2297. "suggest": {
  2298. "ext-pcntl": "Required for the spinner to be animated."
  2299. },
  2300. "type": "library",
  2301. "extra": {
  2302. "branch-alias": {
  2303. "dev-main": "0.1.x-dev"
  2304. }
  2305. },
  2306. "autoload": {
  2307. "files": [
  2308. "src/helpers.php"
  2309. ],
  2310. "psr-4": {
  2311. "Laravel\\Prompts\\": "src/"
  2312. }
  2313. },
  2314. "notification-url": "https://packagist.org/downloads/",
  2315. "license": [
  2316. "MIT"
  2317. ],
  2318. "description": "Add beautiful and user-friendly forms to your command-line applications.",
  2319. "support": {
  2320. "issues": "https://github.com/laravel/prompts/issues",
  2321. "source": "https://github.com/laravel/prompts/tree/v0.1.24"
  2322. },
  2323. "time": "2024-06-17T13:58:22+00:00"
  2324. },
  2325. {
  2326. "name": "laravel/serializable-closure",
  2327. "version": "v1.3.4",
  2328. "source": {
  2329. "type": "git",
  2330. "url": "https://github.com/laravel/serializable-closure.git",
  2331. "reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81"
  2332. },
  2333. "dist": {
  2334. "type": "zip",
  2335. "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/61b87392d986dc49ad5ef64e75b1ff5fee24ef81",
  2336. "reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81",
  2337. "shasum": ""
  2338. },
  2339. "require": {
  2340. "php": "^7.3|^8.0"
  2341. },
  2342. "require-dev": {
  2343. "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
  2344. "nesbot/carbon": "^2.61|^3.0",
  2345. "pestphp/pest": "^1.21.3",
  2346. "phpstan/phpstan": "^1.8.2",
  2347. "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
  2348. },
  2349. "type": "library",
  2350. "extra": {
  2351. "branch-alias": {
  2352. "dev-master": "1.x-dev"
  2353. }
  2354. },
  2355. "autoload": {
  2356. "psr-4": {
  2357. "Laravel\\SerializableClosure\\": "src/"
  2358. }
  2359. },
  2360. "notification-url": "https://packagist.org/downloads/",
  2361. "license": [
  2362. "MIT"
  2363. ],
  2364. "authors": [
  2365. {
  2366. "name": "Taylor Otwell",
  2367. "email": "taylor@laravel.com"
  2368. },
  2369. {
  2370. "name": "Nuno Maduro",
  2371. "email": "nuno@laravel.com"
  2372. }
  2373. ],
  2374. "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
  2375. "keywords": [
  2376. "closure",
  2377. "laravel",
  2378. "serializable"
  2379. ],
  2380. "support": {
  2381. "issues": "https://github.com/laravel/serializable-closure/issues",
  2382. "source": "https://github.com/laravel/serializable-closure"
  2383. },
  2384. "time": "2024-08-02T07:48:17+00:00"
  2385. },
  2386. {
  2387. "name": "laravel/tinker",
  2388. "version": "v2.9.0",
  2389. "source": {
  2390. "type": "git",
  2391. "url": "https://github.com/laravel/tinker.git",
  2392. "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
  2393. },
  2394. "dist": {
  2395. "type": "zip",
  2396. "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
  2397. "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
  2398. "shasum": ""
  2399. },
  2400. "require": {
  2401. "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
  2402. "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
  2403. "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
  2404. "php": "^7.2.5|^8.0",
  2405. "psy/psysh": "^0.11.1|^0.12.0",
  2406. "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
  2407. },
  2408. "require-dev": {
  2409. "mockery/mockery": "~1.3.3|^1.4.2",
  2410. "phpstan/phpstan": "^1.10",
  2411. "phpunit/phpunit": "^8.5.8|^9.3.3"
  2412. },
  2413. "suggest": {
  2414. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
  2415. },
  2416. "type": "library",
  2417. "extra": {
  2418. "laravel": {
  2419. "providers": [
  2420. "Laravel\\Tinker\\TinkerServiceProvider"
  2421. ]
  2422. }
  2423. },
  2424. "autoload": {
  2425. "psr-4": {
  2426. "Laravel\\Tinker\\": "src/"
  2427. }
  2428. },
  2429. "notification-url": "https://packagist.org/downloads/",
  2430. "license": [
  2431. "MIT"
  2432. ],
  2433. "authors": [
  2434. {
  2435. "name": "Taylor Otwell",
  2436. "email": "taylor@laravel.com"
  2437. }
  2438. ],
  2439. "description": "Powerful REPL for the Laravel framework.",
  2440. "keywords": [
  2441. "REPL",
  2442. "Tinker",
  2443. "laravel",
  2444. "psysh"
  2445. ],
  2446. "support": {
  2447. "issues": "https://github.com/laravel/tinker/issues",
  2448. "source": "https://github.com/laravel/tinker/tree/v2.9.0"
  2449. },
  2450. "time": "2024-01-04T16:10:04+00:00"
  2451. },
  2452. {
  2453. "name": "league/commonmark",
  2454. "version": "2.5.3",
  2455. "source": {
  2456. "type": "git",
  2457. "url": "https://github.com/thephpleague/commonmark.git",
  2458. "reference": "b650144166dfa7703e62a22e493b853b58d874b0"
  2459. },
  2460. "dist": {
  2461. "type": "zip",
  2462. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0",
  2463. "reference": "b650144166dfa7703e62a22e493b853b58d874b0",
  2464. "shasum": ""
  2465. },
  2466. "require": {
  2467. "ext-mbstring": "*",
  2468. "league/config": "^1.1.1",
  2469. "php": "^7.4 || ^8.0",
  2470. "psr/event-dispatcher": "^1.0",
  2471. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  2472. "symfony/polyfill-php80": "^1.16"
  2473. },
  2474. "require-dev": {
  2475. "cebe/markdown": "^1.0",
  2476. "commonmark/cmark": "0.31.1",
  2477. "commonmark/commonmark.js": "0.31.1",
  2478. "composer/package-versions-deprecated": "^1.8",
  2479. "embed/embed": "^4.4",
  2480. "erusev/parsedown": "^1.0",
  2481. "ext-json": "*",
  2482. "github/gfm": "0.29.0",
  2483. "michelf/php-markdown": "^1.4 || ^2.0",
  2484. "nyholm/psr7": "^1.5",
  2485. "phpstan/phpstan": "^1.8.2",
  2486. "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
  2487. "scrutinizer/ocular": "^1.8.1",
  2488. "symfony/finder": "^5.3 | ^6.0 || ^7.0",
  2489. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
  2490. "unleashedtech/php-coding-standard": "^3.1.1",
  2491. "vimeo/psalm": "^4.24.0 || ^5.0.0"
  2492. },
  2493. "suggest": {
  2494. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  2495. },
  2496. "type": "library",
  2497. "extra": {
  2498. "branch-alias": {
  2499. "dev-main": "2.6-dev"
  2500. }
  2501. },
  2502. "autoload": {
  2503. "psr-4": {
  2504. "League\\CommonMark\\": "src"
  2505. }
  2506. },
  2507. "notification-url": "https://packagist.org/downloads/",
  2508. "license": [
  2509. "BSD-3-Clause"
  2510. ],
  2511. "authors": [
  2512. {
  2513. "name": "Colin O'Dell",
  2514. "email": "colinodell@gmail.com",
  2515. "homepage": "https://www.colinodell.com",
  2516. "role": "Lead Developer"
  2517. }
  2518. ],
  2519. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  2520. "homepage": "https://commonmark.thephpleague.com",
  2521. "keywords": [
  2522. "commonmark",
  2523. "flavored",
  2524. "gfm",
  2525. "github",
  2526. "github-flavored",
  2527. "markdown",
  2528. "md",
  2529. "parser"
  2530. ],
  2531. "support": {
  2532. "docs": "https://commonmark.thephpleague.com/",
  2533. "forum": "https://github.com/thephpleague/commonmark/discussions",
  2534. "issues": "https://github.com/thephpleague/commonmark/issues",
  2535. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  2536. "source": "https://github.com/thephpleague/commonmark"
  2537. },
  2538. "funding": [
  2539. {
  2540. "url": "https://www.colinodell.com/sponsor",
  2541. "type": "custom"
  2542. },
  2543. {
  2544. "url": "https://www.paypal.me/colinpodell/10.00",
  2545. "type": "custom"
  2546. },
  2547. {
  2548. "url": "https://github.com/colinodell",
  2549. "type": "github"
  2550. },
  2551. {
  2552. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  2553. "type": "tidelift"
  2554. }
  2555. ],
  2556. "time": "2024-08-16T11:46:16+00:00"
  2557. },
  2558. {
  2559. "name": "league/config",
  2560. "version": "v1.2.0",
  2561. "source": {
  2562. "type": "git",
  2563. "url": "https://github.com/thephpleague/config.git",
  2564. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
  2565. },
  2566. "dist": {
  2567. "type": "zip",
  2568. "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  2569. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  2570. "shasum": ""
  2571. },
  2572. "require": {
  2573. "dflydev/dot-access-data": "^3.0.1",
  2574. "nette/schema": "^1.2",
  2575. "php": "^7.4 || ^8.0"
  2576. },
  2577. "require-dev": {
  2578. "phpstan/phpstan": "^1.8.2",
  2579. "phpunit/phpunit": "^9.5.5",
  2580. "scrutinizer/ocular": "^1.8.1",
  2581. "unleashedtech/php-coding-standard": "^3.1",
  2582. "vimeo/psalm": "^4.7.3"
  2583. },
  2584. "type": "library",
  2585. "extra": {
  2586. "branch-alias": {
  2587. "dev-main": "1.2-dev"
  2588. }
  2589. },
  2590. "autoload": {
  2591. "psr-4": {
  2592. "League\\Config\\": "src"
  2593. }
  2594. },
  2595. "notification-url": "https://packagist.org/downloads/",
  2596. "license": [
  2597. "BSD-3-Clause"
  2598. ],
  2599. "authors": [
  2600. {
  2601. "name": "Colin O'Dell",
  2602. "email": "colinodell@gmail.com",
  2603. "homepage": "https://www.colinodell.com",
  2604. "role": "Lead Developer"
  2605. }
  2606. ],
  2607. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  2608. "homepage": "https://config.thephpleague.com",
  2609. "keywords": [
  2610. "array",
  2611. "config",
  2612. "configuration",
  2613. "dot",
  2614. "dot-access",
  2615. "nested",
  2616. "schema"
  2617. ],
  2618. "support": {
  2619. "docs": "https://config.thephpleague.com/",
  2620. "issues": "https://github.com/thephpleague/config/issues",
  2621. "rss": "https://github.com/thephpleague/config/releases.atom",
  2622. "source": "https://github.com/thephpleague/config"
  2623. },
  2624. "funding": [
  2625. {
  2626. "url": "https://www.colinodell.com/sponsor",
  2627. "type": "custom"
  2628. },
  2629. {
  2630. "url": "https://www.paypal.me/colinpodell/10.00",
  2631. "type": "custom"
  2632. },
  2633. {
  2634. "url": "https://github.com/colinodell",
  2635. "type": "github"
  2636. }
  2637. ],
  2638. "time": "2022-12-11T20:36:23+00:00"
  2639. },
  2640. {
  2641. "name": "league/flysystem",
  2642. "version": "3.28.0",
  2643. "source": {
  2644. "type": "git",
  2645. "url": "https://github.com/thephpleague/flysystem.git",
  2646. "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c"
  2647. },
  2648. "dist": {
  2649. "type": "zip",
  2650. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
  2651. "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
  2652. "shasum": ""
  2653. },
  2654. "require": {
  2655. "league/flysystem-local": "^3.0.0",
  2656. "league/mime-type-detection": "^1.0.0",
  2657. "php": "^8.0.2"
  2658. },
  2659. "conflict": {
  2660. "async-aws/core": "<1.19.0",
  2661. "async-aws/s3": "<1.14.0",
  2662. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  2663. "guzzlehttp/guzzle": "<7.0",
  2664. "guzzlehttp/ringphp": "<1.1.1",
  2665. "phpseclib/phpseclib": "3.0.15",
  2666. "symfony/http-client": "<5.2"
  2667. },
  2668. "require-dev": {
  2669. "async-aws/s3": "^1.5 || ^2.0",
  2670. "async-aws/simple-s3": "^1.1 || ^2.0",
  2671. "aws/aws-sdk-php": "^3.295.10",
  2672. "composer/semver": "^3.0",
  2673. "ext-fileinfo": "*",
  2674. "ext-ftp": "*",
  2675. "ext-mongodb": "^1.3",
  2676. "ext-zip": "*",
  2677. "friendsofphp/php-cs-fixer": "^3.5",
  2678. "google/cloud-storage": "^1.23",
  2679. "guzzlehttp/psr7": "^2.6",
  2680. "microsoft/azure-storage-blob": "^1.1",
  2681. "mongodb/mongodb": "^1.2",
  2682. "phpseclib/phpseclib": "^3.0.36",
  2683. "phpstan/phpstan": "^1.10",
  2684. "phpunit/phpunit": "^9.5.11|^10.0",
  2685. "sabre/dav": "^4.6.0"
  2686. },
  2687. "type": "library",
  2688. "autoload": {
  2689. "psr-4": {
  2690. "League\\Flysystem\\": "src"
  2691. }
  2692. },
  2693. "notification-url": "https://packagist.org/downloads/",
  2694. "license": [
  2695. "MIT"
  2696. ],
  2697. "authors": [
  2698. {
  2699. "name": "Frank de Jonge",
  2700. "email": "info@frankdejonge.nl"
  2701. }
  2702. ],
  2703. "description": "File storage abstraction for PHP",
  2704. "keywords": [
  2705. "WebDAV",
  2706. "aws",
  2707. "cloud",
  2708. "file",
  2709. "files",
  2710. "filesystem",
  2711. "filesystems",
  2712. "ftp",
  2713. "s3",
  2714. "sftp",
  2715. "storage"
  2716. ],
  2717. "support": {
  2718. "issues": "https://github.com/thephpleague/flysystem/issues",
  2719. "source": "https://github.com/thephpleague/flysystem/tree/3.28.0"
  2720. },
  2721. "time": "2024-05-22T10:09:12+00:00"
  2722. },
  2723. {
  2724. "name": "league/flysystem-local",
  2725. "version": "3.28.0",
  2726. "source": {
  2727. "type": "git",
  2728. "url": "https://github.com/thephpleague/flysystem-local.git",
  2729. "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40"
  2730. },
  2731. "dist": {
  2732. "type": "zip",
  2733. "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
  2734. "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
  2735. "shasum": ""
  2736. },
  2737. "require": {
  2738. "ext-fileinfo": "*",
  2739. "league/flysystem": "^3.0.0",
  2740. "league/mime-type-detection": "^1.0.0",
  2741. "php": "^8.0.2"
  2742. },
  2743. "type": "library",
  2744. "autoload": {
  2745. "psr-4": {
  2746. "League\\Flysystem\\Local\\": ""
  2747. }
  2748. },
  2749. "notification-url": "https://packagist.org/downloads/",
  2750. "license": [
  2751. "MIT"
  2752. ],
  2753. "authors": [
  2754. {
  2755. "name": "Frank de Jonge",
  2756. "email": "info@frankdejonge.nl"
  2757. }
  2758. ],
  2759. "description": "Local filesystem adapter for Flysystem.",
  2760. "keywords": [
  2761. "Flysystem",
  2762. "file",
  2763. "files",
  2764. "filesystem",
  2765. "local"
  2766. ],
  2767. "support": {
  2768. "source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0"
  2769. },
  2770. "time": "2024-05-06T20:05:52+00:00"
  2771. },
  2772. {
  2773. "name": "league/mime-type-detection",
  2774. "version": "1.15.0",
  2775. "source": {
  2776. "type": "git",
  2777. "url": "https://github.com/thephpleague/mime-type-detection.git",
  2778. "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
  2779. },
  2780. "dist": {
  2781. "type": "zip",
  2782. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
  2783. "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
  2784. "shasum": ""
  2785. },
  2786. "require": {
  2787. "ext-fileinfo": "*",
  2788. "php": "^7.4 || ^8.0"
  2789. },
  2790. "require-dev": {
  2791. "friendsofphp/php-cs-fixer": "^3.2",
  2792. "phpstan/phpstan": "^0.12.68",
  2793. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  2794. },
  2795. "type": "library",
  2796. "autoload": {
  2797. "psr-4": {
  2798. "League\\MimeTypeDetection\\": "src"
  2799. }
  2800. },
  2801. "notification-url": "https://packagist.org/downloads/",
  2802. "license": [
  2803. "MIT"
  2804. ],
  2805. "authors": [
  2806. {
  2807. "name": "Frank de Jonge",
  2808. "email": "info@frankdejonge.nl"
  2809. }
  2810. ],
  2811. "description": "Mime-type detection for Flysystem",
  2812. "support": {
  2813. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  2814. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
  2815. },
  2816. "funding": [
  2817. {
  2818. "url": "https://github.com/frankdejonge",
  2819. "type": "github"
  2820. },
  2821. {
  2822. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  2823. "type": "tidelift"
  2824. }
  2825. ],
  2826. "time": "2024-01-28T23:22:08+00:00"
  2827. },
  2828. {
  2829. "name": "league/uri",
  2830. "version": "7.4.1",
  2831. "source": {
  2832. "type": "git",
  2833. "url": "https://github.com/thephpleague/uri.git",
  2834. "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4"
  2835. },
  2836. "dist": {
  2837. "type": "zip",
  2838. "url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
  2839. "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
  2840. "shasum": ""
  2841. },
  2842. "require": {
  2843. "league/uri-interfaces": "^7.3",
  2844. "php": "^8.1"
  2845. },
  2846. "conflict": {
  2847. "league/uri-schemes": "^1.0"
  2848. },
  2849. "suggest": {
  2850. "ext-bcmath": "to improve IPV4 host parsing",
  2851. "ext-fileinfo": "to create Data URI from file contennts",
  2852. "ext-gmp": "to improve IPV4 host parsing",
  2853. "ext-intl": "to handle IDN host with the best performance",
  2854. "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
  2855. "league/uri-components": "Needed to easily manipulate URI objects components",
  2856. "php-64bit": "to improve IPV4 host parsing",
  2857. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  2858. },
  2859. "type": "library",
  2860. "extra": {
  2861. "branch-alias": {
  2862. "dev-master": "7.x-dev"
  2863. }
  2864. },
  2865. "autoload": {
  2866. "psr-4": {
  2867. "League\\Uri\\": ""
  2868. }
  2869. },
  2870. "notification-url": "https://packagist.org/downloads/",
  2871. "license": [
  2872. "MIT"
  2873. ],
  2874. "authors": [
  2875. {
  2876. "name": "Ignace Nyamagana Butera",
  2877. "email": "nyamsprod@gmail.com",
  2878. "homepage": "https://nyamsprod.com"
  2879. }
  2880. ],
  2881. "description": "URI manipulation library",
  2882. "homepage": "https://uri.thephpleague.com",
  2883. "keywords": [
  2884. "data-uri",
  2885. "file-uri",
  2886. "ftp",
  2887. "hostname",
  2888. "http",
  2889. "https",
  2890. "middleware",
  2891. "parse_str",
  2892. "parse_url",
  2893. "psr-7",
  2894. "query-string",
  2895. "querystring",
  2896. "rfc3986",
  2897. "rfc3987",
  2898. "rfc6570",
  2899. "uri",
  2900. "uri-template",
  2901. "url",
  2902. "ws"
  2903. ],
  2904. "support": {
  2905. "docs": "https://uri.thephpleague.com",
  2906. "forum": "https://thephpleague.slack.com",
  2907. "issues": "https://github.com/thephpleague/uri-src/issues",
  2908. "source": "https://github.com/thephpleague/uri/tree/7.4.1"
  2909. },
  2910. "funding": [
  2911. {
  2912. "url": "https://github.com/sponsors/nyamsprod",
  2913. "type": "github"
  2914. }
  2915. ],
  2916. "time": "2024-03-23T07:42:40+00:00"
  2917. },
  2918. {
  2919. "name": "league/uri-interfaces",
  2920. "version": "7.4.1",
  2921. "source": {
  2922. "type": "git",
  2923. "url": "https://github.com/thephpleague/uri-interfaces.git",
  2924. "reference": "8d43ef5c841032c87e2de015972c06f3865ef718"
  2925. },
  2926. "dist": {
  2927. "type": "zip",
  2928. "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718",
  2929. "reference": "8d43ef5c841032c87e2de015972c06f3865ef718",
  2930. "shasum": ""
  2931. },
  2932. "require": {
  2933. "ext-filter": "*",
  2934. "php": "^8.1",
  2935. "psr/http-factory": "^1",
  2936. "psr/http-message": "^1.1 || ^2.0"
  2937. },
  2938. "suggest": {
  2939. "ext-bcmath": "to improve IPV4 host parsing",
  2940. "ext-gmp": "to improve IPV4 host parsing",
  2941. "ext-intl": "to handle IDN host with the best performance",
  2942. "php-64bit": "to improve IPV4 host parsing",
  2943. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  2944. },
  2945. "type": "library",
  2946. "extra": {
  2947. "branch-alias": {
  2948. "dev-master": "7.x-dev"
  2949. }
  2950. },
  2951. "autoload": {
  2952. "psr-4": {
  2953. "League\\Uri\\": ""
  2954. }
  2955. },
  2956. "notification-url": "https://packagist.org/downloads/",
  2957. "license": [
  2958. "MIT"
  2959. ],
  2960. "authors": [
  2961. {
  2962. "name": "Ignace Nyamagana Butera",
  2963. "email": "nyamsprod@gmail.com",
  2964. "homepage": "https://nyamsprod.com"
  2965. }
  2966. ],
  2967. "description": "Common interfaces and classes for URI representation and interaction",
  2968. "homepage": "https://uri.thephpleague.com",
  2969. "keywords": [
  2970. "data-uri",
  2971. "file-uri",
  2972. "ftp",
  2973. "hostname",
  2974. "http",
  2975. "https",
  2976. "parse_str",
  2977. "parse_url",
  2978. "psr-7",
  2979. "query-string",
  2980. "querystring",
  2981. "rfc3986",
  2982. "rfc3987",
  2983. "rfc6570",
  2984. "uri",
  2985. "url",
  2986. "ws"
  2987. ],
  2988. "support": {
  2989. "docs": "https://uri.thephpleague.com",
  2990. "forum": "https://thephpleague.slack.com",
  2991. "issues": "https://github.com/thephpleague/uri-src/issues",
  2992. "source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1"
  2993. },
  2994. "funding": [
  2995. {
  2996. "url": "https://github.com/sponsors/nyamsprod",
  2997. "type": "github"
  2998. }
  2999. ],
  3000. "time": "2024-03-23T07:42:40+00:00"
  3001. },
  3002. {
  3003. "name": "monolog/monolog",
  3004. "version": "3.7.0",
  3005. "source": {
  3006. "type": "git",
  3007. "url": "https://github.com/Seldaek/monolog.git",
  3008. "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
  3009. },
  3010. "dist": {
  3011. "type": "zip",
  3012. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
  3013. "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
  3014. "shasum": ""
  3015. },
  3016. "require": {
  3017. "php": ">=8.1",
  3018. "psr/log": "^2.0 || ^3.0"
  3019. },
  3020. "provide": {
  3021. "psr/log-implementation": "3.0.0"
  3022. },
  3023. "require-dev": {
  3024. "aws/aws-sdk-php": "^3.0",
  3025. "doctrine/couchdb": "~1.0@dev",
  3026. "elasticsearch/elasticsearch": "^7 || ^8",
  3027. "ext-json": "*",
  3028. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  3029. "guzzlehttp/guzzle": "^7.4.5",
  3030. "guzzlehttp/psr7": "^2.2",
  3031. "mongodb/mongodb": "^1.8",
  3032. "php-amqplib/php-amqplib": "~2.4 || ^3",
  3033. "phpstan/phpstan": "^1.9",
  3034. "phpstan/phpstan-deprecation-rules": "^1.0",
  3035. "phpstan/phpstan-strict-rules": "^1.4",
  3036. "phpunit/phpunit": "^10.5.17",
  3037. "predis/predis": "^1.1 || ^2",
  3038. "ruflin/elastica": "^7",
  3039. "symfony/mailer": "^5.4 || ^6",
  3040. "symfony/mime": "^5.4 || ^6"
  3041. },
  3042. "suggest": {
  3043. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3044. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3045. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  3046. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3047. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  3048. "ext-mbstring": "Allow to work properly with unicode symbols",
  3049. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  3050. "ext-openssl": "Required to send log messages using SSL",
  3051. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  3052. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3053. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  3054. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3055. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  3056. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  3057. },
  3058. "type": "library",
  3059. "extra": {
  3060. "branch-alias": {
  3061. "dev-main": "3.x-dev"
  3062. }
  3063. },
  3064. "autoload": {
  3065. "psr-4": {
  3066. "Monolog\\": "src/Monolog"
  3067. }
  3068. },
  3069. "notification-url": "https://packagist.org/downloads/",
  3070. "license": [
  3071. "MIT"
  3072. ],
  3073. "authors": [
  3074. {
  3075. "name": "Jordi Boggiano",
  3076. "email": "j.boggiano@seld.be",
  3077. "homepage": "https://seld.be"
  3078. }
  3079. ],
  3080. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  3081. "homepage": "https://github.com/Seldaek/monolog",
  3082. "keywords": [
  3083. "log",
  3084. "logging",
  3085. "psr-3"
  3086. ],
  3087. "support": {
  3088. "issues": "https://github.com/Seldaek/monolog/issues",
  3089. "source": "https://github.com/Seldaek/monolog/tree/3.7.0"
  3090. },
  3091. "funding": [
  3092. {
  3093. "url": "https://github.com/Seldaek",
  3094. "type": "github"
  3095. },
  3096. {
  3097. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  3098. "type": "tidelift"
  3099. }
  3100. ],
  3101. "time": "2024-06-28T09:40:51+00:00"
  3102. },
  3103. {
  3104. "name": "nesbot/carbon",
  3105. "version": "3.7.0",
  3106. "source": {
  3107. "type": "git",
  3108. "url": "https://github.com/briannesbitt/Carbon.git",
  3109. "reference": "cb4374784c87d0a0294e8513a52eb63c0aff3139"
  3110. },
  3111. "dist": {
  3112. "type": "zip",
  3113. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cb4374784c87d0a0294e8513a52eb63c0aff3139",
  3114. "reference": "cb4374784c87d0a0294e8513a52eb63c0aff3139",
  3115. "shasum": ""
  3116. },
  3117. "require": {
  3118. "carbonphp/carbon-doctrine-types": "*",
  3119. "ext-json": "*",
  3120. "php": "^8.1",
  3121. "psr/clock": "^1.0",
  3122. "symfony/clock": "^6.3 || ^7.0",
  3123. "symfony/polyfill-mbstring": "^1.0",
  3124. "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
  3125. },
  3126. "provide": {
  3127. "psr/clock-implementation": "1.0"
  3128. },
  3129. "require-dev": {
  3130. "doctrine/dbal": "^3.6.3 || ^4.0",
  3131. "doctrine/orm": "^2.15.2 || ^3.0",
  3132. "friendsofphp/php-cs-fixer": "^3.57.2",
  3133. "kylekatarnls/multi-tester": "^2.5.3",
  3134. "ondrejmirtes/better-reflection": "^6.25.0.4",
  3135. "phpmd/phpmd": "^2.15.0",
  3136. "phpstan/extension-installer": "^1.3.1",
  3137. "phpstan/phpstan": "^1.11.2",
  3138. "phpunit/phpunit": "^10.5.20",
  3139. "squizlabs/php_codesniffer": "^3.9.0"
  3140. },
  3141. "bin": [
  3142. "bin/carbon"
  3143. ],
  3144. "type": "library",
  3145. "extra": {
  3146. "branch-alias": {
  3147. "dev-master": "3.x-dev",
  3148. "dev-2.x": "2.x-dev"
  3149. },
  3150. "laravel": {
  3151. "providers": [
  3152. "Carbon\\Laravel\\ServiceProvider"
  3153. ]
  3154. },
  3155. "phpstan": {
  3156. "includes": [
  3157. "extension.neon"
  3158. ]
  3159. }
  3160. },
  3161. "autoload": {
  3162. "psr-4": {
  3163. "Carbon\\": "src/Carbon/"
  3164. }
  3165. },
  3166. "notification-url": "https://packagist.org/downloads/",
  3167. "license": [
  3168. "MIT"
  3169. ],
  3170. "authors": [
  3171. {
  3172. "name": "Brian Nesbitt",
  3173. "email": "brian@nesbot.com",
  3174. "homepage": "https://markido.com"
  3175. },
  3176. {
  3177. "name": "kylekatarnls",
  3178. "homepage": "https://github.com/kylekatarnls"
  3179. }
  3180. ],
  3181. "description": "An API extension for DateTime that supports 281 different languages.",
  3182. "homepage": "https://carbon.nesbot.com",
  3183. "keywords": [
  3184. "date",
  3185. "datetime",
  3186. "time"
  3187. ],
  3188. "support": {
  3189. "docs": "https://carbon.nesbot.com/docs",
  3190. "issues": "https://github.com/briannesbitt/Carbon/issues",
  3191. "source": "https://github.com/briannesbitt/Carbon"
  3192. },
  3193. "funding": [
  3194. {
  3195. "url": "https://github.com/sponsors/kylekatarnls",
  3196. "type": "github"
  3197. },
  3198. {
  3199. "url": "https://opencollective.com/Carbon#sponsor",
  3200. "type": "opencollective"
  3201. },
  3202. {
  3203. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  3204. "type": "tidelift"
  3205. }
  3206. ],
  3207. "time": "2024-07-16T22:29:20+00:00"
  3208. },
  3209. {
  3210. "name": "nette/schema",
  3211. "version": "v1.3.0",
  3212. "source": {
  3213. "type": "git",
  3214. "url": "https://github.com/nette/schema.git",
  3215. "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
  3216. },
  3217. "dist": {
  3218. "type": "zip",
  3219. "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
  3220. "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
  3221. "shasum": ""
  3222. },
  3223. "require": {
  3224. "nette/utils": "^4.0",
  3225. "php": "8.1 - 8.3"
  3226. },
  3227. "require-dev": {
  3228. "nette/tester": "^2.4",
  3229. "phpstan/phpstan-nette": "^1.0",
  3230. "tracy/tracy": "^2.8"
  3231. },
  3232. "type": "library",
  3233. "extra": {
  3234. "branch-alias": {
  3235. "dev-master": "1.3-dev"
  3236. }
  3237. },
  3238. "autoload": {
  3239. "classmap": [
  3240. "src/"
  3241. ]
  3242. },
  3243. "notification-url": "https://packagist.org/downloads/",
  3244. "license": [
  3245. "BSD-3-Clause",
  3246. "GPL-2.0-only",
  3247. "GPL-3.0-only"
  3248. ],
  3249. "authors": [
  3250. {
  3251. "name": "David Grudl",
  3252. "homepage": "https://davidgrudl.com"
  3253. },
  3254. {
  3255. "name": "Nette Community",
  3256. "homepage": "https://nette.org/contributors"
  3257. }
  3258. ],
  3259. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  3260. "homepage": "https://nette.org",
  3261. "keywords": [
  3262. "config",
  3263. "nette"
  3264. ],
  3265. "support": {
  3266. "issues": "https://github.com/nette/schema/issues",
  3267. "source": "https://github.com/nette/schema/tree/v1.3.0"
  3268. },
  3269. "time": "2023-12-11T11:54:22+00:00"
  3270. },
  3271. {
  3272. "name": "nette/utils",
  3273. "version": "v4.0.5",
  3274. "source": {
  3275. "type": "git",
  3276. "url": "https://github.com/nette/utils.git",
  3277. "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
  3278. },
  3279. "dist": {
  3280. "type": "zip",
  3281. "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
  3282. "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
  3283. "shasum": ""
  3284. },
  3285. "require": {
  3286. "php": "8.0 - 8.4"
  3287. },
  3288. "conflict": {
  3289. "nette/finder": "<3",
  3290. "nette/schema": "<1.2.2"
  3291. },
  3292. "require-dev": {
  3293. "jetbrains/phpstorm-attributes": "dev-master",
  3294. "nette/tester": "^2.5",
  3295. "phpstan/phpstan": "^1.0",
  3296. "tracy/tracy": "^2.9"
  3297. },
  3298. "suggest": {
  3299. "ext-gd": "to use Image",
  3300. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  3301. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  3302. "ext-json": "to use Nette\\Utils\\Json",
  3303. "ext-mbstring": "to use Strings::lower() etc...",
  3304. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
  3305. },
  3306. "type": "library",
  3307. "extra": {
  3308. "branch-alias": {
  3309. "dev-master": "4.0-dev"
  3310. }
  3311. },
  3312. "autoload": {
  3313. "classmap": [
  3314. "src/"
  3315. ]
  3316. },
  3317. "notification-url": "https://packagist.org/downloads/",
  3318. "license": [
  3319. "BSD-3-Clause",
  3320. "GPL-2.0-only",
  3321. "GPL-3.0-only"
  3322. ],
  3323. "authors": [
  3324. {
  3325. "name": "David Grudl",
  3326. "homepage": "https://davidgrudl.com"
  3327. },
  3328. {
  3329. "name": "Nette Community",
  3330. "homepage": "https://nette.org/contributors"
  3331. }
  3332. ],
  3333. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  3334. "homepage": "https://nette.org",
  3335. "keywords": [
  3336. "array",
  3337. "core",
  3338. "datetime",
  3339. "images",
  3340. "json",
  3341. "nette",
  3342. "paginator",
  3343. "password",
  3344. "slugify",
  3345. "string",
  3346. "unicode",
  3347. "utf-8",
  3348. "utility",
  3349. "validation"
  3350. ],
  3351. "support": {
  3352. "issues": "https://github.com/nette/utils/issues",
  3353. "source": "https://github.com/nette/utils/tree/v4.0.5"
  3354. },
  3355. "time": "2024-08-07T15:39:19+00:00"
  3356. },
  3357. {
  3358. "name": "nikic/php-parser",
  3359. "version": "v5.1.0",
  3360. "source": {
  3361. "type": "git",
  3362. "url": "https://github.com/nikic/PHP-Parser.git",
  3363. "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
  3364. },
  3365. "dist": {
  3366. "type": "zip",
  3367. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
  3368. "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
  3369. "shasum": ""
  3370. },
  3371. "require": {
  3372. "ext-ctype": "*",
  3373. "ext-json": "*",
  3374. "ext-tokenizer": "*",
  3375. "php": ">=7.4"
  3376. },
  3377. "require-dev": {
  3378. "ircmaxell/php-yacc": "^0.0.7",
  3379. "phpunit/phpunit": "^9.0"
  3380. },
  3381. "bin": [
  3382. "bin/php-parse"
  3383. ],
  3384. "type": "library",
  3385. "extra": {
  3386. "branch-alias": {
  3387. "dev-master": "5.0-dev"
  3388. }
  3389. },
  3390. "autoload": {
  3391. "psr-4": {
  3392. "PhpParser\\": "lib/PhpParser"
  3393. }
  3394. },
  3395. "notification-url": "https://packagist.org/downloads/",
  3396. "license": [
  3397. "BSD-3-Clause"
  3398. ],
  3399. "authors": [
  3400. {
  3401. "name": "Nikita Popov"
  3402. }
  3403. ],
  3404. "description": "A PHP parser written in PHP",
  3405. "keywords": [
  3406. "parser",
  3407. "php"
  3408. ],
  3409. "support": {
  3410. "issues": "https://github.com/nikic/PHP-Parser/issues",
  3411. "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
  3412. },
  3413. "time": "2024-07-01T20:03:41+00:00"
  3414. },
  3415. {
  3416. "name": "nunomaduro/termwind",
  3417. "version": "v2.0.1",
  3418. "source": {
  3419. "type": "git",
  3420. "url": "https://github.com/nunomaduro/termwind.git",
  3421. "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a"
  3422. },
  3423. "dist": {
  3424. "type": "zip",
  3425. "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/58c4c58cf23df7f498daeb97092e34f5259feb6a",
  3426. "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a",
  3427. "shasum": ""
  3428. },
  3429. "require": {
  3430. "ext-mbstring": "*",
  3431. "php": "^8.2",
  3432. "symfony/console": "^7.0.4"
  3433. },
  3434. "require-dev": {
  3435. "ergebnis/phpstan-rules": "^2.2.0",
  3436. "illuminate/console": "^11.0.0",
  3437. "laravel/pint": "^1.14.0",
  3438. "mockery/mockery": "^1.6.7",
  3439. "pestphp/pest": "^2.34.1",
  3440. "phpstan/phpstan": "^1.10.59",
  3441. "phpstan/phpstan-strict-rules": "^1.5.2",
  3442. "symfony/var-dumper": "^7.0.4",
  3443. "thecodingmachine/phpstan-strict-rules": "^1.0.0"
  3444. },
  3445. "type": "library",
  3446. "extra": {
  3447. "laravel": {
  3448. "providers": [
  3449. "Termwind\\Laravel\\TermwindServiceProvider"
  3450. ]
  3451. },
  3452. "branch-alias": {
  3453. "dev-2.x": "2.x-dev"
  3454. }
  3455. },
  3456. "autoload": {
  3457. "files": [
  3458. "src/Functions.php"
  3459. ],
  3460. "psr-4": {
  3461. "Termwind\\": "src/"
  3462. }
  3463. },
  3464. "notification-url": "https://packagist.org/downloads/",
  3465. "license": [
  3466. "MIT"
  3467. ],
  3468. "authors": [
  3469. {
  3470. "name": "Nuno Maduro",
  3471. "email": "enunomaduro@gmail.com"
  3472. }
  3473. ],
  3474. "description": "Its like Tailwind CSS, but for the console.",
  3475. "keywords": [
  3476. "cli",
  3477. "console",
  3478. "css",
  3479. "package",
  3480. "php",
  3481. "style"
  3482. ],
  3483. "support": {
  3484. "issues": "https://github.com/nunomaduro/termwind/issues",
  3485. "source": "https://github.com/nunomaduro/termwind/tree/v2.0.1"
  3486. },
  3487. "funding": [
  3488. {
  3489. "url": "https://www.paypal.com/paypalme/enunomaduro",
  3490. "type": "custom"
  3491. },
  3492. {
  3493. "url": "https://github.com/nunomaduro",
  3494. "type": "github"
  3495. },
  3496. {
  3497. "url": "https://github.com/xiCO2k",
  3498. "type": "github"
  3499. }
  3500. ],
  3501. "time": "2024-03-06T16:17:14+00:00"
  3502. },
  3503. {
  3504. "name": "phpdocumentor/reflection",
  3505. "version": "6.0.0",
  3506. "source": {
  3507. "type": "git",
  3508. "url": "https://github.com/phpDocumentor/Reflection.git",
  3509. "reference": "61e2f1fe7683e9647b9ed8d9e53d08699385267d"
  3510. },
  3511. "dist": {
  3512. "type": "zip",
  3513. "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/61e2f1fe7683e9647b9ed8d9e53d08699385267d",
  3514. "reference": "61e2f1fe7683e9647b9ed8d9e53d08699385267d",
  3515. "shasum": ""
  3516. },
  3517. "require": {
  3518. "nikic/php-parser": "~4.18 || ^5.0",
  3519. "php": "8.1.*|8.2.*|8.3.*",
  3520. "phpdocumentor/reflection-common": "^2.1",
  3521. "phpdocumentor/reflection-docblock": "^5",
  3522. "phpdocumentor/type-resolver": "^1.2",
  3523. "symfony/polyfill-php80": "^1.28",
  3524. "webmozart/assert": "^1.7"
  3525. },
  3526. "require-dev": {
  3527. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  3528. "doctrine/coding-standard": "^12.0",
  3529. "mikey179/vfsstream": "~1.2",
  3530. "mockery/mockery": "~1.6.0",
  3531. "phpspec/prophecy-phpunit": "^2.0",
  3532. "phpstan/extension-installer": "^1.1",
  3533. "phpstan/phpstan": "^1.8",
  3534. "phpstan/phpstan-webmozart-assert": "^1.2",
  3535. "phpunit/phpunit": "^10.0",
  3536. "psalm/phar": "^5.24",
  3537. "rector/rector": "^1.0.0",
  3538. "squizlabs/php_codesniffer": "^3.8"
  3539. },
  3540. "type": "library",
  3541. "extra": {
  3542. "branch-alias": {
  3543. "dev-5.x": "5.3.x-dev",
  3544. "dev-6.x": "6.0.x-dev"
  3545. }
  3546. },
  3547. "autoload": {
  3548. "psr-4": {
  3549. "phpDocumentor\\": "src/phpDocumentor"
  3550. }
  3551. },
  3552. "notification-url": "https://packagist.org/downloads/",
  3553. "license": [
  3554. "MIT"
  3555. ],
  3556. "description": "Reflection library to do Static Analysis for PHP Projects",
  3557. "homepage": "http://www.phpdoc.org",
  3558. "keywords": [
  3559. "phpDocumentor",
  3560. "phpdoc",
  3561. "reflection",
  3562. "static analysis"
  3563. ],
  3564. "support": {
  3565. "issues": "https://github.com/phpDocumentor/Reflection/issues",
  3566. "source": "https://github.com/phpDocumentor/Reflection/tree/6.0.0"
  3567. },
  3568. "time": "2024-05-23T19:28:12+00:00"
  3569. },
  3570. {
  3571. "name": "phpdocumentor/reflection-common",
  3572. "version": "2.2.0",
  3573. "source": {
  3574. "type": "git",
  3575. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3576. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  3577. },
  3578. "dist": {
  3579. "type": "zip",
  3580. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  3581. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  3582. "shasum": ""
  3583. },
  3584. "require": {
  3585. "php": "^7.2 || ^8.0"
  3586. },
  3587. "type": "library",
  3588. "extra": {
  3589. "branch-alias": {
  3590. "dev-2.x": "2.x-dev"
  3591. }
  3592. },
  3593. "autoload": {
  3594. "psr-4": {
  3595. "phpDocumentor\\Reflection\\": "src/"
  3596. }
  3597. },
  3598. "notification-url": "https://packagist.org/downloads/",
  3599. "license": [
  3600. "MIT"
  3601. ],
  3602. "authors": [
  3603. {
  3604. "name": "Jaap van Otterdijk",
  3605. "email": "opensource@ijaap.nl"
  3606. }
  3607. ],
  3608. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3609. "homepage": "http://www.phpdoc.org",
  3610. "keywords": [
  3611. "FQSEN",
  3612. "phpDocumentor",
  3613. "phpdoc",
  3614. "reflection",
  3615. "static analysis"
  3616. ],
  3617. "support": {
  3618. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  3619. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  3620. },
  3621. "time": "2020-06-27T09:03:43+00:00"
  3622. },
  3623. {
  3624. "name": "phpdocumentor/reflection-docblock",
  3625. "version": "5.4.1",
  3626. "source": {
  3627. "type": "git",
  3628. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3629. "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
  3630. },
  3631. "dist": {
  3632. "type": "zip",
  3633. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
  3634. "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
  3635. "shasum": ""
  3636. },
  3637. "require": {
  3638. "doctrine/deprecations": "^1.1",
  3639. "ext-filter": "*",
  3640. "php": "^7.4 || ^8.0",
  3641. "phpdocumentor/reflection-common": "^2.2",
  3642. "phpdocumentor/type-resolver": "^1.7",
  3643. "phpstan/phpdoc-parser": "^1.7",
  3644. "webmozart/assert": "^1.9.1"
  3645. },
  3646. "require-dev": {
  3647. "mockery/mockery": "~1.3.5",
  3648. "phpstan/extension-installer": "^1.1",
  3649. "phpstan/phpstan": "^1.8",
  3650. "phpstan/phpstan-mockery": "^1.1",
  3651. "phpstan/phpstan-webmozart-assert": "^1.2",
  3652. "phpunit/phpunit": "^9.5",
  3653. "vimeo/psalm": "^5.13"
  3654. },
  3655. "type": "library",
  3656. "extra": {
  3657. "branch-alias": {
  3658. "dev-master": "5.x-dev"
  3659. }
  3660. },
  3661. "autoload": {
  3662. "psr-4": {
  3663. "phpDocumentor\\Reflection\\": "src"
  3664. }
  3665. },
  3666. "notification-url": "https://packagist.org/downloads/",
  3667. "license": [
  3668. "MIT"
  3669. ],
  3670. "authors": [
  3671. {
  3672. "name": "Mike van Riel",
  3673. "email": "me@mikevanriel.com"
  3674. },
  3675. {
  3676. "name": "Jaap van Otterdijk",
  3677. "email": "opensource@ijaap.nl"
  3678. }
  3679. ],
  3680. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3681. "support": {
  3682. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  3683. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1"
  3684. },
  3685. "time": "2024-05-21T05:55:05+00:00"
  3686. },
  3687. {
  3688. "name": "phpdocumentor/type-resolver",
  3689. "version": "1.8.2",
  3690. "source": {
  3691. "type": "git",
  3692. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3693. "reference": "153ae662783729388a584b4361f2545e4d841e3c"
  3694. },
  3695. "dist": {
  3696. "type": "zip",
  3697. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
  3698. "reference": "153ae662783729388a584b4361f2545e4d841e3c",
  3699. "shasum": ""
  3700. },
  3701. "require": {
  3702. "doctrine/deprecations": "^1.0",
  3703. "php": "^7.3 || ^8.0",
  3704. "phpdocumentor/reflection-common": "^2.0",
  3705. "phpstan/phpdoc-parser": "^1.13"
  3706. },
  3707. "require-dev": {
  3708. "ext-tokenizer": "*",
  3709. "phpbench/phpbench": "^1.2",
  3710. "phpstan/extension-installer": "^1.1",
  3711. "phpstan/phpstan": "^1.8",
  3712. "phpstan/phpstan-phpunit": "^1.1",
  3713. "phpunit/phpunit": "^9.5",
  3714. "rector/rector": "^0.13.9",
  3715. "vimeo/psalm": "^4.25"
  3716. },
  3717. "type": "library",
  3718. "extra": {
  3719. "branch-alias": {
  3720. "dev-1.x": "1.x-dev"
  3721. }
  3722. },
  3723. "autoload": {
  3724. "psr-4": {
  3725. "phpDocumentor\\Reflection\\": "src"
  3726. }
  3727. },
  3728. "notification-url": "https://packagist.org/downloads/",
  3729. "license": [
  3730. "MIT"
  3731. ],
  3732. "authors": [
  3733. {
  3734. "name": "Mike van Riel",
  3735. "email": "me@mikevanriel.com"
  3736. }
  3737. ],
  3738. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  3739. "support": {
  3740. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  3741. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2"
  3742. },
  3743. "time": "2024-02-23T11:10:43+00:00"
  3744. },
  3745. {
  3746. "name": "phpoption/phpoption",
  3747. "version": "1.9.3",
  3748. "source": {
  3749. "type": "git",
  3750. "url": "https://github.com/schmittjoh/php-option.git",
  3751. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
  3752. },
  3753. "dist": {
  3754. "type": "zip",
  3755. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
  3756. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
  3757. "shasum": ""
  3758. },
  3759. "require": {
  3760. "php": "^7.2.5 || ^8.0"
  3761. },
  3762. "require-dev": {
  3763. "bamarni/composer-bin-plugin": "^1.8.2",
  3764. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  3765. },
  3766. "type": "library",
  3767. "extra": {
  3768. "bamarni-bin": {
  3769. "bin-links": true,
  3770. "forward-command": false
  3771. },
  3772. "branch-alias": {
  3773. "dev-master": "1.9-dev"
  3774. }
  3775. },
  3776. "autoload": {
  3777. "psr-4": {
  3778. "PhpOption\\": "src/PhpOption/"
  3779. }
  3780. },
  3781. "notification-url": "https://packagist.org/downloads/",
  3782. "license": [
  3783. "Apache-2.0"
  3784. ],
  3785. "authors": [
  3786. {
  3787. "name": "Johannes M. Schmitt",
  3788. "email": "schmittjoh@gmail.com",
  3789. "homepage": "https://github.com/schmittjoh"
  3790. },
  3791. {
  3792. "name": "Graham Campbell",
  3793. "email": "hello@gjcampbell.co.uk",
  3794. "homepage": "https://github.com/GrahamCampbell"
  3795. }
  3796. ],
  3797. "description": "Option Type for PHP",
  3798. "keywords": [
  3799. "language",
  3800. "option",
  3801. "php",
  3802. "type"
  3803. ],
  3804. "support": {
  3805. "issues": "https://github.com/schmittjoh/php-option/issues",
  3806. "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
  3807. },
  3808. "funding": [
  3809. {
  3810. "url": "https://github.com/GrahamCampbell",
  3811. "type": "github"
  3812. },
  3813. {
  3814. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  3815. "type": "tidelift"
  3816. }
  3817. ],
  3818. "time": "2024-07-20T21:41:07+00:00"
  3819. },
  3820. {
  3821. "name": "phpstan/phpdoc-parser",
  3822. "version": "1.29.1",
  3823. "source": {
  3824. "type": "git",
  3825. "url": "https://github.com/phpstan/phpdoc-parser.git",
  3826. "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
  3827. },
  3828. "dist": {
  3829. "type": "zip",
  3830. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
  3831. "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
  3832. "shasum": ""
  3833. },
  3834. "require": {
  3835. "php": "^7.2 || ^8.0"
  3836. },
  3837. "require-dev": {
  3838. "doctrine/annotations": "^2.0",
  3839. "nikic/php-parser": "^4.15",
  3840. "php-parallel-lint/php-parallel-lint": "^1.2",
  3841. "phpstan/extension-installer": "^1.0",
  3842. "phpstan/phpstan": "^1.5",
  3843. "phpstan/phpstan-phpunit": "^1.1",
  3844. "phpstan/phpstan-strict-rules": "^1.0",
  3845. "phpunit/phpunit": "^9.5",
  3846. "symfony/process": "^5.2"
  3847. },
  3848. "type": "library",
  3849. "autoload": {
  3850. "psr-4": {
  3851. "PHPStan\\PhpDocParser\\": [
  3852. "src/"
  3853. ]
  3854. }
  3855. },
  3856. "notification-url": "https://packagist.org/downloads/",
  3857. "license": [
  3858. "MIT"
  3859. ],
  3860. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  3861. "support": {
  3862. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  3863. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
  3864. },
  3865. "time": "2024-05-31T08:52:43+00:00"
  3866. },
  3867. {
  3868. "name": "psr/clock",
  3869. "version": "1.0.0",
  3870. "source": {
  3871. "type": "git",
  3872. "url": "https://github.com/php-fig/clock.git",
  3873. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  3874. },
  3875. "dist": {
  3876. "type": "zip",
  3877. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  3878. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  3879. "shasum": ""
  3880. },
  3881. "require": {
  3882. "php": "^7.0 || ^8.0"
  3883. },
  3884. "type": "library",
  3885. "autoload": {
  3886. "psr-4": {
  3887. "Psr\\Clock\\": "src/"
  3888. }
  3889. },
  3890. "notification-url": "https://packagist.org/downloads/",
  3891. "license": [
  3892. "MIT"
  3893. ],
  3894. "authors": [
  3895. {
  3896. "name": "PHP-FIG",
  3897. "homepage": "https://www.php-fig.org/"
  3898. }
  3899. ],
  3900. "description": "Common interface for reading the clock.",
  3901. "homepage": "https://github.com/php-fig/clock",
  3902. "keywords": [
  3903. "clock",
  3904. "now",
  3905. "psr",
  3906. "psr-20",
  3907. "time"
  3908. ],
  3909. "support": {
  3910. "issues": "https://github.com/php-fig/clock/issues",
  3911. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  3912. },
  3913. "time": "2022-11-25T14:36:26+00:00"
  3914. },
  3915. {
  3916. "name": "psr/container",
  3917. "version": "2.0.2",
  3918. "source": {
  3919. "type": "git",
  3920. "url": "https://github.com/php-fig/container.git",
  3921. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  3922. },
  3923. "dist": {
  3924. "type": "zip",
  3925. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  3926. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  3927. "shasum": ""
  3928. },
  3929. "require": {
  3930. "php": ">=7.4.0"
  3931. },
  3932. "type": "library",
  3933. "extra": {
  3934. "branch-alias": {
  3935. "dev-master": "2.0.x-dev"
  3936. }
  3937. },
  3938. "autoload": {
  3939. "psr-4": {
  3940. "Psr\\Container\\": "src/"
  3941. }
  3942. },
  3943. "notification-url": "https://packagist.org/downloads/",
  3944. "license": [
  3945. "MIT"
  3946. ],
  3947. "authors": [
  3948. {
  3949. "name": "PHP-FIG",
  3950. "homepage": "https://www.php-fig.org/"
  3951. }
  3952. ],
  3953. "description": "Common Container Interface (PHP FIG PSR-11)",
  3954. "homepage": "https://github.com/php-fig/container",
  3955. "keywords": [
  3956. "PSR-11",
  3957. "container",
  3958. "container-interface",
  3959. "container-interop",
  3960. "psr"
  3961. ],
  3962. "support": {
  3963. "issues": "https://github.com/php-fig/container/issues",
  3964. "source": "https://github.com/php-fig/container/tree/2.0.2"
  3965. },
  3966. "time": "2021-11-05T16:47:00+00:00"
  3967. },
  3968. {
  3969. "name": "psr/event-dispatcher",
  3970. "version": "1.0.0",
  3971. "source": {
  3972. "type": "git",
  3973. "url": "https://github.com/php-fig/event-dispatcher.git",
  3974. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  3975. },
  3976. "dist": {
  3977. "type": "zip",
  3978. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  3979. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  3980. "shasum": ""
  3981. },
  3982. "require": {
  3983. "php": ">=7.2.0"
  3984. },
  3985. "type": "library",
  3986. "extra": {
  3987. "branch-alias": {
  3988. "dev-master": "1.0.x-dev"
  3989. }
  3990. },
  3991. "autoload": {
  3992. "psr-4": {
  3993. "Psr\\EventDispatcher\\": "src/"
  3994. }
  3995. },
  3996. "notification-url": "https://packagist.org/downloads/",
  3997. "license": [
  3998. "MIT"
  3999. ],
  4000. "authors": [
  4001. {
  4002. "name": "PHP-FIG",
  4003. "homepage": "http://www.php-fig.org/"
  4004. }
  4005. ],
  4006. "description": "Standard interfaces for event handling.",
  4007. "keywords": [
  4008. "events",
  4009. "psr",
  4010. "psr-14"
  4011. ],
  4012. "support": {
  4013. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  4014. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  4015. },
  4016. "time": "2019-01-08T18:20:26+00:00"
  4017. },
  4018. {
  4019. "name": "psr/http-client",
  4020. "version": "1.0.3",
  4021. "source": {
  4022. "type": "git",
  4023. "url": "https://github.com/php-fig/http-client.git",
  4024. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  4025. },
  4026. "dist": {
  4027. "type": "zip",
  4028. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  4029. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  4030. "shasum": ""
  4031. },
  4032. "require": {
  4033. "php": "^7.0 || ^8.0",
  4034. "psr/http-message": "^1.0 || ^2.0"
  4035. },
  4036. "type": "library",
  4037. "extra": {
  4038. "branch-alias": {
  4039. "dev-master": "1.0.x-dev"
  4040. }
  4041. },
  4042. "autoload": {
  4043. "psr-4": {
  4044. "Psr\\Http\\Client\\": "src/"
  4045. }
  4046. },
  4047. "notification-url": "https://packagist.org/downloads/",
  4048. "license": [
  4049. "MIT"
  4050. ],
  4051. "authors": [
  4052. {
  4053. "name": "PHP-FIG",
  4054. "homepage": "https://www.php-fig.org/"
  4055. }
  4056. ],
  4057. "description": "Common interface for HTTP clients",
  4058. "homepage": "https://github.com/php-fig/http-client",
  4059. "keywords": [
  4060. "http",
  4061. "http-client",
  4062. "psr",
  4063. "psr-18"
  4064. ],
  4065. "support": {
  4066. "source": "https://github.com/php-fig/http-client"
  4067. },
  4068. "time": "2023-09-23T14:17:50+00:00"
  4069. },
  4070. {
  4071. "name": "psr/http-factory",
  4072. "version": "1.1.0",
  4073. "source": {
  4074. "type": "git",
  4075. "url": "https://github.com/php-fig/http-factory.git",
  4076. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  4077. },
  4078. "dist": {
  4079. "type": "zip",
  4080. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  4081. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  4082. "shasum": ""
  4083. },
  4084. "require": {
  4085. "php": ">=7.1",
  4086. "psr/http-message": "^1.0 || ^2.0"
  4087. },
  4088. "type": "library",
  4089. "extra": {
  4090. "branch-alias": {
  4091. "dev-master": "1.0.x-dev"
  4092. }
  4093. },
  4094. "autoload": {
  4095. "psr-4": {
  4096. "Psr\\Http\\Message\\": "src/"
  4097. }
  4098. },
  4099. "notification-url": "https://packagist.org/downloads/",
  4100. "license": [
  4101. "MIT"
  4102. ],
  4103. "authors": [
  4104. {
  4105. "name": "PHP-FIG",
  4106. "homepage": "https://www.php-fig.org/"
  4107. }
  4108. ],
  4109. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  4110. "keywords": [
  4111. "factory",
  4112. "http",
  4113. "message",
  4114. "psr",
  4115. "psr-17",
  4116. "psr-7",
  4117. "request",
  4118. "response"
  4119. ],
  4120. "support": {
  4121. "source": "https://github.com/php-fig/http-factory"
  4122. },
  4123. "time": "2024-04-15T12:06:14+00:00"
  4124. },
  4125. {
  4126. "name": "psr/http-message",
  4127. "version": "2.0",
  4128. "source": {
  4129. "type": "git",
  4130. "url": "https://github.com/php-fig/http-message.git",
  4131. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  4132. },
  4133. "dist": {
  4134. "type": "zip",
  4135. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  4136. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  4137. "shasum": ""
  4138. },
  4139. "require": {
  4140. "php": "^7.2 || ^8.0"
  4141. },
  4142. "type": "library",
  4143. "extra": {
  4144. "branch-alias": {
  4145. "dev-master": "2.0.x-dev"
  4146. }
  4147. },
  4148. "autoload": {
  4149. "psr-4": {
  4150. "Psr\\Http\\Message\\": "src/"
  4151. }
  4152. },
  4153. "notification-url": "https://packagist.org/downloads/",
  4154. "license": [
  4155. "MIT"
  4156. ],
  4157. "authors": [
  4158. {
  4159. "name": "PHP-FIG",
  4160. "homepage": "https://www.php-fig.org/"
  4161. }
  4162. ],
  4163. "description": "Common interface for HTTP messages",
  4164. "homepage": "https://github.com/php-fig/http-message",
  4165. "keywords": [
  4166. "http",
  4167. "http-message",
  4168. "psr",
  4169. "psr-7",
  4170. "request",
  4171. "response"
  4172. ],
  4173. "support": {
  4174. "source": "https://github.com/php-fig/http-message/tree/2.0"
  4175. },
  4176. "time": "2023-04-04T09:54:51+00:00"
  4177. },
  4178. {
  4179. "name": "psr/log",
  4180. "version": "3.0.0",
  4181. "source": {
  4182. "type": "git",
  4183. "url": "https://github.com/php-fig/log.git",
  4184. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  4185. },
  4186. "dist": {
  4187. "type": "zip",
  4188. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  4189. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  4190. "shasum": ""
  4191. },
  4192. "require": {
  4193. "php": ">=8.0.0"
  4194. },
  4195. "type": "library",
  4196. "extra": {
  4197. "branch-alias": {
  4198. "dev-master": "3.x-dev"
  4199. }
  4200. },
  4201. "autoload": {
  4202. "psr-4": {
  4203. "Psr\\Log\\": "src"
  4204. }
  4205. },
  4206. "notification-url": "https://packagist.org/downloads/",
  4207. "license": [
  4208. "MIT"
  4209. ],
  4210. "authors": [
  4211. {
  4212. "name": "PHP-FIG",
  4213. "homepage": "https://www.php-fig.org/"
  4214. }
  4215. ],
  4216. "description": "Common interface for logging libraries",
  4217. "homepage": "https://github.com/php-fig/log",
  4218. "keywords": [
  4219. "log",
  4220. "psr",
  4221. "psr-3"
  4222. ],
  4223. "support": {
  4224. "source": "https://github.com/php-fig/log/tree/3.0.0"
  4225. },
  4226. "time": "2021-07-14T16:46:02+00:00"
  4227. },
  4228. {
  4229. "name": "psr/simple-cache",
  4230. "version": "3.0.0",
  4231. "source": {
  4232. "type": "git",
  4233. "url": "https://github.com/php-fig/simple-cache.git",
  4234. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  4235. },
  4236. "dist": {
  4237. "type": "zip",
  4238. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  4239. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  4240. "shasum": ""
  4241. },
  4242. "require": {
  4243. "php": ">=8.0.0"
  4244. },
  4245. "type": "library",
  4246. "extra": {
  4247. "branch-alias": {
  4248. "dev-master": "3.0.x-dev"
  4249. }
  4250. },
  4251. "autoload": {
  4252. "psr-4": {
  4253. "Psr\\SimpleCache\\": "src/"
  4254. }
  4255. },
  4256. "notification-url": "https://packagist.org/downloads/",
  4257. "license": [
  4258. "MIT"
  4259. ],
  4260. "authors": [
  4261. {
  4262. "name": "PHP-FIG",
  4263. "homepage": "https://www.php-fig.org/"
  4264. }
  4265. ],
  4266. "description": "Common interfaces for simple caching",
  4267. "keywords": [
  4268. "cache",
  4269. "caching",
  4270. "psr",
  4271. "psr-16",
  4272. "simple-cache"
  4273. ],
  4274. "support": {
  4275. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  4276. },
  4277. "time": "2021-10-29T13:26:27+00:00"
  4278. },
  4279. {
  4280. "name": "psy/psysh",
  4281. "version": "v0.12.4",
  4282. "source": {
  4283. "type": "git",
  4284. "url": "https://github.com/bobthecow/psysh.git",
  4285. "reference": "2fd717afa05341b4f8152547f142cd2f130f6818"
  4286. },
  4287. "dist": {
  4288. "type": "zip",
  4289. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818",
  4290. "reference": "2fd717afa05341b4f8152547f142cd2f130f6818",
  4291. "shasum": ""
  4292. },
  4293. "require": {
  4294. "ext-json": "*",
  4295. "ext-tokenizer": "*",
  4296. "nikic/php-parser": "^5.0 || ^4.0",
  4297. "php": "^8.0 || ^7.4",
  4298. "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
  4299. "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
  4300. },
  4301. "conflict": {
  4302. "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
  4303. },
  4304. "require-dev": {
  4305. "bamarni/composer-bin-plugin": "^1.2"
  4306. },
  4307. "suggest": {
  4308. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  4309. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  4310. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
  4311. },
  4312. "bin": [
  4313. "bin/psysh"
  4314. ],
  4315. "type": "library",
  4316. "extra": {
  4317. "branch-alias": {
  4318. "dev-main": "0.12.x-dev"
  4319. },
  4320. "bamarni-bin": {
  4321. "bin-links": false,
  4322. "forward-command": false
  4323. }
  4324. },
  4325. "autoload": {
  4326. "files": [
  4327. "src/functions.php"
  4328. ],
  4329. "psr-4": {
  4330. "Psy\\": "src/"
  4331. }
  4332. },
  4333. "notification-url": "https://packagist.org/downloads/",
  4334. "license": [
  4335. "MIT"
  4336. ],
  4337. "authors": [
  4338. {
  4339. "name": "Justin Hileman",
  4340. "email": "justin@justinhileman.info",
  4341. "homepage": "http://justinhileman.com"
  4342. }
  4343. ],
  4344. "description": "An interactive shell for modern PHP.",
  4345. "homepage": "http://psysh.org",
  4346. "keywords": [
  4347. "REPL",
  4348. "console",
  4349. "interactive",
  4350. "shell"
  4351. ],
  4352. "support": {
  4353. "issues": "https://github.com/bobthecow/psysh/issues",
  4354. "source": "https://github.com/bobthecow/psysh/tree/v0.12.4"
  4355. },
  4356. "time": "2024-06-10T01:18:23+00:00"
  4357. },
  4358. {
  4359. "name": "ralouphie/getallheaders",
  4360. "version": "3.0.3",
  4361. "source": {
  4362. "type": "git",
  4363. "url": "https://github.com/ralouphie/getallheaders.git",
  4364. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  4365. },
  4366. "dist": {
  4367. "type": "zip",
  4368. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  4369. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  4370. "shasum": ""
  4371. },
  4372. "require": {
  4373. "php": ">=5.6"
  4374. },
  4375. "require-dev": {
  4376. "php-coveralls/php-coveralls": "^2.1",
  4377. "phpunit/phpunit": "^5 || ^6.5"
  4378. },
  4379. "type": "library",
  4380. "autoload": {
  4381. "files": [
  4382. "src/getallheaders.php"
  4383. ]
  4384. },
  4385. "notification-url": "https://packagist.org/downloads/",
  4386. "license": [
  4387. "MIT"
  4388. ],
  4389. "authors": [
  4390. {
  4391. "name": "Ralph Khattar",
  4392. "email": "ralph.khattar@gmail.com"
  4393. }
  4394. ],
  4395. "description": "A polyfill for getallheaders.",
  4396. "support": {
  4397. "issues": "https://github.com/ralouphie/getallheaders/issues",
  4398. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  4399. },
  4400. "time": "2019-03-08T08:55:37+00:00"
  4401. },
  4402. {
  4403. "name": "ramsey/collection",
  4404. "version": "2.0.0",
  4405. "source": {
  4406. "type": "git",
  4407. "url": "https://github.com/ramsey/collection.git",
  4408. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
  4409. },
  4410. "dist": {
  4411. "type": "zip",
  4412. "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  4413. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  4414. "shasum": ""
  4415. },
  4416. "require": {
  4417. "php": "^8.1"
  4418. },
  4419. "require-dev": {
  4420. "captainhook/plugin-composer": "^5.3",
  4421. "ergebnis/composer-normalize": "^2.28.3",
  4422. "fakerphp/faker": "^1.21",
  4423. "hamcrest/hamcrest-php": "^2.0",
  4424. "jangregor/phpstan-prophecy": "^1.0",
  4425. "mockery/mockery": "^1.5",
  4426. "php-parallel-lint/php-console-highlighter": "^1.0",
  4427. "php-parallel-lint/php-parallel-lint": "^1.3",
  4428. "phpcsstandards/phpcsutils": "^1.0.0-rc1",
  4429. "phpspec/prophecy-phpunit": "^2.0",
  4430. "phpstan/extension-installer": "^1.2",
  4431. "phpstan/phpstan": "^1.9",
  4432. "phpstan/phpstan-mockery": "^1.1",
  4433. "phpstan/phpstan-phpunit": "^1.3",
  4434. "phpunit/phpunit": "^9.5",
  4435. "psalm/plugin-mockery": "^1.1",
  4436. "psalm/plugin-phpunit": "^0.18.4",
  4437. "ramsey/coding-standard": "^2.0.3",
  4438. "ramsey/conventional-commits": "^1.3",
  4439. "vimeo/psalm": "^5.4"
  4440. },
  4441. "type": "library",
  4442. "extra": {
  4443. "captainhook": {
  4444. "force-install": true
  4445. },
  4446. "ramsey/conventional-commits": {
  4447. "configFile": "conventional-commits.json"
  4448. }
  4449. },
  4450. "autoload": {
  4451. "psr-4": {
  4452. "Ramsey\\Collection\\": "src/"
  4453. }
  4454. },
  4455. "notification-url": "https://packagist.org/downloads/",
  4456. "license": [
  4457. "MIT"
  4458. ],
  4459. "authors": [
  4460. {
  4461. "name": "Ben Ramsey",
  4462. "email": "ben@benramsey.com",
  4463. "homepage": "https://benramsey.com"
  4464. }
  4465. ],
  4466. "description": "A PHP library for representing and manipulating collections.",
  4467. "keywords": [
  4468. "array",
  4469. "collection",
  4470. "hash",
  4471. "map",
  4472. "queue",
  4473. "set"
  4474. ],
  4475. "support": {
  4476. "issues": "https://github.com/ramsey/collection/issues",
  4477. "source": "https://github.com/ramsey/collection/tree/2.0.0"
  4478. },
  4479. "funding": [
  4480. {
  4481. "url": "https://github.com/ramsey",
  4482. "type": "github"
  4483. },
  4484. {
  4485. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  4486. "type": "tidelift"
  4487. }
  4488. ],
  4489. "time": "2022-12-31T21:50:55+00:00"
  4490. },
  4491. {
  4492. "name": "ramsey/uuid",
  4493. "version": "4.7.6",
  4494. "source": {
  4495. "type": "git",
  4496. "url": "https://github.com/ramsey/uuid.git",
  4497. "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
  4498. },
  4499. "dist": {
  4500. "type": "zip",
  4501. "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
  4502. "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
  4503. "shasum": ""
  4504. },
  4505. "require": {
  4506. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
  4507. "ext-json": "*",
  4508. "php": "^8.0",
  4509. "ramsey/collection": "^1.2 || ^2.0"
  4510. },
  4511. "replace": {
  4512. "rhumsaa/uuid": "self.version"
  4513. },
  4514. "require-dev": {
  4515. "captainhook/captainhook": "^5.10",
  4516. "captainhook/plugin-composer": "^5.3",
  4517. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  4518. "doctrine/annotations": "^1.8",
  4519. "ergebnis/composer-normalize": "^2.15",
  4520. "mockery/mockery": "^1.3",
  4521. "paragonie/random-lib": "^2",
  4522. "php-mock/php-mock": "^2.2",
  4523. "php-mock/php-mock-mockery": "^1.3",
  4524. "php-parallel-lint/php-parallel-lint": "^1.1",
  4525. "phpbench/phpbench": "^1.0",
  4526. "phpstan/extension-installer": "^1.1",
  4527. "phpstan/phpstan": "^1.8",
  4528. "phpstan/phpstan-mockery": "^1.1",
  4529. "phpstan/phpstan-phpunit": "^1.1",
  4530. "phpunit/phpunit": "^8.5 || ^9",
  4531. "ramsey/composer-repl": "^1.4",
  4532. "slevomat/coding-standard": "^8.4",
  4533. "squizlabs/php_codesniffer": "^3.5",
  4534. "vimeo/psalm": "^4.9"
  4535. },
  4536. "suggest": {
  4537. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  4538. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  4539. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  4540. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  4541. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  4542. },
  4543. "type": "library",
  4544. "extra": {
  4545. "captainhook": {
  4546. "force-install": true
  4547. }
  4548. },
  4549. "autoload": {
  4550. "files": [
  4551. "src/functions.php"
  4552. ],
  4553. "psr-4": {
  4554. "Ramsey\\Uuid\\": "src/"
  4555. }
  4556. },
  4557. "notification-url": "https://packagist.org/downloads/",
  4558. "license": [
  4559. "MIT"
  4560. ],
  4561. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  4562. "keywords": [
  4563. "guid",
  4564. "identifier",
  4565. "uuid"
  4566. ],
  4567. "support": {
  4568. "issues": "https://github.com/ramsey/uuid/issues",
  4569. "source": "https://github.com/ramsey/uuid/tree/4.7.6"
  4570. },
  4571. "funding": [
  4572. {
  4573. "url": "https://github.com/ramsey",
  4574. "type": "github"
  4575. },
  4576. {
  4577. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  4578. "type": "tidelift"
  4579. }
  4580. ],
  4581. "time": "2024-04-27T21:32:50+00:00"
  4582. },
  4583. {
  4584. "name": "revolt/event-loop",
  4585. "version": "v1.0.6",
  4586. "source": {
  4587. "type": "git",
  4588. "url": "https://github.com/revoltphp/event-loop.git",
  4589. "reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254"
  4590. },
  4591. "dist": {
  4592. "type": "zip",
  4593. "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/25de49af7223ba039f64da4ae9a28ec2d10d0254",
  4594. "reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254",
  4595. "shasum": ""
  4596. },
  4597. "require": {
  4598. "php": ">=8.1"
  4599. },
  4600. "require-dev": {
  4601. "ext-json": "*",
  4602. "jetbrains/phpstorm-stubs": "^2019.3",
  4603. "phpunit/phpunit": "^9",
  4604. "psalm/phar": "^5.15"
  4605. },
  4606. "type": "library",
  4607. "extra": {
  4608. "branch-alias": {
  4609. "dev-main": "1.x-dev"
  4610. }
  4611. },
  4612. "autoload": {
  4613. "psr-4": {
  4614. "Revolt\\": "src"
  4615. }
  4616. },
  4617. "notification-url": "https://packagist.org/downloads/",
  4618. "license": [
  4619. "MIT"
  4620. ],
  4621. "authors": [
  4622. {
  4623. "name": "Aaron Piotrowski",
  4624. "email": "aaron@trowski.com"
  4625. },
  4626. {
  4627. "name": "Cees-Jan Kiewiet",
  4628. "email": "ceesjank@gmail.com"
  4629. },
  4630. {
  4631. "name": "Christian Lück",
  4632. "email": "christian@clue.engineering"
  4633. },
  4634. {
  4635. "name": "Niklas Keller",
  4636. "email": "me@kelunik.com"
  4637. }
  4638. ],
  4639. "description": "Rock-solid event loop for concurrent PHP applications.",
  4640. "keywords": [
  4641. "async",
  4642. "asynchronous",
  4643. "concurrency",
  4644. "event",
  4645. "event-loop",
  4646. "non-blocking",
  4647. "scheduler"
  4648. ],
  4649. "support": {
  4650. "issues": "https://github.com/revoltphp/event-loop/issues",
  4651. "source": "https://github.com/revoltphp/event-loop/tree/v1.0.6"
  4652. },
  4653. "time": "2023-11-30T05:34:44+00:00"
  4654. },
  4655. {
  4656. "name": "spatie/laravel-data",
  4657. "version": "4.8.1",
  4658. "source": {
  4659. "type": "git",
  4660. "url": "https://github.com/spatie/laravel-data.git",
  4661. "reference": "597961b02b2f7722246f21dad432bf24c2abb9d6"
  4662. },
  4663. "dist": {
  4664. "type": "zip",
  4665. "url": "https://api.github.com/repos/spatie/laravel-data/zipball/597961b02b2f7722246f21dad432bf24c2abb9d6",
  4666. "reference": "597961b02b2f7722246f21dad432bf24c2abb9d6",
  4667. "shasum": ""
  4668. },
  4669. "require": {
  4670. "illuminate/contracts": "^10.0|^11.0",
  4671. "php": "^8.1",
  4672. "phpdocumentor/reflection": "^6.0",
  4673. "spatie/laravel-package-tools": "^1.9.0",
  4674. "spatie/php-structure-discoverer": "^2.0"
  4675. },
  4676. "require-dev": {
  4677. "fakerphp/faker": "^1.14",
  4678. "friendsofphp/php-cs-fixer": "^3.0",
  4679. "inertiajs/inertia-laravel": "^1.2",
  4680. "livewire/livewire": "^3.0",
  4681. "mockery/mockery": "^1.6",
  4682. "nesbot/carbon": "^2.63",
  4683. "nunomaduro/larastan": "^2.0",
  4684. "orchestra/testbench": "^8.0|^9.0",
  4685. "pestphp/pest": "^2.31",
  4686. "pestphp/pest-plugin-laravel": "^2.0",
  4687. "pestphp/pest-plugin-livewire": "^2.1",
  4688. "phpbench/phpbench": "^1.2",
  4689. "phpstan/extension-installer": "^1.1",
  4690. "phpunit/phpunit": "^10.0",
  4691. "spatie/invade": "^1.0",
  4692. "spatie/laravel-typescript-transformer": "^2.3",
  4693. "spatie/pest-plugin-snapshots": "^2.1",
  4694. "spatie/test-time": "^1.2"
  4695. },
  4696. "type": "library",
  4697. "extra": {
  4698. "laravel": {
  4699. "providers": [
  4700. "Spatie\\LaravelData\\LaravelDataServiceProvider"
  4701. ]
  4702. }
  4703. },
  4704. "autoload": {
  4705. "psr-4": {
  4706. "Spatie\\LaravelData\\": "src/"
  4707. }
  4708. },
  4709. "notification-url": "https://packagist.org/downloads/",
  4710. "license": [
  4711. "MIT"
  4712. ],
  4713. "authors": [
  4714. {
  4715. "name": "Ruben Van Assche",
  4716. "email": "ruben@spatie.be",
  4717. "role": "Developer"
  4718. }
  4719. ],
  4720. "description": "Create unified resources and data transfer objects",
  4721. "homepage": "https://github.com/spatie/laravel-data",
  4722. "keywords": [
  4723. "laravel",
  4724. "laravel-data",
  4725. "spatie"
  4726. ],
  4727. "support": {
  4728. "issues": "https://github.com/spatie/laravel-data/issues",
  4729. "source": "https://github.com/spatie/laravel-data/tree/4.8.1"
  4730. },
  4731. "funding": [
  4732. {
  4733. "url": "https://github.com/spatie",
  4734. "type": "github"
  4735. }
  4736. ],
  4737. "time": "2024-08-13T13:53:42+00:00"
  4738. },
  4739. {
  4740. "name": "spatie/laravel-package-tools",
  4741. "version": "1.16.4",
  4742. "source": {
  4743. "type": "git",
  4744. "url": "https://github.com/spatie/laravel-package-tools.git",
  4745. "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53"
  4746. },
  4747. "dist": {
  4748. "type": "zip",
  4749. "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53",
  4750. "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53",
  4751. "shasum": ""
  4752. },
  4753. "require": {
  4754. "illuminate/contracts": "^9.28|^10.0|^11.0",
  4755. "php": "^8.0"
  4756. },
  4757. "require-dev": {
  4758. "mockery/mockery": "^1.5",
  4759. "orchestra/testbench": "^7.7|^8.0",
  4760. "pestphp/pest": "^1.22",
  4761. "phpunit/phpunit": "^9.5.24",
  4762. "spatie/pest-plugin-test-time": "^1.1"
  4763. },
  4764. "type": "library",
  4765. "autoload": {
  4766. "psr-4": {
  4767. "Spatie\\LaravelPackageTools\\": "src"
  4768. }
  4769. },
  4770. "notification-url": "https://packagist.org/downloads/",
  4771. "license": [
  4772. "MIT"
  4773. ],
  4774. "authors": [
  4775. {
  4776. "name": "Freek Van der Herten",
  4777. "email": "freek@spatie.be",
  4778. "role": "Developer"
  4779. }
  4780. ],
  4781. "description": "Tools for creating Laravel packages",
  4782. "homepage": "https://github.com/spatie/laravel-package-tools",
  4783. "keywords": [
  4784. "laravel-package-tools",
  4785. "spatie"
  4786. ],
  4787. "support": {
  4788. "issues": "https://github.com/spatie/laravel-package-tools/issues",
  4789. "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.4"
  4790. },
  4791. "funding": [
  4792. {
  4793. "url": "https://github.com/spatie",
  4794. "type": "github"
  4795. }
  4796. ],
  4797. "time": "2024-03-20T07:29:11+00:00"
  4798. },
  4799. {
  4800. "name": "spatie/php-structure-discoverer",
  4801. "version": "2.1.2",
  4802. "source": {
  4803. "type": "git",
  4804. "url": "https://github.com/spatie/php-structure-discoverer.git",
  4805. "reference": "0bfebf609b2047360cdca102d2c08fb78b393927"
  4806. },
  4807. "dist": {
  4808. "type": "zip",
  4809. "url": "https://api.github.com/repos/spatie/php-structure-discoverer/zipball/0bfebf609b2047360cdca102d2c08fb78b393927",
  4810. "reference": "0bfebf609b2047360cdca102d2c08fb78b393927",
  4811. "shasum": ""
  4812. },
  4813. "require": {
  4814. "amphp/amp": "^v3.0",
  4815. "amphp/parallel": "^2.2",
  4816. "illuminate/collections": "^10.0|^11.0",
  4817. "php": "^8.1",
  4818. "spatie/laravel-package-tools": "^1.4.3",
  4819. "symfony/finder": "^6.0|^7.0"
  4820. },
  4821. "require-dev": {
  4822. "illuminate/console": "^10.0|^11.0",
  4823. "laravel/pint": "^1.0",
  4824. "nunomaduro/collision": "^7.0|^8.0",
  4825. "nunomaduro/larastan": "^2.0.1",
  4826. "orchestra/testbench": "^7.0|^8.0|^9.0",
  4827. "pestphp/pest": "^2.0",
  4828. "pestphp/pest-plugin-laravel": "^2.0",
  4829. "phpstan/extension-installer": "^1.1",
  4830. "phpstan/phpstan-deprecation-rules": "^1.0",
  4831. "phpstan/phpstan-phpunit": "^1.0",
  4832. "phpunit/phpunit": "^9.5|^10.0",
  4833. "spatie/laravel-ray": "^1.26"
  4834. },
  4835. "type": "library",
  4836. "extra": {
  4837. "laravel": {
  4838. "providers": [
  4839. "Spatie\\StructureDiscoverer\\StructureDiscovererServiceProvider"
  4840. ]
  4841. }
  4842. },
  4843. "autoload": {
  4844. "psr-4": {
  4845. "Spatie\\StructureDiscoverer\\": "src"
  4846. }
  4847. },
  4848. "notification-url": "https://packagist.org/downloads/",
  4849. "license": [
  4850. "MIT"
  4851. ],
  4852. "authors": [
  4853. {
  4854. "name": "Ruben Van Assche",
  4855. "email": "ruben@spatie.be",
  4856. "role": "Developer"
  4857. }
  4858. ],
  4859. "description": "Automatically discover structures within your PHP application",
  4860. "homepage": "https://github.com/spatie/php-structure-discoverer",
  4861. "keywords": [
  4862. "discover",
  4863. "laravel",
  4864. "php",
  4865. "php-structure-discoverer"
  4866. ],
  4867. "support": {
  4868. "issues": "https://github.com/spatie/php-structure-discoverer/issues",
  4869. "source": "https://github.com/spatie/php-structure-discoverer/tree/2.1.2"
  4870. },
  4871. "funding": [
  4872. {
  4873. "url": "https://github.com/LaravelAutoDiscoverer",
  4874. "type": "github"
  4875. }
  4876. ],
  4877. "time": "2024-08-13T15:00:59+00:00"
  4878. },
  4879. {
  4880. "name": "symfony/clock",
  4881. "version": "v7.1.1",
  4882. "source": {
  4883. "type": "git",
  4884. "url": "https://github.com/symfony/clock.git",
  4885. "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7"
  4886. },
  4887. "dist": {
  4888. "type": "zip",
  4889. "url": "https://api.github.com/repos/symfony/clock/zipball/3dfc8b084853586de51dd1441c6242c76a28cbe7",
  4890. "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7",
  4891. "shasum": ""
  4892. },
  4893. "require": {
  4894. "php": ">=8.2",
  4895. "psr/clock": "^1.0",
  4896. "symfony/polyfill-php83": "^1.28"
  4897. },
  4898. "provide": {
  4899. "psr/clock-implementation": "1.0"
  4900. },
  4901. "type": "library",
  4902. "autoload": {
  4903. "files": [
  4904. "Resources/now.php"
  4905. ],
  4906. "psr-4": {
  4907. "Symfony\\Component\\Clock\\": ""
  4908. },
  4909. "exclude-from-classmap": [
  4910. "/Tests/"
  4911. ]
  4912. },
  4913. "notification-url": "https://packagist.org/downloads/",
  4914. "license": [
  4915. "MIT"
  4916. ],
  4917. "authors": [
  4918. {
  4919. "name": "Nicolas Grekas",
  4920. "email": "p@tchwork.com"
  4921. },
  4922. {
  4923. "name": "Symfony Community",
  4924. "homepage": "https://symfony.com/contributors"
  4925. }
  4926. ],
  4927. "description": "Decouples applications from the system clock",
  4928. "homepage": "https://symfony.com",
  4929. "keywords": [
  4930. "clock",
  4931. "psr20",
  4932. "time"
  4933. ],
  4934. "support": {
  4935. "source": "https://github.com/symfony/clock/tree/v7.1.1"
  4936. },
  4937. "funding": [
  4938. {
  4939. "url": "https://symfony.com/sponsor",
  4940. "type": "custom"
  4941. },
  4942. {
  4943. "url": "https://github.com/fabpot",
  4944. "type": "github"
  4945. },
  4946. {
  4947. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4948. "type": "tidelift"
  4949. }
  4950. ],
  4951. "time": "2024-05-31T14:57:53+00:00"
  4952. },
  4953. {
  4954. "name": "symfony/console",
  4955. "version": "v7.1.3",
  4956. "source": {
  4957. "type": "git",
  4958. "url": "https://github.com/symfony/console.git",
  4959. "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9"
  4960. },
  4961. "dist": {
  4962. "type": "zip",
  4963. "url": "https://api.github.com/repos/symfony/console/zipball/cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9",
  4964. "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9",
  4965. "shasum": ""
  4966. },
  4967. "require": {
  4968. "php": ">=8.2",
  4969. "symfony/polyfill-mbstring": "~1.0",
  4970. "symfony/service-contracts": "^2.5|^3",
  4971. "symfony/string": "^6.4|^7.0"
  4972. },
  4973. "conflict": {
  4974. "symfony/dependency-injection": "<6.4",
  4975. "symfony/dotenv": "<6.4",
  4976. "symfony/event-dispatcher": "<6.4",
  4977. "symfony/lock": "<6.4",
  4978. "symfony/process": "<6.4"
  4979. },
  4980. "provide": {
  4981. "psr/log-implementation": "1.0|2.0|3.0"
  4982. },
  4983. "require-dev": {
  4984. "psr/log": "^1|^2|^3",
  4985. "symfony/config": "^6.4|^7.0",
  4986. "symfony/dependency-injection": "^6.4|^7.0",
  4987. "symfony/event-dispatcher": "^6.4|^7.0",
  4988. "symfony/http-foundation": "^6.4|^7.0",
  4989. "symfony/http-kernel": "^6.4|^7.0",
  4990. "symfony/lock": "^6.4|^7.0",
  4991. "symfony/messenger": "^6.4|^7.0",
  4992. "symfony/process": "^6.4|^7.0",
  4993. "symfony/stopwatch": "^6.4|^7.0",
  4994. "symfony/var-dumper": "^6.4|^7.0"
  4995. },
  4996. "type": "library",
  4997. "autoload": {
  4998. "psr-4": {
  4999. "Symfony\\Component\\Console\\": ""
  5000. },
  5001. "exclude-from-classmap": [
  5002. "/Tests/"
  5003. ]
  5004. },
  5005. "notification-url": "https://packagist.org/downloads/",
  5006. "license": [
  5007. "MIT"
  5008. ],
  5009. "authors": [
  5010. {
  5011. "name": "Fabien Potencier",
  5012. "email": "fabien@symfony.com"
  5013. },
  5014. {
  5015. "name": "Symfony Community",
  5016. "homepage": "https://symfony.com/contributors"
  5017. }
  5018. ],
  5019. "description": "Eases the creation of beautiful and testable command line interfaces",
  5020. "homepage": "https://symfony.com",
  5021. "keywords": [
  5022. "cli",
  5023. "command-line",
  5024. "console",
  5025. "terminal"
  5026. ],
  5027. "support": {
  5028. "source": "https://github.com/symfony/console/tree/v7.1.3"
  5029. },
  5030. "funding": [
  5031. {
  5032. "url": "https://symfony.com/sponsor",
  5033. "type": "custom"
  5034. },
  5035. {
  5036. "url": "https://github.com/fabpot",
  5037. "type": "github"
  5038. },
  5039. {
  5040. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5041. "type": "tidelift"
  5042. }
  5043. ],
  5044. "time": "2024-07-26T12:41:01+00:00"
  5045. },
  5046. {
  5047. "name": "symfony/css-selector",
  5048. "version": "v7.1.1",
  5049. "source": {
  5050. "type": "git",
  5051. "url": "https://github.com/symfony/css-selector.git",
  5052. "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4"
  5053. },
  5054. "dist": {
  5055. "type": "zip",
  5056. "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
  5057. "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
  5058. "shasum": ""
  5059. },
  5060. "require": {
  5061. "php": ">=8.2"
  5062. },
  5063. "type": "library",
  5064. "autoload": {
  5065. "psr-4": {
  5066. "Symfony\\Component\\CssSelector\\": ""
  5067. },
  5068. "exclude-from-classmap": [
  5069. "/Tests/"
  5070. ]
  5071. },
  5072. "notification-url": "https://packagist.org/downloads/",
  5073. "license": [
  5074. "MIT"
  5075. ],
  5076. "authors": [
  5077. {
  5078. "name": "Fabien Potencier",
  5079. "email": "fabien@symfony.com"
  5080. },
  5081. {
  5082. "name": "Jean-François Simon",
  5083. "email": "jeanfrancois.simon@sensiolabs.com"
  5084. },
  5085. {
  5086. "name": "Symfony Community",
  5087. "homepage": "https://symfony.com/contributors"
  5088. }
  5089. ],
  5090. "description": "Converts CSS selectors to XPath expressions",
  5091. "homepage": "https://symfony.com",
  5092. "support": {
  5093. "source": "https://github.com/symfony/css-selector/tree/v7.1.1"
  5094. },
  5095. "funding": [
  5096. {
  5097. "url": "https://symfony.com/sponsor",
  5098. "type": "custom"
  5099. },
  5100. {
  5101. "url": "https://github.com/fabpot",
  5102. "type": "github"
  5103. },
  5104. {
  5105. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5106. "type": "tidelift"
  5107. }
  5108. ],
  5109. "time": "2024-05-31T14:57:53+00:00"
  5110. },
  5111. {
  5112. "name": "symfony/deprecation-contracts",
  5113. "version": "v3.5.0",
  5114. "source": {
  5115. "type": "git",
  5116. "url": "https://github.com/symfony/deprecation-contracts.git",
  5117. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
  5118. },
  5119. "dist": {
  5120. "type": "zip",
  5121. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  5122. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  5123. "shasum": ""
  5124. },
  5125. "require": {
  5126. "php": ">=8.1"
  5127. },
  5128. "type": "library",
  5129. "extra": {
  5130. "branch-alias": {
  5131. "dev-main": "3.5-dev"
  5132. },
  5133. "thanks": {
  5134. "name": "symfony/contracts",
  5135. "url": "https://github.com/symfony/contracts"
  5136. }
  5137. },
  5138. "autoload": {
  5139. "files": [
  5140. "function.php"
  5141. ]
  5142. },
  5143. "notification-url": "https://packagist.org/downloads/",
  5144. "license": [
  5145. "MIT"
  5146. ],
  5147. "authors": [
  5148. {
  5149. "name": "Nicolas Grekas",
  5150. "email": "p@tchwork.com"
  5151. },
  5152. {
  5153. "name": "Symfony Community",
  5154. "homepage": "https://symfony.com/contributors"
  5155. }
  5156. ],
  5157. "description": "A generic function and convention to trigger deprecation notices",
  5158. "homepage": "https://symfony.com",
  5159. "support": {
  5160. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
  5161. },
  5162. "funding": [
  5163. {
  5164. "url": "https://symfony.com/sponsor",
  5165. "type": "custom"
  5166. },
  5167. {
  5168. "url": "https://github.com/fabpot",
  5169. "type": "github"
  5170. },
  5171. {
  5172. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5173. "type": "tidelift"
  5174. }
  5175. ],
  5176. "time": "2024-04-18T09:32:20+00:00"
  5177. },
  5178. {
  5179. "name": "symfony/error-handler",
  5180. "version": "v7.1.3",
  5181. "source": {
  5182. "type": "git",
  5183. "url": "https://github.com/symfony/error-handler.git",
  5184. "reference": "432bb369952795c61ca1def65e078c4a80dad13c"
  5185. },
  5186. "dist": {
  5187. "type": "zip",
  5188. "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c",
  5189. "reference": "432bb369952795c61ca1def65e078c4a80dad13c",
  5190. "shasum": ""
  5191. },
  5192. "require": {
  5193. "php": ">=8.2",
  5194. "psr/log": "^1|^2|^3",
  5195. "symfony/var-dumper": "^6.4|^7.0"
  5196. },
  5197. "conflict": {
  5198. "symfony/deprecation-contracts": "<2.5",
  5199. "symfony/http-kernel": "<6.4"
  5200. },
  5201. "require-dev": {
  5202. "symfony/deprecation-contracts": "^2.5|^3",
  5203. "symfony/http-kernel": "^6.4|^7.0",
  5204. "symfony/serializer": "^6.4|^7.0"
  5205. },
  5206. "bin": [
  5207. "Resources/bin/patch-type-declarations"
  5208. ],
  5209. "type": "library",
  5210. "autoload": {
  5211. "psr-4": {
  5212. "Symfony\\Component\\ErrorHandler\\": ""
  5213. },
  5214. "exclude-from-classmap": [
  5215. "/Tests/"
  5216. ]
  5217. },
  5218. "notification-url": "https://packagist.org/downloads/",
  5219. "license": [
  5220. "MIT"
  5221. ],
  5222. "authors": [
  5223. {
  5224. "name": "Fabien Potencier",
  5225. "email": "fabien@symfony.com"
  5226. },
  5227. {
  5228. "name": "Symfony Community",
  5229. "homepage": "https://symfony.com/contributors"
  5230. }
  5231. ],
  5232. "description": "Provides tools to manage errors and ease debugging PHP code",
  5233. "homepage": "https://symfony.com",
  5234. "support": {
  5235. "source": "https://github.com/symfony/error-handler/tree/v7.1.3"
  5236. },
  5237. "funding": [
  5238. {
  5239. "url": "https://symfony.com/sponsor",
  5240. "type": "custom"
  5241. },
  5242. {
  5243. "url": "https://github.com/fabpot",
  5244. "type": "github"
  5245. },
  5246. {
  5247. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5248. "type": "tidelift"
  5249. }
  5250. ],
  5251. "time": "2024-07-26T13:02:51+00:00"
  5252. },
  5253. {
  5254. "name": "symfony/event-dispatcher",
  5255. "version": "v7.1.1",
  5256. "source": {
  5257. "type": "git",
  5258. "url": "https://github.com/symfony/event-dispatcher.git",
  5259. "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
  5260. },
  5261. "dist": {
  5262. "type": "zip",
  5263. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
  5264. "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
  5265. "shasum": ""
  5266. },
  5267. "require": {
  5268. "php": ">=8.2",
  5269. "symfony/event-dispatcher-contracts": "^2.5|^3"
  5270. },
  5271. "conflict": {
  5272. "symfony/dependency-injection": "<6.4",
  5273. "symfony/service-contracts": "<2.5"
  5274. },
  5275. "provide": {
  5276. "psr/event-dispatcher-implementation": "1.0",
  5277. "symfony/event-dispatcher-implementation": "2.0|3.0"
  5278. },
  5279. "require-dev": {
  5280. "psr/log": "^1|^2|^3",
  5281. "symfony/config": "^6.4|^7.0",
  5282. "symfony/dependency-injection": "^6.4|^7.0",
  5283. "symfony/error-handler": "^6.4|^7.0",
  5284. "symfony/expression-language": "^6.4|^7.0",
  5285. "symfony/http-foundation": "^6.4|^7.0",
  5286. "symfony/service-contracts": "^2.5|^3",
  5287. "symfony/stopwatch": "^6.4|^7.0"
  5288. },
  5289. "type": "library",
  5290. "autoload": {
  5291. "psr-4": {
  5292. "Symfony\\Component\\EventDispatcher\\": ""
  5293. },
  5294. "exclude-from-classmap": [
  5295. "/Tests/"
  5296. ]
  5297. },
  5298. "notification-url": "https://packagist.org/downloads/",
  5299. "license": [
  5300. "MIT"
  5301. ],
  5302. "authors": [
  5303. {
  5304. "name": "Fabien Potencier",
  5305. "email": "fabien@symfony.com"
  5306. },
  5307. {
  5308. "name": "Symfony Community",
  5309. "homepage": "https://symfony.com/contributors"
  5310. }
  5311. ],
  5312. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  5313. "homepage": "https://symfony.com",
  5314. "support": {
  5315. "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
  5316. },
  5317. "funding": [
  5318. {
  5319. "url": "https://symfony.com/sponsor",
  5320. "type": "custom"
  5321. },
  5322. {
  5323. "url": "https://github.com/fabpot",
  5324. "type": "github"
  5325. },
  5326. {
  5327. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5328. "type": "tidelift"
  5329. }
  5330. ],
  5331. "time": "2024-05-31T14:57:53+00:00"
  5332. },
  5333. {
  5334. "name": "symfony/event-dispatcher-contracts",
  5335. "version": "v3.5.0",
  5336. "source": {
  5337. "type": "git",
  5338. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  5339. "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
  5340. },
  5341. "dist": {
  5342. "type": "zip",
  5343. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
  5344. "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
  5345. "shasum": ""
  5346. },
  5347. "require": {
  5348. "php": ">=8.1",
  5349. "psr/event-dispatcher": "^1"
  5350. },
  5351. "type": "library",
  5352. "extra": {
  5353. "branch-alias": {
  5354. "dev-main": "3.5-dev"
  5355. },
  5356. "thanks": {
  5357. "name": "symfony/contracts",
  5358. "url": "https://github.com/symfony/contracts"
  5359. }
  5360. },
  5361. "autoload": {
  5362. "psr-4": {
  5363. "Symfony\\Contracts\\EventDispatcher\\": ""
  5364. }
  5365. },
  5366. "notification-url": "https://packagist.org/downloads/",
  5367. "license": [
  5368. "MIT"
  5369. ],
  5370. "authors": [
  5371. {
  5372. "name": "Nicolas Grekas",
  5373. "email": "p@tchwork.com"
  5374. },
  5375. {
  5376. "name": "Symfony Community",
  5377. "homepage": "https://symfony.com/contributors"
  5378. }
  5379. ],
  5380. "description": "Generic abstractions related to dispatching event",
  5381. "homepage": "https://symfony.com",
  5382. "keywords": [
  5383. "abstractions",
  5384. "contracts",
  5385. "decoupling",
  5386. "interfaces",
  5387. "interoperability",
  5388. "standards"
  5389. ],
  5390. "support": {
  5391. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
  5392. },
  5393. "funding": [
  5394. {
  5395. "url": "https://symfony.com/sponsor",
  5396. "type": "custom"
  5397. },
  5398. {
  5399. "url": "https://github.com/fabpot",
  5400. "type": "github"
  5401. },
  5402. {
  5403. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5404. "type": "tidelift"
  5405. }
  5406. ],
  5407. "time": "2024-04-18T09:32:20+00:00"
  5408. },
  5409. {
  5410. "name": "symfony/finder",
  5411. "version": "v7.1.3",
  5412. "source": {
  5413. "type": "git",
  5414. "url": "https://github.com/symfony/finder.git",
  5415. "reference": "717c6329886f32dc65e27461f80f2a465412fdca"
  5416. },
  5417. "dist": {
  5418. "type": "zip",
  5419. "url": "https://api.github.com/repos/symfony/finder/zipball/717c6329886f32dc65e27461f80f2a465412fdca",
  5420. "reference": "717c6329886f32dc65e27461f80f2a465412fdca",
  5421. "shasum": ""
  5422. },
  5423. "require": {
  5424. "php": ">=8.2"
  5425. },
  5426. "require-dev": {
  5427. "symfony/filesystem": "^6.4|^7.0"
  5428. },
  5429. "type": "library",
  5430. "autoload": {
  5431. "psr-4": {
  5432. "Symfony\\Component\\Finder\\": ""
  5433. },
  5434. "exclude-from-classmap": [
  5435. "/Tests/"
  5436. ]
  5437. },
  5438. "notification-url": "https://packagist.org/downloads/",
  5439. "license": [
  5440. "MIT"
  5441. ],
  5442. "authors": [
  5443. {
  5444. "name": "Fabien Potencier",
  5445. "email": "fabien@symfony.com"
  5446. },
  5447. {
  5448. "name": "Symfony Community",
  5449. "homepage": "https://symfony.com/contributors"
  5450. }
  5451. ],
  5452. "description": "Finds files and directories via an intuitive fluent interface",
  5453. "homepage": "https://symfony.com",
  5454. "support": {
  5455. "source": "https://github.com/symfony/finder/tree/v7.1.3"
  5456. },
  5457. "funding": [
  5458. {
  5459. "url": "https://symfony.com/sponsor",
  5460. "type": "custom"
  5461. },
  5462. {
  5463. "url": "https://github.com/fabpot",
  5464. "type": "github"
  5465. },
  5466. {
  5467. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5468. "type": "tidelift"
  5469. }
  5470. ],
  5471. "time": "2024-07-24T07:08:44+00:00"
  5472. },
  5473. {
  5474. "name": "symfony/http-foundation",
  5475. "version": "v7.1.3",
  5476. "source": {
  5477. "type": "git",
  5478. "url": "https://github.com/symfony/http-foundation.git",
  5479. "reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a"
  5480. },
  5481. "dist": {
  5482. "type": "zip",
  5483. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f602d5c17d1fa02f8019ace2687d9d136b7f4a1a",
  5484. "reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a",
  5485. "shasum": ""
  5486. },
  5487. "require": {
  5488. "php": ">=8.2",
  5489. "symfony/polyfill-mbstring": "~1.1",
  5490. "symfony/polyfill-php83": "^1.27"
  5491. },
  5492. "conflict": {
  5493. "doctrine/dbal": "<3.6",
  5494. "symfony/cache": "<6.4"
  5495. },
  5496. "require-dev": {
  5497. "doctrine/dbal": "^3.6|^4",
  5498. "predis/predis": "^1.1|^2.0",
  5499. "symfony/cache": "^6.4|^7.0",
  5500. "symfony/dependency-injection": "^6.4|^7.0",
  5501. "symfony/expression-language": "^6.4|^7.0",
  5502. "symfony/http-kernel": "^6.4|^7.0",
  5503. "symfony/mime": "^6.4|^7.0",
  5504. "symfony/rate-limiter": "^6.4|^7.0"
  5505. },
  5506. "type": "library",
  5507. "autoload": {
  5508. "psr-4": {
  5509. "Symfony\\Component\\HttpFoundation\\": ""
  5510. },
  5511. "exclude-from-classmap": [
  5512. "/Tests/"
  5513. ]
  5514. },
  5515. "notification-url": "https://packagist.org/downloads/",
  5516. "license": [
  5517. "MIT"
  5518. ],
  5519. "authors": [
  5520. {
  5521. "name": "Fabien Potencier",
  5522. "email": "fabien@symfony.com"
  5523. },
  5524. {
  5525. "name": "Symfony Community",
  5526. "homepage": "https://symfony.com/contributors"
  5527. }
  5528. ],
  5529. "description": "Defines an object-oriented layer for the HTTP specification",
  5530. "homepage": "https://symfony.com",
  5531. "support": {
  5532. "source": "https://github.com/symfony/http-foundation/tree/v7.1.3"
  5533. },
  5534. "funding": [
  5535. {
  5536. "url": "https://symfony.com/sponsor",
  5537. "type": "custom"
  5538. },
  5539. {
  5540. "url": "https://github.com/fabpot",
  5541. "type": "github"
  5542. },
  5543. {
  5544. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5545. "type": "tidelift"
  5546. }
  5547. ],
  5548. "time": "2024-07-26T12:41:01+00:00"
  5549. },
  5550. {
  5551. "name": "symfony/http-kernel",
  5552. "version": "v7.1.3",
  5553. "source": {
  5554. "type": "git",
  5555. "url": "https://github.com/symfony/http-kernel.git",
  5556. "reference": "db9702f3a04cc471ec8c70e881825db26ac5f186"
  5557. },
  5558. "dist": {
  5559. "type": "zip",
  5560. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db9702f3a04cc471ec8c70e881825db26ac5f186",
  5561. "reference": "db9702f3a04cc471ec8c70e881825db26ac5f186",
  5562. "shasum": ""
  5563. },
  5564. "require": {
  5565. "php": ">=8.2",
  5566. "psr/log": "^1|^2|^3",
  5567. "symfony/deprecation-contracts": "^2.5|^3",
  5568. "symfony/error-handler": "^6.4|^7.0",
  5569. "symfony/event-dispatcher": "^6.4|^7.0",
  5570. "symfony/http-foundation": "^6.4|^7.0",
  5571. "symfony/polyfill-ctype": "^1.8"
  5572. },
  5573. "conflict": {
  5574. "symfony/browser-kit": "<6.4",
  5575. "symfony/cache": "<6.4",
  5576. "symfony/config": "<6.4",
  5577. "symfony/console": "<6.4",
  5578. "symfony/dependency-injection": "<6.4",
  5579. "symfony/doctrine-bridge": "<6.4",
  5580. "symfony/form": "<6.4",
  5581. "symfony/http-client": "<6.4",
  5582. "symfony/http-client-contracts": "<2.5",
  5583. "symfony/mailer": "<6.4",
  5584. "symfony/messenger": "<6.4",
  5585. "symfony/translation": "<6.4",
  5586. "symfony/translation-contracts": "<2.5",
  5587. "symfony/twig-bridge": "<6.4",
  5588. "symfony/validator": "<6.4",
  5589. "symfony/var-dumper": "<6.4",
  5590. "twig/twig": "<3.0.4"
  5591. },
  5592. "provide": {
  5593. "psr/log-implementation": "1.0|2.0|3.0"
  5594. },
  5595. "require-dev": {
  5596. "psr/cache": "^1.0|^2.0|^3.0",
  5597. "symfony/browser-kit": "^6.4|^7.0",
  5598. "symfony/clock": "^6.4|^7.0",
  5599. "symfony/config": "^6.4|^7.0",
  5600. "symfony/console": "^6.4|^7.0",
  5601. "symfony/css-selector": "^6.4|^7.0",
  5602. "symfony/dependency-injection": "^6.4|^7.0",
  5603. "symfony/dom-crawler": "^6.4|^7.0",
  5604. "symfony/expression-language": "^6.4|^7.0",
  5605. "symfony/finder": "^6.4|^7.0",
  5606. "symfony/http-client-contracts": "^2.5|^3",
  5607. "symfony/process": "^6.4|^7.0",
  5608. "symfony/property-access": "^7.1",
  5609. "symfony/routing": "^6.4|^7.0",
  5610. "symfony/serializer": "^7.1",
  5611. "symfony/stopwatch": "^6.4|^7.0",
  5612. "symfony/translation": "^6.4|^7.0",
  5613. "symfony/translation-contracts": "^2.5|^3",
  5614. "symfony/uid": "^6.4|^7.0",
  5615. "symfony/validator": "^6.4|^7.0",
  5616. "symfony/var-dumper": "^6.4|^7.0",
  5617. "symfony/var-exporter": "^6.4|^7.0",
  5618. "twig/twig": "^3.0.4"
  5619. },
  5620. "type": "library",
  5621. "autoload": {
  5622. "psr-4": {
  5623. "Symfony\\Component\\HttpKernel\\": ""
  5624. },
  5625. "exclude-from-classmap": [
  5626. "/Tests/"
  5627. ]
  5628. },
  5629. "notification-url": "https://packagist.org/downloads/",
  5630. "license": [
  5631. "MIT"
  5632. ],
  5633. "authors": [
  5634. {
  5635. "name": "Fabien Potencier",
  5636. "email": "fabien@symfony.com"
  5637. },
  5638. {
  5639. "name": "Symfony Community",
  5640. "homepage": "https://symfony.com/contributors"
  5641. }
  5642. ],
  5643. "description": "Provides a structured process for converting a Request into a Response",
  5644. "homepage": "https://symfony.com",
  5645. "support": {
  5646. "source": "https://github.com/symfony/http-kernel/tree/v7.1.3"
  5647. },
  5648. "funding": [
  5649. {
  5650. "url": "https://symfony.com/sponsor",
  5651. "type": "custom"
  5652. },
  5653. {
  5654. "url": "https://github.com/fabpot",
  5655. "type": "github"
  5656. },
  5657. {
  5658. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5659. "type": "tidelift"
  5660. }
  5661. ],
  5662. "time": "2024-07-26T14:58:15+00:00"
  5663. },
  5664. {
  5665. "name": "symfony/mailer",
  5666. "version": "v7.1.2",
  5667. "source": {
  5668. "type": "git",
  5669. "url": "https://github.com/symfony/mailer.git",
  5670. "reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee"
  5671. },
  5672. "dist": {
  5673. "type": "zip",
  5674. "url": "https://api.github.com/repos/symfony/mailer/zipball/8fcff0af9043c8f8a8e229437cea363e282f9aee",
  5675. "reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee",
  5676. "shasum": ""
  5677. },
  5678. "require": {
  5679. "egulias/email-validator": "^2.1.10|^3|^4",
  5680. "php": ">=8.2",
  5681. "psr/event-dispatcher": "^1",
  5682. "psr/log": "^1|^2|^3",
  5683. "symfony/event-dispatcher": "^6.4|^7.0",
  5684. "symfony/mime": "^6.4|^7.0",
  5685. "symfony/service-contracts": "^2.5|^3"
  5686. },
  5687. "conflict": {
  5688. "symfony/http-client-contracts": "<2.5",
  5689. "symfony/http-kernel": "<6.4",
  5690. "symfony/messenger": "<6.4",
  5691. "symfony/mime": "<6.4",
  5692. "symfony/twig-bridge": "<6.4"
  5693. },
  5694. "require-dev": {
  5695. "symfony/console": "^6.4|^7.0",
  5696. "symfony/http-client": "^6.4|^7.0",
  5697. "symfony/messenger": "^6.4|^7.0",
  5698. "symfony/twig-bridge": "^6.4|^7.0"
  5699. },
  5700. "type": "library",
  5701. "autoload": {
  5702. "psr-4": {
  5703. "Symfony\\Component\\Mailer\\": ""
  5704. },
  5705. "exclude-from-classmap": [
  5706. "/Tests/"
  5707. ]
  5708. },
  5709. "notification-url": "https://packagist.org/downloads/",
  5710. "license": [
  5711. "MIT"
  5712. ],
  5713. "authors": [
  5714. {
  5715. "name": "Fabien Potencier",
  5716. "email": "fabien@symfony.com"
  5717. },
  5718. {
  5719. "name": "Symfony Community",
  5720. "homepage": "https://symfony.com/contributors"
  5721. }
  5722. ],
  5723. "description": "Helps sending emails",
  5724. "homepage": "https://symfony.com",
  5725. "support": {
  5726. "source": "https://github.com/symfony/mailer/tree/v7.1.2"
  5727. },
  5728. "funding": [
  5729. {
  5730. "url": "https://symfony.com/sponsor",
  5731. "type": "custom"
  5732. },
  5733. {
  5734. "url": "https://github.com/fabpot",
  5735. "type": "github"
  5736. },
  5737. {
  5738. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5739. "type": "tidelift"
  5740. }
  5741. ],
  5742. "time": "2024-06-28T08:00:31+00:00"
  5743. },
  5744. {
  5745. "name": "symfony/mime",
  5746. "version": "v7.1.2",
  5747. "source": {
  5748. "type": "git",
  5749. "url": "https://github.com/symfony/mime.git",
  5750. "reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc"
  5751. },
  5752. "dist": {
  5753. "type": "zip",
  5754. "url": "https://api.github.com/repos/symfony/mime/zipball/26a00b85477e69a4bab63b66c5dce64f18b0cbfc",
  5755. "reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc",
  5756. "shasum": ""
  5757. },
  5758. "require": {
  5759. "php": ">=8.2",
  5760. "symfony/polyfill-intl-idn": "^1.10",
  5761. "symfony/polyfill-mbstring": "^1.0"
  5762. },
  5763. "conflict": {
  5764. "egulias/email-validator": "~3.0.0",
  5765. "phpdocumentor/reflection-docblock": "<3.2.2",
  5766. "phpdocumentor/type-resolver": "<1.4.0",
  5767. "symfony/mailer": "<6.4",
  5768. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  5769. },
  5770. "require-dev": {
  5771. "egulias/email-validator": "^2.1.10|^3.1|^4",
  5772. "league/html-to-markdown": "^5.0",
  5773. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  5774. "symfony/dependency-injection": "^6.4|^7.0",
  5775. "symfony/process": "^6.4|^7.0",
  5776. "symfony/property-access": "^6.4|^7.0",
  5777. "symfony/property-info": "^6.4|^7.0",
  5778. "symfony/serializer": "^6.4.3|^7.0.3"
  5779. },
  5780. "type": "library",
  5781. "autoload": {
  5782. "psr-4": {
  5783. "Symfony\\Component\\Mime\\": ""
  5784. },
  5785. "exclude-from-classmap": [
  5786. "/Tests/"
  5787. ]
  5788. },
  5789. "notification-url": "https://packagist.org/downloads/",
  5790. "license": [
  5791. "MIT"
  5792. ],
  5793. "authors": [
  5794. {
  5795. "name": "Fabien Potencier",
  5796. "email": "fabien@symfony.com"
  5797. },
  5798. {
  5799. "name": "Symfony Community",
  5800. "homepage": "https://symfony.com/contributors"
  5801. }
  5802. ],
  5803. "description": "Allows manipulating MIME messages",
  5804. "homepage": "https://symfony.com",
  5805. "keywords": [
  5806. "mime",
  5807. "mime-type"
  5808. ],
  5809. "support": {
  5810. "source": "https://github.com/symfony/mime/tree/v7.1.2"
  5811. },
  5812. "funding": [
  5813. {
  5814. "url": "https://symfony.com/sponsor",
  5815. "type": "custom"
  5816. },
  5817. {
  5818. "url": "https://github.com/fabpot",
  5819. "type": "github"
  5820. },
  5821. {
  5822. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5823. "type": "tidelift"
  5824. }
  5825. ],
  5826. "time": "2024-06-28T10:03:55+00:00"
  5827. },
  5828. {
  5829. "name": "symfony/polyfill-ctype",
  5830. "version": "v1.30.0",
  5831. "source": {
  5832. "type": "git",
  5833. "url": "https://github.com/symfony/polyfill-ctype.git",
  5834. "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
  5835. },
  5836. "dist": {
  5837. "type": "zip",
  5838. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
  5839. "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
  5840. "shasum": ""
  5841. },
  5842. "require": {
  5843. "php": ">=7.1"
  5844. },
  5845. "provide": {
  5846. "ext-ctype": "*"
  5847. },
  5848. "suggest": {
  5849. "ext-ctype": "For best performance"
  5850. },
  5851. "type": "library",
  5852. "extra": {
  5853. "thanks": {
  5854. "name": "symfony/polyfill",
  5855. "url": "https://github.com/symfony/polyfill"
  5856. }
  5857. },
  5858. "autoload": {
  5859. "files": [
  5860. "bootstrap.php"
  5861. ],
  5862. "psr-4": {
  5863. "Symfony\\Polyfill\\Ctype\\": ""
  5864. }
  5865. },
  5866. "notification-url": "https://packagist.org/downloads/",
  5867. "license": [
  5868. "MIT"
  5869. ],
  5870. "authors": [
  5871. {
  5872. "name": "Gert de Pagter",
  5873. "email": "BackEndTea@gmail.com"
  5874. },
  5875. {
  5876. "name": "Symfony Community",
  5877. "homepage": "https://symfony.com/contributors"
  5878. }
  5879. ],
  5880. "description": "Symfony polyfill for ctype functions",
  5881. "homepage": "https://symfony.com",
  5882. "keywords": [
  5883. "compatibility",
  5884. "ctype",
  5885. "polyfill",
  5886. "portable"
  5887. ],
  5888. "support": {
  5889. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
  5890. },
  5891. "funding": [
  5892. {
  5893. "url": "https://symfony.com/sponsor",
  5894. "type": "custom"
  5895. },
  5896. {
  5897. "url": "https://github.com/fabpot",
  5898. "type": "github"
  5899. },
  5900. {
  5901. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5902. "type": "tidelift"
  5903. }
  5904. ],
  5905. "time": "2024-05-31T15:07:36+00:00"
  5906. },
  5907. {
  5908. "name": "symfony/polyfill-intl-grapheme",
  5909. "version": "v1.30.0",
  5910. "source": {
  5911. "type": "git",
  5912. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  5913. "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
  5914. },
  5915. "dist": {
  5916. "type": "zip",
  5917. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
  5918. "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
  5919. "shasum": ""
  5920. },
  5921. "require": {
  5922. "php": ">=7.1"
  5923. },
  5924. "suggest": {
  5925. "ext-intl": "For best performance"
  5926. },
  5927. "type": "library",
  5928. "extra": {
  5929. "thanks": {
  5930. "name": "symfony/polyfill",
  5931. "url": "https://github.com/symfony/polyfill"
  5932. }
  5933. },
  5934. "autoload": {
  5935. "files": [
  5936. "bootstrap.php"
  5937. ],
  5938. "psr-4": {
  5939. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  5940. }
  5941. },
  5942. "notification-url": "https://packagist.org/downloads/",
  5943. "license": [
  5944. "MIT"
  5945. ],
  5946. "authors": [
  5947. {
  5948. "name": "Nicolas Grekas",
  5949. "email": "p@tchwork.com"
  5950. },
  5951. {
  5952. "name": "Symfony Community",
  5953. "homepage": "https://symfony.com/contributors"
  5954. }
  5955. ],
  5956. "description": "Symfony polyfill for intl's grapheme_* functions",
  5957. "homepage": "https://symfony.com",
  5958. "keywords": [
  5959. "compatibility",
  5960. "grapheme",
  5961. "intl",
  5962. "polyfill",
  5963. "portable",
  5964. "shim"
  5965. ],
  5966. "support": {
  5967. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
  5968. },
  5969. "funding": [
  5970. {
  5971. "url": "https://symfony.com/sponsor",
  5972. "type": "custom"
  5973. },
  5974. {
  5975. "url": "https://github.com/fabpot",
  5976. "type": "github"
  5977. },
  5978. {
  5979. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5980. "type": "tidelift"
  5981. }
  5982. ],
  5983. "time": "2024-05-31T15:07:36+00:00"
  5984. },
  5985. {
  5986. "name": "symfony/polyfill-intl-idn",
  5987. "version": "v1.30.0",
  5988. "source": {
  5989. "type": "git",
  5990. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  5991. "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c"
  5992. },
  5993. "dist": {
  5994. "type": "zip",
  5995. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
  5996. "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
  5997. "shasum": ""
  5998. },
  5999. "require": {
  6000. "php": ">=7.1",
  6001. "symfony/polyfill-intl-normalizer": "^1.10",
  6002. "symfony/polyfill-php72": "^1.10"
  6003. },
  6004. "suggest": {
  6005. "ext-intl": "For best performance"
  6006. },
  6007. "type": "library",
  6008. "extra": {
  6009. "thanks": {
  6010. "name": "symfony/polyfill",
  6011. "url": "https://github.com/symfony/polyfill"
  6012. }
  6013. },
  6014. "autoload": {
  6015. "files": [
  6016. "bootstrap.php"
  6017. ],
  6018. "psr-4": {
  6019. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  6020. }
  6021. },
  6022. "notification-url": "https://packagist.org/downloads/",
  6023. "license": [
  6024. "MIT"
  6025. ],
  6026. "authors": [
  6027. {
  6028. "name": "Laurent Bassin",
  6029. "email": "laurent@bassin.info"
  6030. },
  6031. {
  6032. "name": "Trevor Rowbotham",
  6033. "email": "trevor.rowbotham@pm.me"
  6034. },
  6035. {
  6036. "name": "Symfony Community",
  6037. "homepage": "https://symfony.com/contributors"
  6038. }
  6039. ],
  6040. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  6041. "homepage": "https://symfony.com",
  6042. "keywords": [
  6043. "compatibility",
  6044. "idn",
  6045. "intl",
  6046. "polyfill",
  6047. "portable",
  6048. "shim"
  6049. ],
  6050. "support": {
  6051. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0"
  6052. },
  6053. "funding": [
  6054. {
  6055. "url": "https://symfony.com/sponsor",
  6056. "type": "custom"
  6057. },
  6058. {
  6059. "url": "https://github.com/fabpot",
  6060. "type": "github"
  6061. },
  6062. {
  6063. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6064. "type": "tidelift"
  6065. }
  6066. ],
  6067. "time": "2024-05-31T15:07:36+00:00"
  6068. },
  6069. {
  6070. "name": "symfony/polyfill-intl-normalizer",
  6071. "version": "v1.30.0",
  6072. "source": {
  6073. "type": "git",
  6074. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  6075. "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
  6076. },
  6077. "dist": {
  6078. "type": "zip",
  6079. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
  6080. "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
  6081. "shasum": ""
  6082. },
  6083. "require": {
  6084. "php": ">=7.1"
  6085. },
  6086. "suggest": {
  6087. "ext-intl": "For best performance"
  6088. },
  6089. "type": "library",
  6090. "extra": {
  6091. "thanks": {
  6092. "name": "symfony/polyfill",
  6093. "url": "https://github.com/symfony/polyfill"
  6094. }
  6095. },
  6096. "autoload": {
  6097. "files": [
  6098. "bootstrap.php"
  6099. ],
  6100. "psr-4": {
  6101. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  6102. },
  6103. "classmap": [
  6104. "Resources/stubs"
  6105. ]
  6106. },
  6107. "notification-url": "https://packagist.org/downloads/",
  6108. "license": [
  6109. "MIT"
  6110. ],
  6111. "authors": [
  6112. {
  6113. "name": "Nicolas Grekas",
  6114. "email": "p@tchwork.com"
  6115. },
  6116. {
  6117. "name": "Symfony Community",
  6118. "homepage": "https://symfony.com/contributors"
  6119. }
  6120. ],
  6121. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  6122. "homepage": "https://symfony.com",
  6123. "keywords": [
  6124. "compatibility",
  6125. "intl",
  6126. "normalizer",
  6127. "polyfill",
  6128. "portable",
  6129. "shim"
  6130. ],
  6131. "support": {
  6132. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
  6133. },
  6134. "funding": [
  6135. {
  6136. "url": "https://symfony.com/sponsor",
  6137. "type": "custom"
  6138. },
  6139. {
  6140. "url": "https://github.com/fabpot",
  6141. "type": "github"
  6142. },
  6143. {
  6144. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6145. "type": "tidelift"
  6146. }
  6147. ],
  6148. "time": "2024-05-31T15:07:36+00:00"
  6149. },
  6150. {
  6151. "name": "symfony/polyfill-mbstring",
  6152. "version": "v1.30.0",
  6153. "source": {
  6154. "type": "git",
  6155. "url": "https://github.com/symfony/polyfill-mbstring.git",
  6156. "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
  6157. },
  6158. "dist": {
  6159. "type": "zip",
  6160. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
  6161. "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
  6162. "shasum": ""
  6163. },
  6164. "require": {
  6165. "php": ">=7.1"
  6166. },
  6167. "provide": {
  6168. "ext-mbstring": "*"
  6169. },
  6170. "suggest": {
  6171. "ext-mbstring": "For best performance"
  6172. },
  6173. "type": "library",
  6174. "extra": {
  6175. "thanks": {
  6176. "name": "symfony/polyfill",
  6177. "url": "https://github.com/symfony/polyfill"
  6178. }
  6179. },
  6180. "autoload": {
  6181. "files": [
  6182. "bootstrap.php"
  6183. ],
  6184. "psr-4": {
  6185. "Symfony\\Polyfill\\Mbstring\\": ""
  6186. }
  6187. },
  6188. "notification-url": "https://packagist.org/downloads/",
  6189. "license": [
  6190. "MIT"
  6191. ],
  6192. "authors": [
  6193. {
  6194. "name": "Nicolas Grekas",
  6195. "email": "p@tchwork.com"
  6196. },
  6197. {
  6198. "name": "Symfony Community",
  6199. "homepage": "https://symfony.com/contributors"
  6200. }
  6201. ],
  6202. "description": "Symfony polyfill for the Mbstring extension",
  6203. "homepage": "https://symfony.com",
  6204. "keywords": [
  6205. "compatibility",
  6206. "mbstring",
  6207. "polyfill",
  6208. "portable",
  6209. "shim"
  6210. ],
  6211. "support": {
  6212. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
  6213. },
  6214. "funding": [
  6215. {
  6216. "url": "https://symfony.com/sponsor",
  6217. "type": "custom"
  6218. },
  6219. {
  6220. "url": "https://github.com/fabpot",
  6221. "type": "github"
  6222. },
  6223. {
  6224. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6225. "type": "tidelift"
  6226. }
  6227. ],
  6228. "time": "2024-06-19T12:30:46+00:00"
  6229. },
  6230. {
  6231. "name": "symfony/polyfill-php72",
  6232. "version": "v1.30.0",
  6233. "source": {
  6234. "type": "git",
  6235. "url": "https://github.com/symfony/polyfill-php72.git",
  6236. "reference": "10112722600777e02d2745716b70c5db4ca70442"
  6237. },
  6238. "dist": {
  6239. "type": "zip",
  6240. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
  6241. "reference": "10112722600777e02d2745716b70c5db4ca70442",
  6242. "shasum": ""
  6243. },
  6244. "require": {
  6245. "php": ">=7.1"
  6246. },
  6247. "type": "library",
  6248. "extra": {
  6249. "thanks": {
  6250. "name": "symfony/polyfill",
  6251. "url": "https://github.com/symfony/polyfill"
  6252. }
  6253. },
  6254. "autoload": {
  6255. "files": [
  6256. "bootstrap.php"
  6257. ],
  6258. "psr-4": {
  6259. "Symfony\\Polyfill\\Php72\\": ""
  6260. }
  6261. },
  6262. "notification-url": "https://packagist.org/downloads/",
  6263. "license": [
  6264. "MIT"
  6265. ],
  6266. "authors": [
  6267. {
  6268. "name": "Nicolas Grekas",
  6269. "email": "p@tchwork.com"
  6270. },
  6271. {
  6272. "name": "Symfony Community",
  6273. "homepage": "https://symfony.com/contributors"
  6274. }
  6275. ],
  6276. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  6277. "homepage": "https://symfony.com",
  6278. "keywords": [
  6279. "compatibility",
  6280. "polyfill",
  6281. "portable",
  6282. "shim"
  6283. ],
  6284. "support": {
  6285. "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0"
  6286. },
  6287. "funding": [
  6288. {
  6289. "url": "https://symfony.com/sponsor",
  6290. "type": "custom"
  6291. },
  6292. {
  6293. "url": "https://github.com/fabpot",
  6294. "type": "github"
  6295. },
  6296. {
  6297. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6298. "type": "tidelift"
  6299. }
  6300. ],
  6301. "time": "2024-06-19T12:30:46+00:00"
  6302. },
  6303. {
  6304. "name": "symfony/polyfill-php80",
  6305. "version": "v1.30.0",
  6306. "source": {
  6307. "type": "git",
  6308. "url": "https://github.com/symfony/polyfill-php80.git",
  6309. "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
  6310. },
  6311. "dist": {
  6312. "type": "zip",
  6313. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
  6314. "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
  6315. "shasum": ""
  6316. },
  6317. "require": {
  6318. "php": ">=7.1"
  6319. },
  6320. "type": "library",
  6321. "extra": {
  6322. "thanks": {
  6323. "name": "symfony/polyfill",
  6324. "url": "https://github.com/symfony/polyfill"
  6325. }
  6326. },
  6327. "autoload": {
  6328. "files": [
  6329. "bootstrap.php"
  6330. ],
  6331. "psr-4": {
  6332. "Symfony\\Polyfill\\Php80\\": ""
  6333. },
  6334. "classmap": [
  6335. "Resources/stubs"
  6336. ]
  6337. },
  6338. "notification-url": "https://packagist.org/downloads/",
  6339. "license": [
  6340. "MIT"
  6341. ],
  6342. "authors": [
  6343. {
  6344. "name": "Ion Bazan",
  6345. "email": "ion.bazan@gmail.com"
  6346. },
  6347. {
  6348. "name": "Nicolas Grekas",
  6349. "email": "p@tchwork.com"
  6350. },
  6351. {
  6352. "name": "Symfony Community",
  6353. "homepage": "https://symfony.com/contributors"
  6354. }
  6355. ],
  6356. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  6357. "homepage": "https://symfony.com",
  6358. "keywords": [
  6359. "compatibility",
  6360. "polyfill",
  6361. "portable",
  6362. "shim"
  6363. ],
  6364. "support": {
  6365. "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
  6366. },
  6367. "funding": [
  6368. {
  6369. "url": "https://symfony.com/sponsor",
  6370. "type": "custom"
  6371. },
  6372. {
  6373. "url": "https://github.com/fabpot",
  6374. "type": "github"
  6375. },
  6376. {
  6377. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6378. "type": "tidelift"
  6379. }
  6380. ],
  6381. "time": "2024-05-31T15:07:36+00:00"
  6382. },
  6383. {
  6384. "name": "symfony/polyfill-php83",
  6385. "version": "v1.30.0",
  6386. "source": {
  6387. "type": "git",
  6388. "url": "https://github.com/symfony/polyfill-php83.git",
  6389. "reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9"
  6390. },
  6391. "dist": {
  6392. "type": "zip",
  6393. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9",
  6394. "reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9",
  6395. "shasum": ""
  6396. },
  6397. "require": {
  6398. "php": ">=7.1"
  6399. },
  6400. "type": "library",
  6401. "extra": {
  6402. "thanks": {
  6403. "name": "symfony/polyfill",
  6404. "url": "https://github.com/symfony/polyfill"
  6405. }
  6406. },
  6407. "autoload": {
  6408. "files": [
  6409. "bootstrap.php"
  6410. ],
  6411. "psr-4": {
  6412. "Symfony\\Polyfill\\Php83\\": ""
  6413. },
  6414. "classmap": [
  6415. "Resources/stubs"
  6416. ]
  6417. },
  6418. "notification-url": "https://packagist.org/downloads/",
  6419. "license": [
  6420. "MIT"
  6421. ],
  6422. "authors": [
  6423. {
  6424. "name": "Nicolas Grekas",
  6425. "email": "p@tchwork.com"
  6426. },
  6427. {
  6428. "name": "Symfony Community",
  6429. "homepage": "https://symfony.com/contributors"
  6430. }
  6431. ],
  6432. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  6433. "homepage": "https://symfony.com",
  6434. "keywords": [
  6435. "compatibility",
  6436. "polyfill",
  6437. "portable",
  6438. "shim"
  6439. ],
  6440. "support": {
  6441. "source": "https://github.com/symfony/polyfill-php83/tree/v1.30.0"
  6442. },
  6443. "funding": [
  6444. {
  6445. "url": "https://symfony.com/sponsor",
  6446. "type": "custom"
  6447. },
  6448. {
  6449. "url": "https://github.com/fabpot",
  6450. "type": "github"
  6451. },
  6452. {
  6453. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6454. "type": "tidelift"
  6455. }
  6456. ],
  6457. "time": "2024-06-19T12:35:24+00:00"
  6458. },
  6459. {
  6460. "name": "symfony/polyfill-uuid",
  6461. "version": "v1.30.0",
  6462. "source": {
  6463. "type": "git",
  6464. "url": "https://github.com/symfony/polyfill-uuid.git",
  6465. "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9"
  6466. },
  6467. "dist": {
  6468. "type": "zip",
  6469. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/2ba1f33797470debcda07fe9dce20a0003df18e9",
  6470. "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9",
  6471. "shasum": ""
  6472. },
  6473. "require": {
  6474. "php": ">=7.1"
  6475. },
  6476. "provide": {
  6477. "ext-uuid": "*"
  6478. },
  6479. "suggest": {
  6480. "ext-uuid": "For best performance"
  6481. },
  6482. "type": "library",
  6483. "extra": {
  6484. "thanks": {
  6485. "name": "symfony/polyfill",
  6486. "url": "https://github.com/symfony/polyfill"
  6487. }
  6488. },
  6489. "autoload": {
  6490. "files": [
  6491. "bootstrap.php"
  6492. ],
  6493. "psr-4": {
  6494. "Symfony\\Polyfill\\Uuid\\": ""
  6495. }
  6496. },
  6497. "notification-url": "https://packagist.org/downloads/",
  6498. "license": [
  6499. "MIT"
  6500. ],
  6501. "authors": [
  6502. {
  6503. "name": "Grégoire Pineau",
  6504. "email": "lyrixx@lyrixx.info"
  6505. },
  6506. {
  6507. "name": "Symfony Community",
  6508. "homepage": "https://symfony.com/contributors"
  6509. }
  6510. ],
  6511. "description": "Symfony polyfill for uuid functions",
  6512. "homepage": "https://symfony.com",
  6513. "keywords": [
  6514. "compatibility",
  6515. "polyfill",
  6516. "portable",
  6517. "uuid"
  6518. ],
  6519. "support": {
  6520. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.30.0"
  6521. },
  6522. "funding": [
  6523. {
  6524. "url": "https://symfony.com/sponsor",
  6525. "type": "custom"
  6526. },
  6527. {
  6528. "url": "https://github.com/fabpot",
  6529. "type": "github"
  6530. },
  6531. {
  6532. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6533. "type": "tidelift"
  6534. }
  6535. ],
  6536. "time": "2024-05-31T15:07:36+00:00"
  6537. },
  6538. {
  6539. "name": "symfony/process",
  6540. "version": "v7.1.3",
  6541. "source": {
  6542. "type": "git",
  6543. "url": "https://github.com/symfony/process.git",
  6544. "reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca"
  6545. },
  6546. "dist": {
  6547. "type": "zip",
  6548. "url": "https://api.github.com/repos/symfony/process/zipball/7f2f542c668ad6c313dc4a5e9c3321f733197eca",
  6549. "reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca",
  6550. "shasum": ""
  6551. },
  6552. "require": {
  6553. "php": ">=8.2"
  6554. },
  6555. "type": "library",
  6556. "autoload": {
  6557. "psr-4": {
  6558. "Symfony\\Component\\Process\\": ""
  6559. },
  6560. "exclude-from-classmap": [
  6561. "/Tests/"
  6562. ]
  6563. },
  6564. "notification-url": "https://packagist.org/downloads/",
  6565. "license": [
  6566. "MIT"
  6567. ],
  6568. "authors": [
  6569. {
  6570. "name": "Fabien Potencier",
  6571. "email": "fabien@symfony.com"
  6572. },
  6573. {
  6574. "name": "Symfony Community",
  6575. "homepage": "https://symfony.com/contributors"
  6576. }
  6577. ],
  6578. "description": "Executes commands in sub-processes",
  6579. "homepage": "https://symfony.com",
  6580. "support": {
  6581. "source": "https://github.com/symfony/process/tree/v7.1.3"
  6582. },
  6583. "funding": [
  6584. {
  6585. "url": "https://symfony.com/sponsor",
  6586. "type": "custom"
  6587. },
  6588. {
  6589. "url": "https://github.com/fabpot",
  6590. "type": "github"
  6591. },
  6592. {
  6593. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6594. "type": "tidelift"
  6595. }
  6596. ],
  6597. "time": "2024-07-26T12:44:47+00:00"
  6598. },
  6599. {
  6600. "name": "symfony/routing",
  6601. "version": "v7.1.3",
  6602. "source": {
  6603. "type": "git",
  6604. "url": "https://github.com/symfony/routing.git",
  6605. "reference": "8a908a3f22d5a1b5d297578c2ceb41b02fa916d0"
  6606. },
  6607. "dist": {
  6608. "type": "zip",
  6609. "url": "https://api.github.com/repos/symfony/routing/zipball/8a908a3f22d5a1b5d297578c2ceb41b02fa916d0",
  6610. "reference": "8a908a3f22d5a1b5d297578c2ceb41b02fa916d0",
  6611. "shasum": ""
  6612. },
  6613. "require": {
  6614. "php": ">=8.2",
  6615. "symfony/deprecation-contracts": "^2.5|^3"
  6616. },
  6617. "conflict": {
  6618. "symfony/config": "<6.4",
  6619. "symfony/dependency-injection": "<6.4",
  6620. "symfony/yaml": "<6.4"
  6621. },
  6622. "require-dev": {
  6623. "psr/log": "^1|^2|^3",
  6624. "symfony/config": "^6.4|^7.0",
  6625. "symfony/dependency-injection": "^6.4|^7.0",
  6626. "symfony/expression-language": "^6.4|^7.0",
  6627. "symfony/http-foundation": "^6.4|^7.0",
  6628. "symfony/yaml": "^6.4|^7.0"
  6629. },
  6630. "type": "library",
  6631. "autoload": {
  6632. "psr-4": {
  6633. "Symfony\\Component\\Routing\\": ""
  6634. },
  6635. "exclude-from-classmap": [
  6636. "/Tests/"
  6637. ]
  6638. },
  6639. "notification-url": "https://packagist.org/downloads/",
  6640. "license": [
  6641. "MIT"
  6642. ],
  6643. "authors": [
  6644. {
  6645. "name": "Fabien Potencier",
  6646. "email": "fabien@symfony.com"
  6647. },
  6648. {
  6649. "name": "Symfony Community",
  6650. "homepage": "https://symfony.com/contributors"
  6651. }
  6652. ],
  6653. "description": "Maps an HTTP request to a set of configuration variables",
  6654. "homepage": "https://symfony.com",
  6655. "keywords": [
  6656. "router",
  6657. "routing",
  6658. "uri",
  6659. "url"
  6660. ],
  6661. "support": {
  6662. "source": "https://github.com/symfony/routing/tree/v7.1.3"
  6663. },
  6664. "funding": [
  6665. {
  6666. "url": "https://symfony.com/sponsor",
  6667. "type": "custom"
  6668. },
  6669. {
  6670. "url": "https://github.com/fabpot",
  6671. "type": "github"
  6672. },
  6673. {
  6674. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6675. "type": "tidelift"
  6676. }
  6677. ],
  6678. "time": "2024-07-17T06:10:24+00:00"
  6679. },
  6680. {
  6681. "name": "symfony/service-contracts",
  6682. "version": "v3.5.0",
  6683. "source": {
  6684. "type": "git",
  6685. "url": "https://github.com/symfony/service-contracts.git",
  6686. "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
  6687. },
  6688. "dist": {
  6689. "type": "zip",
  6690. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
  6691. "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
  6692. "shasum": ""
  6693. },
  6694. "require": {
  6695. "php": ">=8.1",
  6696. "psr/container": "^1.1|^2.0",
  6697. "symfony/deprecation-contracts": "^2.5|^3"
  6698. },
  6699. "conflict": {
  6700. "ext-psr": "<1.1|>=2"
  6701. },
  6702. "type": "library",
  6703. "extra": {
  6704. "branch-alias": {
  6705. "dev-main": "3.5-dev"
  6706. },
  6707. "thanks": {
  6708. "name": "symfony/contracts",
  6709. "url": "https://github.com/symfony/contracts"
  6710. }
  6711. },
  6712. "autoload": {
  6713. "psr-4": {
  6714. "Symfony\\Contracts\\Service\\": ""
  6715. },
  6716. "exclude-from-classmap": [
  6717. "/Test/"
  6718. ]
  6719. },
  6720. "notification-url": "https://packagist.org/downloads/",
  6721. "license": [
  6722. "MIT"
  6723. ],
  6724. "authors": [
  6725. {
  6726. "name": "Nicolas Grekas",
  6727. "email": "p@tchwork.com"
  6728. },
  6729. {
  6730. "name": "Symfony Community",
  6731. "homepage": "https://symfony.com/contributors"
  6732. }
  6733. ],
  6734. "description": "Generic abstractions related to writing services",
  6735. "homepage": "https://symfony.com",
  6736. "keywords": [
  6737. "abstractions",
  6738. "contracts",
  6739. "decoupling",
  6740. "interfaces",
  6741. "interoperability",
  6742. "standards"
  6743. ],
  6744. "support": {
  6745. "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
  6746. },
  6747. "funding": [
  6748. {
  6749. "url": "https://symfony.com/sponsor",
  6750. "type": "custom"
  6751. },
  6752. {
  6753. "url": "https://github.com/fabpot",
  6754. "type": "github"
  6755. },
  6756. {
  6757. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6758. "type": "tidelift"
  6759. }
  6760. ],
  6761. "time": "2024-04-18T09:32:20+00:00"
  6762. },
  6763. {
  6764. "name": "symfony/string",
  6765. "version": "v7.1.3",
  6766. "source": {
  6767. "type": "git",
  6768. "url": "https://github.com/symfony/string.git",
  6769. "reference": "ea272a882be7f20cad58d5d78c215001617b7f07"
  6770. },
  6771. "dist": {
  6772. "type": "zip",
  6773. "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07",
  6774. "reference": "ea272a882be7f20cad58d5d78c215001617b7f07",
  6775. "shasum": ""
  6776. },
  6777. "require": {
  6778. "php": ">=8.2",
  6779. "symfony/polyfill-ctype": "~1.8",
  6780. "symfony/polyfill-intl-grapheme": "~1.0",
  6781. "symfony/polyfill-intl-normalizer": "~1.0",
  6782. "symfony/polyfill-mbstring": "~1.0"
  6783. },
  6784. "conflict": {
  6785. "symfony/translation-contracts": "<2.5"
  6786. },
  6787. "require-dev": {
  6788. "symfony/emoji": "^7.1",
  6789. "symfony/error-handler": "^6.4|^7.0",
  6790. "symfony/http-client": "^6.4|^7.0",
  6791. "symfony/intl": "^6.4|^7.0",
  6792. "symfony/translation-contracts": "^2.5|^3.0",
  6793. "symfony/var-exporter": "^6.4|^7.0"
  6794. },
  6795. "type": "library",
  6796. "autoload": {
  6797. "files": [
  6798. "Resources/functions.php"
  6799. ],
  6800. "psr-4": {
  6801. "Symfony\\Component\\String\\": ""
  6802. },
  6803. "exclude-from-classmap": [
  6804. "/Tests/"
  6805. ]
  6806. },
  6807. "notification-url": "https://packagist.org/downloads/",
  6808. "license": [
  6809. "MIT"
  6810. ],
  6811. "authors": [
  6812. {
  6813. "name": "Nicolas Grekas",
  6814. "email": "p@tchwork.com"
  6815. },
  6816. {
  6817. "name": "Symfony Community",
  6818. "homepage": "https://symfony.com/contributors"
  6819. }
  6820. ],
  6821. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  6822. "homepage": "https://symfony.com",
  6823. "keywords": [
  6824. "grapheme",
  6825. "i18n",
  6826. "string",
  6827. "unicode",
  6828. "utf-8",
  6829. "utf8"
  6830. ],
  6831. "support": {
  6832. "source": "https://github.com/symfony/string/tree/v7.1.3"
  6833. },
  6834. "funding": [
  6835. {
  6836. "url": "https://symfony.com/sponsor",
  6837. "type": "custom"
  6838. },
  6839. {
  6840. "url": "https://github.com/fabpot",
  6841. "type": "github"
  6842. },
  6843. {
  6844. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6845. "type": "tidelift"
  6846. }
  6847. ],
  6848. "time": "2024-07-22T10:25:37+00:00"
  6849. },
  6850. {
  6851. "name": "symfony/translation",
  6852. "version": "v7.1.3",
  6853. "source": {
  6854. "type": "git",
  6855. "url": "https://github.com/symfony/translation.git",
  6856. "reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1"
  6857. },
  6858. "dist": {
  6859. "type": "zip",
  6860. "url": "https://api.github.com/repos/symfony/translation/zipball/8d5e50c813ba2859a6dfc99a0765c550507934a1",
  6861. "reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1",
  6862. "shasum": ""
  6863. },
  6864. "require": {
  6865. "php": ">=8.2",
  6866. "symfony/polyfill-mbstring": "~1.0",
  6867. "symfony/translation-contracts": "^2.5|^3.0"
  6868. },
  6869. "conflict": {
  6870. "symfony/config": "<6.4",
  6871. "symfony/console": "<6.4",
  6872. "symfony/dependency-injection": "<6.4",
  6873. "symfony/http-client-contracts": "<2.5",
  6874. "symfony/http-kernel": "<6.4",
  6875. "symfony/service-contracts": "<2.5",
  6876. "symfony/twig-bundle": "<6.4",
  6877. "symfony/yaml": "<6.4"
  6878. },
  6879. "provide": {
  6880. "symfony/translation-implementation": "2.3|3.0"
  6881. },
  6882. "require-dev": {
  6883. "nikic/php-parser": "^4.18|^5.0",
  6884. "psr/log": "^1|^2|^3",
  6885. "symfony/config": "^6.4|^7.0",
  6886. "symfony/console": "^6.4|^7.0",
  6887. "symfony/dependency-injection": "^6.4|^7.0",
  6888. "symfony/finder": "^6.4|^7.0",
  6889. "symfony/http-client-contracts": "^2.5|^3.0",
  6890. "symfony/http-kernel": "^6.4|^7.0",
  6891. "symfony/intl": "^6.4|^7.0",
  6892. "symfony/polyfill-intl-icu": "^1.21",
  6893. "symfony/routing": "^6.4|^7.0",
  6894. "symfony/service-contracts": "^2.5|^3",
  6895. "symfony/yaml": "^6.4|^7.0"
  6896. },
  6897. "type": "library",
  6898. "autoload": {
  6899. "files": [
  6900. "Resources/functions.php"
  6901. ],
  6902. "psr-4": {
  6903. "Symfony\\Component\\Translation\\": ""
  6904. },
  6905. "exclude-from-classmap": [
  6906. "/Tests/"
  6907. ]
  6908. },
  6909. "notification-url": "https://packagist.org/downloads/",
  6910. "license": [
  6911. "MIT"
  6912. ],
  6913. "authors": [
  6914. {
  6915. "name": "Fabien Potencier",
  6916. "email": "fabien@symfony.com"
  6917. },
  6918. {
  6919. "name": "Symfony Community",
  6920. "homepage": "https://symfony.com/contributors"
  6921. }
  6922. ],
  6923. "description": "Provides tools to internationalize your application",
  6924. "homepage": "https://symfony.com",
  6925. "support": {
  6926. "source": "https://github.com/symfony/translation/tree/v7.1.3"
  6927. },
  6928. "funding": [
  6929. {
  6930. "url": "https://symfony.com/sponsor",
  6931. "type": "custom"
  6932. },
  6933. {
  6934. "url": "https://github.com/fabpot",
  6935. "type": "github"
  6936. },
  6937. {
  6938. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6939. "type": "tidelift"
  6940. }
  6941. ],
  6942. "time": "2024-07-26T12:41:01+00:00"
  6943. },
  6944. {
  6945. "name": "symfony/translation-contracts",
  6946. "version": "v3.5.0",
  6947. "source": {
  6948. "type": "git",
  6949. "url": "https://github.com/symfony/translation-contracts.git",
  6950. "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
  6951. },
  6952. "dist": {
  6953. "type": "zip",
  6954. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
  6955. "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
  6956. "shasum": ""
  6957. },
  6958. "require": {
  6959. "php": ">=8.1"
  6960. },
  6961. "type": "library",
  6962. "extra": {
  6963. "branch-alias": {
  6964. "dev-main": "3.5-dev"
  6965. },
  6966. "thanks": {
  6967. "name": "symfony/contracts",
  6968. "url": "https://github.com/symfony/contracts"
  6969. }
  6970. },
  6971. "autoload": {
  6972. "psr-4": {
  6973. "Symfony\\Contracts\\Translation\\": ""
  6974. },
  6975. "exclude-from-classmap": [
  6976. "/Test/"
  6977. ]
  6978. },
  6979. "notification-url": "https://packagist.org/downloads/",
  6980. "license": [
  6981. "MIT"
  6982. ],
  6983. "authors": [
  6984. {
  6985. "name": "Nicolas Grekas",
  6986. "email": "p@tchwork.com"
  6987. },
  6988. {
  6989. "name": "Symfony Community",
  6990. "homepage": "https://symfony.com/contributors"
  6991. }
  6992. ],
  6993. "description": "Generic abstractions related to translation",
  6994. "homepage": "https://symfony.com",
  6995. "keywords": [
  6996. "abstractions",
  6997. "contracts",
  6998. "decoupling",
  6999. "interfaces",
  7000. "interoperability",
  7001. "standards"
  7002. ],
  7003. "support": {
  7004. "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
  7005. },
  7006. "funding": [
  7007. {
  7008. "url": "https://symfony.com/sponsor",
  7009. "type": "custom"
  7010. },
  7011. {
  7012. "url": "https://github.com/fabpot",
  7013. "type": "github"
  7014. },
  7015. {
  7016. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7017. "type": "tidelift"
  7018. }
  7019. ],
  7020. "time": "2024-04-18T09:32:20+00:00"
  7021. },
  7022. {
  7023. "name": "symfony/uid",
  7024. "version": "v7.1.1",
  7025. "source": {
  7026. "type": "git",
  7027. "url": "https://github.com/symfony/uid.git",
  7028. "reference": "bb59febeecc81528ff672fad5dab7f06db8c8277"
  7029. },
  7030. "dist": {
  7031. "type": "zip",
  7032. "url": "https://api.github.com/repos/symfony/uid/zipball/bb59febeecc81528ff672fad5dab7f06db8c8277",
  7033. "reference": "bb59febeecc81528ff672fad5dab7f06db8c8277",
  7034. "shasum": ""
  7035. },
  7036. "require": {
  7037. "php": ">=8.2",
  7038. "symfony/polyfill-uuid": "^1.15"
  7039. },
  7040. "require-dev": {
  7041. "symfony/console": "^6.4|^7.0"
  7042. },
  7043. "type": "library",
  7044. "autoload": {
  7045. "psr-4": {
  7046. "Symfony\\Component\\Uid\\": ""
  7047. },
  7048. "exclude-from-classmap": [
  7049. "/Tests/"
  7050. ]
  7051. },
  7052. "notification-url": "https://packagist.org/downloads/",
  7053. "license": [
  7054. "MIT"
  7055. ],
  7056. "authors": [
  7057. {
  7058. "name": "Grégoire Pineau",
  7059. "email": "lyrixx@lyrixx.info"
  7060. },
  7061. {
  7062. "name": "Nicolas Grekas",
  7063. "email": "p@tchwork.com"
  7064. },
  7065. {
  7066. "name": "Symfony Community",
  7067. "homepage": "https://symfony.com/contributors"
  7068. }
  7069. ],
  7070. "description": "Provides an object-oriented API to generate and represent UIDs",
  7071. "homepage": "https://symfony.com",
  7072. "keywords": [
  7073. "UID",
  7074. "ulid",
  7075. "uuid"
  7076. ],
  7077. "support": {
  7078. "source": "https://github.com/symfony/uid/tree/v7.1.1"
  7079. },
  7080. "funding": [
  7081. {
  7082. "url": "https://symfony.com/sponsor",
  7083. "type": "custom"
  7084. },
  7085. {
  7086. "url": "https://github.com/fabpot",
  7087. "type": "github"
  7088. },
  7089. {
  7090. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7091. "type": "tidelift"
  7092. }
  7093. ],
  7094. "time": "2024-05-31T14:57:53+00:00"
  7095. },
  7096. {
  7097. "name": "symfony/var-dumper",
  7098. "version": "v7.1.3",
  7099. "source": {
  7100. "type": "git",
  7101. "url": "https://github.com/symfony/var-dumper.git",
  7102. "reference": "86af4617cca75a6e28598f49ae0690f3b9d4591f"
  7103. },
  7104. "dist": {
  7105. "type": "zip",
  7106. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/86af4617cca75a6e28598f49ae0690f3b9d4591f",
  7107. "reference": "86af4617cca75a6e28598f49ae0690f3b9d4591f",
  7108. "shasum": ""
  7109. },
  7110. "require": {
  7111. "php": ">=8.2",
  7112. "symfony/polyfill-mbstring": "~1.0"
  7113. },
  7114. "conflict": {
  7115. "symfony/console": "<6.4"
  7116. },
  7117. "require-dev": {
  7118. "ext-iconv": "*",
  7119. "symfony/console": "^6.4|^7.0",
  7120. "symfony/http-kernel": "^6.4|^7.0",
  7121. "symfony/process": "^6.4|^7.0",
  7122. "symfony/uid": "^6.4|^7.0",
  7123. "twig/twig": "^3.0.4"
  7124. },
  7125. "bin": [
  7126. "Resources/bin/var-dump-server"
  7127. ],
  7128. "type": "library",
  7129. "autoload": {
  7130. "files": [
  7131. "Resources/functions/dump.php"
  7132. ],
  7133. "psr-4": {
  7134. "Symfony\\Component\\VarDumper\\": ""
  7135. },
  7136. "exclude-from-classmap": [
  7137. "/Tests/"
  7138. ]
  7139. },
  7140. "notification-url": "https://packagist.org/downloads/",
  7141. "license": [
  7142. "MIT"
  7143. ],
  7144. "authors": [
  7145. {
  7146. "name": "Nicolas Grekas",
  7147. "email": "p@tchwork.com"
  7148. },
  7149. {
  7150. "name": "Symfony Community",
  7151. "homepage": "https://symfony.com/contributors"
  7152. }
  7153. ],
  7154. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  7155. "homepage": "https://symfony.com",
  7156. "keywords": [
  7157. "debug",
  7158. "dump"
  7159. ],
  7160. "support": {
  7161. "source": "https://github.com/symfony/var-dumper/tree/v7.1.3"
  7162. },
  7163. "funding": [
  7164. {
  7165. "url": "https://symfony.com/sponsor",
  7166. "type": "custom"
  7167. },
  7168. {
  7169. "url": "https://github.com/fabpot",
  7170. "type": "github"
  7171. },
  7172. {
  7173. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7174. "type": "tidelift"
  7175. }
  7176. ],
  7177. "time": "2024-07-26T12:41:01+00:00"
  7178. },
  7179. {
  7180. "name": "tijsverkoyen/css-to-inline-styles",
  7181. "version": "v2.2.7",
  7182. "source": {
  7183. "type": "git",
  7184. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  7185. "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
  7186. },
  7187. "dist": {
  7188. "type": "zip",
  7189. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
  7190. "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
  7191. "shasum": ""
  7192. },
  7193. "require": {
  7194. "ext-dom": "*",
  7195. "ext-libxml": "*",
  7196. "php": "^5.5 || ^7.0 || ^8.0",
  7197. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
  7198. },
  7199. "require-dev": {
  7200. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
  7201. },
  7202. "type": "library",
  7203. "extra": {
  7204. "branch-alias": {
  7205. "dev-master": "2.2.x-dev"
  7206. }
  7207. },
  7208. "autoload": {
  7209. "psr-4": {
  7210. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  7211. }
  7212. },
  7213. "notification-url": "https://packagist.org/downloads/",
  7214. "license": [
  7215. "BSD-3-Clause"
  7216. ],
  7217. "authors": [
  7218. {
  7219. "name": "Tijs Verkoyen",
  7220. "email": "css_to_inline_styles@verkoyen.eu",
  7221. "role": "Developer"
  7222. }
  7223. ],
  7224. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  7225. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  7226. "support": {
  7227. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  7228. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
  7229. },
  7230. "time": "2023-12-08T13:03:43+00:00"
  7231. },
  7232. {
  7233. "name": "vlucas/phpdotenv",
  7234. "version": "v5.6.1",
  7235. "source": {
  7236. "type": "git",
  7237. "url": "https://github.com/vlucas/phpdotenv.git",
  7238. "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
  7239. },
  7240. "dist": {
  7241. "type": "zip",
  7242. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
  7243. "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
  7244. "shasum": ""
  7245. },
  7246. "require": {
  7247. "ext-pcre": "*",
  7248. "graham-campbell/result-type": "^1.1.3",
  7249. "php": "^7.2.5 || ^8.0",
  7250. "phpoption/phpoption": "^1.9.3",
  7251. "symfony/polyfill-ctype": "^1.24",
  7252. "symfony/polyfill-mbstring": "^1.24",
  7253. "symfony/polyfill-php80": "^1.24"
  7254. },
  7255. "require-dev": {
  7256. "bamarni/composer-bin-plugin": "^1.8.2",
  7257. "ext-filter": "*",
  7258. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  7259. },
  7260. "suggest": {
  7261. "ext-filter": "Required to use the boolean validator."
  7262. },
  7263. "type": "library",
  7264. "extra": {
  7265. "bamarni-bin": {
  7266. "bin-links": true,
  7267. "forward-command": false
  7268. },
  7269. "branch-alias": {
  7270. "dev-master": "5.6-dev"
  7271. }
  7272. },
  7273. "autoload": {
  7274. "psr-4": {
  7275. "Dotenv\\": "src/"
  7276. }
  7277. },
  7278. "notification-url": "https://packagist.org/downloads/",
  7279. "license": [
  7280. "BSD-3-Clause"
  7281. ],
  7282. "authors": [
  7283. {
  7284. "name": "Graham Campbell",
  7285. "email": "hello@gjcampbell.co.uk",
  7286. "homepage": "https://github.com/GrahamCampbell"
  7287. },
  7288. {
  7289. "name": "Vance Lucas",
  7290. "email": "vance@vancelucas.com",
  7291. "homepage": "https://github.com/vlucas"
  7292. }
  7293. ],
  7294. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  7295. "keywords": [
  7296. "dotenv",
  7297. "env",
  7298. "environment"
  7299. ],
  7300. "support": {
  7301. "issues": "https://github.com/vlucas/phpdotenv/issues",
  7302. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
  7303. },
  7304. "funding": [
  7305. {
  7306. "url": "https://github.com/GrahamCampbell",
  7307. "type": "github"
  7308. },
  7309. {
  7310. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  7311. "type": "tidelift"
  7312. }
  7313. ],
  7314. "time": "2024-07-20T21:52:34+00:00"
  7315. },
  7316. {
  7317. "name": "voku/portable-ascii",
  7318. "version": "2.0.1",
  7319. "source": {
  7320. "type": "git",
  7321. "url": "https://github.com/voku/portable-ascii.git",
  7322. "reference": "b56450eed252f6801410d810c8e1727224ae0743"
  7323. },
  7324. "dist": {
  7325. "type": "zip",
  7326. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
  7327. "reference": "b56450eed252f6801410d810c8e1727224ae0743",
  7328. "shasum": ""
  7329. },
  7330. "require": {
  7331. "php": ">=7.0.0"
  7332. },
  7333. "require-dev": {
  7334. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  7335. },
  7336. "suggest": {
  7337. "ext-intl": "Use Intl for transliterator_transliterate() support"
  7338. },
  7339. "type": "library",
  7340. "autoload": {
  7341. "psr-4": {
  7342. "voku\\": "src/voku/"
  7343. }
  7344. },
  7345. "notification-url": "https://packagist.org/downloads/",
  7346. "license": [
  7347. "MIT"
  7348. ],
  7349. "authors": [
  7350. {
  7351. "name": "Lars Moelleken",
  7352. "homepage": "http://www.moelleken.org/"
  7353. }
  7354. ],
  7355. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  7356. "homepage": "https://github.com/voku/portable-ascii",
  7357. "keywords": [
  7358. "ascii",
  7359. "clean",
  7360. "php"
  7361. ],
  7362. "support": {
  7363. "issues": "https://github.com/voku/portable-ascii/issues",
  7364. "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
  7365. },
  7366. "funding": [
  7367. {
  7368. "url": "https://www.paypal.me/moelleken",
  7369. "type": "custom"
  7370. },
  7371. {
  7372. "url": "https://github.com/voku",
  7373. "type": "github"
  7374. },
  7375. {
  7376. "url": "https://opencollective.com/portable-ascii",
  7377. "type": "open_collective"
  7378. },
  7379. {
  7380. "url": "https://www.patreon.com/voku",
  7381. "type": "patreon"
  7382. },
  7383. {
  7384. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  7385. "type": "tidelift"
  7386. }
  7387. ],
  7388. "time": "2022-03-08T17:03:00+00:00"
  7389. },
  7390. {
  7391. "name": "webmozart/assert",
  7392. "version": "1.11.0",
  7393. "source": {
  7394. "type": "git",
  7395. "url": "https://github.com/webmozarts/assert.git",
  7396. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  7397. },
  7398. "dist": {
  7399. "type": "zip",
  7400. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7401. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7402. "shasum": ""
  7403. },
  7404. "require": {
  7405. "ext-ctype": "*",
  7406. "php": "^7.2 || ^8.0"
  7407. },
  7408. "conflict": {
  7409. "phpstan/phpstan": "<0.12.20",
  7410. "vimeo/psalm": "<4.6.1 || 4.6.2"
  7411. },
  7412. "require-dev": {
  7413. "phpunit/phpunit": "^8.5.13"
  7414. },
  7415. "type": "library",
  7416. "extra": {
  7417. "branch-alias": {
  7418. "dev-master": "1.10-dev"
  7419. }
  7420. },
  7421. "autoload": {
  7422. "psr-4": {
  7423. "Webmozart\\Assert\\": "src/"
  7424. }
  7425. },
  7426. "notification-url": "https://packagist.org/downloads/",
  7427. "license": [
  7428. "MIT"
  7429. ],
  7430. "authors": [
  7431. {
  7432. "name": "Bernhard Schussek",
  7433. "email": "bschussek@gmail.com"
  7434. }
  7435. ],
  7436. "description": "Assertions to validate method input/output with nice error messages.",
  7437. "keywords": [
  7438. "assert",
  7439. "check",
  7440. "validate"
  7441. ],
  7442. "support": {
  7443. "issues": "https://github.com/webmozarts/assert/issues",
  7444. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  7445. },
  7446. "time": "2022-06-03T18:03:27+00:00"
  7447. }
  7448. ],
  7449. "packages-dev": [
  7450. {
  7451. "name": "fakerphp/faker",
  7452. "version": "v1.23.1",
  7453. "source": {
  7454. "type": "git",
  7455. "url": "https://github.com/FakerPHP/Faker.git",
  7456. "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
  7457. },
  7458. "dist": {
  7459. "type": "zip",
  7460. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
  7461. "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
  7462. "shasum": ""
  7463. },
  7464. "require": {
  7465. "php": "^7.4 || ^8.0",
  7466. "psr/container": "^1.0 || ^2.0",
  7467. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  7468. },
  7469. "conflict": {
  7470. "fzaninotto/faker": "*"
  7471. },
  7472. "require-dev": {
  7473. "bamarni/composer-bin-plugin": "^1.4.1",
  7474. "doctrine/persistence": "^1.3 || ^2.0",
  7475. "ext-intl": "*",
  7476. "phpunit/phpunit": "^9.5.26",
  7477. "symfony/phpunit-bridge": "^5.4.16"
  7478. },
  7479. "suggest": {
  7480. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  7481. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  7482. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  7483. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  7484. "ext-mbstring": "Required for multibyte Unicode string functionality."
  7485. },
  7486. "type": "library",
  7487. "autoload": {
  7488. "psr-4": {
  7489. "Faker\\": "src/Faker/"
  7490. }
  7491. },
  7492. "notification-url": "https://packagist.org/downloads/",
  7493. "license": [
  7494. "MIT"
  7495. ],
  7496. "authors": [
  7497. {
  7498. "name": "François Zaninotto"
  7499. }
  7500. ],
  7501. "description": "Faker is a PHP library that generates fake data for you.",
  7502. "keywords": [
  7503. "data",
  7504. "faker",
  7505. "fixtures"
  7506. ],
  7507. "support": {
  7508. "issues": "https://github.com/FakerPHP/Faker/issues",
  7509. "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
  7510. },
  7511. "time": "2024-01-02T13:46:09+00:00"
  7512. },
  7513. {
  7514. "name": "filp/whoops",
  7515. "version": "2.15.4",
  7516. "source": {
  7517. "type": "git",
  7518. "url": "https://github.com/filp/whoops.git",
  7519. "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
  7520. },
  7521. "dist": {
  7522. "type": "zip",
  7523. "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
  7524. "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
  7525. "shasum": ""
  7526. },
  7527. "require": {
  7528. "php": "^5.5.9 || ^7.0 || ^8.0",
  7529. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  7530. },
  7531. "require-dev": {
  7532. "mockery/mockery": "^0.9 || ^1.0",
  7533. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
  7534. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  7535. },
  7536. "suggest": {
  7537. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  7538. "whoops/soap": "Formats errors as SOAP responses"
  7539. },
  7540. "type": "library",
  7541. "extra": {
  7542. "branch-alias": {
  7543. "dev-master": "2.7-dev"
  7544. }
  7545. },
  7546. "autoload": {
  7547. "psr-4": {
  7548. "Whoops\\": "src/Whoops/"
  7549. }
  7550. },
  7551. "notification-url": "https://packagist.org/downloads/",
  7552. "license": [
  7553. "MIT"
  7554. ],
  7555. "authors": [
  7556. {
  7557. "name": "Filipe Dobreira",
  7558. "homepage": "https://github.com/filp",
  7559. "role": "Developer"
  7560. }
  7561. ],
  7562. "description": "php error handling for cool kids",
  7563. "homepage": "https://filp.github.io/whoops/",
  7564. "keywords": [
  7565. "error",
  7566. "exception",
  7567. "handling",
  7568. "library",
  7569. "throwable",
  7570. "whoops"
  7571. ],
  7572. "support": {
  7573. "issues": "https://github.com/filp/whoops/issues",
  7574. "source": "https://github.com/filp/whoops/tree/2.15.4"
  7575. },
  7576. "funding": [
  7577. {
  7578. "url": "https://github.com/denis-sokolov",
  7579. "type": "github"
  7580. }
  7581. ],
  7582. "time": "2023-11-03T12:00:00+00:00"
  7583. },
  7584. {
  7585. "name": "hamcrest/hamcrest-php",
  7586. "version": "v2.0.1",
  7587. "source": {
  7588. "type": "git",
  7589. "url": "https://github.com/hamcrest/hamcrest-php.git",
  7590. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  7591. },
  7592. "dist": {
  7593. "type": "zip",
  7594. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  7595. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  7596. "shasum": ""
  7597. },
  7598. "require": {
  7599. "php": "^5.3|^7.0|^8.0"
  7600. },
  7601. "replace": {
  7602. "cordoval/hamcrest-php": "*",
  7603. "davedevelopment/hamcrest-php": "*",
  7604. "kodova/hamcrest-php": "*"
  7605. },
  7606. "require-dev": {
  7607. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  7608. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  7609. },
  7610. "type": "library",
  7611. "extra": {
  7612. "branch-alias": {
  7613. "dev-master": "2.1-dev"
  7614. }
  7615. },
  7616. "autoload": {
  7617. "classmap": [
  7618. "hamcrest"
  7619. ]
  7620. },
  7621. "notification-url": "https://packagist.org/downloads/",
  7622. "license": [
  7623. "BSD-3-Clause"
  7624. ],
  7625. "description": "This is the PHP port of Hamcrest Matchers",
  7626. "keywords": [
  7627. "test"
  7628. ],
  7629. "support": {
  7630. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  7631. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  7632. },
  7633. "time": "2020-07-09T08:09:16+00:00"
  7634. },
  7635. {
  7636. "name": "laravel/pint",
  7637. "version": "v1.17.2",
  7638. "source": {
  7639. "type": "git",
  7640. "url": "https://github.com/laravel/pint.git",
  7641. "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110"
  7642. },
  7643. "dist": {
  7644. "type": "zip",
  7645. "url": "https://api.github.com/repos/laravel/pint/zipball/e8a88130a25e3f9d4d5785e6a1afca98268ab110",
  7646. "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110",
  7647. "shasum": ""
  7648. },
  7649. "require": {
  7650. "ext-json": "*",
  7651. "ext-mbstring": "*",
  7652. "ext-tokenizer": "*",
  7653. "ext-xml": "*",
  7654. "php": "^8.1.0"
  7655. },
  7656. "require-dev": {
  7657. "friendsofphp/php-cs-fixer": "^3.61.1",
  7658. "illuminate/view": "^10.48.18",
  7659. "larastan/larastan": "^2.9.8",
  7660. "laravel-zero/framework": "^10.4.0",
  7661. "mockery/mockery": "^1.6.12",
  7662. "nunomaduro/termwind": "^1.15.1",
  7663. "pestphp/pest": "^2.35.0"
  7664. },
  7665. "bin": [
  7666. "builds/pint"
  7667. ],
  7668. "type": "project",
  7669. "autoload": {
  7670. "psr-4": {
  7671. "App\\": "app/",
  7672. "Database\\Seeders\\": "database/seeders/",
  7673. "Database\\Factories\\": "database/factories/"
  7674. }
  7675. },
  7676. "notification-url": "https://packagist.org/downloads/",
  7677. "license": [
  7678. "MIT"
  7679. ],
  7680. "authors": [
  7681. {
  7682. "name": "Nuno Maduro",
  7683. "email": "enunomaduro@gmail.com"
  7684. }
  7685. ],
  7686. "description": "An opinionated code formatter for PHP.",
  7687. "homepage": "https://laravel.com",
  7688. "keywords": [
  7689. "format",
  7690. "formatter",
  7691. "lint",
  7692. "linter",
  7693. "php"
  7694. ],
  7695. "support": {
  7696. "issues": "https://github.com/laravel/pint/issues",
  7697. "source": "https://github.com/laravel/pint"
  7698. },
  7699. "time": "2024-08-06T15:11:54+00:00"
  7700. },
  7701. {
  7702. "name": "laravel/sail",
  7703. "version": "v1.31.1",
  7704. "source": {
  7705. "type": "git",
  7706. "url": "https://github.com/laravel/sail.git",
  7707. "reference": "3d06dd18cee8059baa7b388af00ba47f6d96bd85"
  7708. },
  7709. "dist": {
  7710. "type": "zip",
  7711. "url": "https://api.github.com/repos/laravel/sail/zipball/3d06dd18cee8059baa7b388af00ba47f6d96bd85",
  7712. "reference": "3d06dd18cee8059baa7b388af00ba47f6d96bd85",
  7713. "shasum": ""
  7714. },
  7715. "require": {
  7716. "illuminate/console": "^9.52.16|^10.0|^11.0",
  7717. "illuminate/contracts": "^9.52.16|^10.0|^11.0",
  7718. "illuminate/support": "^9.52.16|^10.0|^11.0",
  7719. "php": "^8.0",
  7720. "symfony/console": "^6.0|^7.0",
  7721. "symfony/yaml": "^6.0|^7.0"
  7722. },
  7723. "require-dev": {
  7724. "orchestra/testbench": "^7.0|^8.0|^9.0",
  7725. "phpstan/phpstan": "^1.10"
  7726. },
  7727. "bin": [
  7728. "bin/sail"
  7729. ],
  7730. "type": "library",
  7731. "extra": {
  7732. "laravel": {
  7733. "providers": [
  7734. "Laravel\\Sail\\SailServiceProvider"
  7735. ]
  7736. }
  7737. },
  7738. "autoload": {
  7739. "psr-4": {
  7740. "Laravel\\Sail\\": "src/"
  7741. }
  7742. },
  7743. "notification-url": "https://packagist.org/downloads/",
  7744. "license": [
  7745. "MIT"
  7746. ],
  7747. "authors": [
  7748. {
  7749. "name": "Taylor Otwell",
  7750. "email": "taylor@laravel.com"
  7751. }
  7752. ],
  7753. "description": "Docker files for running a basic Laravel application.",
  7754. "keywords": [
  7755. "docker",
  7756. "laravel"
  7757. ],
  7758. "support": {
  7759. "issues": "https://github.com/laravel/sail/issues",
  7760. "source": "https://github.com/laravel/sail"
  7761. },
  7762. "time": "2024-08-02T07:45:47+00:00"
  7763. },
  7764. {
  7765. "name": "mockery/mockery",
  7766. "version": "1.6.12",
  7767. "source": {
  7768. "type": "git",
  7769. "url": "https://github.com/mockery/mockery.git",
  7770. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
  7771. },
  7772. "dist": {
  7773. "type": "zip",
  7774. "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7775. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7776. "shasum": ""
  7777. },
  7778. "require": {
  7779. "hamcrest/hamcrest-php": "^2.0.1",
  7780. "lib-pcre": ">=7.0",
  7781. "php": ">=7.3"
  7782. },
  7783. "conflict": {
  7784. "phpunit/phpunit": "<8.0"
  7785. },
  7786. "require-dev": {
  7787. "phpunit/phpunit": "^8.5 || ^9.6.17",
  7788. "symplify/easy-coding-standard": "^12.1.14"
  7789. },
  7790. "type": "library",
  7791. "autoload": {
  7792. "files": [
  7793. "library/helpers.php",
  7794. "library/Mockery.php"
  7795. ],
  7796. "psr-4": {
  7797. "Mockery\\": "library/Mockery"
  7798. }
  7799. },
  7800. "notification-url": "https://packagist.org/downloads/",
  7801. "license": [
  7802. "BSD-3-Clause"
  7803. ],
  7804. "authors": [
  7805. {
  7806. "name": "Pádraic Brady",
  7807. "email": "padraic.brady@gmail.com",
  7808. "homepage": "https://github.com/padraic",
  7809. "role": "Author"
  7810. },
  7811. {
  7812. "name": "Dave Marshall",
  7813. "email": "dave.marshall@atstsolutions.co.uk",
  7814. "homepage": "https://davedevelopment.co.uk",
  7815. "role": "Developer"
  7816. },
  7817. {
  7818. "name": "Nathanael Esayeas",
  7819. "email": "nathanael.esayeas@protonmail.com",
  7820. "homepage": "https://github.com/ghostwriter",
  7821. "role": "Lead Developer"
  7822. }
  7823. ],
  7824. "description": "Mockery is a simple yet flexible PHP mock object framework",
  7825. "homepage": "https://github.com/mockery/mockery",
  7826. "keywords": [
  7827. "BDD",
  7828. "TDD",
  7829. "library",
  7830. "mock",
  7831. "mock objects",
  7832. "mockery",
  7833. "stub",
  7834. "test",
  7835. "test double",
  7836. "testing"
  7837. ],
  7838. "support": {
  7839. "docs": "https://docs.mockery.io/",
  7840. "issues": "https://github.com/mockery/mockery/issues",
  7841. "rss": "https://github.com/mockery/mockery/releases.atom",
  7842. "security": "https://github.com/mockery/mockery/security/advisories",
  7843. "source": "https://github.com/mockery/mockery"
  7844. },
  7845. "time": "2024-05-16T03:13:13+00:00"
  7846. },
  7847. {
  7848. "name": "myclabs/deep-copy",
  7849. "version": "1.12.0",
  7850. "source": {
  7851. "type": "git",
  7852. "url": "https://github.com/myclabs/DeepCopy.git",
  7853. "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
  7854. },
  7855. "dist": {
  7856. "type": "zip",
  7857. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
  7858. "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
  7859. "shasum": ""
  7860. },
  7861. "require": {
  7862. "php": "^7.1 || ^8.0"
  7863. },
  7864. "conflict": {
  7865. "doctrine/collections": "<1.6.8",
  7866. "doctrine/common": "<2.13.3 || >=3 <3.2.2"
  7867. },
  7868. "require-dev": {
  7869. "doctrine/collections": "^1.6.8",
  7870. "doctrine/common": "^2.13.3 || ^3.2.2",
  7871. "phpspec/prophecy": "^1.10",
  7872. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  7873. },
  7874. "type": "library",
  7875. "autoload": {
  7876. "files": [
  7877. "src/DeepCopy/deep_copy.php"
  7878. ],
  7879. "psr-4": {
  7880. "DeepCopy\\": "src/DeepCopy/"
  7881. }
  7882. },
  7883. "notification-url": "https://packagist.org/downloads/",
  7884. "license": [
  7885. "MIT"
  7886. ],
  7887. "description": "Create deep copies (clones) of your objects",
  7888. "keywords": [
  7889. "clone",
  7890. "copy",
  7891. "duplicate",
  7892. "object",
  7893. "object graph"
  7894. ],
  7895. "support": {
  7896. "issues": "https://github.com/myclabs/DeepCopy/issues",
  7897. "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
  7898. },
  7899. "funding": [
  7900. {
  7901. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  7902. "type": "tidelift"
  7903. }
  7904. ],
  7905. "time": "2024-06-12T14:39:25+00:00"
  7906. },
  7907. {
  7908. "name": "nunomaduro/collision",
  7909. "version": "v8.4.0",
  7910. "source": {
  7911. "type": "git",
  7912. "url": "https://github.com/nunomaduro/collision.git",
  7913. "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a"
  7914. },
  7915. "dist": {
  7916. "type": "zip",
  7917. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/e7d1aa8ed753f63fa816932bbc89678238843b4a",
  7918. "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a",
  7919. "shasum": ""
  7920. },
  7921. "require": {
  7922. "filp/whoops": "^2.15.4",
  7923. "nunomaduro/termwind": "^2.0.1",
  7924. "php": "^8.2.0",
  7925. "symfony/console": "^7.1.3"
  7926. },
  7927. "conflict": {
  7928. "laravel/framework": "<11.0.0 || >=12.0.0",
  7929. "phpunit/phpunit": "<10.5.1 || >=12.0.0"
  7930. },
  7931. "require-dev": {
  7932. "larastan/larastan": "^2.9.8",
  7933. "laravel/framework": "^11.19.0",
  7934. "laravel/pint": "^1.17.1",
  7935. "laravel/sail": "^1.31.0",
  7936. "laravel/sanctum": "^4.0.2",
  7937. "laravel/tinker": "^2.9.0",
  7938. "orchestra/testbench-core": "^9.2.3",
  7939. "pestphp/pest": "^2.35.0 || ^3.0.0",
  7940. "sebastian/environment": "^6.1.0 || ^7.0.0"
  7941. },
  7942. "type": "library",
  7943. "extra": {
  7944. "laravel": {
  7945. "providers": [
  7946. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  7947. ]
  7948. },
  7949. "branch-alias": {
  7950. "dev-8.x": "8.x-dev"
  7951. }
  7952. },
  7953. "autoload": {
  7954. "files": [
  7955. "./src/Adapters/Phpunit/Autoload.php"
  7956. ],
  7957. "psr-4": {
  7958. "NunoMaduro\\Collision\\": "src/"
  7959. }
  7960. },
  7961. "notification-url": "https://packagist.org/downloads/",
  7962. "license": [
  7963. "MIT"
  7964. ],
  7965. "authors": [
  7966. {
  7967. "name": "Nuno Maduro",
  7968. "email": "enunomaduro@gmail.com"
  7969. }
  7970. ],
  7971. "description": "Cli error handling for console/command-line PHP applications.",
  7972. "keywords": [
  7973. "artisan",
  7974. "cli",
  7975. "command-line",
  7976. "console",
  7977. "error",
  7978. "handling",
  7979. "laravel",
  7980. "laravel-zero",
  7981. "php",
  7982. "symfony"
  7983. ],
  7984. "support": {
  7985. "issues": "https://github.com/nunomaduro/collision/issues",
  7986. "source": "https://github.com/nunomaduro/collision"
  7987. },
  7988. "funding": [
  7989. {
  7990. "url": "https://www.paypal.com/paypalme/enunomaduro",
  7991. "type": "custom"
  7992. },
  7993. {
  7994. "url": "https://github.com/nunomaduro",
  7995. "type": "github"
  7996. },
  7997. {
  7998. "url": "https://www.patreon.com/nunomaduro",
  7999. "type": "patreon"
  8000. }
  8001. ],
  8002. "time": "2024-08-03T15:32:23+00:00"
  8003. },
  8004. {
  8005. "name": "phar-io/manifest",
  8006. "version": "2.0.4",
  8007. "source": {
  8008. "type": "git",
  8009. "url": "https://github.com/phar-io/manifest.git",
  8010. "reference": "54750ef60c58e43759730615a392c31c80e23176"
  8011. },
  8012. "dist": {
  8013. "type": "zip",
  8014. "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
  8015. "reference": "54750ef60c58e43759730615a392c31c80e23176",
  8016. "shasum": ""
  8017. },
  8018. "require": {
  8019. "ext-dom": "*",
  8020. "ext-libxml": "*",
  8021. "ext-phar": "*",
  8022. "ext-xmlwriter": "*",
  8023. "phar-io/version": "^3.0.1",
  8024. "php": "^7.2 || ^8.0"
  8025. },
  8026. "type": "library",
  8027. "extra": {
  8028. "branch-alias": {
  8029. "dev-master": "2.0.x-dev"
  8030. }
  8031. },
  8032. "autoload": {
  8033. "classmap": [
  8034. "src/"
  8035. ]
  8036. },
  8037. "notification-url": "https://packagist.org/downloads/",
  8038. "license": [
  8039. "BSD-3-Clause"
  8040. ],
  8041. "authors": [
  8042. {
  8043. "name": "Arne Blankerts",
  8044. "email": "arne@blankerts.de",
  8045. "role": "Developer"
  8046. },
  8047. {
  8048. "name": "Sebastian Heuer",
  8049. "email": "sebastian@phpeople.de",
  8050. "role": "Developer"
  8051. },
  8052. {
  8053. "name": "Sebastian Bergmann",
  8054. "email": "sebastian@phpunit.de",
  8055. "role": "Developer"
  8056. }
  8057. ],
  8058. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  8059. "support": {
  8060. "issues": "https://github.com/phar-io/manifest/issues",
  8061. "source": "https://github.com/phar-io/manifest/tree/2.0.4"
  8062. },
  8063. "funding": [
  8064. {
  8065. "url": "https://github.com/theseer",
  8066. "type": "github"
  8067. }
  8068. ],
  8069. "time": "2024-03-03T12:33:53+00:00"
  8070. },
  8071. {
  8072. "name": "phar-io/version",
  8073. "version": "3.2.1",
  8074. "source": {
  8075. "type": "git",
  8076. "url": "https://github.com/phar-io/version.git",
  8077. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  8078. },
  8079. "dist": {
  8080. "type": "zip",
  8081. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  8082. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  8083. "shasum": ""
  8084. },
  8085. "require": {
  8086. "php": "^7.2 || ^8.0"
  8087. },
  8088. "type": "library",
  8089. "autoload": {
  8090. "classmap": [
  8091. "src/"
  8092. ]
  8093. },
  8094. "notification-url": "https://packagist.org/downloads/",
  8095. "license": [
  8096. "BSD-3-Clause"
  8097. ],
  8098. "authors": [
  8099. {
  8100. "name": "Arne Blankerts",
  8101. "email": "arne@blankerts.de",
  8102. "role": "Developer"
  8103. },
  8104. {
  8105. "name": "Sebastian Heuer",
  8106. "email": "sebastian@phpeople.de",
  8107. "role": "Developer"
  8108. },
  8109. {
  8110. "name": "Sebastian Bergmann",
  8111. "email": "sebastian@phpunit.de",
  8112. "role": "Developer"
  8113. }
  8114. ],
  8115. "description": "Library for handling version information and constraints",
  8116. "support": {
  8117. "issues": "https://github.com/phar-io/version/issues",
  8118. "source": "https://github.com/phar-io/version/tree/3.2.1"
  8119. },
  8120. "time": "2022-02-21T01:04:05+00:00"
  8121. },
  8122. {
  8123. "name": "phpunit/php-code-coverage",
  8124. "version": "11.0.5",
  8125. "source": {
  8126. "type": "git",
  8127. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  8128. "reference": "19b6365ab8b59a64438c0c3f4241feeb480c9861"
  8129. },
  8130. "dist": {
  8131. "type": "zip",
  8132. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/19b6365ab8b59a64438c0c3f4241feeb480c9861",
  8133. "reference": "19b6365ab8b59a64438c0c3f4241feeb480c9861",
  8134. "shasum": ""
  8135. },
  8136. "require": {
  8137. "ext-dom": "*",
  8138. "ext-libxml": "*",
  8139. "ext-xmlwriter": "*",
  8140. "nikic/php-parser": "^5.0",
  8141. "php": ">=8.2",
  8142. "phpunit/php-file-iterator": "^5.0",
  8143. "phpunit/php-text-template": "^4.0",
  8144. "sebastian/code-unit-reverse-lookup": "^4.0",
  8145. "sebastian/complexity": "^4.0",
  8146. "sebastian/environment": "^7.0",
  8147. "sebastian/lines-of-code": "^3.0",
  8148. "sebastian/version": "^5.0",
  8149. "theseer/tokenizer": "^1.2.0"
  8150. },
  8151. "require-dev": {
  8152. "phpunit/phpunit": "^11.0"
  8153. },
  8154. "suggest": {
  8155. "ext-pcov": "PHP extension that provides line coverage",
  8156. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  8157. },
  8158. "type": "library",
  8159. "extra": {
  8160. "branch-alias": {
  8161. "dev-main": "11.0-dev"
  8162. }
  8163. },
  8164. "autoload": {
  8165. "classmap": [
  8166. "src/"
  8167. ]
  8168. },
  8169. "notification-url": "https://packagist.org/downloads/",
  8170. "license": [
  8171. "BSD-3-Clause"
  8172. ],
  8173. "authors": [
  8174. {
  8175. "name": "Sebastian Bergmann",
  8176. "email": "sebastian@phpunit.de",
  8177. "role": "lead"
  8178. }
  8179. ],
  8180. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  8181. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  8182. "keywords": [
  8183. "coverage",
  8184. "testing",
  8185. "xunit"
  8186. ],
  8187. "support": {
  8188. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  8189. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  8190. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.5"
  8191. },
  8192. "funding": [
  8193. {
  8194. "url": "https://github.com/sebastianbergmann",
  8195. "type": "github"
  8196. }
  8197. ],
  8198. "time": "2024-07-03T05:05:37+00:00"
  8199. },
  8200. {
  8201. "name": "phpunit/php-file-iterator",
  8202. "version": "5.0.1",
  8203. "source": {
  8204. "type": "git",
  8205. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  8206. "reference": "6ed896bf50bbbfe4d504a33ed5886278c78e4a26"
  8207. },
  8208. "dist": {
  8209. "type": "zip",
  8210. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6ed896bf50bbbfe4d504a33ed5886278c78e4a26",
  8211. "reference": "6ed896bf50bbbfe4d504a33ed5886278c78e4a26",
  8212. "shasum": ""
  8213. },
  8214. "require": {
  8215. "php": ">=8.2"
  8216. },
  8217. "require-dev": {
  8218. "phpunit/phpunit": "^11.0"
  8219. },
  8220. "type": "library",
  8221. "extra": {
  8222. "branch-alias": {
  8223. "dev-main": "5.0-dev"
  8224. }
  8225. },
  8226. "autoload": {
  8227. "classmap": [
  8228. "src/"
  8229. ]
  8230. },
  8231. "notification-url": "https://packagist.org/downloads/",
  8232. "license": [
  8233. "BSD-3-Clause"
  8234. ],
  8235. "authors": [
  8236. {
  8237. "name": "Sebastian Bergmann",
  8238. "email": "sebastian@phpunit.de",
  8239. "role": "lead"
  8240. }
  8241. ],
  8242. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  8243. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  8244. "keywords": [
  8245. "filesystem",
  8246. "iterator"
  8247. ],
  8248. "support": {
  8249. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  8250. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  8251. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.1"
  8252. },
  8253. "funding": [
  8254. {
  8255. "url": "https://github.com/sebastianbergmann",
  8256. "type": "github"
  8257. }
  8258. ],
  8259. "time": "2024-07-03T05:06:37+00:00"
  8260. },
  8261. {
  8262. "name": "phpunit/php-invoker",
  8263. "version": "5.0.1",
  8264. "source": {
  8265. "type": "git",
  8266. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  8267. "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
  8268. },
  8269. "dist": {
  8270. "type": "zip",
  8271. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
  8272. "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
  8273. "shasum": ""
  8274. },
  8275. "require": {
  8276. "php": ">=8.2"
  8277. },
  8278. "require-dev": {
  8279. "ext-pcntl": "*",
  8280. "phpunit/phpunit": "^11.0"
  8281. },
  8282. "suggest": {
  8283. "ext-pcntl": "*"
  8284. },
  8285. "type": "library",
  8286. "extra": {
  8287. "branch-alias": {
  8288. "dev-main": "5.0-dev"
  8289. }
  8290. },
  8291. "autoload": {
  8292. "classmap": [
  8293. "src/"
  8294. ]
  8295. },
  8296. "notification-url": "https://packagist.org/downloads/",
  8297. "license": [
  8298. "BSD-3-Clause"
  8299. ],
  8300. "authors": [
  8301. {
  8302. "name": "Sebastian Bergmann",
  8303. "email": "sebastian@phpunit.de",
  8304. "role": "lead"
  8305. }
  8306. ],
  8307. "description": "Invoke callables with a timeout",
  8308. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  8309. "keywords": [
  8310. "process"
  8311. ],
  8312. "support": {
  8313. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  8314. "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
  8315. "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
  8316. },
  8317. "funding": [
  8318. {
  8319. "url": "https://github.com/sebastianbergmann",
  8320. "type": "github"
  8321. }
  8322. ],
  8323. "time": "2024-07-03T05:07:44+00:00"
  8324. },
  8325. {
  8326. "name": "phpunit/php-text-template",
  8327. "version": "4.0.1",
  8328. "source": {
  8329. "type": "git",
  8330. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  8331. "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
  8332. },
  8333. "dist": {
  8334. "type": "zip",
  8335. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
  8336. "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
  8337. "shasum": ""
  8338. },
  8339. "require": {
  8340. "php": ">=8.2"
  8341. },
  8342. "require-dev": {
  8343. "phpunit/phpunit": "^11.0"
  8344. },
  8345. "type": "library",
  8346. "extra": {
  8347. "branch-alias": {
  8348. "dev-main": "4.0-dev"
  8349. }
  8350. },
  8351. "autoload": {
  8352. "classmap": [
  8353. "src/"
  8354. ]
  8355. },
  8356. "notification-url": "https://packagist.org/downloads/",
  8357. "license": [
  8358. "BSD-3-Clause"
  8359. ],
  8360. "authors": [
  8361. {
  8362. "name": "Sebastian Bergmann",
  8363. "email": "sebastian@phpunit.de",
  8364. "role": "lead"
  8365. }
  8366. ],
  8367. "description": "Simple template engine.",
  8368. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  8369. "keywords": [
  8370. "template"
  8371. ],
  8372. "support": {
  8373. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  8374. "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
  8375. "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
  8376. },
  8377. "funding": [
  8378. {
  8379. "url": "https://github.com/sebastianbergmann",
  8380. "type": "github"
  8381. }
  8382. ],
  8383. "time": "2024-07-03T05:08:43+00:00"
  8384. },
  8385. {
  8386. "name": "phpunit/php-timer",
  8387. "version": "7.0.1",
  8388. "source": {
  8389. "type": "git",
  8390. "url": "https://github.com/sebastianbergmann/php-timer.git",
  8391. "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
  8392. },
  8393. "dist": {
  8394. "type": "zip",
  8395. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
  8396. "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
  8397. "shasum": ""
  8398. },
  8399. "require": {
  8400. "php": ">=8.2"
  8401. },
  8402. "require-dev": {
  8403. "phpunit/phpunit": "^11.0"
  8404. },
  8405. "type": "library",
  8406. "extra": {
  8407. "branch-alias": {
  8408. "dev-main": "7.0-dev"
  8409. }
  8410. },
  8411. "autoload": {
  8412. "classmap": [
  8413. "src/"
  8414. ]
  8415. },
  8416. "notification-url": "https://packagist.org/downloads/",
  8417. "license": [
  8418. "BSD-3-Clause"
  8419. ],
  8420. "authors": [
  8421. {
  8422. "name": "Sebastian Bergmann",
  8423. "email": "sebastian@phpunit.de",
  8424. "role": "lead"
  8425. }
  8426. ],
  8427. "description": "Utility class for timing",
  8428. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  8429. "keywords": [
  8430. "timer"
  8431. ],
  8432. "support": {
  8433. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  8434. "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
  8435. "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
  8436. },
  8437. "funding": [
  8438. {
  8439. "url": "https://github.com/sebastianbergmann",
  8440. "type": "github"
  8441. }
  8442. ],
  8443. "time": "2024-07-03T05:09:35+00:00"
  8444. },
  8445. {
  8446. "name": "phpunit/phpunit",
  8447. "version": "11.3.1",
  8448. "source": {
  8449. "type": "git",
  8450. "url": "https://github.com/sebastianbergmann/phpunit.git",
  8451. "reference": "fe179875ef0c14e90b75617002767eae0a742641"
  8452. },
  8453. "dist": {
  8454. "type": "zip",
  8455. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fe179875ef0c14e90b75617002767eae0a742641",
  8456. "reference": "fe179875ef0c14e90b75617002767eae0a742641",
  8457. "shasum": ""
  8458. },
  8459. "require": {
  8460. "ext-dom": "*",
  8461. "ext-json": "*",
  8462. "ext-libxml": "*",
  8463. "ext-mbstring": "*",
  8464. "ext-xml": "*",
  8465. "ext-xmlwriter": "*",
  8466. "myclabs/deep-copy": "^1.12.0",
  8467. "phar-io/manifest": "^2.0.4",
  8468. "phar-io/version": "^3.2.1",
  8469. "php": ">=8.2",
  8470. "phpunit/php-code-coverage": "^11.0.5",
  8471. "phpunit/php-file-iterator": "^5.0.1",
  8472. "phpunit/php-invoker": "^5.0.1",
  8473. "phpunit/php-text-template": "^4.0.1",
  8474. "phpunit/php-timer": "^7.0.1",
  8475. "sebastian/cli-parser": "^3.0.2",
  8476. "sebastian/code-unit": "^3.0.1",
  8477. "sebastian/comparator": "^6.0.2",
  8478. "sebastian/diff": "^6.0.2",
  8479. "sebastian/environment": "^7.2.0",
  8480. "sebastian/exporter": "^6.1.3",
  8481. "sebastian/global-state": "^7.0.2",
  8482. "sebastian/object-enumerator": "^6.0.1",
  8483. "sebastian/type": "^5.0.1",
  8484. "sebastian/version": "^5.0.1"
  8485. },
  8486. "suggest": {
  8487. "ext-soap": "To be able to generate mocks based on WSDL files"
  8488. },
  8489. "bin": [
  8490. "phpunit"
  8491. ],
  8492. "type": "library",
  8493. "extra": {
  8494. "branch-alias": {
  8495. "dev-main": "11.3-dev"
  8496. }
  8497. },
  8498. "autoload": {
  8499. "files": [
  8500. "src/Framework/Assert/Functions.php"
  8501. ],
  8502. "classmap": [
  8503. "src/"
  8504. ]
  8505. },
  8506. "notification-url": "https://packagist.org/downloads/",
  8507. "license": [
  8508. "BSD-3-Clause"
  8509. ],
  8510. "authors": [
  8511. {
  8512. "name": "Sebastian Bergmann",
  8513. "email": "sebastian@phpunit.de",
  8514. "role": "lead"
  8515. }
  8516. ],
  8517. "description": "The PHP Unit Testing framework.",
  8518. "homepage": "https://phpunit.de/",
  8519. "keywords": [
  8520. "phpunit",
  8521. "testing",
  8522. "xunit"
  8523. ],
  8524. "support": {
  8525. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  8526. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  8527. "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.1"
  8528. },
  8529. "funding": [
  8530. {
  8531. "url": "https://phpunit.de/sponsors.html",
  8532. "type": "custom"
  8533. },
  8534. {
  8535. "url": "https://github.com/sebastianbergmann",
  8536. "type": "github"
  8537. },
  8538. {
  8539. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  8540. "type": "tidelift"
  8541. }
  8542. ],
  8543. "time": "2024-08-13T06:14:23+00:00"
  8544. },
  8545. {
  8546. "name": "sebastian/cli-parser",
  8547. "version": "3.0.2",
  8548. "source": {
  8549. "type": "git",
  8550. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  8551. "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
  8552. },
  8553. "dist": {
  8554. "type": "zip",
  8555. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
  8556. "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
  8557. "shasum": ""
  8558. },
  8559. "require": {
  8560. "php": ">=8.2"
  8561. },
  8562. "require-dev": {
  8563. "phpunit/phpunit": "^11.0"
  8564. },
  8565. "type": "library",
  8566. "extra": {
  8567. "branch-alias": {
  8568. "dev-main": "3.0-dev"
  8569. }
  8570. },
  8571. "autoload": {
  8572. "classmap": [
  8573. "src/"
  8574. ]
  8575. },
  8576. "notification-url": "https://packagist.org/downloads/",
  8577. "license": [
  8578. "BSD-3-Clause"
  8579. ],
  8580. "authors": [
  8581. {
  8582. "name": "Sebastian Bergmann",
  8583. "email": "sebastian@phpunit.de",
  8584. "role": "lead"
  8585. }
  8586. ],
  8587. "description": "Library for parsing CLI options",
  8588. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  8589. "support": {
  8590. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  8591. "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
  8592. "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
  8593. },
  8594. "funding": [
  8595. {
  8596. "url": "https://github.com/sebastianbergmann",
  8597. "type": "github"
  8598. }
  8599. ],
  8600. "time": "2024-07-03T04:41:36+00:00"
  8601. },
  8602. {
  8603. "name": "sebastian/code-unit",
  8604. "version": "3.0.1",
  8605. "source": {
  8606. "type": "git",
  8607. "url": "https://github.com/sebastianbergmann/code-unit.git",
  8608. "reference": "6bb7d09d6623567178cf54126afa9c2310114268"
  8609. },
  8610. "dist": {
  8611. "type": "zip",
  8612. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268",
  8613. "reference": "6bb7d09d6623567178cf54126afa9c2310114268",
  8614. "shasum": ""
  8615. },
  8616. "require": {
  8617. "php": ">=8.2"
  8618. },
  8619. "require-dev": {
  8620. "phpunit/phpunit": "^11.0"
  8621. },
  8622. "type": "library",
  8623. "extra": {
  8624. "branch-alias": {
  8625. "dev-main": "3.0-dev"
  8626. }
  8627. },
  8628. "autoload": {
  8629. "classmap": [
  8630. "src/"
  8631. ]
  8632. },
  8633. "notification-url": "https://packagist.org/downloads/",
  8634. "license": [
  8635. "BSD-3-Clause"
  8636. ],
  8637. "authors": [
  8638. {
  8639. "name": "Sebastian Bergmann",
  8640. "email": "sebastian@phpunit.de",
  8641. "role": "lead"
  8642. }
  8643. ],
  8644. "description": "Collection of value objects that represent the PHP code units",
  8645. "homepage": "https://github.com/sebastianbergmann/code-unit",
  8646. "support": {
  8647. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  8648. "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
  8649. "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1"
  8650. },
  8651. "funding": [
  8652. {
  8653. "url": "https://github.com/sebastianbergmann",
  8654. "type": "github"
  8655. }
  8656. ],
  8657. "time": "2024-07-03T04:44:28+00:00"
  8658. },
  8659. {
  8660. "name": "sebastian/code-unit-reverse-lookup",
  8661. "version": "4.0.1",
  8662. "source": {
  8663. "type": "git",
  8664. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  8665. "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
  8666. },
  8667. "dist": {
  8668. "type": "zip",
  8669. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
  8670. "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
  8671. "shasum": ""
  8672. },
  8673. "require": {
  8674. "php": ">=8.2"
  8675. },
  8676. "require-dev": {
  8677. "phpunit/phpunit": "^11.0"
  8678. },
  8679. "type": "library",
  8680. "extra": {
  8681. "branch-alias": {
  8682. "dev-main": "4.0-dev"
  8683. }
  8684. },
  8685. "autoload": {
  8686. "classmap": [
  8687. "src/"
  8688. ]
  8689. },
  8690. "notification-url": "https://packagist.org/downloads/",
  8691. "license": [
  8692. "BSD-3-Clause"
  8693. ],
  8694. "authors": [
  8695. {
  8696. "name": "Sebastian Bergmann",
  8697. "email": "sebastian@phpunit.de"
  8698. }
  8699. ],
  8700. "description": "Looks up which function or method a line of code belongs to",
  8701. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  8702. "support": {
  8703. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  8704. "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
  8705. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
  8706. },
  8707. "funding": [
  8708. {
  8709. "url": "https://github.com/sebastianbergmann",
  8710. "type": "github"
  8711. }
  8712. ],
  8713. "time": "2024-07-03T04:45:54+00:00"
  8714. },
  8715. {
  8716. "name": "sebastian/comparator",
  8717. "version": "6.0.2",
  8718. "source": {
  8719. "type": "git",
  8720. "url": "https://github.com/sebastianbergmann/comparator.git",
  8721. "reference": "450d8f237bd611c45b5acf0733ce43e6bb280f81"
  8722. },
  8723. "dist": {
  8724. "type": "zip",
  8725. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/450d8f237bd611c45b5acf0733ce43e6bb280f81",
  8726. "reference": "450d8f237bd611c45b5acf0733ce43e6bb280f81",
  8727. "shasum": ""
  8728. },
  8729. "require": {
  8730. "ext-dom": "*",
  8731. "ext-mbstring": "*",
  8732. "php": ">=8.2",
  8733. "sebastian/diff": "^6.0",
  8734. "sebastian/exporter": "^6.0"
  8735. },
  8736. "require-dev": {
  8737. "phpunit/phpunit": "^11.0"
  8738. },
  8739. "type": "library",
  8740. "extra": {
  8741. "branch-alias": {
  8742. "dev-main": "6.0-dev"
  8743. }
  8744. },
  8745. "autoload": {
  8746. "classmap": [
  8747. "src/"
  8748. ]
  8749. },
  8750. "notification-url": "https://packagist.org/downloads/",
  8751. "license": [
  8752. "BSD-3-Clause"
  8753. ],
  8754. "authors": [
  8755. {
  8756. "name": "Sebastian Bergmann",
  8757. "email": "sebastian@phpunit.de"
  8758. },
  8759. {
  8760. "name": "Jeff Welch",
  8761. "email": "whatthejeff@gmail.com"
  8762. },
  8763. {
  8764. "name": "Volker Dusch",
  8765. "email": "github@wallbash.com"
  8766. },
  8767. {
  8768. "name": "Bernhard Schussek",
  8769. "email": "bschussek@2bepublished.at"
  8770. }
  8771. ],
  8772. "description": "Provides the functionality to compare PHP values for equality",
  8773. "homepage": "https://github.com/sebastianbergmann/comparator",
  8774. "keywords": [
  8775. "comparator",
  8776. "compare",
  8777. "equality"
  8778. ],
  8779. "support": {
  8780. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  8781. "security": "https://github.com/sebastianbergmann/comparator/security/policy",
  8782. "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.2"
  8783. },
  8784. "funding": [
  8785. {
  8786. "url": "https://github.com/sebastianbergmann",
  8787. "type": "github"
  8788. }
  8789. ],
  8790. "time": "2024-08-12T06:07:25+00:00"
  8791. },
  8792. {
  8793. "name": "sebastian/complexity",
  8794. "version": "4.0.1",
  8795. "source": {
  8796. "type": "git",
  8797. "url": "https://github.com/sebastianbergmann/complexity.git",
  8798. "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
  8799. },
  8800. "dist": {
  8801. "type": "zip",
  8802. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
  8803. "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
  8804. "shasum": ""
  8805. },
  8806. "require": {
  8807. "nikic/php-parser": "^5.0",
  8808. "php": ">=8.2"
  8809. },
  8810. "require-dev": {
  8811. "phpunit/phpunit": "^11.0"
  8812. },
  8813. "type": "library",
  8814. "extra": {
  8815. "branch-alias": {
  8816. "dev-main": "4.0-dev"
  8817. }
  8818. },
  8819. "autoload": {
  8820. "classmap": [
  8821. "src/"
  8822. ]
  8823. },
  8824. "notification-url": "https://packagist.org/downloads/",
  8825. "license": [
  8826. "BSD-3-Clause"
  8827. ],
  8828. "authors": [
  8829. {
  8830. "name": "Sebastian Bergmann",
  8831. "email": "sebastian@phpunit.de",
  8832. "role": "lead"
  8833. }
  8834. ],
  8835. "description": "Library for calculating the complexity of PHP code units",
  8836. "homepage": "https://github.com/sebastianbergmann/complexity",
  8837. "support": {
  8838. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  8839. "security": "https://github.com/sebastianbergmann/complexity/security/policy",
  8840. "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
  8841. },
  8842. "funding": [
  8843. {
  8844. "url": "https://github.com/sebastianbergmann",
  8845. "type": "github"
  8846. }
  8847. ],
  8848. "time": "2024-07-03T04:49:50+00:00"
  8849. },
  8850. {
  8851. "name": "sebastian/diff",
  8852. "version": "6.0.2",
  8853. "source": {
  8854. "type": "git",
  8855. "url": "https://github.com/sebastianbergmann/diff.git",
  8856. "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
  8857. },
  8858. "dist": {
  8859. "type": "zip",
  8860. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
  8861. "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
  8862. "shasum": ""
  8863. },
  8864. "require": {
  8865. "php": ">=8.2"
  8866. },
  8867. "require-dev": {
  8868. "phpunit/phpunit": "^11.0",
  8869. "symfony/process": "^4.2 || ^5"
  8870. },
  8871. "type": "library",
  8872. "extra": {
  8873. "branch-alias": {
  8874. "dev-main": "6.0-dev"
  8875. }
  8876. },
  8877. "autoload": {
  8878. "classmap": [
  8879. "src/"
  8880. ]
  8881. },
  8882. "notification-url": "https://packagist.org/downloads/",
  8883. "license": [
  8884. "BSD-3-Clause"
  8885. ],
  8886. "authors": [
  8887. {
  8888. "name": "Sebastian Bergmann",
  8889. "email": "sebastian@phpunit.de"
  8890. },
  8891. {
  8892. "name": "Kore Nordmann",
  8893. "email": "mail@kore-nordmann.de"
  8894. }
  8895. ],
  8896. "description": "Diff implementation",
  8897. "homepage": "https://github.com/sebastianbergmann/diff",
  8898. "keywords": [
  8899. "diff",
  8900. "udiff",
  8901. "unidiff",
  8902. "unified diff"
  8903. ],
  8904. "support": {
  8905. "issues": "https://github.com/sebastianbergmann/diff/issues",
  8906. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  8907. "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
  8908. },
  8909. "funding": [
  8910. {
  8911. "url": "https://github.com/sebastianbergmann",
  8912. "type": "github"
  8913. }
  8914. ],
  8915. "time": "2024-07-03T04:53:05+00:00"
  8916. },
  8917. {
  8918. "name": "sebastian/environment",
  8919. "version": "7.2.0",
  8920. "source": {
  8921. "type": "git",
  8922. "url": "https://github.com/sebastianbergmann/environment.git",
  8923. "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
  8924. },
  8925. "dist": {
  8926. "type": "zip",
  8927. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
  8928. "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
  8929. "shasum": ""
  8930. },
  8931. "require": {
  8932. "php": ">=8.2"
  8933. },
  8934. "require-dev": {
  8935. "phpunit/phpunit": "^11.0"
  8936. },
  8937. "suggest": {
  8938. "ext-posix": "*"
  8939. },
  8940. "type": "library",
  8941. "extra": {
  8942. "branch-alias": {
  8943. "dev-main": "7.2-dev"
  8944. }
  8945. },
  8946. "autoload": {
  8947. "classmap": [
  8948. "src/"
  8949. ]
  8950. },
  8951. "notification-url": "https://packagist.org/downloads/",
  8952. "license": [
  8953. "BSD-3-Clause"
  8954. ],
  8955. "authors": [
  8956. {
  8957. "name": "Sebastian Bergmann",
  8958. "email": "sebastian@phpunit.de"
  8959. }
  8960. ],
  8961. "description": "Provides functionality to handle HHVM/PHP environments",
  8962. "homepage": "https://github.com/sebastianbergmann/environment",
  8963. "keywords": [
  8964. "Xdebug",
  8965. "environment",
  8966. "hhvm"
  8967. ],
  8968. "support": {
  8969. "issues": "https://github.com/sebastianbergmann/environment/issues",
  8970. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  8971. "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
  8972. },
  8973. "funding": [
  8974. {
  8975. "url": "https://github.com/sebastianbergmann",
  8976. "type": "github"
  8977. }
  8978. ],
  8979. "time": "2024-07-03T04:54:44+00:00"
  8980. },
  8981. {
  8982. "name": "sebastian/exporter",
  8983. "version": "6.1.3",
  8984. "source": {
  8985. "type": "git",
  8986. "url": "https://github.com/sebastianbergmann/exporter.git",
  8987. "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e"
  8988. },
  8989. "dist": {
  8990. "type": "zip",
  8991. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
  8992. "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
  8993. "shasum": ""
  8994. },
  8995. "require": {
  8996. "ext-mbstring": "*",
  8997. "php": ">=8.2",
  8998. "sebastian/recursion-context": "^6.0"
  8999. },
  9000. "require-dev": {
  9001. "phpunit/phpunit": "^11.2"
  9002. },
  9003. "type": "library",
  9004. "extra": {
  9005. "branch-alias": {
  9006. "dev-main": "6.1-dev"
  9007. }
  9008. },
  9009. "autoload": {
  9010. "classmap": [
  9011. "src/"
  9012. ]
  9013. },
  9014. "notification-url": "https://packagist.org/downloads/",
  9015. "license": [
  9016. "BSD-3-Clause"
  9017. ],
  9018. "authors": [
  9019. {
  9020. "name": "Sebastian Bergmann",
  9021. "email": "sebastian@phpunit.de"
  9022. },
  9023. {
  9024. "name": "Jeff Welch",
  9025. "email": "whatthejeff@gmail.com"
  9026. },
  9027. {
  9028. "name": "Volker Dusch",
  9029. "email": "github@wallbash.com"
  9030. },
  9031. {
  9032. "name": "Adam Harvey",
  9033. "email": "aharvey@php.net"
  9034. },
  9035. {
  9036. "name": "Bernhard Schussek",
  9037. "email": "bschussek@gmail.com"
  9038. }
  9039. ],
  9040. "description": "Provides the functionality to export PHP variables for visualization",
  9041. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  9042. "keywords": [
  9043. "export",
  9044. "exporter"
  9045. ],
  9046. "support": {
  9047. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  9048. "security": "https://github.com/sebastianbergmann/exporter/security/policy",
  9049. "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.3"
  9050. },
  9051. "funding": [
  9052. {
  9053. "url": "https://github.com/sebastianbergmann",
  9054. "type": "github"
  9055. }
  9056. ],
  9057. "time": "2024-07-03T04:56:19+00:00"
  9058. },
  9059. {
  9060. "name": "sebastian/global-state",
  9061. "version": "7.0.2",
  9062. "source": {
  9063. "type": "git",
  9064. "url": "https://github.com/sebastianbergmann/global-state.git",
  9065. "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
  9066. },
  9067. "dist": {
  9068. "type": "zip",
  9069. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
  9070. "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
  9071. "shasum": ""
  9072. },
  9073. "require": {
  9074. "php": ">=8.2",
  9075. "sebastian/object-reflector": "^4.0",
  9076. "sebastian/recursion-context": "^6.0"
  9077. },
  9078. "require-dev": {
  9079. "ext-dom": "*",
  9080. "phpunit/phpunit": "^11.0"
  9081. },
  9082. "type": "library",
  9083. "extra": {
  9084. "branch-alias": {
  9085. "dev-main": "7.0-dev"
  9086. }
  9087. },
  9088. "autoload": {
  9089. "classmap": [
  9090. "src/"
  9091. ]
  9092. },
  9093. "notification-url": "https://packagist.org/downloads/",
  9094. "license": [
  9095. "BSD-3-Clause"
  9096. ],
  9097. "authors": [
  9098. {
  9099. "name": "Sebastian Bergmann",
  9100. "email": "sebastian@phpunit.de"
  9101. }
  9102. ],
  9103. "description": "Snapshotting of global state",
  9104. "homepage": "https://www.github.com/sebastianbergmann/global-state",
  9105. "keywords": [
  9106. "global state"
  9107. ],
  9108. "support": {
  9109. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  9110. "security": "https://github.com/sebastianbergmann/global-state/security/policy",
  9111. "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
  9112. },
  9113. "funding": [
  9114. {
  9115. "url": "https://github.com/sebastianbergmann",
  9116. "type": "github"
  9117. }
  9118. ],
  9119. "time": "2024-07-03T04:57:36+00:00"
  9120. },
  9121. {
  9122. "name": "sebastian/lines-of-code",
  9123. "version": "3.0.1",
  9124. "source": {
  9125. "type": "git",
  9126. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  9127. "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
  9128. },
  9129. "dist": {
  9130. "type": "zip",
  9131. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
  9132. "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
  9133. "shasum": ""
  9134. },
  9135. "require": {
  9136. "nikic/php-parser": "^5.0",
  9137. "php": ">=8.2"
  9138. },
  9139. "require-dev": {
  9140. "phpunit/phpunit": "^11.0"
  9141. },
  9142. "type": "library",
  9143. "extra": {
  9144. "branch-alias": {
  9145. "dev-main": "3.0-dev"
  9146. }
  9147. },
  9148. "autoload": {
  9149. "classmap": [
  9150. "src/"
  9151. ]
  9152. },
  9153. "notification-url": "https://packagist.org/downloads/",
  9154. "license": [
  9155. "BSD-3-Clause"
  9156. ],
  9157. "authors": [
  9158. {
  9159. "name": "Sebastian Bergmann",
  9160. "email": "sebastian@phpunit.de",
  9161. "role": "lead"
  9162. }
  9163. ],
  9164. "description": "Library for counting the lines of code in PHP source code",
  9165. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  9166. "support": {
  9167. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  9168. "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
  9169. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
  9170. },
  9171. "funding": [
  9172. {
  9173. "url": "https://github.com/sebastianbergmann",
  9174. "type": "github"
  9175. }
  9176. ],
  9177. "time": "2024-07-03T04:58:38+00:00"
  9178. },
  9179. {
  9180. "name": "sebastian/object-enumerator",
  9181. "version": "6.0.1",
  9182. "source": {
  9183. "type": "git",
  9184. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  9185. "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
  9186. },
  9187. "dist": {
  9188. "type": "zip",
  9189. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
  9190. "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
  9191. "shasum": ""
  9192. },
  9193. "require": {
  9194. "php": ">=8.2",
  9195. "sebastian/object-reflector": "^4.0",
  9196. "sebastian/recursion-context": "^6.0"
  9197. },
  9198. "require-dev": {
  9199. "phpunit/phpunit": "^11.0"
  9200. },
  9201. "type": "library",
  9202. "extra": {
  9203. "branch-alias": {
  9204. "dev-main": "6.0-dev"
  9205. }
  9206. },
  9207. "autoload": {
  9208. "classmap": [
  9209. "src/"
  9210. ]
  9211. },
  9212. "notification-url": "https://packagist.org/downloads/",
  9213. "license": [
  9214. "BSD-3-Clause"
  9215. ],
  9216. "authors": [
  9217. {
  9218. "name": "Sebastian Bergmann",
  9219. "email": "sebastian@phpunit.de"
  9220. }
  9221. ],
  9222. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  9223. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  9224. "support": {
  9225. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  9226. "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
  9227. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
  9228. },
  9229. "funding": [
  9230. {
  9231. "url": "https://github.com/sebastianbergmann",
  9232. "type": "github"
  9233. }
  9234. ],
  9235. "time": "2024-07-03T05:00:13+00:00"
  9236. },
  9237. {
  9238. "name": "sebastian/object-reflector",
  9239. "version": "4.0.1",
  9240. "source": {
  9241. "type": "git",
  9242. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  9243. "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
  9244. },
  9245. "dist": {
  9246. "type": "zip",
  9247. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
  9248. "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
  9249. "shasum": ""
  9250. },
  9251. "require": {
  9252. "php": ">=8.2"
  9253. },
  9254. "require-dev": {
  9255. "phpunit/phpunit": "^11.0"
  9256. },
  9257. "type": "library",
  9258. "extra": {
  9259. "branch-alias": {
  9260. "dev-main": "4.0-dev"
  9261. }
  9262. },
  9263. "autoload": {
  9264. "classmap": [
  9265. "src/"
  9266. ]
  9267. },
  9268. "notification-url": "https://packagist.org/downloads/",
  9269. "license": [
  9270. "BSD-3-Clause"
  9271. ],
  9272. "authors": [
  9273. {
  9274. "name": "Sebastian Bergmann",
  9275. "email": "sebastian@phpunit.de"
  9276. }
  9277. ],
  9278. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  9279. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  9280. "support": {
  9281. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  9282. "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
  9283. "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
  9284. },
  9285. "funding": [
  9286. {
  9287. "url": "https://github.com/sebastianbergmann",
  9288. "type": "github"
  9289. }
  9290. ],
  9291. "time": "2024-07-03T05:01:32+00:00"
  9292. },
  9293. {
  9294. "name": "sebastian/recursion-context",
  9295. "version": "6.0.2",
  9296. "source": {
  9297. "type": "git",
  9298. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  9299. "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
  9300. },
  9301. "dist": {
  9302. "type": "zip",
  9303. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
  9304. "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
  9305. "shasum": ""
  9306. },
  9307. "require": {
  9308. "php": ">=8.2"
  9309. },
  9310. "require-dev": {
  9311. "phpunit/phpunit": "^11.0"
  9312. },
  9313. "type": "library",
  9314. "extra": {
  9315. "branch-alias": {
  9316. "dev-main": "6.0-dev"
  9317. }
  9318. },
  9319. "autoload": {
  9320. "classmap": [
  9321. "src/"
  9322. ]
  9323. },
  9324. "notification-url": "https://packagist.org/downloads/",
  9325. "license": [
  9326. "BSD-3-Clause"
  9327. ],
  9328. "authors": [
  9329. {
  9330. "name": "Sebastian Bergmann",
  9331. "email": "sebastian@phpunit.de"
  9332. },
  9333. {
  9334. "name": "Jeff Welch",
  9335. "email": "whatthejeff@gmail.com"
  9336. },
  9337. {
  9338. "name": "Adam Harvey",
  9339. "email": "aharvey@php.net"
  9340. }
  9341. ],
  9342. "description": "Provides functionality to recursively process PHP variables",
  9343. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  9344. "support": {
  9345. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  9346. "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
  9347. "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
  9348. },
  9349. "funding": [
  9350. {
  9351. "url": "https://github.com/sebastianbergmann",
  9352. "type": "github"
  9353. }
  9354. ],
  9355. "time": "2024-07-03T05:10:34+00:00"
  9356. },
  9357. {
  9358. "name": "sebastian/type",
  9359. "version": "5.0.1",
  9360. "source": {
  9361. "type": "git",
  9362. "url": "https://github.com/sebastianbergmann/type.git",
  9363. "reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa"
  9364. },
  9365. "dist": {
  9366. "type": "zip",
  9367. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb6a6566f9589e86661291d13eba708cce5eb4aa",
  9368. "reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa",
  9369. "shasum": ""
  9370. },
  9371. "require": {
  9372. "php": ">=8.2"
  9373. },
  9374. "require-dev": {
  9375. "phpunit/phpunit": "^11.0"
  9376. },
  9377. "type": "library",
  9378. "extra": {
  9379. "branch-alias": {
  9380. "dev-main": "5.0-dev"
  9381. }
  9382. },
  9383. "autoload": {
  9384. "classmap": [
  9385. "src/"
  9386. ]
  9387. },
  9388. "notification-url": "https://packagist.org/downloads/",
  9389. "license": [
  9390. "BSD-3-Clause"
  9391. ],
  9392. "authors": [
  9393. {
  9394. "name": "Sebastian Bergmann",
  9395. "email": "sebastian@phpunit.de",
  9396. "role": "lead"
  9397. }
  9398. ],
  9399. "description": "Collection of value objects that represent the types of the PHP type system",
  9400. "homepage": "https://github.com/sebastianbergmann/type",
  9401. "support": {
  9402. "issues": "https://github.com/sebastianbergmann/type/issues",
  9403. "security": "https://github.com/sebastianbergmann/type/security/policy",
  9404. "source": "https://github.com/sebastianbergmann/type/tree/5.0.1"
  9405. },
  9406. "funding": [
  9407. {
  9408. "url": "https://github.com/sebastianbergmann",
  9409. "type": "github"
  9410. }
  9411. ],
  9412. "time": "2024-07-03T05:11:49+00:00"
  9413. },
  9414. {
  9415. "name": "sebastian/version",
  9416. "version": "5.0.1",
  9417. "source": {
  9418. "type": "git",
  9419. "url": "https://github.com/sebastianbergmann/version.git",
  9420. "reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4"
  9421. },
  9422. "dist": {
  9423. "type": "zip",
  9424. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
  9425. "reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
  9426. "shasum": ""
  9427. },
  9428. "require": {
  9429. "php": ">=8.2"
  9430. },
  9431. "type": "library",
  9432. "extra": {
  9433. "branch-alias": {
  9434. "dev-main": "5.0-dev"
  9435. }
  9436. },
  9437. "autoload": {
  9438. "classmap": [
  9439. "src/"
  9440. ]
  9441. },
  9442. "notification-url": "https://packagist.org/downloads/",
  9443. "license": [
  9444. "BSD-3-Clause"
  9445. ],
  9446. "authors": [
  9447. {
  9448. "name": "Sebastian Bergmann",
  9449. "email": "sebastian@phpunit.de",
  9450. "role": "lead"
  9451. }
  9452. ],
  9453. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  9454. "homepage": "https://github.com/sebastianbergmann/version",
  9455. "support": {
  9456. "issues": "https://github.com/sebastianbergmann/version/issues",
  9457. "security": "https://github.com/sebastianbergmann/version/security/policy",
  9458. "source": "https://github.com/sebastianbergmann/version/tree/5.0.1"
  9459. },
  9460. "funding": [
  9461. {
  9462. "url": "https://github.com/sebastianbergmann",
  9463. "type": "github"
  9464. }
  9465. ],
  9466. "time": "2024-07-03T05:13:08+00:00"
  9467. },
  9468. {
  9469. "name": "symfony/yaml",
  9470. "version": "v7.1.1",
  9471. "source": {
  9472. "type": "git",
  9473. "url": "https://github.com/symfony/yaml.git",
  9474. "reference": "fa34c77015aa6720469db7003567b9f772492bf2"
  9475. },
  9476. "dist": {
  9477. "type": "zip",
  9478. "url": "https://api.github.com/repos/symfony/yaml/zipball/fa34c77015aa6720469db7003567b9f772492bf2",
  9479. "reference": "fa34c77015aa6720469db7003567b9f772492bf2",
  9480. "shasum": ""
  9481. },
  9482. "require": {
  9483. "php": ">=8.2",
  9484. "symfony/polyfill-ctype": "^1.8"
  9485. },
  9486. "conflict": {
  9487. "symfony/console": "<6.4"
  9488. },
  9489. "require-dev": {
  9490. "symfony/console": "^6.4|^7.0"
  9491. },
  9492. "bin": [
  9493. "Resources/bin/yaml-lint"
  9494. ],
  9495. "type": "library",
  9496. "autoload": {
  9497. "psr-4": {
  9498. "Symfony\\Component\\Yaml\\": ""
  9499. },
  9500. "exclude-from-classmap": [
  9501. "/Tests/"
  9502. ]
  9503. },
  9504. "notification-url": "https://packagist.org/downloads/",
  9505. "license": [
  9506. "MIT"
  9507. ],
  9508. "authors": [
  9509. {
  9510. "name": "Fabien Potencier",
  9511. "email": "fabien@symfony.com"
  9512. },
  9513. {
  9514. "name": "Symfony Community",
  9515. "homepage": "https://symfony.com/contributors"
  9516. }
  9517. ],
  9518. "description": "Loads and dumps YAML files",
  9519. "homepage": "https://symfony.com",
  9520. "support": {
  9521. "source": "https://github.com/symfony/yaml/tree/v7.1.1"
  9522. },
  9523. "funding": [
  9524. {
  9525. "url": "https://symfony.com/sponsor",
  9526. "type": "custom"
  9527. },
  9528. {
  9529. "url": "https://github.com/fabpot",
  9530. "type": "github"
  9531. },
  9532. {
  9533. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9534. "type": "tidelift"
  9535. }
  9536. ],
  9537. "time": "2024-05-31T14:57:53+00:00"
  9538. },
  9539. {
  9540. "name": "theseer/tokenizer",
  9541. "version": "1.2.3",
  9542. "source": {
  9543. "type": "git",
  9544. "url": "https://github.com/theseer/tokenizer.git",
  9545. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
  9546. },
  9547. "dist": {
  9548. "type": "zip",
  9549. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  9550. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  9551. "shasum": ""
  9552. },
  9553. "require": {
  9554. "ext-dom": "*",
  9555. "ext-tokenizer": "*",
  9556. "ext-xmlwriter": "*",
  9557. "php": "^7.2 || ^8.0"
  9558. },
  9559. "type": "library",
  9560. "autoload": {
  9561. "classmap": [
  9562. "src/"
  9563. ]
  9564. },
  9565. "notification-url": "https://packagist.org/downloads/",
  9566. "license": [
  9567. "BSD-3-Clause"
  9568. ],
  9569. "authors": [
  9570. {
  9571. "name": "Arne Blankerts",
  9572. "email": "arne@blankerts.de",
  9573. "role": "Developer"
  9574. }
  9575. ],
  9576. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  9577. "support": {
  9578. "issues": "https://github.com/theseer/tokenizer/issues",
  9579. "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
  9580. },
  9581. "funding": [
  9582. {
  9583. "url": "https://github.com/theseer",
  9584. "type": "github"
  9585. }
  9586. ],
  9587. "time": "2024-03-03T12:36:25+00:00"
  9588. }
  9589. ],
  9590. "aliases": [],
  9591. "minimum-stability": "stable",
  9592. "stability-flags": [],
  9593. "prefer-stable": true,
  9594. "prefer-lowest": false,
  9595. "platform": {
  9596. "php": "^8.2"
  9597. },
  9598. "platform-dev": [],
  9599. "plugin-api-version": "2.6.0"
  9600. }