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.

14190 lines
513 KiB

1 month ago
  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": "99bf17669d2abad79b8c84dd1466f690",
  8. "packages": [
  9. {
  10. "name": "aws/aws-crt-php",
  11. "version": "v1.2.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/awslabs/aws-crt-php.git",
  15. "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
  20. "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
  28. "yoast/phpunit-polyfills": "^1.0"
  29. },
  30. "suggest": {
  31. "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "classmap": [
  36. "src/"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "Apache-2.0"
  42. ],
  43. "authors": [
  44. {
  45. "name": "AWS SDK Common Runtime Team",
  46. "email": "aws-sdk-common-runtime@amazon.com"
  47. }
  48. ],
  49. "description": "AWS Common Runtime for PHP",
  50. "homepage": "https://github.com/awslabs/aws-crt-php",
  51. "keywords": [
  52. "amazon",
  53. "aws",
  54. "crt",
  55. "sdk"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/awslabs/aws-crt-php/issues",
  59. "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
  60. },
  61. "time": "2023-11-08T00:42:13+00:00"
  62. },
  63. {
  64. "name": "aws/aws-sdk-php",
  65. "version": "3.299.1",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/aws/aws-sdk-php.git",
  69. "reference": "a0f87b8e8bfb9afd0ffd702fcda556b465eee457"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a0f87b8e8bfb9afd0ffd702fcda556b465eee457",
  74. "reference": "a0f87b8e8bfb9afd0ffd702fcda556b465eee457",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "aws/aws-crt-php": "^1.2.3",
  79. "ext-json": "*",
  80. "ext-pcre": "*",
  81. "ext-simplexml": "*",
  82. "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
  83. "guzzlehttp/promises": "^1.4.0 || ^2.0",
  84. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  85. "mtdowling/jmespath.php": "^2.6",
  86. "php": ">=7.2.5",
  87. "psr/http-message": "^1.0 || ^2.0"
  88. },
  89. "require-dev": {
  90. "andrewsville/php-token-reflection": "^1.4",
  91. "aws/aws-php-sns-message-validator": "~1.0",
  92. "behat/behat": "~3.0",
  93. "composer/composer": "^1.10.22",
  94. "dms/phpunit-arraysubset-asserts": "^0.4.0",
  95. "doctrine/cache": "~1.4",
  96. "ext-dom": "*",
  97. "ext-openssl": "*",
  98. "ext-pcntl": "*",
  99. "ext-sockets": "*",
  100. "nette/neon": "^2.3",
  101. "paragonie/random_compat": ">= 2",
  102. "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
  103. "psr/cache": "^1.0",
  104. "psr/simple-cache": "^1.0",
  105. "sebastian/comparator": "^1.2.3 || ^4.0",
  106. "yoast/phpunit-polyfills": "^1.0"
  107. },
  108. "suggest": {
  109. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  110. "doctrine/cache": "To use the DoctrineCacheAdapter",
  111. "ext-curl": "To send requests using cURL",
  112. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  113. "ext-sockets": "To use client-side monitoring"
  114. },
  115. "type": "library",
  116. "extra": {
  117. "branch-alias": {
  118. "dev-master": "3.0-dev"
  119. }
  120. },
  121. "autoload": {
  122. "files": [
  123. "src/functions.php"
  124. ],
  125. "psr-4": {
  126. "Aws\\": "src/"
  127. }
  128. },
  129. "notification-url": "https://packagist.org/downloads/",
  130. "license": [
  131. "Apache-2.0"
  132. ],
  133. "authors": [
  134. {
  135. "name": "Amazon Web Services",
  136. "homepage": "http://aws.amazon.com"
  137. }
  138. ],
  139. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  140. "homepage": "http://aws.amazon.com/sdkforphp",
  141. "keywords": [
  142. "amazon",
  143. "aws",
  144. "cloud",
  145. "dynamodb",
  146. "ec2",
  147. "glacier",
  148. "s3",
  149. "sdk"
  150. ],
  151. "support": {
  152. "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
  153. "issues": "https://github.com/aws/aws-sdk-php/issues",
  154. "source": "https://github.com/aws/aws-sdk-php/tree/3.299.1"
  155. },
  156. "time": "2024-02-16T19:08:34+00:00"
  157. },
  158. {
  159. "name": "barryvdh/laravel-dompdf",
  160. "version": "v2.0.1",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/barryvdh/laravel-dompdf.git",
  164. "reference": "9843d2be423670fb434f4c978b3c0f4dd92c87a6"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/9843d2be423670fb434f4c978b3c0f4dd92c87a6",
  169. "reference": "9843d2be423670fb434f4c978b3c0f4dd92c87a6",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "dompdf/dompdf": "^2.0.1",
  174. "illuminate/support": "^6|^7|^8|^9|^10",
  175. "php": "^7.2 || ^8.0"
  176. },
  177. "require-dev": {
  178. "nunomaduro/larastan": "^1|^2",
  179. "orchestra/testbench": "^4|^5|^6|^7|^8",
  180. "phpro/grumphp": "^1",
  181. "squizlabs/php_codesniffer": "^3.5"
  182. },
  183. "type": "library",
  184. "extra": {
  185. "branch-alias": {
  186. "dev-master": "2.0-dev"
  187. },
  188. "laravel": {
  189. "providers": [
  190. "Barryvdh\\DomPDF\\ServiceProvider"
  191. ],
  192. "aliases": {
  193. "Pdf": "Barryvdh\\DomPDF\\Facade\\Pdf",
  194. "PDF": "Barryvdh\\DomPDF\\Facade\\Pdf"
  195. }
  196. }
  197. },
  198. "autoload": {
  199. "psr-4": {
  200. "Barryvdh\\DomPDF\\": "src"
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "MIT"
  206. ],
  207. "authors": [
  208. {
  209. "name": "Barry vd. Heuvel",
  210. "email": "barryvdh@gmail.com"
  211. }
  212. ],
  213. "description": "A DOMPDF Wrapper for Laravel",
  214. "keywords": [
  215. "dompdf",
  216. "laravel",
  217. "pdf"
  218. ],
  219. "support": {
  220. "issues": "https://github.com/barryvdh/laravel-dompdf/issues",
  221. "source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.0.1"
  222. },
  223. "funding": [
  224. {
  225. "url": "https://fruitcake.nl",
  226. "type": "custom"
  227. },
  228. {
  229. "url": "https://github.com/barryvdh",
  230. "type": "github"
  231. }
  232. ],
  233. "time": "2023-01-12T15:12:49+00:00"
  234. },
  235. {
  236. "name": "bensampo/laravel-enum",
  237. "version": "v6.6.4",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/BenSampo/laravel-enum.git",
  241. "reference": "5c867210ef3ec074f26980dc51e5743428ce3eec"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/BenSampo/laravel-enum/zipball/5c867210ef3ec074f26980dc51e5743428ce3eec",
  246. "reference": "5c867210ef3ec074f26980dc51e5743428ce3eec",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "composer/class-map-generator": "^1",
  251. "illuminate/contracts": "^9 || ^10",
  252. "illuminate/support": "^9 || ^10",
  253. "laminas/laminas-code": "^3.4 || ^4",
  254. "nikic/php-parser": "^4.13",
  255. "php": "^8"
  256. },
  257. "require-dev": {
  258. "doctrine/dbal": "^3.4",
  259. "ergebnis/composer-normalize": "^2.28.3",
  260. "mll-lab/php-cs-fixer-config": "^5.4",
  261. "mockery/mockery": "^1.5",
  262. "nunomaduro/larastan": "^2.6.3",
  263. "orchestra/testbench": "^7.6.1 || ^8",
  264. "phpstan/phpstan": "^1.8.2",
  265. "phpstan/phpstan-mockery": "^1.1",
  266. "phpstan/phpstan-phpunit": "^1.1.1",
  267. "phpunit/phpunit": "^9.5.21 || ^10",
  268. "rector/rector": "^0.17.6",
  269. "symplify/rule-doc-generator": "^11"
  270. },
  271. "type": "library",
  272. "extra": {
  273. "laravel": {
  274. "providers": [
  275. "BenSampo\\Enum\\EnumServiceProvider"
  276. ]
  277. },
  278. "phpstan": {
  279. "includes": [
  280. "extension.neon"
  281. ]
  282. }
  283. },
  284. "autoload": {
  285. "psr-4": {
  286. "BenSampo\\Enum\\": "src"
  287. }
  288. },
  289. "notification-url": "https://packagist.org/downloads/",
  290. "license": [
  291. "MIT"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Ben Sampson",
  296. "homepage": "https://sampo.co.uk",
  297. "role": "Developer"
  298. },
  299. {
  300. "name": "Benedikt Franke",
  301. "homepage": "https://franke.tech",
  302. "role": "Developer"
  303. }
  304. ],
  305. "description": "Simple, extensible and powerful enumeration implementation for Laravel.",
  306. "homepage": "https://github.com/bensampo/laravel-enum",
  307. "keywords": [
  308. "bensampo",
  309. "enum",
  310. "laravel",
  311. "package",
  312. "validation"
  313. ],
  314. "support": {
  315. "issues": "https://github.com/BenSampo/laravel-enum/issues",
  316. "source": "https://github.com/BenSampo/laravel-enum/tree/v6.6.4"
  317. },
  318. "funding": [
  319. {
  320. "url": "https://github.com/bensampo",
  321. "type": "github"
  322. }
  323. ],
  324. "time": "2023-09-26T12:34:43+00:00"
  325. },
  326. {
  327. "name": "brick/math",
  328. "version": "0.11.0",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/brick/math.git",
  332. "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
  337. "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "php": "^8.0"
  342. },
  343. "require-dev": {
  344. "php-coveralls/php-coveralls": "^2.2",
  345. "phpunit/phpunit": "^9.0",
  346. "vimeo/psalm": "5.0.0"
  347. },
  348. "type": "library",
  349. "autoload": {
  350. "psr-4": {
  351. "Brick\\Math\\": "src/"
  352. }
  353. },
  354. "notification-url": "https://packagist.org/downloads/",
  355. "license": [
  356. "MIT"
  357. ],
  358. "description": "Arbitrary-precision arithmetic library",
  359. "keywords": [
  360. "Arbitrary-precision",
  361. "BigInteger",
  362. "BigRational",
  363. "arithmetic",
  364. "bigdecimal",
  365. "bignum",
  366. "brick",
  367. "math"
  368. ],
  369. "support": {
  370. "issues": "https://github.com/brick/math/issues",
  371. "source": "https://github.com/brick/math/tree/0.11.0"
  372. },
  373. "funding": [
  374. {
  375. "url": "https://github.com/BenMorel",
  376. "type": "github"
  377. }
  378. ],
  379. "time": "2023-01-15T23:15:59+00:00"
  380. },
  381. {
  382. "name": "carbonphp/carbon-doctrine-types",
  383. "version": "2.1.0",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
  387. "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
  392. "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
  393. "shasum": ""
  394. },
  395. "require": {
  396. "php": "^7.4 || ^8.0"
  397. },
  398. "conflict": {
  399. "doctrine/dbal": "<3.7.0 || >=4.0.0"
  400. },
  401. "require-dev": {
  402. "doctrine/dbal": "^3.7.0",
  403. "nesbot/carbon": "^2.71.0 || ^3.0.0",
  404. "phpunit/phpunit": "^10.3"
  405. },
  406. "type": "library",
  407. "autoload": {
  408. "psr-4": {
  409. "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
  410. }
  411. },
  412. "notification-url": "https://packagist.org/downloads/",
  413. "license": [
  414. "MIT"
  415. ],
  416. "authors": [
  417. {
  418. "name": "KyleKatarn",
  419. "email": "kylekatarnls@gmail.com"
  420. }
  421. ],
  422. "description": "Types to use Carbon in Doctrine",
  423. "keywords": [
  424. "carbon",
  425. "date",
  426. "datetime",
  427. "doctrine",
  428. "time"
  429. ],
  430. "support": {
  431. "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
  432. "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
  433. },
  434. "funding": [
  435. {
  436. "url": "https://github.com/kylekatarnls",
  437. "type": "github"
  438. },
  439. {
  440. "url": "https://opencollective.com/Carbon",
  441. "type": "open_collective"
  442. },
  443. {
  444. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  445. "type": "tidelift"
  446. }
  447. ],
  448. "time": "2023-12-11T17:09:12+00:00"
  449. },
  450. {
  451. "name": "cknow/laravel-money",
  452. "version": "v7.2.0",
  453. "source": {
  454. "type": "git",
  455. "url": "https://github.com/cknow/laravel-money.git",
  456. "reference": "d54ebc59342ed2a68647cc878444ef48af9f21ef"
  457. },
  458. "dist": {
  459. "type": "zip",
  460. "url": "https://api.github.com/repos/cknow/laravel-money/zipball/d54ebc59342ed2a68647cc878444ef48af9f21ef",
  461. "reference": "d54ebc59342ed2a68647cc878444ef48af9f21ef",
  462. "shasum": ""
  463. },
  464. "require": {
  465. "ext-intl": "*",
  466. "ext-json": "*",
  467. "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
  468. "illuminate/view": "^7.0|^8.0|^9.0|^10.0",
  469. "moneyphp/money": "^3.3|^4.2",
  470. "php": "^7.3|^8.0"
  471. },
  472. "require-dev": {
  473. "graham-campbell/testbench": "^5.7",
  474. "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
  475. "mockery/mockery": "^1.6",
  476. "phpunit/phpunit": "^8.5|^9.5.10|^10.0",
  477. "spatie/phpunit-watcher": "^1.23"
  478. },
  479. "type": "library",
  480. "extra": {
  481. "laravel": {
  482. "providers": [
  483. "Cknow\\Money\\MoneyServiceProvider"
  484. ]
  485. }
  486. },
  487. "autoload": {
  488. "files": [
  489. "src/helpers.php"
  490. ],
  491. "psr-4": {
  492. "Cknow\\Money\\": "src/"
  493. }
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "MIT"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Ricardo Gobbo de Souza",
  502. "email": "ricardogobbosouza@yahoo.com.br"
  503. }
  504. ],
  505. "description": "Laravel Money",
  506. "homepage": "https://github.com/cknow/laravel-money",
  507. "keywords": [
  508. "currency",
  509. "laravel",
  510. "money"
  511. ],
  512. "support": {
  513. "issues": "https://github.com/cknow/laravel-money/issues",
  514. "source": "https://github.com/cknow/laravel-money/tree/v7.2.0"
  515. },
  516. "time": "2023-08-18T11:13:55+00:00"
  517. },
  518. {
  519. "name": "cocur/slugify",
  520. "version": "v4.5.1",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/cocur/slugify.git",
  524. "reference": "7c6e088228b9f082050876ae8b0cd287b117b840"
  525. },
  526. "dist": {
  527. "type": "zip",
  528. "url": "https://api.github.com/repos/cocur/slugify/zipball/7c6e088228b9f082050876ae8b0cd287b117b840",
  529. "reference": "7c6e088228b9f082050876ae8b0cd287b117b840",
  530. "shasum": ""
  531. },
  532. "require": {
  533. "ext-mbstring": "*",
  534. "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
  535. },
  536. "conflict": {
  537. "symfony/config": "<3.4 || >=4,<4.3",
  538. "symfony/dependency-injection": "<3.4 || >=4,<4.3",
  539. "symfony/http-kernel": "<3.4 || >=4,<4.3",
  540. "twig/twig": "<2.12.1"
  541. },
  542. "require-dev": {
  543. "laravel/framework": "^5.0|^6.0|^7.0|^8.0",
  544. "latte/latte": "~2.2",
  545. "league/container": "^2.2.0",
  546. "mikey179/vfsstream": "~1.6.8",
  547. "mockery/mockery": "^1.3",
  548. "nette/di": "~2.4",
  549. "pimple/pimple": "~1.1",
  550. "plumphp/plum": "~0.1",
  551. "symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0",
  552. "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0",
  553. "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0",
  554. "symfony/phpunit-bridge": "^5.4 || ^6.0",
  555. "twig/twig": "^2.12.1 || ~3.0",
  556. "zendframework/zend-modulemanager": "~2.2",
  557. "zendframework/zend-servicemanager": "~2.2",
  558. "zendframework/zend-view": "~2.2"
  559. },
  560. "type": "library",
  561. "autoload": {
  562. "psr-4": {
  563. "Cocur\\Slugify\\": "src"
  564. }
  565. },
  566. "notification-url": "https://packagist.org/downloads/",
  567. "license": [
  568. "MIT"
  569. ],
  570. "authors": [
  571. {
  572. "name": "Florian Eckerstorfer",
  573. "email": "florian@eckerstorfer.co",
  574. "homepage": "https://florian.ec"
  575. },
  576. {
  577. "name": "Ivo Bathke",
  578. "email": "ivo.bathke@gmail.com"
  579. }
  580. ],
  581. "description": "Converts a string into a slug.",
  582. "keywords": [
  583. "slug",
  584. "slugify"
  585. ],
  586. "support": {
  587. "issues": "https://github.com/cocur/slugify/issues",
  588. "source": "https://github.com/cocur/slugify/tree/v4.5.1"
  589. },
  590. "time": "2023-09-17T07:26:20+00:00"
  591. },
  592. {
  593. "name": "composer/ca-bundle",
  594. "version": "1.4.0",
  595. "source": {
  596. "type": "git",
  597. "url": "https://github.com/composer/ca-bundle.git",
  598. "reference": "b66d11b7479109ab547f9405b97205640b17d385"
  599. },
  600. "dist": {
  601. "type": "zip",
  602. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385",
  603. "reference": "b66d11b7479109ab547f9405b97205640b17d385",
  604. "shasum": ""
  605. },
  606. "require": {
  607. "ext-openssl": "*",
  608. "ext-pcre": "*",
  609. "php": "^5.3.2 || ^7.0 || ^8.0"
  610. },
  611. "require-dev": {
  612. "phpstan/phpstan": "^0.12.55",
  613. "psr/log": "^1.0",
  614. "symfony/phpunit-bridge": "^4.2 || ^5",
  615. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
  616. },
  617. "type": "library",
  618. "extra": {
  619. "branch-alias": {
  620. "dev-main": "1.x-dev"
  621. }
  622. },
  623. "autoload": {
  624. "psr-4": {
  625. "Composer\\CaBundle\\": "src"
  626. }
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "MIT"
  631. ],
  632. "authors": [
  633. {
  634. "name": "Jordi Boggiano",
  635. "email": "j.boggiano@seld.be",
  636. "homepage": "http://seld.be"
  637. }
  638. ],
  639. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  640. "keywords": [
  641. "cabundle",
  642. "cacert",
  643. "certificate",
  644. "ssl",
  645. "tls"
  646. ],
  647. "support": {
  648. "irc": "irc://irc.freenode.org/composer",
  649. "issues": "https://github.com/composer/ca-bundle/issues",
  650. "source": "https://github.com/composer/ca-bundle/tree/1.4.0"
  651. },
  652. "funding": [
  653. {
  654. "url": "https://packagist.com",
  655. "type": "custom"
  656. },
  657. {
  658. "url": "https://github.com/composer",
  659. "type": "github"
  660. },
  661. {
  662. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  663. "type": "tidelift"
  664. }
  665. ],
  666. "time": "2023-12-18T12:05:55+00:00"
  667. },
  668. {
  669. "name": "composer/class-map-generator",
  670. "version": "1.1.0",
  671. "source": {
  672. "type": "git",
  673. "url": "https://github.com/composer/class-map-generator.git",
  674. "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9"
  675. },
  676. "dist": {
  677. "type": "zip",
  678. "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
  679. "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
  680. "shasum": ""
  681. },
  682. "require": {
  683. "composer/pcre": "^2.1 || ^3.1",
  684. "php": "^7.2 || ^8.0",
  685. "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
  686. },
  687. "require-dev": {
  688. "phpstan/phpstan": "^1.6",
  689. "phpstan/phpstan-deprecation-rules": "^1",
  690. "phpstan/phpstan-phpunit": "^1",
  691. "phpstan/phpstan-strict-rules": "^1.1",
  692. "symfony/filesystem": "^5.4 || ^6",
  693. "symfony/phpunit-bridge": "^5"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-main": "1.x-dev"
  699. }
  700. },
  701. "autoload": {
  702. "psr-4": {
  703. "Composer\\ClassMapGenerator\\": "src"
  704. }
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "MIT"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Jordi Boggiano",
  713. "email": "j.boggiano@seld.be",
  714. "homepage": "https://seld.be"
  715. }
  716. ],
  717. "description": "Utilities to scan PHP code and generate class maps.",
  718. "keywords": [
  719. "classmap"
  720. ],
  721. "support": {
  722. "issues": "https://github.com/composer/class-map-generator/issues",
  723. "source": "https://github.com/composer/class-map-generator/tree/1.1.0"
  724. },
  725. "funding": [
  726. {
  727. "url": "https://packagist.com",
  728. "type": "custom"
  729. },
  730. {
  731. "url": "https://github.com/composer",
  732. "type": "github"
  733. },
  734. {
  735. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  736. "type": "tidelift"
  737. }
  738. ],
  739. "time": "2023-06-30T13:58:57+00:00"
  740. },
  741. {
  742. "name": "composer/pcre",
  743. "version": "3.1.1",
  744. "source": {
  745. "type": "git",
  746. "url": "https://github.com/composer/pcre.git",
  747. "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
  748. },
  749. "dist": {
  750. "type": "zip",
  751. "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
  752. "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
  753. "shasum": ""
  754. },
  755. "require": {
  756. "php": "^7.4 || ^8.0"
  757. },
  758. "require-dev": {
  759. "phpstan/phpstan": "^1.3",
  760. "phpstan/phpstan-strict-rules": "^1.1",
  761. "symfony/phpunit-bridge": "^5"
  762. },
  763. "type": "library",
  764. "extra": {
  765. "branch-alias": {
  766. "dev-main": "3.x-dev"
  767. }
  768. },
  769. "autoload": {
  770. "psr-4": {
  771. "Composer\\Pcre\\": "src"
  772. }
  773. },
  774. "notification-url": "https://packagist.org/downloads/",
  775. "license": [
  776. "MIT"
  777. ],
  778. "authors": [
  779. {
  780. "name": "Jordi Boggiano",
  781. "email": "j.boggiano@seld.be",
  782. "homepage": "http://seld.be"
  783. }
  784. ],
  785. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  786. "keywords": [
  787. "PCRE",
  788. "preg",
  789. "regex",
  790. "regular expression"
  791. ],
  792. "support": {
  793. "issues": "https://github.com/composer/pcre/issues",
  794. "source": "https://github.com/composer/pcre/tree/3.1.1"
  795. },
  796. "funding": [
  797. {
  798. "url": "https://packagist.com",
  799. "type": "custom"
  800. },
  801. {
  802. "url": "https://github.com/composer",
  803. "type": "github"
  804. },
  805. {
  806. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  807. "type": "tidelift"
  808. }
  809. ],
  810. "time": "2023-10-11T07:11:09+00:00"
  811. },
  812. {
  813. "name": "composer/semver",
  814. "version": "3.4.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/composer/semver.git",
  818. "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
  823. "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "php": "^5.3.2 || ^7.0 || ^8.0"
  828. },
  829. "require-dev": {
  830. "phpstan/phpstan": "^1.4",
  831. "symfony/phpunit-bridge": "^4.2 || ^5"
  832. },
  833. "type": "library",
  834. "extra": {
  835. "branch-alias": {
  836. "dev-main": "3.x-dev"
  837. }
  838. },
  839. "autoload": {
  840. "psr-4": {
  841. "Composer\\Semver\\": "src"
  842. }
  843. },
  844. "notification-url": "https://packagist.org/downloads/",
  845. "license": [
  846. "MIT"
  847. ],
  848. "authors": [
  849. {
  850. "name": "Nils Adermann",
  851. "email": "naderman@naderman.de",
  852. "homepage": "http://www.naderman.de"
  853. },
  854. {
  855. "name": "Jordi Boggiano",
  856. "email": "j.boggiano@seld.be",
  857. "homepage": "http://seld.be"
  858. },
  859. {
  860. "name": "Rob Bast",
  861. "email": "rob.bast@gmail.com",
  862. "homepage": "http://robbast.nl"
  863. }
  864. ],
  865. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  866. "keywords": [
  867. "semantic",
  868. "semver",
  869. "validation",
  870. "versioning"
  871. ],
  872. "support": {
  873. "irc": "ircs://irc.libera.chat:6697/composer",
  874. "issues": "https://github.com/composer/semver/issues",
  875. "source": "https://github.com/composer/semver/tree/3.4.0"
  876. },
  877. "funding": [
  878. {
  879. "url": "https://packagist.com",
  880. "type": "custom"
  881. },
  882. {
  883. "url": "https://github.com/composer",
  884. "type": "github"
  885. },
  886. {
  887. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  888. "type": "tidelift"
  889. }
  890. ],
  891. "time": "2023-08-31T09:50:34+00:00"
  892. },
  893. {
  894. "name": "cviebrock/eloquent-sluggable",
  895. "version": "10.0.0",
  896. "source": {
  897. "type": "git",
  898. "url": "https://github.com/cviebrock/eloquent-sluggable.git",
  899. "reference": "92f456b10337ca97c1cccfcc853a1cf51d2cedd0"
  900. },
  901. "dist": {
  902. "type": "zip",
  903. "url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/92f456b10337ca97c1cccfcc853a1cf51d2cedd0",
  904. "reference": "92f456b10337ca97c1cccfcc853a1cf51d2cedd0",
  905. "shasum": ""
  906. },
  907. "require": {
  908. "cocur/slugify": "^4.3",
  909. "illuminate/config": "^10.0",
  910. "illuminate/database": "^10.0",
  911. "illuminate/support": "^10.0",
  912. "php": "^8.1"
  913. },
  914. "require-dev": {
  915. "limedeck/phpunit-detailed-printer": "^6.0",
  916. "mockery/mockery": "^1.4.4",
  917. "orchestra/testbench": "^8.0",
  918. "pestphp/pest": "2.x-dev"
  919. },
  920. "type": "library",
  921. "extra": {
  922. "laravel": {
  923. "providers": [
  924. "Cviebrock\\EloquentSluggable\\ServiceProvider"
  925. ]
  926. }
  927. },
  928. "autoload": {
  929. "psr-4": {
  930. "Cviebrock\\EloquentSluggable\\": "src"
  931. }
  932. },
  933. "notification-url": "https://packagist.org/downloads/",
  934. "license": [
  935. "MIT"
  936. ],
  937. "authors": [
  938. {
  939. "name": "Colin Viebrock",
  940. "email": "colin@viebrock.ca"
  941. }
  942. ],
  943. "description": "Easy creation of slugs for your Eloquent models in Laravel",
  944. "homepage": "https://github.com/cviebrock/eloquent-sluggable",
  945. "keywords": [
  946. "eloquent",
  947. "eloquent-sluggable",
  948. "laravel",
  949. "lumen",
  950. "slug",
  951. "sluggable"
  952. ],
  953. "support": {
  954. "issues": "https://github.com/cviebrock/eloquent-sluggable/issues",
  955. "source": "https://github.com/cviebrock/eloquent-sluggable/tree/10.0.0"
  956. },
  957. "funding": [
  958. {
  959. "url": "https://github.com/cviebrock",
  960. "type": "github"
  961. }
  962. ],
  963. "time": "2023-02-16T23:01:35+00:00"
  964. },
  965. {
  966. "name": "dflydev/dot-access-data",
  967. "version": "v3.0.2",
  968. "source": {
  969. "type": "git",
  970. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  971. "reference": "f41715465d65213d644d3141a6a93081be5d3549"
  972. },
  973. "dist": {
  974. "type": "zip",
  975. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
  976. "reference": "f41715465d65213d644d3141a6a93081be5d3549",
  977. "shasum": ""
  978. },
  979. "require": {
  980. "php": "^7.1 || ^8.0"
  981. },
  982. "require-dev": {
  983. "phpstan/phpstan": "^0.12.42",
  984. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  985. "scrutinizer/ocular": "1.6.0",
  986. "squizlabs/php_codesniffer": "^3.5",
  987. "vimeo/psalm": "^4.0.0"
  988. },
  989. "type": "library",
  990. "extra": {
  991. "branch-alias": {
  992. "dev-main": "3.x-dev"
  993. }
  994. },
  995. "autoload": {
  996. "psr-4": {
  997. "Dflydev\\DotAccessData\\": "src/"
  998. }
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "MIT"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "Dragonfly Development Inc.",
  1007. "email": "info@dflydev.com",
  1008. "homepage": "http://dflydev.com"
  1009. },
  1010. {
  1011. "name": "Beau Simensen",
  1012. "email": "beau@dflydev.com",
  1013. "homepage": "http://beausimensen.com"
  1014. },
  1015. {
  1016. "name": "Carlos Frutos",
  1017. "email": "carlos@kiwing.it",
  1018. "homepage": "https://github.com/cfrutos"
  1019. },
  1020. {
  1021. "name": "Colin O'Dell",
  1022. "email": "colinodell@gmail.com",
  1023. "homepage": "https://www.colinodell.com"
  1024. }
  1025. ],
  1026. "description": "Given a deep data structure, access data by dot notation.",
  1027. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  1028. "keywords": [
  1029. "access",
  1030. "data",
  1031. "dot",
  1032. "notation"
  1033. ],
  1034. "support": {
  1035. "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
  1036. "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
  1037. },
  1038. "time": "2022-10-27T11:44:00+00:00"
  1039. },
  1040. {
  1041. "name": "dgvai/laravel-sslcommerz",
  1042. "version": "1.0.4",
  1043. "source": {
  1044. "type": "git",
  1045. "url": "https://github.com/dgvai/laravel-sslcommerz.git",
  1046. "reference": "b357221d2513be692f45e7587b4fdf0b169364c8"
  1047. },
  1048. "dist": {
  1049. "type": "zip",
  1050. "url": "https://api.github.com/repos/dgvai/laravel-sslcommerz/zipball/b357221d2513be692f45e7587b4fdf0b169364c8",
  1051. "reference": "b357221d2513be692f45e7587b4fdf0b169364c8",
  1052. "shasum": ""
  1053. },
  1054. "require": {
  1055. "guzzlehttp/guzzle": "~7.0"
  1056. },
  1057. "type": "library",
  1058. "extra": {
  1059. "laravel": {
  1060. "providers": [
  1061. "DGvai\\SSLCommerz\\SSLCommerzServiceProvider"
  1062. ]
  1063. }
  1064. },
  1065. "autoload": {
  1066. "psr-4": {
  1067. "DGvai\\SSLCommerz\\": "src"
  1068. }
  1069. },
  1070. "notification-url": "https://packagist.org/downloads/",
  1071. "license": [
  1072. "MIT"
  1073. ],
  1074. "authors": [
  1075. {
  1076. "name": "Jalal Uddin",
  1077. "email": "dgvai@users.noreply.github.com"
  1078. }
  1079. ],
  1080. "description": "Laravel package of SSLCommerz",
  1081. "support": {
  1082. "issues": "https://github.com/dgvai/laravel-sslcommerz/issues",
  1083. "source": "https://github.com/dgvai/laravel-sslcommerz/tree/1.0.4"
  1084. },
  1085. "time": "2022-03-01T04:42:37+00:00"
  1086. },
  1087. {
  1088. "name": "doctrine/cache",
  1089. "version": "2.2.0",
  1090. "source": {
  1091. "type": "git",
  1092. "url": "https://github.com/doctrine/cache.git",
  1093. "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
  1094. },
  1095. "dist": {
  1096. "type": "zip",
  1097. "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
  1098. "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
  1099. "shasum": ""
  1100. },
  1101. "require": {
  1102. "php": "~7.1 || ^8.0"
  1103. },
  1104. "conflict": {
  1105. "doctrine/common": ">2.2,<2.4"
  1106. },
  1107. "require-dev": {
  1108. "cache/integration-tests": "dev-master",
  1109. "doctrine/coding-standard": "^9",
  1110. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1111. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  1112. "symfony/cache": "^4.4 || ^5.4 || ^6",
  1113. "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
  1114. },
  1115. "type": "library",
  1116. "autoload": {
  1117. "psr-4": {
  1118. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  1119. }
  1120. },
  1121. "notification-url": "https://packagist.org/downloads/",
  1122. "license": [
  1123. "MIT"
  1124. ],
  1125. "authors": [
  1126. {
  1127. "name": "Guilherme Blanco",
  1128. "email": "guilhermeblanco@gmail.com"
  1129. },
  1130. {
  1131. "name": "Roman Borschel",
  1132. "email": "roman@code-factory.org"
  1133. },
  1134. {
  1135. "name": "Benjamin Eberlei",
  1136. "email": "kontakt@beberlei.de"
  1137. },
  1138. {
  1139. "name": "Jonathan Wage",
  1140. "email": "jonwage@gmail.com"
  1141. },
  1142. {
  1143. "name": "Johannes Schmitt",
  1144. "email": "schmittjoh@gmail.com"
  1145. }
  1146. ],
  1147. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  1148. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  1149. "keywords": [
  1150. "abstraction",
  1151. "apcu",
  1152. "cache",
  1153. "caching",
  1154. "couchdb",
  1155. "memcached",
  1156. "php",
  1157. "redis",
  1158. "xcache"
  1159. ],
  1160. "support": {
  1161. "issues": "https://github.com/doctrine/cache/issues",
  1162. "source": "https://github.com/doctrine/cache/tree/2.2.0"
  1163. },
  1164. "funding": [
  1165. {
  1166. "url": "https://www.doctrine-project.org/sponsorship.html",
  1167. "type": "custom"
  1168. },
  1169. {
  1170. "url": "https://www.patreon.com/phpdoctrine",
  1171. "type": "patreon"
  1172. },
  1173. {
  1174. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  1175. "type": "tidelift"
  1176. }
  1177. ],
  1178. "time": "2022-05-20T20:07:39+00:00"
  1179. },
  1180. {
  1181. "name": "doctrine/dbal",
  1182. "version": "3.7.1",
  1183. "source": {
  1184. "type": "git",
  1185. "url": "https://github.com/doctrine/dbal.git",
  1186. "reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2"
  1187. },
  1188. "dist": {
  1189. "type": "zip",
  1190. "url": "https://api.github.com/repos/doctrine/dbal/zipball/5b7bd66c9ff58c04c5474ab85edce442f8081cb2",
  1191. "reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2",
  1192. "shasum": ""
  1193. },
  1194. "require": {
  1195. "composer-runtime-api": "^2",
  1196. "doctrine/cache": "^1.11|^2.0",
  1197. "doctrine/deprecations": "^0.5.3|^1",
  1198. "doctrine/event-manager": "^1|^2",
  1199. "php": "^7.4 || ^8.0",
  1200. "psr/cache": "^1|^2|^3",
  1201. "psr/log": "^1|^2|^3"
  1202. },
  1203. "require-dev": {
  1204. "doctrine/coding-standard": "12.0.0",
  1205. "fig/log-test": "^1",
  1206. "jetbrains/phpstorm-stubs": "2023.1",
  1207. "phpstan/phpstan": "1.10.35",
  1208. "phpstan/phpstan-strict-rules": "^1.5",
  1209. "phpunit/phpunit": "9.6.13",
  1210. "psalm/plugin-phpunit": "0.18.4",
  1211. "slevomat/coding-standard": "8.13.1",
  1212. "squizlabs/php_codesniffer": "3.7.2",
  1213. "symfony/cache": "^5.4|^6.0",
  1214. "symfony/console": "^4.4|^5.4|^6.0",
  1215. "vimeo/psalm": "4.30.0"
  1216. },
  1217. "suggest": {
  1218. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  1219. },
  1220. "bin": [
  1221. "bin/doctrine-dbal"
  1222. ],
  1223. "type": "library",
  1224. "autoload": {
  1225. "psr-4": {
  1226. "Doctrine\\DBAL\\": "src"
  1227. }
  1228. },
  1229. "notification-url": "https://packagist.org/downloads/",
  1230. "license": [
  1231. "MIT"
  1232. ],
  1233. "authors": [
  1234. {
  1235. "name": "Guilherme Blanco",
  1236. "email": "guilhermeblanco@gmail.com"
  1237. },
  1238. {
  1239. "name": "Roman Borschel",
  1240. "email": "roman@code-factory.org"
  1241. },
  1242. {
  1243. "name": "Benjamin Eberlei",
  1244. "email": "kontakt@beberlei.de"
  1245. },
  1246. {
  1247. "name": "Jonathan Wage",
  1248. "email": "jonwage@gmail.com"
  1249. }
  1250. ],
  1251. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  1252. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  1253. "keywords": [
  1254. "abstraction",
  1255. "database",
  1256. "db2",
  1257. "dbal",
  1258. "mariadb",
  1259. "mssql",
  1260. "mysql",
  1261. "oci8",
  1262. "oracle",
  1263. "pdo",
  1264. "pgsql",
  1265. "postgresql",
  1266. "queryobject",
  1267. "sasql",
  1268. "sql",
  1269. "sqlite",
  1270. "sqlserver",
  1271. "sqlsrv"
  1272. ],
  1273. "support": {
  1274. "issues": "https://github.com/doctrine/dbal/issues",
  1275. "source": "https://github.com/doctrine/dbal/tree/3.7.1"
  1276. },
  1277. "funding": [
  1278. {
  1279. "url": "https://www.doctrine-project.org/sponsorship.html",
  1280. "type": "custom"
  1281. },
  1282. {
  1283. "url": "https://www.patreon.com/phpdoctrine",
  1284. "type": "patreon"
  1285. },
  1286. {
  1287. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  1288. "type": "tidelift"
  1289. }
  1290. ],
  1291. "time": "2023-10-06T05:06:20+00:00"
  1292. },
  1293. {
  1294. "name": "doctrine/deprecations",
  1295. "version": "1.1.3",
  1296. "source": {
  1297. "type": "git",
  1298. "url": "https://github.com/doctrine/deprecations.git",
  1299. "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
  1300. },
  1301. "dist": {
  1302. "type": "zip",
  1303. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
  1304. "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
  1305. "shasum": ""
  1306. },
  1307. "require": {
  1308. "php": "^7.1 || ^8.0"
  1309. },
  1310. "require-dev": {
  1311. "doctrine/coding-standard": "^9",
  1312. "phpstan/phpstan": "1.4.10 || 1.10.15",
  1313. "phpstan/phpstan-phpunit": "^1.0",
  1314. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1315. "psalm/plugin-phpunit": "0.18.4",
  1316. "psr/log": "^1 || ^2 || ^3",
  1317. "vimeo/psalm": "4.30.0 || 5.12.0"
  1318. },
  1319. "suggest": {
  1320. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  1321. },
  1322. "type": "library",
  1323. "autoload": {
  1324. "psr-4": {
  1325. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  1326. }
  1327. },
  1328. "notification-url": "https://packagist.org/downloads/",
  1329. "license": [
  1330. "MIT"
  1331. ],
  1332. "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.",
  1333. "homepage": "https://www.doctrine-project.org/",
  1334. "support": {
  1335. "issues": "https://github.com/doctrine/deprecations/issues",
  1336. "source": "https://github.com/doctrine/deprecations/tree/1.1.3"
  1337. },
  1338. "time": "2024-01-30T19:34:25+00:00"
  1339. },
  1340. {
  1341. "name": "doctrine/event-manager",
  1342. "version": "2.0.0",
  1343. "source": {
  1344. "type": "git",
  1345. "url": "https://github.com/doctrine/event-manager.git",
  1346. "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
  1347. },
  1348. "dist": {
  1349. "type": "zip",
  1350. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
  1351. "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
  1352. "shasum": ""
  1353. },
  1354. "require": {
  1355. "php": "^8.1"
  1356. },
  1357. "conflict": {
  1358. "doctrine/common": "<2.9"
  1359. },
  1360. "require-dev": {
  1361. "doctrine/coding-standard": "^10",
  1362. "phpstan/phpstan": "^1.8.8",
  1363. "phpunit/phpunit": "^9.5",
  1364. "vimeo/psalm": "^4.28"
  1365. },
  1366. "type": "library",
  1367. "autoload": {
  1368. "psr-4": {
  1369. "Doctrine\\Common\\": "src"
  1370. }
  1371. },
  1372. "notification-url": "https://packagist.org/downloads/",
  1373. "license": [
  1374. "MIT"
  1375. ],
  1376. "authors": [
  1377. {
  1378. "name": "Guilherme Blanco",
  1379. "email": "guilhermeblanco@gmail.com"
  1380. },
  1381. {
  1382. "name": "Roman Borschel",
  1383. "email": "roman@code-factory.org"
  1384. },
  1385. {
  1386. "name": "Benjamin Eberlei",
  1387. "email": "kontakt@beberlei.de"
  1388. },
  1389. {
  1390. "name": "Jonathan Wage",
  1391. "email": "jonwage@gmail.com"
  1392. },
  1393. {
  1394. "name": "Johannes Schmitt",
  1395. "email": "schmittjoh@gmail.com"
  1396. },
  1397. {
  1398. "name": "Marco Pivetta",
  1399. "email": "ocramius@gmail.com"
  1400. }
  1401. ],
  1402. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  1403. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  1404. "keywords": [
  1405. "event",
  1406. "event dispatcher",
  1407. "event manager",
  1408. "event system",
  1409. "events"
  1410. ],
  1411. "support": {
  1412. "issues": "https://github.com/doctrine/event-manager/issues",
  1413. "source": "https://github.com/doctrine/event-manager/tree/2.0.0"
  1414. },
  1415. "funding": [
  1416. {
  1417. "url": "https://www.doctrine-project.org/sponsorship.html",
  1418. "type": "custom"
  1419. },
  1420. {
  1421. "url": "https://www.patreon.com/phpdoctrine",
  1422. "type": "patreon"
  1423. },
  1424. {
  1425. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  1426. "type": "tidelift"
  1427. }
  1428. ],
  1429. "time": "2022-10-12T20:59:15+00:00"
  1430. },
  1431. {
  1432. "name": "doctrine/inflector",
  1433. "version": "2.0.10",
  1434. "source": {
  1435. "type": "git",
  1436. "url": "https://github.com/doctrine/inflector.git",
  1437. "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
  1438. },
  1439. "dist": {
  1440. "type": "zip",
  1441. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
  1442. "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
  1443. "shasum": ""
  1444. },
  1445. "require": {
  1446. "php": "^7.2 || ^8.0"
  1447. },
  1448. "require-dev": {
  1449. "doctrine/coding-standard": "^11.0",
  1450. "phpstan/phpstan": "^1.8",
  1451. "phpstan/phpstan-phpunit": "^1.1",
  1452. "phpstan/phpstan-strict-rules": "^1.3",
  1453. "phpunit/phpunit": "^8.5 || ^9.5",
  1454. "vimeo/psalm": "^4.25 || ^5.4"
  1455. },
  1456. "type": "library",
  1457. "autoload": {
  1458. "psr-4": {
  1459. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  1460. }
  1461. },
  1462. "notification-url": "https://packagist.org/downloads/",
  1463. "license": [
  1464. "MIT"
  1465. ],
  1466. "authors": [
  1467. {
  1468. "name": "Guilherme Blanco",
  1469. "email": "guilhermeblanco@gmail.com"
  1470. },
  1471. {
  1472. "name": "Roman Borschel",
  1473. "email": "roman@code-factory.org"
  1474. },
  1475. {
  1476. "name": "Benjamin Eberlei",
  1477. "email": "kontakt@beberlei.de"
  1478. },
  1479. {
  1480. "name": "Jonathan Wage",
  1481. "email": "jonwage@gmail.com"
  1482. },
  1483. {
  1484. "name": "Johannes Schmitt",
  1485. "email": "schmittjoh@gmail.com"
  1486. }
  1487. ],
  1488. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  1489. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  1490. "keywords": [
  1491. "inflection",
  1492. "inflector",
  1493. "lowercase",
  1494. "manipulation",
  1495. "php",
  1496. "plural",
  1497. "singular",
  1498. "strings",
  1499. "uppercase",
  1500. "words"
  1501. ],
  1502. "support": {
  1503. "issues": "https://github.com/doctrine/inflector/issues",
  1504. "source": "https://github.com/doctrine/inflector/tree/2.0.10"
  1505. },
  1506. "funding": [
  1507. {
  1508. "url": "https://www.doctrine-project.org/sponsorship.html",
  1509. "type": "custom"
  1510. },
  1511. {
  1512. "url": "https://www.patreon.com/phpdoctrine",
  1513. "type": "patreon"
  1514. },
  1515. {
  1516. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  1517. "type": "tidelift"
  1518. }
  1519. ],
  1520. "time": "2024-02-18T20:23:39+00:00"
  1521. },
  1522. {
  1523. "name": "doctrine/lexer",
  1524. "version": "2.1.1",
  1525. "source": {
  1526. "type": "git",
  1527. "url": "https://github.com/doctrine/lexer.git",
  1528. "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
  1529. },
  1530. "dist": {
  1531. "type": "zip",
  1532. "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
  1533. "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
  1534. "shasum": ""
  1535. },
  1536. "require": {
  1537. "doctrine/deprecations": "^1.0",
  1538. "php": "^7.1 || ^8.0"
  1539. },
  1540. "require-dev": {
  1541. "doctrine/coding-standard": "^9 || ^12",
  1542. "phpstan/phpstan": "^1.3",
  1543. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
  1544. "psalm/plugin-phpunit": "^0.18.3",
  1545. "vimeo/psalm": "^4.11 || ^5.21"
  1546. },
  1547. "type": "library",
  1548. "autoload": {
  1549. "psr-4": {
  1550. "Doctrine\\Common\\Lexer\\": "src"
  1551. }
  1552. },
  1553. "notification-url": "https://packagist.org/downloads/",
  1554. "license": [
  1555. "MIT"
  1556. ],
  1557. "authors": [
  1558. {
  1559. "name": "Guilherme Blanco",
  1560. "email": "guilhermeblanco@gmail.com"
  1561. },
  1562. {
  1563. "name": "Roman Borschel",
  1564. "email": "roman@code-factory.org"
  1565. },
  1566. {
  1567. "name": "Johannes Schmitt",
  1568. "email": "schmittjoh@gmail.com"
  1569. }
  1570. ],
  1571. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1572. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1573. "keywords": [
  1574. "annotations",
  1575. "docblock",
  1576. "lexer",
  1577. "parser",
  1578. "php"
  1579. ],
  1580. "support": {
  1581. "issues": "https://github.com/doctrine/lexer/issues",
  1582. "source": "https://github.com/doctrine/lexer/tree/2.1.1"
  1583. },
  1584. "funding": [
  1585. {
  1586. "url": "https://www.doctrine-project.org/sponsorship.html",
  1587. "type": "custom"
  1588. },
  1589. {
  1590. "url": "https://www.patreon.com/phpdoctrine",
  1591. "type": "patreon"
  1592. },
  1593. {
  1594. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1595. "type": "tidelift"
  1596. }
  1597. ],
  1598. "time": "2024-02-05T11:35:39+00:00"
  1599. },
  1600. {
  1601. "name": "dompdf/dompdf",
  1602. "version": "v2.0.4",
  1603. "source": {
  1604. "type": "git",
  1605. "url": "https://github.com/dompdf/dompdf.git",
  1606. "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f"
  1607. },
  1608. "dist": {
  1609. "type": "zip",
  1610. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f",
  1611. "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f",
  1612. "shasum": ""
  1613. },
  1614. "require": {
  1615. "ext-dom": "*",
  1616. "ext-mbstring": "*",
  1617. "masterminds/html5": "^2.0",
  1618. "phenx/php-font-lib": ">=0.5.4 <1.0.0",
  1619. "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
  1620. "php": "^7.1 || ^8.0"
  1621. },
  1622. "require-dev": {
  1623. "ext-json": "*",
  1624. "ext-zip": "*",
  1625. "mockery/mockery": "^1.3",
  1626. "phpunit/phpunit": "^7.5 || ^8 || ^9",
  1627. "squizlabs/php_codesniffer": "^3.5"
  1628. },
  1629. "suggest": {
  1630. "ext-gd": "Needed to process images",
  1631. "ext-gmagick": "Improves image processing performance",
  1632. "ext-imagick": "Improves image processing performance",
  1633. "ext-zlib": "Needed for pdf stream compression"
  1634. },
  1635. "type": "library",
  1636. "autoload": {
  1637. "psr-4": {
  1638. "Dompdf\\": "src/"
  1639. },
  1640. "classmap": [
  1641. "lib/"
  1642. ]
  1643. },
  1644. "notification-url": "https://packagist.org/downloads/",
  1645. "license": [
  1646. "LGPL-2.1"
  1647. ],
  1648. "authors": [
  1649. {
  1650. "name": "The Dompdf Community",
  1651. "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
  1652. }
  1653. ],
  1654. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  1655. "homepage": "https://github.com/dompdf/dompdf",
  1656. "support": {
  1657. "issues": "https://github.com/dompdf/dompdf/issues",
  1658. "source": "https://github.com/dompdf/dompdf/tree/v2.0.4"
  1659. },
  1660. "time": "2023-12-12T20:19:39+00:00"
  1661. },
  1662. {
  1663. "name": "dragonmantank/cron-expression",
  1664. "version": "v3.3.3",
  1665. "source": {
  1666. "type": "git",
  1667. "url": "https://github.com/dragonmantank/cron-expression.git",
  1668. "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
  1669. },
  1670. "dist": {
  1671. "type": "zip",
  1672. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
  1673. "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
  1674. "shasum": ""
  1675. },
  1676. "require": {
  1677. "php": "^7.2|^8.0",
  1678. "webmozart/assert": "^1.0"
  1679. },
  1680. "replace": {
  1681. "mtdowling/cron-expression": "^1.0"
  1682. },
  1683. "require-dev": {
  1684. "phpstan/extension-installer": "^1.0",
  1685. "phpstan/phpstan": "^1.0",
  1686. "phpstan/phpstan-webmozart-assert": "^1.0",
  1687. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  1688. },
  1689. "type": "library",
  1690. "autoload": {
  1691. "psr-4": {
  1692. "Cron\\": "src/Cron/"
  1693. }
  1694. },
  1695. "notification-url": "https://packagist.org/downloads/",
  1696. "license": [
  1697. "MIT"
  1698. ],
  1699. "authors": [
  1700. {
  1701. "name": "Chris Tankersley",
  1702. "email": "chris@ctankersley.com",
  1703. "homepage": "https://github.com/dragonmantank"
  1704. }
  1705. ],
  1706. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1707. "keywords": [
  1708. "cron",
  1709. "schedule"
  1710. ],
  1711. "support": {
  1712. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  1713. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
  1714. },
  1715. "funding": [
  1716. {
  1717. "url": "https://github.com/dragonmantank",
  1718. "type": "github"
  1719. }
  1720. ],
  1721. "time": "2023-08-10T19:36:49+00:00"
  1722. },
  1723. {
  1724. "name": "drewm/mailchimp-api",
  1725. "version": "v2.5.4",
  1726. "source": {
  1727. "type": "git",
  1728. "url": "https://github.com/drewm/mailchimp-api.git",
  1729. "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a"
  1730. },
  1731. "dist": {
  1732. "type": "zip",
  1733. "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
  1734. "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
  1735. "shasum": ""
  1736. },
  1737. "require": {
  1738. "ext-curl": "*",
  1739. "ext-json": "*",
  1740. "php": ">=5.3"
  1741. },
  1742. "require-dev": {
  1743. "phpunit/phpunit": "7.0.*",
  1744. "vlucas/phpdotenv": "^2.0"
  1745. },
  1746. "type": "library",
  1747. "autoload": {
  1748. "psr-4": {
  1749. "DrewM\\MailChimp\\": "src"
  1750. }
  1751. },
  1752. "notification-url": "https://packagist.org/downloads/",
  1753. "license": [
  1754. "MIT"
  1755. ],
  1756. "authors": [
  1757. {
  1758. "name": "Drew McLellan",
  1759. "email": "drew.mclellan@gmail.com",
  1760. "homepage": "http://allinthehead.com/"
  1761. }
  1762. ],
  1763. "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
  1764. "homepage": "https://github.com/drewm/mailchimp-api",
  1765. "support": {
  1766. "issues": "https://github.com/drewm/mailchimp-api/issues",
  1767. "source": "https://github.com/drewm/mailchimp-api/tree/master"
  1768. },
  1769. "time": "2019-08-06T09:24:58+00:00"
  1770. },
  1771. {
  1772. "name": "egulias/email-validator",
  1773. "version": "3.2.6",
  1774. "source": {
  1775. "type": "git",
  1776. "url": "https://github.com/egulias/EmailValidator.git",
  1777. "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
  1778. },
  1779. "dist": {
  1780. "type": "zip",
  1781. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
  1782. "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
  1783. "shasum": ""
  1784. },
  1785. "require": {
  1786. "doctrine/lexer": "^1.2|^2",
  1787. "php": ">=7.2",
  1788. "symfony/polyfill-intl-idn": "^1.15"
  1789. },
  1790. "require-dev": {
  1791. "phpunit/phpunit": "^8.5.8|^9.3.3",
  1792. "vimeo/psalm": "^4"
  1793. },
  1794. "suggest": {
  1795. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1796. },
  1797. "type": "library",
  1798. "extra": {
  1799. "branch-alias": {
  1800. "dev-master": "3.0.x-dev"
  1801. }
  1802. },
  1803. "autoload": {
  1804. "psr-4": {
  1805. "Egulias\\EmailValidator\\": "src"
  1806. }
  1807. },
  1808. "notification-url": "https://packagist.org/downloads/",
  1809. "license": [
  1810. "MIT"
  1811. ],
  1812. "authors": [
  1813. {
  1814. "name": "Eduardo Gulias Davis"
  1815. }
  1816. ],
  1817. "description": "A library for validating emails against several RFCs",
  1818. "homepage": "https://github.com/egulias/EmailValidator",
  1819. "keywords": [
  1820. "email",
  1821. "emailvalidation",
  1822. "emailvalidator",
  1823. "validation",
  1824. "validator"
  1825. ],
  1826. "support": {
  1827. "issues": "https://github.com/egulias/EmailValidator/issues",
  1828. "source": "https://github.com/egulias/EmailValidator/tree/3.2.6"
  1829. },
  1830. "funding": [
  1831. {
  1832. "url": "https://github.com/egulias",
  1833. "type": "github"
  1834. }
  1835. ],
  1836. "time": "2023-06-01T07:04:22+00:00"
  1837. },
  1838. {
  1839. "name": "ezyang/htmlpurifier",
  1840. "version": "v4.17.0",
  1841. "source": {
  1842. "type": "git",
  1843. "url": "https://github.com/ezyang/htmlpurifier.git",
  1844. "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
  1845. },
  1846. "dist": {
  1847. "type": "zip",
  1848. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
  1849. "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
  1850. "shasum": ""
  1851. },
  1852. "require": {
  1853. "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
  1854. },
  1855. "require-dev": {
  1856. "cerdic/css-tidy": "^1.7 || ^2.0",
  1857. "simpletest/simpletest": "dev-master"
  1858. },
  1859. "suggest": {
  1860. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  1861. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  1862. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  1863. "ext-tidy": "Used for pretty-printing HTML"
  1864. },
  1865. "type": "library",
  1866. "autoload": {
  1867. "files": [
  1868. "library/HTMLPurifier.composer.php"
  1869. ],
  1870. "psr-0": {
  1871. "HTMLPurifier": "library/"
  1872. },
  1873. "exclude-from-classmap": [
  1874. "/library/HTMLPurifier/Language/"
  1875. ]
  1876. },
  1877. "notification-url": "https://packagist.org/downloads/",
  1878. "license": [
  1879. "LGPL-2.1-or-later"
  1880. ],
  1881. "authors": [
  1882. {
  1883. "name": "Edward Z. Yang",
  1884. "email": "admin@htmlpurifier.org",
  1885. "homepage": "http://ezyang.com"
  1886. }
  1887. ],
  1888. "description": "Standards compliant HTML filter written in PHP",
  1889. "homepage": "http://htmlpurifier.org/",
  1890. "keywords": [
  1891. "html"
  1892. ],
  1893. "support": {
  1894. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  1895. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
  1896. },
  1897. "time": "2023-11-17T15:01:25+00:00"
  1898. },
  1899. {
  1900. "name": "firebase/php-jwt",
  1901. "version": "v6.10.0",
  1902. "source": {
  1903. "type": "git",
  1904. "url": "https://github.com/firebase/php-jwt.git",
  1905. "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
  1906. },
  1907. "dist": {
  1908. "type": "zip",
  1909. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
  1910. "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
  1911. "shasum": ""
  1912. },
  1913. "require": {
  1914. "php": "^7.4||^8.0"
  1915. },
  1916. "require-dev": {
  1917. "guzzlehttp/guzzle": "^6.5||^7.4",
  1918. "phpspec/prophecy-phpunit": "^2.0",
  1919. "phpunit/phpunit": "^9.5",
  1920. "psr/cache": "^1.0||^2.0",
  1921. "psr/http-client": "^1.0",
  1922. "psr/http-factory": "^1.0"
  1923. },
  1924. "suggest": {
  1925. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  1926. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  1927. },
  1928. "type": "library",
  1929. "autoload": {
  1930. "psr-4": {
  1931. "Firebase\\JWT\\": "src"
  1932. }
  1933. },
  1934. "notification-url": "https://packagist.org/downloads/",
  1935. "license": [
  1936. "BSD-3-Clause"
  1937. ],
  1938. "authors": [
  1939. {
  1940. "name": "Neuman Vong",
  1941. "email": "neuman+pear@twilio.com",
  1942. "role": "Developer"
  1943. },
  1944. {
  1945. "name": "Anant Narayanan",
  1946. "email": "anant@php.net",
  1947. "role": "Developer"
  1948. }
  1949. ],
  1950. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  1951. "homepage": "https://github.com/firebase/php-jwt",
  1952. "keywords": [
  1953. "jwt",
  1954. "php"
  1955. ],
  1956. "support": {
  1957. "issues": "https://github.com/firebase/php-jwt/issues",
  1958. "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
  1959. },
  1960. "time": "2023-12-01T16:26:39+00:00"
  1961. },
  1962. {
  1963. "name": "fruitcake/php-cors",
  1964. "version": "v1.3.0",
  1965. "source": {
  1966. "type": "git",
  1967. "url": "https://github.com/fruitcake/php-cors.git",
  1968. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
  1969. },
  1970. "dist": {
  1971. "type": "zip",
  1972. "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
  1973. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
  1974. "shasum": ""
  1975. },
  1976. "require": {
  1977. "php": "^7.4|^8.0",
  1978. "symfony/http-foundation": "^4.4|^5.4|^6|^7"
  1979. },
  1980. "require-dev": {
  1981. "phpstan/phpstan": "^1.4",
  1982. "phpunit/phpunit": "^9",
  1983. "squizlabs/php_codesniffer": "^3.5"
  1984. },
  1985. "type": "library",
  1986. "extra": {
  1987. "branch-alias": {
  1988. "dev-master": "1.2-dev"
  1989. }
  1990. },
  1991. "autoload": {
  1992. "psr-4": {
  1993. "Fruitcake\\Cors\\": "src/"
  1994. }
  1995. },
  1996. "notification-url": "https://packagist.org/downloads/",
  1997. "license": [
  1998. "MIT"
  1999. ],
  2000. "authors": [
  2001. {
  2002. "name": "Fruitcake",
  2003. "homepage": "https://fruitcake.nl"
  2004. },
  2005. {
  2006. "name": "Barryvdh",
  2007. "email": "barryvdh@gmail.com"
  2008. }
  2009. ],
  2010. "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
  2011. "homepage": "https://github.com/fruitcake/php-cors",
  2012. "keywords": [
  2013. "cors",
  2014. "laravel",
  2015. "symfony"
  2016. ],
  2017. "support": {
  2018. "issues": "https://github.com/fruitcake/php-cors/issues",
  2019. "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
  2020. },
  2021. "funding": [
  2022. {
  2023. "url": "https://fruitcake.nl",
  2024. "type": "custom"
  2025. },
  2026. {
  2027. "url": "https://github.com/barryvdh",
  2028. "type": "github"
  2029. }
  2030. ],
  2031. "time": "2023-10-12T05:21:21+00:00"
  2032. },
  2033. {
  2034. "name": "graham-campbell/result-type",
  2035. "version": "v1.1.2",
  2036. "source": {
  2037. "type": "git",
  2038. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  2039. "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
  2040. },
  2041. "dist": {
  2042. "type": "zip",
  2043. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
  2044. "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
  2045. "shasum": ""
  2046. },
  2047. "require": {
  2048. "php": "^7.2.5 || ^8.0",
  2049. "phpoption/phpoption": "^1.9.2"
  2050. },
  2051. "require-dev": {
  2052. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  2053. },
  2054. "type": "library",
  2055. "autoload": {
  2056. "psr-4": {
  2057. "GrahamCampbell\\ResultType\\": "src/"
  2058. }
  2059. },
  2060. "notification-url": "https://packagist.org/downloads/",
  2061. "license": [
  2062. "MIT"
  2063. ],
  2064. "authors": [
  2065. {
  2066. "name": "Graham Campbell",
  2067. "email": "hello@gjcampbell.co.uk",
  2068. "homepage": "https://github.com/GrahamCampbell"
  2069. }
  2070. ],
  2071. "description": "An Implementation Of The Result Type",
  2072. "keywords": [
  2073. "Graham Campbell",
  2074. "GrahamCampbell",
  2075. "Result Type",
  2076. "Result-Type",
  2077. "result"
  2078. ],
  2079. "support": {
  2080. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  2081. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
  2082. },
  2083. "funding": [
  2084. {
  2085. "url": "https://github.com/GrahamCampbell",
  2086. "type": "github"
  2087. },
  2088. {
  2089. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  2090. "type": "tidelift"
  2091. }
  2092. ],
  2093. "time": "2023-11-12T22:16:48+00:00"
  2094. },
  2095. {
  2096. "name": "guzzlehttp/guzzle",
  2097. "version": "7.8.0",
  2098. "source": {
  2099. "type": "git",
  2100. "url": "https://github.com/guzzle/guzzle.git",
  2101. "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
  2102. },
  2103. "dist": {
  2104. "type": "zip",
  2105. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
  2106. "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
  2107. "shasum": ""
  2108. },
  2109. "require": {
  2110. "ext-json": "*",
  2111. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  2112. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  2113. "php": "^7.2.5 || ^8.0",
  2114. "psr/http-client": "^1.0",
  2115. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  2116. },
  2117. "provide": {
  2118. "psr/http-client-implementation": "1.0"
  2119. },
  2120. "require-dev": {
  2121. "bamarni/composer-bin-plugin": "^1.8.1",
  2122. "ext-curl": "*",
  2123. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  2124. "php-http/message-factory": "^1.1",
  2125. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  2126. "psr/log": "^1.1 || ^2.0 || ^3.0"
  2127. },
  2128. "suggest": {
  2129. "ext-curl": "Required for CURL handler support",
  2130. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  2131. "psr/log": "Required for using the Log middleware"
  2132. },
  2133. "type": "library",
  2134. "extra": {
  2135. "bamarni-bin": {
  2136. "bin-links": true,
  2137. "forward-command": false
  2138. }
  2139. },
  2140. "autoload": {
  2141. "files": [
  2142. "src/functions_include.php"
  2143. ],
  2144. "psr-4": {
  2145. "GuzzleHttp\\": "src/"
  2146. }
  2147. },
  2148. "notification-url": "https://packagist.org/downloads/",
  2149. "license": [
  2150. "MIT"
  2151. ],
  2152. "authors": [
  2153. {
  2154. "name": "Graham Campbell",
  2155. "email": "hello@gjcampbell.co.uk",
  2156. "homepage": "https://github.com/GrahamCampbell"
  2157. },
  2158. {
  2159. "name": "Michael Dowling",
  2160. "email": "mtdowling@gmail.com",
  2161. "homepage": "https://github.com/mtdowling"
  2162. },
  2163. {
  2164. "name": "Jeremy Lindblom",
  2165. "email": "jeremeamia@gmail.com",
  2166. "homepage": "https://github.com/jeremeamia"
  2167. },
  2168. {
  2169. "name": "George Mponos",
  2170. "email": "gmponos@gmail.com",
  2171. "homepage": "https://github.com/gmponos"
  2172. },
  2173. {
  2174. "name": "Tobias Nyholm",
  2175. "email": "tobias.nyholm@gmail.com",
  2176. "homepage": "https://github.com/Nyholm"
  2177. },
  2178. {
  2179. "name": "Márk Sági-Kazár",
  2180. "email": "mark.sagikazar@gmail.com",
  2181. "homepage": "https://github.com/sagikazarmark"
  2182. },
  2183. {
  2184. "name": "Tobias Schultze",
  2185. "email": "webmaster@tubo-world.de",
  2186. "homepage": "https://github.com/Tobion"
  2187. }
  2188. ],
  2189. "description": "Guzzle is a PHP HTTP client library",
  2190. "keywords": [
  2191. "client",
  2192. "curl",
  2193. "framework",
  2194. "http",
  2195. "http client",
  2196. "psr-18",
  2197. "psr-7",
  2198. "rest",
  2199. "web service"
  2200. ],
  2201. "support": {
  2202. "issues": "https://github.com/guzzle/guzzle/issues",
  2203. "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
  2204. },
  2205. "funding": [
  2206. {
  2207. "url": "https://github.com/GrahamCampbell",
  2208. "type": "github"
  2209. },
  2210. {
  2211. "url": "https://github.com/Nyholm",
  2212. "type": "github"
  2213. },
  2214. {
  2215. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  2216. "type": "tidelift"
  2217. }
  2218. ],
  2219. "time": "2023-08-27T10:20:53+00:00"
  2220. },
  2221. {
  2222. "name": "guzzlehttp/promises",
  2223. "version": "2.0.2",
  2224. "source": {
  2225. "type": "git",
  2226. "url": "https://github.com/guzzle/promises.git",
  2227. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
  2228. },
  2229. "dist": {
  2230. "type": "zip",
  2231. "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
  2232. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
  2233. "shasum": ""
  2234. },
  2235. "require": {
  2236. "php": "^7.2.5 || ^8.0"
  2237. },
  2238. "require-dev": {
  2239. "bamarni/composer-bin-plugin": "^1.8.2",
  2240. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  2241. },
  2242. "type": "library",
  2243. "extra": {
  2244. "bamarni-bin": {
  2245. "bin-links": true,
  2246. "forward-command": false
  2247. }
  2248. },
  2249. "autoload": {
  2250. "psr-4": {
  2251. "GuzzleHttp\\Promise\\": "src/"
  2252. }
  2253. },
  2254. "notification-url": "https://packagist.org/downloads/",
  2255. "license": [
  2256. "MIT"
  2257. ],
  2258. "authors": [
  2259. {
  2260. "name": "Graham Campbell",
  2261. "email": "hello@gjcampbell.co.uk",
  2262. "homepage": "https://github.com/GrahamCampbell"
  2263. },
  2264. {
  2265. "name": "Michael Dowling",
  2266. "email": "mtdowling@gmail.com",
  2267. "homepage": "https://github.com/mtdowling"
  2268. },
  2269. {
  2270. "name": "Tobias Nyholm",
  2271. "email": "tobias.nyholm@gmail.com",
  2272. "homepage": "https://github.com/Nyholm"
  2273. },
  2274. {
  2275. "name": "Tobias Schultze",
  2276. "email": "webmaster@tubo-world.de",
  2277. "homepage": "https://github.com/Tobion"
  2278. }
  2279. ],
  2280. "description": "Guzzle promises library",
  2281. "keywords": [
  2282. "promise"
  2283. ],
  2284. "support": {
  2285. "issues": "https://github.com/guzzle/promises/issues",
  2286. "source": "https://github.com/guzzle/promises/tree/2.0.2"
  2287. },
  2288. "funding": [
  2289. {
  2290. "url": "https://github.com/GrahamCampbell",
  2291. "type": "github"
  2292. },
  2293. {
  2294. "url": "https://github.com/Nyholm",
  2295. "type": "github"
  2296. },
  2297. {
  2298. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  2299. "type": "tidelift"
  2300. }
  2301. ],
  2302. "time": "2023-12-03T20:19:20+00:00"
  2303. },
  2304. {
  2305. "name": "guzzlehttp/psr7",
  2306. "version": "2.6.2",
  2307. "source": {
  2308. "type": "git",
  2309. "url": "https://github.com/guzzle/psr7.git",
  2310. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
  2311. },
  2312. "dist": {
  2313. "type": "zip",
  2314. "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
  2315. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
  2316. "shasum": ""
  2317. },
  2318. "require": {
  2319. "php": "^7.2.5 || ^8.0",
  2320. "psr/http-factory": "^1.0",
  2321. "psr/http-message": "^1.1 || ^2.0",
  2322. "ralouphie/getallheaders": "^3.0"
  2323. },
  2324. "provide": {
  2325. "psr/http-factory-implementation": "1.0",
  2326. "psr/http-message-implementation": "1.0"
  2327. },
  2328. "require-dev": {
  2329. "bamarni/composer-bin-plugin": "^1.8.2",
  2330. "http-interop/http-factory-tests": "^0.9",
  2331. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  2332. },
  2333. "suggest": {
  2334. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  2335. },
  2336. "type": "library",
  2337. "extra": {
  2338. "bamarni-bin": {
  2339. "bin-links": true,
  2340. "forward-command": false
  2341. }
  2342. },
  2343. "autoload": {
  2344. "psr-4": {
  2345. "GuzzleHttp\\Psr7\\": "src/"
  2346. }
  2347. },
  2348. "notification-url": "https://packagist.org/downloads/",
  2349. "license": [
  2350. "MIT"
  2351. ],
  2352. "authors": [
  2353. {
  2354. "name": "Graham Campbell",
  2355. "email": "hello@gjcampbell.co.uk",
  2356. "homepage": "https://github.com/GrahamCampbell"
  2357. },
  2358. {
  2359. "name": "Michael Dowling",
  2360. "email": "mtdowling@gmail.com",
  2361. "homepage": "https://github.com/mtdowling"
  2362. },
  2363. {
  2364. "name": "George Mponos",
  2365. "email": "gmponos@gmail.com",
  2366. "homepage": "https://github.com/gmponos"
  2367. },
  2368. {
  2369. "name": "Tobias Nyholm",
  2370. "email": "tobias.nyholm@gmail.com",
  2371. "homepage": "https://github.com/Nyholm"
  2372. },
  2373. {
  2374. "name": "Márk Sági-Kazár",
  2375. "email": "mark.sagikazar@gmail.com",
  2376. "homepage": "https://github.com/sagikazarmark"
  2377. },
  2378. {
  2379. "name": "Tobias Schultze",
  2380. "email": "webmaster@tubo-world.de",
  2381. "homepage": "https://github.com/Tobion"
  2382. },
  2383. {
  2384. "name": "Márk Sági-Kazár",
  2385. "email": "mark.sagikazar@gmail.com",
  2386. "homepage": "https://sagikazarmark.hu"
  2387. }
  2388. ],
  2389. "description": "PSR-7 message implementation that also provides common utility methods",
  2390. "keywords": [
  2391. "http",
  2392. "message",
  2393. "psr-7",
  2394. "request",
  2395. "response",
  2396. "stream",
  2397. "uri",
  2398. "url"
  2399. ],
  2400. "support": {
  2401. "issues": "https://github.com/guzzle/psr7/issues",
  2402. "source": "https://github.com/guzzle/psr7/tree/2.6.2"
  2403. },
  2404. "funding": [
  2405. {
  2406. "url": "https://github.com/GrahamCampbell",
  2407. "type": "github"
  2408. },
  2409. {
  2410. "url": "https://github.com/Nyholm",
  2411. "type": "github"
  2412. },
  2413. {
  2414. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  2415. "type": "tidelift"
  2416. }
  2417. ],
  2418. "time": "2023-12-03T20:05:35+00:00"
  2419. },
  2420. {
  2421. "name": "guzzlehttp/uri-template",
  2422. "version": "v1.0.3",
  2423. "source": {
  2424. "type": "git",
  2425. "url": "https://github.com/guzzle/uri-template.git",
  2426. "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
  2427. },
  2428. "dist": {
  2429. "type": "zip",
  2430. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
  2431. "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
  2432. "shasum": ""
  2433. },
  2434. "require": {
  2435. "php": "^7.2.5 || ^8.0",
  2436. "symfony/polyfill-php80": "^1.24"
  2437. },
  2438. "require-dev": {
  2439. "bamarni/composer-bin-plugin": "^1.8.2",
  2440. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  2441. "uri-template/tests": "1.0.0"
  2442. },
  2443. "type": "library",
  2444. "extra": {
  2445. "bamarni-bin": {
  2446. "bin-links": true,
  2447. "forward-command": false
  2448. }
  2449. },
  2450. "autoload": {
  2451. "psr-4": {
  2452. "GuzzleHttp\\UriTemplate\\": "src"
  2453. }
  2454. },
  2455. "notification-url": "https://packagist.org/downloads/",
  2456. "license": [
  2457. "MIT"
  2458. ],
  2459. "authors": [
  2460. {
  2461. "name": "Graham Campbell",
  2462. "email": "hello@gjcampbell.co.uk",
  2463. "homepage": "https://github.com/GrahamCampbell"
  2464. },
  2465. {
  2466. "name": "Michael Dowling",
  2467. "email": "mtdowling@gmail.com",
  2468. "homepage": "https://github.com/mtdowling"
  2469. },
  2470. {
  2471. "name": "George Mponos",
  2472. "email": "gmponos@gmail.com",
  2473. "homepage": "https://github.com/gmponos"
  2474. },
  2475. {
  2476. "name": "Tobias Nyholm",
  2477. "email": "tobias.nyholm@gmail.com",
  2478. "homepage": "https://github.com/Nyholm"
  2479. }
  2480. ],
  2481. "description": "A polyfill class for uri_template of PHP",
  2482. "keywords": [
  2483. "guzzlehttp",
  2484. "uri-template"
  2485. ],
  2486. "support": {
  2487. "issues": "https://github.com/guzzle/uri-template/issues",
  2488. "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
  2489. },
  2490. "funding": [
  2491. {
  2492. "url": "https://github.com/GrahamCampbell",
  2493. "type": "github"
  2494. },
  2495. {
  2496. "url": "https://github.com/Nyholm",
  2497. "type": "github"
  2498. },
  2499. {
  2500. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  2501. "type": "tidelift"
  2502. }
  2503. ],
  2504. "time": "2023-12-03T19:50:20+00:00"
  2505. },
  2506. {
  2507. "name": "haydenpierce/class-finder",
  2508. "version": "0.4.4",
  2509. "source": {
  2510. "type": "git",
  2511. "url": "git@gitlab.com:hpierce1102/ClassFinder.git",
  2512. "reference": "94c602870ddf8d4fa2d67fb9bae637d88f9bd76e"
  2513. },
  2514. "dist": {
  2515. "type": "zip",
  2516. "url": "https://gitlab.com/api/v4/projects/hpierce1102%2FClassFinder/repository/archive.zip?sha=94c602870ddf8d4fa2d67fb9bae637d88f9bd76e",
  2517. "reference": "94c602870ddf8d4fa2d67fb9bae637d88f9bd76e",
  2518. "shasum": ""
  2519. },
  2520. "require": {
  2521. "ext-json": "*",
  2522. "php": ">=5.3"
  2523. },
  2524. "require-dev": {
  2525. "mikey179/vfsstream": "^1.6",
  2526. "phpunit/phpunit": "~9.0"
  2527. },
  2528. "type": "library",
  2529. "autoload": {
  2530. "psr-4": {
  2531. "HaydenPierce\\ClassFinder\\": "src/",
  2532. "HaydenPierce\\ClassFinder\\UnitTest\\": "test/unit"
  2533. }
  2534. },
  2535. "notification-url": "https://packagist.org/downloads/",
  2536. "license": [
  2537. "MIT"
  2538. ],
  2539. "authors": [
  2540. {
  2541. "name": "Hayden Pierce",
  2542. "email": "hayden@haydenpierce.com"
  2543. }
  2544. ],
  2545. "description": "A library that can provide of a list of classes in a given namespace",
  2546. "time": "2022-09-26T22:42:59+00:00"
  2547. },
  2548. {
  2549. "name": "intervention/image",
  2550. "version": "2.7.2",
  2551. "source": {
  2552. "type": "git",
  2553. "url": "https://github.com/Intervention/image.git",
  2554. "reference": "04be355f8d6734c826045d02a1079ad658322dad"
  2555. },
  2556. "dist": {
  2557. "type": "zip",
  2558. "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
  2559. "reference": "04be355f8d6734c826045d02a1079ad658322dad",
  2560. "shasum": ""
  2561. },
  2562. "require": {
  2563. "ext-fileinfo": "*",
  2564. "guzzlehttp/psr7": "~1.1 || ^2.0",
  2565. "php": ">=5.4.0"
  2566. },
  2567. "require-dev": {
  2568. "mockery/mockery": "~0.9.2",
  2569. "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
  2570. },
  2571. "suggest": {
  2572. "ext-gd": "to use GD library based image processing.",
  2573. "ext-imagick": "to use Imagick based image processing.",
  2574. "intervention/imagecache": "Caching extension for the Intervention Image library"
  2575. },
  2576. "type": "library",
  2577. "extra": {
  2578. "branch-alias": {
  2579. "dev-master": "2.4-dev"
  2580. },
  2581. "laravel": {
  2582. "providers": [
  2583. "Intervention\\Image\\ImageServiceProvider"
  2584. ],
  2585. "aliases": {
  2586. "Image": "Intervention\\Image\\Facades\\Image"
  2587. }
  2588. }
  2589. },
  2590. "autoload": {
  2591. "psr-4": {
  2592. "Intervention\\Image\\": "src/Intervention/Image"
  2593. }
  2594. },
  2595. "notification-url": "https://packagist.org/downloads/",
  2596. "license": [
  2597. "MIT"
  2598. ],
  2599. "authors": [
  2600. {
  2601. "name": "Oliver Vogel",
  2602. "email": "oliver@intervention.io",
  2603. "homepage": "https://intervention.io/"
  2604. }
  2605. ],
  2606. "description": "Image handling and manipulation library with support for Laravel integration",
  2607. "homepage": "http://image.intervention.io/",
  2608. "keywords": [
  2609. "gd",
  2610. "image",
  2611. "imagick",
  2612. "laravel",
  2613. "thumbnail",
  2614. "watermark"
  2615. ],
  2616. "support": {
  2617. "issues": "https://github.com/Intervention/image/issues",
  2618. "source": "https://github.com/Intervention/image/tree/2.7.2"
  2619. },
  2620. "funding": [
  2621. {
  2622. "url": "https://paypal.me/interventionio",
  2623. "type": "custom"
  2624. },
  2625. {
  2626. "url": "https://github.com/Intervention",
  2627. "type": "github"
  2628. }
  2629. ],
  2630. "time": "2022-05-21T17:30:32+00:00"
  2631. },
  2632. {
  2633. "name": "iyzico/iyzipay-php",
  2634. "version": "v2.0.54",
  2635. "source": {
  2636. "type": "git",
  2637. "url": "https://github.com/iyzico/iyzipay-php.git",
  2638. "reference": "4a5874a63582e92338662782887da757de62c646"
  2639. },
  2640. "dist": {
  2641. "type": "zip",
  2642. "url": "https://api.github.com/repos/iyzico/iyzipay-php/zipball/4a5874a63582e92338662782887da757de62c646",
  2643. "reference": "4a5874a63582e92338662782887da757de62c646",
  2644. "shasum": ""
  2645. },
  2646. "require": {
  2647. "ext-curl": "*",
  2648. "php": ">=5.3.0"
  2649. },
  2650. "require-dev": {
  2651. "phpunit/phpunit": "~4.0",
  2652. "satooshi/php-coveralls": "~0.6.1"
  2653. },
  2654. "type": "library",
  2655. "autoload": {
  2656. "psr-4": {
  2657. "Iyzipay\\": "src/Iyzipay/"
  2658. }
  2659. },
  2660. "notification-url": "https://packagist.org/downloads/",
  2661. "license": [
  2662. "MIT"
  2663. ],
  2664. "authors": [
  2665. {
  2666. "name": "iyzico and contributors",
  2667. "homepage": "https://github.com/iyzico/iyzipay-php/contributors"
  2668. }
  2669. ],
  2670. "description": "iyzipay api php client",
  2671. "homepage": "https://www.iyzico.com",
  2672. "keywords": [
  2673. "iyzico",
  2674. "iyzico.com",
  2675. "iyzipay",
  2676. "iyzipay api",
  2677. "iyzipay api php",
  2678. "iyzipay api php client",
  2679. "iyzipay php",
  2680. "payment processing"
  2681. ],
  2682. "support": {
  2683. "issues": "https://github.com/iyzico/iyzipay-php/issues",
  2684. "source": "https://github.com/iyzico/iyzipay-php/tree/v2.0.54"
  2685. },
  2686. "time": "2023-08-25T08:49:48+00:00"
  2687. },
  2688. {
  2689. "name": "karim007/laravel-bkash-tokenize",
  2690. "version": "dev-main",
  2691. "source": {
  2692. "type": "git",
  2693. "url": "https://github.com/CodersFaruk/laravel-bkash-tokenize.git",
  2694. "reference": "785338254a632518f0090b3725d171c5c16eeb60"
  2695. },
  2696. "dist": {
  2697. "type": "zip",
  2698. "url": "https://api.github.com/repos/CodersFaruk/laravel-bkash-tokenize/zipball/785338254a632518f0090b3725d171c5c16eeb60",
  2699. "reference": "785338254a632518f0090b3725d171c5c16eeb60",
  2700. "shasum": ""
  2701. },
  2702. "require": {
  2703. "ext-curl": "*",
  2704. "illuminate/support": "~6|~7|~8|~9|~10",
  2705. "php": "^7.4|^8.0|^8.1"
  2706. },
  2707. "default-branch": true,
  2708. "type": "library",
  2709. "extra": {
  2710. "laravel": {
  2711. "providers": [
  2712. "Karim007\\LaravelBkashTokenize\\BkashTokenizeServiceProvider"
  2713. ],
  2714. "aliases": {
  2715. "LaravelBkashTokenize": "Karim007\\LaravelBkashTokenize\\LaravelBkashTokenize"
  2716. }
  2717. }
  2718. },
  2719. "autoload": {
  2720. "psr-4": {
  2721. "Karim007\\LaravelBkashTokenize\\": "src/"
  2722. }
  2723. },
  2724. "license": [
  2725. "MIT"
  2726. ],
  2727. "authors": [
  2728. {
  2729. "name": "Md abdul karim",
  2730. "email": "karim.cse007@gmail.com"
  2731. }
  2732. ],
  2733. "description": "This is bKash tokenize payment gateway for laravel",
  2734. "keywords": [
  2735. "bkash",
  2736. "bkash-payment",
  2737. "bkash-payment-gateway",
  2738. "laravel-bkash",
  2739. "laravel-bkash-payment",
  2740. "laravel-bkash-payment-tokenize"
  2741. ],
  2742. "support": {
  2743. "source": "https://github.com/CodersFaruk/laravel-bkash-tokenize/tree/main"
  2744. },
  2745. "time": "2023-04-04T05:18:26+00:00"
  2746. },
  2747. {
  2748. "name": "kingflamez/laravelrave",
  2749. "version": "dev-master",
  2750. "source": {
  2751. "type": "git",
  2752. "url": "https://github.com/CodersFaruk/laravel-flutterwave.git",
  2753. "reference": "f13187d29c37ee6159ee7df2c7b087f00230f93c"
  2754. },
  2755. "dist": {
  2756. "type": "zip",
  2757. "url": "https://api.github.com/repos/CodersFaruk/laravel-flutterwave/zipball/f13187d29c37ee6159ee7df2c7b087f00230f93c",
  2758. "reference": "f13187d29c37ee6159ee7df2c7b087f00230f93c",
  2759. "shasum": ""
  2760. },
  2761. "require": {
  2762. "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
  2763. "php": "^7.2|^8.0|^8.3"
  2764. },
  2765. "require-dev": {
  2766. "mockery/mockery": ">1.2",
  2767. "orchestra/testbench": ">4.0",
  2768. "phpunit/phpunit": "^8.3",
  2769. "satooshi/php-coveralls": ">0.7",
  2770. "scrutinizer/ocular": "^1.1"
  2771. },
  2772. "default-branch": true,
  2773. "type": "library",
  2774. "extra": {
  2775. "laravel": {
  2776. "providers": [
  2777. "KingFlamez\\Rave\\RaveServiceProvider"
  2778. ],
  2779. "aliases": {
  2780. "Rave": "KingFlamez\\Rave\\Facades\\Rave"
  2781. }
  2782. }
  2783. },
  2784. "autoload": {
  2785. "classmap": [
  2786. "src/Rave.php"
  2787. ],
  2788. "psr-4": {
  2789. "KingFlamez\\Rave\\": "src/"
  2790. }
  2791. },
  2792. "autoload-dev": {
  2793. "psr-4": {
  2794. "Tests\\": "tests/"
  2795. }
  2796. },
  2797. "scripts": {
  2798. "tests": [
  2799. "vendor/bin/phpunit --coverage-clover=\"clover.xml\""
  2800. ]
  2801. },
  2802. "license": [
  2803. "MIT"
  2804. ],
  2805. "authors": [
  2806. {
  2807. "name": "kingflamez",
  2808. "email": "flamekeed@gmail.com"
  2809. }
  2810. ],
  2811. "description": "A Laravel 5 Package for Flutterwave Rave",
  2812. "keywords": [
  2813. "Flutterwave",
  2814. "Flutterwave Rave",
  2815. "Open Source",
  2816. "github",
  2817. "kingflamez",
  2818. "laravel",
  2819. "laravel 5",
  2820. "payments",
  2821. "php",
  2822. "rave",
  2823. "ravepay.co"
  2824. ],
  2825. "support": {
  2826. "source": "https://github.com/CodersFaruk/laravel-flutterwave/tree/master"
  2827. },
  2828. "time": "2023-03-17T09:01:13+00:00"
  2829. },
  2830. {
  2831. "name": "kodeine/laravel-meta",
  2832. "version": "2.2.1",
  2833. "source": {
  2834. "type": "git",
  2835. "url": "https://github.com/kodeine/laravel-meta.git",
  2836. "reference": "fcdfb7b9ba79e310badd3d904b508bf8cdc57234"
  2837. },
  2838. "dist": {
  2839. "type": "zip",
  2840. "url": "https://api.github.com/repos/kodeine/laravel-meta/zipball/fcdfb7b9ba79e310badd3d904b508bf8cdc57234",
  2841. "reference": "fcdfb7b9ba79e310badd3d904b508bf8cdc57234",
  2842. "shasum": ""
  2843. },
  2844. "require": {
  2845. "ext-json": "*",
  2846. "illuminate/database": "^8.0|^9.0|^10.0",
  2847. "illuminate/events": "^8.0|^9.0|^10.0",
  2848. "illuminate/support": "^8.0|^9.0|^10.0",
  2849. "php": ">=7.3"
  2850. },
  2851. "require-dev": {
  2852. "phpunit/phpunit": "^9.5"
  2853. },
  2854. "type": "library",
  2855. "autoload": {
  2856. "psr-0": {
  2857. "Kodeine\\Metable\\": "src/"
  2858. },
  2859. "classmap": []
  2860. },
  2861. "notification-url": "https://packagist.org/downloads/",
  2862. "license": [
  2863. "MIT"
  2864. ],
  2865. "authors": [
  2866. {
  2867. "name": "Ahsen M.",
  2868. "homepage": "https://github.com/kodeine",
  2869. "role": "Developer"
  2870. }
  2871. ],
  2872. "description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.",
  2873. "keywords": [
  2874. "data",
  2875. "eloquent",
  2876. "kodeine",
  2877. "laravel",
  2878. "meta",
  2879. "meta data",
  2880. "metable",
  2881. "metadata",
  2882. "metas",
  2883. "model"
  2884. ],
  2885. "support": {
  2886. "issues": "https://github.com/kodeine/laravel-meta/issues",
  2887. "source": "https://github.com/kodeine/laravel-meta/tree/2.2.1"
  2888. },
  2889. "time": "2023-07-05T20:54:23+00:00"
  2890. },
  2891. {
  2892. "name": "laminas/laminas-code",
  2893. "version": "4.13.0",
  2894. "source": {
  2895. "type": "git",
  2896. "url": "https://github.com/laminas/laminas-code.git",
  2897. "reference": "7353d4099ad5388e84737dd16994316a04f48dbf"
  2898. },
  2899. "dist": {
  2900. "type": "zip",
  2901. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/7353d4099ad5388e84737dd16994316a04f48dbf",
  2902. "reference": "7353d4099ad5388e84737dd16994316a04f48dbf",
  2903. "shasum": ""
  2904. },
  2905. "require": {
  2906. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  2907. },
  2908. "require-dev": {
  2909. "doctrine/annotations": "^2.0.1",
  2910. "ext-phar": "*",
  2911. "laminas/laminas-coding-standard": "^2.5.0",
  2912. "laminas/laminas-stdlib": "^3.17.0",
  2913. "phpunit/phpunit": "^10.3.3",
  2914. "psalm/plugin-phpunit": "^0.18.4",
  2915. "vimeo/psalm": "^5.15.0"
  2916. },
  2917. "suggest": {
  2918. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  2919. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  2920. },
  2921. "type": "library",
  2922. "autoload": {
  2923. "psr-4": {
  2924. "Laminas\\Code\\": "src/"
  2925. }
  2926. },
  2927. "notification-url": "https://packagist.org/downloads/",
  2928. "license": [
  2929. "BSD-3-Clause"
  2930. ],
  2931. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  2932. "homepage": "https://laminas.dev",
  2933. "keywords": [
  2934. "code",
  2935. "laminas",
  2936. "laminasframework"
  2937. ],
  2938. "support": {
  2939. "chat": "https://laminas.dev/chat",
  2940. "docs": "https://docs.laminas.dev/laminas-code/",
  2941. "forum": "https://discourse.laminas.dev",
  2942. "issues": "https://github.com/laminas/laminas-code/issues",
  2943. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  2944. "source": "https://github.com/laminas/laminas-code"
  2945. },
  2946. "funding": [
  2947. {
  2948. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2949. "type": "community_bridge"
  2950. }
  2951. ],
  2952. "time": "2023-10-18T10:00:55+00:00"
  2953. },
  2954. {
  2955. "name": "laragraph/utils",
  2956. "version": "v1.6.0",
  2957. "source": {
  2958. "type": "git",
  2959. "url": "https://github.com/laragraph/utils.git",
  2960. "reference": "802c2c27076842fee491587ba6abeec9f0c5e271"
  2961. },
  2962. "dist": {
  2963. "type": "zip",
  2964. "url": "https://api.github.com/repos/laragraph/utils/zipball/802c2c27076842fee491587ba6abeec9f0c5e271",
  2965. "reference": "802c2c27076842fee491587ba6abeec9f0c5e271",
  2966. "shasum": ""
  2967. },
  2968. "require": {
  2969. "illuminate/contracts": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  2970. "illuminate/http": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  2971. "php": "^7.2 || ^8",
  2972. "thecodingmachine/safe": "^1.1 || ^2",
  2973. "webonyx/graphql-php": "^0.13.2 || ^14 || ^15"
  2974. },
  2975. "require-dev": {
  2976. "ergebnis/composer-normalize": "^2.11",
  2977. "jangregor/phpstan-prophecy": "^1",
  2978. "mll-lab/php-cs-fixer-config": "^4.4",
  2979. "orchestra/testbench": "3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4 || ^5 || ^6 || ^7 || ^8",
  2980. "phpstan/extension-installer": "^1",
  2981. "phpstan/phpstan": "^1",
  2982. "phpstan/phpstan-deprecation-rules": "^1",
  2983. "phpstan/phpstan-phpunit": "^1",
  2984. "phpstan/phpstan-strict-rules": "^1",
  2985. "phpunit/phpunit": "^7.5 || ^8.5 || ^9",
  2986. "thecodingmachine/phpstan-safe-rule": "^1.1"
  2987. },
  2988. "type": "library",
  2989. "autoload": {
  2990. "psr-4": {
  2991. "Laragraph\\Utils\\": "src/"
  2992. }
  2993. },
  2994. "notification-url": "https://packagist.org/downloads/",
  2995. "license": [
  2996. "MIT"
  2997. ],
  2998. "authors": [
  2999. {
  3000. "name": "Benedikt Franke",
  3001. "email": "benedikt@franke.tech"
  3002. }
  3003. ],
  3004. "description": "Utilities for using GraphQL with Laravel",
  3005. "homepage": "https://github.com/laragraph/utils",
  3006. "support": {
  3007. "issues": "https://github.com/laragraph/utils/issues",
  3008. "source": "https://github.com/laragraph/utils"
  3009. },
  3010. "time": "2023-01-31T11:37:28+00:00"
  3011. },
  3012. {
  3013. "name": "laravel/framework",
  3014. "version": "v10.30.1",
  3015. "source": {
  3016. "type": "git",
  3017. "url": "https://github.com/laravel/framework.git",
  3018. "reference": "7a2da50258c4d0f693b738d3f3c69b2693aea6c1"
  3019. },
  3020. "dist": {
  3021. "type": "zip",
  3022. "url": "https://api.github.com/repos/laravel/framework/zipball/7a2da50258c4d0f693b738d3f3c69b2693aea6c1",
  3023. "reference": "7a2da50258c4d0f693b738d3f3c69b2693aea6c1",
  3024. "shasum": ""
  3025. },
  3026. "require": {
  3027. "brick/math": "^0.9.3|^0.10.2|^0.11",
  3028. "composer-runtime-api": "^2.2",
  3029. "doctrine/inflector": "^2.0.5",
  3030. "dragonmantank/cron-expression": "^3.3.2",
  3031. "egulias/email-validator": "^3.2.1|^4.0",
  3032. "ext-ctype": "*",
  3033. "ext-filter": "*",
  3034. "ext-hash": "*",
  3035. "ext-mbstring": "*",
  3036. "ext-openssl": "*",
  3037. "ext-session": "*",
  3038. "ext-tokenizer": "*",
  3039. "fruitcake/php-cors": "^1.2",
  3040. "guzzlehttp/uri-template": "^1.0",
  3041. "laravel/prompts": "^0.1.9",
  3042. "laravel/serializable-closure": "^1.3",
  3043. "league/commonmark": "^2.2.1",
  3044. "league/flysystem": "^3.8.0",
  3045. "monolog/monolog": "^3.0",
  3046. "nesbot/carbon": "^2.67",
  3047. "nunomaduro/termwind": "^1.13",
  3048. "php": "^8.1",
  3049. "psr/container": "^1.1.1|^2.0.1",
  3050. "psr/log": "^1.0|^2.0|^3.0",
  3051. "psr/simple-cache": "^1.0|^2.0|^3.0",
  3052. "ramsey/uuid": "^4.7",
  3053. "symfony/console": "^6.2",
  3054. "symfony/error-handler": "^6.2",
  3055. "symfony/finder": "^6.2",
  3056. "symfony/http-foundation": "^6.3",
  3057. "symfony/http-kernel": "^6.2",
  3058. "symfony/mailer": "^6.2",
  3059. "symfony/mime": "^6.2",
  3060. "symfony/process": "^6.2",
  3061. "symfony/routing": "^6.2",
  3062. "symfony/uid": "^6.2",
  3063. "symfony/var-dumper": "^6.2",
  3064. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  3065. "vlucas/phpdotenv": "^5.4.1",
  3066. "voku/portable-ascii": "^2.0"
  3067. },
  3068. "conflict": {
  3069. "tightenco/collect": "<5.5.33"
  3070. },
  3071. "provide": {
  3072. "psr/container-implementation": "1.1|2.0",
  3073. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  3074. },
  3075. "replace": {
  3076. "illuminate/auth": "self.version",
  3077. "illuminate/broadcasting": "self.version",
  3078. "illuminate/bus": "self.version",
  3079. "illuminate/cache": "self.version",
  3080. "illuminate/collections": "self.version",
  3081. "illuminate/conditionable": "self.version",
  3082. "illuminate/config": "self.version",
  3083. "illuminate/console": "self.version",
  3084. "illuminate/container": "self.version",
  3085. "illuminate/contracts": "self.version",
  3086. "illuminate/cookie": "self.version",
  3087. "illuminate/database": "self.version",
  3088. "illuminate/encryption": "self.version",
  3089. "illuminate/events": "self.version",
  3090. "illuminate/filesystem": "self.version",
  3091. "illuminate/hashing": "self.version",
  3092. "illuminate/http": "self.version",
  3093. "illuminate/log": "self.version",
  3094. "illuminate/macroable": "self.version",
  3095. "illuminate/mail": "self.version",
  3096. "illuminate/notifications": "self.version",
  3097. "illuminate/pagination": "self.version",
  3098. "illuminate/pipeline": "self.version",
  3099. "illuminate/process": "self.version",
  3100. "illuminate/queue": "self.version",
  3101. "illuminate/redis": "self.version",
  3102. "illuminate/routing": "self.version",
  3103. "illuminate/session": "self.version",
  3104. "illuminate/support": "self.version",
  3105. "illuminate/testing": "self.version",
  3106. "illuminate/translation": "self.version",
  3107. "illuminate/validation": "self.version",
  3108. "illuminate/view": "self.version"
  3109. },
  3110. "require-dev": {
  3111. "ably/ably-php": "^1.0",
  3112. "aws/aws-sdk-php": "^3.235.5",
  3113. "doctrine/dbal": "^3.5.1",
  3114. "ext-gmp": "*",
  3115. "fakerphp/faker": "^1.21",
  3116. "guzzlehttp/guzzle": "^7.5",
  3117. "league/flysystem-aws-s3-v3": "^3.0",
  3118. "league/flysystem-ftp": "^3.0",
  3119. "league/flysystem-path-prefixing": "^3.3",
  3120. "league/flysystem-read-only": "^3.3",
  3121. "league/flysystem-sftp-v3": "^3.0",
  3122. "mockery/mockery": "^1.5.1",
  3123. "nyholm/psr7": "^1.2",
  3124. "orchestra/testbench-core": "^8.12",
  3125. "pda/pheanstalk": "^4.0",
  3126. "phpstan/phpstan": "^1.4.7",
  3127. "phpunit/phpunit": "^10.0.7",
  3128. "predis/predis": "^2.0.2",
  3129. "symfony/cache": "^6.2",
  3130. "symfony/http-client": "^6.2.4",
  3131. "symfony/psr-http-message-bridge": "^2.0"
  3132. },
  3133. "suggest": {
  3134. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  3135. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
  3136. "brianium/paratest": "Required to run tests in parallel (^6.0).",
  3137. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
  3138. "ext-apcu": "Required to use the APC cache driver.",
  3139. "ext-fileinfo": "Required to use the Filesystem class.",
  3140. "ext-ftp": "Required to use the Flysystem FTP driver.",
  3141. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  3142. "ext-memcached": "Required to use the memcache cache driver.",
  3143. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  3144. "ext-pdo": "Required to use all database features.",
  3145. "ext-posix": "Required to use all features of the queue worker.",
  3146. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  3147. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  3148. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  3149. "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
  3150. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  3151. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
  3152. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
  3153. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
  3154. "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
  3155. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
  3156. "mockery/mockery": "Required to use mocking (^1.5.1).",
  3157. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  3158. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  3159. "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
  3160. "predis/predis": "Required to use the predis connector (^2.0.2).",
  3161. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  3162. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  3163. "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
  3164. "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
  3165. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
  3166. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
  3167. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
  3168. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
  3169. },
  3170. "type": "library",
  3171. "extra": {
  3172. "branch-alias": {
  3173. "dev-master": "10.x-dev"
  3174. }
  3175. },
  3176. "autoload": {
  3177. "files": [
  3178. "src/Illuminate/Collections/helpers.php",
  3179. "src/Illuminate/Events/functions.php",
  3180. "src/Illuminate/Foundation/helpers.php",
  3181. "src/Illuminate/Support/helpers.php"
  3182. ],
  3183. "psr-4": {
  3184. "Illuminate\\": "src/Illuminate/",
  3185. "Illuminate\\Support\\": [
  3186. "src/Illuminate/Macroable/",
  3187. "src/Illuminate/Collections/",
  3188. "src/Illuminate/Conditionable/"
  3189. ]
  3190. }
  3191. },
  3192. "notification-url": "https://packagist.org/downloads/",
  3193. "license": [
  3194. "MIT"
  3195. ],
  3196. "authors": [
  3197. {
  3198. "name": "Taylor Otwell",
  3199. "email": "taylor@laravel.com"
  3200. }
  3201. ],
  3202. "description": "The Laravel Framework.",
  3203. "homepage": "https://laravel.com",
  3204. "keywords": [
  3205. "framework",
  3206. "laravel"
  3207. ],
  3208. "support": {
  3209. "issues": "https://github.com/laravel/framework/issues",
  3210. "source": "https://github.com/laravel/framework"
  3211. },
  3212. "time": "2023-11-01T13:52:17+00:00"
  3213. },
  3214. {
  3215. "name": "laravel/legacy-factories",
  3216. "version": "v1.3.2",
  3217. "source": {
  3218. "type": "git",
  3219. "url": "https://github.com/laravel/legacy-factories.git",
  3220. "reference": "cc6720da81094c82ea9f4737d615dd3d71f7f43d"
  3221. },
  3222. "dist": {
  3223. "type": "zip",
  3224. "url": "https://api.github.com/repos/laravel/legacy-factories/zipball/cc6720da81094c82ea9f4737d615dd3d71f7f43d",
  3225. "reference": "cc6720da81094c82ea9f4737d615dd3d71f7f43d",
  3226. "shasum": ""
  3227. },
  3228. "require": {
  3229. "illuminate/macroable": "^8.0|^9.0|^10.0",
  3230. "php": "^7.3|^8.0",
  3231. "symfony/finder": "^3.4|^4.0|^5.0|^6.0"
  3232. },
  3233. "type": "library",
  3234. "extra": {
  3235. "branch-alias": {
  3236. "dev-master": "1.x-dev"
  3237. },
  3238. "laravel": {
  3239. "providers": [
  3240. "Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider"
  3241. ]
  3242. }
  3243. },
  3244. "autoload": {
  3245. "files": [
  3246. "helpers.php"
  3247. ],
  3248. "psr-4": {
  3249. "Illuminate\\Database\\Eloquent\\": "src/"
  3250. }
  3251. },
  3252. "notification-url": "https://packagist.org/downloads/",
  3253. "license": [
  3254. "MIT"
  3255. ],
  3256. "authors": [
  3257. {
  3258. "name": "Taylor Otwell",
  3259. "email": "taylor@laravel.com"
  3260. }
  3261. ],
  3262. "description": "The legacy version of the Laravel Eloquent factories.",
  3263. "homepage": "http://laravel.com",
  3264. "support": {
  3265. "issues": "https://github.com/laravel/framework/issues",
  3266. "source": "https://github.com/laravel/framework"
  3267. },
  3268. "time": "2023-01-09T14:49:00+00:00"
  3269. },
  3270. {
  3271. "name": "laravel/prompts",
  3272. "version": "v0.1.15",
  3273. "source": {
  3274. "type": "git",
  3275. "url": "https://github.com/laravel/prompts.git",
  3276. "reference": "d814a27514d99b03c85aa42b22cfd946568636c1"
  3277. },
  3278. "dist": {
  3279. "type": "zip",
  3280. "url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1",
  3281. "reference": "d814a27514d99b03c85aa42b22cfd946568636c1",
  3282. "shasum": ""
  3283. },
  3284. "require": {
  3285. "ext-mbstring": "*",
  3286. "illuminate/collections": "^10.0|^11.0",
  3287. "php": "^8.1",
  3288. "symfony/console": "^6.2|^7.0"
  3289. },
  3290. "conflict": {
  3291. "illuminate/console": ">=10.17.0 <10.25.0",
  3292. "laravel/framework": ">=10.17.0 <10.25.0"
  3293. },
  3294. "require-dev": {
  3295. "mockery/mockery": "^1.5",
  3296. "pestphp/pest": "^2.3",
  3297. "phpstan/phpstan": "^1.11",
  3298. "phpstan/phpstan-mockery": "^1.1"
  3299. },
  3300. "suggest": {
  3301. "ext-pcntl": "Required for the spinner to be animated."
  3302. },
  3303. "type": "library",
  3304. "extra": {
  3305. "branch-alias": {
  3306. "dev-main": "0.1.x-dev"
  3307. }
  3308. },
  3309. "autoload": {
  3310. "files": [
  3311. "src/helpers.php"
  3312. ],
  3313. "psr-4": {
  3314. "Laravel\\Prompts\\": "src/"
  3315. }
  3316. },
  3317. "notification-url": "https://packagist.org/downloads/",
  3318. "license": [
  3319. "MIT"
  3320. ],
  3321. "support": {
  3322. "issues": "https://github.com/laravel/prompts/issues",
  3323. "source": "https://github.com/laravel/prompts/tree/v0.1.15"
  3324. },
  3325. "time": "2023-12-29T22:37:42+00:00"
  3326. },
  3327. {
  3328. "name": "laravel/sanctum",
  3329. "version": "v3.3.1",
  3330. "source": {
  3331. "type": "git",
  3332. "url": "https://github.com/laravel/sanctum.git",
  3333. "reference": "338f633e6487e76b255470d3373fbc29228aa971"
  3334. },
  3335. "dist": {
  3336. "type": "zip",
  3337. "url": "https://api.github.com/repos/laravel/sanctum/zipball/338f633e6487e76b255470d3373fbc29228aa971",
  3338. "reference": "338f633e6487e76b255470d3373fbc29228aa971",
  3339. "shasum": ""
  3340. },
  3341. "require": {
  3342. "ext-json": "*",
  3343. "illuminate/console": "^9.21|^10.0",
  3344. "illuminate/contracts": "^9.21|^10.0",
  3345. "illuminate/database": "^9.21|^10.0",
  3346. "illuminate/support": "^9.21|^10.0",
  3347. "php": "^8.0.2"
  3348. },
  3349. "require-dev": {
  3350. "mockery/mockery": "^1.0",
  3351. "orchestra/testbench": "^7.28.2|^8.8.3",
  3352. "phpstan/phpstan": "^1.10",
  3353. "phpunit/phpunit": "^9.6"
  3354. },
  3355. "type": "library",
  3356. "extra": {
  3357. "branch-alias": {
  3358. "dev-master": "3.x-dev"
  3359. },
  3360. "laravel": {
  3361. "providers": [
  3362. "Laravel\\Sanctum\\SanctumServiceProvider"
  3363. ]
  3364. }
  3365. },
  3366. "autoload": {
  3367. "psr-4": {
  3368. "Laravel\\Sanctum\\": "src/"
  3369. }
  3370. },
  3371. "notification-url": "https://packagist.org/downloads/",
  3372. "license": [
  3373. "MIT"
  3374. ],
  3375. "authors": [
  3376. {
  3377. "name": "Taylor Otwell",
  3378. "email": "taylor@laravel.com"
  3379. }
  3380. ],
  3381. "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
  3382. "keywords": [
  3383. "auth",
  3384. "laravel",
  3385. "sanctum"
  3386. ],
  3387. "support": {
  3388. "issues": "https://github.com/laravel/sanctum/issues",
  3389. "source": "https://github.com/laravel/sanctum"
  3390. },
  3391. "time": "2023-09-07T15:46:33+00:00"
  3392. },
  3393. {
  3394. "name": "laravel/serializable-closure",
  3395. "version": "v1.3.3",
  3396. "source": {
  3397. "type": "git",
  3398. "url": "https://github.com/laravel/serializable-closure.git",
  3399. "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
  3400. },
  3401. "dist": {
  3402. "type": "zip",
  3403. "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
  3404. "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
  3405. "shasum": ""
  3406. },
  3407. "require": {
  3408. "php": "^7.3|^8.0"
  3409. },
  3410. "require-dev": {
  3411. "nesbot/carbon": "^2.61",
  3412. "pestphp/pest": "^1.21.3",
  3413. "phpstan/phpstan": "^1.8.2",
  3414. "symfony/var-dumper": "^5.4.11"
  3415. },
  3416. "type": "library",
  3417. "extra": {
  3418. "branch-alias": {
  3419. "dev-master": "1.x-dev"
  3420. }
  3421. },
  3422. "autoload": {
  3423. "psr-4": {
  3424. "Laravel\\SerializableClosure\\": "src/"
  3425. }
  3426. },
  3427. "notification-url": "https://packagist.org/downloads/",
  3428. "license": [
  3429. "MIT"
  3430. ],
  3431. "authors": [
  3432. {
  3433. "name": "Taylor Otwell",
  3434. "email": "taylor@laravel.com"
  3435. },
  3436. {
  3437. "name": "Nuno Maduro",
  3438. "email": "nuno@laravel.com"
  3439. }
  3440. ],
  3441. "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
  3442. "keywords": [
  3443. "closure",
  3444. "laravel",
  3445. "serializable"
  3446. ],
  3447. "support": {
  3448. "issues": "https://github.com/laravel/serializable-closure/issues",
  3449. "source": "https://github.com/laravel/serializable-closure"
  3450. },
  3451. "time": "2023-11-08T14:08:06+00:00"
  3452. },
  3453. {
  3454. "name": "laravel/socialite",
  3455. "version": "v5.10.0",
  3456. "source": {
  3457. "type": "git",
  3458. "url": "https://github.com/laravel/socialite.git",
  3459. "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0"
  3460. },
  3461. "dist": {
  3462. "type": "zip",
  3463. "url": "https://api.github.com/repos/laravel/socialite/zipball/f376b6eda9084899e37ac08bafd64a95edf9c6c0",
  3464. "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0",
  3465. "shasum": ""
  3466. },
  3467. "require": {
  3468. "ext-json": "*",
  3469. "guzzlehttp/guzzle": "^6.0|^7.0",
  3470. "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
  3471. "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
  3472. "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
  3473. "league/oauth1-client": "^1.10.1",
  3474. "php": "^7.2|^8.0"
  3475. },
  3476. "require-dev": {
  3477. "mockery/mockery": "^1.0",
  3478. "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
  3479. "phpstan/phpstan": "^1.10",
  3480. "phpunit/phpunit": "^8.0|^9.3"
  3481. },
  3482. "type": "library",
  3483. "extra": {
  3484. "branch-alias": {
  3485. "dev-master": "5.x-dev"
  3486. },
  3487. "laravel": {
  3488. "providers": [
  3489. "Laravel\\Socialite\\SocialiteServiceProvider"
  3490. ],
  3491. "aliases": {
  3492. "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
  3493. }
  3494. }
  3495. },
  3496. "autoload": {
  3497. "psr-4": {
  3498. "Laravel\\Socialite\\": "src/"
  3499. }
  3500. },
  3501. "notification-url": "https://packagist.org/downloads/",
  3502. "license": [
  3503. "MIT"
  3504. ],
  3505. "authors": [
  3506. {
  3507. "name": "Taylor Otwell",
  3508. "email": "taylor@laravel.com"
  3509. }
  3510. ],
  3511. "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
  3512. "homepage": "https://laravel.com",
  3513. "keywords": [
  3514. "laravel",
  3515. "oauth"
  3516. ],
  3517. "support": {
  3518. "issues": "https://github.com/laravel/socialite/issues",
  3519. "source": "https://github.com/laravel/socialite"
  3520. },
  3521. "time": "2023-10-30T22:09:58+00:00"
  3522. },
  3523. {
  3524. "name": "laravel/tinker",
  3525. "version": "v2.8.2",
  3526. "source": {
  3527. "type": "git",
  3528. "url": "https://github.com/laravel/tinker.git",
  3529. "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3"
  3530. },
  3531. "dist": {
  3532. "type": "zip",
  3533. "url": "https://api.github.com/repos/laravel/tinker/zipball/b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
  3534. "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
  3535. "shasum": ""
  3536. },
  3537. "require": {
  3538. "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
  3539. "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
  3540. "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
  3541. "php": "^7.2.5|^8.0",
  3542. "psy/psysh": "^0.10.4|^0.11.1",
  3543. "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
  3544. },
  3545. "require-dev": {
  3546. "mockery/mockery": "~1.3.3|^1.4.2",
  3547. "phpstan/phpstan": "^1.10",
  3548. "phpunit/phpunit": "^8.5.8|^9.3.3"
  3549. },
  3550. "suggest": {
  3551. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
  3552. },
  3553. "type": "library",
  3554. "extra": {
  3555. "branch-alias": {
  3556. "dev-master": "2.x-dev"
  3557. },
  3558. "laravel": {
  3559. "providers": [
  3560. "Laravel\\Tinker\\TinkerServiceProvider"
  3561. ]
  3562. }
  3563. },
  3564. "autoload": {
  3565. "psr-4": {
  3566. "Laravel\\Tinker\\": "src/"
  3567. }
  3568. },
  3569. "notification-url": "https://packagist.org/downloads/",
  3570. "license": [
  3571. "MIT"
  3572. ],
  3573. "authors": [
  3574. {
  3575. "name": "Taylor Otwell",
  3576. "email": "taylor@laravel.com"
  3577. }
  3578. ],
  3579. "description": "Powerful REPL for the Laravel framework.",
  3580. "keywords": [
  3581. "REPL",
  3582. "Tinker",
  3583. "laravel",
  3584. "psysh"
  3585. ],
  3586. "support": {
  3587. "issues": "https://github.com/laravel/tinker/issues",
  3588. "source": "https://github.com/laravel/tinker/tree/v2.8.2"
  3589. },
  3590. "time": "2023-08-15T14:27:00+00:00"
  3591. },
  3592. {
  3593. "name": "league/commonmark",
  3594. "version": "2.4.2",
  3595. "source": {
  3596. "type": "git",
  3597. "url": "https://github.com/thephpleague/commonmark.git",
  3598. "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
  3599. },
  3600. "dist": {
  3601. "type": "zip",
  3602. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
  3603. "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
  3604. "shasum": ""
  3605. },
  3606. "require": {
  3607. "ext-mbstring": "*",
  3608. "league/config": "^1.1.1",
  3609. "php": "^7.4 || ^8.0",
  3610. "psr/event-dispatcher": "^1.0",
  3611. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  3612. "symfony/polyfill-php80": "^1.16"
  3613. },
  3614. "require-dev": {
  3615. "cebe/markdown": "^1.0",
  3616. "commonmark/cmark": "0.30.3",
  3617. "commonmark/commonmark.js": "0.30.0",
  3618. "composer/package-versions-deprecated": "^1.8",
  3619. "embed/embed": "^4.4",
  3620. "erusev/parsedown": "^1.0",
  3621. "ext-json": "*",
  3622. "github/gfm": "0.29.0",
  3623. "michelf/php-markdown": "^1.4 || ^2.0",
  3624. "nyholm/psr7": "^1.5",
  3625. "phpstan/phpstan": "^1.8.2",
  3626. "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
  3627. "scrutinizer/ocular": "^1.8.1",
  3628. "symfony/finder": "^5.3 | ^6.0 || ^7.0",
  3629. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
  3630. "unleashedtech/php-coding-standard": "^3.1.1",
  3631. "vimeo/psalm": "^4.24.0 || ^5.0.0"
  3632. },
  3633. "suggest": {
  3634. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  3635. },
  3636. "type": "library",
  3637. "extra": {
  3638. "branch-alias": {
  3639. "dev-main": "2.5-dev"
  3640. }
  3641. },
  3642. "autoload": {
  3643. "psr-4": {
  3644. "League\\CommonMark\\": "src"
  3645. }
  3646. },
  3647. "notification-url": "https://packagist.org/downloads/",
  3648. "license": [
  3649. "BSD-3-Clause"
  3650. ],
  3651. "authors": [
  3652. {
  3653. "name": "Colin O'Dell",
  3654. "email": "colinodell@gmail.com",
  3655. "homepage": "https://www.colinodell.com",
  3656. "role": "Lead Developer"
  3657. }
  3658. ],
  3659. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  3660. "homepage": "https://commonmark.thephpleague.com",
  3661. "keywords": [
  3662. "commonmark",
  3663. "flavored",
  3664. "gfm",
  3665. "github",
  3666. "github-flavored",
  3667. "markdown",
  3668. "md",
  3669. "parser"
  3670. ],
  3671. "support": {
  3672. "docs": "https://commonmark.thephpleague.com/",
  3673. "forum": "https://github.com/thephpleague/commonmark/discussions",
  3674. "issues": "https://github.com/thephpleague/commonmark/issues",
  3675. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  3676. "source": "https://github.com/thephpleague/commonmark"
  3677. },
  3678. "funding": [
  3679. {
  3680. "url": "https://www.colinodell.com/sponsor",
  3681. "type": "custom"
  3682. },
  3683. {
  3684. "url": "https://www.paypal.me/colinpodell/10.00",
  3685. "type": "custom"
  3686. },
  3687. {
  3688. "url": "https://github.com/colinodell",
  3689. "type": "github"
  3690. },
  3691. {
  3692. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  3693. "type": "tidelift"
  3694. }
  3695. ],
  3696. "time": "2024-02-02T11:59:32+00:00"
  3697. },
  3698. {
  3699. "name": "league/config",
  3700. "version": "v1.2.0",
  3701. "source": {
  3702. "type": "git",
  3703. "url": "https://github.com/thephpleague/config.git",
  3704. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
  3705. },
  3706. "dist": {
  3707. "type": "zip",
  3708. "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  3709. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  3710. "shasum": ""
  3711. },
  3712. "require": {
  3713. "dflydev/dot-access-data": "^3.0.1",
  3714. "nette/schema": "^1.2",
  3715. "php": "^7.4 || ^8.0"
  3716. },
  3717. "require-dev": {
  3718. "phpstan/phpstan": "^1.8.2",
  3719. "phpunit/phpunit": "^9.5.5",
  3720. "scrutinizer/ocular": "^1.8.1",
  3721. "unleashedtech/php-coding-standard": "^3.1",
  3722. "vimeo/psalm": "^4.7.3"
  3723. },
  3724. "type": "library",
  3725. "extra": {
  3726. "branch-alias": {
  3727. "dev-main": "1.2-dev"
  3728. }
  3729. },
  3730. "autoload": {
  3731. "psr-4": {
  3732. "League\\Config\\": "src"
  3733. }
  3734. },
  3735. "notification-url": "https://packagist.org/downloads/",
  3736. "license": [
  3737. "BSD-3-Clause"
  3738. ],
  3739. "authors": [
  3740. {
  3741. "name": "Colin O'Dell",
  3742. "email": "colinodell@gmail.com",
  3743. "homepage": "https://www.colinodell.com",
  3744. "role": "Lead Developer"
  3745. }
  3746. ],
  3747. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  3748. "homepage": "https://config.thephpleague.com",
  3749. "keywords": [
  3750. "array",
  3751. "config",
  3752. "configuration",
  3753. "dot",
  3754. "dot-access",
  3755. "nested",
  3756. "schema"
  3757. ],
  3758. "support": {
  3759. "docs": "https://config.thephpleague.com/",
  3760. "issues": "https://github.com/thephpleague/config/issues",
  3761. "rss": "https://github.com/thephpleague/config/releases.atom",
  3762. "source": "https://github.com/thephpleague/config"
  3763. },
  3764. "funding": [
  3765. {
  3766. "url": "https://www.colinodell.com/sponsor",
  3767. "type": "custom"
  3768. },
  3769. {
  3770. "url": "https://www.paypal.me/colinpodell/10.00",
  3771. "type": "custom"
  3772. },
  3773. {
  3774. "url": "https://github.com/colinodell",
  3775. "type": "github"
  3776. }
  3777. ],
  3778. "time": "2022-12-11T20:36:23+00:00"
  3779. },
  3780. {
  3781. "name": "league/flysystem",
  3782. "version": "3.24.0",
  3783. "source": {
  3784. "type": "git",
  3785. "url": "https://github.com/thephpleague/flysystem.git",
  3786. "reference": "b25a361508c407563b34fac6f64a8a17a8819675"
  3787. },
  3788. "dist": {
  3789. "type": "zip",
  3790. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b25a361508c407563b34fac6f64a8a17a8819675",
  3791. "reference": "b25a361508c407563b34fac6f64a8a17a8819675",
  3792. "shasum": ""
  3793. },
  3794. "require": {
  3795. "league/flysystem-local": "^3.0.0",
  3796. "league/mime-type-detection": "^1.0.0",
  3797. "php": "^8.0.2"
  3798. },
  3799. "conflict": {
  3800. "async-aws/core": "<1.19.0",
  3801. "async-aws/s3": "<1.14.0",
  3802. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  3803. "guzzlehttp/guzzle": "<7.0",
  3804. "guzzlehttp/ringphp": "<1.1.1",
  3805. "phpseclib/phpseclib": "3.0.15",
  3806. "symfony/http-client": "<5.2"
  3807. },
  3808. "require-dev": {
  3809. "async-aws/s3": "^1.5 || ^2.0",
  3810. "async-aws/simple-s3": "^1.1 || ^2.0",
  3811. "aws/aws-sdk-php": "^3.295.10",
  3812. "composer/semver": "^3.0",
  3813. "ext-fileinfo": "*",
  3814. "ext-ftp": "*",
  3815. "ext-zip": "*",
  3816. "friendsofphp/php-cs-fixer": "^3.5",
  3817. "google/cloud-storage": "^1.23",
  3818. "microsoft/azure-storage-blob": "^1.1",
  3819. "phpseclib/phpseclib": "^3.0.34",
  3820. "phpstan/phpstan": "^1.10",
  3821. "phpunit/phpunit": "^9.5.11|^10.0",
  3822. "sabre/dav": "^4.6.0"
  3823. },
  3824. "type": "library",
  3825. "autoload": {
  3826. "psr-4": {
  3827. "League\\Flysystem\\": "src"
  3828. }
  3829. },
  3830. "notification-url": "https://packagist.org/downloads/",
  3831. "license": [
  3832. "MIT"
  3833. ],
  3834. "authors": [
  3835. {
  3836. "name": "Frank de Jonge",
  3837. "email": "info@frankdejonge.nl"
  3838. }
  3839. ],
  3840. "description": "File storage abstraction for PHP",
  3841. "keywords": [
  3842. "WebDAV",
  3843. "aws",
  3844. "cloud",
  3845. "file",
  3846. "files",
  3847. "filesystem",
  3848. "filesystems",
  3849. "ftp",
  3850. "s3",
  3851. "sftp",
  3852. "storage"
  3853. ],
  3854. "support": {
  3855. "issues": "https://github.com/thephpleague/flysystem/issues",
  3856. "source": "https://github.com/thephpleague/flysystem/tree/3.24.0"
  3857. },
  3858. "funding": [
  3859. {
  3860. "url": "https://ecologi.com/frankdejonge",
  3861. "type": "custom"
  3862. },
  3863. {
  3864. "url": "https://github.com/frankdejonge",
  3865. "type": "github"
  3866. }
  3867. ],
  3868. "time": "2024-02-04T12:10:17+00:00"
  3869. },
  3870. {
  3871. "name": "league/flysystem-aws-s3-v3",
  3872. "version": "3.16.0",
  3873. "source": {
  3874. "type": "git",
  3875. "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
  3876. "reference": "ded9ba346bb01cb9cc4cc7f2743c2c0e14d18e1c"
  3877. },
  3878. "dist": {
  3879. "type": "zip",
  3880. "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/ded9ba346bb01cb9cc4cc7f2743c2c0e14d18e1c",
  3881. "reference": "ded9ba346bb01cb9cc4cc7f2743c2c0e14d18e1c",
  3882. "shasum": ""
  3883. },
  3884. "require": {
  3885. "aws/aws-sdk-php": "^3.220.0",
  3886. "league/flysystem": "^3.10.0",
  3887. "league/mime-type-detection": "^1.0.0",
  3888. "php": "^8.0.2"
  3889. },
  3890. "conflict": {
  3891. "guzzlehttp/guzzle": "<7.0",
  3892. "guzzlehttp/ringphp": "<1.1.1"
  3893. },
  3894. "type": "library",
  3895. "autoload": {
  3896. "psr-4": {
  3897. "League\\Flysystem\\AwsS3V3\\": ""
  3898. }
  3899. },
  3900. "notification-url": "https://packagist.org/downloads/",
  3901. "license": [
  3902. "MIT"
  3903. ],
  3904. "authors": [
  3905. {
  3906. "name": "Frank de Jonge",
  3907. "email": "info@frankdejonge.nl"
  3908. }
  3909. ],
  3910. "description": "AWS S3 filesystem adapter for Flysystem.",
  3911. "keywords": [
  3912. "Flysystem",
  3913. "aws",
  3914. "file",
  3915. "files",
  3916. "filesystem",
  3917. "s3",
  3918. "storage"
  3919. ],
  3920. "support": {
  3921. "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
  3922. "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.16.0"
  3923. },
  3924. "funding": [
  3925. {
  3926. "url": "https://ecologi.com/frankdejonge",
  3927. "type": "custom"
  3928. },
  3929. {
  3930. "url": "https://github.com/frankdejonge",
  3931. "type": "github"
  3932. }
  3933. ],
  3934. "time": "2023-08-30T10:14:57+00:00"
  3935. },
  3936. {
  3937. "name": "league/flysystem-local",
  3938. "version": "3.23.1",
  3939. "source": {
  3940. "type": "git",
  3941. "url": "https://github.com/thephpleague/flysystem-local.git",
  3942. "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00"
  3943. },
  3944. "dist": {
  3945. "type": "zip",
  3946. "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b884d2bf9b53bb4804a56d2df4902bb51e253f00",
  3947. "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00",
  3948. "shasum": ""
  3949. },
  3950. "require": {
  3951. "ext-fileinfo": "*",
  3952. "league/flysystem": "^3.0.0",
  3953. "league/mime-type-detection": "^1.0.0",
  3954. "php": "^8.0.2"
  3955. },
  3956. "type": "library",
  3957. "autoload": {
  3958. "psr-4": {
  3959. "League\\Flysystem\\Local\\": ""
  3960. }
  3961. },
  3962. "notification-url": "https://packagist.org/downloads/",
  3963. "license": [
  3964. "MIT"
  3965. ],
  3966. "authors": [
  3967. {
  3968. "name": "Frank de Jonge",
  3969. "email": "info@frankdejonge.nl"
  3970. }
  3971. ],
  3972. "description": "Local filesystem adapter for Flysystem.",
  3973. "keywords": [
  3974. "Flysystem",
  3975. "file",
  3976. "files",
  3977. "filesystem",
  3978. "local"
  3979. ],
  3980. "support": {
  3981. "issues": "https://github.com/thephpleague/flysystem-local/issues",
  3982. "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1"
  3983. },
  3984. "funding": [
  3985. {
  3986. "url": "https://ecologi.com/frankdejonge",
  3987. "type": "custom"
  3988. },
  3989. {
  3990. "url": "https://github.com/frankdejonge",
  3991. "type": "github"
  3992. }
  3993. ],
  3994. "time": "2024-01-26T18:25:23+00:00"
  3995. },
  3996. {
  3997. "name": "league/glide",
  3998. "version": "2.3.0",
  3999. "source": {
  4000. "type": "git",
  4001. "url": "https://github.com/thephpleague/glide.git",
  4002. "reference": "2ff92c8f1edc80b74e2d3c5efccfc7223f74d407"
  4003. },
  4004. "dist": {
  4005. "type": "zip",
  4006. "url": "https://api.github.com/repos/thephpleague/glide/zipball/2ff92c8f1edc80b74e2d3c5efccfc7223f74d407",
  4007. "reference": "2ff92c8f1edc80b74e2d3c5efccfc7223f74d407",
  4008. "shasum": ""
  4009. },
  4010. "require": {
  4011. "intervention/image": "^2.7",
  4012. "league/flysystem": "^2.0|^3.0",
  4013. "php": "^7.2|^8.0",
  4014. "psr/http-message": "^1.0|^2.0"
  4015. },
  4016. "require-dev": {
  4017. "mockery/mockery": "^1.3.3",
  4018. "phpunit/php-token-stream": "^3.1|^4.0",
  4019. "phpunit/phpunit": "^8.5|^9.0"
  4020. },
  4021. "type": "library",
  4022. "autoload": {
  4023. "psr-4": {
  4024. "League\\Glide\\": "src/"
  4025. }
  4026. },
  4027. "notification-url": "https://packagist.org/downloads/",
  4028. "license": [
  4029. "MIT"
  4030. ],
  4031. "authors": [
  4032. {
  4033. "name": "Jonathan Reinink",
  4034. "email": "jonathan@reinink.ca",
  4035. "homepage": "http://reinink.ca"
  4036. },
  4037. {
  4038. "name": "Titouan Galopin",
  4039. "email": "galopintitouan@gmail.com",
  4040. "homepage": "https://titouangalopin.com"
  4041. }
  4042. ],
  4043. "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
  4044. "homepage": "http://glide.thephpleague.com",
  4045. "keywords": [
  4046. "ImageMagick",
  4047. "editing",
  4048. "gd",
  4049. "image",
  4050. "imagick",
  4051. "league",
  4052. "manipulation",
  4053. "processing"
  4054. ],
  4055. "support": {
  4056. "issues": "https://github.com/thephpleague/glide/issues",
  4057. "source": "https://github.com/thephpleague/glide/tree/2.3.0"
  4058. },
  4059. "time": "2023-07-08T06:26:07+00:00"
  4060. },
  4061. {
  4062. "name": "league/mime-type-detection",
  4063. "version": "1.15.0",
  4064. "source": {
  4065. "type": "git",
  4066. "url": "https://github.com/thephpleague/mime-type-detection.git",
  4067. "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
  4068. },
  4069. "dist": {
  4070. "type": "zip",
  4071. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
  4072. "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
  4073. "shasum": ""
  4074. },
  4075. "require": {
  4076. "ext-fileinfo": "*",
  4077. "php": "^7.4 || ^8.0"
  4078. },
  4079. "require-dev": {
  4080. "friendsofphp/php-cs-fixer": "^3.2",
  4081. "phpstan/phpstan": "^0.12.68",
  4082. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  4083. },
  4084. "type": "library",
  4085. "autoload": {
  4086. "psr-4": {
  4087. "League\\MimeTypeDetection\\": "src"
  4088. }
  4089. },
  4090. "notification-url": "https://packagist.org/downloads/",
  4091. "license": [
  4092. "MIT"
  4093. ],
  4094. "authors": [
  4095. {
  4096. "name": "Frank de Jonge",
  4097. "email": "info@frankdejonge.nl"
  4098. }
  4099. ],
  4100. "description": "Mime-type detection for Flysystem",
  4101. "support": {
  4102. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  4103. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
  4104. },
  4105. "funding": [
  4106. {
  4107. "url": "https://github.com/frankdejonge",
  4108. "type": "github"
  4109. },
  4110. {
  4111. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  4112. "type": "tidelift"
  4113. }
  4114. ],
  4115. "time": "2024-01-28T23:22:08+00:00"
  4116. },
  4117. {
  4118. "name": "league/oauth1-client",
  4119. "version": "v1.10.1",
  4120. "source": {
  4121. "type": "git",
  4122. "url": "https://github.com/thephpleague/oauth1-client.git",
  4123. "reference": "d6365b901b5c287dd41f143033315e2f777e1167"
  4124. },
  4125. "dist": {
  4126. "type": "zip",
  4127. "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
  4128. "reference": "d6365b901b5c287dd41f143033315e2f777e1167",
  4129. "shasum": ""
  4130. },
  4131. "require": {
  4132. "ext-json": "*",
  4133. "ext-openssl": "*",
  4134. "guzzlehttp/guzzle": "^6.0|^7.0",
  4135. "guzzlehttp/psr7": "^1.7|^2.0",
  4136. "php": ">=7.1||>=8.0"
  4137. },
  4138. "require-dev": {
  4139. "ext-simplexml": "*",
  4140. "friendsofphp/php-cs-fixer": "^2.17",
  4141. "mockery/mockery": "^1.3.3",
  4142. "phpstan/phpstan": "^0.12.42",
  4143. "phpunit/phpunit": "^7.5||9.5"
  4144. },
  4145. "suggest": {
  4146. "ext-simplexml": "For decoding XML-based responses."
  4147. },
  4148. "type": "library",
  4149. "extra": {
  4150. "branch-alias": {
  4151. "dev-master": "1.0-dev",
  4152. "dev-develop": "2.0-dev"
  4153. }
  4154. },
  4155. "autoload": {
  4156. "psr-4": {
  4157. "League\\OAuth1\\Client\\": "src/"
  4158. }
  4159. },
  4160. "notification-url": "https://packagist.org/downloads/",
  4161. "license": [
  4162. "MIT"
  4163. ],
  4164. "authors": [
  4165. {
  4166. "name": "Ben Corlett",
  4167. "email": "bencorlett@me.com",
  4168. "homepage": "http://www.webcomm.com.au",
  4169. "role": "Developer"
  4170. }
  4171. ],
  4172. "description": "OAuth 1.0 Client Library",
  4173. "keywords": [
  4174. "Authentication",
  4175. "SSO",
  4176. "authorization",
  4177. "bitbucket",
  4178. "identity",
  4179. "idp",
  4180. "oauth",
  4181. "oauth1",
  4182. "single sign on",
  4183. "trello",
  4184. "tumblr",
  4185. "twitter"
  4186. ],
  4187. "support": {
  4188. "issues": "https://github.com/thephpleague/oauth1-client/issues",
  4189. "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1"
  4190. },
  4191. "time": "2022-04-15T14:02:14+00:00"
  4192. },
  4193. {
  4194. "name": "luigel/laravel-paymongo",
  4195. "version": "v2.4.0",
  4196. "source": {
  4197. "type": "git",
  4198. "url": "https://github.com/luigel/laravel-paymongo.git",
  4199. "reference": "1c826daebb3fca1248327a34e35c89bcae72f912"
  4200. },
  4201. "dist": {
  4202. "type": "zip",
  4203. "url": "https://api.github.com/repos/luigel/laravel-paymongo/zipball/1c826daebb3fca1248327a34e35c89bcae72f912",
  4204. "reference": "1c826daebb3fca1248327a34e35c89bcae72f912",
  4205. "shasum": ""
  4206. },
  4207. "require": {
  4208. "guzzlehttp/guzzle": "^7.0",
  4209. "illuminate/support": "^8.0|^9.0|^10.0",
  4210. "php": "^8.0"
  4211. },
  4212. "require-dev": {
  4213. "orchestra/testbench": "^6.0|^7.0|^8.0",
  4214. "pestphp/pest": "^1.20",
  4215. "pestphp/pest-plugin-parallel": "^1.0"
  4216. },
  4217. "type": "library",
  4218. "extra": {
  4219. "laravel": {
  4220. "providers": [
  4221. "Luigel\\Paymongo\\PaymongoServiceProvider"
  4222. ],
  4223. "aliases": {
  4224. "Paymongo": "Luigel\\Paymongo\\Facades\\Paymongo"
  4225. }
  4226. }
  4227. },
  4228. "autoload": {
  4229. "psr-4": {
  4230. "Luigel\\Paymongo\\": "src"
  4231. }
  4232. },
  4233. "notification-url": "https://packagist.org/downloads/",
  4234. "license": [
  4235. "MIT"
  4236. ],
  4237. "authors": [
  4238. {
  4239. "name": "Rigel Kent Carbonel",
  4240. "email": "rigel20.kent@gmail.com",
  4241. "role": "Developer"
  4242. }
  4243. ],
  4244. "description": "A laravel wrapper for Paymongo API",
  4245. "homepage": "https://github.com/luigel/laravel-paymongo",
  4246. "keywords": [
  4247. "credit-cards",
  4248. "debit-cards",
  4249. "gcash",
  4250. "grabcar",
  4251. "laravel",
  4252. "laravel-paymongo",
  4253. "luigel",
  4254. "payment-gateway",
  4255. "paymongo"
  4256. ],
  4257. "support": {
  4258. "issues": "https://github.com/luigel/laravel-paymongo/issues",
  4259. "source": "https://github.com/luigel/laravel-paymongo/tree/v2.4.0"
  4260. },
  4261. "time": "2023-05-22T04:08:03+00:00"
  4262. },
  4263. {
  4264. "name": "maatwebsite/excel",
  4265. "version": "3.1.48",
  4266. "source": {
  4267. "type": "git",
  4268. "url": "https://github.com/SpartnerNL/Laravel-Excel.git",
  4269. "reference": "6d0fe2a1d195960c7af7bf0de760582da02a34b9"
  4270. },
  4271. "dist": {
  4272. "type": "zip",
  4273. "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/6d0fe2a1d195960c7af7bf0de760582da02a34b9",
  4274. "reference": "6d0fe2a1d195960c7af7bf0de760582da02a34b9",
  4275. "shasum": ""
  4276. },
  4277. "require": {
  4278. "composer/semver": "^3.3",
  4279. "ext-json": "*",
  4280. "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
  4281. "php": "^7.0|^8.0",
  4282. "phpoffice/phpspreadsheet": "^1.18",
  4283. "psr/simple-cache": "^1.0|^2.0|^3.0"
  4284. },
  4285. "require-dev": {
  4286. "orchestra/testbench": "^6.0|^7.0|^8.0",
  4287. "predis/predis": "^1.1"
  4288. },
  4289. "type": "library",
  4290. "extra": {
  4291. "laravel": {
  4292. "providers": [
  4293. "Maatwebsite\\Excel\\ExcelServiceProvider"
  4294. ],
  4295. "aliases": {
  4296. "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
  4297. }
  4298. }
  4299. },
  4300. "autoload": {
  4301. "psr-4": {
  4302. "Maatwebsite\\Excel\\": "src/"
  4303. }
  4304. },
  4305. "notification-url": "https://packagist.org/downloads/",
  4306. "license": [
  4307. "MIT"
  4308. ],
  4309. "authors": [
  4310. {
  4311. "name": "Patrick Brouwers",
  4312. "email": "patrick@spartner.nl"
  4313. }
  4314. ],
  4315. "description": "Supercharged Excel exports and imports in Laravel",
  4316. "keywords": [
  4317. "PHPExcel",
  4318. "batch",
  4319. "csv",
  4320. "excel",
  4321. "export",
  4322. "import",
  4323. "laravel",
  4324. "php",
  4325. "phpspreadsheet"
  4326. ],
  4327. "support": {
  4328. "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
  4329. "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.48"
  4330. },
  4331. "funding": [
  4332. {
  4333. "url": "https://laravel-excel.com/commercial-support",
  4334. "type": "custom"
  4335. },
  4336. {
  4337. "url": "https://github.com/patrickbrouwers",
  4338. "type": "github"
  4339. }
  4340. ],
  4341. "time": "2023-02-22T21:01:38+00:00"
  4342. },
  4343. {
  4344. "name": "maennchen/zipstream-php",
  4345. "version": "3.1.0",
  4346. "source": {
  4347. "type": "git",
  4348. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  4349. "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
  4350. },
  4351. "dist": {
  4352. "type": "zip",
  4353. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
  4354. "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
  4355. "shasum": ""
  4356. },
  4357. "require": {
  4358. "ext-mbstring": "*",
  4359. "ext-zlib": "*",
  4360. "php-64bit": "^8.1"
  4361. },
  4362. "require-dev": {
  4363. "ext-zip": "*",
  4364. "friendsofphp/php-cs-fixer": "^3.16",
  4365. "guzzlehttp/guzzle": "^7.5",
  4366. "mikey179/vfsstream": "^1.6",
  4367. "php-coveralls/php-coveralls": "^2.5",
  4368. "phpunit/phpunit": "^10.0",
  4369. "vimeo/psalm": "^5.0"
  4370. },
  4371. "suggest": {
  4372. "guzzlehttp/psr7": "^2.4",
  4373. "psr/http-message": "^2.0"
  4374. },
  4375. "type": "library",
  4376. "autoload": {
  4377. "psr-4": {
  4378. "ZipStream\\": "src/"
  4379. }
  4380. },
  4381. "notification-url": "https://packagist.org/downloads/",
  4382. "license": [
  4383. "MIT"
  4384. ],
  4385. "authors": [
  4386. {
  4387. "name": "Paul Duncan",
  4388. "email": "pabs@pablotron.org"
  4389. },
  4390. {
  4391. "name": "Jonatan Männchen",
  4392. "email": "jonatan@maennchen.ch"
  4393. },
  4394. {
  4395. "name": "Jesse Donat",
  4396. "email": "donatj@gmail.com"
  4397. },
  4398. {
  4399. "name": "András Kolesár",
  4400. "email": "kolesar@kolesar.hu"
  4401. }
  4402. ],
  4403. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  4404. "keywords": [
  4405. "stream",
  4406. "zip"
  4407. ],
  4408. "support": {
  4409. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  4410. "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
  4411. },
  4412. "funding": [
  4413. {
  4414. "url": "https://github.com/maennchen",
  4415. "type": "github"
  4416. },
  4417. {
  4418. "url": "https://opencollective.com/zipstream",
  4419. "type": "open_collective"
  4420. }
  4421. ],
  4422. "time": "2023-06-21T14:59:35+00:00"
  4423. },
  4424. {
  4425. "name": "markbaker/complex",
  4426. "version": "3.0.2",
  4427. "source": {
  4428. "type": "git",
  4429. "url": "https://github.com/MarkBaker/PHPComplex.git",
  4430. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
  4431. },
  4432. "dist": {
  4433. "type": "zip",
  4434. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  4435. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  4436. "shasum": ""
  4437. },
  4438. "require": {
  4439. "php": "^7.2 || ^8.0"
  4440. },
  4441. "require-dev": {
  4442. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  4443. "phpcompatibility/php-compatibility": "^9.3",
  4444. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  4445. "squizlabs/php_codesniffer": "^3.7"
  4446. },
  4447. "type": "library",
  4448. "autoload": {
  4449. "psr-4": {
  4450. "Complex\\": "classes/src/"
  4451. }
  4452. },
  4453. "notification-url": "https://packagist.org/downloads/",
  4454. "license": [
  4455. "MIT"
  4456. ],
  4457. "authors": [
  4458. {
  4459. "name": "Mark Baker",
  4460. "email": "mark@lange.demon.co.uk"
  4461. }
  4462. ],
  4463. "description": "PHP Class for working with complex numbers",
  4464. "homepage": "https://github.com/MarkBaker/PHPComplex",
  4465. "keywords": [
  4466. "complex",
  4467. "mathematics"
  4468. ],
  4469. "support": {
  4470. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  4471. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
  4472. },
  4473. "time": "2022-12-06T16:21:08+00:00"
  4474. },
  4475. {
  4476. "name": "markbaker/matrix",
  4477. "version": "3.0.1",
  4478. "source": {
  4479. "type": "git",
  4480. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  4481. "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
  4482. },
  4483. "dist": {
  4484. "type": "zip",
  4485. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
  4486. "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
  4487. "shasum": ""
  4488. },
  4489. "require": {
  4490. "php": "^7.1 || ^8.0"
  4491. },
  4492. "require-dev": {
  4493. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  4494. "phpcompatibility/php-compatibility": "^9.3",
  4495. "phpdocumentor/phpdocumentor": "2.*",
  4496. "phploc/phploc": "^4.0",
  4497. "phpmd/phpmd": "2.*",
  4498. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  4499. "sebastian/phpcpd": "^4.0",
  4500. "squizlabs/php_codesniffer": "^3.7"
  4501. },
  4502. "type": "library",
  4503. "autoload": {
  4504. "psr-4": {
  4505. "Matrix\\": "classes/src/"
  4506. }
  4507. },
  4508. "notification-url": "https://packagist.org/downloads/",
  4509. "license": [
  4510. "MIT"
  4511. ],
  4512. "authors": [
  4513. {
  4514. "name": "Mark Baker",
  4515. "email": "mark@demon-angel.eu"
  4516. }
  4517. ],
  4518. "description": "PHP Class for working with matrices",
  4519. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  4520. "keywords": [
  4521. "mathematics",
  4522. "matrix",
  4523. "vector"
  4524. ],
  4525. "support": {
  4526. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  4527. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
  4528. },
  4529. "time": "2022-12-02T22:17:43+00:00"
  4530. },
  4531. {
  4532. "name": "marvel/shop",
  4533. "version": "dev-master",
  4534. "dist": {
  4535. "type": "path",
  4536. "url": "packages/marvel",
  4537. "reference": "2970130a1ed0be9a74a3599ad31507daf00b6f35"
  4538. },
  4539. "require": {
  4540. "bensampo/laravel-enum": "6.6.4",
  4541. "cknow/laravel-money": "7.2.0",
  4542. "cviebrock/eloquent-sluggable": "10.0.0",
  4543. "dgvai/laravel-sslcommerz": "^1.0",
  4544. "drewm/mailchimp-api": "^2.5",
  4545. "illuminate/support": "~9|~10",
  4546. "iyzico/iyzipay-php": "^2.0",
  4547. "kodeine/laravel-meta": "2.2.1",
  4548. "laravel/legacy-factories": "1.3.2",
  4549. "laravel/sanctum": "3.3.1",
  4550. "league/flysystem-aws-s3-v3": "3.16.0",
  4551. "luigel/laravel-paymongo": "^2.4",
  4552. "maatwebsite/excel": "3.1.48",
  4553. "mll-lab/graphql-php-scalars": "5.4.1",
  4554. "mll-lab/laravel-graphiql": "^3.1",
  4555. "mollie/laravel-mollie": "2.25.0",
  4556. "nuwave/lighthouse": "5.71.0",
  4557. "openai-php/client": "^0.7.4",
  4558. "php-http/guzzle7-adapter": "1.0.0",
  4559. "prettus/l5-repository": "2.9.0",
  4560. "pusher/pusher-php-server": "^7.2",
  4561. "razorpay/razorpay": "2.8.7",
  4562. "spatie/laravel-medialibrary": "10.14.0",
  4563. "spatie/laravel-newsletter": "5.1.1",
  4564. "spatie/laravel-permission": "6.0.0",
  4565. "spatie/period": "2.4.0",
  4566. "srmklive/paypal": "3.0.19",
  4567. "stripe/stripe-php": "13.1.0",
  4568. "twilio/sdk": "7.12.0",
  4569. "unicodeveloper/laravel-paystack": "1.1.0",
  4570. "xendit/xendit-php": "^3.0.0"
  4571. },
  4572. "require-dev": {
  4573. "mockery/mockery": "1.5.1",
  4574. "orchestra/testbench": "8.0.4",
  4575. "phpunit/phpunit": "10.0.13",
  4576. "sempro/phpunit-pretty-print": "1.4.0"
  4577. },
  4578. "type": "library",
  4579. "extra": {
  4580. "laravel": {
  4581. "providers": [
  4582. "Marvel\\ShopServiceProvider"
  4583. ],
  4584. "aliases": {
  4585. "Shop": "Marvel\\Facades\\Shop"
  4586. }
  4587. }
  4588. },
  4589. "autoload": {
  4590. "classmap": [
  4591. "src",
  4592. "stubs"
  4593. ]
  4594. },
  4595. "autoload-dev": {
  4596. "psr-4": {
  4597. "Marvel\\Tests\\": "tests"
  4598. }
  4599. },
  4600. "license": [
  4601. "license"
  4602. ],
  4603. "authors": [
  4604. {
  4605. "name": "RedQ",
  4606. "email": "support@redqteam.com",
  4607. "homepage": "https://redq.io"
  4608. }
  4609. ],
  4610. "description": ":package_description",
  4611. "homepage": "https://github.com/marvel/gateway",
  4612. "keywords": [
  4613. "Laravel",
  4614. "Shop"
  4615. ],
  4616. "transport-options": {
  4617. "relative": true
  4618. }
  4619. },
  4620. {
  4621. "name": "masterminds/html5",
  4622. "version": "2.8.1",
  4623. "source": {
  4624. "type": "git",
  4625. "url": "https://github.com/Masterminds/html5-php.git",
  4626. "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
  4627. },
  4628. "dist": {
  4629. "type": "zip",
  4630. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
  4631. "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
  4632. "shasum": ""
  4633. },
  4634. "require": {
  4635. "ext-dom": "*",
  4636. "php": ">=5.3.0"
  4637. },
  4638. "require-dev": {
  4639. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
  4640. },
  4641. "type": "library",
  4642. "extra": {
  4643. "branch-alias": {
  4644. "dev-master": "2.7-dev"
  4645. }
  4646. },
  4647. "autoload": {
  4648. "psr-4": {
  4649. "Masterminds\\": "src"
  4650. }
  4651. },
  4652. "notification-url": "https://packagist.org/downloads/",
  4653. "license": [
  4654. "MIT"
  4655. ],
  4656. "authors": [
  4657. {
  4658. "name": "Matt Butcher",
  4659. "email": "technosophos@gmail.com"
  4660. },
  4661. {
  4662. "name": "Matt Farina",
  4663. "email": "matt@mattfarina.com"
  4664. },
  4665. {
  4666. "name": "Asmir Mustafic",
  4667. "email": "goetas@gmail.com"
  4668. }
  4669. ],
  4670. "description": "An HTML5 parser and serializer.",
  4671. "homepage": "http://masterminds.github.io/html5-php",
  4672. "keywords": [
  4673. "HTML5",
  4674. "dom",
  4675. "html",
  4676. "parser",
  4677. "querypath",
  4678. "serializer",
  4679. "xml"
  4680. ],
  4681. "support": {
  4682. "issues": "https://github.com/Masterminds/html5-php/issues",
  4683. "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
  4684. },
  4685. "time": "2023-05-10T11:58:31+00:00"
  4686. },
  4687. {
  4688. "name": "messagebird/php-rest-api",
  4689. "version": "v3.1.4",
  4690. "source": {
  4691. "type": "git",
  4692. "url": "https://github.com/messagebird/php-rest-api.git",
  4693. "reference": "b3f192471c31a84a05081d5ba750a958db6cfc38"
  4694. },
  4695. "dist": {
  4696. "type": "zip",
  4697. "url": "https://api.github.com/repos/messagebird/php-rest-api/zipball/b3f192471c31a84a05081d5ba750a958db6cfc38",
  4698. "reference": "b3f192471c31a84a05081d5ba750a958db6cfc38",
  4699. "shasum": ""
  4700. },
  4701. "require": {
  4702. "ext-curl": "*",
  4703. "ext-json": "*",
  4704. "firebase/php-jwt": "^5.5.1|^6.2",
  4705. "php": ">=7.3|~8.0.0|~8.1.0|~8.2.0"
  4706. },
  4707. "require-dev": {
  4708. "phpunit/phpunit": "^9.5.14",
  4709. "vimeo/psalm": "4.18.1"
  4710. },
  4711. "type": "library",
  4712. "autoload": {
  4713. "psr-4": {
  4714. "MessageBird\\": "src/MessageBird/"
  4715. }
  4716. },
  4717. "notification-url": "https://packagist.org/downloads/",
  4718. "license": [
  4719. "BSD-2-Clause"
  4720. ],
  4721. "authors": [
  4722. {
  4723. "name": "MessageBird",
  4724. "email": "info@messagebird.com"
  4725. }
  4726. ],
  4727. "description": "MessageBird REST API client for PHP",
  4728. "homepage": "https://github.com/messagebird/php-rest-api",
  4729. "support": {
  4730. "docs": "https://developers.messagebird.com/api",
  4731. "issues": "https://github.com/messagebird/php-rest-api/issues",
  4732. "source": "https://github.com/messagebird/php-rest-api"
  4733. },
  4734. "time": "2023-01-16T19:22:44+00:00"
  4735. },
  4736. {
  4737. "name": "mll-lab/graphql-php-scalars",
  4738. "version": "v5.4.1",
  4739. "source": {
  4740. "type": "git",
  4741. "url": "https://github.com/mll-lab/graphql-php-scalars.git",
  4742. "reference": "0e71c350f1192819f603db783b92598e00c80549"
  4743. },
  4744. "dist": {
  4745. "type": "zip",
  4746. "url": "https://api.github.com/repos/mll-lab/graphql-php-scalars/zipball/0e71c350f1192819f603db783b92598e00c80549",
  4747. "reference": "0e71c350f1192819f603db783b92598e00c80549",
  4748. "shasum": ""
  4749. },
  4750. "require": {
  4751. "egulias/email-validator": "^2.1.17 || ^3",
  4752. "ext-json": "*",
  4753. "php": "^7.4 || ^8",
  4754. "spatie/regex": "^1.4 || ^2 || ^3",
  4755. "thecodingmachine/safe": "^1.3 || ^2",
  4756. "webonyx/graphql-php": "^0.13.9 || ^14"
  4757. },
  4758. "require-dev": {
  4759. "ergebnis/composer-normalize": "^2.16",
  4760. "friendsofphp/php-cs-fixer": "3.4.*",
  4761. "mll-lab/php-cs-fixer-config": "^4.3",
  4762. "phpstan/extension-installer": "^1",
  4763. "phpstan/phpstan": "^1",
  4764. "phpstan/phpstan-deprecation-rules": "^1",
  4765. "phpstan/phpstan-phpunit": "^1",
  4766. "phpstan/phpstan-strict-rules": "^1",
  4767. "phpunit/phpunit": "^9",
  4768. "symfony/var-dumper": "^5.4 || ^6",
  4769. "thecodingmachine/phpstan-safe-rule": "^1.1"
  4770. },
  4771. "type": "library",
  4772. "autoload": {
  4773. "psr-4": {
  4774. "MLL\\GraphQLScalars\\": "src"
  4775. }
  4776. },
  4777. "notification-url": "https://packagist.org/downloads/",
  4778. "license": [
  4779. "MIT"
  4780. ],
  4781. "authors": [
  4782. {
  4783. "name": "Benedikt Franke",
  4784. "email": "benedikt@franke.tech"
  4785. }
  4786. ],
  4787. "description": "A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php",
  4788. "keywords": [
  4789. "graphql",
  4790. "php"
  4791. ],
  4792. "support": {
  4793. "issues": "https://github.com/mll-lab/graphql-php-scalars/issues",
  4794. "source": "https://github.com/mll-lab/graphql-php-scalars/tree/v5.4.1"
  4795. },
  4796. "time": "2022-10-20T19:34:29+00:00"
  4797. },
  4798. {
  4799. "name": "mll-lab/laravel-graphiql",
  4800. "version": "v3.1.0",
  4801. "source": {
  4802. "type": "git",
  4803. "url": "https://github.com/mll-lab/laravel-graphiql.git",
  4804. "reference": "54d7dbe5376ab87a6ea83be11b1431d0af9e2f6c"
  4805. },
  4806. "dist": {
  4807. "type": "zip",
  4808. "url": "https://api.github.com/repos/mll-lab/laravel-graphiql/zipball/54d7dbe5376ab87a6ea83be11b1431d0af9e2f6c",
  4809. "reference": "54d7dbe5376ab87a6ea83be11b1431d0af9e2f6c",
  4810. "shasum": ""
  4811. },
  4812. "require": {
  4813. "illuminate/console": "^9 || ^10",
  4814. "illuminate/contracts": "^9 || ^10",
  4815. "illuminate/support": "^9 || ^10",
  4816. "php": "^8"
  4817. },
  4818. "require-dev": {
  4819. "ergebnis/composer-normalize": "^2.29",
  4820. "laravel/lumen-framework": "^9 || ^10",
  4821. "mll-lab/php-cs-fixer-config": "^5",
  4822. "nunomaduro/larastan": "^2.5.2",
  4823. "orchestra/testbench": "^7.7 || ^8.8",
  4824. "phpstan/extension-installer": "^1",
  4825. "phpstan/phpstan": "^1.10.15",
  4826. "phpstan/phpstan-mockery": "^1.1.1",
  4827. "phpstan/phpstan-phpunit": "^1.3.11"
  4828. },
  4829. "type": "library",
  4830. "extra": {
  4831. "laravel": {
  4832. "providers": [
  4833. "MLL\\GraphiQL\\GraphiQLServiceProvider"
  4834. ]
  4835. }
  4836. },
  4837. "autoload": {
  4838. "psr-4": {
  4839. "MLL\\GraphiQL\\": "src/"
  4840. }
  4841. },
  4842. "notification-url": "https://packagist.org/downloads/",
  4843. "license": [
  4844. "MIT"
  4845. ],
  4846. "authors": [
  4847. {
  4848. "name": "Benedikt Franke",
  4849. "email": "benedikt@franke.tech"
  4850. }
  4851. ],
  4852. "description": "Easily integrate GraphiQL into your Laravel project",
  4853. "keywords": [
  4854. "graphiql",
  4855. "graphql",
  4856. "laravel"
  4857. ],
  4858. "support": {
  4859. "issues": "https://github.com/mll-lab/laravel-graphiql/issues",
  4860. "source": "https://github.com/mll-lab/laravel-graphiql/tree/v3.1.0"
  4861. },
  4862. "time": "2023-07-04T13:58:40+00:00"
  4863. },
  4864. {
  4865. "name": "mollie/laravel-mollie",
  4866. "version": "v2.25.0",
  4867. "source": {
  4868. "type": "git",
  4869. "url": "https://github.com/mollie/laravel-mollie.git",
  4870. "reference": "d71e4764d7daaa8b6f1b3152f97ab73679278e0f"
  4871. },
  4872. "dist": {
  4873. "type": "zip",
  4874. "url": "https://api.github.com/repos/mollie/laravel-mollie/zipball/d71e4764d7daaa8b6f1b3152f97ab73679278e0f",
  4875. "reference": "d71e4764d7daaa8b6f1b3152f97ab73679278e0f",
  4876. "shasum": ""
  4877. },
  4878. "require": {
  4879. "ext-json": "*",
  4880. "illuminate/support": "^9.0|^10.0",
  4881. "mollie/mollie-api-php": "^2.60",
  4882. "php": "^8.0"
  4883. },
  4884. "require-dev": {
  4885. "laravel/pint": "^1.1",
  4886. "laravel/socialite": "^5.5",
  4887. "mockery/mockery": "^1.4",
  4888. "orchestra/testbench": "^7.18|^8.0",
  4889. "phpunit/phpunit": "^9.0|^10.0"
  4890. },
  4891. "suggest": {
  4892. "laravel/socialite": "Use Mollie Connect (OAuth) to authenticate via Laravel Socialite with the Mollie API. This is needed for some endpoints."
  4893. },
  4894. "type": "library",
  4895. "extra": {
  4896. "laravel": {
  4897. "providers": [
  4898. "Mollie\\Laravel\\MollieServiceProvider"
  4899. ],
  4900. "aliases": {
  4901. "Mollie": "Mollie\\Laravel\\Facades\\Mollie"
  4902. }
  4903. }
  4904. },
  4905. "autoload": {
  4906. "files": [
  4907. "src/helpers.php"
  4908. ],
  4909. "psr-4": {
  4910. "Mollie\\Laravel\\": "src/"
  4911. }
  4912. },
  4913. "notification-url": "https://packagist.org/downloads/",
  4914. "license": [
  4915. "BSD-2-Clause"
  4916. ],
  4917. "authors": [
  4918. {
  4919. "name": "Mollie B.V.",
  4920. "email": "info@mollie.com"
  4921. }
  4922. ],
  4923. "description": "Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite",
  4924. "homepage": "https://github.com/mollie/laravel-mollie",
  4925. "keywords": [
  4926. "Apple Pay",
  4927. "Przelewy24",
  4928. "api",
  4929. "bancontact",
  4930. "banktransfer",
  4931. "belfius",
  4932. "belfius direct net",
  4933. "charges",
  4934. "creditcard",
  4935. "direct debit",
  4936. "gateway",
  4937. "ideal",
  4938. "laravel",
  4939. "lumen",
  4940. "mistercash",
  4941. "mollie",
  4942. "payment",
  4943. "payments",
  4944. "paypal",
  4945. "paysafecard",
  4946. "podiumcadeaukaart",
  4947. "recurring",
  4948. "refunds",
  4949. "sepa",
  4950. "service",
  4951. "socialite",
  4952. "sofort",
  4953. "sofortbanking",
  4954. "subscriptions"
  4955. ],
  4956. "support": {
  4957. "issues": "https://github.com/mollie/laravel-mollie/issues",
  4958. "source": "https://github.com/mollie/laravel-mollie/tree/v2.25.0"
  4959. },
  4960. "time": "2023-07-31T13:36:56+00:00"
  4961. },
  4962. {
  4963. "name": "mollie/mollie-api-php",
  4964. "version": "v2.65.0",
  4965. "source": {
  4966. "type": "git",
  4967. "url": "https://github.com/mollie/mollie-api-php.git",
  4968. "reference": "3920816c311ec785f47f160204296d1b7f918da5"
  4969. },
  4970. "dist": {
  4971. "type": "zip",
  4972. "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/3920816c311ec785f47f160204296d1b7f918da5",
  4973. "reference": "3920816c311ec785f47f160204296d1b7f918da5",
  4974. "shasum": ""
  4975. },
  4976. "require": {
  4977. "composer/ca-bundle": "^1.2",
  4978. "ext-curl": "*",
  4979. "ext-json": "*",
  4980. "ext-openssl": "*",
  4981. "php": "^7.2|^8.0"
  4982. },
  4983. "require-dev": {
  4984. "eloquent/liberator": "^2.0||^3.0",
  4985. "friendsofphp/php-cs-fixer": "^3.0",
  4986. "guzzlehttp/guzzle": "^6.3 || ^7.0",
  4987. "phpstan/phpstan": "^1.4",
  4988. "phpunit/phpunit": "^8.5 || ^9.5"
  4989. },
  4990. "suggest": {
  4991. "mollie/oauth2-mollie-php": "Use OAuth to authenticate with the Mollie API. This is needed for some endpoints. Visit https://docs.mollie.com/ for more information."
  4992. },
  4993. "type": "library",
  4994. "autoload": {
  4995. "psr-4": {
  4996. "Mollie\\Api\\": "src/"
  4997. }
  4998. },
  4999. "notification-url": "https://packagist.org/downloads/",
  5000. "license": [
  5001. "BSD-2-Clause"
  5002. ],
  5003. "authors": [
  5004. {
  5005. "name": "Mollie B.V.",
  5006. "email": "info@mollie.com"
  5007. }
  5008. ],
  5009. "description": "Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.",
  5010. "homepage": "https://www.mollie.com/en/developers",
  5011. "keywords": [
  5012. "Apple Pay",
  5013. "CBC",
  5014. "Przelewy24",
  5015. "api",
  5016. "bancontact",
  5017. "banktransfer",
  5018. "belfius",
  5019. "belfius direct net",
  5020. "charges",
  5021. "creditcard",
  5022. "direct debit",
  5023. "fashioncheque",
  5024. "gateway",
  5025. "gift cards",
  5026. "ideal",
  5027. "inghomepay",
  5028. "intersolve",
  5029. "kbc",
  5030. "klarna",
  5031. "mistercash",
  5032. "mollie",
  5033. "paylater",
  5034. "payment",
  5035. "payments",
  5036. "paypal",
  5037. "paysafecard",
  5038. "podiumcadeaukaart",
  5039. "recurring",
  5040. "refunds",
  5041. "sepa",
  5042. "service",
  5043. "sliceit",
  5044. "sofort",
  5045. "sofortbanking",
  5046. "subscriptions"
  5047. ],
  5048. "support": {
  5049. "issues": "https://github.com/mollie/mollie-api-php/issues",
  5050. "source": "https://github.com/mollie/mollie-api-php/tree/v2.65.0"
  5051. },
  5052. "time": "2024-01-23T12:39:48+00:00"
  5053. },
  5054. {
  5055. "name": "moneyphp/money",
  5056. "version": "v4.5.0",
  5057. "source": {
  5058. "type": "git",
  5059. "url": "https://github.com/moneyphp/money.git",
  5060. "reference": "a1daa7daf159b4044e3d0c34c41fe2be5860e850"
  5061. },
  5062. "dist": {
  5063. "type": "zip",
  5064. "url": "https://api.github.com/repos/moneyphp/money/zipball/a1daa7daf159b4044e3d0c34c41fe2be5860e850",
  5065. "reference": "a1daa7daf159b4044e3d0c34c41fe2be5860e850",
  5066. "shasum": ""
  5067. },
  5068. "require": {
  5069. "ext-bcmath": "*",
  5070. "ext-filter": "*",
  5071. "ext-json": "*",
  5072. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  5073. },
  5074. "require-dev": {
  5075. "cache/taggable-cache": "^1.1.0",
  5076. "doctrine/coding-standard": "^12.0",
  5077. "doctrine/instantiator": "^1.5.0 || ^2.0",
  5078. "ext-gmp": "*",
  5079. "ext-intl": "*",
  5080. "florianv/exchanger": "^2.8.1",
  5081. "florianv/swap": "^4.3.0",
  5082. "moneyphp/crypto-currencies": "^1.1.0",
  5083. "moneyphp/iso-currencies": "^3.4",
  5084. "php-http/message": "^1.16.0",
  5085. "php-http/mock-client": "^1.6.0",
  5086. "phpbench/phpbench": "^1.2.5",
  5087. "phpunit/phpunit": "^10.5.9",
  5088. "psalm/plugin-phpunit": "^0.18.4",
  5089. "psr/cache": "^1.0.1 || ^2.0 || ^3.0",
  5090. "vimeo/psalm": "~5.20.0"
  5091. },
  5092. "suggest": {
  5093. "ext-gmp": "Calculate without integer limits",
  5094. "ext-intl": "Format Money objects with intl",
  5095. "florianv/exchanger": "Exchange rates library for PHP",
  5096. "florianv/swap": "Exchange rates library for PHP",
  5097. "psr/cache-implementation": "Used for Currency caching"
  5098. },
  5099. "type": "library",
  5100. "extra": {
  5101. "branch-alias": {
  5102. "dev-master": "3.x-dev"
  5103. }
  5104. },
  5105. "autoload": {
  5106. "psr-4": {
  5107. "Money\\": "src/"
  5108. }
  5109. },
  5110. "notification-url": "https://packagist.org/downloads/",
  5111. "license": [
  5112. "MIT"
  5113. ],
  5114. "authors": [
  5115. {
  5116. "name": "Mathias Verraes",
  5117. "email": "mathias@verraes.net",
  5118. "homepage": "http://verraes.net"
  5119. },
  5120. {
  5121. "name": "Márk Sági-Kazár",
  5122. "email": "mark.sagikazar@gmail.com"
  5123. },
  5124. {
  5125. "name": "Frederik Bosch",
  5126. "email": "f.bosch@genkgo.nl"
  5127. }
  5128. ],
  5129. "description": "PHP implementation of Fowler's Money pattern",
  5130. "homepage": "http://moneyphp.org",
  5131. "keywords": [
  5132. "Value Object",
  5133. "money",
  5134. "vo"
  5135. ],
  5136. "support": {
  5137. "issues": "https://github.com/moneyphp/money/issues",
  5138. "source": "https://github.com/moneyphp/money/tree/v4.5.0"
  5139. },
  5140. "time": "2024-02-15T19:47:21+00:00"
  5141. },
  5142. {
  5143. "name": "monolog/monolog",
  5144. "version": "3.5.0",
  5145. "source": {
  5146. "type": "git",
  5147. "url": "https://github.com/Seldaek/monolog.git",
  5148. "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
  5149. },
  5150. "dist": {
  5151. "type": "zip",
  5152. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
  5153. "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
  5154. "shasum": ""
  5155. },
  5156. "require": {
  5157. "php": ">=8.1",
  5158. "psr/log": "^2.0 || ^3.0"
  5159. },
  5160. "provide": {
  5161. "psr/log-implementation": "3.0.0"
  5162. },
  5163. "require-dev": {
  5164. "aws/aws-sdk-php": "^3.0",
  5165. "doctrine/couchdb": "~1.0@dev",
  5166. "elasticsearch/elasticsearch": "^7 || ^8",
  5167. "ext-json": "*",
  5168. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  5169. "guzzlehttp/guzzle": "^7.4.5",
  5170. "guzzlehttp/psr7": "^2.2",
  5171. "mongodb/mongodb": "^1.8",
  5172. "php-amqplib/php-amqplib": "~2.4 || ^3",
  5173. "phpstan/phpstan": "^1.9",
  5174. "phpstan/phpstan-deprecation-rules": "^1.0",
  5175. "phpstan/phpstan-strict-rules": "^1.4",
  5176. "phpunit/phpunit": "^10.1",
  5177. "predis/predis": "^1.1 || ^2",
  5178. "ruflin/elastica": "^7",
  5179. "symfony/mailer": "^5.4 || ^6",
  5180. "symfony/mime": "^5.4 || ^6"
  5181. },
  5182. "suggest": {
  5183. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  5184. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  5185. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  5186. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  5187. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  5188. "ext-mbstring": "Allow to work properly with unicode symbols",
  5189. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  5190. "ext-openssl": "Required to send log messages using SSL",
  5191. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  5192. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  5193. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  5194. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  5195. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  5196. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  5197. },
  5198. "type": "library",
  5199. "extra": {
  5200. "branch-alias": {
  5201. "dev-main": "3.x-dev"
  5202. }
  5203. },
  5204. "autoload": {
  5205. "psr-4": {
  5206. "Monolog\\": "src/Monolog"
  5207. }
  5208. },
  5209. "notification-url": "https://packagist.org/downloads/",
  5210. "license": [
  5211. "MIT"
  5212. ],
  5213. "authors": [
  5214. {
  5215. "name": "Jordi Boggiano",
  5216. "email": "j.boggiano@seld.be",
  5217. "homepage": "https://seld.be"
  5218. }
  5219. ],
  5220. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  5221. "homepage": "https://github.com/Seldaek/monolog",
  5222. "keywords": [
  5223. "log",
  5224. "logging",
  5225. "psr-3"
  5226. ],
  5227. "support": {
  5228. "issues": "https://github.com/Seldaek/monolog/issues",
  5229. "source": "https://github.com/Seldaek/monolog/tree/3.5.0"
  5230. },
  5231. "funding": [
  5232. {
  5233. "url": "https://github.com/Seldaek",
  5234. "type": "github"
  5235. },
  5236. {
  5237. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  5238. "type": "tidelift"
  5239. }
  5240. ],
  5241. "time": "2023-10-27T15:32:31+00:00"
  5242. },
  5243. {
  5244. "name": "mtdowling/jmespath.php",
  5245. "version": "2.7.0",
  5246. "source": {
  5247. "type": "git",
  5248. "url": "https://github.com/jmespath/jmespath.php.git",
  5249. "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
  5250. },
  5251. "dist": {
  5252. "type": "zip",
  5253. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
  5254. "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
  5255. "shasum": ""
  5256. },
  5257. "require": {
  5258. "php": "^7.2.5 || ^8.0",
  5259. "symfony/polyfill-mbstring": "^1.17"
  5260. },
  5261. "require-dev": {
  5262. "composer/xdebug-handler": "^3.0.3",
  5263. "phpunit/phpunit": "^8.5.33"
  5264. },
  5265. "bin": [
  5266. "bin/jp.php"
  5267. ],
  5268. "type": "library",
  5269. "extra": {
  5270. "branch-alias": {
  5271. "dev-master": "2.7-dev"
  5272. }
  5273. },
  5274. "autoload": {
  5275. "files": [
  5276. "src/JmesPath.php"
  5277. ],
  5278. "psr-4": {
  5279. "JmesPath\\": "src/"
  5280. }
  5281. },
  5282. "notification-url": "https://packagist.org/downloads/",
  5283. "license": [
  5284. "MIT"
  5285. ],
  5286. "authors": [
  5287. {
  5288. "name": "Graham Campbell",
  5289. "email": "hello@gjcampbell.co.uk",
  5290. "homepage": "https://github.com/GrahamCampbell"
  5291. },
  5292. {
  5293. "name": "Michael Dowling",
  5294. "email": "mtdowling@gmail.com",
  5295. "homepage": "https://github.com/mtdowling"
  5296. }
  5297. ],
  5298. "description": "Declaratively specify how to extract elements from a JSON document",
  5299. "keywords": [
  5300. "json",
  5301. "jsonpath"
  5302. ],
  5303. "support": {
  5304. "issues": "https://github.com/jmespath/jmespath.php/issues",
  5305. "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
  5306. },
  5307. "time": "2023-08-25T10:54:48+00:00"
  5308. },
  5309. {
  5310. "name": "nesbot/carbon",
  5311. "version": "2.72.3",
  5312. "source": {
  5313. "type": "git",
  5314. "url": "https://github.com/briannesbitt/Carbon.git",
  5315. "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
  5316. },
  5317. "dist": {
  5318. "type": "zip",
  5319. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
  5320. "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
  5321. "shasum": ""
  5322. },
  5323. "require": {
  5324. "carbonphp/carbon-doctrine-types": "*",
  5325. "ext-json": "*",
  5326. "php": "^7.1.8 || ^8.0",
  5327. "psr/clock": "^1.0",
  5328. "symfony/polyfill-mbstring": "^1.0",
  5329. "symfony/polyfill-php80": "^1.16",
  5330. "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  5331. },
  5332. "provide": {
  5333. "psr/clock-implementation": "1.0"
  5334. },
  5335. "require-dev": {
  5336. "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
  5337. "doctrine/orm": "^2.7 || ^3.0",
  5338. "friendsofphp/php-cs-fixer": "^3.0",
  5339. "kylekatarnls/multi-tester": "^2.0",
  5340. "ondrejmirtes/better-reflection": "*",
  5341. "phpmd/phpmd": "^2.9",
  5342. "phpstan/extension-installer": "^1.0",
  5343. "phpstan/phpstan": "^0.12.99 || ^1.7.14",
  5344. "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
  5345. "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
  5346. "squizlabs/php_codesniffer": "^3.4"
  5347. },
  5348. "bin": [
  5349. "bin/carbon"
  5350. ],
  5351. "type": "library",
  5352. "extra": {
  5353. "branch-alias": {
  5354. "dev-3.x": "3.x-dev",
  5355. "dev-master": "2.x-dev"
  5356. },
  5357. "laravel": {
  5358. "providers": [
  5359. "Carbon\\Laravel\\ServiceProvider"
  5360. ]
  5361. },
  5362. "phpstan": {
  5363. "includes": [
  5364. "extension.neon"
  5365. ]
  5366. }
  5367. },
  5368. "autoload": {
  5369. "psr-4": {
  5370. "Carbon\\": "src/Carbon/"
  5371. }
  5372. },
  5373. "notification-url": "https://packagist.org/downloads/",
  5374. "license": [
  5375. "MIT"
  5376. ],
  5377. "authors": [
  5378. {
  5379. "name": "Brian Nesbitt",
  5380. "email": "brian@nesbot.com",
  5381. "homepage": "https://markido.com"
  5382. },
  5383. {
  5384. "name": "kylekatarnls",
  5385. "homepage": "https://github.com/kylekatarnls"
  5386. }
  5387. ],
  5388. "description": "An API extension for DateTime that supports 281 different languages.",
  5389. "homepage": "https://carbon.nesbot.com",
  5390. "keywords": [
  5391. "date",
  5392. "datetime",
  5393. "time"
  5394. ],
  5395. "support": {
  5396. "docs": "https://carbon.nesbot.com/docs",
  5397. "issues": "https://github.com/briannesbitt/Carbon/issues",
  5398. "source": "https://github.com/briannesbitt/Carbon"
  5399. },
  5400. "funding": [
  5401. {
  5402. "url": "https://github.com/sponsors/kylekatarnls",
  5403. "type": "github"
  5404. },
  5405. {
  5406. "url": "https://opencollective.com/Carbon#sponsor",
  5407. "type": "opencollective"
  5408. },
  5409. {
  5410. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  5411. "type": "tidelift"
  5412. }
  5413. ],
  5414. "time": "2024-01-25T10:35:09+00:00"
  5415. },
  5416. {
  5417. "name": "nette/schema",
  5418. "version": "v1.3.0",
  5419. "source": {
  5420. "type": "git",
  5421. "url": "https://github.com/nette/schema.git",
  5422. "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
  5423. },
  5424. "dist": {
  5425. "type": "zip",
  5426. "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
  5427. "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
  5428. "shasum": ""
  5429. },
  5430. "require": {
  5431. "nette/utils": "^4.0",
  5432. "php": "8.1 - 8.3"
  5433. },
  5434. "require-dev": {
  5435. "nette/tester": "^2.4",
  5436. "phpstan/phpstan-nette": "^1.0",
  5437. "tracy/tracy": "^2.8"
  5438. },
  5439. "type": "library",
  5440. "extra": {
  5441. "branch-alias": {
  5442. "dev-master": "1.3-dev"
  5443. }
  5444. },
  5445. "autoload": {
  5446. "classmap": [
  5447. "src/"
  5448. ]
  5449. },
  5450. "notification-url": "https://packagist.org/downloads/",
  5451. "license": [
  5452. "BSD-3-Clause",
  5453. "GPL-2.0-only",
  5454. "GPL-3.0-only"
  5455. ],
  5456. "authors": [
  5457. {
  5458. "name": "David Grudl",
  5459. "homepage": "https://davidgrudl.com"
  5460. },
  5461. {
  5462. "name": "Nette Community",
  5463. "homepage": "https://nette.org/contributors"
  5464. }
  5465. ],
  5466. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  5467. "homepage": "https://nette.org",
  5468. "keywords": [
  5469. "config",
  5470. "nette"
  5471. ],
  5472. "support": {
  5473. "issues": "https://github.com/nette/schema/issues",
  5474. "source": "https://github.com/nette/schema/tree/v1.3.0"
  5475. },
  5476. "time": "2023-12-11T11:54:22+00:00"
  5477. },
  5478. {
  5479. "name": "nette/utils",
  5480. "version": "v4.0.4",
  5481. "source": {
  5482. "type": "git",
  5483. "url": "https://github.com/nette/utils.git",
  5484. "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
  5485. },
  5486. "dist": {
  5487. "type": "zip",
  5488. "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
  5489. "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
  5490. "shasum": ""
  5491. },
  5492. "require": {
  5493. "php": ">=8.0 <8.4"
  5494. },
  5495. "conflict": {
  5496. "nette/finder": "<3",
  5497. "nette/schema": "<1.2.2"
  5498. },
  5499. "require-dev": {
  5500. "jetbrains/phpstorm-attributes": "dev-master",
  5501. "nette/tester": "^2.5",
  5502. "phpstan/phpstan": "^1.0",
  5503. "tracy/tracy": "^2.9"
  5504. },
  5505. "suggest": {
  5506. "ext-gd": "to use Image",
  5507. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  5508. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  5509. "ext-json": "to use Nette\\Utils\\Json",
  5510. "ext-mbstring": "to use Strings::lower() etc...",
  5511. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
  5512. },
  5513. "type": "library",
  5514. "extra": {
  5515. "branch-alias": {
  5516. "dev-master": "4.0-dev"
  5517. }
  5518. },
  5519. "autoload": {
  5520. "classmap": [
  5521. "src/"
  5522. ]
  5523. },
  5524. "notification-url": "https://packagist.org/downloads/",
  5525. "license": [
  5526. "BSD-3-Clause",
  5527. "GPL-2.0-only",
  5528. "GPL-3.0-only"
  5529. ],
  5530. "authors": [
  5531. {
  5532. "name": "David Grudl",
  5533. "homepage": "https://davidgrudl.com"
  5534. },
  5535. {
  5536. "name": "Nette Community",
  5537. "homepage": "https://nette.org/contributors"
  5538. }
  5539. ],
  5540. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  5541. "homepage": "https://nette.org",
  5542. "keywords": [
  5543. "array",
  5544. "core",
  5545. "datetime",
  5546. "images",
  5547. "json",
  5548. "nette",
  5549. "paginator",
  5550. "password",
  5551. "slugify",
  5552. "string",
  5553. "unicode",
  5554. "utf-8",
  5555. "utility",
  5556. "validation"
  5557. ],
  5558. "support": {
  5559. "issues": "https://github.com/nette/utils/issues",
  5560. "source": "https://github.com/nette/utils/tree/v4.0.4"
  5561. },
  5562. "time": "2024-01-17T16:50:36+00:00"
  5563. },
  5564. {
  5565. "name": "nikic/php-parser",
  5566. "version": "v4.18.0",
  5567. "source": {
  5568. "type": "git",
  5569. "url": "https://github.com/nikic/PHP-Parser.git",
  5570. "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
  5571. },
  5572. "dist": {
  5573. "type": "zip",
  5574. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
  5575. "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
  5576. "shasum": ""
  5577. },
  5578. "require": {
  5579. "ext-tokenizer": "*",
  5580. "php": ">=7.0"
  5581. },
  5582. "require-dev": {
  5583. "ircmaxell/php-yacc": "^0.0.7",
  5584. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  5585. },
  5586. "bin": [
  5587. "bin/php-parse"
  5588. ],
  5589. "type": "library",
  5590. "extra": {
  5591. "branch-alias": {
  5592. "dev-master": "4.9-dev"
  5593. }
  5594. },
  5595. "autoload": {
  5596. "psr-4": {
  5597. "PhpParser\\": "lib/PhpParser"
  5598. }
  5599. },
  5600. "notification-url": "https://packagist.org/downloads/",
  5601. "license": [
  5602. "BSD-3-Clause"
  5603. ],
  5604. "authors": [
  5605. {
  5606. "name": "Nikita Popov"
  5607. }
  5608. ],
  5609. "description": "A PHP parser written in PHP",
  5610. "keywords": [
  5611. "parser",
  5612. "php"
  5613. ],
  5614. "support": {
  5615. "issues": "https://github.com/nikic/PHP-Parser/issues",
  5616. "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
  5617. },
  5618. "time": "2023-12-10T21:03:43+00:00"
  5619. },
  5620. {
  5621. "name": "nunomaduro/termwind",
  5622. "version": "v1.15.1",
  5623. "source": {
  5624. "type": "git",
  5625. "url": "https://github.com/nunomaduro/termwind.git",
  5626. "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
  5627. },
  5628. "dist": {
  5629. "type": "zip",
  5630. "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
  5631. "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
  5632. "shasum": ""
  5633. },
  5634. "require": {
  5635. "ext-mbstring": "*",
  5636. "php": "^8.0",
  5637. "symfony/console": "^5.3.0|^6.0.0"
  5638. },
  5639. "require-dev": {
  5640. "ergebnis/phpstan-rules": "^1.0.",
  5641. "illuminate/console": "^8.0|^9.0",
  5642. "illuminate/support": "^8.0|^9.0",
  5643. "laravel/pint": "^1.0.0",
  5644. "pestphp/pest": "^1.21.0",
  5645. "pestphp/pest-plugin-mock": "^1.0",
  5646. "phpstan/phpstan": "^1.4.6",
  5647. "phpstan/phpstan-strict-rules": "^1.1.0",
  5648. "symfony/var-dumper": "^5.2.7|^6.0.0",
  5649. "thecodingmachine/phpstan-strict-rules": "^1.0.0"
  5650. },
  5651. "type": "library",
  5652. "extra": {
  5653. "laravel": {
  5654. "providers": [
  5655. "Termwind\\Laravel\\TermwindServiceProvider"
  5656. ]
  5657. }
  5658. },
  5659. "autoload": {
  5660. "files": [
  5661. "src/Functions.php"
  5662. ],
  5663. "psr-4": {
  5664. "Termwind\\": "src/"
  5665. }
  5666. },
  5667. "notification-url": "https://packagist.org/downloads/",
  5668. "license": [
  5669. "MIT"
  5670. ],
  5671. "authors": [
  5672. {
  5673. "name": "Nuno Maduro",
  5674. "email": "enunomaduro@gmail.com"
  5675. }
  5676. ],
  5677. "description": "Its like Tailwind CSS, but for the console.",
  5678. "keywords": [
  5679. "cli",
  5680. "console",
  5681. "css",
  5682. "package",
  5683. "php",
  5684. "style"
  5685. ],
  5686. "support": {
  5687. "issues": "https://github.com/nunomaduro/termwind/issues",
  5688. "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
  5689. },
  5690. "funding": [
  5691. {
  5692. "url": "https://www.paypal.com/paypalme/enunomaduro",
  5693. "type": "custom"
  5694. },
  5695. {
  5696. "url": "https://github.com/nunomaduro",
  5697. "type": "github"
  5698. },
  5699. {
  5700. "url": "https://github.com/xiCO2k",
  5701. "type": "github"
  5702. }
  5703. ],
  5704. "time": "2023-02-08T01:06:31+00:00"
  5705. },
  5706. {
  5707. "name": "nuwave/lighthouse",
  5708. "version": "v5.71.0",
  5709. "source": {
  5710. "type": "git",
  5711. "url": "https://github.com/nuwave/lighthouse.git",
  5712. "reference": "d325357f2d0f30c9503ac1898dc7ae53eb0d9275"
  5713. },
  5714. "dist": {
  5715. "type": "zip",
  5716. "url": "https://api.github.com/repos/nuwave/lighthouse/zipball/d325357f2d0f30c9503ac1898dc7ae53eb0d9275",
  5717. "reference": "d325357f2d0f30c9503ac1898dc7ae53eb0d9275",
  5718. "shasum": ""
  5719. },
  5720. "require": {
  5721. "ext-json": "*",
  5722. "haydenpierce/class-finder": "^0.4",
  5723. "illuminate/auth": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5724. "illuminate/bus": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5725. "illuminate/contracts": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5726. "illuminate/http": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5727. "illuminate/pagination": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5728. "illuminate/queue": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5729. "illuminate/routing": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5730. "illuminate/support": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5731. "illuminate/validation": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5732. "laragraph/utils": "^1",
  5733. "php": ">= 7.2",
  5734. "thecodingmachine/safe": "^1 || ^2",
  5735. "webonyx/graphql-php": "^14.7"
  5736. },
  5737. "require-dev": {
  5738. "algolia/algoliasearch-client-php": "^3 || ^4",
  5739. "bensampo/laravel-enum": "^1.28.3 || ^2 || ^3 || ^4 || ^5 || ^6",
  5740. "ergebnis/composer-normalize": "^2.2.2",
  5741. "laravel/framework": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
  5742. "laravel/legacy-factories": "^1",
  5743. "laravel/lumen-framework": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10 || dev-master",
  5744. "laravel/scout": "^7 || ^8 || ^9",
  5745. "mll-lab/graphql-php-scalars": "^4 || ^5",
  5746. "mll-lab/php-cs-fixer-config": "^4.4.1",
  5747. "mockery/mockery": "^1",
  5748. "nunomaduro/larastan": "^0.6 || ^0.7 || ^1 || ^2",
  5749. "orchestra/testbench": "3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4 || ^5 || ^6 || ^7 || ^8",
  5750. "phpbench/phpbench": "^1",
  5751. "phpstan/phpstan": "~0.12 || ^1",
  5752. "phpstan/phpstan-mockery": "~0.12 || ^1",
  5753. "phpstan/phpstan-phpunit": "~0.12 || ^1",
  5754. "phpunit/phpunit": "^7.5 || ^8.4 || ^9",
  5755. "predis/predis": "^1.1",
  5756. "pusher/pusher-php-server": "^4 || ^5 || ^6 || ^7",
  5757. "rector/rector": "^0.12",
  5758. "thecodingmachine/phpstan-safe-rule": "^1"
  5759. },
  5760. "suggest": {
  5761. "bensampo/laravel-enum": "Convenient enum definitions that can easily be registered in your Schema",
  5762. "laravel/scout": "Required for the @search directive",
  5763. "mll-lab/graphql-php-scalars": "Useful scalar types, required for @whereConditions",
  5764. "mll-lab/laravel-graphiql": "A graphical interactive in-browser GraphQL IDE - integrated with Laravel",
  5765. "pusher/pusher-php-server": "Required when using the Pusher Subscriptions driver"
  5766. },
  5767. "type": "library",
  5768. "extra": {
  5769. "laravel": {
  5770. "aliases": {
  5771. "graphql": "Nuwave\\Lighthouse\\GraphQL"
  5772. },
  5773. "providers": [
  5774. "Nuwave\\Lighthouse\\LighthouseServiceProvider",
  5775. "Nuwave\\Lighthouse\\Auth\\AuthServiceProvider",
  5776. "Nuwave\\Lighthouse\\Cache\\CacheServiceProvider",
  5777. "Nuwave\\Lighthouse\\GlobalId\\GlobalIdServiceProvider",
  5778. "Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider",
  5779. "Nuwave\\Lighthouse\\Pagination\\PaginationServiceProvider",
  5780. "Nuwave\\Lighthouse\\Scout\\ScoutServiceProvider",
  5781. "Nuwave\\Lighthouse\\SoftDeletes\\SoftDeletesServiceProvider",
  5782. "Nuwave\\Lighthouse\\Validation\\ValidationServiceProvider"
  5783. ]
  5784. }
  5785. },
  5786. "autoload": {
  5787. "psr-4": {
  5788. "Nuwave\\Lighthouse\\": "src/"
  5789. }
  5790. },
  5791. "notification-url": "https://packagist.org/downloads/",
  5792. "license": [
  5793. "MIT"
  5794. ],
  5795. "authors": [
  5796. {
  5797. "name": "Christopher Moore",
  5798. "email": "chris@nuwavecommerce.com",
  5799. "homepage": "https://www.nuwavecommerce.com"
  5800. },
  5801. {
  5802. "name": "Benedikt Franke",
  5803. "email": "benedikt@franke.tech",
  5804. "homepage": "https://franke.tech"
  5805. }
  5806. ],
  5807. "description": "A framework for serving GraphQL from Laravel",
  5808. "homepage": "https://lighthouse-php.com",
  5809. "keywords": [
  5810. "graphql",
  5811. "laravel",
  5812. "laravel-graphql"
  5813. ],
  5814. "support": {
  5815. "issues": "https://github.com/nuwave/lighthouse/issues",
  5816. "source": "https://github.com/nuwave/lighthouse"
  5817. },
  5818. "funding": [
  5819. {
  5820. "url": "https://github.com/spawnia",
  5821. "type": "github"
  5822. },
  5823. {
  5824. "url": "https://issuehunt.io/r/nuwave/lighthouse",
  5825. "type": "issuehunt"
  5826. },
  5827. {
  5828. "url": "https://www.patreon.com/lighthouse_php",
  5829. "type": "patreon"
  5830. }
  5831. ],
  5832. "time": "2023-02-24T10:47:56+00:00"
  5833. },
  5834. {
  5835. "name": "openai-php/client",
  5836. "version": "v0.7.10",
  5837. "source": {
  5838. "type": "git",
  5839. "url": "https://github.com/openai-php/client.git",
  5840. "reference": "f9af25d7d7bd8e58f60ada6c30f1c93d65c73833"
  5841. },
  5842. "dist": {
  5843. "type": "zip",
  5844. "url": "https://api.github.com/repos/openai-php/client/zipball/f9af25d7d7bd8e58f60ada6c30f1c93d65c73833",
  5845. "reference": "f9af25d7d7bd8e58f60ada6c30f1c93d65c73833",
  5846. "shasum": ""
  5847. },
  5848. "require": {
  5849. "php": "^8.1.0",
  5850. "php-http/discovery": "^1.19.1",
  5851. "php-http/multipart-stream-builder": "^1.3.0",
  5852. "psr/http-client": "^1.0.3",
  5853. "psr/http-client-implementation": "^1.0.1",
  5854. "psr/http-factory-implementation": "*",
  5855. "psr/http-message": "^1.1.0|^2.0.0"
  5856. },
  5857. "require-dev": {
  5858. "guzzlehttp/guzzle": "^7.8.0",
  5859. "guzzlehttp/psr7": "^2.6.1",
  5860. "laravel/pint": "^1.13.2",
  5861. "nunomaduro/collision": "^7.9.0",
  5862. "pestphp/pest": "^2.19.2",
  5863. "pestphp/pest-plugin-arch": "^2.3.3",
  5864. "pestphp/pest-plugin-mock": "^2.0.0",
  5865. "pestphp/pest-plugin-type-coverage": "^2.2.0",
  5866. "phpstan/phpstan": "^1.10.35",
  5867. "rector/rector": "^0.16.0",
  5868. "symfony/var-dumper": "^6.3.4"
  5869. },
  5870. "type": "library",
  5871. "autoload": {
  5872. "files": [
  5873. "src/OpenAI.php"
  5874. ],
  5875. "psr-4": {
  5876. "OpenAI\\": "src/"
  5877. }
  5878. },
  5879. "notification-url": "https://packagist.org/downloads/",
  5880. "license": [
  5881. "MIT"
  5882. ],
  5883. "authors": [
  5884. {
  5885. "name": "Nuno Maduro",
  5886. "email": "enunomaduro@gmail.com"
  5887. },
  5888. {
  5889. "name": "Sandro Gehri"
  5890. }
  5891. ],
  5892. "description": "OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API",
  5893. "keywords": [
  5894. "GPT-3",
  5895. "api",
  5896. "client",
  5897. "codex",
  5898. "dall-e",
  5899. "language",
  5900. "natural",
  5901. "openai",
  5902. "php",
  5903. "processing",
  5904. "sdk"
  5905. ],
  5906. "support": {
  5907. "issues": "https://github.com/openai-php/client/issues",
  5908. "source": "https://github.com/openai-php/client/tree/v0.7.10"
  5909. },
  5910. "funding": [
  5911. {
  5912. "url": "https://www.paypal.com/paypalme/enunomaduro",
  5913. "type": "custom"
  5914. },
  5915. {
  5916. "url": "https://github.com/gehrisandro",
  5917. "type": "github"
  5918. },
  5919. {
  5920. "url": "https://github.com/nunomaduro",
  5921. "type": "github"
  5922. }
  5923. ],
  5924. "time": "2023-11-14T13:39:26+00:00"
  5925. },
  5926. {
  5927. "name": "paragonie/random_compat",
  5928. "version": "v9.99.100",
  5929. "source": {
  5930. "type": "git",
  5931. "url": "https://github.com/paragonie/random_compat.git",
  5932. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  5933. },
  5934. "dist": {
  5935. "type": "zip",
  5936. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  5937. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  5938. "shasum": ""
  5939. },
  5940. "require": {
  5941. "php": ">= 7"
  5942. },
  5943. "require-dev": {
  5944. "phpunit/phpunit": "4.*|5.*",
  5945. "vimeo/psalm": "^1"
  5946. },
  5947. "suggest": {
  5948. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  5949. },
  5950. "type": "library",
  5951. "notification-url": "https://packagist.org/downloads/",
  5952. "license": [
  5953. "MIT"
  5954. ],
  5955. "authors": [
  5956. {
  5957. "name": "Paragon Initiative Enterprises",
  5958. "email": "security@paragonie.com",
  5959. "homepage": "https://paragonie.com"
  5960. }
  5961. ],
  5962. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  5963. "keywords": [
  5964. "csprng",
  5965. "polyfill",
  5966. "pseudorandom",
  5967. "random"
  5968. ],
  5969. "support": {
  5970. "email": "info@paragonie.com",
  5971. "issues": "https://github.com/paragonie/random_compat/issues",
  5972. "source": "https://github.com/paragonie/random_compat"
  5973. },
  5974. "time": "2020-10-15T08:29:30+00:00"
  5975. },
  5976. {
  5977. "name": "paragonie/sodium_compat",
  5978. "version": "v1.20.0",
  5979. "source": {
  5980. "type": "git",
  5981. "url": "https://github.com/paragonie/sodium_compat.git",
  5982. "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6"
  5983. },
  5984. "dist": {
  5985. "type": "zip",
  5986. "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
  5987. "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
  5988. "shasum": ""
  5989. },
  5990. "require": {
  5991. "paragonie/random_compat": ">=1",
  5992. "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
  5993. },
  5994. "require-dev": {
  5995. "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
  5996. },
  5997. "suggest": {
  5998. "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
  5999. "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
  6000. },
  6001. "type": "library",
  6002. "autoload": {
  6003. "files": [
  6004. "autoload.php"
  6005. ]
  6006. },
  6007. "notification-url": "https://packagist.org/downloads/",
  6008. "license": [
  6009. "ISC"
  6010. ],
  6011. "authors": [
  6012. {
  6013. "name": "Paragon Initiative Enterprises",
  6014. "email": "security@paragonie.com"
  6015. },
  6016. {
  6017. "name": "Frank Denis",
  6018. "email": "jedisct1@pureftpd.org"
  6019. }
  6020. ],
  6021. "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
  6022. "keywords": [
  6023. "Authentication",
  6024. "BLAKE2b",
  6025. "ChaCha20",
  6026. "ChaCha20-Poly1305",
  6027. "Chapoly",
  6028. "Curve25519",
  6029. "Ed25519",
  6030. "EdDSA",
  6031. "Edwards-curve Digital Signature Algorithm",
  6032. "Elliptic Curve Diffie-Hellman",
  6033. "Poly1305",
  6034. "Pure-PHP cryptography",
  6035. "RFC 7748",
  6036. "RFC 8032",
  6037. "Salpoly",
  6038. "Salsa20",
  6039. "X25519",
  6040. "XChaCha20-Poly1305",
  6041. "XSalsa20-Poly1305",
  6042. "Xchacha20",
  6043. "Xsalsa20",
  6044. "aead",
  6045. "cryptography",
  6046. "ecdh",
  6047. "elliptic curve",
  6048. "elliptic curve cryptography",
  6049. "encryption",
  6050. "libsodium",
  6051. "php",
  6052. "public-key cryptography",
  6053. "secret-key cryptography",
  6054. "side-channel resistant"
  6055. ],
  6056. "support": {
  6057. "issues": "https://github.com/paragonie/sodium_compat/issues",
  6058. "source": "https://github.com/paragonie/sodium_compat/tree/v1.20.0"
  6059. },
  6060. "time": "2023-04-30T00:54:53+00:00"
  6061. },
  6062. {
  6063. "name": "phenx/php-font-lib",
  6064. "version": "0.5.6",
  6065. "source": {
  6066. "type": "git",
  6067. "url": "https://github.com/dompdf/php-font-lib.git",
  6068. "reference": "a1681e9793040740a405ac5b189275059e2a9863"
  6069. },
  6070. "dist": {
  6071. "type": "zip",
  6072. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
  6073. "reference": "a1681e9793040740a405ac5b189275059e2a9863",
  6074. "shasum": ""
  6075. },
  6076. "require": {
  6077. "ext-mbstring": "*"
  6078. },
  6079. "require-dev": {
  6080. "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
  6081. },
  6082. "type": "library",
  6083. "autoload": {
  6084. "psr-4": {
  6085. "FontLib\\": "src/FontLib"
  6086. }
  6087. },
  6088. "notification-url": "https://packagist.org/downloads/",
  6089. "license": [
  6090. "LGPL-2.1-or-later"
  6091. ],
  6092. "authors": [
  6093. {
  6094. "name": "Fabien Ménager",
  6095. "email": "fabien.menager@gmail.com"
  6096. }
  6097. ],
  6098. "description": "A library to read, parse, export and make subsets of different types of font files.",
  6099. "homepage": "https://github.com/PhenX/php-font-lib",
  6100. "support": {
  6101. "issues": "https://github.com/dompdf/php-font-lib/issues",
  6102. "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
  6103. },
  6104. "time": "2024-01-29T14:45:26+00:00"
  6105. },
  6106. {
  6107. "name": "phenx/php-svg-lib",
  6108. "version": "0.5.2",
  6109. "source": {
  6110. "type": "git",
  6111. "url": "https://github.com/dompdf/php-svg-lib.git",
  6112. "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa"
  6113. },
  6114. "dist": {
  6115. "type": "zip",
  6116. "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/732faa9fb4309221e2bd9b2fda5de44f947133aa",
  6117. "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa",
  6118. "shasum": ""
  6119. },
  6120. "require": {
  6121. "ext-mbstring": "*",
  6122. "php": "^7.1 || ^8.0",
  6123. "sabberworm/php-css-parser": "^8.4"
  6124. },
  6125. "require-dev": {
  6126. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
  6127. },
  6128. "type": "library",
  6129. "autoload": {
  6130. "psr-4": {
  6131. "Svg\\": "src/Svg"
  6132. }
  6133. },
  6134. "notification-url": "https://packagist.org/downloads/",
  6135. "license": [
  6136. "LGPL-3.0"
  6137. ],
  6138. "authors": [
  6139. {
  6140. "name": "Fabien Ménager",
  6141. "email": "fabien.menager@gmail.com"
  6142. }
  6143. ],
  6144. "description": "A library to read, parse and export to PDF SVG files.",
  6145. "homepage": "https://github.com/PhenX/php-svg-lib",
  6146. "support": {
  6147. "issues": "https://github.com/dompdf/php-svg-lib/issues",
  6148. "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.2"
  6149. },
  6150. "time": "2024-02-07T12:49:40+00:00"
  6151. },
  6152. {
  6153. "name": "php-http/discovery",
  6154. "version": "1.19.2",
  6155. "source": {
  6156. "type": "git",
  6157. "url": "https://github.com/php-http/discovery.git",
  6158. "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb"
  6159. },
  6160. "dist": {
  6161. "type": "zip",
  6162. "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
  6163. "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
  6164. "shasum": ""
  6165. },
  6166. "require": {
  6167. "composer-plugin-api": "^1.0|^2.0",
  6168. "php": "^7.1 || ^8.0"
  6169. },
  6170. "conflict": {
  6171. "nyholm/psr7": "<1.0",
  6172. "zendframework/zend-diactoros": "*"
  6173. },
  6174. "provide": {
  6175. "php-http/async-client-implementation": "*",
  6176. "php-http/client-implementation": "*",
  6177. "psr/http-client-implementation": "*",
  6178. "psr/http-factory-implementation": "*",
  6179. "psr/http-message-implementation": "*"
  6180. },
  6181. "require-dev": {
  6182. "composer/composer": "^1.0.2|^2.0",
  6183. "graham-campbell/phpspec-skip-example-extension": "^5.0",
  6184. "php-http/httplug": "^1.0 || ^2.0",
  6185. "php-http/message-factory": "^1.0",
  6186. "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
  6187. "symfony/phpunit-bridge": "^6.2"
  6188. },
  6189. "type": "composer-plugin",
  6190. "extra": {
  6191. "class": "Http\\Discovery\\Composer\\Plugin",
  6192. "plugin-optional": true
  6193. },
  6194. "autoload": {
  6195. "psr-4": {
  6196. "Http\\Discovery\\": "src/"
  6197. },
  6198. "exclude-from-classmap": [
  6199. "src/Composer/Plugin.php"
  6200. ]
  6201. },
  6202. "notification-url": "https://packagist.org/downloads/",
  6203. "license": [
  6204. "MIT"
  6205. ],
  6206. "authors": [
  6207. {
  6208. "name": "Márk Sági-Kazár",
  6209. "email": "mark.sagikazar@gmail.com"
  6210. }
  6211. ],
  6212. "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
  6213. "homepage": "http://php-http.org",
  6214. "keywords": [
  6215. "adapter",
  6216. "client",
  6217. "discovery",
  6218. "factory",
  6219. "http",
  6220. "message",
  6221. "psr17",
  6222. "psr7"
  6223. ],
  6224. "support": {
  6225. "issues": "https://github.com/php-http/discovery/issues",
  6226. "source": "https://github.com/php-http/discovery/tree/1.19.2"
  6227. },
  6228. "time": "2023-11-30T16:49:05+00:00"
  6229. },
  6230. {
  6231. "name": "php-http/guzzle7-adapter",
  6232. "version": "1.0.0",
  6233. "source": {
  6234. "type": "git",
  6235. "url": "https://github.com/php-http/guzzle7-adapter.git",
  6236. "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01"
  6237. },
  6238. "dist": {
  6239. "type": "zip",
  6240. "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
  6241. "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
  6242. "shasum": ""
  6243. },
  6244. "require": {
  6245. "guzzlehttp/guzzle": "^7.0",
  6246. "php": "^7.2 | ^8.0",
  6247. "php-http/httplug": "^2.0",
  6248. "psr/http-client": "^1.0"
  6249. },
  6250. "provide": {
  6251. "php-http/async-client-implementation": "1.0",
  6252. "php-http/client-implementation": "1.0",
  6253. "psr/http-client-implementation": "1.0"
  6254. },
  6255. "require-dev": {
  6256. "php-http/client-integration-tests": "^3.0",
  6257. "phpunit/phpunit": "^8.0|^9.3"
  6258. },
  6259. "type": "library",
  6260. "extra": {
  6261. "branch-alias": {
  6262. "dev-master": "0.2.x-dev"
  6263. }
  6264. },
  6265. "autoload": {
  6266. "psr-4": {
  6267. "Http\\Adapter\\Guzzle7\\": "src/"
  6268. }
  6269. },
  6270. "notification-url": "https://packagist.org/downloads/",
  6271. "license": [
  6272. "MIT"
  6273. ],
  6274. "authors": [
  6275. {
  6276. "name": "Tobias Nyholm",
  6277. "email": "tobias.nyholm@gmail.com"
  6278. }
  6279. ],
  6280. "description": "Guzzle 7 HTTP Adapter",
  6281. "homepage": "http://httplug.io",
  6282. "keywords": [
  6283. "Guzzle",
  6284. "http"
  6285. ],
  6286. "support": {
  6287. "issues": "https://github.com/php-http/guzzle7-adapter/issues",
  6288. "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0"
  6289. },
  6290. "time": "2021-03-09T07:35:15+00:00"
  6291. },
  6292. {
  6293. "name": "php-http/httplug",
  6294. "version": "2.4.0",
  6295. "source": {
  6296. "type": "git",
  6297. "url": "https://github.com/php-http/httplug.git",
  6298. "reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
  6299. },
  6300. "dist": {
  6301. "type": "zip",
  6302. "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
  6303. "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
  6304. "shasum": ""
  6305. },
  6306. "require": {
  6307. "php": "^7.1 || ^8.0",
  6308. "php-http/promise": "^1.1",
  6309. "psr/http-client": "^1.0",
  6310. "psr/http-message": "^1.0 || ^2.0"
  6311. },
  6312. "require-dev": {
  6313. "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
  6314. "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
  6315. },
  6316. "type": "library",
  6317. "autoload": {
  6318. "psr-4": {
  6319. "Http\\Client\\": "src/"
  6320. }
  6321. },
  6322. "notification-url": "https://packagist.org/downloads/",
  6323. "license": [
  6324. "MIT"
  6325. ],
  6326. "authors": [
  6327. {
  6328. "name": "Eric GELOEN",
  6329. "email": "geloen.eric@gmail.com"
  6330. },
  6331. {
  6332. "name": "Márk Sági-Kazár",
  6333. "email": "mark.sagikazar@gmail.com",
  6334. "homepage": "https://sagikazarmark.hu"
  6335. }
  6336. ],
  6337. "description": "HTTPlug, the HTTP client abstraction for PHP",
  6338. "homepage": "http://httplug.io",
  6339. "keywords": [
  6340. "client",
  6341. "http"
  6342. ],
  6343. "support": {
  6344. "issues": "https://github.com/php-http/httplug/issues",
  6345. "source": "https://github.com/php-http/httplug/tree/2.4.0"
  6346. },
  6347. "time": "2023-04-14T15:10:03+00:00"
  6348. },
  6349. {
  6350. "name": "php-http/multipart-stream-builder",
  6351. "version": "1.3.0",
  6352. "source": {
  6353. "type": "git",
  6354. "url": "https://github.com/php-http/multipart-stream-builder.git",
  6355. "reference": "f5938fd135d9fa442cc297dc98481805acfe2b6a"
  6356. },
  6357. "dist": {
  6358. "type": "zip",
  6359. "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/f5938fd135d9fa442cc297dc98481805acfe2b6a",
  6360. "reference": "f5938fd135d9fa442cc297dc98481805acfe2b6a",
  6361. "shasum": ""
  6362. },
  6363. "require": {
  6364. "php": "^7.1 || ^8.0",
  6365. "php-http/discovery": "^1.15",
  6366. "psr/http-factory-implementation": "^1.0"
  6367. },
  6368. "require-dev": {
  6369. "nyholm/psr7": "^1.0",
  6370. "php-http/message": "^1.5",
  6371. "php-http/message-factory": "^1.0.2",
  6372. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
  6373. },
  6374. "type": "library",
  6375. "autoload": {
  6376. "psr-4": {
  6377. "Http\\Message\\MultipartStream\\": "src/"
  6378. }
  6379. },
  6380. "notification-url": "https://packagist.org/downloads/",
  6381. "license": [
  6382. "MIT"
  6383. ],
  6384. "authors": [
  6385. {
  6386. "name": "Tobias Nyholm",
  6387. "email": "tobias.nyholm@gmail.com"
  6388. }
  6389. ],
  6390. "description": "A builder class that help you create a multipart stream",
  6391. "homepage": "http://php-http.org",
  6392. "keywords": [
  6393. "factory",
  6394. "http",
  6395. "message",
  6396. "multipart stream",
  6397. "stream"
  6398. ],
  6399. "support": {
  6400. "issues": "https://github.com/php-http/multipart-stream-builder/issues",
  6401. "source": "https://github.com/php-http/multipart-stream-builder/tree/1.3.0"
  6402. },
  6403. "time": "2023-04-28T14:10:22+00:00"
  6404. },
  6405. {
  6406. "name": "php-http/promise",
  6407. "version": "1.3.0",
  6408. "source": {
  6409. "type": "git",
  6410. "url": "https://github.com/php-http/promise.git",
  6411. "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07"
  6412. },
  6413. "dist": {
  6414. "type": "zip",
  6415. "url": "https://api.github.com/repos/php-http/promise/zipball/2916a606d3b390f4e9e8e2b8dd68581508be0f07",
  6416. "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07",
  6417. "shasum": ""
  6418. },
  6419. "require": {
  6420. "php": "^7.1 || ^8.0"
  6421. },
  6422. "require-dev": {
  6423. "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
  6424. "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
  6425. },
  6426. "type": "library",
  6427. "autoload": {
  6428. "psr-4": {
  6429. "Http\\Promise\\": "src/"
  6430. }
  6431. },
  6432. "notification-url": "https://packagist.org/downloads/",
  6433. "license": [
  6434. "MIT"
  6435. ],
  6436. "authors": [
  6437. {
  6438. "name": "Joel Wurtz",
  6439. "email": "joel.wurtz@gmail.com"
  6440. },
  6441. {
  6442. "name": "Márk Sági-Kazár",
  6443. "email": "mark.sagikazar@gmail.com"
  6444. }
  6445. ],
  6446. "description": "Promise used for asynchronous HTTP requests",
  6447. "homepage": "http://httplug.io",
  6448. "keywords": [
  6449. "promise"
  6450. ],
  6451. "support": {
  6452. "issues": "https://github.com/php-http/promise/issues",
  6453. "source": "https://github.com/php-http/promise/tree/1.3.0"
  6454. },
  6455. "time": "2024-01-04T18:49:48+00:00"
  6456. },
  6457. {
  6458. "name": "phpoffice/phpspreadsheet",
  6459. "version": "1.29.0",
  6460. "source": {
  6461. "type": "git",
  6462. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  6463. "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
  6464. },
  6465. "dist": {
  6466. "type": "zip",
  6467. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
  6468. "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
  6469. "shasum": ""
  6470. },
  6471. "require": {
  6472. "ext-ctype": "*",
  6473. "ext-dom": "*",
  6474. "ext-fileinfo": "*",
  6475. "ext-gd": "*",
  6476. "ext-iconv": "*",
  6477. "ext-libxml": "*",
  6478. "ext-mbstring": "*",
  6479. "ext-simplexml": "*",
  6480. "ext-xml": "*",
  6481. "ext-xmlreader": "*",
  6482. "ext-xmlwriter": "*",
  6483. "ext-zip": "*",
  6484. "ext-zlib": "*",
  6485. "ezyang/htmlpurifier": "^4.15",
  6486. "maennchen/zipstream-php": "^2.1 || ^3.0",
  6487. "markbaker/complex": "^3.0",
  6488. "markbaker/matrix": "^3.0",
  6489. "php": "^7.4 || ^8.0",
  6490. "psr/http-client": "^1.0",
  6491. "psr/http-factory": "^1.0",
  6492. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  6493. },
  6494. "require-dev": {
  6495. "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
  6496. "dompdf/dompdf": "^1.0 || ^2.0",
  6497. "friendsofphp/php-cs-fixer": "^3.2",
  6498. "mitoteam/jpgraph": "^10.3",
  6499. "mpdf/mpdf": "^8.1.1",
  6500. "phpcompatibility/php-compatibility": "^9.3",
  6501. "phpstan/phpstan": "^1.1",
  6502. "phpstan/phpstan-phpunit": "^1.0",
  6503. "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
  6504. "squizlabs/php_codesniffer": "^3.7",
  6505. "tecnickcom/tcpdf": "^6.5"
  6506. },
  6507. "suggest": {
  6508. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  6509. "ext-intl": "PHP Internationalization Functions",
  6510. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  6511. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  6512. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  6513. },
  6514. "type": "library",
  6515. "autoload": {
  6516. "psr-4": {
  6517. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  6518. }
  6519. },
  6520. "notification-url": "https://packagist.org/downloads/",
  6521. "license": [
  6522. "MIT"
  6523. ],
  6524. "authors": [
  6525. {
  6526. "name": "Maarten Balliauw",
  6527. "homepage": "https://blog.maartenballiauw.be"
  6528. },
  6529. {
  6530. "name": "Mark Baker",
  6531. "homepage": "https://markbakeruk.net"
  6532. },
  6533. {
  6534. "name": "Franck Lefevre",
  6535. "homepage": "https://rootslabs.net"
  6536. },
  6537. {
  6538. "name": "Erik Tilt"
  6539. },
  6540. {
  6541. "name": "Adrien Crivelli"
  6542. }
  6543. ],
  6544. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  6545. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  6546. "keywords": [
  6547. "OpenXML",
  6548. "excel",
  6549. "gnumeric",
  6550. "ods",
  6551. "php",
  6552. "spreadsheet",
  6553. "xls",
  6554. "xlsx"
  6555. ],
  6556. "support": {
  6557. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  6558. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
  6559. },
  6560. "time": "2023-06-14T22:48:31+00:00"
  6561. },
  6562. {
  6563. "name": "phpoption/phpoption",
  6564. "version": "1.9.2",
  6565. "source": {
  6566. "type": "git",
  6567. "url": "https://github.com/schmittjoh/php-option.git",
  6568. "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
  6569. },
  6570. "dist": {
  6571. "type": "zip",
  6572. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
  6573. "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
  6574. "shasum": ""
  6575. },
  6576. "require": {
  6577. "php": "^7.2.5 || ^8.0"
  6578. },
  6579. "require-dev": {
  6580. "bamarni/composer-bin-plugin": "^1.8.2",
  6581. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  6582. },
  6583. "type": "library",
  6584. "extra": {
  6585. "bamarni-bin": {
  6586. "bin-links": true,
  6587. "forward-command": true
  6588. },
  6589. "branch-alias": {
  6590. "dev-master": "1.9-dev"
  6591. }
  6592. },
  6593. "autoload": {
  6594. "psr-4": {
  6595. "PhpOption\\": "src/PhpOption/"
  6596. }
  6597. },
  6598. "notification-url": "https://packagist.org/downloads/",
  6599. "license": [
  6600. "Apache-2.0"
  6601. ],
  6602. "authors": [
  6603. {
  6604. "name": "Johannes M. Schmitt",
  6605. "email": "schmittjoh@gmail.com",
  6606. "homepage": "https://github.com/schmittjoh"
  6607. },
  6608. {
  6609. "name": "Graham Campbell",
  6610. "email": "hello@gjcampbell.co.uk",
  6611. "homepage": "https://github.com/GrahamCampbell"
  6612. }
  6613. ],
  6614. "description": "Option Type for PHP",
  6615. "keywords": [
  6616. "language",
  6617. "option",
  6618. "php",
  6619. "type"
  6620. ],
  6621. "support": {
  6622. "issues": "https://github.com/schmittjoh/php-option/issues",
  6623. "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
  6624. },
  6625. "funding": [
  6626. {
  6627. "url": "https://github.com/GrahamCampbell",
  6628. "type": "github"
  6629. },
  6630. {
  6631. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  6632. "type": "tidelift"
  6633. }
  6634. ],
  6635. "time": "2023-11-12T21:59:55+00:00"
  6636. },
  6637. {
  6638. "name": "prettus/l5-repository",
  6639. "version": "2.9.0",
  6640. "source": {
  6641. "type": "git",
  6642. "url": "https://github.com/andersao/l5-repository.git",
  6643. "reference": "a9b4e7255988ea9f18b016b96e16967891dbfef6"
  6644. },
  6645. "dist": {
  6646. "type": "zip",
  6647. "url": "https://api.github.com/repos/andersao/l5-repository/zipball/a9b4e7255988ea9f18b016b96e16967891dbfef6",
  6648. "reference": "a9b4e7255988ea9f18b016b96e16967891dbfef6",
  6649. "shasum": ""
  6650. },
  6651. "require": {
  6652. "illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6653. "illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6654. "illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6655. "illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6656. "illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6657. "illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6658. "illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6659. "illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
  6660. "prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4"
  6661. },
  6662. "suggest": {
  6663. "league/fractal": "Required to use the Fractal Presenter (0.12.*).",
  6664. "prettus/laravel-validation": "Required to provide easy validation with the repository (1.1.*)",
  6665. "robclancy/presenter": "Required to use the Presenter Model (1.3.*)"
  6666. },
  6667. "type": "library",
  6668. "extra": {
  6669. "laravel": {
  6670. "providers": [
  6671. "Prettus\\Repository\\Providers\\RepositoryServiceProvider"
  6672. ]
  6673. }
  6674. },
  6675. "autoload": {
  6676. "psr-4": {
  6677. "Prettus\\Repository\\": "src/Prettus/Repository/"
  6678. }
  6679. },
  6680. "notification-url": "https://packagist.org/downloads/",
  6681. "license": [
  6682. "MIT"
  6683. ],
  6684. "authors": [
  6685. {
  6686. "name": "Anderson Andrade",
  6687. "email": "contato@andersonandra.de",
  6688. "homepage": "http://andersonandra.de",
  6689. "role": "Developer"
  6690. }
  6691. ],
  6692. "description": "Laravel 5|6|7|8|9|10 - Repositories to the database layer",
  6693. "homepage": "http://andersao.github.io/l5-repository",
  6694. "keywords": [
  6695. "cache",
  6696. "eloquent",
  6697. "laravel",
  6698. "model",
  6699. "repository"
  6700. ],
  6701. "support": {
  6702. "docs": "http://andersao.github.io/l5-repository",
  6703. "email": "contato@andersonandra.de",
  6704. "issues": "https://github.com/andersao/l5-repository/issues",
  6705. "source": "https://github.com/andersao/l5-repository",
  6706. "wiki": "https://github.com/andersao/l5-repository"
  6707. },
  6708. "time": "2023-02-22T02:22:15+00:00"
  6709. },
  6710. {
  6711. "name": "prettus/laravel-validation",
  6712. "version": "1.5.0",
  6713. "source": {
  6714. "type": "git",
  6715. "url": "https://github.com/andersao/laravel-validator.git",
  6716. "reference": "5af73c58801fdd0344dd6281d0ae5ae7df248ec3"
  6717. },
  6718. "dist": {
  6719. "type": "zip",
  6720. "url": "https://api.github.com/repos/andersao/laravel-validator/zipball/5af73c58801fdd0344dd6281d0ae5ae7df248ec3",
  6721. "reference": "5af73c58801fdd0344dd6281d0ae5ae7df248ec3",
  6722. "shasum": ""
  6723. },
  6724. "require": {
  6725. "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
  6726. "illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
  6727. "php": ">=5.4.0"
  6728. },
  6729. "type": "library",
  6730. "autoload": {
  6731. "psr-4": {
  6732. "Prettus\\Validator\\": "src/Prettus/Validator/"
  6733. }
  6734. },
  6735. "notification-url": "https://packagist.org/downloads/",
  6736. "authors": [
  6737. {
  6738. "name": "Anderson Andrade",
  6739. "email": "contato@andersonandra.de",
  6740. "homepage": "http://andersonandra.de",
  6741. "role": "Developer"
  6742. }
  6743. ],
  6744. "description": "Laravel Validation Service",
  6745. "homepage": "http://andersao.github.io/laravel-validation",
  6746. "keywords": [
  6747. "laravel",
  6748. "service",
  6749. "validation"
  6750. ],
  6751. "support": {
  6752. "docs": "http://andersao.github.io/laravel-validation",
  6753. "email": "contato@andersonandra.de",
  6754. "issues": "https://github.com/andersao/laravel-validation/issues",
  6755. "source": "https://github.com/andersao/laravel-validation",
  6756. "wiki": "https://github.com/andersao/laravel-validation"
  6757. },
  6758. "time": "2023-02-22T13:20:29+00:00"
  6759. },
  6760. {
  6761. "name": "psr/cache",
  6762. "version": "3.0.0",
  6763. "source": {
  6764. "type": "git",
  6765. "url": "https://github.com/php-fig/cache.git",
  6766. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  6767. },
  6768. "dist": {
  6769. "type": "zip",
  6770. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  6771. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  6772. "shasum": ""
  6773. },
  6774. "require": {
  6775. "php": ">=8.0.0"
  6776. },
  6777. "type": "library",
  6778. "extra": {
  6779. "branch-alias": {
  6780. "dev-master": "1.0.x-dev"
  6781. }
  6782. },
  6783. "autoload": {
  6784. "psr-4": {
  6785. "Psr\\Cache\\": "src/"
  6786. }
  6787. },
  6788. "notification-url": "https://packagist.org/downloads/",
  6789. "license": [
  6790. "MIT"
  6791. ],
  6792. "authors": [
  6793. {
  6794. "name": "PHP-FIG",
  6795. "homepage": "https://www.php-fig.org/"
  6796. }
  6797. ],
  6798. "description": "Common interface for caching libraries",
  6799. "keywords": [
  6800. "cache",
  6801. "psr",
  6802. "psr-6"
  6803. ],
  6804. "support": {
  6805. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  6806. },
  6807. "time": "2021-02-03T23:26:27+00:00"
  6808. },
  6809. {
  6810. "name": "psr/clock",
  6811. "version": "1.0.0",
  6812. "source": {
  6813. "type": "git",
  6814. "url": "https://github.com/php-fig/clock.git",
  6815. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  6816. },
  6817. "dist": {
  6818. "type": "zip",
  6819. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  6820. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  6821. "shasum": ""
  6822. },
  6823. "require": {
  6824. "php": "^7.0 || ^8.0"
  6825. },
  6826. "type": "library",
  6827. "autoload": {
  6828. "psr-4": {
  6829. "Psr\\Clock\\": "src/"
  6830. }
  6831. },
  6832. "notification-url": "https://packagist.org/downloads/",
  6833. "license": [
  6834. "MIT"
  6835. ],
  6836. "authors": [
  6837. {
  6838. "name": "PHP-FIG",
  6839. "homepage": "https://www.php-fig.org/"
  6840. }
  6841. ],
  6842. "description": "Common interface for reading the clock.",
  6843. "homepage": "https://github.com/php-fig/clock",
  6844. "keywords": [
  6845. "clock",
  6846. "now",
  6847. "psr",
  6848. "psr-20",
  6849. "time"
  6850. ],
  6851. "support": {
  6852. "issues": "https://github.com/php-fig/clock/issues",
  6853. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  6854. },
  6855. "time": "2022-11-25T14:36:26+00:00"
  6856. },
  6857. {
  6858. "name": "psr/container",
  6859. "version": "2.0.2",
  6860. "source": {
  6861. "type": "git",
  6862. "url": "https://github.com/php-fig/container.git",
  6863. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  6864. },
  6865. "dist": {
  6866. "type": "zip",
  6867. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  6868. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  6869. "shasum": ""
  6870. },
  6871. "require": {
  6872. "php": ">=7.4.0"
  6873. },
  6874. "type": "library",
  6875. "extra": {
  6876. "branch-alias": {
  6877. "dev-master": "2.0.x-dev"
  6878. }
  6879. },
  6880. "autoload": {
  6881. "psr-4": {
  6882. "Psr\\Container\\": "src/"
  6883. }
  6884. },
  6885. "notification-url": "https://packagist.org/downloads/",
  6886. "license": [
  6887. "MIT"
  6888. ],
  6889. "authors": [
  6890. {
  6891. "name": "PHP-FIG",
  6892. "homepage": "https://www.php-fig.org/"
  6893. }
  6894. ],
  6895. "description": "Common Container Interface (PHP FIG PSR-11)",
  6896. "homepage": "https://github.com/php-fig/container",
  6897. "keywords": [
  6898. "PSR-11",
  6899. "container",
  6900. "container-interface",
  6901. "container-interop",
  6902. "psr"
  6903. ],
  6904. "support": {
  6905. "issues": "https://github.com/php-fig/container/issues",
  6906. "source": "https://github.com/php-fig/container/tree/2.0.2"
  6907. },
  6908. "time": "2021-11-05T16:47:00+00:00"
  6909. },
  6910. {
  6911. "name": "psr/event-dispatcher",
  6912. "version": "1.0.0",
  6913. "source": {
  6914. "type": "git",
  6915. "url": "https://github.com/php-fig/event-dispatcher.git",
  6916. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  6917. },
  6918. "dist": {
  6919. "type": "zip",
  6920. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  6921. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  6922. "shasum": ""
  6923. },
  6924. "require": {
  6925. "php": ">=7.2.0"
  6926. },
  6927. "type": "library",
  6928. "extra": {
  6929. "branch-alias": {
  6930. "dev-master": "1.0.x-dev"
  6931. }
  6932. },
  6933. "autoload": {
  6934. "psr-4": {
  6935. "Psr\\EventDispatcher\\": "src/"
  6936. }
  6937. },
  6938. "notification-url": "https://packagist.org/downloads/",
  6939. "license": [
  6940. "MIT"
  6941. ],
  6942. "authors": [
  6943. {
  6944. "name": "PHP-FIG",
  6945. "homepage": "http://www.php-fig.org/"
  6946. }
  6947. ],
  6948. "description": "Standard interfaces for event handling.",
  6949. "keywords": [
  6950. "events",
  6951. "psr",
  6952. "psr-14"
  6953. ],
  6954. "support": {
  6955. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  6956. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  6957. },
  6958. "time": "2019-01-08T18:20:26+00:00"
  6959. },
  6960. {
  6961. "name": "psr/http-client",
  6962. "version": "1.0.3",
  6963. "source": {
  6964. "type": "git",
  6965. "url": "https://github.com/php-fig/http-client.git",
  6966. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  6967. },
  6968. "dist": {
  6969. "type": "zip",
  6970. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  6971. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  6972. "shasum": ""
  6973. },
  6974. "require": {
  6975. "php": "^7.0 || ^8.0",
  6976. "psr/http-message": "^1.0 || ^2.0"
  6977. },
  6978. "type": "library",
  6979. "extra": {
  6980. "branch-alias": {
  6981. "dev-master": "1.0.x-dev"
  6982. }
  6983. },
  6984. "autoload": {
  6985. "psr-4": {
  6986. "Psr\\Http\\Client\\": "src/"
  6987. }
  6988. },
  6989. "notification-url": "https://packagist.org/downloads/",
  6990. "license": [
  6991. "MIT"
  6992. ],
  6993. "authors": [
  6994. {
  6995. "name": "PHP-FIG",
  6996. "homepage": "https://www.php-fig.org/"
  6997. }
  6998. ],
  6999. "description": "Common interface for HTTP clients",
  7000. "homepage": "https://github.com/php-fig/http-client",
  7001. "keywords": [
  7002. "http",
  7003. "http-client",
  7004. "psr",
  7005. "psr-18"
  7006. ],
  7007. "support": {
  7008. "source": "https://github.com/php-fig/http-client"
  7009. },
  7010. "time": "2023-09-23T14:17:50+00:00"
  7011. },
  7012. {
  7013. "name": "psr/http-factory",
  7014. "version": "1.0.2",
  7015. "source": {
  7016. "type": "git",
  7017. "url": "https://github.com/php-fig/http-factory.git",
  7018. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  7019. },
  7020. "dist": {
  7021. "type": "zip",
  7022. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  7023. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  7024. "shasum": ""
  7025. },
  7026. "require": {
  7027. "php": ">=7.0.0",
  7028. "psr/http-message": "^1.0 || ^2.0"
  7029. },
  7030. "type": "library",
  7031. "extra": {
  7032. "branch-alias": {
  7033. "dev-master": "1.0.x-dev"
  7034. }
  7035. },
  7036. "autoload": {
  7037. "psr-4": {
  7038. "Psr\\Http\\Message\\": "src/"
  7039. }
  7040. },
  7041. "notification-url": "https://packagist.org/downloads/",
  7042. "license": [
  7043. "MIT"
  7044. ],
  7045. "authors": [
  7046. {
  7047. "name": "PHP-FIG",
  7048. "homepage": "https://www.php-fig.org/"
  7049. }
  7050. ],
  7051. "description": "Common interfaces for PSR-7 HTTP message factories",
  7052. "keywords": [
  7053. "factory",
  7054. "http",
  7055. "message",
  7056. "psr",
  7057. "psr-17",
  7058. "psr-7",
  7059. "request",
  7060. "response"
  7061. ],
  7062. "support": {
  7063. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  7064. },
  7065. "time": "2023-04-10T20:10:41+00:00"
  7066. },
  7067. {
  7068. "name": "psr/http-message",
  7069. "version": "2.0",
  7070. "source": {
  7071. "type": "git",
  7072. "url": "https://github.com/php-fig/http-message.git",
  7073. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  7074. },
  7075. "dist": {
  7076. "type": "zip",
  7077. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  7078. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  7079. "shasum": ""
  7080. },
  7081. "require": {
  7082. "php": "^7.2 || ^8.0"
  7083. },
  7084. "type": "library",
  7085. "extra": {
  7086. "branch-alias": {
  7087. "dev-master": "2.0.x-dev"
  7088. }
  7089. },
  7090. "autoload": {
  7091. "psr-4": {
  7092. "Psr\\Http\\Message\\": "src/"
  7093. }
  7094. },
  7095. "notification-url": "https://packagist.org/downloads/",
  7096. "license": [
  7097. "MIT"
  7098. ],
  7099. "authors": [
  7100. {
  7101. "name": "PHP-FIG",
  7102. "homepage": "https://www.php-fig.org/"
  7103. }
  7104. ],
  7105. "description": "Common interface for HTTP messages",
  7106. "homepage": "https://github.com/php-fig/http-message",
  7107. "keywords": [
  7108. "http",
  7109. "http-message",
  7110. "psr",
  7111. "psr-7",
  7112. "request",
  7113. "response"
  7114. ],
  7115. "support": {
  7116. "source": "https://github.com/php-fig/http-message/tree/2.0"
  7117. },
  7118. "time": "2023-04-04T09:54:51+00:00"
  7119. },
  7120. {
  7121. "name": "psr/log",
  7122. "version": "3.0.0",
  7123. "source": {
  7124. "type": "git",
  7125. "url": "https://github.com/php-fig/log.git",
  7126. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  7127. },
  7128. "dist": {
  7129. "type": "zip",
  7130. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  7131. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  7132. "shasum": ""
  7133. },
  7134. "require": {
  7135. "php": ">=8.0.0"
  7136. },
  7137. "type": "library",
  7138. "extra": {
  7139. "branch-alias": {
  7140. "dev-master": "3.x-dev"
  7141. }
  7142. },
  7143. "autoload": {
  7144. "psr-4": {
  7145. "Psr\\Log\\": "src"
  7146. }
  7147. },
  7148. "notification-url": "https://packagist.org/downloads/",
  7149. "license": [
  7150. "MIT"
  7151. ],
  7152. "authors": [
  7153. {
  7154. "name": "PHP-FIG",
  7155. "homepage": "https://www.php-fig.org/"
  7156. }
  7157. ],
  7158. "description": "Common interface for logging libraries",
  7159. "homepage": "https://github.com/php-fig/log",
  7160. "keywords": [
  7161. "log",
  7162. "psr",
  7163. "psr-3"
  7164. ],
  7165. "support": {
  7166. "source": "https://github.com/php-fig/log/tree/3.0.0"
  7167. },
  7168. "time": "2021-07-14T16:46:02+00:00"
  7169. },
  7170. {
  7171. "name": "psr/simple-cache",
  7172. "version": "3.0.0",
  7173. "source": {
  7174. "type": "git",
  7175. "url": "https://github.com/php-fig/simple-cache.git",
  7176. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  7177. },
  7178. "dist": {
  7179. "type": "zip",
  7180. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  7181. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  7182. "shasum": ""
  7183. },
  7184. "require": {
  7185. "php": ">=8.0.0"
  7186. },
  7187. "type": "library",
  7188. "extra": {
  7189. "branch-alias": {
  7190. "dev-master": "3.0.x-dev"
  7191. }
  7192. },
  7193. "autoload": {
  7194. "psr-4": {
  7195. "Psr\\SimpleCache\\": "src/"
  7196. }
  7197. },
  7198. "notification-url": "https://packagist.org/downloads/",
  7199. "license": [
  7200. "MIT"
  7201. ],
  7202. "authors": [
  7203. {
  7204. "name": "PHP-FIG",
  7205. "homepage": "https://www.php-fig.org/"
  7206. }
  7207. ],
  7208. "description": "Common interfaces for simple caching",
  7209. "keywords": [
  7210. "cache",
  7211. "caching",
  7212. "psr",
  7213. "psr-16",
  7214. "simple-cache"
  7215. ],
  7216. "support": {
  7217. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  7218. },
  7219. "time": "2021-10-29T13:26:27+00:00"
  7220. },
  7221. {
  7222. "name": "psy/psysh",
  7223. "version": "v0.11.22",
  7224. "source": {
  7225. "type": "git",
  7226. "url": "https://github.com/bobthecow/psysh.git",
  7227. "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b"
  7228. },
  7229. "dist": {
  7230. "type": "zip",
  7231. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b",
  7232. "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b",
  7233. "shasum": ""
  7234. },
  7235. "require": {
  7236. "ext-json": "*",
  7237. "ext-tokenizer": "*",
  7238. "nikic/php-parser": "^4.0 || ^3.1",
  7239. "php": "^8.0 || ^7.0.8",
  7240. "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
  7241. "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
  7242. },
  7243. "conflict": {
  7244. "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
  7245. },
  7246. "require-dev": {
  7247. "bamarni/composer-bin-plugin": "^1.2"
  7248. },
  7249. "suggest": {
  7250. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  7251. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  7252. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  7253. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  7254. },
  7255. "bin": [
  7256. "bin/psysh"
  7257. ],
  7258. "type": "library",
  7259. "extra": {
  7260. "branch-alias": {
  7261. "dev-0.11": "0.11.x-dev"
  7262. },
  7263. "bamarni-bin": {
  7264. "bin-links": false,
  7265. "forward-command": false
  7266. }
  7267. },
  7268. "autoload": {
  7269. "files": [
  7270. "src/functions.php"
  7271. ],
  7272. "psr-4": {
  7273. "Psy\\": "src/"
  7274. }
  7275. },
  7276. "notification-url": "https://packagist.org/downloads/",
  7277. "license": [
  7278. "MIT"
  7279. ],
  7280. "authors": [
  7281. {
  7282. "name": "Justin Hileman",
  7283. "email": "justin@justinhileman.info",
  7284. "homepage": "http://justinhileman.com"
  7285. }
  7286. ],
  7287. "description": "An interactive shell for modern PHP.",
  7288. "homepage": "http://psysh.org",
  7289. "keywords": [
  7290. "REPL",
  7291. "console",
  7292. "interactive",
  7293. "shell"
  7294. ],
  7295. "support": {
  7296. "issues": "https://github.com/bobthecow/psysh/issues",
  7297. "source": "https://github.com/bobthecow/psysh/tree/v0.11.22"
  7298. },
  7299. "time": "2023-10-14T21:56:36+00:00"
  7300. },
  7301. {
  7302. "name": "pusher/pusher-php-server",
  7303. "version": "7.2.4",
  7304. "source": {
  7305. "type": "git",
  7306. "url": "https://github.com/pusher/pusher-http-php.git",
  7307. "reference": "de2f72296808f9cafa6a4462b15a768ff130cddb"
  7308. },
  7309. "dist": {
  7310. "type": "zip",
  7311. "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/de2f72296808f9cafa6a4462b15a768ff130cddb",
  7312. "reference": "de2f72296808f9cafa6a4462b15a768ff130cddb",
  7313. "shasum": ""
  7314. },
  7315. "require": {
  7316. "ext-curl": "*",
  7317. "ext-json": "*",
  7318. "guzzlehttp/guzzle": "^7.2",
  7319. "paragonie/sodium_compat": "^1.6",
  7320. "php": "^7.3|^8.0",
  7321. "psr/log": "^1.0|^2.0|^3.0"
  7322. },
  7323. "require-dev": {
  7324. "overtrue/phplint": "^2.3",
  7325. "phpunit/phpunit": "^9.3"
  7326. },
  7327. "type": "library",
  7328. "extra": {
  7329. "branch-alias": {
  7330. "dev-master": "5.0-dev"
  7331. }
  7332. },
  7333. "autoload": {
  7334. "psr-4": {
  7335. "Pusher\\": "src/"
  7336. }
  7337. },
  7338. "notification-url": "https://packagist.org/downloads/",
  7339. "license": [
  7340. "MIT"
  7341. ],
  7342. "description": "Library for interacting with the Pusher REST API",
  7343. "keywords": [
  7344. "events",
  7345. "messaging",
  7346. "php-pusher-server",
  7347. "publish",
  7348. "push",
  7349. "pusher",
  7350. "real time",
  7351. "real-time",
  7352. "realtime",
  7353. "rest",
  7354. "trigger"
  7355. ],
  7356. "support": {
  7357. "issues": "https://github.com/pusher/pusher-http-php/issues",
  7358. "source": "https://github.com/pusher/pusher-http-php/tree/7.2.4"
  7359. },
  7360. "time": "2023-12-15T10:58:53+00:00"
  7361. },
  7362. {
  7363. "name": "ralouphie/getallheaders",
  7364. "version": "3.0.3",
  7365. "source": {
  7366. "type": "git",
  7367. "url": "https://github.com/ralouphie/getallheaders.git",
  7368. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  7369. },
  7370. "dist": {
  7371. "type": "zip",
  7372. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  7373. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  7374. "shasum": ""
  7375. },
  7376. "require": {
  7377. "php": ">=5.6"
  7378. },
  7379. "require-dev": {
  7380. "php-coveralls/php-coveralls": "^2.1",
  7381. "phpunit/phpunit": "^5 || ^6.5"
  7382. },
  7383. "type": "library",
  7384. "autoload": {
  7385. "files": [
  7386. "src/getallheaders.php"
  7387. ]
  7388. },
  7389. "notification-url": "https://packagist.org/downloads/",
  7390. "license": [
  7391. "MIT"
  7392. ],
  7393. "authors": [
  7394. {
  7395. "name": "Ralph Khattar",
  7396. "email": "ralph.khattar@gmail.com"
  7397. }
  7398. ],
  7399. "description": "A polyfill for getallheaders.",
  7400. "support": {
  7401. "issues": "https://github.com/ralouphie/getallheaders/issues",
  7402. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  7403. },
  7404. "time": "2019-03-08T08:55:37+00:00"
  7405. },
  7406. {
  7407. "name": "ramsey/collection",
  7408. "version": "2.0.0",
  7409. "source": {
  7410. "type": "git",
  7411. "url": "https://github.com/ramsey/collection.git",
  7412. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
  7413. },
  7414. "dist": {
  7415. "type": "zip",
  7416. "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  7417. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  7418. "shasum": ""
  7419. },
  7420. "require": {
  7421. "php": "^8.1"
  7422. },
  7423. "require-dev": {
  7424. "captainhook/plugin-composer": "^5.3",
  7425. "ergebnis/composer-normalize": "^2.28.3",
  7426. "fakerphp/faker": "^1.21",
  7427. "hamcrest/hamcrest-php": "^2.0",
  7428. "jangregor/phpstan-prophecy": "^1.0",
  7429. "mockery/mockery": "^1.5",
  7430. "php-parallel-lint/php-console-highlighter": "^1.0",
  7431. "php-parallel-lint/php-parallel-lint": "^1.3",
  7432. "phpcsstandards/phpcsutils": "^1.0.0-rc1",
  7433. "phpspec/prophecy-phpunit": "^2.0",
  7434. "phpstan/extension-installer": "^1.2",
  7435. "phpstan/phpstan": "^1.9",
  7436. "phpstan/phpstan-mockery": "^1.1",
  7437. "phpstan/phpstan-phpunit": "^1.3",
  7438. "phpunit/phpunit": "^9.5",
  7439. "psalm/plugin-mockery": "^1.1",
  7440. "psalm/plugin-phpunit": "^0.18.4",
  7441. "ramsey/coding-standard": "^2.0.3",
  7442. "ramsey/conventional-commits": "^1.3",
  7443. "vimeo/psalm": "^5.4"
  7444. },
  7445. "type": "library",
  7446. "extra": {
  7447. "captainhook": {
  7448. "force-install": true
  7449. },
  7450. "ramsey/conventional-commits": {
  7451. "configFile": "conventional-commits.json"
  7452. }
  7453. },
  7454. "autoload": {
  7455. "psr-4": {
  7456. "Ramsey\\Collection\\": "src/"
  7457. }
  7458. },
  7459. "notification-url": "https://packagist.org/downloads/",
  7460. "license": [
  7461. "MIT"
  7462. ],
  7463. "authors": [
  7464. {
  7465. "name": "Ben Ramsey",
  7466. "email": "ben@benramsey.com",
  7467. "homepage": "https://benramsey.com"
  7468. }
  7469. ],
  7470. "description": "A PHP library for representing and manipulating collections.",
  7471. "keywords": [
  7472. "array",
  7473. "collection",
  7474. "hash",
  7475. "map",
  7476. "queue",
  7477. "set"
  7478. ],
  7479. "support": {
  7480. "issues": "https://github.com/ramsey/collection/issues",
  7481. "source": "https://github.com/ramsey/collection/tree/2.0.0"
  7482. },
  7483. "funding": [
  7484. {
  7485. "url": "https://github.com/ramsey",
  7486. "type": "github"
  7487. },
  7488. {
  7489. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  7490. "type": "tidelift"
  7491. }
  7492. ],
  7493. "time": "2022-12-31T21:50:55+00:00"
  7494. },
  7495. {
  7496. "name": "ramsey/uuid",
  7497. "version": "4.7.5",
  7498. "source": {
  7499. "type": "git",
  7500. "url": "https://github.com/ramsey/uuid.git",
  7501. "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
  7502. },
  7503. "dist": {
  7504. "type": "zip",
  7505. "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
  7506. "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
  7507. "shasum": ""
  7508. },
  7509. "require": {
  7510. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
  7511. "ext-json": "*",
  7512. "php": "^8.0",
  7513. "ramsey/collection": "^1.2 || ^2.0"
  7514. },
  7515. "replace": {
  7516. "rhumsaa/uuid": "self.version"
  7517. },
  7518. "require-dev": {
  7519. "captainhook/captainhook": "^5.10",
  7520. "captainhook/plugin-composer": "^5.3",
  7521. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  7522. "doctrine/annotations": "^1.8",
  7523. "ergebnis/composer-normalize": "^2.15",
  7524. "mockery/mockery": "^1.3",
  7525. "paragonie/random-lib": "^2",
  7526. "php-mock/php-mock": "^2.2",
  7527. "php-mock/php-mock-mockery": "^1.3",
  7528. "php-parallel-lint/php-parallel-lint": "^1.1",
  7529. "phpbench/phpbench": "^1.0",
  7530. "phpstan/extension-installer": "^1.1",
  7531. "phpstan/phpstan": "^1.8",
  7532. "phpstan/phpstan-mockery": "^1.1",
  7533. "phpstan/phpstan-phpunit": "^1.1",
  7534. "phpunit/phpunit": "^8.5 || ^9",
  7535. "ramsey/composer-repl": "^1.4",
  7536. "slevomat/coding-standard": "^8.4",
  7537. "squizlabs/php_codesniffer": "^3.5",
  7538. "vimeo/psalm": "^4.9"
  7539. },
  7540. "suggest": {
  7541. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  7542. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  7543. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  7544. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  7545. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  7546. },
  7547. "type": "library",
  7548. "extra": {
  7549. "captainhook": {
  7550. "force-install": true
  7551. }
  7552. },
  7553. "autoload": {
  7554. "files": [
  7555. "src/functions.php"
  7556. ],
  7557. "psr-4": {
  7558. "Ramsey\\Uuid\\": "src/"
  7559. }
  7560. },
  7561. "notification-url": "https://packagist.org/downloads/",
  7562. "license": [
  7563. "MIT"
  7564. ],
  7565. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  7566. "keywords": [
  7567. "guid",
  7568. "identifier",
  7569. "uuid"
  7570. ],
  7571. "support": {
  7572. "issues": "https://github.com/ramsey/uuid/issues",
  7573. "source": "https://github.com/ramsey/uuid/tree/4.7.5"
  7574. },
  7575. "funding": [
  7576. {
  7577. "url": "https://github.com/ramsey",
  7578. "type": "github"
  7579. },
  7580. {
  7581. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  7582. "type": "tidelift"
  7583. }
  7584. ],
  7585. "time": "2023-11-08T05:53:05+00:00"
  7586. },
  7587. {
  7588. "name": "razorpay/razorpay",
  7589. "version": "2.8.7",
  7590. "source": {
  7591. "type": "git",
  7592. "url": "https://github.com/razorpay/razorpay-php.git",
  7593. "reference": "2180c8c3c39678623f5cb8f639c39a706de14c44"
  7594. },
  7595. "dist": {
  7596. "type": "zip",
  7597. "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/2180c8c3c39678623f5cb8f639c39a706de14c44",
  7598. "reference": "2180c8c3c39678623f5cb8f639c39a706de14c44",
  7599. "shasum": ""
  7600. },
  7601. "require": {
  7602. "ext-json": "*",
  7603. "php": ">=7.3",
  7604. "rmccue/requests": "^2.0"
  7605. },
  7606. "require-dev": {
  7607. "phpunit/phpunit": "^9",
  7608. "raveren/kint": "1.*"
  7609. },
  7610. "type": "library",
  7611. "autoload": {
  7612. "files": [
  7613. "Deprecated.php"
  7614. ],
  7615. "psr-4": {
  7616. "Razorpay\\Api\\": "src/",
  7617. "Razorpay\\Tests\\": "tests/"
  7618. }
  7619. },
  7620. "notification-url": "https://packagist.org/downloads/",
  7621. "license": [
  7622. "MIT"
  7623. ],
  7624. "authors": [
  7625. {
  7626. "name": "Abhay Rana",
  7627. "email": "nemo@razorpay.com",
  7628. "homepage": "https://captnemo.in",
  7629. "role": "Developer"
  7630. },
  7631. {
  7632. "name": "Shashank Kumar",
  7633. "email": "shashank@razorpay.com",
  7634. "role": "Developer"
  7635. }
  7636. ],
  7637. "description": "Razorpay PHP Client Library",
  7638. "homepage": "https://docs.razorpay.com",
  7639. "keywords": [
  7640. "api",
  7641. "client",
  7642. "php",
  7643. "razorpay"
  7644. ],
  7645. "support": {
  7646. "email": "contact@razorpay.com",
  7647. "issues": "https://github.com/Razorpay/razorpay-php/issues",
  7648. "source": "https://github.com/Razorpay/razorpay-php"
  7649. },
  7650. "time": "2023-09-11T08:31:26+00:00"
  7651. },
  7652. {
  7653. "name": "rmccue/requests",
  7654. "version": "v2.0.10",
  7655. "source": {
  7656. "type": "git",
  7657. "url": "https://github.com/WordPress/Requests.git",
  7658. "reference": "bcf1ac7fe8c0b2b18c1df6d24694cfc96b44b391"
  7659. },
  7660. "dist": {
  7661. "type": "zip",
  7662. "url": "https://api.github.com/repos/WordPress/Requests/zipball/bcf1ac7fe8c0b2b18c1df6d24694cfc96b44b391",
  7663. "reference": "bcf1ac7fe8c0b2b18c1df6d24694cfc96b44b391",
  7664. "shasum": ""
  7665. },
  7666. "require": {
  7667. "ext-json": "*",
  7668. "php": ">=5.6"
  7669. },
  7670. "require-dev": {
  7671. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  7672. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  7673. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  7674. "phpcompatibility/php-compatibility": "^9.0",
  7675. "requests/test-server": "dev-main",
  7676. "roave/security-advisories": "dev-latest",
  7677. "squizlabs/php_codesniffer": "^3.6",
  7678. "wp-coding-standards/wpcs": "^2.0",
  7679. "yoast/phpunit-polyfills": "^1.0.0"
  7680. },
  7681. "suggest": {
  7682. "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
  7683. "ext-curl": "For improved performance",
  7684. "ext-openssl": "For secure transport support",
  7685. "ext-zlib": "For improved performance when decompressing encoded streams"
  7686. },
  7687. "type": "library",
  7688. "autoload": {
  7689. "files": [
  7690. "library/Deprecated.php"
  7691. ],
  7692. "psr-4": {
  7693. "WpOrg\\Requests\\": "src/"
  7694. },
  7695. "classmap": [
  7696. "library/Requests.php"
  7697. ]
  7698. },
  7699. "notification-url": "https://packagist.org/downloads/",
  7700. "license": [
  7701. "ISC"
  7702. ],
  7703. "authors": [
  7704. {
  7705. "name": "Ryan McCue",
  7706. "homepage": "https://rmccue.io/"
  7707. },
  7708. {
  7709. "name": "Alain Schlesser",
  7710. "homepage": "https://github.com/schlessera"
  7711. },
  7712. {
  7713. "name": "Juliette Reinders Folmer",
  7714. "homepage": "https://github.com/jrfnl"
  7715. },
  7716. {
  7717. "name": "Contributors",
  7718. "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
  7719. }
  7720. ],
  7721. "description": "A HTTP library written in PHP, for human beings.",
  7722. "homepage": "https://requests.ryanmccue.info/",
  7723. "keywords": [
  7724. "curl",
  7725. "fsockopen",
  7726. "http",
  7727. "idna",
  7728. "ipv6",
  7729. "iri",
  7730. "sockets"
  7731. ],
  7732. "support": {
  7733. "docs": "https://requests.ryanmccue.info/",
  7734. "issues": "https://github.com/WordPress/Requests/issues",
  7735. "source": "https://github.com/WordPress/Requests"
  7736. },
  7737. "time": "2024-01-08T11:14:32+00:00"
  7738. },
  7739. {
  7740. "name": "sabberworm/php-css-parser",
  7741. "version": "v8.5.1",
  7742. "source": {
  7743. "type": "git",
  7744. "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
  7745. "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152"
  7746. },
  7747. "dist": {
  7748. "type": "zip",
  7749. "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
  7750. "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
  7751. "shasum": ""
  7752. },
  7753. "require": {
  7754. "ext-iconv": "*",
  7755. "php": ">=5.6.20"
  7756. },
  7757. "require-dev": {
  7758. "phpunit/phpunit": "^5.7.27"
  7759. },
  7760. "suggest": {
  7761. "ext-mbstring": "for parsing UTF-8 CSS"
  7762. },
  7763. "type": "library",
  7764. "extra": {
  7765. "branch-alias": {
  7766. "dev-main": "9.0.x-dev"
  7767. }
  7768. },
  7769. "autoload": {
  7770. "psr-4": {
  7771. "Sabberworm\\CSS\\": "src/"
  7772. }
  7773. },
  7774. "notification-url": "https://packagist.org/downloads/",
  7775. "license": [
  7776. "MIT"
  7777. ],
  7778. "authors": [
  7779. {
  7780. "name": "Raphael Schweikert"
  7781. },
  7782. {
  7783. "name": "Oliver Klee",
  7784. "email": "github@oliverklee.de"
  7785. },
  7786. {
  7787. "name": "Jake Hotson",
  7788. "email": "jake.github@qzdesign.co.uk"
  7789. }
  7790. ],
  7791. "description": "Parser for CSS Files written in PHP",
  7792. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  7793. "keywords": [
  7794. "css",
  7795. "parser",
  7796. "stylesheet"
  7797. ],
  7798. "support": {
  7799. "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
  7800. "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1"
  7801. },
  7802. "time": "2024-02-15T16:41:13+00:00"
  7803. },
  7804. {
  7805. "name": "spatie/image",
  7806. "version": "2.2.7",
  7807. "source": {
  7808. "type": "git",
  7809. "url": "https://github.com/spatie/image.git",
  7810. "reference": "2f802853aab017aa615224daae1588054b5ab20e"
  7811. },
  7812. "dist": {
  7813. "type": "zip",
  7814. "url": "https://api.github.com/repos/spatie/image/zipball/2f802853aab017aa615224daae1588054b5ab20e",
  7815. "reference": "2f802853aab017aa615224daae1588054b5ab20e",
  7816. "shasum": ""
  7817. },
  7818. "require": {
  7819. "ext-exif": "*",
  7820. "ext-json": "*",
  7821. "ext-mbstring": "*",
  7822. "league/glide": "^2.2.2",
  7823. "php": "^8.0",
  7824. "spatie/image-optimizer": "^1.7",
  7825. "spatie/temporary-directory": "^1.0|^2.0",
  7826. "symfony/process": "^3.0|^4.0|^5.0|^6.0"
  7827. },
  7828. "require-dev": {
  7829. "pestphp/pest": "^1.22",
  7830. "phpunit/phpunit": "^9.5",
  7831. "symfony/var-dumper": "^4.0|^5.0|^6.0",
  7832. "vimeo/psalm": "^4.6"
  7833. },
  7834. "type": "library",
  7835. "autoload": {
  7836. "psr-4": {
  7837. "Spatie\\Image\\": "src"
  7838. }
  7839. },
  7840. "notification-url": "https://packagist.org/downloads/",
  7841. "license": [
  7842. "MIT"
  7843. ],
  7844. "authors": [
  7845. {
  7846. "name": "Freek Van der Herten",
  7847. "email": "freek@spatie.be",
  7848. "homepage": "https://spatie.be",
  7849. "role": "Developer"
  7850. }
  7851. ],
  7852. "description": "Manipulate images with an expressive API",
  7853. "homepage": "https://github.com/spatie/image",
  7854. "keywords": [
  7855. "image",
  7856. "spatie"
  7857. ],
  7858. "support": {
  7859. "source": "https://github.com/spatie/image/tree/2.2.7"
  7860. },
  7861. "funding": [
  7862. {
  7863. "url": "https://spatie.be/open-source/support-us",
  7864. "type": "custom"
  7865. },
  7866. {
  7867. "url": "https://github.com/spatie",
  7868. "type": "github"
  7869. }
  7870. ],
  7871. "time": "2023-07-24T13:54:13+00:00"
  7872. },
  7873. {
  7874. "name": "spatie/image-optimizer",
  7875. "version": "1.7.2",
  7876. "source": {
  7877. "type": "git",
  7878. "url": "https://github.com/spatie/image-optimizer.git",
  7879. "reference": "62f7463483d1bd975f6f06025d89d42a29608fe1"
  7880. },
  7881. "dist": {
  7882. "type": "zip",
  7883. "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/62f7463483d1bd975f6f06025d89d42a29608fe1",
  7884. "reference": "62f7463483d1bd975f6f06025d89d42a29608fe1",
  7885. "shasum": ""
  7886. },
  7887. "require": {
  7888. "ext-fileinfo": "*",
  7889. "php": "^7.3|^8.0",
  7890. "psr/log": "^1.0 | ^2.0 | ^3.0",
  7891. "symfony/process": "^4.2|^5.0|^6.0|^7.0"
  7892. },
  7893. "require-dev": {
  7894. "pestphp/pest": "^1.21",
  7895. "phpunit/phpunit": "^8.5.21|^9.4.4",
  7896. "symfony/var-dumper": "^4.2|^5.0|^6.0|^7.0"
  7897. },
  7898. "type": "library",
  7899. "autoload": {
  7900. "psr-4": {
  7901. "Spatie\\ImageOptimizer\\": "src"
  7902. }
  7903. },
  7904. "notification-url": "https://packagist.org/downloads/",
  7905. "license": [
  7906. "MIT"
  7907. ],
  7908. "authors": [
  7909. {
  7910. "name": "Freek Van der Herten",
  7911. "email": "freek@spatie.be",
  7912. "homepage": "https://spatie.be",
  7913. "role": "Developer"
  7914. }
  7915. ],
  7916. "description": "Easily optimize images using PHP",
  7917. "homepage": "https://github.com/spatie/image-optimizer",
  7918. "keywords": [
  7919. "image-optimizer",
  7920. "spatie"
  7921. ],
  7922. "support": {
  7923. "issues": "https://github.com/spatie/image-optimizer/issues",
  7924. "source": "https://github.com/spatie/image-optimizer/tree/1.7.2"
  7925. },
  7926. "time": "2023-11-03T10:08:02+00:00"
  7927. },
  7928. {
  7929. "name": "spatie/laravel-medialibrary",
  7930. "version": "10.14.0",
  7931. "source": {
  7932. "type": "git",
  7933. "url": "https://github.com/spatie/laravel-medialibrary.git",
  7934. "reference": "fde92469e37d580c001b9d146c9454643c6d6d57"
  7935. },
  7936. "dist": {
  7937. "type": "zip",
  7938. "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/fde92469e37d580c001b9d146c9454643c6d6d57",
  7939. "reference": "fde92469e37d580c001b9d146c9454643c6d6d57",
  7940. "shasum": ""
  7941. },
  7942. "require": {
  7943. "ext-exif": "*",
  7944. "ext-fileinfo": "*",
  7945. "ext-json": "*",
  7946. "illuminate/bus": "^9.18|^10.0",
  7947. "illuminate/conditionable": "^9.18|^10.0",
  7948. "illuminate/console": "^9.18|^10.0",
  7949. "illuminate/database": "^9.18|^10.0",
  7950. "illuminate/pipeline": "^9.18|^10.0",
  7951. "illuminate/support": "^9.18|^10.0",
  7952. "maennchen/zipstream-php": "^2.0|^3.0",
  7953. "php": "^8.0",
  7954. "spatie/image": "^2.2.7",
  7955. "spatie/temporary-directory": "^2.0",
  7956. "symfony/console": "^6.0"
  7957. },
  7958. "conflict": {
  7959. "php-ffmpeg/php-ffmpeg": "<0.6.1"
  7960. },
  7961. "require-dev": {
  7962. "aws/aws-sdk-php": "^3.133.11",
  7963. "doctrine/dbal": "^2.13",
  7964. "ext-imagick": "*",
  7965. "ext-pdo_sqlite": "*",
  7966. "ext-zip": "*",
  7967. "guzzlehttp/guzzle": "^7.4",
  7968. "league/flysystem-aws-s3-v3": "^3.0",
  7969. "mockery/mockery": "^1.4",
  7970. "nunomaduro/larastan": "^2.0",
  7971. "orchestra/testbench": "^7.0|^8.0",
  7972. "pestphp/pest": "^1.21",
  7973. "phpstan/extension-installer": "^1.1",
  7974. "spatie/laravel-ray": "^1.28",
  7975. "spatie/pdf-to-image": "^2.1",
  7976. "spatie/phpunit-snapshot-assertions": "^4.2"
  7977. },
  7978. "suggest": {
  7979. "league/flysystem-aws-s3-v3": "Required to use AWS S3 file storage",
  7980. "php-ffmpeg/php-ffmpeg": "Required for generating video thumbnails",
  7981. "spatie/pdf-to-image": "Required for generating thumbnails of PDFs and SVGs"
  7982. },
  7983. "type": "library",
  7984. "extra": {
  7985. "laravel": {
  7986. "providers": [
  7987. "Spatie\\MediaLibrary\\MediaLibraryServiceProvider"
  7988. ]
  7989. }
  7990. },
  7991. "autoload": {
  7992. "psr-4": {
  7993. "Spatie\\MediaLibrary\\": "src"
  7994. }
  7995. },
  7996. "notification-url": "https://packagist.org/downloads/",
  7997. "license": [
  7998. "MIT"
  7999. ],
  8000. "authors": [
  8001. {
  8002. "name": "Freek Van der Herten",
  8003. "email": "freek@spatie.be",
  8004. "homepage": "https://spatie.be",
  8005. "role": "Developer"
  8006. }
  8007. ],
  8008. "description": "Associate files with Eloquent models",
  8009. "homepage": "https://github.com/spatie/laravel-medialibrary",
  8010. "keywords": [
  8011. "cms",
  8012. "conversion",
  8013. "downloads",
  8014. "images",
  8015. "laravel",
  8016. "laravel-medialibrary",
  8017. "media",
  8018. "spatie"
  8019. ],
  8020. "support": {
  8021. "issues": "https://github.com/spatie/laravel-medialibrary/issues",
  8022. "source": "https://github.com/spatie/laravel-medialibrary/tree/10.14.0"
  8023. },
  8024. "funding": [
  8025. {
  8026. "url": "https://spatie.be/open-source/support-us",
  8027. "type": "custom"
  8028. },
  8029. {
  8030. "url": "https://github.com/spatie",
  8031. "type": "github"
  8032. }
  8033. ],
  8034. "time": "2023-10-25T11:26:54+00:00"
  8035. },
  8036. {
  8037. "name": "spatie/laravel-newsletter",
  8038. "version": "5.1.1",
  8039. "source": {
  8040. "type": "git",
  8041. "url": "https://github.com/spatie/laravel-newsletter.git",
  8042. "reference": "825fb94ded624934eaaf2a0707e4ae2417f11a6c"
  8043. },
  8044. "dist": {
  8045. "type": "zip",
  8046. "url": "https://api.github.com/repos/spatie/laravel-newsletter/zipball/825fb94ded624934eaaf2a0707e4ae2417f11a6c",
  8047. "reference": "825fb94ded624934eaaf2a0707e4ae2417f11a6c",
  8048. "shasum": ""
  8049. },
  8050. "require": {
  8051. "php": "^8.1",
  8052. "spatie/laravel-package-tools": "^1.13"
  8053. },
  8054. "require-dev": {
  8055. "drewm/mailchimp-api": "^2.5",
  8056. "guzzlehttp/guzzle": "^7.5|^7.2",
  8057. "mockery/mockery": "^1.4",
  8058. "orchestra/testbench": "^7.11|^8.0",
  8059. "pestphp/pest": "^1.20",
  8060. "phpstan/phpstan": "^1.9",
  8061. "phpunit/phpunit": "^9.5",
  8062. "spatie/mailcoach-sdk-php": "^1.0",
  8063. "spatie/ray": "^1.28"
  8064. },
  8065. "suggest": {
  8066. "drewm/mailchimp-api": "For working with MailChimp",
  8067. "spatie/mailcoach-sdk-php": "For working with Mailcoach"
  8068. },
  8069. "type": "library",
  8070. "extra": {
  8071. "laravel": {
  8072. "providers": [
  8073. "Spatie\\Newsletter\\NewsletterServiceProvider"
  8074. ],
  8075. "aliases": {
  8076. "Newsletter": "Spatie\\Newsletter\\Facades\\Newsletter"
  8077. }
  8078. }
  8079. },
  8080. "autoload": {
  8081. "psr-4": {
  8082. "Spatie\\Newsletter\\": "src"
  8083. }
  8084. },
  8085. "notification-url": "https://packagist.org/downloads/",
  8086. "license": [
  8087. "MIT"
  8088. ],
  8089. "authors": [
  8090. {
  8091. "name": "Freek Van der Herten",
  8092. "email": "freek@spatie.be",
  8093. "homepage": "https://spatie.be",
  8094. "role": "Developer"
  8095. }
  8096. ],
  8097. "description": "Manage Mailcoach and MailChimp newsletters in Laravel",
  8098. "homepage": "https://github.com/spatie/laravel-newsletter",
  8099. "keywords": [
  8100. "laravel",
  8101. "mailchimp",
  8102. "mailcoach",
  8103. "newsletter"
  8104. ],
  8105. "support": {
  8106. "issues": "https://github.com/spatie/laravel-newsletter/issues",
  8107. "source": "https://github.com/spatie/laravel-newsletter/tree/5.1.1"
  8108. },
  8109. "funding": [
  8110. {
  8111. "url": "https://spatie.be/open-source/support-us",
  8112. "type": "custom"
  8113. }
  8114. ],
  8115. "time": "2023-02-09T13:52:08+00:00"
  8116. },
  8117. {
  8118. "name": "spatie/laravel-package-tools",
  8119. "version": "1.16.2",
  8120. "source": {
  8121. "type": "git",
  8122. "url": "https://github.com/spatie/laravel-package-tools.git",
  8123. "reference": "e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15"
  8124. },
  8125. "dist": {
  8126. "type": "zip",
  8127. "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15",
  8128. "reference": "e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15",
  8129. "shasum": ""
  8130. },
  8131. "require": {
  8132. "illuminate/contracts": "^9.28|^10.0|^11.0",
  8133. "php": "^8.0"
  8134. },
  8135. "require-dev": {
  8136. "mockery/mockery": "^1.5",
  8137. "orchestra/testbench": "^7.7|^8.0",
  8138. "pestphp/pest": "^1.22",
  8139. "phpunit/phpunit": "^9.5.24",
  8140. "spatie/pest-plugin-test-time": "^1.1"
  8141. },
  8142. "type": "library",
  8143. "autoload": {
  8144. "psr-4": {
  8145. "Spatie\\LaravelPackageTools\\": "src"
  8146. }
  8147. },
  8148. "notification-url": "https://packagist.org/downloads/",
  8149. "license": [
  8150. "MIT"
  8151. ],
  8152. "authors": [
  8153. {
  8154. "name": "Freek Van der Herten",
  8155. "email": "freek@spatie.be",
  8156. "role": "Developer"
  8157. }
  8158. ],
  8159. "description": "Tools for creating Laravel packages",
  8160. "homepage": "https://github.com/spatie/laravel-package-tools",
  8161. "keywords": [
  8162. "laravel-package-tools",
  8163. "spatie"
  8164. ],
  8165. "support": {
  8166. "issues": "https://github.com/spatie/laravel-package-tools/issues",
  8167. "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.2"
  8168. },
  8169. "funding": [
  8170. {
  8171. "url": "https://github.com/spatie",
  8172. "type": "github"
  8173. }
  8174. ],
  8175. "time": "2024-01-11T08:43:00+00:00"
  8176. },
  8177. {
  8178. "name": "spatie/laravel-permission",
  8179. "version": "6.0.0",
  8180. "source": {
  8181. "type": "git",
  8182. "url": "https://github.com/spatie/laravel-permission.git",
  8183. "reference": "095821962f8f287f0ce1d6265fc7aa7070dacf12"
  8184. },
  8185. "dist": {
  8186. "type": "zip",
  8187. "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/095821962f8f287f0ce1d6265fc7aa7070dacf12",
  8188. "reference": "095821962f8f287f0ce1d6265fc7aa7070dacf12",
  8189. "shasum": ""
  8190. },
  8191. "require": {
  8192. "illuminate/auth": "^8.12|^9.0|^10.0",
  8193. "illuminate/container": "^8.12|^9.0|^10.0",
  8194. "illuminate/contracts": "^8.12|^9.0|^10.0",
  8195. "illuminate/database": "^8.12|^9.0|^10.0",
  8196. "php": "^8.0"
  8197. },
  8198. "require-dev": {
  8199. "laravel/passport": "^11.0",
  8200. "orchestra/testbench": "^6.23|^7.0|^8.0",
  8201. "phpunit/phpunit": "^9.4"
  8202. },
  8203. "type": "library",
  8204. "extra": {
  8205. "branch-alias": {
  8206. "dev-main": "6.x-dev",
  8207. "dev-master": "6.x-dev"
  8208. },
  8209. "laravel": {
  8210. "providers": [
  8211. "Spatie\\Permission\\PermissionServiceProvider"
  8212. ]
  8213. }
  8214. },
  8215. "autoload": {
  8216. "files": [
  8217. "src/helpers.php"
  8218. ],
  8219. "psr-4": {
  8220. "Spatie\\Permission\\": "src"
  8221. }
  8222. },
  8223. "notification-url": "https://packagist.org/downloads/",
  8224. "license": [
  8225. "MIT"
  8226. ],
  8227. "authors": [
  8228. {
  8229. "name": "Freek Van der Herten",
  8230. "email": "freek@spatie.be",
  8231. "homepage": "https://spatie.be",
  8232. "role": "Developer"
  8233. }
  8234. ],
  8235. "description": "Permission handling for Laravel 8.0 and up",
  8236. "homepage": "https://github.com/spatie/laravel-permission",
  8237. "keywords": [
  8238. "acl",
  8239. "laravel",
  8240. "permission",
  8241. "permissions",
  8242. "rbac",
  8243. "roles",
  8244. "security",
  8245. "spatie"
  8246. ],
  8247. "support": {
  8248. "issues": "https://github.com/spatie/laravel-permission/issues",
  8249. "source": "https://github.com/spatie/laravel-permission/tree/6.0.0"
  8250. },
  8251. "funding": [
  8252. {
  8253. "url": "https://github.com/spatie",
  8254. "type": "github"
  8255. }
  8256. ],
  8257. "time": "2023-10-25T05:25:50+00:00"
  8258. },
  8259. {
  8260. "name": "spatie/period",
  8261. "version": "2.4.0",
  8262. "source": {
  8263. "type": "git",
  8264. "url": "https://github.com/spatie/period.git",
  8265. "reference": "85fbbea7b24fdff0c924aeed5b109be93c025850"
  8266. },
  8267. "dist": {
  8268. "type": "zip",
  8269. "url": "https://api.github.com/repos/spatie/period/zipball/85fbbea7b24fdff0c924aeed5b109be93c025850",
  8270. "reference": "85fbbea7b24fdff0c924aeed5b109be93c025850",
  8271. "shasum": ""
  8272. },
  8273. "require": {
  8274. "php": "^8.0"
  8275. },
  8276. "require-dev": {
  8277. "larapack/dd": "^1.1",
  8278. "nesbot/carbon": "^2.63",
  8279. "pestphp/pest": "^1.22",
  8280. "phpunit/phpunit": "^9.5",
  8281. "spatie/ray": "^1.31"
  8282. },
  8283. "type": "library",
  8284. "autoload": {
  8285. "psr-4": {
  8286. "Spatie\\Period\\": "src"
  8287. }
  8288. },
  8289. "notification-url": "https://packagist.org/downloads/",
  8290. "license": [
  8291. "MIT"
  8292. ],
  8293. "authors": [
  8294. {
  8295. "name": "Brent Roose",
  8296. "email": "brent@spatie.be",
  8297. "homepage": "https://spatie.be",
  8298. "role": "Developer"
  8299. }
  8300. ],
  8301. "description": "Complex period comparisons",
  8302. "homepage": "https://github.com/spatie/period",
  8303. "keywords": [
  8304. "period",
  8305. "spatie"
  8306. ],
  8307. "support": {
  8308. "issues": "https://github.com/spatie/period/issues",
  8309. "source": "https://github.com/spatie/period/tree/2.4.0"
  8310. },
  8311. "time": "2023-02-20T14:31:09+00:00"
  8312. },
  8313. {
  8314. "name": "spatie/regex",
  8315. "version": "3.1.1",
  8316. "source": {
  8317. "type": "git",
  8318. "url": "https://github.com/spatie/regex.git",
  8319. "reference": "d543de2019a0068e7b80da0ba24f1c51c7469303"
  8320. },
  8321. "dist": {
  8322. "type": "zip",
  8323. "url": "https://api.github.com/repos/spatie/regex/zipball/d543de2019a0068e7b80da0ba24f1c51c7469303",
  8324. "reference": "d543de2019a0068e7b80da0ba24f1c51c7469303",
  8325. "shasum": ""
  8326. },
  8327. "require": {
  8328. "php": "^8.0|^8.1"
  8329. },
  8330. "require-dev": {
  8331. "phpunit/phpunit": "^9.3"
  8332. },
  8333. "type": "library",
  8334. "autoload": {
  8335. "psr-4": {
  8336. "Spatie\\Regex\\": "src"
  8337. }
  8338. },
  8339. "notification-url": "https://packagist.org/downloads/",
  8340. "license": [
  8341. "MIT"
  8342. ],
  8343. "authors": [
  8344. {
  8345. "name": "Sebastian De Deyne",
  8346. "email": "sebastian@spatie.be",
  8347. "homepage": "https://spatie.be",
  8348. "role": "Developer"
  8349. }
  8350. ],
  8351. "description": "A sane interface for php's built in preg_* functions",
  8352. "homepage": "https://github.com/spatie/regex",
  8353. "keywords": [
  8354. "expression",
  8355. "expressions",
  8356. "regex",
  8357. "regular",
  8358. "spatie"
  8359. ],
  8360. "support": {
  8361. "issues": "https://github.com/spatie/regex/issues",
  8362. "source": "https://github.com/spatie/regex/tree/3.1.1"
  8363. },
  8364. "funding": [
  8365. {
  8366. "url": "https://spatie.be/open-source/support-us",
  8367. "type": "custom"
  8368. },
  8369. {
  8370. "url": "https://github.com/spatie",
  8371. "type": "github"
  8372. }
  8373. ],
  8374. "time": "2021-11-30T21:13:59+00:00"
  8375. },
  8376. {
  8377. "name": "spatie/temporary-directory",
  8378. "version": "2.2.1",
  8379. "source": {
  8380. "type": "git",
  8381. "url": "https://github.com/spatie/temporary-directory.git",
  8382. "reference": "76949fa18f8e1a7f663fd2eaa1d00e0bcea0752a"
  8383. },
  8384. "dist": {
  8385. "type": "zip",
  8386. "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/76949fa18f8e1a7f663fd2eaa1d00e0bcea0752a",
  8387. "reference": "76949fa18f8e1a7f663fd2eaa1d00e0bcea0752a",
  8388. "shasum": ""
  8389. },
  8390. "require": {
  8391. "php": "^8.0"
  8392. },
  8393. "require-dev": {
  8394. "phpunit/phpunit": "^9.5"
  8395. },
  8396. "type": "library",
  8397. "autoload": {
  8398. "psr-4": {
  8399. "Spatie\\TemporaryDirectory\\": "src"
  8400. }
  8401. },
  8402. "notification-url": "https://packagist.org/downloads/",
  8403. "license": [
  8404. "MIT"
  8405. ],
  8406. "authors": [
  8407. {
  8408. "name": "Alex Vanderbist",
  8409. "email": "alex@spatie.be",
  8410. "homepage": "https://spatie.be",
  8411. "role": "Developer"
  8412. }
  8413. ],
  8414. "description": "Easily create, use and destroy temporary directories",
  8415. "homepage": "https://github.com/spatie/temporary-directory",
  8416. "keywords": [
  8417. "php",
  8418. "spatie",
  8419. "temporary-directory"
  8420. ],
  8421. "support": {
  8422. "issues": "https://github.com/spatie/temporary-directory/issues",
  8423. "source": "https://github.com/spatie/temporary-directory/tree/2.2.1"
  8424. },
  8425. "funding": [
  8426. {
  8427. "url": "https://spatie.be/open-source/support-us",
  8428. "type": "custom"
  8429. },
  8430. {
  8431. "url": "https://github.com/spatie",
  8432. "type": "github"
  8433. }
  8434. ],
  8435. "time": "2023-12-25T11:46:58+00:00"
  8436. },
  8437. {
  8438. "name": "srmklive/paypal",
  8439. "version": "3.0.19",
  8440. "source": {
  8441. "type": "git",
  8442. "url": "https://github.com/srmklive/laravel-paypal.git",
  8443. "reference": "ece40beaa55153119be30e74fff71001882629ce"
  8444. },
  8445. "dist": {
  8446. "type": "zip",
  8447. "url": "https://api.github.com/repos/srmklive/laravel-paypal/zipball/ece40beaa55153119be30e74fff71001882629ce",
  8448. "reference": "ece40beaa55153119be30e74fff71001882629ce",
  8449. "shasum": ""
  8450. },
  8451. "require": {
  8452. "ext-curl": "*",
  8453. "guzzlehttp/guzzle": "~7.0",
  8454. "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0",
  8455. "nesbot/carbon": "~2.0",
  8456. "php": ">=7.2|^8.0"
  8457. },
  8458. "require-dev": {
  8459. "phpunit/phpunit": "^8.0|^9.0",
  8460. "symfony/var-dumper": "~5.0"
  8461. },
  8462. "type": "library",
  8463. "extra": {
  8464. "laravel": {
  8465. "providers": [
  8466. "Srmklive\\PayPal\\Providers\\PayPalServiceProvider"
  8467. ],
  8468. "aliases": {
  8469. "PayPal": "Srmklive\\PayPal\\Facades\\PayPal"
  8470. }
  8471. }
  8472. },
  8473. "autoload": {
  8474. "psr-4": {
  8475. "Srmklive\\PayPal\\": "src/"
  8476. }
  8477. },
  8478. "notification-url": "https://packagist.org/downloads/",
  8479. "license": [
  8480. "MIT"
  8481. ],
  8482. "authors": [
  8483. {
  8484. "name": "Raza Mehdi",
  8485. "email": "srmk@outlook.com"
  8486. }
  8487. ],
  8488. "description": "Laravel plugin For Processing Payments Through Paypal Express Checkout. Can Be Used Independently With Other Applications.",
  8489. "keywords": [
  8490. "http",
  8491. "laravel paypal",
  8492. "paypal",
  8493. "rest",
  8494. "web service"
  8495. ],
  8496. "support": {
  8497. "issues": "https://github.com/srmklive/laravel-paypal/issues",
  8498. "source": "https://github.com/srmklive/laravel-paypal/tree/3.0.19"
  8499. },
  8500. "time": "2023-02-20T14:35:50+00:00"
  8501. },
  8502. {
  8503. "name": "stevebauman/purify",
  8504. "version": "v6.0.2",
  8505. "source": {
  8506. "type": "git",
  8507. "url": "https://github.com/stevebauman/purify.git",
  8508. "reference": "ce8d10c0dfe804d90470ff819b84d891037cd6bc"
  8509. },
  8510. "dist": {
  8511. "type": "zip",
  8512. "url": "https://api.github.com/repos/stevebauman/purify/zipball/ce8d10c0dfe804d90470ff819b84d891037cd6bc",
  8513. "reference": "ce8d10c0dfe804d90470ff819b84d891037cd6bc",
  8514. "shasum": ""
  8515. },
  8516. "require": {
  8517. "ezyang/htmlpurifier": "^4.9.0",
  8518. "illuminate/contracts": "~7.0|~8.0|~9.0|~10.0",
  8519. "illuminate/support": "~7.0|~8.0|~9.0|~10.0",
  8520. "php": ">=7.4"
  8521. },
  8522. "require-dev": {
  8523. "orchestra/testbench": "~5.0|~6.0|~7.0",
  8524. "phpunit/phpunit": "~8.0|~9.0"
  8525. },
  8526. "type": "library",
  8527. "extra": {
  8528. "laravel": {
  8529. "providers": [
  8530. "Stevebauman\\Purify\\PurifyServiceProvider"
  8531. ],
  8532. "aliases": {
  8533. "Purify": "Stevebauman\\Purify\\Facades\\Purify"
  8534. }
  8535. }
  8536. },
  8537. "autoload": {
  8538. "psr-4": {
  8539. "Stevebauman\\Purify\\": "src/"
  8540. }
  8541. },
  8542. "notification-url": "https://packagist.org/downloads/",
  8543. "license": [
  8544. "MIT"
  8545. ],
  8546. "authors": [
  8547. {
  8548. "name": "Steve Bauman",
  8549. "email": "steven_bauman@outlook.com"
  8550. }
  8551. ],
  8552. "description": "An HTML Purifier / Sanitizer for Laravel",
  8553. "keywords": [
  8554. "Purifier",
  8555. "clean",
  8556. "cleaner",
  8557. "html",
  8558. "laravel",
  8559. "purification",
  8560. "purify"
  8561. ],
  8562. "support": {
  8563. "issues": "https://github.com/stevebauman/purify/issues",
  8564. "source": "https://github.com/stevebauman/purify/tree/v6.0.2"
  8565. },
  8566. "time": "2023-08-24T18:53:12+00:00"
  8567. },
  8568. {
  8569. "name": "stripe/stripe-php",
  8570. "version": "v13.1.0",
  8571. "source": {
  8572. "type": "git",
  8573. "url": "https://github.com/stripe/stripe-php.git",
  8574. "reference": "8971caa149b4689e67c1123d3604e387c79ab543"
  8575. },
  8576. "dist": {
  8577. "type": "zip",
  8578. "url": "https://api.github.com/repos/stripe/stripe-php/zipball/8971caa149b4689e67c1123d3604e387c79ab543",
  8579. "reference": "8971caa149b4689e67c1123d3604e387c79ab543",
  8580. "shasum": ""
  8581. },
  8582. "require": {
  8583. "ext-curl": "*",
  8584. "ext-json": "*",
  8585. "ext-mbstring": "*",
  8586. "php": ">=5.6.0"
  8587. },
  8588. "require-dev": {
  8589. "friendsofphp/php-cs-fixer": "3.5.0",
  8590. "phpstan/phpstan": "^1.2",
  8591. "phpunit/phpunit": "^5.7 || ^9.0"
  8592. },
  8593. "type": "library",
  8594. "extra": {
  8595. "branch-alias": {
  8596. "dev-master": "2.0-dev"
  8597. }
  8598. },
  8599. "autoload": {
  8600. "psr-4": {
  8601. "Stripe\\": "lib/"
  8602. }
  8603. },
  8604. "notification-url": "https://packagist.org/downloads/",
  8605. "license": [
  8606. "MIT"
  8607. ],
  8608. "authors": [
  8609. {
  8610. "name": "Stripe and contributors",
  8611. "homepage": "https://github.com/stripe/stripe-php/contributors"
  8612. }
  8613. ],
  8614. "description": "Stripe PHP Library",
  8615. "homepage": "https://stripe.com/",
  8616. "keywords": [
  8617. "api",
  8618. "payment processing",
  8619. "stripe"
  8620. ],
  8621. "support": {
  8622. "issues": "https://github.com/stripe/stripe-php/issues",
  8623. "source": "https://github.com/stripe/stripe-php/tree/v13.1.0"
  8624. },
  8625. "time": "2023-10-26T17:36:08+00:00"
  8626. },
  8627. {
  8628. "name": "symfony/console",
  8629. "version": "v6.4.3",
  8630. "source": {
  8631. "type": "git",
  8632. "url": "https://github.com/symfony/console.git",
  8633. "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e"
  8634. },
  8635. "dist": {
  8636. "type": "zip",
  8637. "url": "https://api.github.com/repos/symfony/console/zipball/2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e",
  8638. "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e",
  8639. "shasum": ""
  8640. },
  8641. "require": {
  8642. "php": ">=8.1",
  8643. "symfony/deprecation-contracts": "^2.5|^3",
  8644. "symfony/polyfill-mbstring": "~1.0",
  8645. "symfony/service-contracts": "^2.5|^3",
  8646. "symfony/string": "^5.4|^6.0|^7.0"
  8647. },
  8648. "conflict": {
  8649. "symfony/dependency-injection": "<5.4",
  8650. "symfony/dotenv": "<5.4",
  8651. "symfony/event-dispatcher": "<5.4",
  8652. "symfony/lock": "<5.4",
  8653. "symfony/process": "<5.4"
  8654. },
  8655. "provide": {
  8656. "psr/log-implementation": "1.0|2.0|3.0"
  8657. },
  8658. "require-dev": {
  8659. "psr/log": "^1|^2|^3",
  8660. "symfony/config": "^5.4|^6.0|^7.0",
  8661. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  8662. "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
  8663. "symfony/http-foundation": "^6.4|^7.0",
  8664. "symfony/http-kernel": "^6.4|^7.0",
  8665. "symfony/lock": "^5.4|^6.0|^7.0",
  8666. "symfony/messenger": "^5.4|^6.0|^7.0",
  8667. "symfony/process": "^5.4|^6.0|^7.0",
  8668. "symfony/stopwatch": "^5.4|^6.0|^7.0",
  8669. "symfony/var-dumper": "^5.4|^6.0|^7.0"
  8670. },
  8671. "type": "library",
  8672. "autoload": {
  8673. "psr-4": {
  8674. "Symfony\\Component\\Console\\": ""
  8675. },
  8676. "exclude-from-classmap": [
  8677. "/Tests/"
  8678. ]
  8679. },
  8680. "notification-url": "https://packagist.org/downloads/",
  8681. "license": [
  8682. "MIT"
  8683. ],
  8684. "authors": [
  8685. {
  8686. "name": "Fabien Potencier",
  8687. "email": "fabien@symfony.com"
  8688. },
  8689. {
  8690. "name": "Symfony Community",
  8691. "homepage": "https://symfony.com/contributors"
  8692. }
  8693. ],
  8694. "description": "Eases the creation of beautiful and testable command line interfaces",
  8695. "homepage": "https://symfony.com",
  8696. "keywords": [
  8697. "cli",
  8698. "command-line",
  8699. "console",
  8700. "terminal"
  8701. ],
  8702. "support": {
  8703. "source": "https://github.com/symfony/console/tree/v6.4.3"
  8704. },
  8705. "funding": [
  8706. {
  8707. "url": "https://symfony.com/sponsor",
  8708. "type": "custom"
  8709. },
  8710. {
  8711. "url": "https://github.com/fabpot",
  8712. "type": "github"
  8713. },
  8714. {
  8715. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8716. "type": "tidelift"
  8717. }
  8718. ],
  8719. "time": "2024-01-23T14:51:35+00:00"
  8720. },
  8721. {
  8722. "name": "symfony/css-selector",
  8723. "version": "v6.4.3",
  8724. "source": {
  8725. "type": "git",
  8726. "url": "https://github.com/symfony/css-selector.git",
  8727. "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229"
  8728. },
  8729. "dist": {
  8730. "type": "zip",
  8731. "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
  8732. "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
  8733. "shasum": ""
  8734. },
  8735. "require": {
  8736. "php": ">=8.1"
  8737. },
  8738. "type": "library",
  8739. "autoload": {
  8740. "psr-4": {
  8741. "Symfony\\Component\\CssSelector\\": ""
  8742. },
  8743. "exclude-from-classmap": [
  8744. "/Tests/"
  8745. ]
  8746. },
  8747. "notification-url": "https://packagist.org/downloads/",
  8748. "license": [
  8749. "MIT"
  8750. ],
  8751. "authors": [
  8752. {
  8753. "name": "Fabien Potencier",
  8754. "email": "fabien@symfony.com"
  8755. },
  8756. {
  8757. "name": "Jean-François Simon",
  8758. "email": "jeanfrancois.simon@sensiolabs.com"
  8759. },
  8760. {
  8761. "name": "Symfony Community",
  8762. "homepage": "https://symfony.com/contributors"
  8763. }
  8764. ],
  8765. "description": "Converts CSS selectors to XPath expressions",
  8766. "homepage": "https://symfony.com",
  8767. "support": {
  8768. "source": "https://github.com/symfony/css-selector/tree/v6.4.3"
  8769. },
  8770. "funding": [
  8771. {
  8772. "url": "https://symfony.com/sponsor",
  8773. "type": "custom"
  8774. },
  8775. {
  8776. "url": "https://github.com/fabpot",
  8777. "type": "github"
  8778. },
  8779. {
  8780. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8781. "type": "tidelift"
  8782. }
  8783. ],
  8784. "time": "2024-01-23T14:51:35+00:00"
  8785. },
  8786. {
  8787. "name": "symfony/deprecation-contracts",
  8788. "version": "v3.4.0",
  8789. "source": {
  8790. "type": "git",
  8791. "url": "https://github.com/symfony/deprecation-contracts.git",
  8792. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  8793. },
  8794. "dist": {
  8795. "type": "zip",
  8796. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  8797. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  8798. "shasum": ""
  8799. },
  8800. "require": {
  8801. "php": ">=8.1"
  8802. },
  8803. "type": "library",
  8804. "extra": {
  8805. "branch-alias": {
  8806. "dev-main": "3.4-dev"
  8807. },
  8808. "thanks": {
  8809. "name": "symfony/contracts",
  8810. "url": "https://github.com/symfony/contracts"
  8811. }
  8812. },
  8813. "autoload": {
  8814. "files": [
  8815. "function.php"
  8816. ]
  8817. },
  8818. "notification-url": "https://packagist.org/downloads/",
  8819. "license": [
  8820. "MIT"
  8821. ],
  8822. "authors": [
  8823. {
  8824. "name": "Nicolas Grekas",
  8825. "email": "p@tchwork.com"
  8826. },
  8827. {
  8828. "name": "Symfony Community",
  8829. "homepage": "https://symfony.com/contributors"
  8830. }
  8831. ],
  8832. "description": "A generic function and convention to trigger deprecation notices",
  8833. "homepage": "https://symfony.com",
  8834. "support": {
  8835. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
  8836. },
  8837. "funding": [
  8838. {
  8839. "url": "https://symfony.com/sponsor",
  8840. "type": "custom"
  8841. },
  8842. {
  8843. "url": "https://github.com/fabpot",
  8844. "type": "github"
  8845. },
  8846. {
  8847. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8848. "type": "tidelift"
  8849. }
  8850. ],
  8851. "time": "2023-05-23T14:45:45+00:00"
  8852. },
  8853. {
  8854. "name": "symfony/error-handler",
  8855. "version": "v6.4.3",
  8856. "source": {
  8857. "type": "git",
  8858. "url": "https://github.com/symfony/error-handler.git",
  8859. "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6"
  8860. },
  8861. "dist": {
  8862. "type": "zip",
  8863. "url": "https://api.github.com/repos/symfony/error-handler/zipball/6dc3c76a278b77f01d864a6005d640822c6f26a6",
  8864. "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6",
  8865. "shasum": ""
  8866. },
  8867. "require": {
  8868. "php": ">=8.1",
  8869. "psr/log": "^1|^2|^3",
  8870. "symfony/var-dumper": "^5.4|^6.0|^7.0"
  8871. },
  8872. "conflict": {
  8873. "symfony/deprecation-contracts": "<2.5",
  8874. "symfony/http-kernel": "<6.4"
  8875. },
  8876. "require-dev": {
  8877. "symfony/deprecation-contracts": "^2.5|^3",
  8878. "symfony/http-kernel": "^6.4|^7.0",
  8879. "symfony/serializer": "^5.4|^6.0|^7.0"
  8880. },
  8881. "bin": [
  8882. "Resources/bin/patch-type-declarations"
  8883. ],
  8884. "type": "library",
  8885. "autoload": {
  8886. "psr-4": {
  8887. "Symfony\\Component\\ErrorHandler\\": ""
  8888. },
  8889. "exclude-from-classmap": [
  8890. "/Tests/"
  8891. ]
  8892. },
  8893. "notification-url": "https://packagist.org/downloads/",
  8894. "license": [
  8895. "MIT"
  8896. ],
  8897. "authors": [
  8898. {
  8899. "name": "Fabien Potencier",
  8900. "email": "fabien@symfony.com"
  8901. },
  8902. {
  8903. "name": "Symfony Community",
  8904. "homepage": "https://symfony.com/contributors"
  8905. }
  8906. ],
  8907. "description": "Provides tools to manage errors and ease debugging PHP code",
  8908. "homepage": "https://symfony.com",
  8909. "support": {
  8910. "source": "https://github.com/symfony/error-handler/tree/v6.4.3"
  8911. },
  8912. "funding": [
  8913. {
  8914. "url": "https://symfony.com/sponsor",
  8915. "type": "custom"
  8916. },
  8917. {
  8918. "url": "https://github.com/fabpot",
  8919. "type": "github"
  8920. },
  8921. {
  8922. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8923. "type": "tidelift"
  8924. }
  8925. ],
  8926. "time": "2024-01-29T15:40:36+00:00"
  8927. },
  8928. {
  8929. "name": "symfony/event-dispatcher",
  8930. "version": "v6.4.3",
  8931. "source": {
  8932. "type": "git",
  8933. "url": "https://github.com/symfony/event-dispatcher.git",
  8934. "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
  8935. },
  8936. "dist": {
  8937. "type": "zip",
  8938. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
  8939. "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
  8940. "shasum": ""
  8941. },
  8942. "require": {
  8943. "php": ">=8.1",
  8944. "symfony/event-dispatcher-contracts": "^2.5|^3"
  8945. },
  8946. "conflict": {
  8947. "symfony/dependency-injection": "<5.4",
  8948. "symfony/service-contracts": "<2.5"
  8949. },
  8950. "provide": {
  8951. "psr/event-dispatcher-implementation": "1.0",
  8952. "symfony/event-dispatcher-implementation": "2.0|3.0"
  8953. },
  8954. "require-dev": {
  8955. "psr/log": "^1|^2|^3",
  8956. "symfony/config": "^5.4|^6.0|^7.0",
  8957. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  8958. "symfony/error-handler": "^5.4|^6.0|^7.0",
  8959. "symfony/expression-language": "^5.4|^6.0|^7.0",
  8960. "symfony/http-foundation": "^5.4|^6.0|^7.0",
  8961. "symfony/service-contracts": "^2.5|^3",
  8962. "symfony/stopwatch": "^5.4|^6.0|^7.0"
  8963. },
  8964. "type": "library",
  8965. "autoload": {
  8966. "psr-4": {
  8967. "Symfony\\Component\\EventDispatcher\\": ""
  8968. },
  8969. "exclude-from-classmap": [
  8970. "/Tests/"
  8971. ]
  8972. },
  8973. "notification-url": "https://packagist.org/downloads/",
  8974. "license": [
  8975. "MIT"
  8976. ],
  8977. "authors": [
  8978. {
  8979. "name": "Fabien Potencier",
  8980. "email": "fabien@symfony.com"
  8981. },
  8982. {
  8983. "name": "Symfony Community",
  8984. "homepage": "https://symfony.com/contributors"
  8985. }
  8986. ],
  8987. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  8988. "homepage": "https://symfony.com",
  8989. "support": {
  8990. "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3"
  8991. },
  8992. "funding": [
  8993. {
  8994. "url": "https://symfony.com/sponsor",
  8995. "type": "custom"
  8996. },
  8997. {
  8998. "url": "https://github.com/fabpot",
  8999. "type": "github"
  9000. },
  9001. {
  9002. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9003. "type": "tidelift"
  9004. }
  9005. ],
  9006. "time": "2024-01-23T14:51:35+00:00"
  9007. },
  9008. {
  9009. "name": "symfony/event-dispatcher-contracts",
  9010. "version": "v3.4.0",
  9011. "source": {
  9012. "type": "git",
  9013. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  9014. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
  9015. },
  9016. "dist": {
  9017. "type": "zip",
  9018. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
  9019. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
  9020. "shasum": ""
  9021. },
  9022. "require": {
  9023. "php": ">=8.1",
  9024. "psr/event-dispatcher": "^1"
  9025. },
  9026. "type": "library",
  9027. "extra": {
  9028. "branch-alias": {
  9029. "dev-main": "3.4-dev"
  9030. },
  9031. "thanks": {
  9032. "name": "symfony/contracts",
  9033. "url": "https://github.com/symfony/contracts"
  9034. }
  9035. },
  9036. "autoload": {
  9037. "psr-4": {
  9038. "Symfony\\Contracts\\EventDispatcher\\": ""
  9039. }
  9040. },
  9041. "notification-url": "https://packagist.org/downloads/",
  9042. "license": [
  9043. "MIT"
  9044. ],
  9045. "authors": [
  9046. {
  9047. "name": "Nicolas Grekas",
  9048. "email": "p@tchwork.com"
  9049. },
  9050. {
  9051. "name": "Symfony Community",
  9052. "homepage": "https://symfony.com/contributors"
  9053. }
  9054. ],
  9055. "description": "Generic abstractions related to dispatching event",
  9056. "homepage": "https://symfony.com",
  9057. "keywords": [
  9058. "abstractions",
  9059. "contracts",
  9060. "decoupling",
  9061. "interfaces",
  9062. "interoperability",
  9063. "standards"
  9064. ],
  9065. "support": {
  9066. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
  9067. },
  9068. "funding": [
  9069. {
  9070. "url": "https://symfony.com/sponsor",
  9071. "type": "custom"
  9072. },
  9073. {
  9074. "url": "https://github.com/fabpot",
  9075. "type": "github"
  9076. },
  9077. {
  9078. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9079. "type": "tidelift"
  9080. }
  9081. ],
  9082. "time": "2023-05-23T14:45:45+00:00"
  9083. },
  9084. {
  9085. "name": "symfony/finder",
  9086. "version": "v6.4.0",
  9087. "source": {
  9088. "type": "git",
  9089. "url": "https://github.com/symfony/finder.git",
  9090. "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
  9091. },
  9092. "dist": {
  9093. "type": "zip",
  9094. "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
  9095. "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
  9096. "shasum": ""
  9097. },
  9098. "require": {
  9099. "php": ">=8.1"
  9100. },
  9101. "require-dev": {
  9102. "symfony/filesystem": "^6.0|^7.0"
  9103. },
  9104. "type": "library",
  9105. "autoload": {
  9106. "psr-4": {
  9107. "Symfony\\Component\\Finder\\": ""
  9108. },
  9109. "exclude-from-classmap": [
  9110. "/Tests/"
  9111. ]
  9112. },
  9113. "notification-url": "https://packagist.org/downloads/",
  9114. "license": [
  9115. "MIT"
  9116. ],
  9117. "authors": [
  9118. {
  9119. "name": "Fabien Potencier",
  9120. "email": "fabien@symfony.com"
  9121. },
  9122. {
  9123. "name": "Symfony Community",
  9124. "homepage": "https://symfony.com/contributors"
  9125. }
  9126. ],
  9127. "description": "Finds files and directories via an intuitive fluent interface",
  9128. "homepage": "https://symfony.com",
  9129. "support": {
  9130. "source": "https://github.com/symfony/finder/tree/v6.4.0"
  9131. },
  9132. "funding": [
  9133. {
  9134. "url": "https://symfony.com/sponsor",
  9135. "type": "custom"
  9136. },
  9137. {
  9138. "url": "https://github.com/fabpot",
  9139. "type": "github"
  9140. },
  9141. {
  9142. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9143. "type": "tidelift"
  9144. }
  9145. ],
  9146. "time": "2023-10-31T17:30:12+00:00"
  9147. },
  9148. {
  9149. "name": "symfony/http-client",
  9150. "version": "v6.3.7",
  9151. "source": {
  9152. "type": "git",
  9153. "url": "https://github.com/symfony/http-client.git",
  9154. "reference": "cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d"
  9155. },
  9156. "dist": {
  9157. "type": "zip",
  9158. "url": "https://api.github.com/repos/symfony/http-client/zipball/cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d",
  9159. "reference": "cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d",
  9160. "shasum": ""
  9161. },
  9162. "require": {
  9163. "php": ">=8.1",
  9164. "psr/log": "^1|^2|^3",
  9165. "symfony/deprecation-contracts": "^2.5|^3",
  9166. "symfony/http-client-contracts": "^3",
  9167. "symfony/service-contracts": "^2.5|^3"
  9168. },
  9169. "conflict": {
  9170. "php-http/discovery": "<1.15",
  9171. "symfony/http-foundation": "<6.3"
  9172. },
  9173. "provide": {
  9174. "php-http/async-client-implementation": "*",
  9175. "php-http/client-implementation": "*",
  9176. "psr/http-client-implementation": "1.0",
  9177. "symfony/http-client-implementation": "3.0"
  9178. },
  9179. "require-dev": {
  9180. "amphp/amp": "^2.5",
  9181. "amphp/http-client": "^4.2.1",
  9182. "amphp/http-tunnel": "^1.0",
  9183. "amphp/socket": "^1.1",
  9184. "guzzlehttp/promises": "^1.4",
  9185. "nyholm/psr7": "^1.0",
  9186. "php-http/httplug": "^1.0|^2.0",
  9187. "psr/http-client": "^1.0",
  9188. "symfony/dependency-injection": "^5.4|^6.0",
  9189. "symfony/http-kernel": "^5.4|^6.0",
  9190. "symfony/process": "^5.4|^6.0",
  9191. "symfony/stopwatch": "^5.4|^6.0"
  9192. },
  9193. "type": "library",
  9194. "autoload": {
  9195. "psr-4": {
  9196. "Symfony\\Component\\HttpClient\\": ""
  9197. },
  9198. "exclude-from-classmap": [
  9199. "/Tests/"
  9200. ]
  9201. },
  9202. "notification-url": "https://packagist.org/downloads/",
  9203. "license": [
  9204. "MIT"
  9205. ],
  9206. "authors": [
  9207. {
  9208. "name": "Nicolas Grekas",
  9209. "email": "p@tchwork.com"
  9210. },
  9211. {
  9212. "name": "Symfony Community",
  9213. "homepage": "https://symfony.com/contributors"
  9214. }
  9215. ],
  9216. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  9217. "homepage": "https://symfony.com",
  9218. "keywords": [
  9219. "http"
  9220. ],
  9221. "support": {
  9222. "source": "https://github.com/symfony/http-client/tree/v6.3.7"
  9223. },
  9224. "funding": [
  9225. {
  9226. "url": "https://symfony.com/sponsor",
  9227. "type": "custom"
  9228. },
  9229. {
  9230. "url": "https://github.com/fabpot",
  9231. "type": "github"
  9232. },
  9233. {
  9234. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9235. "type": "tidelift"
  9236. }
  9237. ],
  9238. "time": "2023-10-29T12:41:36+00:00"
  9239. },
  9240. {
  9241. "name": "symfony/http-client-contracts",
  9242. "version": "v3.4.0",
  9243. "source": {
  9244. "type": "git",
  9245. "url": "https://github.com/symfony/http-client-contracts.git",
  9246. "reference": "1ee70e699b41909c209a0c930f11034b93578654"
  9247. },
  9248. "dist": {
  9249. "type": "zip",
  9250. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654",
  9251. "reference": "1ee70e699b41909c209a0c930f11034b93578654",
  9252. "shasum": ""
  9253. },
  9254. "require": {
  9255. "php": ">=8.1"
  9256. },
  9257. "type": "library",
  9258. "extra": {
  9259. "branch-alias": {
  9260. "dev-main": "3.4-dev"
  9261. },
  9262. "thanks": {
  9263. "name": "symfony/contracts",
  9264. "url": "https://github.com/symfony/contracts"
  9265. }
  9266. },
  9267. "autoload": {
  9268. "psr-4": {
  9269. "Symfony\\Contracts\\HttpClient\\": ""
  9270. },
  9271. "exclude-from-classmap": [
  9272. "/Test/"
  9273. ]
  9274. },
  9275. "notification-url": "https://packagist.org/downloads/",
  9276. "license": [
  9277. "MIT"
  9278. ],
  9279. "authors": [
  9280. {
  9281. "name": "Nicolas Grekas",
  9282. "email": "p@tchwork.com"
  9283. },
  9284. {
  9285. "name": "Symfony Community",
  9286. "homepage": "https://symfony.com/contributors"
  9287. }
  9288. ],
  9289. "description": "Generic abstractions related to HTTP clients",
  9290. "homepage": "https://symfony.com",
  9291. "keywords": [
  9292. "abstractions",
  9293. "contracts",
  9294. "decoupling",
  9295. "interfaces",
  9296. "interoperability",
  9297. "standards"
  9298. ],
  9299. "support": {
  9300. "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.0"
  9301. },
  9302. "funding": [
  9303. {
  9304. "url": "https://symfony.com/sponsor",
  9305. "type": "custom"
  9306. },
  9307. {
  9308. "url": "https://github.com/fabpot",
  9309. "type": "github"
  9310. },
  9311. {
  9312. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9313. "type": "tidelift"
  9314. }
  9315. ],
  9316. "time": "2023-07-30T20:28:31+00:00"
  9317. },
  9318. {
  9319. "name": "symfony/http-foundation",
  9320. "version": "v6.4.3",
  9321. "source": {
  9322. "type": "git",
  9323. "url": "https://github.com/symfony/http-foundation.git",
  9324. "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9"
  9325. },
  9326. "dist": {
  9327. "type": "zip",
  9328. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
  9329. "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
  9330. "shasum": ""
  9331. },
  9332. "require": {
  9333. "php": ">=8.1",
  9334. "symfony/deprecation-contracts": "^2.5|^3",
  9335. "symfony/polyfill-mbstring": "~1.1",
  9336. "symfony/polyfill-php83": "^1.27"
  9337. },
  9338. "conflict": {
  9339. "symfony/cache": "<6.3"
  9340. },
  9341. "require-dev": {
  9342. "doctrine/dbal": "^2.13.1|^3|^4",
  9343. "predis/predis": "^1.1|^2.0",
  9344. "symfony/cache": "^6.3|^7.0",
  9345. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  9346. "symfony/expression-language": "^5.4|^6.0|^7.0",
  9347. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
  9348. "symfony/mime": "^5.4|^6.0|^7.0",
  9349. "symfony/rate-limiter": "^5.4|^6.0|^7.0"
  9350. },
  9351. "type": "library",
  9352. "autoload": {
  9353. "psr-4": {
  9354. "Symfony\\Component\\HttpFoundation\\": ""
  9355. },
  9356. "exclude-from-classmap": [
  9357. "/Tests/"
  9358. ]
  9359. },
  9360. "notification-url": "https://packagist.org/downloads/",
  9361. "license": [
  9362. "MIT"
  9363. ],
  9364. "authors": [
  9365. {
  9366. "name": "Fabien Potencier",
  9367. "email": "fabien@symfony.com"
  9368. },
  9369. {
  9370. "name": "Symfony Community",
  9371. "homepage": "https://symfony.com/contributors"
  9372. }
  9373. ],
  9374. "description": "Defines an object-oriented layer for the HTTP specification",
  9375. "homepage": "https://symfony.com",
  9376. "support": {
  9377. "source": "https://github.com/symfony/http-foundation/tree/v6.4.3"
  9378. },
  9379. "funding": [
  9380. {
  9381. "url": "https://symfony.com/sponsor",
  9382. "type": "custom"
  9383. },
  9384. {
  9385. "url": "https://github.com/fabpot",
  9386. "type": "github"
  9387. },
  9388. {
  9389. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9390. "type": "tidelift"
  9391. }
  9392. ],
  9393. "time": "2024-01-23T14:51:35+00:00"
  9394. },
  9395. {
  9396. "name": "symfony/http-kernel",
  9397. "version": "v6.4.3",
  9398. "source": {
  9399. "type": "git",
  9400. "url": "https://github.com/symfony/http-kernel.git",
  9401. "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2"
  9402. },
  9403. "dist": {
  9404. "type": "zip",
  9405. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c6ec4e543044f7568a53a76ab1484ecd30637a2",
  9406. "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2",
  9407. "shasum": ""
  9408. },
  9409. "require": {
  9410. "php": ">=8.1",
  9411. "psr/log": "^1|^2|^3",
  9412. "symfony/deprecation-contracts": "^2.5|^3",
  9413. "symfony/error-handler": "^6.4|^7.0",
  9414. "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
  9415. "symfony/http-foundation": "^6.4|^7.0",
  9416. "symfony/polyfill-ctype": "^1.8"
  9417. },
  9418. "conflict": {
  9419. "symfony/browser-kit": "<5.4",
  9420. "symfony/cache": "<5.4",
  9421. "symfony/config": "<6.1",
  9422. "symfony/console": "<5.4",
  9423. "symfony/dependency-injection": "<6.4",
  9424. "symfony/doctrine-bridge": "<5.4",
  9425. "symfony/form": "<5.4",
  9426. "symfony/http-client": "<5.4",
  9427. "symfony/http-client-contracts": "<2.5",
  9428. "symfony/mailer": "<5.4",
  9429. "symfony/messenger": "<5.4",
  9430. "symfony/translation": "<5.4",
  9431. "symfony/translation-contracts": "<2.5",
  9432. "symfony/twig-bridge": "<5.4",
  9433. "symfony/validator": "<6.4",
  9434. "symfony/var-dumper": "<6.3",
  9435. "twig/twig": "<2.13"
  9436. },
  9437. "provide": {
  9438. "psr/log-implementation": "1.0|2.0|3.0"
  9439. },
  9440. "require-dev": {
  9441. "psr/cache": "^1.0|^2.0|^3.0",
  9442. "symfony/browser-kit": "^5.4|^6.0|^7.0",
  9443. "symfony/clock": "^6.2|^7.0",
  9444. "symfony/config": "^6.1|^7.0",
  9445. "symfony/console": "^5.4|^6.0|^7.0",
  9446. "symfony/css-selector": "^5.4|^6.0|^7.0",
  9447. "symfony/dependency-injection": "^6.4|^7.0",
  9448. "symfony/dom-crawler": "^5.4|^6.0|^7.0",
  9449. "symfony/expression-language": "^5.4|^6.0|^7.0",
  9450. "symfony/finder": "^5.4|^6.0|^7.0",
  9451. "symfony/http-client-contracts": "^2.5|^3",
  9452. "symfony/process": "^5.4|^6.0|^7.0",
  9453. "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
  9454. "symfony/routing": "^5.4|^6.0|^7.0",
  9455. "symfony/serializer": "^6.3|^7.0",
  9456. "symfony/stopwatch": "^5.4|^6.0|^7.0",
  9457. "symfony/translation": "^5.4|^6.0|^7.0",
  9458. "symfony/translation-contracts": "^2.5|^3",
  9459. "symfony/uid": "^5.4|^6.0|^7.0",
  9460. "symfony/validator": "^6.4|^7.0",
  9461. "symfony/var-exporter": "^6.2|^7.0",
  9462. "twig/twig": "^2.13|^3.0.4"
  9463. },
  9464. "type": "library",
  9465. "autoload": {
  9466. "psr-4": {
  9467. "Symfony\\Component\\HttpKernel\\": ""
  9468. },
  9469. "exclude-from-classmap": [
  9470. "/Tests/"
  9471. ]
  9472. },
  9473. "notification-url": "https://packagist.org/downloads/",
  9474. "license": [
  9475. "MIT"
  9476. ],
  9477. "authors": [
  9478. {
  9479. "name": "Fabien Potencier",
  9480. "email": "fabien@symfony.com"
  9481. },
  9482. {
  9483. "name": "Symfony Community",
  9484. "homepage": "https://symfony.com/contributors"
  9485. }
  9486. ],
  9487. "description": "Provides a structured process for converting a Request into a Response",
  9488. "homepage": "https://symfony.com",
  9489. "support": {
  9490. "source": "https://github.com/symfony/http-kernel/tree/v6.4.3"
  9491. },
  9492. "funding": [
  9493. {
  9494. "url": "https://symfony.com/sponsor",
  9495. "type": "custom"
  9496. },
  9497. {
  9498. "url": "https://github.com/fabpot",
  9499. "type": "github"
  9500. },
  9501. {
  9502. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9503. "type": "tidelift"
  9504. }
  9505. ],
  9506. "time": "2024-01-31T07:21:29+00:00"
  9507. },
  9508. {
  9509. "name": "symfony/mailer",
  9510. "version": "v6.4.3",
  9511. "source": {
  9512. "type": "git",
  9513. "url": "https://github.com/symfony/mailer.git",
  9514. "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee"
  9515. },
  9516. "dist": {
  9517. "type": "zip",
  9518. "url": "https://api.github.com/repos/symfony/mailer/zipball/74412c62f88a85a41b61f0b71ab0afcaad6f03ee",
  9519. "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee",
  9520. "shasum": ""
  9521. },
  9522. "require": {
  9523. "egulias/email-validator": "^2.1.10|^3|^4",
  9524. "php": ">=8.1",
  9525. "psr/event-dispatcher": "^1",
  9526. "psr/log": "^1|^2|^3",
  9527. "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
  9528. "symfony/mime": "^6.2|^7.0",
  9529. "symfony/service-contracts": "^2.5|^3"
  9530. },
  9531. "conflict": {
  9532. "symfony/http-client-contracts": "<2.5",
  9533. "symfony/http-kernel": "<5.4",
  9534. "symfony/messenger": "<6.2",
  9535. "symfony/mime": "<6.2",
  9536. "symfony/twig-bridge": "<6.2.1"
  9537. },
  9538. "require-dev": {
  9539. "symfony/console": "^5.4|^6.0|^7.0",
  9540. "symfony/http-client": "^5.4|^6.0|^7.0",
  9541. "symfony/messenger": "^6.2|^7.0",
  9542. "symfony/twig-bridge": "^6.2|^7.0"
  9543. },
  9544. "type": "library",
  9545. "autoload": {
  9546. "psr-4": {
  9547. "Symfony\\Component\\Mailer\\": ""
  9548. },
  9549. "exclude-from-classmap": [
  9550. "/Tests/"
  9551. ]
  9552. },
  9553. "notification-url": "https://packagist.org/downloads/",
  9554. "license": [
  9555. "MIT"
  9556. ],
  9557. "authors": [
  9558. {
  9559. "name": "Fabien Potencier",
  9560. "email": "fabien@symfony.com"
  9561. },
  9562. {
  9563. "name": "Symfony Community",
  9564. "homepage": "https://symfony.com/contributors"
  9565. }
  9566. ],
  9567. "description": "Helps sending emails",
  9568. "homepage": "https://symfony.com",
  9569. "support": {
  9570. "source": "https://github.com/symfony/mailer/tree/v6.4.3"
  9571. },
  9572. "funding": [
  9573. {
  9574. "url": "https://symfony.com/sponsor",
  9575. "type": "custom"
  9576. },
  9577. {
  9578. "url": "https://github.com/fabpot",
  9579. "type": "github"
  9580. },
  9581. {
  9582. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9583. "type": "tidelift"
  9584. }
  9585. ],
  9586. "time": "2024-01-29T15:01:07+00:00"
  9587. },
  9588. {
  9589. "name": "symfony/mailgun-mailer",
  9590. "version": "v6.3.6",
  9591. "source": {
  9592. "type": "git",
  9593. "url": "https://github.com/symfony/mailgun-mailer.git",
  9594. "reference": "8d9741467c53750dc8ccda23a1cdb91cda732571"
  9595. },
  9596. "dist": {
  9597. "type": "zip",
  9598. "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/8d9741467c53750dc8ccda23a1cdb91cda732571",
  9599. "reference": "8d9741467c53750dc8ccda23a1cdb91cda732571",
  9600. "shasum": ""
  9601. },
  9602. "require": {
  9603. "php": ">=8.1",
  9604. "symfony/mailer": "^5.4.21|^6.2.7"
  9605. },
  9606. "conflict": {
  9607. "symfony/http-foundation": "<6.2"
  9608. },
  9609. "require-dev": {
  9610. "symfony/http-client": "^5.4|^6.0",
  9611. "symfony/webhook": "^6.3"
  9612. },
  9613. "type": "symfony-mailer-bridge",
  9614. "autoload": {
  9615. "psr-4": {
  9616. "Symfony\\Component\\Mailer\\Bridge\\Mailgun\\": ""
  9617. },
  9618. "exclude-from-classmap": [
  9619. "/Tests/"
  9620. ]
  9621. },
  9622. "notification-url": "https://packagist.org/downloads/",
  9623. "license": [
  9624. "MIT"
  9625. ],
  9626. "authors": [
  9627. {
  9628. "name": "Fabien Potencier",
  9629. "email": "fabien@symfony.com"
  9630. },
  9631. {
  9632. "name": "Symfony Community",
  9633. "homepage": "https://symfony.com/contributors"
  9634. }
  9635. ],
  9636. "description": "Symfony Mailgun Mailer Bridge",
  9637. "homepage": "https://symfony.com",
  9638. "support": {
  9639. "source": "https://github.com/symfony/mailgun-mailer/tree/v6.3.6"
  9640. },
  9641. "funding": [
  9642. {
  9643. "url": "https://symfony.com/sponsor",
  9644. "type": "custom"
  9645. },
  9646. {
  9647. "url": "https://github.com/fabpot",
  9648. "type": "github"
  9649. },
  9650. {
  9651. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9652. "type": "tidelift"
  9653. }
  9654. ],
  9655. "time": "2023-10-12T13:32:47+00:00"
  9656. },
  9657. {
  9658. "name": "symfony/mime",
  9659. "version": "v6.4.3",
  9660. "source": {
  9661. "type": "git",
  9662. "url": "https://github.com/symfony/mime.git",
  9663. "reference": "5017e0a9398c77090b7694be46f20eb796262a34"
  9664. },
  9665. "dist": {
  9666. "type": "zip",
  9667. "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34",
  9668. "reference": "5017e0a9398c77090b7694be46f20eb796262a34",
  9669. "shasum": ""
  9670. },
  9671. "require": {
  9672. "php": ">=8.1",
  9673. "symfony/deprecation-contracts": "^2.5|^3",
  9674. "symfony/polyfill-intl-idn": "^1.10",
  9675. "symfony/polyfill-mbstring": "^1.0"
  9676. },
  9677. "conflict": {
  9678. "egulias/email-validator": "~3.0.0",
  9679. "phpdocumentor/reflection-docblock": "<3.2.2",
  9680. "phpdocumentor/type-resolver": "<1.4.0",
  9681. "symfony/mailer": "<5.4",
  9682. "symfony/serializer": "<6.3.2"
  9683. },
  9684. "require-dev": {
  9685. "egulias/email-validator": "^2.1.10|^3.1|^4",
  9686. "league/html-to-markdown": "^5.0",
  9687. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  9688. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  9689. "symfony/property-access": "^5.4|^6.0|^7.0",
  9690. "symfony/property-info": "^5.4|^6.0|^7.0",
  9691. "symfony/serializer": "^6.3.2|^7.0"
  9692. },
  9693. "type": "library",
  9694. "autoload": {
  9695. "psr-4": {
  9696. "Symfony\\Component\\Mime\\": ""
  9697. },
  9698. "exclude-from-classmap": [
  9699. "/Tests/"
  9700. ]
  9701. },
  9702. "notification-url": "https://packagist.org/downloads/",
  9703. "license": [
  9704. "MIT"
  9705. ],
  9706. "authors": [
  9707. {
  9708. "name": "Fabien Potencier",
  9709. "email": "fabien@symfony.com"
  9710. },
  9711. {
  9712. "name": "Symfony Community",
  9713. "homepage": "https://symfony.com/contributors"
  9714. }
  9715. ],
  9716. "description": "Allows manipulating MIME messages",
  9717. "homepage": "https://symfony.com",
  9718. "keywords": [
  9719. "mime",
  9720. "mime-type"
  9721. ],
  9722. "support": {
  9723. "source": "https://github.com/symfony/mime/tree/v6.4.3"
  9724. },
  9725. "funding": [
  9726. {
  9727. "url": "https://symfony.com/sponsor",
  9728. "type": "custom"
  9729. },
  9730. {
  9731. "url": "https://github.com/fabpot",
  9732. "type": "github"
  9733. },
  9734. {
  9735. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9736. "type": "tidelift"
  9737. }
  9738. ],
  9739. "time": "2024-01-30T08:32:12+00:00"
  9740. },
  9741. {
  9742. "name": "symfony/polyfill-ctype",
  9743. "version": "v1.29.0",
  9744. "source": {
  9745. "type": "git",
  9746. "url": "https://github.com/symfony/polyfill-ctype.git",
  9747. "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
  9748. },
  9749. "dist": {
  9750. "type": "zip",
  9751. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
  9752. "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
  9753. "shasum": ""
  9754. },
  9755. "require": {
  9756. "php": ">=7.1"
  9757. },
  9758. "provide": {
  9759. "ext-ctype": "*"
  9760. },
  9761. "suggest": {
  9762. "ext-ctype": "For best performance"
  9763. },
  9764. "type": "library",
  9765. "extra": {
  9766. "thanks": {
  9767. "name": "symfony/polyfill",
  9768. "url": "https://github.com/symfony/polyfill"
  9769. }
  9770. },
  9771. "autoload": {
  9772. "files": [
  9773. "bootstrap.php"
  9774. ],
  9775. "psr-4": {
  9776. "Symfony\\Polyfill\\Ctype\\": ""
  9777. }
  9778. },
  9779. "notification-url": "https://packagist.org/downloads/",
  9780. "license": [
  9781. "MIT"
  9782. ],
  9783. "authors": [
  9784. {
  9785. "name": "Gert de Pagter",
  9786. "email": "BackEndTea@gmail.com"
  9787. },
  9788. {
  9789. "name": "Symfony Community",
  9790. "homepage": "https://symfony.com/contributors"
  9791. }
  9792. ],
  9793. "description": "Symfony polyfill for ctype functions",
  9794. "homepage": "https://symfony.com",
  9795. "keywords": [
  9796. "compatibility",
  9797. "ctype",
  9798. "polyfill",
  9799. "portable"
  9800. ],
  9801. "support": {
  9802. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
  9803. },
  9804. "funding": [
  9805. {
  9806. "url": "https://symfony.com/sponsor",
  9807. "type": "custom"
  9808. },
  9809. {
  9810. "url": "https://github.com/fabpot",
  9811. "type": "github"
  9812. },
  9813. {
  9814. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9815. "type": "tidelift"
  9816. }
  9817. ],
  9818. "time": "2024-01-29T20:11:03+00:00"
  9819. },
  9820. {
  9821. "name": "symfony/polyfill-intl-grapheme",
  9822. "version": "v1.29.0",
  9823. "source": {
  9824. "type": "git",
  9825. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  9826. "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
  9827. },
  9828. "dist": {
  9829. "type": "zip",
  9830. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
  9831. "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
  9832. "shasum": ""
  9833. },
  9834. "require": {
  9835. "php": ">=7.1"
  9836. },
  9837. "suggest": {
  9838. "ext-intl": "For best performance"
  9839. },
  9840. "type": "library",
  9841. "extra": {
  9842. "thanks": {
  9843. "name": "symfony/polyfill",
  9844. "url": "https://github.com/symfony/polyfill"
  9845. }
  9846. },
  9847. "autoload": {
  9848. "files": [
  9849. "bootstrap.php"
  9850. ],
  9851. "psr-4": {
  9852. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  9853. }
  9854. },
  9855. "notification-url": "https://packagist.org/downloads/",
  9856. "license": [
  9857. "MIT"
  9858. ],
  9859. "authors": [
  9860. {
  9861. "name": "Nicolas Grekas",
  9862. "email": "p@tchwork.com"
  9863. },
  9864. {
  9865. "name": "Symfony Community",
  9866. "homepage": "https://symfony.com/contributors"
  9867. }
  9868. ],
  9869. "description": "Symfony polyfill for intl's grapheme_* functions",
  9870. "homepage": "https://symfony.com",
  9871. "keywords": [
  9872. "compatibility",
  9873. "grapheme",
  9874. "intl",
  9875. "polyfill",
  9876. "portable",
  9877. "shim"
  9878. ],
  9879. "support": {
  9880. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
  9881. },
  9882. "funding": [
  9883. {
  9884. "url": "https://symfony.com/sponsor",
  9885. "type": "custom"
  9886. },
  9887. {
  9888. "url": "https://github.com/fabpot",
  9889. "type": "github"
  9890. },
  9891. {
  9892. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9893. "type": "tidelift"
  9894. }
  9895. ],
  9896. "time": "2024-01-29T20:11:03+00:00"
  9897. },
  9898. {
  9899. "name": "symfony/polyfill-intl-idn",
  9900. "version": "v1.29.0",
  9901. "source": {
  9902. "type": "git",
  9903. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  9904. "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
  9905. },
  9906. "dist": {
  9907. "type": "zip",
  9908. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
  9909. "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
  9910. "shasum": ""
  9911. },
  9912. "require": {
  9913. "php": ">=7.1",
  9914. "symfony/polyfill-intl-normalizer": "^1.10",
  9915. "symfony/polyfill-php72": "^1.10"
  9916. },
  9917. "suggest": {
  9918. "ext-intl": "For best performance"
  9919. },
  9920. "type": "library",
  9921. "extra": {
  9922. "thanks": {
  9923. "name": "symfony/polyfill",
  9924. "url": "https://github.com/symfony/polyfill"
  9925. }
  9926. },
  9927. "autoload": {
  9928. "files": [
  9929. "bootstrap.php"
  9930. ],
  9931. "psr-4": {
  9932. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  9933. }
  9934. },
  9935. "notification-url": "https://packagist.org/downloads/",
  9936. "license": [
  9937. "MIT"
  9938. ],
  9939. "authors": [
  9940. {
  9941. "name": "Laurent Bassin",
  9942. "email": "laurent@bassin.info"
  9943. },
  9944. {
  9945. "name": "Trevor Rowbotham",
  9946. "email": "trevor.rowbotham@pm.me"
  9947. },
  9948. {
  9949. "name": "Symfony Community",
  9950. "homepage": "https://symfony.com/contributors"
  9951. }
  9952. ],
  9953. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  9954. "homepage": "https://symfony.com",
  9955. "keywords": [
  9956. "compatibility",
  9957. "idn",
  9958. "intl",
  9959. "polyfill",
  9960. "portable",
  9961. "shim"
  9962. ],
  9963. "support": {
  9964. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
  9965. },
  9966. "funding": [
  9967. {
  9968. "url": "https://symfony.com/sponsor",
  9969. "type": "custom"
  9970. },
  9971. {
  9972. "url": "https://github.com/fabpot",
  9973. "type": "github"
  9974. },
  9975. {
  9976. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9977. "type": "tidelift"
  9978. }
  9979. ],
  9980. "time": "2024-01-29T20:11:03+00:00"
  9981. },
  9982. {
  9983. "name": "symfony/polyfill-intl-normalizer",
  9984. "version": "v1.29.0",
  9985. "source": {
  9986. "type": "git",
  9987. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  9988. "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
  9989. },
  9990. "dist": {
  9991. "type": "zip",
  9992. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
  9993. "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
  9994. "shasum": ""
  9995. },
  9996. "require": {
  9997. "php": ">=7.1"
  9998. },
  9999. "suggest": {
  10000. "ext-intl": "For best performance"
  10001. },
  10002. "type": "library",
  10003. "extra": {
  10004. "thanks": {
  10005. "name": "symfony/polyfill",
  10006. "url": "https://github.com/symfony/polyfill"
  10007. }
  10008. },
  10009. "autoload": {
  10010. "files": [
  10011. "bootstrap.php"
  10012. ],
  10013. "psr-4": {
  10014. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  10015. },
  10016. "classmap": [
  10017. "Resources/stubs"
  10018. ]
  10019. },
  10020. "notification-url": "https://packagist.org/downloads/",
  10021. "license": [
  10022. "MIT"
  10023. ],
  10024. "authors": [
  10025. {
  10026. "name": "Nicolas Grekas",
  10027. "email": "p@tchwork.com"
  10028. },
  10029. {
  10030. "name": "Symfony Community",
  10031. "homepage": "https://symfony.com/contributors"
  10032. }
  10033. ],
  10034. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  10035. "homepage": "https://symfony.com",
  10036. "keywords": [
  10037. "compatibility",
  10038. "intl",
  10039. "normalizer",
  10040. "polyfill",
  10041. "portable",
  10042. "shim"
  10043. ],
  10044. "support": {
  10045. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
  10046. },
  10047. "funding": [
  10048. {
  10049. "url": "https://symfony.com/sponsor",
  10050. "type": "custom"
  10051. },
  10052. {
  10053. "url": "https://github.com/fabpot",
  10054. "type": "github"
  10055. },
  10056. {
  10057. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10058. "type": "tidelift"
  10059. }
  10060. ],
  10061. "time": "2024-01-29T20:11:03+00:00"
  10062. },
  10063. {
  10064. "name": "symfony/polyfill-mbstring",
  10065. "version": "v1.29.0",
  10066. "source": {
  10067. "type": "git",
  10068. "url": "https://github.com/symfony/polyfill-mbstring.git",
  10069. "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
  10070. },
  10071. "dist": {
  10072. "type": "zip",
  10073. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
  10074. "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
  10075. "shasum": ""
  10076. },
  10077. "require": {
  10078. "php": ">=7.1"
  10079. },
  10080. "provide": {
  10081. "ext-mbstring": "*"
  10082. },
  10083. "suggest": {
  10084. "ext-mbstring": "For best performance"
  10085. },
  10086. "type": "library",
  10087. "extra": {
  10088. "thanks": {
  10089. "name": "symfony/polyfill",
  10090. "url": "https://github.com/symfony/polyfill"
  10091. }
  10092. },
  10093. "autoload": {
  10094. "files": [
  10095. "bootstrap.php"
  10096. ],
  10097. "psr-4": {
  10098. "Symfony\\Polyfill\\Mbstring\\": ""
  10099. }
  10100. },
  10101. "notification-url": "https://packagist.org/downloads/",
  10102. "license": [
  10103. "MIT"
  10104. ],
  10105. "authors": [
  10106. {
  10107. "name": "Nicolas Grekas",
  10108. "email": "p@tchwork.com"
  10109. },
  10110. {
  10111. "name": "Symfony Community",
  10112. "homepage": "https://symfony.com/contributors"
  10113. }
  10114. ],
  10115. "description": "Symfony polyfill for the Mbstring extension",
  10116. "homepage": "https://symfony.com",
  10117. "keywords": [
  10118. "compatibility",
  10119. "mbstring",
  10120. "polyfill",
  10121. "portable",
  10122. "shim"
  10123. ],
  10124. "support": {
  10125. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
  10126. },
  10127. "funding": [
  10128. {
  10129. "url": "https://symfony.com/sponsor",
  10130. "type": "custom"
  10131. },
  10132. {
  10133. "url": "https://github.com/fabpot",
  10134. "type": "github"
  10135. },
  10136. {
  10137. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10138. "type": "tidelift"
  10139. }
  10140. ],
  10141. "time": "2024-01-29T20:11:03+00:00"
  10142. },
  10143. {
  10144. "name": "symfony/polyfill-php72",
  10145. "version": "v1.29.0",
  10146. "source": {
  10147. "type": "git",
  10148. "url": "https://github.com/symfony/polyfill-php72.git",
  10149. "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
  10150. },
  10151. "dist": {
  10152. "type": "zip",
  10153. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
  10154. "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
  10155. "shasum": ""
  10156. },
  10157. "require": {
  10158. "php": ">=7.1"
  10159. },
  10160. "type": "library",
  10161. "extra": {
  10162. "thanks": {
  10163. "name": "symfony/polyfill",
  10164. "url": "https://github.com/symfony/polyfill"
  10165. }
  10166. },
  10167. "autoload": {
  10168. "files": [
  10169. "bootstrap.php"
  10170. ],
  10171. "psr-4": {
  10172. "Symfony\\Polyfill\\Php72\\": ""
  10173. }
  10174. },
  10175. "notification-url": "https://packagist.org/downloads/",
  10176. "license": [
  10177. "MIT"
  10178. ],
  10179. "authors": [
  10180. {
  10181. "name": "Nicolas Grekas",
  10182. "email": "p@tchwork.com"
  10183. },
  10184. {
  10185. "name": "Symfony Community",
  10186. "homepage": "https://symfony.com/contributors"
  10187. }
  10188. ],
  10189. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  10190. "homepage": "https://symfony.com",
  10191. "keywords": [
  10192. "compatibility",
  10193. "polyfill",
  10194. "portable",
  10195. "shim"
  10196. ],
  10197. "support": {
  10198. "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
  10199. },
  10200. "funding": [
  10201. {
  10202. "url": "https://symfony.com/sponsor",
  10203. "type": "custom"
  10204. },
  10205. {
  10206. "url": "https://github.com/fabpot",
  10207. "type": "github"
  10208. },
  10209. {
  10210. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10211. "type": "tidelift"
  10212. }
  10213. ],
  10214. "time": "2024-01-29T20:11:03+00:00"
  10215. },
  10216. {
  10217. "name": "symfony/polyfill-php80",
  10218. "version": "v1.29.0",
  10219. "source": {
  10220. "type": "git",
  10221. "url": "https://github.com/symfony/polyfill-php80.git",
  10222. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
  10223. },
  10224. "dist": {
  10225. "type": "zip",
  10226. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  10227. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  10228. "shasum": ""
  10229. },
  10230. "require": {
  10231. "php": ">=7.1"
  10232. },
  10233. "type": "library",
  10234. "extra": {
  10235. "thanks": {
  10236. "name": "symfony/polyfill",
  10237. "url": "https://github.com/symfony/polyfill"
  10238. }
  10239. },
  10240. "autoload": {
  10241. "files": [
  10242. "bootstrap.php"
  10243. ],
  10244. "psr-4": {
  10245. "Symfony\\Polyfill\\Php80\\": ""
  10246. },
  10247. "classmap": [
  10248. "Resources/stubs"
  10249. ]
  10250. },
  10251. "notification-url": "https://packagist.org/downloads/",
  10252. "license": [
  10253. "MIT"
  10254. ],
  10255. "authors": [
  10256. {
  10257. "name": "Ion Bazan",
  10258. "email": "ion.bazan@gmail.com"
  10259. },
  10260. {
  10261. "name": "Nicolas Grekas",
  10262. "email": "p@tchwork.com"
  10263. },
  10264. {
  10265. "name": "Symfony Community",
  10266. "homepage": "https://symfony.com/contributors"
  10267. }
  10268. ],
  10269. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  10270. "homepage": "https://symfony.com",
  10271. "keywords": [
  10272. "compatibility",
  10273. "polyfill",
  10274. "portable",
  10275. "shim"
  10276. ],
  10277. "support": {
  10278. "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
  10279. },
  10280. "funding": [
  10281. {
  10282. "url": "https://symfony.com/sponsor",
  10283. "type": "custom"
  10284. },
  10285. {
  10286. "url": "https://github.com/fabpot",
  10287. "type": "github"
  10288. },
  10289. {
  10290. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10291. "type": "tidelift"
  10292. }
  10293. ],
  10294. "time": "2024-01-29T20:11:03+00:00"
  10295. },
  10296. {
  10297. "name": "symfony/polyfill-php83",
  10298. "version": "v1.29.0",
  10299. "source": {
  10300. "type": "git",
  10301. "url": "https://github.com/symfony/polyfill-php83.git",
  10302. "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
  10303. },
  10304. "dist": {
  10305. "type": "zip",
  10306. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
  10307. "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
  10308. "shasum": ""
  10309. },
  10310. "require": {
  10311. "php": ">=7.1",
  10312. "symfony/polyfill-php80": "^1.14"
  10313. },
  10314. "type": "library",
  10315. "extra": {
  10316. "thanks": {
  10317. "name": "symfony/polyfill",
  10318. "url": "https://github.com/symfony/polyfill"
  10319. }
  10320. },
  10321. "autoload": {
  10322. "files": [
  10323. "bootstrap.php"
  10324. ],
  10325. "psr-4": {
  10326. "Symfony\\Polyfill\\Php83\\": ""
  10327. },
  10328. "classmap": [
  10329. "Resources/stubs"
  10330. ]
  10331. },
  10332. "notification-url": "https://packagist.org/downloads/",
  10333. "license": [
  10334. "MIT"
  10335. ],
  10336. "authors": [
  10337. {
  10338. "name": "Nicolas Grekas",
  10339. "email": "p@tchwork.com"
  10340. },
  10341. {
  10342. "name": "Symfony Community",
  10343. "homepage": "https://symfony.com/contributors"
  10344. }
  10345. ],
  10346. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  10347. "homepage": "https://symfony.com",
  10348. "keywords": [
  10349. "compatibility",
  10350. "polyfill",
  10351. "portable",
  10352. "shim"
  10353. ],
  10354. "support": {
  10355. "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
  10356. },
  10357. "funding": [
  10358. {
  10359. "url": "https://symfony.com/sponsor",
  10360. "type": "custom"
  10361. },
  10362. {
  10363. "url": "https://github.com/fabpot",
  10364. "type": "github"
  10365. },
  10366. {
  10367. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10368. "type": "tidelift"
  10369. }
  10370. ],
  10371. "time": "2024-01-29T20:11:03+00:00"
  10372. },
  10373. {
  10374. "name": "symfony/polyfill-uuid",
  10375. "version": "v1.29.0",
  10376. "source": {
  10377. "type": "git",
  10378. "url": "https://github.com/symfony/polyfill-uuid.git",
  10379. "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
  10380. },
  10381. "dist": {
  10382. "type": "zip",
  10383. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
  10384. "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
  10385. "shasum": ""
  10386. },
  10387. "require": {
  10388. "php": ">=7.1"
  10389. },
  10390. "provide": {
  10391. "ext-uuid": "*"
  10392. },
  10393. "suggest": {
  10394. "ext-uuid": "For best performance"
  10395. },
  10396. "type": "library",
  10397. "extra": {
  10398. "thanks": {
  10399. "name": "symfony/polyfill",
  10400. "url": "https://github.com/symfony/polyfill"
  10401. }
  10402. },
  10403. "autoload": {
  10404. "files": [
  10405. "bootstrap.php"
  10406. ],
  10407. "psr-4": {
  10408. "Symfony\\Polyfill\\Uuid\\": ""
  10409. }
  10410. },
  10411. "notification-url": "https://packagist.org/downloads/",
  10412. "license": [
  10413. "MIT"
  10414. ],
  10415. "authors": [
  10416. {
  10417. "name": "Grégoire Pineau",
  10418. "email": "lyrixx@lyrixx.info"
  10419. },
  10420. {
  10421. "name": "Symfony Community",
  10422. "homepage": "https://symfony.com/contributors"
  10423. }
  10424. ],
  10425. "description": "Symfony polyfill for uuid functions",
  10426. "homepage": "https://symfony.com",
  10427. "keywords": [
  10428. "compatibility",
  10429. "polyfill",
  10430. "portable",
  10431. "uuid"
  10432. ],
  10433. "support": {
  10434. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0"
  10435. },
  10436. "funding": [
  10437. {
  10438. "url": "https://symfony.com/sponsor",
  10439. "type": "custom"
  10440. },
  10441. {
  10442. "url": "https://github.com/fabpot",
  10443. "type": "github"
  10444. },
  10445. {
  10446. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10447. "type": "tidelift"
  10448. }
  10449. ],
  10450. "time": "2024-01-29T20:11:03+00:00"
  10451. },
  10452. {
  10453. "name": "symfony/process",
  10454. "version": "v6.4.3",
  10455. "source": {
  10456. "type": "git",
  10457. "url": "https://github.com/symfony/process.git",
  10458. "reference": "31642b0818bfcff85930344ef93193f8c607e0a3"
  10459. },
  10460. "dist": {
  10461. "type": "zip",
  10462. "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3",
  10463. "reference": "31642b0818bfcff85930344ef93193f8c607e0a3",
  10464. "shasum": ""
  10465. },
  10466. "require": {
  10467. "php": ">=8.1"
  10468. },
  10469. "type": "library",
  10470. "autoload": {
  10471. "psr-4": {
  10472. "Symfony\\Component\\Process\\": ""
  10473. },
  10474. "exclude-from-classmap": [
  10475. "/Tests/"
  10476. ]
  10477. },
  10478. "notification-url": "https://packagist.org/downloads/",
  10479. "license": [
  10480. "MIT"
  10481. ],
  10482. "authors": [
  10483. {
  10484. "name": "Fabien Potencier",
  10485. "email": "fabien@symfony.com"
  10486. },
  10487. {
  10488. "name": "Symfony Community",
  10489. "homepage": "https://symfony.com/contributors"
  10490. }
  10491. ],
  10492. "description": "Executes commands in sub-processes",
  10493. "homepage": "https://symfony.com",
  10494. "support": {
  10495. "source": "https://github.com/symfony/process/tree/v6.4.3"
  10496. },
  10497. "funding": [
  10498. {
  10499. "url": "https://symfony.com/sponsor",
  10500. "type": "custom"
  10501. },
  10502. {
  10503. "url": "https://github.com/fabpot",
  10504. "type": "github"
  10505. },
  10506. {
  10507. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10508. "type": "tidelift"
  10509. }
  10510. ],
  10511. "time": "2024-01-23T14:51:35+00:00"
  10512. },
  10513. {
  10514. "name": "symfony/routing",
  10515. "version": "v6.4.3",
  10516. "source": {
  10517. "type": "git",
  10518. "url": "https://github.com/symfony/routing.git",
  10519. "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842"
  10520. },
  10521. "dist": {
  10522. "type": "zip",
  10523. "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842",
  10524. "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842",
  10525. "shasum": ""
  10526. },
  10527. "require": {
  10528. "php": ">=8.1",
  10529. "symfony/deprecation-contracts": "^2.5|^3"
  10530. },
  10531. "conflict": {
  10532. "doctrine/annotations": "<1.12",
  10533. "symfony/config": "<6.2",
  10534. "symfony/dependency-injection": "<5.4",
  10535. "symfony/yaml": "<5.4"
  10536. },
  10537. "require-dev": {
  10538. "doctrine/annotations": "^1.12|^2",
  10539. "psr/log": "^1|^2|^3",
  10540. "symfony/config": "^6.2|^7.0",
  10541. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  10542. "symfony/expression-language": "^5.4|^6.0|^7.0",
  10543. "symfony/http-foundation": "^5.4|^6.0|^7.0",
  10544. "symfony/yaml": "^5.4|^6.0|^7.0"
  10545. },
  10546. "type": "library",
  10547. "autoload": {
  10548. "psr-4": {
  10549. "Symfony\\Component\\Routing\\": ""
  10550. },
  10551. "exclude-from-classmap": [
  10552. "/Tests/"
  10553. ]
  10554. },
  10555. "notification-url": "https://packagist.org/downloads/",
  10556. "license": [
  10557. "MIT"
  10558. ],
  10559. "authors": [
  10560. {
  10561. "name": "Fabien Potencier",
  10562. "email": "fabien@symfony.com"
  10563. },
  10564. {
  10565. "name": "Symfony Community",
  10566. "homepage": "https://symfony.com/contributors"
  10567. }
  10568. ],
  10569. "description": "Maps an HTTP request to a set of configuration variables",
  10570. "homepage": "https://symfony.com",
  10571. "keywords": [
  10572. "router",
  10573. "routing",
  10574. "uri",
  10575. "url"
  10576. ],
  10577. "support": {
  10578. "source": "https://github.com/symfony/routing/tree/v6.4.3"
  10579. },
  10580. "funding": [
  10581. {
  10582. "url": "https://symfony.com/sponsor",
  10583. "type": "custom"
  10584. },
  10585. {
  10586. "url": "https://github.com/fabpot",
  10587. "type": "github"
  10588. },
  10589. {
  10590. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10591. "type": "tidelift"
  10592. }
  10593. ],
  10594. "time": "2024-01-30T13:55:02+00:00"
  10595. },
  10596. {
  10597. "name": "symfony/service-contracts",
  10598. "version": "v3.4.1",
  10599. "source": {
  10600. "type": "git",
  10601. "url": "https://github.com/symfony/service-contracts.git",
  10602. "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
  10603. },
  10604. "dist": {
  10605. "type": "zip",
  10606. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
  10607. "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
  10608. "shasum": ""
  10609. },
  10610. "require": {
  10611. "php": ">=8.1",
  10612. "psr/container": "^1.1|^2.0"
  10613. },
  10614. "conflict": {
  10615. "ext-psr": "<1.1|>=2"
  10616. },
  10617. "type": "library",
  10618. "extra": {
  10619. "branch-alias": {
  10620. "dev-main": "3.4-dev"
  10621. },
  10622. "thanks": {
  10623. "name": "symfony/contracts",
  10624. "url": "https://github.com/symfony/contracts"
  10625. }
  10626. },
  10627. "autoload": {
  10628. "psr-4": {
  10629. "Symfony\\Contracts\\Service\\": ""
  10630. },
  10631. "exclude-from-classmap": [
  10632. "/Test/"
  10633. ]
  10634. },
  10635. "notification-url": "https://packagist.org/downloads/",
  10636. "license": [
  10637. "MIT"
  10638. ],
  10639. "authors": [
  10640. {
  10641. "name": "Nicolas Grekas",
  10642. "email": "p@tchwork.com"
  10643. },
  10644. {
  10645. "name": "Symfony Community",
  10646. "homepage": "https://symfony.com/contributors"
  10647. }
  10648. ],
  10649. "description": "Generic abstractions related to writing services",
  10650. "homepage": "https://symfony.com",
  10651. "keywords": [
  10652. "abstractions",
  10653. "contracts",
  10654. "decoupling",
  10655. "interfaces",
  10656. "interoperability",
  10657. "standards"
  10658. ],
  10659. "support": {
  10660. "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
  10661. },
  10662. "funding": [
  10663. {
  10664. "url": "https://symfony.com/sponsor",
  10665. "type": "custom"
  10666. },
  10667. {
  10668. "url": "https://github.com/fabpot",
  10669. "type": "github"
  10670. },
  10671. {
  10672. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10673. "type": "tidelift"
  10674. }
  10675. ],
  10676. "time": "2023-12-26T14:02:43+00:00"
  10677. },
  10678. {
  10679. "name": "symfony/string",
  10680. "version": "v6.4.3",
  10681. "source": {
  10682. "type": "git",
  10683. "url": "https://github.com/symfony/string.git",
  10684. "reference": "7a14736fb179876575464e4658fce0c304e8c15b"
  10685. },
  10686. "dist": {
  10687. "type": "zip",
  10688. "url": "https://api.github.com/repos/symfony/string/zipball/7a14736fb179876575464e4658fce0c304e8c15b",
  10689. "reference": "7a14736fb179876575464e4658fce0c304e8c15b",
  10690. "shasum": ""
  10691. },
  10692. "require": {
  10693. "php": ">=8.1",
  10694. "symfony/polyfill-ctype": "~1.8",
  10695. "symfony/polyfill-intl-grapheme": "~1.0",
  10696. "symfony/polyfill-intl-normalizer": "~1.0",
  10697. "symfony/polyfill-mbstring": "~1.0"
  10698. },
  10699. "conflict": {
  10700. "symfony/translation-contracts": "<2.5"
  10701. },
  10702. "require-dev": {
  10703. "symfony/error-handler": "^5.4|^6.0|^7.0",
  10704. "symfony/http-client": "^5.4|^6.0|^7.0",
  10705. "symfony/intl": "^6.2|^7.0",
  10706. "symfony/translation-contracts": "^2.5|^3.0",
  10707. "symfony/var-exporter": "^5.4|^6.0|^7.0"
  10708. },
  10709. "type": "library",
  10710. "autoload": {
  10711. "files": [
  10712. "Resources/functions.php"
  10713. ],
  10714. "psr-4": {
  10715. "Symfony\\Component\\String\\": ""
  10716. },
  10717. "exclude-from-classmap": [
  10718. "/Tests/"
  10719. ]
  10720. },
  10721. "notification-url": "https://packagist.org/downloads/",
  10722. "license": [
  10723. "MIT"
  10724. ],
  10725. "authors": [
  10726. {
  10727. "name": "Nicolas Grekas",
  10728. "email": "p@tchwork.com"
  10729. },
  10730. {
  10731. "name": "Symfony Community",
  10732. "homepage": "https://symfony.com/contributors"
  10733. }
  10734. ],
  10735. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  10736. "homepage": "https://symfony.com",
  10737. "keywords": [
  10738. "grapheme",
  10739. "i18n",
  10740. "string",
  10741. "unicode",
  10742. "utf-8",
  10743. "utf8"
  10744. ],
  10745. "support": {
  10746. "source": "https://github.com/symfony/string/tree/v6.4.3"
  10747. },
  10748. "funding": [
  10749. {
  10750. "url": "https://symfony.com/sponsor",
  10751. "type": "custom"
  10752. },
  10753. {
  10754. "url": "https://github.com/fabpot",
  10755. "type": "github"
  10756. },
  10757. {
  10758. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10759. "type": "tidelift"
  10760. }
  10761. ],
  10762. "time": "2024-01-25T09:26:29+00:00"
  10763. },
  10764. {
  10765. "name": "symfony/translation",
  10766. "version": "v6.4.3",
  10767. "source": {
  10768. "type": "git",
  10769. "url": "https://github.com/symfony/translation.git",
  10770. "reference": "637c51191b6b184184bbf98937702bcf554f7d04"
  10771. },
  10772. "dist": {
  10773. "type": "zip",
  10774. "url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04",
  10775. "reference": "637c51191b6b184184bbf98937702bcf554f7d04",
  10776. "shasum": ""
  10777. },
  10778. "require": {
  10779. "php": ">=8.1",
  10780. "symfony/deprecation-contracts": "^2.5|^3",
  10781. "symfony/polyfill-mbstring": "~1.0",
  10782. "symfony/translation-contracts": "^2.5|^3.0"
  10783. },
  10784. "conflict": {
  10785. "symfony/config": "<5.4",
  10786. "symfony/console": "<5.4",
  10787. "symfony/dependency-injection": "<5.4",
  10788. "symfony/http-client-contracts": "<2.5",
  10789. "symfony/http-kernel": "<5.4",
  10790. "symfony/service-contracts": "<2.5",
  10791. "symfony/twig-bundle": "<5.4",
  10792. "symfony/yaml": "<5.4"
  10793. },
  10794. "provide": {
  10795. "symfony/translation-implementation": "2.3|3.0"
  10796. },
  10797. "require-dev": {
  10798. "nikic/php-parser": "^4.18|^5.0",
  10799. "psr/log": "^1|^2|^3",
  10800. "symfony/config": "^5.4|^6.0|^7.0",
  10801. "symfony/console": "^5.4|^6.0|^7.0",
  10802. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  10803. "symfony/finder": "^5.4|^6.0|^7.0",
  10804. "symfony/http-client-contracts": "^2.5|^3.0",
  10805. "symfony/http-kernel": "^5.4|^6.0|^7.0",
  10806. "symfony/intl": "^5.4|^6.0|^7.0",
  10807. "symfony/polyfill-intl-icu": "^1.21",
  10808. "symfony/routing": "^5.4|^6.0|^7.0",
  10809. "symfony/service-contracts": "^2.5|^3",
  10810. "symfony/yaml": "^5.4|^6.0|^7.0"
  10811. },
  10812. "type": "library",
  10813. "autoload": {
  10814. "files": [
  10815. "Resources/functions.php"
  10816. ],
  10817. "psr-4": {
  10818. "Symfony\\Component\\Translation\\": ""
  10819. },
  10820. "exclude-from-classmap": [
  10821. "/Tests/"
  10822. ]
  10823. },
  10824. "notification-url": "https://packagist.org/downloads/",
  10825. "license": [
  10826. "MIT"
  10827. ],
  10828. "authors": [
  10829. {
  10830. "name": "Fabien Potencier",
  10831. "email": "fabien@symfony.com"
  10832. },
  10833. {
  10834. "name": "Symfony Community",
  10835. "homepage": "https://symfony.com/contributors"
  10836. }
  10837. ],
  10838. "description": "Provides tools to internationalize your application",
  10839. "homepage": "https://symfony.com",
  10840. "support": {
  10841. "source": "https://github.com/symfony/translation/tree/v6.4.3"
  10842. },
  10843. "funding": [
  10844. {
  10845. "url": "https://symfony.com/sponsor",
  10846. "type": "custom"
  10847. },
  10848. {
  10849. "url": "https://github.com/fabpot",
  10850. "type": "github"
  10851. },
  10852. {
  10853. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10854. "type": "tidelift"
  10855. }
  10856. ],
  10857. "time": "2024-01-29T13:11:52+00:00"
  10858. },
  10859. {
  10860. "name": "symfony/translation-contracts",
  10861. "version": "v3.4.1",
  10862. "source": {
  10863. "type": "git",
  10864. "url": "https://github.com/symfony/translation-contracts.git",
  10865. "reference": "06450585bf65e978026bda220cdebca3f867fde7"
  10866. },
  10867. "dist": {
  10868. "type": "zip",
  10869. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
  10870. "reference": "06450585bf65e978026bda220cdebca3f867fde7",
  10871. "shasum": ""
  10872. },
  10873. "require": {
  10874. "php": ">=8.1"
  10875. },
  10876. "type": "library",
  10877. "extra": {
  10878. "branch-alias": {
  10879. "dev-main": "3.4-dev"
  10880. },
  10881. "thanks": {
  10882. "name": "symfony/contracts",
  10883. "url": "https://github.com/symfony/contracts"
  10884. }
  10885. },
  10886. "autoload": {
  10887. "psr-4": {
  10888. "Symfony\\Contracts\\Translation\\": ""
  10889. },
  10890. "exclude-from-classmap": [
  10891. "/Test/"
  10892. ]
  10893. },
  10894. "notification-url": "https://packagist.org/downloads/",
  10895. "license": [
  10896. "MIT"
  10897. ],
  10898. "authors": [
  10899. {
  10900. "name": "Nicolas Grekas",
  10901. "email": "p@tchwork.com"
  10902. },
  10903. {
  10904. "name": "Symfony Community",
  10905. "homepage": "https://symfony.com/contributors"
  10906. }
  10907. ],
  10908. "description": "Generic abstractions related to translation",
  10909. "homepage": "https://symfony.com",
  10910. "keywords": [
  10911. "abstractions",
  10912. "contracts",
  10913. "decoupling",
  10914. "interfaces",
  10915. "interoperability",
  10916. "standards"
  10917. ],
  10918. "support": {
  10919. "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
  10920. },
  10921. "funding": [
  10922. {
  10923. "url": "https://symfony.com/sponsor",
  10924. "type": "custom"
  10925. },
  10926. {
  10927. "url": "https://github.com/fabpot",
  10928. "type": "github"
  10929. },
  10930. {
  10931. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10932. "type": "tidelift"
  10933. }
  10934. ],
  10935. "time": "2023-12-26T14:02:43+00:00"
  10936. },
  10937. {
  10938. "name": "symfony/uid",
  10939. "version": "v6.4.3",
  10940. "source": {
  10941. "type": "git",
  10942. "url": "https://github.com/symfony/uid.git",
  10943. "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0"
  10944. },
  10945. "dist": {
  10946. "type": "zip",
  10947. "url": "https://api.github.com/repos/symfony/uid/zipball/1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
  10948. "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
  10949. "shasum": ""
  10950. },
  10951. "require": {
  10952. "php": ">=8.1",
  10953. "symfony/polyfill-uuid": "^1.15"
  10954. },
  10955. "require-dev": {
  10956. "symfony/console": "^5.4|^6.0|^7.0"
  10957. },
  10958. "type": "library",
  10959. "autoload": {
  10960. "psr-4": {
  10961. "Symfony\\Component\\Uid\\": ""
  10962. },
  10963. "exclude-from-classmap": [
  10964. "/Tests/"
  10965. ]
  10966. },
  10967. "notification-url": "https://packagist.org/downloads/",
  10968. "license": [
  10969. "MIT"
  10970. ],
  10971. "authors": [
  10972. {
  10973. "name": "Grégoire Pineau",
  10974. "email": "lyrixx@lyrixx.info"
  10975. },
  10976. {
  10977. "name": "Nicolas Grekas",
  10978. "email": "p@tchwork.com"
  10979. },
  10980. {
  10981. "name": "Symfony Community",
  10982. "homepage": "https://symfony.com/contributors"
  10983. }
  10984. ],
  10985. "description": "Provides an object-oriented API to generate and represent UIDs",
  10986. "homepage": "https://symfony.com",
  10987. "keywords": [
  10988. "UID",
  10989. "ulid",
  10990. "uuid"
  10991. ],
  10992. "support": {
  10993. "source": "https://github.com/symfony/uid/tree/v6.4.3"
  10994. },
  10995. "funding": [
  10996. {
  10997. "url": "https://symfony.com/sponsor",
  10998. "type": "custom"
  10999. },
  11000. {
  11001. "url": "https://github.com/fabpot",
  11002. "type": "github"
  11003. },
  11004. {
  11005. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11006. "type": "tidelift"
  11007. }
  11008. ],
  11009. "time": "2024-01-23T14:51:35+00:00"
  11010. },
  11011. {
  11012. "name": "symfony/var-dumper",
  11013. "version": "v6.4.3",
  11014. "source": {
  11015. "type": "git",
  11016. "url": "https://github.com/symfony/var-dumper.git",
  11017. "reference": "0435a08f69125535336177c29d56af3abc1f69da"
  11018. },
  11019. "dist": {
  11020. "type": "zip",
  11021. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0435a08f69125535336177c29d56af3abc1f69da",
  11022. "reference": "0435a08f69125535336177c29d56af3abc1f69da",
  11023. "shasum": ""
  11024. },
  11025. "require": {
  11026. "php": ">=8.1",
  11027. "symfony/deprecation-contracts": "^2.5|^3",
  11028. "symfony/polyfill-mbstring": "~1.0"
  11029. },
  11030. "conflict": {
  11031. "symfony/console": "<5.4"
  11032. },
  11033. "require-dev": {
  11034. "ext-iconv": "*",
  11035. "symfony/console": "^5.4|^6.0|^7.0",
  11036. "symfony/error-handler": "^6.3|^7.0",
  11037. "symfony/http-kernel": "^5.4|^6.0|^7.0",
  11038. "symfony/process": "^5.4|^6.0|^7.0",
  11039. "symfony/uid": "^5.4|^6.0|^7.0",
  11040. "twig/twig": "^2.13|^3.0.4"
  11041. },
  11042. "bin": [
  11043. "Resources/bin/var-dump-server"
  11044. ],
  11045. "type": "library",
  11046. "autoload": {
  11047. "files": [
  11048. "Resources/functions/dump.php"
  11049. ],
  11050. "psr-4": {
  11051. "Symfony\\Component\\VarDumper\\": ""
  11052. },
  11053. "exclude-from-classmap": [
  11054. "/Tests/"
  11055. ]
  11056. },
  11057. "notification-url": "https://packagist.org/downloads/",
  11058. "license": [
  11059. "MIT"
  11060. ],
  11061. "authors": [
  11062. {
  11063. "name": "Nicolas Grekas",
  11064. "email": "p@tchwork.com"
  11065. },
  11066. {
  11067. "name": "Symfony Community",
  11068. "homepage": "https://symfony.com/contributors"
  11069. }
  11070. ],
  11071. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  11072. "homepage": "https://symfony.com",
  11073. "keywords": [
  11074. "debug",
  11075. "dump"
  11076. ],
  11077. "support": {
  11078. "source": "https://github.com/symfony/var-dumper/tree/v6.4.3"
  11079. },
  11080. "funding": [
  11081. {
  11082. "url": "https://symfony.com/sponsor",
  11083. "type": "custom"
  11084. },
  11085. {
  11086. "url": "https://github.com/fabpot",
  11087. "type": "github"
  11088. },
  11089. {
  11090. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11091. "type": "tidelift"
  11092. }
  11093. ],
  11094. "time": "2024-01-23T14:53:30+00:00"
  11095. },
  11096. {
  11097. "name": "thecodingmachine/safe",
  11098. "version": "v2.5.0",
  11099. "source": {
  11100. "type": "git",
  11101. "url": "https://github.com/thecodingmachine/safe.git",
  11102. "reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0"
  11103. },
  11104. "dist": {
  11105. "type": "zip",
  11106. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
  11107. "reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
  11108. "shasum": ""
  11109. },
  11110. "require": {
  11111. "php": "^8.0"
  11112. },
  11113. "require-dev": {
  11114. "phpstan/phpstan": "^1.5",
  11115. "phpunit/phpunit": "^9.5",
  11116. "squizlabs/php_codesniffer": "^3.2",
  11117. "thecodingmachine/phpstan-strict-rules": "^1.0"
  11118. },
  11119. "type": "library",
  11120. "extra": {
  11121. "branch-alias": {
  11122. "dev-master": "2.2.x-dev"
  11123. }
  11124. },
  11125. "autoload": {
  11126. "files": [
  11127. "deprecated/apc.php",
  11128. "deprecated/array.php",
  11129. "deprecated/datetime.php",
  11130. "deprecated/libevent.php",
  11131. "deprecated/misc.php",
  11132. "deprecated/password.php",
  11133. "deprecated/mssql.php",
  11134. "deprecated/stats.php",
  11135. "deprecated/strings.php",
  11136. "lib/special_cases.php",
  11137. "deprecated/mysqli.php",
  11138. "generated/apache.php",
  11139. "generated/apcu.php",
  11140. "generated/array.php",
  11141. "generated/bzip2.php",
  11142. "generated/calendar.php",
  11143. "generated/classobj.php",
  11144. "generated/com.php",
  11145. "generated/cubrid.php",
  11146. "generated/curl.php",
  11147. "generated/datetime.php",
  11148. "generated/dir.php",
  11149. "generated/eio.php",
  11150. "generated/errorfunc.php",
  11151. "generated/exec.php",
  11152. "generated/fileinfo.php",
  11153. "generated/filesystem.php",
  11154. "generated/filter.php",
  11155. "generated/fpm.php",
  11156. "generated/ftp.php",
  11157. "generated/funchand.php",
  11158. "generated/gettext.php",
  11159. "generated/gmp.php",
  11160. "generated/gnupg.php",
  11161. "generated/hash.php",
  11162. "generated/ibase.php",
  11163. "generated/ibmDb2.php",
  11164. "generated/iconv.php",
  11165. "generated/image.php",
  11166. "generated/imap.php",
  11167. "generated/info.php",
  11168. "generated/inotify.php",
  11169. "generated/json.php",
  11170. "generated/ldap.php",
  11171. "generated/libxml.php",
  11172. "generated/lzf.php",
  11173. "generated/mailparse.php",
  11174. "generated/mbstring.php",
  11175. "generated/misc.php",
  11176. "generated/mysql.php",
  11177. "generated/network.php",
  11178. "generated/oci8.php",
  11179. "generated/opcache.php",
  11180. "generated/openssl.php",
  11181. "generated/outcontrol.php",
  11182. "generated/pcntl.php",
  11183. "generated/pcre.php",
  11184. "generated/pgsql.php",
  11185. "generated/posix.php",
  11186. "generated/ps.php",
  11187. "generated/pspell.php",
  11188. "generated/readline.php",
  11189. "generated/rpminfo.php",
  11190. "generated/rrd.php",
  11191. "generated/sem.php",
  11192. "generated/session.php",
  11193. "generated/shmop.php",
  11194. "generated/sockets.php",
  11195. "generated/sodium.php",
  11196. "generated/solr.php",
  11197. "generated/spl.php",
  11198. "generated/sqlsrv.php",
  11199. "generated/ssdeep.php",
  11200. "generated/ssh2.php",
  11201. "generated/stream.php",
  11202. "generated/strings.php",
  11203. "generated/swoole.php",
  11204. "generated/uodbc.php",
  11205. "generated/uopz.php",
  11206. "generated/url.php",
  11207. "generated/var.php",
  11208. "generated/xdiff.php",
  11209. "generated/xml.php",
  11210. "generated/xmlrpc.php",
  11211. "generated/yaml.php",
  11212. "generated/yaz.php",
  11213. "generated/zip.php",
  11214. "generated/zlib.php"
  11215. ],
  11216. "classmap": [
  11217. "lib/DateTime.php",
  11218. "lib/DateTimeImmutable.php",
  11219. "lib/Exceptions/",
  11220. "deprecated/Exceptions/",
  11221. "generated/Exceptions/"
  11222. ]
  11223. },
  11224. "notification-url": "https://packagist.org/downloads/",
  11225. "license": [
  11226. "MIT"
  11227. ],
  11228. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  11229. "support": {
  11230. "issues": "https://github.com/thecodingmachine/safe/issues",
  11231. "source": "https://github.com/thecodingmachine/safe/tree/v2.5.0"
  11232. },
  11233. "time": "2023-04-05T11:54:14+00:00"
  11234. },
  11235. {
  11236. "name": "tijsverkoyen/css-to-inline-styles",
  11237. "version": "v2.2.7",
  11238. "source": {
  11239. "type": "git",
  11240. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  11241. "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
  11242. },
  11243. "dist": {
  11244. "type": "zip",
  11245. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
  11246. "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
  11247. "shasum": ""
  11248. },
  11249. "require": {
  11250. "ext-dom": "*",
  11251. "ext-libxml": "*",
  11252. "php": "^5.5 || ^7.0 || ^8.0",
  11253. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
  11254. },
  11255. "require-dev": {
  11256. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
  11257. },
  11258. "type": "library",
  11259. "extra": {
  11260. "branch-alias": {
  11261. "dev-master": "2.2.x-dev"
  11262. }
  11263. },
  11264. "autoload": {
  11265. "psr-4": {
  11266. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  11267. }
  11268. },
  11269. "notification-url": "https://packagist.org/downloads/",
  11270. "license": [
  11271. "BSD-3-Clause"
  11272. ],
  11273. "authors": [
  11274. {
  11275. "name": "Tijs Verkoyen",
  11276. "email": "css_to_inline_styles@verkoyen.eu",
  11277. "role": "Developer"
  11278. }
  11279. ],
  11280. "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.",
  11281. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  11282. "support": {
  11283. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  11284. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
  11285. },
  11286. "time": "2023-12-08T13:03:43+00:00"
  11287. },
  11288. {
  11289. "name": "twilio/sdk",
  11290. "version": "7.12.0",
  11291. "source": {
  11292. "type": "git",
  11293. "url": "git@github.com:twilio/twilio-php.git",
  11294. "reference": "f281d7b793f02377ab0f38e7166e16820acc3eae"
  11295. },
  11296. "dist": {
  11297. "type": "zip",
  11298. "url": "https://api.github.com/repos/twilio/twilio-php/zipball/f281d7b793f02377ab0f38e7166e16820acc3eae",
  11299. "reference": "f281d7b793f02377ab0f38e7166e16820acc3eae",
  11300. "shasum": ""
  11301. },
  11302. "require": {
  11303. "php": ">=7.1.0"
  11304. },
  11305. "require-dev": {
  11306. "guzzlehttp/guzzle": "^6.3 || ^7.0",
  11307. "phpunit/phpunit": ">=7.0 < 10"
  11308. },
  11309. "suggest": {
  11310. "guzzlehttp/guzzle": "An HTTP client to execute the API requests"
  11311. },
  11312. "type": "library",
  11313. "autoload": {
  11314. "psr-4": {
  11315. "Twilio\\": "src/Twilio/"
  11316. }
  11317. },
  11318. "notification-url": "https://packagist.org/downloads/",
  11319. "license": [
  11320. "MIT"
  11321. ],
  11322. "authors": [
  11323. {
  11324. "name": "Twilio API Team",
  11325. "email": "api@twilio.com"
  11326. }
  11327. ],
  11328. "description": "A PHP wrapper for Twilio's API",
  11329. "homepage": "https://github.com/twilio/twilio-php",
  11330. "keywords": [
  11331. "api",
  11332. "sms",
  11333. "twilio"
  11334. ],
  11335. "time": "2023-10-19T11:57:30+00:00"
  11336. },
  11337. {
  11338. "name": "unicodeveloper/laravel-paystack",
  11339. "version": "1.1.0",
  11340. "source": {
  11341. "type": "git",
  11342. "url": "https://github.com/unicodeveloper/laravel-paystack.git",
  11343. "reference": "4c50abd6902463c7688a51efaef3c2a2147f6860"
  11344. },
  11345. "dist": {
  11346. "type": "zip",
  11347. "url": "https://api.github.com/repos/unicodeveloper/laravel-paystack/zipball/4c50abd6902463c7688a51efaef3c2a2147f6860",
  11348. "reference": "4c50abd6902463c7688a51efaef3c2a2147f6860",
  11349. "shasum": ""
  11350. },
  11351. "require": {
  11352. "guzzlehttp/guzzle": "~6|~7|~8|~9",
  11353. "illuminate/support": "~6|~7|~8|~9|^10.0",
  11354. "php": "^7.2|^8.0|^8.1"
  11355. },
  11356. "require-dev": {
  11357. "mockery/mockery": "^1.3",
  11358. "php-coveralls/php-coveralls": "^2.0",
  11359. "phpunit/phpunit": "^8.4|^9.0",
  11360. "scrutinizer/ocular": "~1.1"
  11361. },
  11362. "type": "library",
  11363. "extra": {
  11364. "laravel": {
  11365. "providers": [
  11366. "Unicodeveloper\\Paystack\\PaystackServiceProvider"
  11367. ],
  11368. "aliases": {
  11369. "Paystack": "Unicodeveloper\\Paystack\\Facades\\Paystack"
  11370. }
  11371. }
  11372. },
  11373. "autoload": {
  11374. "files": [
  11375. "src/Support/helpers.php"
  11376. ],
  11377. "psr-4": {
  11378. "Unicodeveloper\\Paystack\\": "src/"
  11379. }
  11380. },
  11381. "notification-url": "https://packagist.org/downloads/",
  11382. "license": [
  11383. "MIT"
  11384. ],
  11385. "authors": [
  11386. {
  11387. "name": "unicodeveloper",
  11388. "email": "prosperotemuyiwa@gmail.com"
  11389. },
  11390. {
  11391. "name": "iamfunsho",
  11392. "email": "info@devfunsho.com"
  11393. }
  11394. ],
  11395. "description": "A Laravel Package for Paystack",
  11396. "keywords": [
  11397. "github",
  11398. "laravel",
  11399. "laravel 6",
  11400. "laravel 7",
  11401. "laravel 8",
  11402. "open source",
  11403. "payments",
  11404. "paystack",
  11405. "paystack.co",
  11406. "php",
  11407. "subscription"
  11408. ],
  11409. "support": {
  11410. "issues": "https://github.com/unicodeveloper/laravel-paystack/issues",
  11411. "source": "https://github.com/unicodeveloper/laravel-paystack/tree/1.1.0"
  11412. },
  11413. "time": "2023-03-17T08:56:13+00:00"
  11414. },
  11415. {
  11416. "name": "vlucas/phpdotenv",
  11417. "version": "v5.6.0",
  11418. "source": {
  11419. "type": "git",
  11420. "url": "https://github.com/vlucas/phpdotenv.git",
  11421. "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
  11422. },
  11423. "dist": {
  11424. "type": "zip",
  11425. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
  11426. "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
  11427. "shasum": ""
  11428. },
  11429. "require": {
  11430. "ext-pcre": "*",
  11431. "graham-campbell/result-type": "^1.1.2",
  11432. "php": "^7.2.5 || ^8.0",
  11433. "phpoption/phpoption": "^1.9.2",
  11434. "symfony/polyfill-ctype": "^1.24",
  11435. "symfony/polyfill-mbstring": "^1.24",
  11436. "symfony/polyfill-php80": "^1.24"
  11437. },
  11438. "require-dev": {
  11439. "bamarni/composer-bin-plugin": "^1.8.2",
  11440. "ext-filter": "*",
  11441. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  11442. },
  11443. "suggest": {
  11444. "ext-filter": "Required to use the boolean validator."
  11445. },
  11446. "type": "library",
  11447. "extra": {
  11448. "bamarni-bin": {
  11449. "bin-links": true,
  11450. "forward-command": true
  11451. },
  11452. "branch-alias": {
  11453. "dev-master": "5.6-dev"
  11454. }
  11455. },
  11456. "autoload": {
  11457. "psr-4": {
  11458. "Dotenv\\": "src/"
  11459. }
  11460. },
  11461. "notification-url": "https://packagist.org/downloads/",
  11462. "license": [
  11463. "BSD-3-Clause"
  11464. ],
  11465. "authors": [
  11466. {
  11467. "name": "Graham Campbell",
  11468. "email": "hello@gjcampbell.co.uk",
  11469. "homepage": "https://github.com/GrahamCampbell"
  11470. },
  11471. {
  11472. "name": "Vance Lucas",
  11473. "email": "vance@vancelucas.com",
  11474. "homepage": "https://github.com/vlucas"
  11475. }
  11476. ],
  11477. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  11478. "keywords": [
  11479. "dotenv",
  11480. "env",
  11481. "environment"
  11482. ],
  11483. "support": {
  11484. "issues": "https://github.com/vlucas/phpdotenv/issues",
  11485. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
  11486. },
  11487. "funding": [
  11488. {
  11489. "url": "https://github.com/GrahamCampbell",
  11490. "type": "github"
  11491. },
  11492. {
  11493. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  11494. "type": "tidelift"
  11495. }
  11496. ],
  11497. "time": "2023-11-12T22:43:29+00:00"
  11498. },
  11499. {
  11500. "name": "voku/portable-ascii",
  11501. "version": "2.0.1",
  11502. "source": {
  11503. "type": "git",
  11504. "url": "https://github.com/voku/portable-ascii.git",
  11505. "reference": "b56450eed252f6801410d810c8e1727224ae0743"
  11506. },
  11507. "dist": {
  11508. "type": "zip",
  11509. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
  11510. "reference": "b56450eed252f6801410d810c8e1727224ae0743",
  11511. "shasum": ""
  11512. },
  11513. "require": {
  11514. "php": ">=7.0.0"
  11515. },
  11516. "require-dev": {
  11517. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  11518. },
  11519. "suggest": {
  11520. "ext-intl": "Use Intl for transliterator_transliterate() support"
  11521. },
  11522. "type": "library",
  11523. "autoload": {
  11524. "psr-4": {
  11525. "voku\\": "src/voku/"
  11526. }
  11527. },
  11528. "notification-url": "https://packagist.org/downloads/",
  11529. "license": [
  11530. "MIT"
  11531. ],
  11532. "authors": [
  11533. {
  11534. "name": "Lars Moelleken",
  11535. "homepage": "http://www.moelleken.org/"
  11536. }
  11537. ],
  11538. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  11539. "homepage": "https://github.com/voku/portable-ascii",
  11540. "keywords": [
  11541. "ascii",
  11542. "clean",
  11543. "php"
  11544. ],
  11545. "support": {
  11546. "issues": "https://github.com/voku/portable-ascii/issues",
  11547. "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
  11548. },
  11549. "funding": [
  11550. {
  11551. "url": "https://www.paypal.me/moelleken",
  11552. "type": "custom"
  11553. },
  11554. {
  11555. "url": "https://github.com/voku",
  11556. "type": "github"
  11557. },
  11558. {
  11559. "url": "https://opencollective.com/portable-ascii",
  11560. "type": "open_collective"
  11561. },
  11562. {
  11563. "url": "https://www.patreon.com/voku",
  11564. "type": "patreon"
  11565. },
  11566. {
  11567. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  11568. "type": "tidelift"
  11569. }
  11570. ],
  11571. "time": "2022-03-08T17:03:00+00:00"
  11572. },
  11573. {
  11574. "name": "webmozart/assert",
  11575. "version": "1.11.0",
  11576. "source": {
  11577. "type": "git",
  11578. "url": "https://github.com/webmozarts/assert.git",
  11579. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  11580. },
  11581. "dist": {
  11582. "type": "zip",
  11583. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  11584. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  11585. "shasum": ""
  11586. },
  11587. "require": {
  11588. "ext-ctype": "*",
  11589. "php": "^7.2 || ^8.0"
  11590. },
  11591. "conflict": {
  11592. "phpstan/phpstan": "<0.12.20",
  11593. "vimeo/psalm": "<4.6.1 || 4.6.2"
  11594. },
  11595. "require-dev": {
  11596. "phpunit/phpunit": "^8.5.13"
  11597. },
  11598. "type": "library",
  11599. "extra": {
  11600. "branch-alias": {
  11601. "dev-master": "1.10-dev"
  11602. }
  11603. },
  11604. "autoload": {
  11605. "psr-4": {
  11606. "Webmozart\\Assert\\": "src/"
  11607. }
  11608. },
  11609. "notification-url": "https://packagist.org/downloads/",
  11610. "license": [
  11611. "MIT"
  11612. ],
  11613. "authors": [
  11614. {
  11615. "name": "Bernhard Schussek",
  11616. "email": "bschussek@gmail.com"
  11617. }
  11618. ],
  11619. "description": "Assertions to validate method input/output with nice error messages.",
  11620. "keywords": [
  11621. "assert",
  11622. "check",
  11623. "validate"
  11624. ],
  11625. "support": {
  11626. "issues": "https://github.com/webmozarts/assert/issues",
  11627. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  11628. },
  11629. "time": "2022-06-03T18:03:27+00:00"
  11630. },
  11631. {
  11632. "name": "webonyx/graphql-php",
  11633. "version": "v14.11.10",
  11634. "source": {
  11635. "type": "git",
  11636. "url": "https://github.com/webonyx/graphql-php.git",
  11637. "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19"
  11638. },
  11639. "dist": {
  11640. "type": "zip",
  11641. "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d9c2fdebc6aa01d831bc2969da00e8588cffef19",
  11642. "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19",
  11643. "shasum": ""
  11644. },
  11645. "require": {
  11646. "ext-json": "*",
  11647. "ext-mbstring": "*",
  11648. "php": "^7.1 || ^8"
  11649. },
  11650. "require-dev": {
  11651. "amphp/amp": "^2.3",
  11652. "doctrine/coding-standard": "^6.0",
  11653. "nyholm/psr7": "^1.2",
  11654. "phpbench/phpbench": "^1.2",
  11655. "phpstan/extension-installer": "^1.0",
  11656. "phpstan/phpstan": "0.12.82",
  11657. "phpstan/phpstan-phpunit": "0.12.18",
  11658. "phpstan/phpstan-strict-rules": "0.12.9",
  11659. "phpunit/phpunit": "^7.2 || ^8.5",
  11660. "psr/http-message": "^1.0",
  11661. "react/promise": "2.*",
  11662. "simpod/php-coveralls-mirror": "^3.0"
  11663. },
  11664. "suggest": {
  11665. "psr/http-message": "To use standard GraphQL server",
  11666. "react/promise": "To leverage async resolving on React PHP platform"
  11667. },
  11668. "type": "library",
  11669. "autoload": {
  11670. "psr-4": {
  11671. "GraphQL\\": "src/"
  11672. }
  11673. },
  11674. "notification-url": "https://packagist.org/downloads/",
  11675. "license": [
  11676. "MIT"
  11677. ],
  11678. "description": "A PHP port of GraphQL reference implementation",
  11679. "homepage": "https://github.com/webonyx/graphql-php",
  11680. "keywords": [
  11681. "api",
  11682. "graphql"
  11683. ],
  11684. "support": {
  11685. "issues": "https://github.com/webonyx/graphql-php/issues",
  11686. "source": "https://github.com/webonyx/graphql-php/tree/v14.11.10"
  11687. },
  11688. "funding": [
  11689. {
  11690. "url": "https://opencollective.com/webonyx-graphql-php",
  11691. "type": "open_collective"
  11692. }
  11693. ],
  11694. "time": "2023-07-05T14:23:37+00:00"
  11695. },
  11696. {
  11697. "name": "xendit/xendit-php",
  11698. "version": "3.7.0",
  11699. "source": {
  11700. "type": "git",
  11701. "url": "https://github.com/xendit/xendit-php.git",
  11702. "reference": "cbbffbdfec3feedb1d5176c5bb0e1d0e7d12f451"
  11703. },
  11704. "dist": {
  11705. "type": "zip",
  11706. "url": "https://api.github.com/repos/xendit/xendit-php/zipball/cbbffbdfec3feedb1d5176c5bb0e1d0e7d12f451",
  11707. "reference": "cbbffbdfec3feedb1d5176c5bb0e1d0e7d12f451",
  11708. "shasum": ""
  11709. },
  11710. "require": {
  11711. "ext-curl": "*",
  11712. "ext-json": "*",
  11713. "ext-mbstring": "*",
  11714. "guzzlehttp/guzzle": "^7.3",
  11715. "guzzlehttp/psr7": "^1.7 || ^2.0",
  11716. "php": "^7.4 || ^8.0",
  11717. "vlucas/phpdotenv": "^5.5"
  11718. },
  11719. "require-dev": {
  11720. "friendsofphp/php-cs-fixer": "^3.5",
  11721. "phpunit/phpunit": "^8.0 || ^9.0"
  11722. },
  11723. "type": "library",
  11724. "autoload": {
  11725. "psr-4": {
  11726. "Xendit\\": "lib/"
  11727. }
  11728. },
  11729. "notification-url": "https://packagist.org/downloads/",
  11730. "license": [
  11731. "unlicense"
  11732. ],
  11733. "authors": [
  11734. {
  11735. "name": "OpenAPI-Generator contributors",
  11736. "homepage": "https://openapi-generator.tech"
  11737. }
  11738. ],
  11739. "description": "Xendit PHP SDK",
  11740. "homepage": "https://openapi-generator.tech",
  11741. "keywords": [
  11742. "api",
  11743. "openapi",
  11744. "openapi-generator",
  11745. "openapitools",
  11746. "php",
  11747. "rest",
  11748. "sdk"
  11749. ],
  11750. "support": {
  11751. "issues": "https://github.com/xendit/xendit-php/issues",
  11752. "source": "https://github.com/xendit/xendit-php/tree/3.7.0"
  11753. },
  11754. "time": "2023-11-29T07:18:13+00:00"
  11755. }
  11756. ],
  11757. "packages-dev": [
  11758. {
  11759. "name": "fakerphp/faker",
  11760. "version": "v1.21.0",
  11761. "source": {
  11762. "type": "git",
  11763. "url": "https://github.com/FakerPHP/Faker.git",
  11764. "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
  11765. },
  11766. "dist": {
  11767. "type": "zip",
  11768. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
  11769. "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
  11770. "shasum": ""
  11771. },
  11772. "require": {
  11773. "php": "^7.4 || ^8.0",
  11774. "psr/container": "^1.0 || ^2.0",
  11775. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  11776. },
  11777. "conflict": {
  11778. "fzaninotto/faker": "*"
  11779. },
  11780. "require-dev": {
  11781. "bamarni/composer-bin-plugin": "^1.4.1",
  11782. "doctrine/persistence": "^1.3 || ^2.0",
  11783. "ext-intl": "*",
  11784. "phpunit/phpunit": "^9.5.26",
  11785. "symfony/phpunit-bridge": "^5.4.16"
  11786. },
  11787. "suggest": {
  11788. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  11789. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  11790. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  11791. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  11792. "ext-mbstring": "Required for multibyte Unicode string functionality."
  11793. },
  11794. "type": "library",
  11795. "extra": {
  11796. "branch-alias": {
  11797. "dev-main": "v1.21-dev"
  11798. }
  11799. },
  11800. "autoload": {
  11801. "psr-4": {
  11802. "Faker\\": "src/Faker/"
  11803. }
  11804. },
  11805. "notification-url": "https://packagist.org/downloads/",
  11806. "license": [
  11807. "MIT"
  11808. ],
  11809. "authors": [
  11810. {
  11811. "name": "François Zaninotto"
  11812. }
  11813. ],
  11814. "description": "Faker is a PHP library that generates fake data for you.",
  11815. "keywords": [
  11816. "data",
  11817. "faker",
  11818. "fixtures"
  11819. ],
  11820. "support": {
  11821. "issues": "https://github.com/FakerPHP/Faker/issues",
  11822. "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
  11823. },
  11824. "time": "2022-12-13T13:54:32+00:00"
  11825. },
  11826. {
  11827. "name": "filp/whoops",
  11828. "version": "2.15.4",
  11829. "source": {
  11830. "type": "git",
  11831. "url": "https://github.com/filp/whoops.git",
  11832. "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
  11833. },
  11834. "dist": {
  11835. "type": "zip",
  11836. "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
  11837. "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
  11838. "shasum": ""
  11839. },
  11840. "require": {
  11841. "php": "^5.5.9 || ^7.0 || ^8.0",
  11842. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  11843. },
  11844. "require-dev": {
  11845. "mockery/mockery": "^0.9 || ^1.0",
  11846. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
  11847. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  11848. },
  11849. "suggest": {
  11850. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  11851. "whoops/soap": "Formats errors as SOAP responses"
  11852. },
  11853. "type": "library",
  11854. "extra": {
  11855. "branch-alias": {
  11856. "dev-master": "2.7-dev"
  11857. }
  11858. },
  11859. "autoload": {
  11860. "psr-4": {
  11861. "Whoops\\": "src/Whoops/"
  11862. }
  11863. },
  11864. "notification-url": "https://packagist.org/downloads/",
  11865. "license": [
  11866. "MIT"
  11867. ],
  11868. "authors": [
  11869. {
  11870. "name": "Filipe Dobreira",
  11871. "homepage": "https://github.com/filp",
  11872. "role": "Developer"
  11873. }
  11874. ],
  11875. "description": "php error handling for cool kids",
  11876. "homepage": "https://filp.github.io/whoops/",
  11877. "keywords": [
  11878. "error",
  11879. "exception",
  11880. "handling",
  11881. "library",
  11882. "throwable",
  11883. "whoops"
  11884. ],
  11885. "support": {
  11886. "issues": "https://github.com/filp/whoops/issues",
  11887. "source": "https://github.com/filp/whoops/tree/2.15.4"
  11888. },
  11889. "funding": [
  11890. {
  11891. "url": "https://github.com/denis-sokolov",
  11892. "type": "github"
  11893. }
  11894. ],
  11895. "time": "2023-11-03T12:00:00+00:00"
  11896. },
  11897. {
  11898. "name": "hamcrest/hamcrest-php",
  11899. "version": "v2.0.1",
  11900. "source": {
  11901. "type": "git",
  11902. "url": "https://github.com/hamcrest/hamcrest-php.git",
  11903. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  11904. },
  11905. "dist": {
  11906. "type": "zip",
  11907. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  11908. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  11909. "shasum": ""
  11910. },
  11911. "require": {
  11912. "php": "^5.3|^7.0|^8.0"
  11913. },
  11914. "replace": {
  11915. "cordoval/hamcrest-php": "*",
  11916. "davedevelopment/hamcrest-php": "*",
  11917. "kodova/hamcrest-php": "*"
  11918. },
  11919. "require-dev": {
  11920. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  11921. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  11922. },
  11923. "type": "library",
  11924. "extra": {
  11925. "branch-alias": {
  11926. "dev-master": "2.1-dev"
  11927. }
  11928. },
  11929. "autoload": {
  11930. "classmap": [
  11931. "hamcrest"
  11932. ]
  11933. },
  11934. "notification-url": "https://packagist.org/downloads/",
  11935. "license": [
  11936. "BSD-3-Clause"
  11937. ],
  11938. "description": "This is the PHP port of Hamcrest Matchers",
  11939. "keywords": [
  11940. "test"
  11941. ],
  11942. "support": {
  11943. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  11944. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  11945. },
  11946. "time": "2020-07-09T08:09:16+00:00"
  11947. },
  11948. {
  11949. "name": "laravel/sail",
  11950. "version": "v1.21.0",
  11951. "source": {
  11952. "type": "git",
  11953. "url": "https://github.com/laravel/sail.git",
  11954. "reference": "758a914fc4da41f3f6ca5522c85902181b228bd1"
  11955. },
  11956. "dist": {
  11957. "type": "zip",
  11958. "url": "https://api.github.com/repos/laravel/sail/zipball/758a914fc4da41f3f6ca5522c85902181b228bd1",
  11959. "reference": "758a914fc4da41f3f6ca5522c85902181b228bd1",
  11960. "shasum": ""
  11961. },
  11962. "require": {
  11963. "illuminate/console": "^8.0|^9.0|^10.0",
  11964. "illuminate/contracts": "^8.0|^9.0|^10.0",
  11965. "illuminate/support": "^8.0|^9.0|^10.0",
  11966. "php": "^7.3|^8.0",
  11967. "symfony/yaml": "^6.0"
  11968. },
  11969. "bin": [
  11970. "bin/sail"
  11971. ],
  11972. "type": "library",
  11973. "extra": {
  11974. "branch-alias": {
  11975. "dev-master": "1.x-dev"
  11976. },
  11977. "laravel": {
  11978. "providers": [
  11979. "Laravel\\Sail\\SailServiceProvider"
  11980. ]
  11981. }
  11982. },
  11983. "autoload": {
  11984. "psr-4": {
  11985. "Laravel\\Sail\\": "src/"
  11986. }
  11987. },
  11988. "notification-url": "https://packagist.org/downloads/",
  11989. "license": [
  11990. "MIT"
  11991. ],
  11992. "authors": [
  11993. {
  11994. "name": "Taylor Otwell",
  11995. "email": "taylor@laravel.com"
  11996. }
  11997. ],
  11998. "description": "Docker files for running a basic Laravel application.",
  11999. "keywords": [
  12000. "docker",
  12001. "laravel"
  12002. ],
  12003. "support": {
  12004. "issues": "https://github.com/laravel/sail/issues",
  12005. "source": "https://github.com/laravel/sail"
  12006. },
  12007. "time": "2023-02-16T19:16:27+00:00"
  12008. },
  12009. {
  12010. "name": "mockery/mockery",
  12011. "version": "1.5.1",
  12012. "source": {
  12013. "type": "git",
  12014. "url": "https://github.com/mockery/mockery.git",
  12015. "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
  12016. },
  12017. "dist": {
  12018. "type": "zip",
  12019. "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
  12020. "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
  12021. "shasum": ""
  12022. },
  12023. "require": {
  12024. "hamcrest/hamcrest-php": "^2.0.1",
  12025. "lib-pcre": ">=7.0",
  12026. "php": "^7.3 || ^8.0"
  12027. },
  12028. "conflict": {
  12029. "phpunit/phpunit": "<8.0"
  12030. },
  12031. "require-dev": {
  12032. "phpunit/phpunit": "^8.5 || ^9.3"
  12033. },
  12034. "type": "library",
  12035. "extra": {
  12036. "branch-alias": {
  12037. "dev-master": "1.4.x-dev"
  12038. }
  12039. },
  12040. "autoload": {
  12041. "psr-0": {
  12042. "Mockery": "library/"
  12043. }
  12044. },
  12045. "notification-url": "https://packagist.org/downloads/",
  12046. "license": [
  12047. "BSD-3-Clause"
  12048. ],
  12049. "authors": [
  12050. {
  12051. "name": "Pádraic Brady",
  12052. "email": "padraic.brady@gmail.com",
  12053. "homepage": "http://blog.astrumfutura.com"
  12054. },
  12055. {
  12056. "name": "Dave Marshall",
  12057. "email": "dave.marshall@atstsolutions.co.uk",
  12058. "homepage": "http://davedevelopment.co.uk"
  12059. }
  12060. ],
  12061. "description": "Mockery is a simple yet flexible PHP mock object framework",
  12062. "homepage": "https://github.com/mockery/mockery",
  12063. "keywords": [
  12064. "BDD",
  12065. "TDD",
  12066. "library",
  12067. "mock",
  12068. "mock objects",
  12069. "mockery",
  12070. "stub",
  12071. "test",
  12072. "test double",
  12073. "testing"
  12074. ],
  12075. "support": {
  12076. "issues": "https://github.com/mockery/mockery/issues",
  12077. "source": "https://github.com/mockery/mockery/tree/1.5.1"
  12078. },
  12079. "time": "2022-09-07T15:32:08+00:00"
  12080. },
  12081. {
  12082. "name": "myclabs/deep-copy",
  12083. "version": "1.11.1",
  12084. "source": {
  12085. "type": "git",
  12086. "url": "https://github.com/myclabs/DeepCopy.git",
  12087. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
  12088. },
  12089. "dist": {
  12090. "type": "zip",
  12091. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  12092. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  12093. "shasum": ""
  12094. },
  12095. "require": {
  12096. "php": "^7.1 || ^8.0"
  12097. },
  12098. "conflict": {
  12099. "doctrine/collections": "<1.6.8",
  12100. "doctrine/common": "<2.13.3 || >=3,<3.2.2"
  12101. },
  12102. "require-dev": {
  12103. "doctrine/collections": "^1.6.8",
  12104. "doctrine/common": "^2.13.3 || ^3.2.2",
  12105. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  12106. },
  12107. "type": "library",
  12108. "autoload": {
  12109. "files": [
  12110. "src/DeepCopy/deep_copy.php"
  12111. ],
  12112. "psr-4": {
  12113. "DeepCopy\\": "src/DeepCopy/"
  12114. }
  12115. },
  12116. "notification-url": "https://packagist.org/downloads/",
  12117. "license": [
  12118. "MIT"
  12119. ],
  12120. "description": "Create deep copies (clones) of your objects",
  12121. "keywords": [
  12122. "clone",
  12123. "copy",
  12124. "duplicate",
  12125. "object",
  12126. "object graph"
  12127. ],
  12128. "support": {
  12129. "issues": "https://github.com/myclabs/DeepCopy/issues",
  12130. "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
  12131. },
  12132. "funding": [
  12133. {
  12134. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  12135. "type": "tidelift"
  12136. }
  12137. ],
  12138. "time": "2023-03-08T13:26:56+00:00"
  12139. },
  12140. {
  12141. "name": "nunomaduro/collision",
  12142. "version": "v7.0.5",
  12143. "source": {
  12144. "type": "git",
  12145. "url": "https://github.com/nunomaduro/collision.git",
  12146. "reference": "5c654ee5fa187cf2f4cb226d773582ec6d402a55"
  12147. },
  12148. "dist": {
  12149. "type": "zip",
  12150. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/5c654ee5fa187cf2f4cb226d773582ec6d402a55",
  12151. "reference": "5c654ee5fa187cf2f4cb226d773582ec6d402a55",
  12152. "shasum": ""
  12153. },
  12154. "require": {
  12155. "filp/whoops": "^2.14.6",
  12156. "nunomaduro/termwind": "^1.15.1",
  12157. "php": "^8.1.0",
  12158. "symfony/console": "^6.2.5"
  12159. },
  12160. "require-dev": {
  12161. "laravel/framework": "^10.0.3",
  12162. "laravel/pint": "^1.5.0",
  12163. "laravel/sail": "^1.20.2",
  12164. "laravel/sanctum": "^3.2.1",
  12165. "laravel/tinker": "^2.8.0",
  12166. "nunomaduro/larastan": "^2.4.1",
  12167. "orchestra/testbench-core": "^8.0.1",
  12168. "pestphp/pest": "^2.0.0",
  12169. "phpunit/phpunit": "^10.0.9",
  12170. "sebastian/environment": "^6.0.0",
  12171. "spatie/laravel-ignition": "^2.0.0"
  12172. },
  12173. "type": "library",
  12174. "extra": {
  12175. "laravel": {
  12176. "providers": [
  12177. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  12178. ]
  12179. }
  12180. },
  12181. "autoload": {
  12182. "files": [
  12183. "./src/Adapters/Phpunit/Autoload.php"
  12184. ],
  12185. "psr-4": {
  12186. "NunoMaduro\\Collision\\": "src/"
  12187. }
  12188. },
  12189. "notification-url": "https://packagist.org/downloads/",
  12190. "license": [
  12191. "MIT"
  12192. ],
  12193. "authors": [
  12194. {
  12195. "name": "Nuno Maduro",
  12196. "email": "enunomaduro@gmail.com"
  12197. }
  12198. ],
  12199. "description": "Cli error handling for console/command-line PHP applications.",
  12200. "keywords": [
  12201. "artisan",
  12202. "cli",
  12203. "command-line",
  12204. "console",
  12205. "error",
  12206. "handling",
  12207. "laravel",
  12208. "laravel-zero",
  12209. "php",
  12210. "symfony"
  12211. ],
  12212. "support": {
  12213. "issues": "https://github.com/nunomaduro/collision/issues",
  12214. "source": "https://github.com/nunomaduro/collision"
  12215. },
  12216. "funding": [
  12217. {
  12218. "url": "https://www.paypal.com/paypalme/enunomaduro",
  12219. "type": "custom"
  12220. },
  12221. {
  12222. "url": "https://github.com/nunomaduro",
  12223. "type": "github"
  12224. },
  12225. {
  12226. "url": "https://www.patreon.com/nunomaduro",
  12227. "type": "patreon"
  12228. }
  12229. ],
  12230. "time": "2023-02-19T16:25:13+00:00"
  12231. },
  12232. {
  12233. "name": "phar-io/manifest",
  12234. "version": "2.0.3",
  12235. "source": {
  12236. "type": "git",
  12237. "url": "https://github.com/phar-io/manifest.git",
  12238. "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
  12239. },
  12240. "dist": {
  12241. "type": "zip",
  12242. "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
  12243. "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
  12244. "shasum": ""
  12245. },
  12246. "require": {
  12247. "ext-dom": "*",
  12248. "ext-phar": "*",
  12249. "ext-xmlwriter": "*",
  12250. "phar-io/version": "^3.0.1",
  12251. "php": "^7.2 || ^8.0"
  12252. },
  12253. "type": "library",
  12254. "extra": {
  12255. "branch-alias": {
  12256. "dev-master": "2.0.x-dev"
  12257. }
  12258. },
  12259. "autoload": {
  12260. "classmap": [
  12261. "src/"
  12262. ]
  12263. },
  12264. "notification-url": "https://packagist.org/downloads/",
  12265. "license": [
  12266. "BSD-3-Clause"
  12267. ],
  12268. "authors": [
  12269. {
  12270. "name": "Arne Blankerts",
  12271. "email": "arne@blankerts.de",
  12272. "role": "Developer"
  12273. },
  12274. {
  12275. "name": "Sebastian Heuer",
  12276. "email": "sebastian@phpeople.de",
  12277. "role": "Developer"
  12278. },
  12279. {
  12280. "name": "Sebastian Bergmann",
  12281. "email": "sebastian@phpunit.de",
  12282. "role": "Developer"
  12283. }
  12284. ],
  12285. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  12286. "support": {
  12287. "issues": "https://github.com/phar-io/manifest/issues",
  12288. "source": "https://github.com/phar-io/manifest/tree/2.0.3"
  12289. },
  12290. "time": "2021-07-20T11:28:43+00:00"
  12291. },
  12292. {
  12293. "name": "phar-io/version",
  12294. "version": "3.2.1",
  12295. "source": {
  12296. "type": "git",
  12297. "url": "https://github.com/phar-io/version.git",
  12298. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  12299. },
  12300. "dist": {
  12301. "type": "zip",
  12302. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  12303. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  12304. "shasum": ""
  12305. },
  12306. "require": {
  12307. "php": "^7.2 || ^8.0"
  12308. },
  12309. "type": "library",
  12310. "autoload": {
  12311. "classmap": [
  12312. "src/"
  12313. ]
  12314. },
  12315. "notification-url": "https://packagist.org/downloads/",
  12316. "license": [
  12317. "BSD-3-Clause"
  12318. ],
  12319. "authors": [
  12320. {
  12321. "name": "Arne Blankerts",
  12322. "email": "arne@blankerts.de",
  12323. "role": "Developer"
  12324. },
  12325. {
  12326. "name": "Sebastian Heuer",
  12327. "email": "sebastian@phpeople.de",
  12328. "role": "Developer"
  12329. },
  12330. {
  12331. "name": "Sebastian Bergmann",
  12332. "email": "sebastian@phpunit.de",
  12333. "role": "Developer"
  12334. }
  12335. ],
  12336. "description": "Library for handling version information and constraints",
  12337. "support": {
  12338. "issues": "https://github.com/phar-io/version/issues",
  12339. "source": "https://github.com/phar-io/version/tree/3.2.1"
  12340. },
  12341. "time": "2022-02-21T01:04:05+00:00"
  12342. },
  12343. {
  12344. "name": "phpunit/php-code-coverage",
  12345. "version": "10.1.11",
  12346. "source": {
  12347. "type": "git",
  12348. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  12349. "reference": "78c3b7625965c2513ee96569a4dbb62601784145"
  12350. },
  12351. "dist": {
  12352. "type": "zip",
  12353. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145",
  12354. "reference": "78c3b7625965c2513ee96569a4dbb62601784145",
  12355. "shasum": ""
  12356. },
  12357. "require": {
  12358. "ext-dom": "*",
  12359. "ext-libxml": "*",
  12360. "ext-xmlwriter": "*",
  12361. "nikic/php-parser": "^4.18 || ^5.0",
  12362. "php": ">=8.1",
  12363. "phpunit/php-file-iterator": "^4.0",
  12364. "phpunit/php-text-template": "^3.0",
  12365. "sebastian/code-unit-reverse-lookup": "^3.0",
  12366. "sebastian/complexity": "^3.0",
  12367. "sebastian/environment": "^6.0",
  12368. "sebastian/lines-of-code": "^2.0",
  12369. "sebastian/version": "^4.0",
  12370. "theseer/tokenizer": "^1.2.0"
  12371. },
  12372. "require-dev": {
  12373. "phpunit/phpunit": "^10.1"
  12374. },
  12375. "suggest": {
  12376. "ext-pcov": "PHP extension that provides line coverage",
  12377. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  12378. },
  12379. "type": "library",
  12380. "extra": {
  12381. "branch-alias": {
  12382. "dev-main": "10.1-dev"
  12383. }
  12384. },
  12385. "autoload": {
  12386. "classmap": [
  12387. "src/"
  12388. ]
  12389. },
  12390. "notification-url": "https://packagist.org/downloads/",
  12391. "license": [
  12392. "BSD-3-Clause"
  12393. ],
  12394. "authors": [
  12395. {
  12396. "name": "Sebastian Bergmann",
  12397. "email": "sebastian@phpunit.de",
  12398. "role": "lead"
  12399. }
  12400. ],
  12401. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  12402. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  12403. "keywords": [
  12404. "coverage",
  12405. "testing",
  12406. "xunit"
  12407. ],
  12408. "support": {
  12409. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  12410. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  12411. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11"
  12412. },
  12413. "funding": [
  12414. {
  12415. "url": "https://github.com/sebastianbergmann",
  12416. "type": "github"
  12417. }
  12418. ],
  12419. "time": "2023-12-21T15:38:30+00:00"
  12420. },
  12421. {
  12422. "name": "phpunit/php-file-iterator",
  12423. "version": "4.1.0",
  12424. "source": {
  12425. "type": "git",
  12426. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  12427. "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
  12428. },
  12429. "dist": {
  12430. "type": "zip",
  12431. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
  12432. "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
  12433. "shasum": ""
  12434. },
  12435. "require": {
  12436. "php": ">=8.1"
  12437. },
  12438. "require-dev": {
  12439. "phpunit/phpunit": "^10.0"
  12440. },
  12441. "type": "library",
  12442. "extra": {
  12443. "branch-alias": {
  12444. "dev-main": "4.0-dev"
  12445. }
  12446. },
  12447. "autoload": {
  12448. "classmap": [
  12449. "src/"
  12450. ]
  12451. },
  12452. "notification-url": "https://packagist.org/downloads/",
  12453. "license": [
  12454. "BSD-3-Clause"
  12455. ],
  12456. "authors": [
  12457. {
  12458. "name": "Sebastian Bergmann",
  12459. "email": "sebastian@phpunit.de",
  12460. "role": "lead"
  12461. }
  12462. ],
  12463. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  12464. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  12465. "keywords": [
  12466. "filesystem",
  12467. "iterator"
  12468. ],
  12469. "support": {
  12470. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  12471. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  12472. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
  12473. },
  12474. "funding": [
  12475. {
  12476. "url": "https://github.com/sebastianbergmann",
  12477. "type": "github"
  12478. }
  12479. ],
  12480. "time": "2023-08-31T06:24:48+00:00"
  12481. },
  12482. {
  12483. "name": "phpunit/php-invoker",
  12484. "version": "4.0.0",
  12485. "source": {
  12486. "type": "git",
  12487. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  12488. "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
  12489. },
  12490. "dist": {
  12491. "type": "zip",
  12492. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
  12493. "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
  12494. "shasum": ""
  12495. },
  12496. "require": {
  12497. "php": ">=8.1"
  12498. },
  12499. "require-dev": {
  12500. "ext-pcntl": "*",
  12501. "phpunit/phpunit": "^10.0"
  12502. },
  12503. "suggest": {
  12504. "ext-pcntl": "*"
  12505. },
  12506. "type": "library",
  12507. "extra": {
  12508. "branch-alias": {
  12509. "dev-main": "4.0-dev"
  12510. }
  12511. },
  12512. "autoload": {
  12513. "classmap": [
  12514. "src/"
  12515. ]
  12516. },
  12517. "notification-url": "https://packagist.org/downloads/",
  12518. "license": [
  12519. "BSD-3-Clause"
  12520. ],
  12521. "authors": [
  12522. {
  12523. "name": "Sebastian Bergmann",
  12524. "email": "sebastian@phpunit.de",
  12525. "role": "lead"
  12526. }
  12527. ],
  12528. "description": "Invoke callables with a timeout",
  12529. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  12530. "keywords": [
  12531. "process"
  12532. ],
  12533. "support": {
  12534. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  12535. "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
  12536. },
  12537. "funding": [
  12538. {
  12539. "url": "https://github.com/sebastianbergmann",
  12540. "type": "github"
  12541. }
  12542. ],
  12543. "time": "2023-02-03T06:56:09+00:00"
  12544. },
  12545. {
  12546. "name": "phpunit/php-text-template",
  12547. "version": "3.0.1",
  12548. "source": {
  12549. "type": "git",
  12550. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  12551. "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
  12552. },
  12553. "dist": {
  12554. "type": "zip",
  12555. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
  12556. "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
  12557. "shasum": ""
  12558. },
  12559. "require": {
  12560. "php": ">=8.1"
  12561. },
  12562. "require-dev": {
  12563. "phpunit/phpunit": "^10.0"
  12564. },
  12565. "type": "library",
  12566. "extra": {
  12567. "branch-alias": {
  12568. "dev-main": "3.0-dev"
  12569. }
  12570. },
  12571. "autoload": {
  12572. "classmap": [
  12573. "src/"
  12574. ]
  12575. },
  12576. "notification-url": "https://packagist.org/downloads/",
  12577. "license": [
  12578. "BSD-3-Clause"
  12579. ],
  12580. "authors": [
  12581. {
  12582. "name": "Sebastian Bergmann",
  12583. "email": "sebastian@phpunit.de",
  12584. "role": "lead"
  12585. }
  12586. ],
  12587. "description": "Simple template engine.",
  12588. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  12589. "keywords": [
  12590. "template"
  12591. ],
  12592. "support": {
  12593. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  12594. "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
  12595. "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
  12596. },
  12597. "funding": [
  12598. {
  12599. "url": "https://github.com/sebastianbergmann",
  12600. "type": "github"
  12601. }
  12602. ],
  12603. "time": "2023-08-31T14:07:24+00:00"
  12604. },
  12605. {
  12606. "name": "phpunit/php-timer",
  12607. "version": "6.0.0",
  12608. "source": {
  12609. "type": "git",
  12610. "url": "https://github.com/sebastianbergmann/php-timer.git",
  12611. "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
  12612. },
  12613. "dist": {
  12614. "type": "zip",
  12615. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
  12616. "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
  12617. "shasum": ""
  12618. },
  12619. "require": {
  12620. "php": ">=8.1"
  12621. },
  12622. "require-dev": {
  12623. "phpunit/phpunit": "^10.0"
  12624. },
  12625. "type": "library",
  12626. "extra": {
  12627. "branch-alias": {
  12628. "dev-main": "6.0-dev"
  12629. }
  12630. },
  12631. "autoload": {
  12632. "classmap": [
  12633. "src/"
  12634. ]
  12635. },
  12636. "notification-url": "https://packagist.org/downloads/",
  12637. "license": [
  12638. "BSD-3-Clause"
  12639. ],
  12640. "authors": [
  12641. {
  12642. "name": "Sebastian Bergmann",
  12643. "email": "sebastian@phpunit.de",
  12644. "role": "lead"
  12645. }
  12646. ],
  12647. "description": "Utility class for timing",
  12648. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  12649. "keywords": [
  12650. "timer"
  12651. ],
  12652. "support": {
  12653. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  12654. "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
  12655. },
  12656. "funding": [
  12657. {
  12658. "url": "https://github.com/sebastianbergmann",
  12659. "type": "github"
  12660. }
  12661. ],
  12662. "time": "2023-02-03T06:57:52+00:00"
  12663. },
  12664. {
  12665. "name": "phpunit/phpunit",
  12666. "version": "10.0.13",
  12667. "source": {
  12668. "type": "git",
  12669. "url": "https://github.com/sebastianbergmann/phpunit.git",
  12670. "reference": "c37a88d7a905266eab6498817a1bf1170043313f"
  12671. },
  12672. "dist": {
  12673. "type": "zip",
  12674. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c37a88d7a905266eab6498817a1bf1170043313f",
  12675. "reference": "c37a88d7a905266eab6498817a1bf1170043313f",
  12676. "shasum": ""
  12677. },
  12678. "require": {
  12679. "ext-dom": "*",
  12680. "ext-json": "*",
  12681. "ext-libxml": "*",
  12682. "ext-mbstring": "*",
  12683. "ext-xml": "*",
  12684. "ext-xmlwriter": "*",
  12685. "myclabs/deep-copy": "^1.10.1",
  12686. "phar-io/manifest": "^2.0.3",
  12687. "phar-io/version": "^3.0.2",
  12688. "php": ">=8.1",
  12689. "phpunit/php-code-coverage": "^10.0",
  12690. "phpunit/php-file-iterator": "^4.0",
  12691. "phpunit/php-invoker": "^4.0",
  12692. "phpunit/php-text-template": "^3.0",
  12693. "phpunit/php-timer": "^6.0",
  12694. "sebastian/cli-parser": "^2.0",
  12695. "sebastian/code-unit": "^2.0",
  12696. "sebastian/comparator": "^5.0",
  12697. "sebastian/diff": "^5.0",
  12698. "sebastian/environment": "^6.0",
  12699. "sebastian/exporter": "^5.0",
  12700. "sebastian/global-state": "^6.0",
  12701. "sebastian/object-enumerator": "^5.0",
  12702. "sebastian/recursion-context": "^5.0",
  12703. "sebastian/type": "^4.0",
  12704. "sebastian/version": "^4.0"
  12705. },
  12706. "suggest": {
  12707. "ext-soap": "*"
  12708. },
  12709. "bin": [
  12710. "phpunit"
  12711. ],
  12712. "type": "library",
  12713. "extra": {
  12714. "branch-alias": {
  12715. "dev-main": "10.0-dev"
  12716. }
  12717. },
  12718. "autoload": {
  12719. "files": [
  12720. "src/Framework/Assert/Functions.php"
  12721. ],
  12722. "classmap": [
  12723. "src/"
  12724. ]
  12725. },
  12726. "notification-url": "https://packagist.org/downloads/",
  12727. "license": [
  12728. "BSD-3-Clause"
  12729. ],
  12730. "authors": [
  12731. {
  12732. "name": "Sebastian Bergmann",
  12733. "email": "sebastian@phpunit.de",
  12734. "role": "lead"
  12735. }
  12736. ],
  12737. "description": "The PHP Unit Testing framework.",
  12738. "homepage": "https://phpunit.de/",
  12739. "keywords": [
  12740. "phpunit",
  12741. "testing",
  12742. "xunit"
  12743. ],
  12744. "support": {
  12745. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  12746. "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.13"
  12747. },
  12748. "funding": [
  12749. {
  12750. "url": "https://phpunit.de/sponsors.html",
  12751. "type": "custom"
  12752. },
  12753. {
  12754. "url": "https://github.com/sebastianbergmann",
  12755. "type": "github"
  12756. },
  12757. {
  12758. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  12759. "type": "tidelift"
  12760. }
  12761. ],
  12762. "time": "2023-02-27T13:07:57+00:00"
  12763. },
  12764. {
  12765. "name": "sebastian/cli-parser",
  12766. "version": "2.0.0",
  12767. "source": {
  12768. "type": "git",
  12769. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  12770. "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
  12771. },
  12772. "dist": {
  12773. "type": "zip",
  12774. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
  12775. "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
  12776. "shasum": ""
  12777. },
  12778. "require": {
  12779. "php": ">=8.1"
  12780. },
  12781. "require-dev": {
  12782. "phpunit/phpunit": "^10.0"
  12783. },
  12784. "type": "library",
  12785. "extra": {
  12786. "branch-alias": {
  12787. "dev-main": "2.0-dev"
  12788. }
  12789. },
  12790. "autoload": {
  12791. "classmap": [
  12792. "src/"
  12793. ]
  12794. },
  12795. "notification-url": "https://packagist.org/downloads/",
  12796. "license": [
  12797. "BSD-3-Clause"
  12798. ],
  12799. "authors": [
  12800. {
  12801. "name": "Sebastian Bergmann",
  12802. "email": "sebastian@phpunit.de",
  12803. "role": "lead"
  12804. }
  12805. ],
  12806. "description": "Library for parsing CLI options",
  12807. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  12808. "support": {
  12809. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  12810. "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
  12811. },
  12812. "funding": [
  12813. {
  12814. "url": "https://github.com/sebastianbergmann",
  12815. "type": "github"
  12816. }
  12817. ],
  12818. "time": "2023-02-03T06:58:15+00:00"
  12819. },
  12820. {
  12821. "name": "sebastian/code-unit",
  12822. "version": "2.0.0",
  12823. "source": {
  12824. "type": "git",
  12825. "url": "https://github.com/sebastianbergmann/code-unit.git",
  12826. "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
  12827. },
  12828. "dist": {
  12829. "type": "zip",
  12830. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
  12831. "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
  12832. "shasum": ""
  12833. },
  12834. "require": {
  12835. "php": ">=8.1"
  12836. },
  12837. "require-dev": {
  12838. "phpunit/phpunit": "^10.0"
  12839. },
  12840. "type": "library",
  12841. "extra": {
  12842. "branch-alias": {
  12843. "dev-main": "2.0-dev"
  12844. }
  12845. },
  12846. "autoload": {
  12847. "classmap": [
  12848. "src/"
  12849. ]
  12850. },
  12851. "notification-url": "https://packagist.org/downloads/",
  12852. "license": [
  12853. "BSD-3-Clause"
  12854. ],
  12855. "authors": [
  12856. {
  12857. "name": "Sebastian Bergmann",
  12858. "email": "sebastian@phpunit.de",
  12859. "role": "lead"
  12860. }
  12861. ],
  12862. "description": "Collection of value objects that represent the PHP code units",
  12863. "homepage": "https://github.com/sebastianbergmann/code-unit",
  12864. "support": {
  12865. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  12866. "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
  12867. },
  12868. "funding": [
  12869. {
  12870. "url": "https://github.com/sebastianbergmann",
  12871. "type": "github"
  12872. }
  12873. ],
  12874. "time": "2023-02-03T06:58:43+00:00"
  12875. },
  12876. {
  12877. "name": "sebastian/code-unit-reverse-lookup",
  12878. "version": "3.0.0",
  12879. "source": {
  12880. "type": "git",
  12881. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  12882. "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
  12883. },
  12884. "dist": {
  12885. "type": "zip",
  12886. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
  12887. "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
  12888. "shasum": ""
  12889. },
  12890. "require": {
  12891. "php": ">=8.1"
  12892. },
  12893. "require-dev": {
  12894. "phpunit/phpunit": "^10.0"
  12895. },
  12896. "type": "library",
  12897. "extra": {
  12898. "branch-alias": {
  12899. "dev-main": "3.0-dev"
  12900. }
  12901. },
  12902. "autoload": {
  12903. "classmap": [
  12904. "src/"
  12905. ]
  12906. },
  12907. "notification-url": "https://packagist.org/downloads/",
  12908. "license": [
  12909. "BSD-3-Clause"
  12910. ],
  12911. "authors": [
  12912. {
  12913. "name": "Sebastian Bergmann",
  12914. "email": "sebastian@phpunit.de"
  12915. }
  12916. ],
  12917. "description": "Looks up which function or method a line of code belongs to",
  12918. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  12919. "support": {
  12920. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  12921. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
  12922. },
  12923. "funding": [
  12924. {
  12925. "url": "https://github.com/sebastianbergmann",
  12926. "type": "github"
  12927. }
  12928. ],
  12929. "time": "2023-02-03T06:59:15+00:00"
  12930. },
  12931. {
  12932. "name": "sebastian/comparator",
  12933. "version": "5.0.1",
  12934. "source": {
  12935. "type": "git",
  12936. "url": "https://github.com/sebastianbergmann/comparator.git",
  12937. "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
  12938. },
  12939. "dist": {
  12940. "type": "zip",
  12941. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
  12942. "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
  12943. "shasum": ""
  12944. },
  12945. "require": {
  12946. "ext-dom": "*",
  12947. "ext-mbstring": "*",
  12948. "php": ">=8.1",
  12949. "sebastian/diff": "^5.0",
  12950. "sebastian/exporter": "^5.0"
  12951. },
  12952. "require-dev": {
  12953. "phpunit/phpunit": "^10.3"
  12954. },
  12955. "type": "library",
  12956. "extra": {
  12957. "branch-alias": {
  12958. "dev-main": "5.0-dev"
  12959. }
  12960. },
  12961. "autoload": {
  12962. "classmap": [
  12963. "src/"
  12964. ]
  12965. },
  12966. "notification-url": "https://packagist.org/downloads/",
  12967. "license": [
  12968. "BSD-3-Clause"
  12969. ],
  12970. "authors": [
  12971. {
  12972. "name": "Sebastian Bergmann",
  12973. "email": "sebastian@phpunit.de"
  12974. },
  12975. {
  12976. "name": "Jeff Welch",
  12977. "email": "whatthejeff@gmail.com"
  12978. },
  12979. {
  12980. "name": "Volker Dusch",
  12981. "email": "github@wallbash.com"
  12982. },
  12983. {
  12984. "name": "Bernhard Schussek",
  12985. "email": "bschussek@2bepublished.at"
  12986. }
  12987. ],
  12988. "description": "Provides the functionality to compare PHP values for equality",
  12989. "homepage": "https://github.com/sebastianbergmann/comparator",
  12990. "keywords": [
  12991. "comparator",
  12992. "compare",
  12993. "equality"
  12994. ],
  12995. "support": {
  12996. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  12997. "security": "https://github.com/sebastianbergmann/comparator/security/policy",
  12998. "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
  12999. },
  13000. "funding": [
  13001. {
  13002. "url": "https://github.com/sebastianbergmann",
  13003. "type": "github"
  13004. }
  13005. ],
  13006. "time": "2023-08-14T13:18:12+00:00"
  13007. },
  13008. {
  13009. "name": "sebastian/complexity",
  13010. "version": "3.2.0",
  13011. "source": {
  13012. "type": "git",
  13013. "url": "https://github.com/sebastianbergmann/complexity.git",
  13014. "reference": "68ff824baeae169ec9f2137158ee529584553799"
  13015. },
  13016. "dist": {
  13017. "type": "zip",
  13018. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
  13019. "reference": "68ff824baeae169ec9f2137158ee529584553799",
  13020. "shasum": ""
  13021. },
  13022. "require": {
  13023. "nikic/php-parser": "^4.18 || ^5.0",
  13024. "php": ">=8.1"
  13025. },
  13026. "require-dev": {
  13027. "phpunit/phpunit": "^10.0"
  13028. },
  13029. "type": "library",
  13030. "extra": {
  13031. "branch-alias": {
  13032. "dev-main": "3.2-dev"
  13033. }
  13034. },
  13035. "autoload": {
  13036. "classmap": [
  13037. "src/"
  13038. ]
  13039. },
  13040. "notification-url": "https://packagist.org/downloads/",
  13041. "license": [
  13042. "BSD-3-Clause"
  13043. ],
  13044. "authors": [
  13045. {
  13046. "name": "Sebastian Bergmann",
  13047. "email": "sebastian@phpunit.de",
  13048. "role": "lead"
  13049. }
  13050. ],
  13051. "description": "Library for calculating the complexity of PHP code units",
  13052. "homepage": "https://github.com/sebastianbergmann/complexity",
  13053. "support": {
  13054. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  13055. "security": "https://github.com/sebastianbergmann/complexity/security/policy",
  13056. "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
  13057. },
  13058. "funding": [
  13059. {
  13060. "url": "https://github.com/sebastianbergmann",
  13061. "type": "github"
  13062. }
  13063. ],
  13064. "time": "2023-12-21T08:37:17+00:00"
  13065. },
  13066. {
  13067. "name": "sebastian/diff",
  13068. "version": "5.1.0",
  13069. "source": {
  13070. "type": "git",
  13071. "url": "https://github.com/sebastianbergmann/diff.git",
  13072. "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f"
  13073. },
  13074. "dist": {
  13075. "type": "zip",
  13076. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
  13077. "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
  13078. "shasum": ""
  13079. },
  13080. "require": {
  13081. "php": ">=8.1"
  13082. },
  13083. "require-dev": {
  13084. "phpunit/phpunit": "^10.0",
  13085. "symfony/process": "^4.2 || ^5"
  13086. },
  13087. "type": "library",
  13088. "extra": {
  13089. "branch-alias": {
  13090. "dev-main": "5.1-dev"
  13091. }
  13092. },
  13093. "autoload": {
  13094. "classmap": [
  13095. "src/"
  13096. ]
  13097. },
  13098. "notification-url": "https://packagist.org/downloads/",
  13099. "license": [
  13100. "BSD-3-Clause"
  13101. ],
  13102. "authors": [
  13103. {
  13104. "name": "Sebastian Bergmann",
  13105. "email": "sebastian@phpunit.de"
  13106. },
  13107. {
  13108. "name": "Kore Nordmann",
  13109. "email": "mail@kore-nordmann.de"
  13110. }
  13111. ],
  13112. "description": "Diff implementation",
  13113. "homepage": "https://github.com/sebastianbergmann/diff",
  13114. "keywords": [
  13115. "diff",
  13116. "udiff",
  13117. "unidiff",
  13118. "unified diff"
  13119. ],
  13120. "support": {
  13121. "issues": "https://github.com/sebastianbergmann/diff/issues",
  13122. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  13123. "source": "https://github.com/sebastianbergmann/diff/tree/5.1.0"
  13124. },
  13125. "funding": [
  13126. {
  13127. "url": "https://github.com/sebastianbergmann",
  13128. "type": "github"
  13129. }
  13130. ],
  13131. "time": "2023-12-22T10:55:06+00:00"
  13132. },
  13133. {
  13134. "name": "sebastian/environment",
  13135. "version": "6.0.1",
  13136. "source": {
  13137. "type": "git",
  13138. "url": "https://github.com/sebastianbergmann/environment.git",
  13139. "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
  13140. },
  13141. "dist": {
  13142. "type": "zip",
  13143. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
  13144. "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
  13145. "shasum": ""
  13146. },
  13147. "require": {
  13148. "php": ">=8.1"
  13149. },
  13150. "require-dev": {
  13151. "phpunit/phpunit": "^10.0"
  13152. },
  13153. "suggest": {
  13154. "ext-posix": "*"
  13155. },
  13156. "type": "library",
  13157. "extra": {
  13158. "branch-alias": {
  13159. "dev-main": "6.0-dev"
  13160. }
  13161. },
  13162. "autoload": {
  13163. "classmap": [
  13164. "src/"
  13165. ]
  13166. },
  13167. "notification-url": "https://packagist.org/downloads/",
  13168. "license": [
  13169. "BSD-3-Clause"
  13170. ],
  13171. "authors": [
  13172. {
  13173. "name": "Sebastian Bergmann",
  13174. "email": "sebastian@phpunit.de"
  13175. }
  13176. ],
  13177. "description": "Provides functionality to handle HHVM/PHP environments",
  13178. "homepage": "https://github.com/sebastianbergmann/environment",
  13179. "keywords": [
  13180. "Xdebug",
  13181. "environment",
  13182. "hhvm"
  13183. ],
  13184. "support": {
  13185. "issues": "https://github.com/sebastianbergmann/environment/issues",
  13186. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  13187. "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
  13188. },
  13189. "funding": [
  13190. {
  13191. "url": "https://github.com/sebastianbergmann",
  13192. "type": "github"
  13193. }
  13194. ],
  13195. "time": "2023-04-11T05:39:26+00:00"
  13196. },
  13197. {
  13198. "name": "sebastian/exporter",
  13199. "version": "5.1.1",
  13200. "source": {
  13201. "type": "git",
  13202. "url": "https://github.com/sebastianbergmann/exporter.git",
  13203. "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
  13204. },
  13205. "dist": {
  13206. "type": "zip",
  13207. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
  13208. "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
  13209. "shasum": ""
  13210. },
  13211. "require": {
  13212. "ext-mbstring": "*",
  13213. "php": ">=8.1",
  13214. "sebastian/recursion-context": "^5.0"
  13215. },
  13216. "require-dev": {
  13217. "phpunit/phpunit": "^10.0"
  13218. },
  13219. "type": "library",
  13220. "extra": {
  13221. "branch-alias": {
  13222. "dev-main": "5.1-dev"
  13223. }
  13224. },
  13225. "autoload": {
  13226. "classmap": [
  13227. "src/"
  13228. ]
  13229. },
  13230. "notification-url": "https://packagist.org/downloads/",
  13231. "license": [
  13232. "BSD-3-Clause"
  13233. ],
  13234. "authors": [
  13235. {
  13236. "name": "Sebastian Bergmann",
  13237. "email": "sebastian@phpunit.de"
  13238. },
  13239. {
  13240. "name": "Jeff Welch",
  13241. "email": "whatthejeff@gmail.com"
  13242. },
  13243. {
  13244. "name": "Volker Dusch",
  13245. "email": "github@wallbash.com"
  13246. },
  13247. {
  13248. "name": "Adam Harvey",
  13249. "email": "aharvey@php.net"
  13250. },
  13251. {
  13252. "name": "Bernhard Schussek",
  13253. "email": "bschussek@gmail.com"
  13254. }
  13255. ],
  13256. "description": "Provides the functionality to export PHP variables for visualization",
  13257. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  13258. "keywords": [
  13259. "export",
  13260. "exporter"
  13261. ],
  13262. "support": {
  13263. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  13264. "security": "https://github.com/sebastianbergmann/exporter/security/policy",
  13265. "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
  13266. },
  13267. "funding": [
  13268. {
  13269. "url": "https://github.com/sebastianbergmann",
  13270. "type": "github"
  13271. }
  13272. ],
  13273. "time": "2023-09-24T13:22:09+00:00"
  13274. },
  13275. {
  13276. "name": "sebastian/global-state",
  13277. "version": "6.0.1",
  13278. "source": {
  13279. "type": "git",
  13280. "url": "https://github.com/sebastianbergmann/global-state.git",
  13281. "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
  13282. },
  13283. "dist": {
  13284. "type": "zip",
  13285. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
  13286. "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
  13287. "shasum": ""
  13288. },
  13289. "require": {
  13290. "php": ">=8.1",
  13291. "sebastian/object-reflector": "^3.0",
  13292. "sebastian/recursion-context": "^5.0"
  13293. },
  13294. "require-dev": {
  13295. "ext-dom": "*",
  13296. "phpunit/phpunit": "^10.0"
  13297. },
  13298. "type": "library",
  13299. "extra": {
  13300. "branch-alias": {
  13301. "dev-main": "6.0-dev"
  13302. }
  13303. },
  13304. "autoload": {
  13305. "classmap": [
  13306. "src/"
  13307. ]
  13308. },
  13309. "notification-url": "https://packagist.org/downloads/",
  13310. "license": [
  13311. "BSD-3-Clause"
  13312. ],
  13313. "authors": [
  13314. {
  13315. "name": "Sebastian Bergmann",
  13316. "email": "sebastian@phpunit.de"
  13317. }
  13318. ],
  13319. "description": "Snapshotting of global state",
  13320. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  13321. "keywords": [
  13322. "global state"
  13323. ],
  13324. "support": {
  13325. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  13326. "security": "https://github.com/sebastianbergmann/global-state/security/policy",
  13327. "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
  13328. },
  13329. "funding": [
  13330. {
  13331. "url": "https://github.com/sebastianbergmann",
  13332. "type": "github"
  13333. }
  13334. ],
  13335. "time": "2023-07-19T07:19:23+00:00"
  13336. },
  13337. {
  13338. "name": "sebastian/lines-of-code",
  13339. "version": "2.0.2",
  13340. "source": {
  13341. "type": "git",
  13342. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  13343. "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
  13344. },
  13345. "dist": {
  13346. "type": "zip",
  13347. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
  13348. "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
  13349. "shasum": ""
  13350. },
  13351. "require": {
  13352. "nikic/php-parser": "^4.18 || ^5.0",
  13353. "php": ">=8.1"
  13354. },
  13355. "require-dev": {
  13356. "phpunit/phpunit": "^10.0"
  13357. },
  13358. "type": "library",
  13359. "extra": {
  13360. "branch-alias": {
  13361. "dev-main": "2.0-dev"
  13362. }
  13363. },
  13364. "autoload": {
  13365. "classmap": [
  13366. "src/"
  13367. ]
  13368. },
  13369. "notification-url": "https://packagist.org/downloads/",
  13370. "license": [
  13371. "BSD-3-Clause"
  13372. ],
  13373. "authors": [
  13374. {
  13375. "name": "Sebastian Bergmann",
  13376. "email": "sebastian@phpunit.de",
  13377. "role": "lead"
  13378. }
  13379. ],
  13380. "description": "Library for counting the lines of code in PHP source code",
  13381. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  13382. "support": {
  13383. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  13384. "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
  13385. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
  13386. },
  13387. "funding": [
  13388. {
  13389. "url": "https://github.com/sebastianbergmann",
  13390. "type": "github"
  13391. }
  13392. ],
  13393. "time": "2023-12-21T08:38:20+00:00"
  13394. },
  13395. {
  13396. "name": "sebastian/object-enumerator",
  13397. "version": "5.0.0",
  13398. "source": {
  13399. "type": "git",
  13400. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  13401. "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
  13402. },
  13403. "dist": {
  13404. "type": "zip",
  13405. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
  13406. "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
  13407. "shasum": ""
  13408. },
  13409. "require": {
  13410. "php": ">=8.1",
  13411. "sebastian/object-reflector": "^3.0",
  13412. "sebastian/recursion-context": "^5.0"
  13413. },
  13414. "require-dev": {
  13415. "phpunit/phpunit": "^10.0"
  13416. },
  13417. "type": "library",
  13418. "extra": {
  13419. "branch-alias": {
  13420. "dev-main": "5.0-dev"
  13421. }
  13422. },
  13423. "autoload": {
  13424. "classmap": [
  13425. "src/"
  13426. ]
  13427. },
  13428. "notification-url": "https://packagist.org/downloads/",
  13429. "license": [
  13430. "BSD-3-Clause"
  13431. ],
  13432. "authors": [
  13433. {
  13434. "name": "Sebastian Bergmann",
  13435. "email": "sebastian@phpunit.de"
  13436. }
  13437. ],
  13438. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  13439. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  13440. "support": {
  13441. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  13442. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
  13443. },
  13444. "funding": [
  13445. {
  13446. "url": "https://github.com/sebastianbergmann",
  13447. "type": "github"
  13448. }
  13449. ],
  13450. "time": "2023-02-03T07:08:32+00:00"
  13451. },
  13452. {
  13453. "name": "sebastian/object-reflector",
  13454. "version": "3.0.0",
  13455. "source": {
  13456. "type": "git",
  13457. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  13458. "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
  13459. },
  13460. "dist": {
  13461. "type": "zip",
  13462. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
  13463. "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
  13464. "shasum": ""
  13465. },
  13466. "require": {
  13467. "php": ">=8.1"
  13468. },
  13469. "require-dev": {
  13470. "phpunit/phpunit": "^10.0"
  13471. },
  13472. "type": "library",
  13473. "extra": {
  13474. "branch-alias": {
  13475. "dev-main": "3.0-dev"
  13476. }
  13477. },
  13478. "autoload": {
  13479. "classmap": [
  13480. "src/"
  13481. ]
  13482. },
  13483. "notification-url": "https://packagist.org/downloads/",
  13484. "license": [
  13485. "BSD-3-Clause"
  13486. ],
  13487. "authors": [
  13488. {
  13489. "name": "Sebastian Bergmann",
  13490. "email": "sebastian@phpunit.de"
  13491. }
  13492. ],
  13493. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  13494. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  13495. "support": {
  13496. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  13497. "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
  13498. },
  13499. "funding": [
  13500. {
  13501. "url": "https://github.com/sebastianbergmann",
  13502. "type": "github"
  13503. }
  13504. ],
  13505. "time": "2023-02-03T07:06:18+00:00"
  13506. },
  13507. {
  13508. "name": "sebastian/recursion-context",
  13509. "version": "5.0.0",
  13510. "source": {
  13511. "type": "git",
  13512. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  13513. "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
  13514. },
  13515. "dist": {
  13516. "type": "zip",
  13517. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
  13518. "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
  13519. "shasum": ""
  13520. },
  13521. "require": {
  13522. "php": ">=8.1"
  13523. },
  13524. "require-dev": {
  13525. "phpunit/phpunit": "^10.0"
  13526. },
  13527. "type": "library",
  13528. "extra": {
  13529. "branch-alias": {
  13530. "dev-main": "5.0-dev"
  13531. }
  13532. },
  13533. "autoload": {
  13534. "classmap": [
  13535. "src/"
  13536. ]
  13537. },
  13538. "notification-url": "https://packagist.org/downloads/",
  13539. "license": [
  13540. "BSD-3-Clause"
  13541. ],
  13542. "authors": [
  13543. {
  13544. "name": "Sebastian Bergmann",
  13545. "email": "sebastian@phpunit.de"
  13546. },
  13547. {
  13548. "name": "Jeff Welch",
  13549. "email": "whatthejeff@gmail.com"
  13550. },
  13551. {
  13552. "name": "Adam Harvey",
  13553. "email": "aharvey@php.net"
  13554. }
  13555. ],
  13556. "description": "Provides functionality to recursively process PHP variables",
  13557. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  13558. "support": {
  13559. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  13560. "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
  13561. },
  13562. "funding": [
  13563. {
  13564. "url": "https://github.com/sebastianbergmann",
  13565. "type": "github"
  13566. }
  13567. ],
  13568. "time": "2023-02-03T07:05:40+00:00"
  13569. },
  13570. {
  13571. "name": "sebastian/type",
  13572. "version": "4.0.0",
  13573. "source": {
  13574. "type": "git",
  13575. "url": "https://github.com/sebastianbergmann/type.git",
  13576. "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
  13577. },
  13578. "dist": {
  13579. "type": "zip",
  13580. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
  13581. "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
  13582. "shasum": ""
  13583. },
  13584. "require": {
  13585. "php": ">=8.1"
  13586. },
  13587. "require-dev": {
  13588. "phpunit/phpunit": "^10.0"
  13589. },
  13590. "type": "library",
  13591. "extra": {
  13592. "branch-alias": {
  13593. "dev-main": "4.0-dev"
  13594. }
  13595. },
  13596. "autoload": {
  13597. "classmap": [
  13598. "src/"
  13599. ]
  13600. },
  13601. "notification-url": "https://packagist.org/downloads/",
  13602. "license": [
  13603. "BSD-3-Clause"
  13604. ],
  13605. "authors": [
  13606. {
  13607. "name": "Sebastian Bergmann",
  13608. "email": "sebastian@phpunit.de",
  13609. "role": "lead"
  13610. }
  13611. ],
  13612. "description": "Collection of value objects that represent the types of the PHP type system",
  13613. "homepage": "https://github.com/sebastianbergmann/type",
  13614. "support": {
  13615. "issues": "https://github.com/sebastianbergmann/type/issues",
  13616. "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
  13617. },
  13618. "funding": [
  13619. {
  13620. "url": "https://github.com/sebastianbergmann",
  13621. "type": "github"
  13622. }
  13623. ],
  13624. "time": "2023-02-03T07:10:45+00:00"
  13625. },
  13626. {
  13627. "name": "sebastian/version",
  13628. "version": "4.0.1",
  13629. "source": {
  13630. "type": "git",
  13631. "url": "https://github.com/sebastianbergmann/version.git",
  13632. "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
  13633. },
  13634. "dist": {
  13635. "type": "zip",
  13636. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
  13637. "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
  13638. "shasum": ""
  13639. },
  13640. "require": {
  13641. "php": ">=8.1"
  13642. },
  13643. "type": "library",
  13644. "extra": {
  13645. "branch-alias": {
  13646. "dev-main": "4.0-dev"
  13647. }
  13648. },
  13649. "autoload": {
  13650. "classmap": [
  13651. "src/"
  13652. ]
  13653. },
  13654. "notification-url": "https://packagist.org/downloads/",
  13655. "license": [
  13656. "BSD-3-Clause"
  13657. ],
  13658. "authors": [
  13659. {
  13660. "name": "Sebastian Bergmann",
  13661. "email": "sebastian@phpunit.de",
  13662. "role": "lead"
  13663. }
  13664. ],
  13665. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  13666. "homepage": "https://github.com/sebastianbergmann/version",
  13667. "support": {
  13668. "issues": "https://github.com/sebastianbergmann/version/issues",
  13669. "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
  13670. },
  13671. "funding": [
  13672. {
  13673. "url": "https://github.com/sebastianbergmann",
  13674. "type": "github"
  13675. }
  13676. ],
  13677. "time": "2023-02-07T11:34:05+00:00"
  13678. },
  13679. {
  13680. "name": "spatie/backtrace",
  13681. "version": "1.5.3",
  13682. "source": {
  13683. "type": "git",
  13684. "url": "https://github.com/spatie/backtrace.git",
  13685. "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
  13686. },
  13687. "dist": {
  13688. "type": "zip",
  13689. "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
  13690. "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
  13691. "shasum": ""
  13692. },
  13693. "require": {
  13694. "php": "^7.3|^8.0"
  13695. },
  13696. "require-dev": {
  13697. "ext-json": "*",
  13698. "phpunit/phpunit": "^9.3",
  13699. "spatie/phpunit-snapshot-assertions": "^4.2",
  13700. "symfony/var-dumper": "^5.1"
  13701. },
  13702. "type": "library",
  13703. "autoload": {
  13704. "psr-4": {
  13705. "Spatie\\Backtrace\\": "src"
  13706. }
  13707. },
  13708. "notification-url": "https://packagist.org/downloads/",
  13709. "license": [
  13710. "MIT"
  13711. ],
  13712. "authors": [
  13713. {
  13714. "name": "Freek Van de Herten",
  13715. "email": "freek@spatie.be",
  13716. "homepage": "https://spatie.be",
  13717. "role": "Developer"
  13718. }
  13719. ],
  13720. "description": "A better backtrace",
  13721. "homepage": "https://github.com/spatie/backtrace",
  13722. "keywords": [
  13723. "Backtrace",
  13724. "spatie"
  13725. ],
  13726. "support": {
  13727. "source": "https://github.com/spatie/backtrace/tree/1.5.3"
  13728. },
  13729. "funding": [
  13730. {
  13731. "url": "https://github.com/sponsors/spatie",
  13732. "type": "github"
  13733. },
  13734. {
  13735. "url": "https://spatie.be/open-source/support-us",
  13736. "type": "other"
  13737. }
  13738. ],
  13739. "time": "2023-06-28T12:59:17+00:00"
  13740. },
  13741. {
  13742. "name": "spatie/flare-client-php",
  13743. "version": "1.4.4",
  13744. "source": {
  13745. "type": "git",
  13746. "url": "https://github.com/spatie/flare-client-php.git",
  13747. "reference": "17082e780752d346c2db12ef5d6bee8e835e399c"
  13748. },
  13749. "dist": {
  13750. "type": "zip",
  13751. "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c",
  13752. "reference": "17082e780752d346c2db12ef5d6bee8e835e399c",
  13753. "shasum": ""
  13754. },
  13755. "require": {
  13756. "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
  13757. "php": "^8.0",
  13758. "spatie/backtrace": "^1.5.2",
  13759. "symfony/http-foundation": "^5.2|^6.0|^7.0",
  13760. "symfony/mime": "^5.2|^6.0|^7.0",
  13761. "symfony/process": "^5.2|^6.0|^7.0",
  13762. "symfony/var-dumper": "^5.2|^6.0|^7.0"
  13763. },
  13764. "require-dev": {
  13765. "dms/phpunit-arraysubset-asserts": "^0.5.0",
  13766. "pestphp/pest": "^1.20|^2.0",
  13767. "phpstan/extension-installer": "^1.1",
  13768. "phpstan/phpstan-deprecation-rules": "^1.0",
  13769. "phpstan/phpstan-phpunit": "^1.0",
  13770. "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
  13771. },
  13772. "type": "library",
  13773. "extra": {
  13774. "branch-alias": {
  13775. "dev-main": "1.3.x-dev"
  13776. }
  13777. },
  13778. "autoload": {
  13779. "files": [
  13780. "src/helpers.php"
  13781. ],
  13782. "psr-4": {
  13783. "Spatie\\FlareClient\\": "src"
  13784. }
  13785. },
  13786. "notification-url": "https://packagist.org/downloads/",
  13787. "license": [
  13788. "MIT"
  13789. ],
  13790. "description": "Send PHP errors to Flare",
  13791. "homepage": "https://github.com/spatie/flare-client-php",
  13792. "keywords": [
  13793. "exception",
  13794. "flare",
  13795. "reporting",
  13796. "spatie"
  13797. ],
  13798. "support": {
  13799. "issues": "https://github.com/spatie/flare-client-php/issues",
  13800. "source": "https://github.com/spatie/flare-client-php/tree/1.4.4"
  13801. },
  13802. "funding": [
  13803. {
  13804. "url": "https://github.com/spatie",
  13805. "type": "github"
  13806. }
  13807. ],
  13808. "time": "2024-01-31T14:18:45+00:00"
  13809. },
  13810. {
  13811. "name": "spatie/ignition",
  13812. "version": "1.12.0",
  13813. "source": {
  13814. "type": "git",
  13815. "url": "https://github.com/spatie/ignition.git",
  13816. "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d"
  13817. },
  13818. "dist": {
  13819. "type": "zip",
  13820. "url": "https://api.github.com/repos/spatie/ignition/zipball/5b6f801c605a593106b623e45ca41496a6e7d56d",
  13821. "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d",
  13822. "shasum": ""
  13823. },
  13824. "require": {
  13825. "ext-json": "*",
  13826. "ext-mbstring": "*",
  13827. "php": "^8.0",
  13828. "spatie/backtrace": "^1.5.3",
  13829. "spatie/flare-client-php": "^1.4.0",
  13830. "symfony/console": "^5.4|^6.0|^7.0",
  13831. "symfony/var-dumper": "^5.4|^6.0|^7.0"
  13832. },
  13833. "require-dev": {
  13834. "illuminate/cache": "^9.52|^10.0|^11.0",
  13835. "mockery/mockery": "^1.4",
  13836. "pestphp/pest": "^1.20|^2.0",
  13837. "phpstan/extension-installer": "^1.1",
  13838. "phpstan/phpstan-deprecation-rules": "^1.0",
  13839. "phpstan/phpstan-phpunit": "^1.0",
  13840. "psr/simple-cache-implementation": "*",
  13841. "symfony/cache": "^5.4|^6.0|^7.0",
  13842. "symfony/process": "^5.4|^6.0|^7.0",
  13843. "vlucas/phpdotenv": "^5.5"
  13844. },
  13845. "suggest": {
  13846. "openai-php/client": "Require get solutions from OpenAI",
  13847. "simple-cache-implementation": "To cache solutions from OpenAI"
  13848. },
  13849. "type": "library",
  13850. "extra": {
  13851. "branch-alias": {
  13852. "dev-main": "1.5.x-dev"
  13853. }
  13854. },
  13855. "autoload": {
  13856. "psr-4": {
  13857. "Spatie\\Ignition\\": "src"
  13858. }
  13859. },
  13860. "notification-url": "https://packagist.org/downloads/",
  13861. "license": [
  13862. "MIT"
  13863. ],
  13864. "authors": [
  13865. {
  13866. "name": "Spatie",
  13867. "email": "info@spatie.be",
  13868. "role": "Developer"
  13869. }
  13870. ],
  13871. "description": "A beautiful error page for PHP applications.",
  13872. "homepage": "https://flareapp.io/ignition",
  13873. "keywords": [
  13874. "error",
  13875. "flare",
  13876. "laravel",
  13877. "page"
  13878. ],
  13879. "support": {
  13880. "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
  13881. "forum": "https://twitter.com/flareappio",
  13882. "issues": "https://github.com/spatie/ignition/issues",
  13883. "source": "https://github.com/spatie/ignition"
  13884. },
  13885. "funding": [
  13886. {
  13887. "url": "https://github.com/spatie",
  13888. "type": "github"
  13889. }
  13890. ],
  13891. "time": "2024-01-03T15:49:39+00:00"
  13892. },
  13893. {
  13894. "name": "spatie/laravel-ignition",
  13895. "version": "2.0.0",
  13896. "source": {
  13897. "type": "git",
  13898. "url": "https://github.com/spatie/laravel-ignition.git",
  13899. "reference": "70c0e2a22c5c4b691a34db8c98bd6d695660a97a"
  13900. },
  13901. "dist": {
  13902. "type": "zip",
  13903. "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/70c0e2a22c5c4b691a34db8c98bd6d695660a97a",
  13904. "reference": "70c0e2a22c5c4b691a34db8c98bd6d695660a97a",
  13905. "shasum": ""
  13906. },
  13907. "require": {
  13908. "ext-curl": "*",
  13909. "ext-json": "*",
  13910. "ext-mbstring": "*",
  13911. "illuminate/support": "^10.0",
  13912. "php": "^8.1",
  13913. "spatie/flare-client-php": "^1.3.5",
  13914. "spatie/ignition": "^1.4.3",
  13915. "symfony/console": "^6.2.3",
  13916. "symfony/var-dumper": "^6.2.3"
  13917. },
  13918. "require-dev": {
  13919. "livewire/livewire": "^2.11",
  13920. "mockery/mockery": "^1.5.1",
  13921. "orchestra/testbench": "^8.0",
  13922. "pestphp/pest": "^1.22.3",
  13923. "phpstan/extension-installer": "^1.2",
  13924. "phpstan/phpstan-deprecation-rules": "^1.1.1",
  13925. "phpstan/phpstan-phpunit": "^1.3.3"
  13926. },
  13927. "type": "library",
  13928. "extra": {
  13929. "laravel": {
  13930. "providers": [
  13931. "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
  13932. ],
  13933. "aliases": {
  13934. "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
  13935. }
  13936. },
  13937. "branch-alias": {
  13938. "dev-main": "2.0-dev"
  13939. }
  13940. },
  13941. "autoload": {
  13942. "files": [
  13943. "src/helpers.php"
  13944. ],
  13945. "psr-4": {
  13946. "Spatie\\LaravelIgnition\\": "src"
  13947. }
  13948. },
  13949. "notification-url": "https://packagist.org/downloads/",
  13950. "license": [
  13951. "MIT"
  13952. ],
  13953. "authors": [
  13954. {
  13955. "name": "Spatie",
  13956. "email": "info@spatie.be",
  13957. "role": "Developer"
  13958. }
  13959. ],
  13960. "description": "A beautiful error page for Laravel applications.",
  13961. "homepage": "https://flareapp.io/ignition",
  13962. "keywords": [
  13963. "error",
  13964. "flare",
  13965. "laravel",
  13966. "page"
  13967. ],
  13968. "support": {
  13969. "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
  13970. "forum": "https://twitter.com/flareappio",
  13971. "issues": "https://github.com/spatie/laravel-ignition/issues",
  13972. "source": "https://github.com/spatie/laravel-ignition"
  13973. },
  13974. "funding": [
  13975. {
  13976. "url": "https://github.com/spatie",
  13977. "type": "github"
  13978. }
  13979. ],
  13980. "time": "2023-01-24T07:20:39+00:00"
  13981. },
  13982. {
  13983. "name": "squizlabs/php_codesniffer",
  13984. "version": "3.7.2",
  13985. "source": {
  13986. "type": "git",
  13987. "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
  13988. "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
  13989. },
  13990. "dist": {
  13991. "type": "zip",
  13992. "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
  13993. "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
  13994. "shasum": ""
  13995. },
  13996. "require": {
  13997. "ext-simplexml": "*",
  13998. "ext-tokenizer": "*",
  13999. "ext-xmlwriter": "*",
  14000. "php": ">=5.4.0"
  14001. },
  14002. "require-dev": {
  14003. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  14004. },
  14005. "bin": [
  14006. "bin/phpcs",
  14007. "bin/phpcbf"
  14008. ],
  14009. "type": "library",
  14010. "extra": {
  14011. "branch-alias": {
  14012. "dev-master": "3.x-dev"
  14013. }
  14014. },
  14015. "notification-url": "https://packagist.org/downloads/",
  14016. "license": [
  14017. "BSD-3-Clause"
  14018. ],
  14019. "authors": [
  14020. {
  14021. "name": "Greg Sherwood",
  14022. "role": "lead"
  14023. }
  14024. ],
  14025. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  14026. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  14027. "keywords": [
  14028. "phpcs",
  14029. "standards",
  14030. "static analysis"
  14031. ],
  14032. "support": {
  14033. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  14034. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  14035. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  14036. },
  14037. "funding": [
  14038. {
  14039. "url": "https://github.com/PHPCSStandards",
  14040. "type": "github"
  14041. },
  14042. {
  14043. "url": "https://github.com/jrfnl",
  14044. "type": "github"
  14045. },
  14046. {
  14047. "url": "https://opencollective.com/php_codesniffer",
  14048. "type": "open_collective"
  14049. }
  14050. ],
  14051. "time": "2023-02-22T23:07:41+00:00"
  14052. },
  14053. {
  14054. "name": "symfony/yaml",
  14055. "version": "v6.4.3",
  14056. "source": {
  14057. "type": "git",
  14058. "url": "https://github.com/symfony/yaml.git",
  14059. "reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
  14060. },
  14061. "dist": {
  14062. "type": "zip",
  14063. "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
  14064. "reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
  14065. "shasum": ""
  14066. },
  14067. "require": {
  14068. "php": ">=8.1",
  14069. "symfony/deprecation-contracts": "^2.5|^3",
  14070. "symfony/polyfill-ctype": "^1.8"
  14071. },
  14072. "conflict": {
  14073. "symfony/console": "<5.4"
  14074. },
  14075. "require-dev": {
  14076. "symfony/console": "^5.4|^6.0|^7.0"
  14077. },
  14078. "bin": [
  14079. "Resources/bin/yaml-lint"
  14080. ],
  14081. "type": "library",
  14082. "autoload": {
  14083. "psr-4": {
  14084. "Symfony\\Component\\Yaml\\": ""
  14085. },
  14086. "exclude-from-classmap": [
  14087. "/Tests/"
  14088. ]
  14089. },
  14090. "notification-url": "https://packagist.org/downloads/",
  14091. "license": [
  14092. "MIT"
  14093. ],
  14094. "authors": [
  14095. {
  14096. "name": "Fabien Potencier",
  14097. "email": "fabien@symfony.com"
  14098. },
  14099. {
  14100. "name": "Symfony Community",
  14101. "homepage": "https://symfony.com/contributors"
  14102. }
  14103. ],
  14104. "description": "Loads and dumps YAML files",
  14105. "homepage": "https://symfony.com",
  14106. "support": {
  14107. "source": "https://github.com/symfony/yaml/tree/v6.4.3"
  14108. },
  14109. "funding": [
  14110. {
  14111. "url": "https://symfony.com/sponsor",
  14112. "type": "custom"
  14113. },
  14114. {
  14115. "url": "https://github.com/fabpot",
  14116. "type": "github"
  14117. },
  14118. {
  14119. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  14120. "type": "tidelift"
  14121. }
  14122. ],
  14123. "time": "2024-01-23T14:51:35+00:00"
  14124. },
  14125. {
  14126. "name": "theseer/tokenizer",
  14127. "version": "1.2.2",
  14128. "source": {
  14129. "type": "git",
  14130. "url": "https://github.com/theseer/tokenizer.git",
  14131. "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
  14132. },
  14133. "dist": {
  14134. "type": "zip",
  14135. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
  14136. "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
  14137. "shasum": ""
  14138. },
  14139. "require": {
  14140. "ext-dom": "*",
  14141. "ext-tokenizer": "*",
  14142. "ext-xmlwriter": "*",
  14143. "php": "^7.2 || ^8.0"
  14144. },
  14145. "type": "library",
  14146. "autoload": {
  14147. "classmap": [
  14148. "src/"
  14149. ]
  14150. },
  14151. "notification-url": "https://packagist.org/downloads/",
  14152. "license": [
  14153. "BSD-3-Clause"
  14154. ],
  14155. "authors": [
  14156. {
  14157. "name": "Arne Blankerts",
  14158. "email": "arne@blankerts.de",
  14159. "role": "Developer"
  14160. }
  14161. ],
  14162. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  14163. "support": {
  14164. "issues": "https://github.com/theseer/tokenizer/issues",
  14165. "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
  14166. },
  14167. "funding": [
  14168. {
  14169. "url": "https://github.com/theseer",
  14170. "type": "github"
  14171. }
  14172. ],
  14173. "time": "2023-11-20T00:12:19+00:00"
  14174. }
  14175. ],
  14176. "aliases": [],
  14177. "minimum-stability": "dev",
  14178. "stability-flags": {
  14179. "karim007/laravel-bkash-tokenize": 20,
  14180. "marvel/shop": 20,
  14181. "kingflamez/laravelrave": 20
  14182. },
  14183. "prefer-stable": true,
  14184. "prefer-lowest": false,
  14185. "platform": {
  14186. "php": "^8.0|^8.1"
  14187. },
  14188. "platform-dev": [],
  14189. "plugin-api-version": "2.6.0"
  14190. }