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

1926 lines
69KB

  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": "37ea658ac1ecd261eb123806529f89e3",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.12.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
  20. "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.1"
  25. },
  26. "require-dev": {
  27. "php-coveralls/php-coveralls": "^2.2",
  28. "phpunit/phpunit": "^10.1",
  29. "vimeo/psalm": "6.8.8"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Brick\\Math\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "description": "Arbitrary-precision arithmetic library",
  42. "keywords": [
  43. "Arbitrary-precision",
  44. "BigInteger",
  45. "BigRational",
  46. "arithmetic",
  47. "bigdecimal",
  48. "bignum",
  49. "bignumber",
  50. "brick",
  51. "decimal",
  52. "integer",
  53. "math",
  54. "mathematics",
  55. "rational"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/brick/math/issues",
  59. "source": "https://github.com/brick/math/tree/0.12.3"
  60. },
  61. "funding": [
  62. {
  63. "url": "https://github.com/BenMorel",
  64. "type": "github"
  65. }
  66. ],
  67. "time": "2025-02-28T13:11:00+00:00"
  68. },
  69. {
  70. "name": "carbonphp/carbon-doctrine-types",
  71. "version": "2.1.0",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
  75. "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
  80. "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": "^7.4 || ^8.0"
  85. },
  86. "conflict": {
  87. "doctrine/dbal": "<3.7.0 || >=4.0.0"
  88. },
  89. "require-dev": {
  90. "doctrine/dbal": "^3.7.0",
  91. "nesbot/carbon": "^2.71.0 || ^3.0.0",
  92. "phpunit/phpunit": "^10.3"
  93. },
  94. "type": "library",
  95. "autoload": {
  96. "psr-4": {
  97. "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "KyleKatarn",
  107. "email": "kylekatarnls@gmail.com"
  108. }
  109. ],
  110. "description": "Types to use Carbon in Doctrine",
  111. "keywords": [
  112. "carbon",
  113. "date",
  114. "datetime",
  115. "doctrine",
  116. "time"
  117. ],
  118. "support": {
  119. "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
  120. "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
  121. },
  122. "funding": [
  123. {
  124. "url": "https://github.com/kylekatarnls",
  125. "type": "github"
  126. },
  127. {
  128. "url": "https://opencollective.com/Carbon",
  129. "type": "open_collective"
  130. },
  131. {
  132. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  133. "type": "tidelift"
  134. }
  135. ],
  136. "time": "2023-12-11T17:09:12+00:00"
  137. },
  138. {
  139. "name": "cartalyst/sentinel",
  140. "version": "v7.0.2",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/cartalyst/sentinel.git",
  144. "reference": "a4221b5976f0a87ea814406f049b44df87c56d4b"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/cartalyst/sentinel/zipball/a4221b5976f0a87ea814406f049b44df87c56d4b",
  149. "reference": "a4221b5976f0a87ea814406f049b44df87c56d4b",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "cartalyst/support": "^7.0",
  154. "illuminate/support": "^10.0",
  155. "php": "^8.1"
  156. },
  157. "require-dev": {
  158. "cartalyst/php-cs-fixer-config": "^2.0",
  159. "illuminate/cookie": "^10.0",
  160. "illuminate/database": "^10.0",
  161. "illuminate/events": "^10.0",
  162. "illuminate/http": "^10.0",
  163. "illuminate/session": "^10.0",
  164. "mockery/mockery": "^1.0",
  165. "phpunit/phpunit": "^9.0"
  166. },
  167. "suggest": {
  168. "illuminate/database": "By default, Sentinel utilizes the powerful Illuminate database layer.",
  169. "illuminate/events": "To hook into various events across Sentinel, we recommend using Illuminate's event dispatcher.",
  170. "symfony/http-foundation": "Required for native implementations."
  171. },
  172. "type": "library",
  173. "extra": {
  174. "laravel": {
  175. "aliases": {
  176. "Reminder": "Cartalyst\\Sentinel\\Laravel\\Facades\\Reminder",
  177. "Sentinel": "Cartalyst\\Sentinel\\Laravel\\Facades\\Sentinel",
  178. "Activation": "Cartalyst\\Sentinel\\Laravel\\Facades\\Activation"
  179. },
  180. "providers": [
  181. "Cartalyst\\Sentinel\\Laravel\\SentinelServiceProvider"
  182. ]
  183. },
  184. "component": "package",
  185. "branch-alias": {
  186. "dev-master": "7.0.x-dev"
  187. }
  188. },
  189. "autoload": {
  190. "psr-4": {
  191. "Cartalyst\\Sentinel\\": "src/"
  192. }
  193. },
  194. "notification-url": "https://packagist.org/downloads/",
  195. "license": [
  196. "BSD-3-Clause"
  197. ],
  198. "authors": [
  199. {
  200. "name": "Cartalyst LLC",
  201. "email": "help@cartalyst.com",
  202. "homepage": "https://cartalyst.com"
  203. }
  204. ],
  205. "description": "PHP 7.3+ Fully-featured Authentication & Authorization System",
  206. "keywords": [
  207. "auth",
  208. "cartalyst",
  209. "laravel",
  210. "php",
  211. "security"
  212. ],
  213. "support": {
  214. "issues": "https://github.com/cartalyst/sentinel/issues",
  215. "source": "https://github.com/cartalyst/sentinel/tree/v7.0.2"
  216. },
  217. "time": "2023-08-10T19:54:17+00:00"
  218. },
  219. {
  220. "name": "cartalyst/support",
  221. "version": "v7.0.0",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/cartalyst/support.git",
  225. "reference": "21668d0808f5c4698917e69ea1adbe098f9b4728"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/cartalyst/support/zipball/21668d0808f5c4698917e69ea1adbe098f9b4728",
  230. "reference": "21668d0808f5c4698917e69ea1adbe098f9b4728",
  231. "shasum": ""
  232. },
  233. "require": {
  234. "php": "^8.1"
  235. },
  236. "require-dev": {
  237. "cartalyst/php-cs-fixer-config": "^2.0",
  238. "illuminate/mail": "^10.0",
  239. "illuminate/validation": "^10.0",
  240. "mockery/mockery": "^1.0",
  241. "phpunit/phpunit": "^9.0",
  242. "symfony/translation": "^6.2"
  243. },
  244. "type": "library",
  245. "extra": {
  246. "component": "package",
  247. "branch-alias": {
  248. "dev-master": "7.0.x-dev"
  249. }
  250. },
  251. "autoload": {
  252. "psr-4": {
  253. "Cartalyst\\Support\\": "src/"
  254. }
  255. },
  256. "notification-url": "https://packagist.org/downloads/",
  257. "license": [
  258. "BSD-3-Clause"
  259. ],
  260. "authors": [
  261. {
  262. "name": "Cartalyst LLC",
  263. "email": "help@cartalyst.com",
  264. "homepage": "https://cartalyst.com"
  265. }
  266. ],
  267. "description": "Support helpers.",
  268. "keywords": [
  269. "cartalyst",
  270. "helper",
  271. "laravel",
  272. "support"
  273. ],
  274. "support": {
  275. "issues": "https://github.com/cartalyst/support/issues",
  276. "source": "https://github.com/cartalyst/support/tree/v7.0.0"
  277. },
  278. "time": "2023-02-22T21:51:13+00:00"
  279. },
  280. {
  281. "name": "doctrine/inflector",
  282. "version": "2.1.0",
  283. "source": {
  284. "type": "git",
  285. "url": "https://github.com/doctrine/inflector.git",
  286. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
  287. },
  288. "dist": {
  289. "type": "zip",
  290. "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  291. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  292. "shasum": ""
  293. },
  294. "require": {
  295. "php": "^7.2 || ^8.0"
  296. },
  297. "require-dev": {
  298. "doctrine/coding-standard": "^12.0 || ^13.0",
  299. "phpstan/phpstan": "^1.12 || ^2.0",
  300. "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
  301. "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
  302. "phpunit/phpunit": "^8.5 || ^12.2"
  303. },
  304. "type": "library",
  305. "autoload": {
  306. "psr-4": {
  307. "Doctrine\\Inflector\\": "src"
  308. }
  309. },
  310. "notification-url": "https://packagist.org/downloads/",
  311. "license": [
  312. "MIT"
  313. ],
  314. "authors": [
  315. {
  316. "name": "Guilherme Blanco",
  317. "email": "guilhermeblanco@gmail.com"
  318. },
  319. {
  320. "name": "Roman Borschel",
  321. "email": "roman@code-factory.org"
  322. },
  323. {
  324. "name": "Benjamin Eberlei",
  325. "email": "kontakt@beberlei.de"
  326. },
  327. {
  328. "name": "Jonathan Wage",
  329. "email": "jonwage@gmail.com"
  330. },
  331. {
  332. "name": "Johannes Schmitt",
  333. "email": "schmittjoh@gmail.com"
  334. }
  335. ],
  336. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  337. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  338. "keywords": [
  339. "inflection",
  340. "inflector",
  341. "lowercase",
  342. "manipulation",
  343. "php",
  344. "plural",
  345. "singular",
  346. "strings",
  347. "uppercase",
  348. "words"
  349. ],
  350. "support": {
  351. "issues": "https://github.com/doctrine/inflector/issues",
  352. "source": "https://github.com/doctrine/inflector/tree/2.1.0"
  353. },
  354. "funding": [
  355. {
  356. "url": "https://www.doctrine-project.org/sponsorship.html",
  357. "type": "custom"
  358. },
  359. {
  360. "url": "https://www.patreon.com/phpdoctrine",
  361. "type": "patreon"
  362. },
  363. {
  364. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  365. "type": "tidelift"
  366. }
  367. ],
  368. "time": "2025-08-10T19:31:58+00:00"
  369. },
  370. {
  371. "name": "illuminate/bus",
  372. "version": "v10.49.0",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/illuminate/bus.git",
  376. "reference": "053f902d546d719c3f2752f7d3805a466e317312"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/illuminate/bus/zipball/053f902d546d719c3f2752f7d3805a466e317312",
  381. "reference": "053f902d546d719c3f2752f7d3805a466e317312",
  382. "shasum": ""
  383. },
  384. "require": {
  385. "illuminate/collections": "^10.0",
  386. "illuminate/contracts": "^10.0",
  387. "illuminate/pipeline": "^10.0",
  388. "illuminate/support": "^10.0",
  389. "php": "^8.1"
  390. },
  391. "suggest": {
  392. "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
  393. },
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "10.x-dev"
  398. }
  399. },
  400. "autoload": {
  401. "psr-4": {
  402. "Illuminate\\Bus\\": ""
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Taylor Otwell",
  412. "email": "taylor@laravel.com"
  413. }
  414. ],
  415. "description": "The Illuminate Bus package.",
  416. "homepage": "https://laravel.com",
  417. "support": {
  418. "issues": "https://github.com/laravel/framework/issues",
  419. "source": "https://github.com/laravel/framework"
  420. },
  421. "time": "2025-03-24T11:47:24+00:00"
  422. },
  423. {
  424. "name": "illuminate/collections",
  425. "version": "v10.49.0",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/illuminate/collections.git",
  429. "reference": "6ae9c74fa92d4e1824d1b346cd435e8eacdc3232"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/illuminate/collections/zipball/6ae9c74fa92d4e1824d1b346cd435e8eacdc3232",
  434. "reference": "6ae9c74fa92d4e1824d1b346cd435e8eacdc3232",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "illuminate/conditionable": "^10.0",
  439. "illuminate/contracts": "^10.0",
  440. "illuminate/macroable": "^10.0",
  441. "php": "^8.1"
  442. },
  443. "suggest": {
  444. "symfony/var-dumper": "Required to use the dump method (^6.2)."
  445. },
  446. "type": "library",
  447. "extra": {
  448. "branch-alias": {
  449. "dev-master": "10.x-dev"
  450. }
  451. },
  452. "autoload": {
  453. "files": [
  454. "helpers.php"
  455. ],
  456. "psr-4": {
  457. "Illuminate\\Support\\": ""
  458. }
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Taylor Otwell",
  467. "email": "taylor@laravel.com"
  468. }
  469. ],
  470. "description": "The Illuminate Collections package.",
  471. "homepage": "https://laravel.com",
  472. "support": {
  473. "issues": "https://github.com/laravel/framework/issues",
  474. "source": "https://github.com/laravel/framework"
  475. },
  476. "time": "2025-09-08T19:05:53+00:00"
  477. },
  478. {
  479. "name": "illuminate/conditionable",
  480. "version": "v10.49.0",
  481. "source": {
  482. "type": "git",
  483. "url": "https://github.com/illuminate/conditionable.git",
  484. "reference": "47c700320b7a419f0d188d111f3bbed978fcbd3f"
  485. },
  486. "dist": {
  487. "type": "zip",
  488. "url": "https://api.github.com/repos/illuminate/conditionable/zipball/47c700320b7a419f0d188d111f3bbed978fcbd3f",
  489. "reference": "47c700320b7a419f0d188d111f3bbed978fcbd3f",
  490. "shasum": ""
  491. },
  492. "require": {
  493. "php": "^8.0.2"
  494. },
  495. "type": "library",
  496. "extra": {
  497. "branch-alias": {
  498. "dev-master": "10.x-dev"
  499. }
  500. },
  501. "autoload": {
  502. "psr-4": {
  503. "Illuminate\\Support\\": ""
  504. }
  505. },
  506. "notification-url": "https://packagist.org/downloads/",
  507. "license": [
  508. "MIT"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Taylor Otwell",
  513. "email": "taylor@laravel.com"
  514. }
  515. ],
  516. "description": "The Illuminate Conditionable package.",
  517. "homepage": "https://laravel.com",
  518. "support": {
  519. "issues": "https://github.com/laravel/framework/issues",
  520. "source": "https://github.com/laravel/framework"
  521. },
  522. "time": "2025-03-24T11:47:24+00:00"
  523. },
  524. {
  525. "name": "illuminate/container",
  526. "version": "v10.49.0",
  527. "source": {
  528. "type": "git",
  529. "url": "https://github.com/illuminate/container.git",
  530. "reference": "b4956de5de18524c21ef36221a8ffd7fa3b534db"
  531. },
  532. "dist": {
  533. "type": "zip",
  534. "url": "https://api.github.com/repos/illuminate/container/zipball/b4956de5de18524c21ef36221a8ffd7fa3b534db",
  535. "reference": "b4956de5de18524c21ef36221a8ffd7fa3b534db",
  536. "shasum": ""
  537. },
  538. "require": {
  539. "illuminate/contracts": "^10.0",
  540. "php": "^8.1",
  541. "psr/container": "^1.1.1|^2.0.1"
  542. },
  543. "provide": {
  544. "psr/container-implementation": "1.1|2.0"
  545. },
  546. "type": "library",
  547. "extra": {
  548. "branch-alias": {
  549. "dev-master": "10.x-dev"
  550. }
  551. },
  552. "autoload": {
  553. "psr-4": {
  554. "Illuminate\\Container\\": ""
  555. }
  556. },
  557. "notification-url": "https://packagist.org/downloads/",
  558. "license": [
  559. "MIT"
  560. ],
  561. "authors": [
  562. {
  563. "name": "Taylor Otwell",
  564. "email": "taylor@laravel.com"
  565. }
  566. ],
  567. "description": "The Illuminate Container package.",
  568. "homepage": "https://laravel.com",
  569. "support": {
  570. "issues": "https://github.com/laravel/framework/issues",
  571. "source": "https://github.com/laravel/framework"
  572. },
  573. "time": "2025-03-24T11:47:24+00:00"
  574. },
  575. {
  576. "name": "illuminate/contracts",
  577. "version": "v10.49.0",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/illuminate/contracts.git",
  581. "reference": "2393ef579e020d88e24283913c815c3e2c143323"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/illuminate/contracts/zipball/2393ef579e020d88e24283913c815c3e2c143323",
  586. "reference": "2393ef579e020d88e24283913c815c3e2c143323",
  587. "shasum": ""
  588. },
  589. "require": {
  590. "php": "^8.1",
  591. "psr/container": "^1.1.1|^2.0.1",
  592. "psr/simple-cache": "^1.0|^2.0|^3.0"
  593. },
  594. "type": "library",
  595. "extra": {
  596. "branch-alias": {
  597. "dev-master": "10.x-dev"
  598. }
  599. },
  600. "autoload": {
  601. "psr-4": {
  602. "Illuminate\\Contracts\\": ""
  603. }
  604. },
  605. "notification-url": "https://packagist.org/downloads/",
  606. "license": [
  607. "MIT"
  608. ],
  609. "authors": [
  610. {
  611. "name": "Taylor Otwell",
  612. "email": "taylor@laravel.com"
  613. }
  614. ],
  615. "description": "The Illuminate Contracts package.",
  616. "homepage": "https://laravel.com",
  617. "support": {
  618. "issues": "https://github.com/laravel/framework/issues",
  619. "source": "https://github.com/laravel/framework"
  620. },
  621. "time": "2025-03-24T11:47:24+00:00"
  622. },
  623. {
  624. "name": "illuminate/database",
  625. "version": "v10.49.0",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/illuminate/database.git",
  629. "reference": "711519fa4eca9c55d4f3d6680ffca71b28317e7a"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/illuminate/database/zipball/711519fa4eca9c55d4f3d6680ffca71b28317e7a",
  634. "reference": "711519fa4eca9c55d4f3d6680ffca71b28317e7a",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
  639. "ext-pdo": "*",
  640. "illuminate/collections": "^10.0",
  641. "illuminate/container": "^10.0",
  642. "illuminate/contracts": "^10.0",
  643. "illuminate/macroable": "^10.0",
  644. "illuminate/support": "^10.0",
  645. "php": "^8.1"
  646. },
  647. "conflict": {
  648. "carbonphp/carbon-doctrine-types": ">=3.0",
  649. "doctrine/dbal": ">=4.0"
  650. },
  651. "suggest": {
  652. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
  653. "ext-filter": "Required to use the Postgres database driver.",
  654. "fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
  655. "illuminate/console": "Required to use the database commands (^10.0).",
  656. "illuminate/events": "Required to use the observers with Eloquent (^10.0).",
  657. "illuminate/filesystem": "Required to use the migrations (^10.0).",
  658. "illuminate/pagination": "Required to paginate the result set (^10.0).",
  659. "symfony/finder": "Required to use Eloquent model factories (^6.2)."
  660. },
  661. "type": "library",
  662. "extra": {
  663. "branch-alias": {
  664. "dev-master": "10.x-dev"
  665. }
  666. },
  667. "autoload": {
  668. "psr-4": {
  669. "Illuminate\\Database\\": ""
  670. }
  671. },
  672. "notification-url": "https://packagist.org/downloads/",
  673. "license": [
  674. "MIT"
  675. ],
  676. "authors": [
  677. {
  678. "name": "Taylor Otwell",
  679. "email": "taylor@laravel.com"
  680. }
  681. ],
  682. "description": "The Illuminate Database package.",
  683. "homepage": "https://laravel.com",
  684. "keywords": [
  685. "database",
  686. "laravel",
  687. "orm",
  688. "sql"
  689. ],
  690. "support": {
  691. "issues": "https://github.com/laravel/framework/issues",
  692. "source": "https://github.com/laravel/framework"
  693. },
  694. "time": "2025-03-24T11:47:24+00:00"
  695. },
  696. {
  697. "name": "illuminate/events",
  698. "version": "v10.49.0",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/illuminate/events.git",
  702. "reference": "4a8e4fbc95c7e46aa6152fd8c900d56e5ef538cf"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/illuminate/events/zipball/4a8e4fbc95c7e46aa6152fd8c900d56e5ef538cf",
  707. "reference": "4a8e4fbc95c7e46aa6152fd8c900d56e5ef538cf",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "illuminate/bus": "^10.0",
  712. "illuminate/collections": "^10.0",
  713. "illuminate/container": "^10.0",
  714. "illuminate/contracts": "^10.0",
  715. "illuminate/macroable": "^10.0",
  716. "illuminate/support": "^10.0",
  717. "php": "^8.1"
  718. },
  719. "type": "library",
  720. "extra": {
  721. "branch-alias": {
  722. "dev-master": "10.x-dev"
  723. }
  724. },
  725. "autoload": {
  726. "files": [
  727. "functions.php"
  728. ],
  729. "psr-4": {
  730. "Illuminate\\Events\\": ""
  731. }
  732. },
  733. "notification-url": "https://packagist.org/downloads/",
  734. "license": [
  735. "MIT"
  736. ],
  737. "authors": [
  738. {
  739. "name": "Taylor Otwell",
  740. "email": "taylor@laravel.com"
  741. }
  742. ],
  743. "description": "The Illuminate Events package.",
  744. "homepage": "https://laravel.com",
  745. "support": {
  746. "issues": "https://github.com/laravel/framework/issues",
  747. "source": "https://github.com/laravel/framework"
  748. },
  749. "time": "2025-03-24T11:47:24+00:00"
  750. },
  751. {
  752. "name": "illuminate/macroable",
  753. "version": "v10.49.0",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/illuminate/macroable.git",
  757. "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
  762. "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "php": "^8.1"
  767. },
  768. "type": "library",
  769. "extra": {
  770. "branch-alias": {
  771. "dev-master": "10.x-dev"
  772. }
  773. },
  774. "autoload": {
  775. "psr-4": {
  776. "Illuminate\\Support\\": ""
  777. }
  778. },
  779. "notification-url": "https://packagist.org/downloads/",
  780. "license": [
  781. "MIT"
  782. ],
  783. "authors": [
  784. {
  785. "name": "Taylor Otwell",
  786. "email": "taylor@laravel.com"
  787. }
  788. ],
  789. "description": "The Illuminate Macroable package.",
  790. "homepage": "https://laravel.com",
  791. "support": {
  792. "issues": "https://github.com/laravel/framework/issues",
  793. "source": "https://github.com/laravel/framework"
  794. },
  795. "time": "2023-06-05T12:46:42+00:00"
  796. },
  797. {
  798. "name": "illuminate/pipeline",
  799. "version": "v10.49.0",
  800. "source": {
  801. "type": "git",
  802. "url": "https://github.com/illuminate/pipeline.git",
  803. "reference": "c12e4f1d8a1fbecdc1e0fa4dc9fe17b4315832e9"
  804. },
  805. "dist": {
  806. "type": "zip",
  807. "url": "https://api.github.com/repos/illuminate/pipeline/zipball/c12e4f1d8a1fbecdc1e0fa4dc9fe17b4315832e9",
  808. "reference": "c12e4f1d8a1fbecdc1e0fa4dc9fe17b4315832e9",
  809. "shasum": ""
  810. },
  811. "require": {
  812. "illuminate/contracts": "^10.0",
  813. "illuminate/support": "^10.0",
  814. "php": "^8.1"
  815. },
  816. "type": "library",
  817. "extra": {
  818. "branch-alias": {
  819. "dev-master": "10.x-dev"
  820. }
  821. },
  822. "autoload": {
  823. "psr-4": {
  824. "Illuminate\\Pipeline\\": ""
  825. }
  826. },
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "MIT"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Taylor Otwell",
  834. "email": "taylor@laravel.com"
  835. }
  836. ],
  837. "description": "The Illuminate Pipeline package.",
  838. "homepage": "https://laravel.com",
  839. "support": {
  840. "issues": "https://github.com/laravel/framework/issues",
  841. "source": "https://github.com/laravel/framework"
  842. },
  843. "time": "2025-03-24T11:47:24+00:00"
  844. },
  845. {
  846. "name": "illuminate/support",
  847. "version": "v10.49.0",
  848. "source": {
  849. "type": "git",
  850. "url": "https://github.com/illuminate/support.git",
  851. "reference": "28b505e671dbe119e4e32a75c78f87189d046e39"
  852. },
  853. "dist": {
  854. "type": "zip",
  855. "url": "https://api.github.com/repos/illuminate/support/zipball/28b505e671dbe119e4e32a75c78f87189d046e39",
  856. "reference": "28b505e671dbe119e4e32a75c78f87189d046e39",
  857. "shasum": ""
  858. },
  859. "require": {
  860. "doctrine/inflector": "^2.0",
  861. "ext-ctype": "*",
  862. "ext-filter": "*",
  863. "ext-mbstring": "*",
  864. "illuminate/collections": "^10.0",
  865. "illuminate/conditionable": "^10.0",
  866. "illuminate/contracts": "^10.0",
  867. "illuminate/macroable": "^10.0",
  868. "nesbot/carbon": "^2.67",
  869. "php": "^8.1",
  870. "voku/portable-ascii": "^2.0"
  871. },
  872. "conflict": {
  873. "tightenco/collect": "<5.5.33"
  874. },
  875. "suggest": {
  876. "illuminate/filesystem": "Required to use the composer class (^10.0).",
  877. "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
  878. "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
  879. "symfony/process": "Required to use the composer class (^6.2).",
  880. "symfony/uid": "Required to use Str::ulid() (^6.2).",
  881. "symfony/var-dumper": "Required to use the dd function (^6.2).",
  882. "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
  883. },
  884. "type": "library",
  885. "extra": {
  886. "branch-alias": {
  887. "dev-master": "10.x-dev"
  888. }
  889. },
  890. "autoload": {
  891. "files": [
  892. "helpers.php"
  893. ],
  894. "psr-4": {
  895. "Illuminate\\Support\\": ""
  896. }
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Taylor Otwell",
  905. "email": "taylor@laravel.com"
  906. }
  907. ],
  908. "description": "The Illuminate Support package.",
  909. "homepage": "https://laravel.com",
  910. "support": {
  911. "issues": "https://github.com/laravel/framework/issues",
  912. "source": "https://github.com/laravel/framework"
  913. },
  914. "time": "2025-09-08T19:05:53+00:00"
  915. },
  916. {
  917. "name": "nesbot/carbon",
  918. "version": "2.73.0",
  919. "source": {
  920. "type": "git",
  921. "url": "https://github.com/CarbonPHP/carbon.git",
  922. "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075"
  923. },
  924. "dist": {
  925. "type": "zip",
  926. "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075",
  927. "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075",
  928. "shasum": ""
  929. },
  930. "require": {
  931. "carbonphp/carbon-doctrine-types": "*",
  932. "ext-json": "*",
  933. "php": "^7.1.8 || ^8.0",
  934. "psr/clock": "^1.0",
  935. "symfony/polyfill-mbstring": "^1.0",
  936. "symfony/polyfill-php80": "^1.16",
  937. "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  938. },
  939. "provide": {
  940. "psr/clock-implementation": "1.0"
  941. },
  942. "require-dev": {
  943. "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
  944. "doctrine/orm": "^2.7 || ^3.0",
  945. "friendsofphp/php-cs-fixer": "^3.0",
  946. "kylekatarnls/multi-tester": "^2.0",
  947. "ondrejmirtes/better-reflection": "<6",
  948. "phpmd/phpmd": "^2.9",
  949. "phpstan/extension-installer": "^1.0",
  950. "phpstan/phpstan": "^0.12.99 || ^1.7.14",
  951. "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
  952. "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
  953. "squizlabs/php_codesniffer": "^3.4"
  954. },
  955. "bin": [
  956. "bin/carbon"
  957. ],
  958. "type": "library",
  959. "extra": {
  960. "laravel": {
  961. "providers": [
  962. "Carbon\\Laravel\\ServiceProvider"
  963. ]
  964. },
  965. "phpstan": {
  966. "includes": [
  967. "extension.neon"
  968. ]
  969. },
  970. "branch-alias": {
  971. "dev-2.x": "2.x-dev",
  972. "dev-master": "3.x-dev"
  973. }
  974. },
  975. "autoload": {
  976. "psr-4": {
  977. "Carbon\\": "src/Carbon/"
  978. }
  979. },
  980. "notification-url": "https://packagist.org/downloads/",
  981. "license": [
  982. "MIT"
  983. ],
  984. "authors": [
  985. {
  986. "name": "Brian Nesbitt",
  987. "email": "brian@nesbot.com",
  988. "homepage": "https://markido.com"
  989. },
  990. {
  991. "name": "kylekatarnls",
  992. "homepage": "https://github.com/kylekatarnls"
  993. }
  994. ],
  995. "description": "An API extension for DateTime that supports 281 different languages.",
  996. "homepage": "https://carbon.nesbot.com",
  997. "keywords": [
  998. "date",
  999. "datetime",
  1000. "time"
  1001. ],
  1002. "support": {
  1003. "docs": "https://carbon.nesbot.com/docs",
  1004. "issues": "https://github.com/briannesbitt/Carbon/issues",
  1005. "source": "https://github.com/briannesbitt/Carbon"
  1006. },
  1007. "funding": [
  1008. {
  1009. "url": "https://github.com/sponsors/kylekatarnls",
  1010. "type": "github"
  1011. },
  1012. {
  1013. "url": "https://opencollective.com/Carbon#sponsor",
  1014. "type": "opencollective"
  1015. },
  1016. {
  1017. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  1018. "type": "tidelift"
  1019. }
  1020. ],
  1021. "time": "2025-01-08T20:10:23+00:00"
  1022. },
  1023. {
  1024. "name": "phpmailer/phpmailer",
  1025. "version": "v7.1.1",
  1026. "source": {
  1027. "type": "git",
  1028. "url": "https://github.com/PHPMailer/PHPMailer.git",
  1029. "reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15"
  1030. },
  1031. "dist": {
  1032. "type": "zip",
  1033. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1bc1716a507a65e039d4ac9d9adebbbd0d346e15",
  1034. "reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15",
  1035. "shasum": ""
  1036. },
  1037. "require": {
  1038. "ext-ctype": "*",
  1039. "ext-filter": "*",
  1040. "ext-hash": "*",
  1041. "php": ">=5.5.0"
  1042. },
  1043. "require-dev": {
  1044. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  1045. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  1046. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  1047. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  1048. "phpcompatibility/php-compatibility": "^10.0.0@dev",
  1049. "squizlabs/php_codesniffer": "^3.13.5",
  1050. "yoast/phpunit-polyfills": "^1.0.4"
  1051. },
  1052. "suggest": {
  1053. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  1054. "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example",
  1055. "ext-imap": "Needed to support advanced email address parsing according to RFC822",
  1056. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  1057. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  1058. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  1059. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  1060. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  1061. "psr/log": "For optional PSR-3 debug logging",
  1062. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  1063. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  1064. },
  1065. "type": "library",
  1066. "autoload": {
  1067. "psr-4": {
  1068. "PHPMailer\\PHPMailer\\": "src/"
  1069. }
  1070. },
  1071. "notification-url": "https://packagist.org/downloads/",
  1072. "license": [
  1073. "LGPL-2.1-only"
  1074. ],
  1075. "authors": [
  1076. {
  1077. "name": "Marcus Bointon",
  1078. "email": "phpmailer@synchromedia.co.uk"
  1079. },
  1080. {
  1081. "name": "Jim Jagielski",
  1082. "email": "jimjag@gmail.com"
  1083. },
  1084. {
  1085. "name": "Andy Prevost",
  1086. "email": "codeworxtech@users.sourceforge.net"
  1087. },
  1088. {
  1089. "name": "Brent R. Matzelle"
  1090. }
  1091. ],
  1092. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  1093. "support": {
  1094. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  1095. "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.1.1"
  1096. },
  1097. "funding": [
  1098. {
  1099. "url": "https://github.com/Synchro",
  1100. "type": "github"
  1101. }
  1102. ],
  1103. "time": "2026-05-18T08:06:14+00:00"
  1104. },
  1105. {
  1106. "name": "psr/clock",
  1107. "version": "1.0.0",
  1108. "source": {
  1109. "type": "git",
  1110. "url": "https://github.com/php-fig/clock.git",
  1111. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  1112. },
  1113. "dist": {
  1114. "type": "zip",
  1115. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1116. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1117. "shasum": ""
  1118. },
  1119. "require": {
  1120. "php": "^7.0 || ^8.0"
  1121. },
  1122. "type": "library",
  1123. "autoload": {
  1124. "psr-4": {
  1125. "Psr\\Clock\\": "src/"
  1126. }
  1127. },
  1128. "notification-url": "https://packagist.org/downloads/",
  1129. "license": [
  1130. "MIT"
  1131. ],
  1132. "authors": [
  1133. {
  1134. "name": "PHP-FIG",
  1135. "homepage": "https://www.php-fig.org/"
  1136. }
  1137. ],
  1138. "description": "Common interface for reading the clock.",
  1139. "homepage": "https://github.com/php-fig/clock",
  1140. "keywords": [
  1141. "clock",
  1142. "now",
  1143. "psr",
  1144. "psr-20",
  1145. "time"
  1146. ],
  1147. "support": {
  1148. "issues": "https://github.com/php-fig/clock/issues",
  1149. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  1150. },
  1151. "time": "2022-11-25T14:36:26+00:00"
  1152. },
  1153. {
  1154. "name": "psr/container",
  1155. "version": "2.0.2",
  1156. "source": {
  1157. "type": "git",
  1158. "url": "https://github.com/php-fig/container.git",
  1159. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  1160. },
  1161. "dist": {
  1162. "type": "zip",
  1163. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1164. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1165. "shasum": ""
  1166. },
  1167. "require": {
  1168. "php": ">=7.4.0"
  1169. },
  1170. "type": "library",
  1171. "extra": {
  1172. "branch-alias": {
  1173. "dev-master": "2.0.x-dev"
  1174. }
  1175. },
  1176. "autoload": {
  1177. "psr-4": {
  1178. "Psr\\Container\\": "src/"
  1179. }
  1180. },
  1181. "notification-url": "https://packagist.org/downloads/",
  1182. "license": [
  1183. "MIT"
  1184. ],
  1185. "authors": [
  1186. {
  1187. "name": "PHP-FIG",
  1188. "homepage": "https://www.php-fig.org/"
  1189. }
  1190. ],
  1191. "description": "Common Container Interface (PHP FIG PSR-11)",
  1192. "homepage": "https://github.com/php-fig/container",
  1193. "keywords": [
  1194. "PSR-11",
  1195. "container",
  1196. "container-interface",
  1197. "container-interop",
  1198. "psr"
  1199. ],
  1200. "support": {
  1201. "issues": "https://github.com/php-fig/container/issues",
  1202. "source": "https://github.com/php-fig/container/tree/2.0.2"
  1203. },
  1204. "time": "2021-11-05T16:47:00+00:00"
  1205. },
  1206. {
  1207. "name": "psr/simple-cache",
  1208. "version": "3.0.0",
  1209. "source": {
  1210. "type": "git",
  1211. "url": "https://github.com/php-fig/simple-cache.git",
  1212. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  1213. },
  1214. "dist": {
  1215. "type": "zip",
  1216. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  1217. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  1218. "shasum": ""
  1219. },
  1220. "require": {
  1221. "php": ">=8.0.0"
  1222. },
  1223. "type": "library",
  1224. "extra": {
  1225. "branch-alias": {
  1226. "dev-master": "3.0.x-dev"
  1227. }
  1228. },
  1229. "autoload": {
  1230. "psr-4": {
  1231. "Psr\\SimpleCache\\": "src/"
  1232. }
  1233. },
  1234. "notification-url": "https://packagist.org/downloads/",
  1235. "license": [
  1236. "MIT"
  1237. ],
  1238. "authors": [
  1239. {
  1240. "name": "PHP-FIG",
  1241. "homepage": "https://www.php-fig.org/"
  1242. }
  1243. ],
  1244. "description": "Common interfaces for simple caching",
  1245. "keywords": [
  1246. "cache",
  1247. "caching",
  1248. "psr",
  1249. "psr-16",
  1250. "simple-cache"
  1251. ],
  1252. "support": {
  1253. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  1254. },
  1255. "time": "2021-10-29T13:26:27+00:00"
  1256. },
  1257. {
  1258. "name": "symfony/deprecation-contracts",
  1259. "version": "v3.7.0",
  1260. "source": {
  1261. "type": "git",
  1262. "url": "https://github.com/symfony/deprecation-contracts.git",
  1263. "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b"
  1264. },
  1265. "dist": {
  1266. "type": "zip",
  1267. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b",
  1268. "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b",
  1269. "shasum": ""
  1270. },
  1271. "require": {
  1272. "php": ">=8.1"
  1273. },
  1274. "type": "library",
  1275. "extra": {
  1276. "thanks": {
  1277. "url": "https://github.com/symfony/contracts",
  1278. "name": "symfony/contracts"
  1279. },
  1280. "branch-alias": {
  1281. "dev-main": "3.7-dev"
  1282. }
  1283. },
  1284. "autoload": {
  1285. "files": [
  1286. "function.php"
  1287. ]
  1288. },
  1289. "notification-url": "https://packagist.org/downloads/",
  1290. "license": [
  1291. "MIT"
  1292. ],
  1293. "authors": [
  1294. {
  1295. "name": "Nicolas Grekas",
  1296. "email": "p@tchwork.com"
  1297. },
  1298. {
  1299. "name": "Symfony Community",
  1300. "homepage": "https://symfony.com/contributors"
  1301. }
  1302. ],
  1303. "description": "A generic function and convention to trigger deprecation notices",
  1304. "homepage": "https://symfony.com",
  1305. "support": {
  1306. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0"
  1307. },
  1308. "funding": [
  1309. {
  1310. "url": "https://symfony.com/sponsor",
  1311. "type": "custom"
  1312. },
  1313. {
  1314. "url": "https://github.com/fabpot",
  1315. "type": "github"
  1316. },
  1317. {
  1318. "url": "https://github.com/nicolas-grekas",
  1319. "type": "github"
  1320. },
  1321. {
  1322. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1323. "type": "tidelift"
  1324. }
  1325. ],
  1326. "time": "2026-04-13T15:52:40+00:00"
  1327. },
  1328. {
  1329. "name": "symfony/http-foundation",
  1330. "version": "v6.4.35",
  1331. "source": {
  1332. "type": "git",
  1333. "url": "https://github.com/symfony/http-foundation.git",
  1334. "reference": "cffffd0a2c037117b742b4f8b379a22a2a33f6d2"
  1335. },
  1336. "dist": {
  1337. "type": "zip",
  1338. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cffffd0a2c037117b742b4f8b379a22a2a33f6d2",
  1339. "reference": "cffffd0a2c037117b742b4f8b379a22a2a33f6d2",
  1340. "shasum": ""
  1341. },
  1342. "require": {
  1343. "php": ">=8.1",
  1344. "symfony/deprecation-contracts": "^2.5|^3",
  1345. "symfony/polyfill-mbstring": "~1.1",
  1346. "symfony/polyfill-php83": "^1.27"
  1347. },
  1348. "conflict": {
  1349. "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
  1350. },
  1351. "require-dev": {
  1352. "doctrine/dbal": "^2.13.1|^3|^4",
  1353. "predis/predis": "^1.1|^2.0",
  1354. "symfony/cache": "^6.4.12|^7.1.5",
  1355. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  1356. "symfony/expression-language": "^5.4|^6.0|^7.0",
  1357. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
  1358. "symfony/mime": "^5.4|^6.0|^7.0",
  1359. "symfony/rate-limiter": "^5.4|^6.0|^7.0"
  1360. },
  1361. "type": "library",
  1362. "autoload": {
  1363. "psr-4": {
  1364. "Symfony\\Component\\HttpFoundation\\": ""
  1365. },
  1366. "exclude-from-classmap": [
  1367. "/Tests/"
  1368. ]
  1369. },
  1370. "notification-url": "https://packagist.org/downloads/",
  1371. "license": [
  1372. "MIT"
  1373. ],
  1374. "authors": [
  1375. {
  1376. "name": "Fabien Potencier",
  1377. "email": "fabien@symfony.com"
  1378. },
  1379. {
  1380. "name": "Symfony Community",
  1381. "homepage": "https://symfony.com/contributors"
  1382. }
  1383. ],
  1384. "description": "Defines an object-oriented layer for the HTTP specification",
  1385. "homepage": "https://symfony.com",
  1386. "support": {
  1387. "source": "https://github.com/symfony/http-foundation/tree/v6.4.35"
  1388. },
  1389. "funding": [
  1390. {
  1391. "url": "https://symfony.com/sponsor",
  1392. "type": "custom"
  1393. },
  1394. {
  1395. "url": "https://github.com/fabpot",
  1396. "type": "github"
  1397. },
  1398. {
  1399. "url": "https://github.com/nicolas-grekas",
  1400. "type": "github"
  1401. },
  1402. {
  1403. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1404. "type": "tidelift"
  1405. }
  1406. ],
  1407. "time": "2026-03-06T11:15:58+00:00"
  1408. },
  1409. {
  1410. "name": "symfony/polyfill-mbstring",
  1411. "version": "v1.37.0",
  1412. "source": {
  1413. "type": "git",
  1414. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1415. "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
  1416. },
  1417. "dist": {
  1418. "type": "zip",
  1419. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
  1420. "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
  1421. "shasum": ""
  1422. },
  1423. "require": {
  1424. "ext-iconv": "*",
  1425. "php": ">=7.2"
  1426. },
  1427. "provide": {
  1428. "ext-mbstring": "*"
  1429. },
  1430. "suggest": {
  1431. "ext-mbstring": "For best performance"
  1432. },
  1433. "type": "library",
  1434. "extra": {
  1435. "thanks": {
  1436. "url": "https://github.com/symfony/polyfill",
  1437. "name": "symfony/polyfill"
  1438. }
  1439. },
  1440. "autoload": {
  1441. "files": [
  1442. "bootstrap.php"
  1443. ],
  1444. "psr-4": {
  1445. "Symfony\\Polyfill\\Mbstring\\": ""
  1446. }
  1447. },
  1448. "notification-url": "https://packagist.org/downloads/",
  1449. "license": [
  1450. "MIT"
  1451. ],
  1452. "authors": [
  1453. {
  1454. "name": "Nicolas Grekas",
  1455. "email": "p@tchwork.com"
  1456. },
  1457. {
  1458. "name": "Symfony Community",
  1459. "homepage": "https://symfony.com/contributors"
  1460. }
  1461. ],
  1462. "description": "Symfony polyfill for the Mbstring extension",
  1463. "homepage": "https://symfony.com",
  1464. "keywords": [
  1465. "compatibility",
  1466. "mbstring",
  1467. "polyfill",
  1468. "portable",
  1469. "shim"
  1470. ],
  1471. "support": {
  1472. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0"
  1473. },
  1474. "funding": [
  1475. {
  1476. "url": "https://symfony.com/sponsor",
  1477. "type": "custom"
  1478. },
  1479. {
  1480. "url": "https://github.com/fabpot",
  1481. "type": "github"
  1482. },
  1483. {
  1484. "url": "https://github.com/nicolas-grekas",
  1485. "type": "github"
  1486. },
  1487. {
  1488. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1489. "type": "tidelift"
  1490. }
  1491. ],
  1492. "time": "2026-04-10T17:25:58+00:00"
  1493. },
  1494. {
  1495. "name": "symfony/polyfill-php80",
  1496. "version": "v1.37.0",
  1497. "source": {
  1498. "type": "git",
  1499. "url": "https://github.com/symfony/polyfill-php80.git",
  1500. "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
  1501. },
  1502. "dist": {
  1503. "type": "zip",
  1504. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
  1505. "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
  1506. "shasum": ""
  1507. },
  1508. "require": {
  1509. "php": ">=7.2"
  1510. },
  1511. "type": "library",
  1512. "extra": {
  1513. "thanks": {
  1514. "url": "https://github.com/symfony/polyfill",
  1515. "name": "symfony/polyfill"
  1516. }
  1517. },
  1518. "autoload": {
  1519. "files": [
  1520. "bootstrap.php"
  1521. ],
  1522. "psr-4": {
  1523. "Symfony\\Polyfill\\Php80\\": ""
  1524. },
  1525. "classmap": [
  1526. "Resources/stubs"
  1527. ]
  1528. },
  1529. "notification-url": "https://packagist.org/downloads/",
  1530. "license": [
  1531. "MIT"
  1532. ],
  1533. "authors": [
  1534. {
  1535. "name": "Ion Bazan",
  1536. "email": "ion.bazan@gmail.com"
  1537. },
  1538. {
  1539. "name": "Nicolas Grekas",
  1540. "email": "p@tchwork.com"
  1541. },
  1542. {
  1543. "name": "Symfony Community",
  1544. "homepage": "https://symfony.com/contributors"
  1545. }
  1546. ],
  1547. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1548. "homepage": "https://symfony.com",
  1549. "keywords": [
  1550. "compatibility",
  1551. "polyfill",
  1552. "portable",
  1553. "shim"
  1554. ],
  1555. "support": {
  1556. "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0"
  1557. },
  1558. "funding": [
  1559. {
  1560. "url": "https://symfony.com/sponsor",
  1561. "type": "custom"
  1562. },
  1563. {
  1564. "url": "https://github.com/fabpot",
  1565. "type": "github"
  1566. },
  1567. {
  1568. "url": "https://github.com/nicolas-grekas",
  1569. "type": "github"
  1570. },
  1571. {
  1572. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1573. "type": "tidelift"
  1574. }
  1575. ],
  1576. "time": "2026-04-10T16:19:22+00:00"
  1577. },
  1578. {
  1579. "name": "symfony/polyfill-php83",
  1580. "version": "v1.37.0",
  1581. "source": {
  1582. "type": "git",
  1583. "url": "https://github.com/symfony/polyfill-php83.git",
  1584. "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149"
  1585. },
  1586. "dist": {
  1587. "type": "zip",
  1588. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/3600c2cb22399e25bb226e4a135ce91eeb2a6149",
  1589. "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149",
  1590. "shasum": ""
  1591. },
  1592. "require": {
  1593. "php": ">=7.2"
  1594. },
  1595. "type": "library",
  1596. "extra": {
  1597. "thanks": {
  1598. "url": "https://github.com/symfony/polyfill",
  1599. "name": "symfony/polyfill"
  1600. }
  1601. },
  1602. "autoload": {
  1603. "files": [
  1604. "bootstrap.php"
  1605. ],
  1606. "psr-4": {
  1607. "Symfony\\Polyfill\\Php83\\": ""
  1608. },
  1609. "classmap": [
  1610. "Resources/stubs"
  1611. ]
  1612. },
  1613. "notification-url": "https://packagist.org/downloads/",
  1614. "license": [
  1615. "MIT"
  1616. ],
  1617. "authors": [
  1618. {
  1619. "name": "Nicolas Grekas",
  1620. "email": "p@tchwork.com"
  1621. },
  1622. {
  1623. "name": "Symfony Community",
  1624. "homepage": "https://symfony.com/contributors"
  1625. }
  1626. ],
  1627. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  1628. "homepage": "https://symfony.com",
  1629. "keywords": [
  1630. "compatibility",
  1631. "polyfill",
  1632. "portable",
  1633. "shim"
  1634. ],
  1635. "support": {
  1636. "source": "https://github.com/symfony/polyfill-php83/tree/v1.37.0"
  1637. },
  1638. "funding": [
  1639. {
  1640. "url": "https://symfony.com/sponsor",
  1641. "type": "custom"
  1642. },
  1643. {
  1644. "url": "https://github.com/fabpot",
  1645. "type": "github"
  1646. },
  1647. {
  1648. "url": "https://github.com/nicolas-grekas",
  1649. "type": "github"
  1650. },
  1651. {
  1652. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1653. "type": "tidelift"
  1654. }
  1655. ],
  1656. "time": "2026-04-10T17:25:58+00:00"
  1657. },
  1658. {
  1659. "name": "symfony/translation",
  1660. "version": "v6.4.38",
  1661. "source": {
  1662. "type": "git",
  1663. "url": "https://github.com/symfony/translation.git",
  1664. "reference": "afaa31b0c12d9a659eed1ea97f268a614cc1299c"
  1665. },
  1666. "dist": {
  1667. "type": "zip",
  1668. "url": "https://api.github.com/repos/symfony/translation/zipball/afaa31b0c12d9a659eed1ea97f268a614cc1299c",
  1669. "reference": "afaa31b0c12d9a659eed1ea97f268a614cc1299c",
  1670. "shasum": ""
  1671. },
  1672. "require": {
  1673. "php": ">=8.1",
  1674. "symfony/deprecation-contracts": "^2.5|^3",
  1675. "symfony/polyfill-mbstring": "~1.0",
  1676. "symfony/translation-contracts": "^2.5|^3.0"
  1677. },
  1678. "conflict": {
  1679. "symfony/config": "<5.4",
  1680. "symfony/console": "<5.4",
  1681. "symfony/dependency-injection": "<5.4",
  1682. "symfony/http-client-contracts": "<2.5",
  1683. "symfony/http-kernel": "<5.4",
  1684. "symfony/service-contracts": "<2.5",
  1685. "symfony/twig-bundle": "<5.4",
  1686. "symfony/yaml": "<5.4"
  1687. },
  1688. "provide": {
  1689. "symfony/translation-implementation": "2.3|3.0"
  1690. },
  1691. "require-dev": {
  1692. "nikic/php-parser": "^4.18|^5.0",
  1693. "psr/log": "^1|^2|^3",
  1694. "symfony/config": "^5.4|^6.0|^7.0",
  1695. "symfony/console": "^5.4|^6.0|^7.0",
  1696. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  1697. "symfony/finder": "^5.4|^6.0|^7.0",
  1698. "symfony/http-client-contracts": "^2.5|^3.0",
  1699. "symfony/http-kernel": "^5.4|^6.0|^7.0",
  1700. "symfony/intl": "^5.4|^6.0|^7.0",
  1701. "symfony/polyfill-intl-icu": "^1.21",
  1702. "symfony/routing": "^5.4|^6.0|^7.0",
  1703. "symfony/service-contracts": "^2.5|^3",
  1704. "symfony/yaml": "^5.4|^6.0|^7.0"
  1705. },
  1706. "type": "library",
  1707. "autoload": {
  1708. "files": [
  1709. "Resources/functions.php"
  1710. ],
  1711. "psr-4": {
  1712. "Symfony\\Component\\Translation\\": ""
  1713. },
  1714. "exclude-from-classmap": [
  1715. "/Tests/"
  1716. ]
  1717. },
  1718. "notification-url": "https://packagist.org/downloads/",
  1719. "license": [
  1720. "MIT"
  1721. ],
  1722. "authors": [
  1723. {
  1724. "name": "Fabien Potencier",
  1725. "email": "fabien@symfony.com"
  1726. },
  1727. {
  1728. "name": "Symfony Community",
  1729. "homepage": "https://symfony.com/contributors"
  1730. }
  1731. ],
  1732. "description": "Provides tools to internationalize your application",
  1733. "homepage": "https://symfony.com",
  1734. "support": {
  1735. "source": "https://github.com/symfony/translation/tree/v6.4.38"
  1736. },
  1737. "funding": [
  1738. {
  1739. "url": "https://symfony.com/sponsor",
  1740. "type": "custom"
  1741. },
  1742. {
  1743. "url": "https://github.com/fabpot",
  1744. "type": "github"
  1745. },
  1746. {
  1747. "url": "https://github.com/nicolas-grekas",
  1748. "type": "github"
  1749. },
  1750. {
  1751. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1752. "type": "tidelift"
  1753. }
  1754. ],
  1755. "time": "2026-05-06T08:55:54+00:00"
  1756. },
  1757. {
  1758. "name": "symfony/translation-contracts",
  1759. "version": "v3.7.0",
  1760. "source": {
  1761. "type": "git",
  1762. "url": "https://github.com/symfony/translation-contracts.git",
  1763. "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d"
  1764. },
  1765. "dist": {
  1766. "type": "zip",
  1767. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/0ab302977a952b42fd51475c4ebac81f8da0a95d",
  1768. "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d",
  1769. "shasum": ""
  1770. },
  1771. "require": {
  1772. "php": ">=8.1"
  1773. },
  1774. "type": "library",
  1775. "extra": {
  1776. "thanks": {
  1777. "url": "https://github.com/symfony/contracts",
  1778. "name": "symfony/contracts"
  1779. },
  1780. "branch-alias": {
  1781. "dev-main": "3.7-dev"
  1782. }
  1783. },
  1784. "autoload": {
  1785. "psr-4": {
  1786. "Symfony\\Contracts\\Translation\\": ""
  1787. },
  1788. "exclude-from-classmap": [
  1789. "/Test/"
  1790. ]
  1791. },
  1792. "notification-url": "https://packagist.org/downloads/",
  1793. "license": [
  1794. "MIT"
  1795. ],
  1796. "authors": [
  1797. {
  1798. "name": "Nicolas Grekas",
  1799. "email": "p@tchwork.com"
  1800. },
  1801. {
  1802. "name": "Symfony Community",
  1803. "homepage": "https://symfony.com/contributors"
  1804. }
  1805. ],
  1806. "description": "Generic abstractions related to translation",
  1807. "homepage": "https://symfony.com",
  1808. "keywords": [
  1809. "abstractions",
  1810. "contracts",
  1811. "decoupling",
  1812. "interfaces",
  1813. "interoperability",
  1814. "standards"
  1815. ],
  1816. "support": {
  1817. "source": "https://github.com/symfony/translation-contracts/tree/v3.7.0"
  1818. },
  1819. "funding": [
  1820. {
  1821. "url": "https://symfony.com/sponsor",
  1822. "type": "custom"
  1823. },
  1824. {
  1825. "url": "https://github.com/fabpot",
  1826. "type": "github"
  1827. },
  1828. {
  1829. "url": "https://github.com/nicolas-grekas",
  1830. "type": "github"
  1831. },
  1832. {
  1833. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1834. "type": "tidelift"
  1835. }
  1836. ],
  1837. "time": "2026-01-05T13:30:16+00:00"
  1838. },
  1839. {
  1840. "name": "voku/portable-ascii",
  1841. "version": "2.1.1",
  1842. "source": {
  1843. "type": "git",
  1844. "url": "https://github.com/voku/portable-ascii.git",
  1845. "reference": "8e1051fe39379367aecf014f41744ce7539a856f"
  1846. },
  1847. "dist": {
  1848. "type": "zip",
  1849. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/8e1051fe39379367aecf014f41744ce7539a856f",
  1850. "reference": "8e1051fe39379367aecf014f41744ce7539a856f",
  1851. "shasum": ""
  1852. },
  1853. "require": {
  1854. "php": ">=7.1.0"
  1855. },
  1856. "require-dev": {
  1857. "phpunit/phpunit": "~8.5 || ~9.6 || ~10.5 || ~11.5"
  1858. },
  1859. "suggest": {
  1860. "ext-intl": "Use Intl for transliterator_transliterate() support"
  1861. },
  1862. "type": "library",
  1863. "autoload": {
  1864. "psr-4": {
  1865. "voku\\": "src/voku/"
  1866. }
  1867. },
  1868. "notification-url": "https://packagist.org/downloads/",
  1869. "license": [
  1870. "MIT"
  1871. ],
  1872. "authors": [
  1873. {
  1874. "name": "Lars Moelleken",
  1875. "homepage": "https://www.moelleken.org/"
  1876. }
  1877. ],
  1878. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  1879. "homepage": "https://github.com/voku/portable-ascii",
  1880. "keywords": [
  1881. "ascii",
  1882. "clean",
  1883. "php"
  1884. ],
  1885. "support": {
  1886. "issues": "https://github.com/voku/portable-ascii/issues",
  1887. "source": "https://github.com/voku/portable-ascii/tree/2.1.1"
  1888. },
  1889. "funding": [
  1890. {
  1891. "url": "https://www.paypal.me/moelleken",
  1892. "type": "custom"
  1893. },
  1894. {
  1895. "url": "https://github.com/voku",
  1896. "type": "github"
  1897. },
  1898. {
  1899. "url": "https://opencollective.com/portable-ascii",
  1900. "type": "open_collective"
  1901. },
  1902. {
  1903. "url": "https://www.patreon.com/voku",
  1904. "type": "patreon"
  1905. },
  1906. {
  1907. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  1908. "type": "tidelift"
  1909. }
  1910. ],
  1911. "time": "2026-04-26T05:33:54+00:00"
  1912. }
  1913. ],
  1914. "packages-dev": [],
  1915. "aliases": [],
  1916. "minimum-stability": "stable",
  1917. "stability-flags": {},
  1918. "prefer-stable": false,
  1919. "prefer-lowest": false,
  1920. "platform": {
  1921. "php": ">=8.2"
  1922. },
  1923. "platform-dev": {},
  1924. "plugin-api-version": "2.9.0"
  1925. }

Powered by TurnKey Linux.