Se colocaran ejercios para practicar de codigobit
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

6736 wiersze
239 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "bf7c3f5f8a469e9a672f93c24a48628b",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.11.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
  20. "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.0"
  25. },
  26. "require-dev": {
  27. "php-coveralls/php-coveralls": "^2.2",
  28. "phpunit/phpunit": "^9.0",
  29. "vimeo/psalm": "5.0.0"
  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. "brick",
  50. "math"
  51. ],
  52. "support": {
  53. "issues": "https://github.com/brick/math/issues",
  54. "source": "https://github.com/brick/math/tree/0.11.0"
  55. },
  56. "funding": [
  57. {
  58. "url": "https://github.com/BenMorel",
  59. "type": "github"
  60. }
  61. ],
  62. "time": "2023-01-15T23:15:59+00:00"
  63. },
  64. {
  65. "name": "doctrine/inflector",
  66. "version": "2.0.6",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/doctrine/inflector.git",
  70. "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
  75. "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": "^7.2 || ^8.0"
  80. },
  81. "require-dev": {
  82. "doctrine/coding-standard": "^10",
  83. "phpstan/phpstan": "^1.8",
  84. "phpstan/phpstan-phpunit": "^1.1",
  85. "phpstan/phpstan-strict-rules": "^1.3",
  86. "phpunit/phpunit": "^8.5 || ^9.5",
  87. "vimeo/psalm": "^4.25"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "psr-4": {
  92. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "authors": [
  100. {
  101. "name": "Guilherme Blanco",
  102. "email": "guilhermeblanco@gmail.com"
  103. },
  104. {
  105. "name": "Roman Borschel",
  106. "email": "roman@code-factory.org"
  107. },
  108. {
  109. "name": "Benjamin Eberlei",
  110. "email": "kontakt@beberlei.de"
  111. },
  112. {
  113. "name": "Jonathan Wage",
  114. "email": "jonwage@gmail.com"
  115. },
  116. {
  117. "name": "Johannes Schmitt",
  118. "email": "schmittjoh@gmail.com"
  119. }
  120. ],
  121. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  122. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  123. "keywords": [
  124. "inflection",
  125. "inflector",
  126. "lowercase",
  127. "manipulation",
  128. "php",
  129. "plural",
  130. "singular",
  131. "strings",
  132. "uppercase",
  133. "words"
  134. ],
  135. "support": {
  136. "issues": "https://github.com/doctrine/inflector/issues",
  137. "source": "https://github.com/doctrine/inflector/tree/2.0.6"
  138. },
  139. "funding": [
  140. {
  141. "url": "https://www.doctrine-project.org/sponsorship.html",
  142. "type": "custom"
  143. },
  144. {
  145. "url": "https://www.patreon.com/phpdoctrine",
  146. "type": "patreon"
  147. },
  148. {
  149. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  150. "type": "tidelift"
  151. }
  152. ],
  153. "time": "2022-10-20T09:10:12+00:00"
  154. },
  155. {
  156. "name": "dragonmantank/cron-expression",
  157. "version": "v3.3.2",
  158. "source": {
  159. "type": "git",
  160. "url": "https://github.com/dragonmantank/cron-expression.git",
  161. "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
  162. },
  163. "dist": {
  164. "type": "zip",
  165. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
  166. "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
  167. "shasum": ""
  168. },
  169. "require": {
  170. "php": "^7.2|^8.0",
  171. "webmozart/assert": "^1.0"
  172. },
  173. "replace": {
  174. "mtdowling/cron-expression": "^1.0"
  175. },
  176. "require-dev": {
  177. "phpstan/extension-installer": "^1.0",
  178. "phpstan/phpstan": "^1.0",
  179. "phpstan/phpstan-webmozart-assert": "^1.0",
  180. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  181. },
  182. "type": "library",
  183. "autoload": {
  184. "psr-4": {
  185. "Cron\\": "src/Cron/"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "MIT"
  191. ],
  192. "authors": [
  193. {
  194. "name": "Chris Tankersley",
  195. "email": "chris@ctankersley.com",
  196. "homepage": "https://github.com/dragonmantank"
  197. }
  198. ],
  199. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  200. "keywords": [
  201. "cron",
  202. "schedule"
  203. ],
  204. "support": {
  205. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  206. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
  207. },
  208. "funding": [
  209. {
  210. "url": "https://github.com/dragonmantank",
  211. "type": "github"
  212. }
  213. ],
  214. "time": "2022-09-10T18:51:20+00:00"
  215. },
  216. {
  217. "name": "filp/whoops",
  218. "version": "2.15.2",
  219. "source": {
  220. "type": "git",
  221. "url": "https://github.com/filp/whoops.git",
  222. "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73"
  223. },
  224. "dist": {
  225. "type": "zip",
  226. "url": "https://api.github.com/repos/filp/whoops/zipball/aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
  227. "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
  228. "shasum": ""
  229. },
  230. "require": {
  231. "php": "^5.5.9 || ^7.0 || ^8.0",
  232. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  233. },
  234. "require-dev": {
  235. "mockery/mockery": "^0.9 || ^1.0",
  236. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
  237. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  238. },
  239. "suggest": {
  240. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  241. "whoops/soap": "Formats errors as SOAP responses"
  242. },
  243. "type": "library",
  244. "extra": {
  245. "branch-alias": {
  246. "dev-master": "2.7-dev"
  247. }
  248. },
  249. "autoload": {
  250. "psr-4": {
  251. "Whoops\\": "src/Whoops/"
  252. }
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "MIT"
  257. ],
  258. "authors": [
  259. {
  260. "name": "Filipe Dobreira",
  261. "homepage": "https://github.com/filp",
  262. "role": "Developer"
  263. }
  264. ],
  265. "description": "php error handling for cool kids",
  266. "homepage": "https://filp.github.io/whoops/",
  267. "keywords": [
  268. "error",
  269. "exception",
  270. "handling",
  271. "library",
  272. "throwable",
  273. "whoops"
  274. ],
  275. "support": {
  276. "issues": "https://github.com/filp/whoops/issues",
  277. "source": "https://github.com/filp/whoops/tree/2.15.2"
  278. },
  279. "funding": [
  280. {
  281. "url": "https://github.com/denis-sokolov",
  282. "type": "github"
  283. }
  284. ],
  285. "time": "2023-04-12T12:00:00+00:00"
  286. },
  287. {
  288. "name": "graham-campbell/result-type",
  289. "version": "v1.1.1",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  293. "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
  298. "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
  299. "shasum": ""
  300. },
  301. "require": {
  302. "php": "^7.2.5 || ^8.0",
  303. "phpoption/phpoption": "^1.9.1"
  304. },
  305. "require-dev": {
  306. "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
  307. },
  308. "type": "library",
  309. "autoload": {
  310. "psr-4": {
  311. "GrahamCampbell\\ResultType\\": "src/"
  312. }
  313. },
  314. "notification-url": "https://packagist.org/downloads/",
  315. "license": [
  316. "MIT"
  317. ],
  318. "authors": [
  319. {
  320. "name": "Graham Campbell",
  321. "email": "hello@gjcampbell.co.uk",
  322. "homepage": "https://github.com/GrahamCampbell"
  323. }
  324. ],
  325. "description": "An Implementation Of The Result Type",
  326. "keywords": [
  327. "Graham Campbell",
  328. "GrahamCampbell",
  329. "Result Type",
  330. "Result-Type",
  331. "result"
  332. ],
  333. "support": {
  334. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  335. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
  336. },
  337. "funding": [
  338. {
  339. "url": "https://github.com/GrahamCampbell",
  340. "type": "github"
  341. },
  342. {
  343. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  344. "type": "tidelift"
  345. }
  346. ],
  347. "time": "2023-02-25T20:23:15+00:00"
  348. },
  349. {
  350. "name": "illuminate/bus",
  351. "version": "v10.10.1",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/illuminate/bus.git",
  355. "reference": "0837f5732e2451bbc2f1c5a497d864d5ed2e5a5b"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/illuminate/bus/zipball/0837f5732e2451bbc2f1c5a497d864d5ed2e5a5b",
  360. "reference": "0837f5732e2451bbc2f1c5a497d864d5ed2e5a5b",
  361. "shasum": ""
  362. },
  363. "require": {
  364. "illuminate/collections": "^10.0",
  365. "illuminate/contracts": "^10.0",
  366. "illuminate/pipeline": "^10.0",
  367. "illuminate/support": "^10.0",
  368. "php": "^8.1"
  369. },
  370. "suggest": {
  371. "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
  372. },
  373. "type": "library",
  374. "extra": {
  375. "branch-alias": {
  376. "dev-master": "10.x-dev"
  377. }
  378. },
  379. "autoload": {
  380. "psr-4": {
  381. "Illuminate\\Bus\\": ""
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "Taylor Otwell",
  391. "email": "taylor@laravel.com"
  392. }
  393. ],
  394. "description": "The Illuminate Bus package.",
  395. "homepage": "https://laravel.com",
  396. "support": {
  397. "issues": "https://github.com/laravel/framework/issues",
  398. "source": "https://github.com/laravel/framework"
  399. },
  400. "time": "2023-04-18T13:44:34+00:00"
  401. },
  402. {
  403. "name": "illuminate/cache",
  404. "version": "v10.10.1",
  405. "source": {
  406. "type": "git",
  407. "url": "https://github.com/illuminate/cache.git",
  408. "reference": "6bf634eedb9d449b834c2e046ebb4c9dc428cf6e"
  409. },
  410. "dist": {
  411. "type": "zip",
  412. "url": "https://api.github.com/repos/illuminate/cache/zipball/6bf634eedb9d449b834c2e046ebb4c9dc428cf6e",
  413. "reference": "6bf634eedb9d449b834c2e046ebb4c9dc428cf6e",
  414. "shasum": ""
  415. },
  416. "require": {
  417. "illuminate/collections": "^10.0",
  418. "illuminate/contracts": "^10.0",
  419. "illuminate/macroable": "^10.0",
  420. "illuminate/support": "^10.0",
  421. "php": "^8.1"
  422. },
  423. "provide": {
  424. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  425. },
  426. "suggest": {
  427. "ext-apcu": "Required to use the APC cache driver.",
  428. "ext-filter": "Required to use the DynamoDb cache driver.",
  429. "ext-memcached": "Required to use the memcache cache driver.",
  430. "illuminate/database": "Required to use the database cache driver (^10.0).",
  431. "illuminate/filesystem": "Required to use the file cache driver (^10.0).",
  432. "illuminate/redis": "Required to use the redis cache driver (^10.0).",
  433. "symfony/cache": "Required to use PSR-6 cache bridge (^6.2)."
  434. },
  435. "type": "library",
  436. "extra": {
  437. "branch-alias": {
  438. "dev-master": "10.x-dev"
  439. }
  440. },
  441. "autoload": {
  442. "psr-4": {
  443. "Illuminate\\Cache\\": ""
  444. }
  445. },
  446. "notification-url": "https://packagist.org/downloads/",
  447. "license": [
  448. "MIT"
  449. ],
  450. "authors": [
  451. {
  452. "name": "Taylor Otwell",
  453. "email": "taylor@laravel.com"
  454. }
  455. ],
  456. "description": "The Illuminate Cache package.",
  457. "homepage": "https://laravel.com",
  458. "support": {
  459. "issues": "https://github.com/laravel/framework/issues",
  460. "source": "https://github.com/laravel/framework"
  461. },
  462. "time": "2023-05-10T13:05:24+00:00"
  463. },
  464. {
  465. "name": "illuminate/collections",
  466. "version": "v10.10.1",
  467. "source": {
  468. "type": "git",
  469. "url": "https://github.com/illuminate/collections.git",
  470. "reference": "4f3810082e70780547c48d803c2d315e566df6a5"
  471. },
  472. "dist": {
  473. "type": "zip",
  474. "url": "https://api.github.com/repos/illuminate/collections/zipball/4f3810082e70780547c48d803c2d315e566df6a5",
  475. "reference": "4f3810082e70780547c48d803c2d315e566df6a5",
  476. "shasum": ""
  477. },
  478. "require": {
  479. "illuminate/conditionable": "^10.0",
  480. "illuminate/contracts": "^10.0",
  481. "illuminate/macroable": "^10.0",
  482. "php": "^8.1"
  483. },
  484. "suggest": {
  485. "symfony/var-dumper": "Required to use the dump method (^6.2)."
  486. },
  487. "type": "library",
  488. "extra": {
  489. "branch-alias": {
  490. "dev-master": "10.x-dev"
  491. }
  492. },
  493. "autoload": {
  494. "files": [
  495. "helpers.php"
  496. ],
  497. "psr-4": {
  498. "Illuminate\\Support\\": ""
  499. }
  500. },
  501. "notification-url": "https://packagist.org/downloads/",
  502. "license": [
  503. "MIT"
  504. ],
  505. "authors": [
  506. {
  507. "name": "Taylor Otwell",
  508. "email": "taylor@laravel.com"
  509. }
  510. ],
  511. "description": "The Illuminate Collections package.",
  512. "homepage": "https://laravel.com",
  513. "support": {
  514. "issues": "https://github.com/laravel/framework/issues",
  515. "source": "https://github.com/laravel/framework"
  516. },
  517. "time": "2023-05-09T18:53:34+00:00"
  518. },
  519. {
  520. "name": "illuminate/conditionable",
  521. "version": "v10.10.1",
  522. "source": {
  523. "type": "git",
  524. "url": "https://github.com/illuminate/conditionable.git",
  525. "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
  526. },
  527. "dist": {
  528. "type": "zip",
  529. "url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
  530. "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
  531. "shasum": ""
  532. },
  533. "require": {
  534. "php": "^8.0.2"
  535. },
  536. "type": "library",
  537. "extra": {
  538. "branch-alias": {
  539. "dev-master": "10.x-dev"
  540. }
  541. },
  542. "autoload": {
  543. "psr-4": {
  544. "Illuminate\\Support\\": ""
  545. }
  546. },
  547. "notification-url": "https://packagist.org/downloads/",
  548. "license": [
  549. "MIT"
  550. ],
  551. "authors": [
  552. {
  553. "name": "Taylor Otwell",
  554. "email": "taylor@laravel.com"
  555. }
  556. ],
  557. "description": "The Illuminate Conditionable package.",
  558. "homepage": "https://laravel.com",
  559. "support": {
  560. "issues": "https://github.com/laravel/framework/issues",
  561. "source": "https://github.com/laravel/framework"
  562. },
  563. "time": "2023-02-03T08:06:17+00:00"
  564. },
  565. {
  566. "name": "illuminate/config",
  567. "version": "v10.10.1",
  568. "source": {
  569. "type": "git",
  570. "url": "https://github.com/illuminate/config.git",
  571. "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da"
  572. },
  573. "dist": {
  574. "type": "zip",
  575. "url": "https://api.github.com/repos/illuminate/config/zipball/d5e83ceff5c4d5607b1b81763eb4c436911c35da",
  576. "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da",
  577. "shasum": ""
  578. },
  579. "require": {
  580. "illuminate/collections": "^10.0",
  581. "illuminate/contracts": "^10.0",
  582. "php": "^8.1"
  583. },
  584. "type": "library",
  585. "extra": {
  586. "branch-alias": {
  587. "dev-master": "10.x-dev"
  588. }
  589. },
  590. "autoload": {
  591. "psr-4": {
  592. "Illuminate\\Config\\": ""
  593. }
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Taylor Otwell",
  602. "email": "taylor@laravel.com"
  603. }
  604. ],
  605. "description": "The Illuminate Config package.",
  606. "homepage": "https://laravel.com",
  607. "support": {
  608. "issues": "https://github.com/laravel/framework/issues",
  609. "source": "https://github.com/laravel/framework"
  610. },
  611. "time": "2022-08-21T15:47:27+00:00"
  612. },
  613. {
  614. "name": "illuminate/console",
  615. "version": "v10.10.1",
  616. "source": {
  617. "type": "git",
  618. "url": "https://github.com/illuminate/console.git",
  619. "reference": "6459d31a841fbc71033b1c6af97871085a45c8b0"
  620. },
  621. "dist": {
  622. "type": "zip",
  623. "url": "https://api.github.com/repos/illuminate/console/zipball/6459d31a841fbc71033b1c6af97871085a45c8b0",
  624. "reference": "6459d31a841fbc71033b1c6af97871085a45c8b0",
  625. "shasum": ""
  626. },
  627. "require": {
  628. "ext-mbstring": "*",
  629. "illuminate/collections": "^10.0",
  630. "illuminate/contracts": "^10.0",
  631. "illuminate/macroable": "^10.0",
  632. "illuminate/support": "^10.0",
  633. "illuminate/view": "^10.0",
  634. "nunomaduro/termwind": "^1.13",
  635. "php": "^8.1",
  636. "symfony/console": "^6.2",
  637. "symfony/process": "^6.2"
  638. },
  639. "suggest": {
  640. "dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).",
  641. "ext-pcntl": "Required to use signal trapping.",
  642. "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.5).",
  643. "illuminate/bus": "Required to use the scheduled job dispatcher (^10.0).",
  644. "illuminate/container": "Required to use the scheduler (^10.0).",
  645. "illuminate/filesystem": "Required to use the generator command (^10.0).",
  646. "illuminate/queue": "Required to use closures for scheduled jobs (^10.0)."
  647. },
  648. "type": "library",
  649. "extra": {
  650. "branch-alias": {
  651. "dev-master": "10.x-dev"
  652. }
  653. },
  654. "autoload": {
  655. "psr-4": {
  656. "Illuminate\\Console\\": ""
  657. }
  658. },
  659. "notification-url": "https://packagist.org/downloads/",
  660. "license": [
  661. "MIT"
  662. ],
  663. "authors": [
  664. {
  665. "name": "Taylor Otwell",
  666. "email": "taylor@laravel.com"
  667. }
  668. ],
  669. "description": "The Illuminate Console package.",
  670. "homepage": "https://laravel.com",
  671. "support": {
  672. "issues": "https://github.com/laravel/framework/issues",
  673. "source": "https://github.com/laravel/framework"
  674. },
  675. "time": "2023-05-09T13:08:05+00:00"
  676. },
  677. {
  678. "name": "illuminate/container",
  679. "version": "v10.10.1",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/illuminate/container.git",
  683. "reference": "f85a85791c75a754190d6495e6ca611faaa64f61"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://api.github.com/repos/illuminate/container/zipball/f85a85791c75a754190d6495e6ca611faaa64f61",
  688. "reference": "f85a85791c75a754190d6495e6ca611faaa64f61",
  689. "shasum": ""
  690. },
  691. "require": {
  692. "illuminate/contracts": "^10.0",
  693. "php": "^8.1",
  694. "psr/container": "^1.1.1|^2.0.1"
  695. },
  696. "provide": {
  697. "psr/container-implementation": "1.1|2.0"
  698. },
  699. "type": "library",
  700. "extra": {
  701. "branch-alias": {
  702. "dev-master": "10.x-dev"
  703. }
  704. },
  705. "autoload": {
  706. "psr-4": {
  707. "Illuminate\\Container\\": ""
  708. }
  709. },
  710. "notification-url": "https://packagist.org/downloads/",
  711. "license": [
  712. "MIT"
  713. ],
  714. "authors": [
  715. {
  716. "name": "Taylor Otwell",
  717. "email": "taylor@laravel.com"
  718. }
  719. ],
  720. "description": "The Illuminate Container package.",
  721. "homepage": "https://laravel.com",
  722. "support": {
  723. "issues": "https://github.com/laravel/framework/issues",
  724. "source": "https://github.com/laravel/framework"
  725. },
  726. "time": "2023-04-03T19:51:31+00:00"
  727. },
  728. {
  729. "name": "illuminate/contracts",
  730. "version": "v10.10.1",
  731. "source": {
  732. "type": "git",
  733. "url": "https://github.com/illuminate/contracts.git",
  734. "reference": "0f8b766d66df7e0784ea73cfe4caf7a48b623f53"
  735. },
  736. "dist": {
  737. "type": "zip",
  738. "url": "https://api.github.com/repos/illuminate/contracts/zipball/0f8b766d66df7e0784ea73cfe4caf7a48b623f53",
  739. "reference": "0f8b766d66df7e0784ea73cfe4caf7a48b623f53",
  740. "shasum": ""
  741. },
  742. "require": {
  743. "php": "^8.1",
  744. "psr/container": "^1.1.1|^2.0.1",
  745. "psr/simple-cache": "^1.0|^2.0|^3.0"
  746. },
  747. "type": "library",
  748. "extra": {
  749. "branch-alias": {
  750. "dev-master": "10.x-dev"
  751. }
  752. },
  753. "autoload": {
  754. "psr-4": {
  755. "Illuminate\\Contracts\\": ""
  756. }
  757. },
  758. "notification-url": "https://packagist.org/downloads/",
  759. "license": [
  760. "MIT"
  761. ],
  762. "authors": [
  763. {
  764. "name": "Taylor Otwell",
  765. "email": "taylor@laravel.com"
  766. }
  767. ],
  768. "description": "The Illuminate Contracts package.",
  769. "homepage": "https://laravel.com",
  770. "support": {
  771. "issues": "https://github.com/laravel/framework/issues",
  772. "source": "https://github.com/laravel/framework"
  773. },
  774. "time": "2023-05-01T15:41:14+00:00"
  775. },
  776. {
  777. "name": "illuminate/events",
  778. "version": "v10.10.1",
  779. "source": {
  780. "type": "git",
  781. "url": "https://github.com/illuminate/events.git",
  782. "reference": "c68138ea57360c19a145e5912fb474cfd1845366"
  783. },
  784. "dist": {
  785. "type": "zip",
  786. "url": "https://api.github.com/repos/illuminate/events/zipball/c68138ea57360c19a145e5912fb474cfd1845366",
  787. "reference": "c68138ea57360c19a145e5912fb474cfd1845366",
  788. "shasum": ""
  789. },
  790. "require": {
  791. "illuminate/bus": "^10.0",
  792. "illuminate/collections": "^10.0",
  793. "illuminate/container": "^10.0",
  794. "illuminate/contracts": "^10.0",
  795. "illuminate/macroable": "^10.0",
  796. "illuminate/support": "^10.0",
  797. "php": "^8.1"
  798. },
  799. "type": "library",
  800. "extra": {
  801. "branch-alias": {
  802. "dev-master": "10.x-dev"
  803. }
  804. },
  805. "autoload": {
  806. "files": [
  807. "functions.php"
  808. ],
  809. "psr-4": {
  810. "Illuminate\\Events\\": ""
  811. }
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "MIT"
  816. ],
  817. "authors": [
  818. {
  819. "name": "Taylor Otwell",
  820. "email": "taylor@laravel.com"
  821. }
  822. ],
  823. "description": "The Illuminate Events package.",
  824. "homepage": "https://laravel.com",
  825. "support": {
  826. "issues": "https://github.com/laravel/framework/issues",
  827. "source": "https://github.com/laravel/framework"
  828. },
  829. "time": "2023-02-16T15:35:09+00:00"
  830. },
  831. {
  832. "name": "illuminate/filesystem",
  833. "version": "v10.10.1",
  834. "source": {
  835. "type": "git",
  836. "url": "https://github.com/illuminate/filesystem.git",
  837. "reference": "53a46fed9b31617ce3a786690b2294f0a54559ea"
  838. },
  839. "dist": {
  840. "type": "zip",
  841. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/53a46fed9b31617ce3a786690b2294f0a54559ea",
  842. "reference": "53a46fed9b31617ce3a786690b2294f0a54559ea",
  843. "shasum": ""
  844. },
  845. "require": {
  846. "illuminate/collections": "^10.0",
  847. "illuminate/contracts": "^10.0",
  848. "illuminate/macroable": "^10.0",
  849. "illuminate/support": "^10.0",
  850. "php": "^8.1",
  851. "symfony/finder": "^6.2"
  852. },
  853. "suggest": {
  854. "ext-fileinfo": "Required to use the Filesystem class.",
  855. "ext-ftp": "Required to use the Flysystem FTP driver.",
  856. "ext-hash": "Required to use the Filesystem class.",
  857. "illuminate/http": "Required for handling uploaded files (^7.0).",
  858. "league/flysystem": "Required to use the Flysystem local driver (^3.0.16).",
  859. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
  860. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
  861. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
  862. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  863. "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
  864. "symfony/mime": "Required to enable support for guessing extensions (^6.2)."
  865. },
  866. "type": "library",
  867. "extra": {
  868. "branch-alias": {
  869. "dev-master": "10.x-dev"
  870. }
  871. },
  872. "autoload": {
  873. "psr-4": {
  874. "Illuminate\\Filesystem\\": ""
  875. }
  876. },
  877. "notification-url": "https://packagist.org/downloads/",
  878. "license": [
  879. "MIT"
  880. ],
  881. "authors": [
  882. {
  883. "name": "Taylor Otwell",
  884. "email": "taylor@laravel.com"
  885. }
  886. ],
  887. "description": "The Illuminate Filesystem package.",
  888. "homepage": "https://laravel.com",
  889. "support": {
  890. "issues": "https://github.com/laravel/framework/issues",
  891. "source": "https://github.com/laravel/framework"
  892. },
  893. "time": "2023-03-22T21:14:41+00:00"
  894. },
  895. {
  896. "name": "illuminate/macroable",
  897. "version": "v10.10.1",
  898. "source": {
  899. "type": "git",
  900. "url": "https://github.com/illuminate/macroable.git",
  901. "reference": "6b80109438161d45a5f2bdf7ecdd56cbd0096c3d"
  902. },
  903. "dist": {
  904. "type": "zip",
  905. "url": "https://api.github.com/repos/illuminate/macroable/zipball/6b80109438161d45a5f2bdf7ecdd56cbd0096c3d",
  906. "reference": "6b80109438161d45a5f2bdf7ecdd56cbd0096c3d",
  907. "shasum": ""
  908. },
  909. "require": {
  910. "php": "^8.1"
  911. },
  912. "type": "library",
  913. "extra": {
  914. "branch-alias": {
  915. "dev-master": "10.x-dev"
  916. }
  917. },
  918. "autoload": {
  919. "psr-4": {
  920. "Illuminate\\Support\\": ""
  921. }
  922. },
  923. "notification-url": "https://packagist.org/downloads/",
  924. "license": [
  925. "MIT"
  926. ],
  927. "authors": [
  928. {
  929. "name": "Taylor Otwell",
  930. "email": "taylor@laravel.com"
  931. }
  932. ],
  933. "description": "The Illuminate Macroable package.",
  934. "homepage": "https://laravel.com",
  935. "support": {
  936. "issues": "https://github.com/laravel/framework/issues",
  937. "source": "https://github.com/laravel/framework"
  938. },
  939. "time": "2023-03-17T13:33:11+00:00"
  940. },
  941. {
  942. "name": "illuminate/pipeline",
  943. "version": "v10.10.1",
  944. "source": {
  945. "type": "git",
  946. "url": "https://github.com/illuminate/pipeline.git",
  947. "reference": "f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1"
  948. },
  949. "dist": {
  950. "type": "zip",
  951. "url": "https://api.github.com/repos/illuminate/pipeline/zipball/f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1",
  952. "reference": "f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1",
  953. "shasum": ""
  954. },
  955. "require": {
  956. "illuminate/contracts": "^10.0",
  957. "illuminate/support": "^10.0",
  958. "php": "^8.1"
  959. },
  960. "type": "library",
  961. "extra": {
  962. "branch-alias": {
  963. "dev-master": "10.x-dev"
  964. }
  965. },
  966. "autoload": {
  967. "psr-4": {
  968. "Illuminate\\Pipeline\\": ""
  969. }
  970. },
  971. "notification-url": "https://packagist.org/downloads/",
  972. "license": [
  973. "MIT"
  974. ],
  975. "authors": [
  976. {
  977. "name": "Taylor Otwell",
  978. "email": "taylor@laravel.com"
  979. }
  980. ],
  981. "description": "The Illuminate Pipeline package.",
  982. "homepage": "https://laravel.com",
  983. "support": {
  984. "issues": "https://github.com/laravel/framework/issues",
  985. "source": "https://github.com/laravel/framework"
  986. },
  987. "time": "2023-03-03T15:55:44+00:00"
  988. },
  989. {
  990. "name": "illuminate/process",
  991. "version": "v10.10.1",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/illuminate/process.git",
  995. "reference": "cdfab72bba63f588786206921acb85b476010ea3"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/illuminate/process/zipball/cdfab72bba63f588786206921acb85b476010ea3",
  1000. "reference": "cdfab72bba63f588786206921acb85b476010ea3",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "illuminate/collections": "^10.0",
  1005. "illuminate/contracts": "^10.0",
  1006. "illuminate/macroable": "^10.0",
  1007. "illuminate/support": "^10.0",
  1008. "php": "^8.1",
  1009. "symfony/process": "^6.2"
  1010. },
  1011. "type": "library",
  1012. "extra": {
  1013. "branch-alias": {
  1014. "dev-master": "10.x-dev"
  1015. }
  1016. },
  1017. "autoload": {
  1018. "psr-4": {
  1019. "Illuminate\\Process\\": ""
  1020. }
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "MIT"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Taylor Otwell",
  1029. "email": "taylor@laravel.com"
  1030. }
  1031. ],
  1032. "description": "The Illuminate Process package.",
  1033. "homepage": "https://laravel.com",
  1034. "support": {
  1035. "issues": "https://github.com/laravel/framework/issues",
  1036. "source": "https://github.com/laravel/framework"
  1037. },
  1038. "time": "2023-04-21T15:14:58+00:00"
  1039. },
  1040. {
  1041. "name": "illuminate/support",
  1042. "version": "v10.10.1",
  1043. "source": {
  1044. "type": "git",
  1045. "url": "https://github.com/illuminate/support.git",
  1046. "reference": "5a64d686a44022db3dbfe70abfa6c106c4c451a3"
  1047. },
  1048. "dist": {
  1049. "type": "zip",
  1050. "url": "https://api.github.com/repos/illuminate/support/zipball/5a64d686a44022db3dbfe70abfa6c106c4c451a3",
  1051. "reference": "5a64d686a44022db3dbfe70abfa6c106c4c451a3",
  1052. "shasum": ""
  1053. },
  1054. "require": {
  1055. "doctrine/inflector": "^2.0",
  1056. "ext-ctype": "*",
  1057. "ext-filter": "*",
  1058. "ext-mbstring": "*",
  1059. "illuminate/collections": "^10.0",
  1060. "illuminate/conditionable": "^10.0",
  1061. "illuminate/contracts": "^10.0",
  1062. "illuminate/macroable": "^10.0",
  1063. "nesbot/carbon": "^2.62.1",
  1064. "php": "^8.1",
  1065. "voku/portable-ascii": "^2.0"
  1066. },
  1067. "conflict": {
  1068. "tightenco/collect": "<5.5.33"
  1069. },
  1070. "suggest": {
  1071. "illuminate/filesystem": "Required to use the composer class (^10.0).",
  1072. "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
  1073. "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
  1074. "symfony/process": "Required to use the composer class (^6.2).",
  1075. "symfony/uid": "Required to use Str::ulid() (^6.2).",
  1076. "symfony/var-dumper": "Required to use the dd function (^6.2).",
  1077. "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
  1078. },
  1079. "type": "library",
  1080. "extra": {
  1081. "branch-alias": {
  1082. "dev-master": "10.x-dev"
  1083. }
  1084. },
  1085. "autoload": {
  1086. "files": [
  1087. "helpers.php"
  1088. ],
  1089. "psr-4": {
  1090. "Illuminate\\Support\\": ""
  1091. }
  1092. },
  1093. "notification-url": "https://packagist.org/downloads/",
  1094. "license": [
  1095. "MIT"
  1096. ],
  1097. "authors": [
  1098. {
  1099. "name": "Taylor Otwell",
  1100. "email": "taylor@laravel.com"
  1101. }
  1102. ],
  1103. "description": "The Illuminate Support package.",
  1104. "homepage": "https://laravel.com",
  1105. "support": {
  1106. "issues": "https://github.com/laravel/framework/issues",
  1107. "source": "https://github.com/laravel/framework"
  1108. },
  1109. "time": "2023-05-10T00:22:22+00:00"
  1110. },
  1111. {
  1112. "name": "illuminate/testing",
  1113. "version": "v10.10.1",
  1114. "source": {
  1115. "type": "git",
  1116. "url": "https://github.com/illuminate/testing.git",
  1117. "reference": "06c94203982274591918eaf1f0184eac6aed1cbc"
  1118. },
  1119. "dist": {
  1120. "type": "zip",
  1121. "url": "https://api.github.com/repos/illuminate/testing/zipball/06c94203982274591918eaf1f0184eac6aed1cbc",
  1122. "reference": "06c94203982274591918eaf1f0184eac6aed1cbc",
  1123. "shasum": ""
  1124. },
  1125. "require": {
  1126. "ext-mbstring": "*",
  1127. "illuminate/collections": "^10.0",
  1128. "illuminate/contracts": "^10.0",
  1129. "illuminate/macroable": "^10.0",
  1130. "illuminate/support": "^10.0",
  1131. "php": "^8.1"
  1132. },
  1133. "suggest": {
  1134. "brianium/paratest": "Required to run tests in parallel (^6.0).",
  1135. "illuminate/console": "Required to assert console commands (^10.0).",
  1136. "illuminate/database": "Required to assert databases (^10.0).",
  1137. "illuminate/http": "Required to assert responses (^10.0).",
  1138. "mockery/mockery": "Required to use mocking (^1.5.1).",
  1139. "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7)."
  1140. },
  1141. "type": "library",
  1142. "extra": {
  1143. "branch-alias": {
  1144. "dev-master": "10.x-dev"
  1145. }
  1146. },
  1147. "autoload": {
  1148. "psr-4": {
  1149. "Illuminate\\Testing\\": ""
  1150. }
  1151. },
  1152. "notification-url": "https://packagist.org/downloads/",
  1153. "license": [
  1154. "MIT"
  1155. ],
  1156. "authors": [
  1157. {
  1158. "name": "Taylor Otwell",
  1159. "email": "taylor@laravel.com"
  1160. }
  1161. ],
  1162. "description": "The Illuminate Testing package.",
  1163. "homepage": "https://laravel.com",
  1164. "support": {
  1165. "issues": "https://github.com/laravel/framework/issues",
  1166. "source": "https://github.com/laravel/framework"
  1167. },
  1168. "time": "2023-04-20T16:29:37+00:00"
  1169. },
  1170. {
  1171. "name": "illuminate/view",
  1172. "version": "v10.10.1",
  1173. "source": {
  1174. "type": "git",
  1175. "url": "https://github.com/illuminate/view.git",
  1176. "reference": "81c2d4e35774714ccd53f3b8fba2afe7ee093609"
  1177. },
  1178. "dist": {
  1179. "type": "zip",
  1180. "url": "https://api.github.com/repos/illuminate/view/zipball/81c2d4e35774714ccd53f3b8fba2afe7ee093609",
  1181. "reference": "81c2d4e35774714ccd53f3b8fba2afe7ee093609",
  1182. "shasum": ""
  1183. },
  1184. "require": {
  1185. "ext-tokenizer": "*",
  1186. "illuminate/collections": "^10.0",
  1187. "illuminate/container": "^10.0",
  1188. "illuminate/contracts": "^10.0",
  1189. "illuminate/events": "^10.0",
  1190. "illuminate/filesystem": "^10.0",
  1191. "illuminate/macroable": "^10.0",
  1192. "illuminate/support": "^10.0",
  1193. "php": "^8.1"
  1194. },
  1195. "type": "library",
  1196. "extra": {
  1197. "branch-alias": {
  1198. "dev-master": "10.x-dev"
  1199. }
  1200. },
  1201. "autoload": {
  1202. "psr-4": {
  1203. "Illuminate\\View\\": ""
  1204. }
  1205. },
  1206. "notification-url": "https://packagist.org/downloads/",
  1207. "license": [
  1208. "MIT"
  1209. ],
  1210. "authors": [
  1211. {
  1212. "name": "Taylor Otwell",
  1213. "email": "taylor@laravel.com"
  1214. }
  1215. ],
  1216. "description": "The Illuminate View package.",
  1217. "homepage": "https://laravel.com",
  1218. "support": {
  1219. "issues": "https://github.com/laravel/framework/issues",
  1220. "source": "https://github.com/laravel/framework"
  1221. },
  1222. "time": "2023-04-04T21:48:21+00:00"
  1223. },
  1224. {
  1225. "name": "jolicode/jolinotif",
  1226. "version": "v2.5.0",
  1227. "source": {
  1228. "type": "git",
  1229. "url": "https://github.com/jolicode/JoliNotif.git",
  1230. "reference": "a10a7cb3bf6dbf8833d1d1f1f0554506cb1d9eaa"
  1231. },
  1232. "dist": {
  1233. "type": "zip",
  1234. "url": "https://api.github.com/repos/jolicode/JoliNotif/zipball/a10a7cb3bf6dbf8833d1d1f1f0554506cb1d9eaa",
  1235. "reference": "a10a7cb3bf6dbf8833d1d1f1f0554506cb1d9eaa",
  1236. "shasum": ""
  1237. },
  1238. "require": {
  1239. "php": ">=8.0",
  1240. "symfony/process": "^5.4 || ^6.0"
  1241. },
  1242. "require-dev": {
  1243. "friendsofphp/php-cs-fixer": "^3.13",
  1244. "symfony/finder": "^5.4 || ^6.0",
  1245. "symfony/phpunit-bridge": "^5.4 || ^6.0"
  1246. },
  1247. "bin": [
  1248. "jolinotif"
  1249. ],
  1250. "type": "library",
  1251. "autoload": {
  1252. "psr-4": {
  1253. "Joli\\JoliNotif\\": "src/"
  1254. }
  1255. },
  1256. "notification-url": "https://packagist.org/downloads/",
  1257. "license": [
  1258. "MIT"
  1259. ],
  1260. "authors": [
  1261. {
  1262. "name": "Loïck Piera",
  1263. "email": "pyrech@gmail.com"
  1264. }
  1265. ],
  1266. "description": "Send desktop notifications on Windows, Linux, MacOS.",
  1267. "keywords": [
  1268. "MAC",
  1269. "growl",
  1270. "linux",
  1271. "notification",
  1272. "windows"
  1273. ],
  1274. "support": {
  1275. "issues": "https://github.com/jolicode/JoliNotif/issues",
  1276. "source": "https://github.com/jolicode/JoliNotif/tree/v2.5.0"
  1277. },
  1278. "funding": [
  1279. {
  1280. "url": "https://tidelift.com/funding/github/packagist/jolicode/jolinotif",
  1281. "type": "tidelift"
  1282. }
  1283. ],
  1284. "time": "2022-12-24T13:38:12+00:00"
  1285. },
  1286. {
  1287. "name": "laravel-zero/foundation",
  1288. "version": "v10.9.0",
  1289. "source": {
  1290. "type": "git",
  1291. "url": "https://github.com/laravel-zero/foundation.git",
  1292. "reference": "9970a74dc0c19659ec220810b7b40141d4b3b187"
  1293. },
  1294. "dist": {
  1295. "type": "zip",
  1296. "url": "https://api.github.com/repos/laravel-zero/foundation/zipball/9970a74dc0c19659ec220810b7b40141d4b3b187",
  1297. "reference": "9970a74dc0c19659ec220810b7b40141d4b3b187",
  1298. "shasum": ""
  1299. },
  1300. "require": {
  1301. "php": "^8.1"
  1302. },
  1303. "type": "library",
  1304. "extra": {
  1305. "branch-alias": {
  1306. "dev-main": "10.x-dev"
  1307. }
  1308. },
  1309. "autoload": {
  1310. "files": [
  1311. "src/Illuminate/Foundation/helpers.php"
  1312. ],
  1313. "psr-4": {
  1314. "Illuminate\\": "src/Illuminate/"
  1315. }
  1316. },
  1317. "notification-url": "https://packagist.org/downloads/",
  1318. "license": [
  1319. "MIT"
  1320. ],
  1321. "description": "This is a mirror from illuminate/foundation.",
  1322. "keywords": [
  1323. "framework",
  1324. "laravel"
  1325. ],
  1326. "support": {
  1327. "source": "https://github.com/laravel-zero/foundation/tree/v10.9.0"
  1328. },
  1329. "time": "2023-05-09T13:25:50+00:00"
  1330. },
  1331. {
  1332. "name": "laravel-zero/framework",
  1333. "version": "v10.0.2",
  1334. "source": {
  1335. "type": "git",
  1336. "url": "https://github.com/laravel-zero/framework.git",
  1337. "reference": "8bf5b3e56f49bd2006f9386d1fdb72222971dad3"
  1338. },
  1339. "dist": {
  1340. "type": "zip",
  1341. "url": "https://api.github.com/repos/laravel-zero/framework/zipball/8bf5b3e56f49bd2006f9386d1fdb72222971dad3",
  1342. "reference": "8bf5b3e56f49bd2006f9386d1fdb72222971dad3",
  1343. "shasum": ""
  1344. },
  1345. "require": {
  1346. "dragonmantank/cron-expression": "^3.3.2",
  1347. "ext-json": "*",
  1348. "illuminate/cache": "^10.4.1",
  1349. "illuminate/collections": "^10.4.1",
  1350. "illuminate/config": "^10.4.1",
  1351. "illuminate/console": "^10.4.1",
  1352. "illuminate/container": "^10.4.1",
  1353. "illuminate/contracts": "^10.4.1",
  1354. "illuminate/events": "^10.4.1",
  1355. "illuminate/filesystem": "^10.4.1",
  1356. "illuminate/process": "^10.4.1",
  1357. "illuminate/support": "^10.4.1",
  1358. "illuminate/testing": "^10.4.1",
  1359. "laravel-zero/foundation": "^10.0",
  1360. "league/flysystem": "^3.12.3",
  1361. "nunomaduro/collision": "^6.4.0|^7.2.0",
  1362. "nunomaduro/laravel-console-summary": "^1.9.1",
  1363. "nunomaduro/laravel-console-task": "^1.8.0",
  1364. "nunomaduro/laravel-desktop-notifier": "^2.7.0",
  1365. "php": "^8.1",
  1366. "psr/log": "^1.1|^2.0|^3.0",
  1367. "ramsey/uuid": "^4.7.3",
  1368. "symfony/console": "^6.2.7",
  1369. "symfony/error-handler": "^6.2.7",
  1370. "symfony/event-dispatcher": "^6.2.7",
  1371. "symfony/finder": "^6.2.7",
  1372. "symfony/process": "^6.2.7",
  1373. "symfony/var-dumper": "^6.2.7",
  1374. "vlucas/phpdotenv": "^5.5"
  1375. },
  1376. "require-dev": {
  1377. "guzzlehttp/guzzle": "^7.5",
  1378. "illuminate/bus": "^10.4.1",
  1379. "illuminate/database": "^10.4.1",
  1380. "illuminate/http": "^10.4.1",
  1381. "illuminate/log": "^10.4.1",
  1382. "illuminate/queue": "^10.4.1",
  1383. "illuminate/redis": "^10.4.1",
  1384. "illuminate/view": "^10.4.1",
  1385. "laminas/laminas-text": "^2.10",
  1386. "laravel-zero/phar-updater": "^1.3",
  1387. "laravel/pint": "^1.6",
  1388. "nunomaduro/laravel-console-dusk": "^1.11.0",
  1389. "nunomaduro/laravel-console-menu": "^3.4.0",
  1390. "nunomaduro/termwind": "^1.15.1",
  1391. "pestphp/pest": "^2.0.2",
  1392. "pestphp/pest-plugin-laravel": "^2.0",
  1393. "phpstan/phpstan": "^1.10.7"
  1394. },
  1395. "suggest": {
  1396. "ext-pcntl": "Required to ensure that data is cleared when cancelling the build process."
  1397. },
  1398. "type": "library",
  1399. "extra": {
  1400. "branch-alias": {
  1401. "dev-master": "10.x-dev"
  1402. }
  1403. },
  1404. "autoload": {
  1405. "psr-4": {
  1406. "LaravelZero\\Framework\\": "src"
  1407. }
  1408. },
  1409. "notification-url": "https://packagist.org/downloads/",
  1410. "license": [
  1411. "MIT"
  1412. ],
  1413. "authors": [
  1414. {
  1415. "name": "Nuno Maduro",
  1416. "email": "enunomaduro@gmail.com"
  1417. }
  1418. ],
  1419. "description": "The Laravel Zero Framework.",
  1420. "homepage": "https://laravel-zero.com",
  1421. "keywords": [
  1422. "Laravel Zero",
  1423. "cli",
  1424. "console",
  1425. "framework",
  1426. "laravel"
  1427. ],
  1428. "support": {
  1429. "issues": "https://github.com/laravel-zero/laravel-zero/issues",
  1430. "source": "https://github.com/laravel-zero/laravel-zero"
  1431. },
  1432. "time": "2023-03-21T10:51:39+00:00"
  1433. },
  1434. {
  1435. "name": "league/flysystem",
  1436. "version": "3.15.1",
  1437. "source": {
  1438. "type": "git",
  1439. "url": "https://github.com/thephpleague/flysystem.git",
  1440. "reference": "a141d430414fcb8bf797a18716b09f759a385bed"
  1441. },
  1442. "dist": {
  1443. "type": "zip",
  1444. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a141d430414fcb8bf797a18716b09f759a385bed",
  1445. "reference": "a141d430414fcb8bf797a18716b09f759a385bed",
  1446. "shasum": ""
  1447. },
  1448. "require": {
  1449. "league/flysystem-local": "^3.0.0",
  1450. "league/mime-type-detection": "^1.0.0",
  1451. "php": "^8.0.2"
  1452. },
  1453. "conflict": {
  1454. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  1455. "guzzlehttp/guzzle": "<7.0",
  1456. "guzzlehttp/ringphp": "<1.1.1",
  1457. "phpseclib/phpseclib": "3.0.15",
  1458. "symfony/http-client": "<5.2"
  1459. },
  1460. "require-dev": {
  1461. "async-aws/s3": "^1.5",
  1462. "async-aws/simple-s3": "^1.1",
  1463. "aws/aws-sdk-php": "^3.220.0",
  1464. "composer/semver": "^3.0",
  1465. "ext-fileinfo": "*",
  1466. "ext-ftp": "*",
  1467. "ext-zip": "*",
  1468. "friendsofphp/php-cs-fixer": "^3.5",
  1469. "google/cloud-storage": "^1.23",
  1470. "microsoft/azure-storage-blob": "^1.1",
  1471. "phpseclib/phpseclib": "^3.0.14",
  1472. "phpstan/phpstan": "^0.12.26",
  1473. "phpunit/phpunit": "^9.5.11",
  1474. "sabre/dav": "^4.3.1"
  1475. },
  1476. "type": "library",
  1477. "autoload": {
  1478. "psr-4": {
  1479. "League\\Flysystem\\": "src"
  1480. }
  1481. },
  1482. "notification-url": "https://packagist.org/downloads/",
  1483. "license": [
  1484. "MIT"
  1485. ],
  1486. "authors": [
  1487. {
  1488. "name": "Frank de Jonge",
  1489. "email": "info@frankdejonge.nl"
  1490. }
  1491. ],
  1492. "description": "File storage abstraction for PHP",
  1493. "keywords": [
  1494. "WebDAV",
  1495. "aws",
  1496. "cloud",
  1497. "file",
  1498. "files",
  1499. "filesystem",
  1500. "filesystems",
  1501. "ftp",
  1502. "s3",
  1503. "sftp",
  1504. "storage"
  1505. ],
  1506. "support": {
  1507. "issues": "https://github.com/thephpleague/flysystem/issues",
  1508. "source": "https://github.com/thephpleague/flysystem/tree/3.15.1"
  1509. },
  1510. "funding": [
  1511. {
  1512. "url": "https://ecologi.com/frankdejonge",
  1513. "type": "custom"
  1514. },
  1515. {
  1516. "url": "https://github.com/frankdejonge",
  1517. "type": "github"
  1518. }
  1519. ],
  1520. "time": "2023-05-04T09:04:26+00:00"
  1521. },
  1522. {
  1523. "name": "league/flysystem-local",
  1524. "version": "3.15.0",
  1525. "source": {
  1526. "type": "git",
  1527. "url": "https://github.com/thephpleague/flysystem-local.git",
  1528. "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3"
  1529. },
  1530. "dist": {
  1531. "type": "zip",
  1532. "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/543f64c397fefdf9cfeac443ffb6beff602796b3",
  1533. "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3",
  1534. "shasum": ""
  1535. },
  1536. "require": {
  1537. "ext-fileinfo": "*",
  1538. "league/flysystem": "^3.0.0",
  1539. "league/mime-type-detection": "^1.0.0",
  1540. "php": "^8.0.2"
  1541. },
  1542. "type": "library",
  1543. "autoload": {
  1544. "psr-4": {
  1545. "League\\Flysystem\\Local\\": ""
  1546. }
  1547. },
  1548. "notification-url": "https://packagist.org/downloads/",
  1549. "license": [
  1550. "MIT"
  1551. ],
  1552. "authors": [
  1553. {
  1554. "name": "Frank de Jonge",
  1555. "email": "info@frankdejonge.nl"
  1556. }
  1557. ],
  1558. "description": "Local filesystem adapter for Flysystem.",
  1559. "keywords": [
  1560. "Flysystem",
  1561. "file",
  1562. "files",
  1563. "filesystem",
  1564. "local"
  1565. ],
  1566. "support": {
  1567. "issues": "https://github.com/thephpleague/flysystem-local/issues",
  1568. "source": "https://github.com/thephpleague/flysystem-local/tree/3.15.0"
  1569. },
  1570. "funding": [
  1571. {
  1572. "url": "https://ecologi.com/frankdejonge",
  1573. "type": "custom"
  1574. },
  1575. {
  1576. "url": "https://github.com/frankdejonge",
  1577. "type": "github"
  1578. }
  1579. ],
  1580. "time": "2023-05-02T20:02:14+00:00"
  1581. },
  1582. {
  1583. "name": "league/mime-type-detection",
  1584. "version": "1.11.0",
  1585. "source": {
  1586. "type": "git",
  1587. "url": "https://github.com/thephpleague/mime-type-detection.git",
  1588. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  1589. },
  1590. "dist": {
  1591. "type": "zip",
  1592. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  1593. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  1594. "shasum": ""
  1595. },
  1596. "require": {
  1597. "ext-fileinfo": "*",
  1598. "php": "^7.2 || ^8.0"
  1599. },
  1600. "require-dev": {
  1601. "friendsofphp/php-cs-fixer": "^3.2",
  1602. "phpstan/phpstan": "^0.12.68",
  1603. "phpunit/phpunit": "^8.5.8 || ^9.3"
  1604. },
  1605. "type": "library",
  1606. "autoload": {
  1607. "psr-4": {
  1608. "League\\MimeTypeDetection\\": "src"
  1609. }
  1610. },
  1611. "notification-url": "https://packagist.org/downloads/",
  1612. "license": [
  1613. "MIT"
  1614. ],
  1615. "authors": [
  1616. {
  1617. "name": "Frank de Jonge",
  1618. "email": "info@frankdejonge.nl"
  1619. }
  1620. ],
  1621. "description": "Mime-type detection for Flysystem",
  1622. "support": {
  1623. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  1624. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  1625. },
  1626. "funding": [
  1627. {
  1628. "url": "https://github.com/frankdejonge",
  1629. "type": "github"
  1630. },
  1631. {
  1632. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  1633. "type": "tidelift"
  1634. }
  1635. ],
  1636. "time": "2022-04-17T13:12:02+00:00"
  1637. },
  1638. {
  1639. "name": "nesbot/carbon",
  1640. "version": "2.66.0",
  1641. "source": {
  1642. "type": "git",
  1643. "url": "https://github.com/briannesbitt/Carbon.git",
  1644. "reference": "496712849902241f04902033b0441b269effe001"
  1645. },
  1646. "dist": {
  1647. "type": "zip",
  1648. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
  1649. "reference": "496712849902241f04902033b0441b269effe001",
  1650. "shasum": ""
  1651. },
  1652. "require": {
  1653. "ext-json": "*",
  1654. "php": "^7.1.8 || ^8.0",
  1655. "symfony/polyfill-mbstring": "^1.0",
  1656. "symfony/polyfill-php80": "^1.16",
  1657. "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1658. },
  1659. "require-dev": {
  1660. "doctrine/dbal": "^2.0 || ^3.1.4",
  1661. "doctrine/orm": "^2.7",
  1662. "friendsofphp/php-cs-fixer": "^3.0",
  1663. "kylekatarnls/multi-tester": "^2.0",
  1664. "ondrejmirtes/better-reflection": "*",
  1665. "phpmd/phpmd": "^2.9",
  1666. "phpstan/extension-installer": "^1.0",
  1667. "phpstan/phpstan": "^0.12.99 || ^1.7.14",
  1668. "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
  1669. "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
  1670. "squizlabs/php_codesniffer": "^3.4"
  1671. },
  1672. "bin": [
  1673. "bin/carbon"
  1674. ],
  1675. "type": "library",
  1676. "extra": {
  1677. "branch-alias": {
  1678. "dev-3.x": "3.x-dev",
  1679. "dev-master": "2.x-dev"
  1680. },
  1681. "laravel": {
  1682. "providers": [
  1683. "Carbon\\Laravel\\ServiceProvider"
  1684. ]
  1685. },
  1686. "phpstan": {
  1687. "includes": [
  1688. "extension.neon"
  1689. ]
  1690. }
  1691. },
  1692. "autoload": {
  1693. "psr-4": {
  1694. "Carbon\\": "src/Carbon/"
  1695. }
  1696. },
  1697. "notification-url": "https://packagist.org/downloads/",
  1698. "license": [
  1699. "MIT"
  1700. ],
  1701. "authors": [
  1702. {
  1703. "name": "Brian Nesbitt",
  1704. "email": "brian@nesbot.com",
  1705. "homepage": "https://markido.com"
  1706. },
  1707. {
  1708. "name": "kylekatarnls",
  1709. "homepage": "https://github.com/kylekatarnls"
  1710. }
  1711. ],
  1712. "description": "An API extension for DateTime that supports 281 different languages.",
  1713. "homepage": "https://carbon.nesbot.com",
  1714. "keywords": [
  1715. "date",
  1716. "datetime",
  1717. "time"
  1718. ],
  1719. "support": {
  1720. "docs": "https://carbon.nesbot.com/docs",
  1721. "issues": "https://github.com/briannesbitt/Carbon/issues",
  1722. "source": "https://github.com/briannesbitt/Carbon"
  1723. },
  1724. "funding": [
  1725. {
  1726. "url": "https://github.com/sponsors/kylekatarnls",
  1727. "type": "github"
  1728. },
  1729. {
  1730. "url": "https://opencollective.com/Carbon#sponsor",
  1731. "type": "opencollective"
  1732. },
  1733. {
  1734. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  1735. "type": "tidelift"
  1736. }
  1737. ],
  1738. "time": "2023-01-29T18:53:47+00:00"
  1739. },
  1740. {
  1741. "name": "nunomaduro/collision",
  1742. "version": "v7.5.2",
  1743. "source": {
  1744. "type": "git",
  1745. "url": "https://github.com/nunomaduro/collision.git",
  1746. "reference": "76b3cabda0aabda455fc3b9db6c3615f5a87c7ff"
  1747. },
  1748. "dist": {
  1749. "type": "zip",
  1750. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/76b3cabda0aabda455fc3b9db6c3615f5a87c7ff",
  1751. "reference": "76b3cabda0aabda455fc3b9db6c3615f5a87c7ff",
  1752. "shasum": ""
  1753. },
  1754. "require": {
  1755. "filp/whoops": "^2.15.2",
  1756. "nunomaduro/termwind": "^1.15.1",
  1757. "php": "^8.1.0",
  1758. "symfony/console": "^6.2.8"
  1759. },
  1760. "conflict": {
  1761. "phpunit/phpunit": "<10.1.2"
  1762. },
  1763. "require-dev": {
  1764. "brianium/paratest": "^7.1.3",
  1765. "laravel/framework": "^10.8.0",
  1766. "laravel/pint": "^1.9.0",
  1767. "laravel/sail": "^1.21.4",
  1768. "laravel/sanctum": "^3.2.1",
  1769. "laravel/tinker": "^2.8.1",
  1770. "nunomaduro/larastan": "^2.6.0",
  1771. "orchestra/testbench-core": "^8.5.0",
  1772. "pestphp/pest": "^2.5.2",
  1773. "phpunit/phpunit": "^10.1.1",
  1774. "sebastian/environment": "^6.0.1",
  1775. "spatie/laravel-ignition": "^2.1.0"
  1776. },
  1777. "type": "library",
  1778. "extra": {
  1779. "laravel": {
  1780. "providers": [
  1781. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  1782. ]
  1783. }
  1784. },
  1785. "autoload": {
  1786. "files": [
  1787. "./src/Adapters/Phpunit/Autoload.php"
  1788. ],
  1789. "psr-4": {
  1790. "NunoMaduro\\Collision\\": "src/"
  1791. }
  1792. },
  1793. "notification-url": "https://packagist.org/downloads/",
  1794. "license": [
  1795. "MIT"
  1796. ],
  1797. "authors": [
  1798. {
  1799. "name": "Nuno Maduro",
  1800. "email": "enunomaduro@gmail.com"
  1801. }
  1802. ],
  1803. "description": "Cli error handling for console/command-line PHP applications.",
  1804. "keywords": [
  1805. "artisan",
  1806. "cli",
  1807. "command-line",
  1808. "console",
  1809. "error",
  1810. "handling",
  1811. "laravel",
  1812. "laravel-zero",
  1813. "php",
  1814. "symfony"
  1815. ],
  1816. "support": {
  1817. "issues": "https://github.com/nunomaduro/collision/issues",
  1818. "source": "https://github.com/nunomaduro/collision"
  1819. },
  1820. "funding": [
  1821. {
  1822. "url": "https://www.paypal.com/paypalme/enunomaduro",
  1823. "type": "custom"
  1824. },
  1825. {
  1826. "url": "https://github.com/nunomaduro",
  1827. "type": "github"
  1828. },
  1829. {
  1830. "url": "https://www.patreon.com/nunomaduro",
  1831. "type": "patreon"
  1832. }
  1833. ],
  1834. "time": "2023-04-22T22:12:40+00:00"
  1835. },
  1836. {
  1837. "name": "nunomaduro/laravel-console-summary",
  1838. "version": "v1.9.1",
  1839. "source": {
  1840. "type": "git",
  1841. "url": "https://github.com/nunomaduro/laravel-console-summary.git",
  1842. "reference": "235a9de26ab2dfd0612558cedf2cbd2ad686b884"
  1843. },
  1844. "dist": {
  1845. "type": "zip",
  1846. "url": "https://api.github.com/repos/nunomaduro/laravel-console-summary/zipball/235a9de26ab2dfd0612558cedf2cbd2ad686b884",
  1847. "reference": "235a9de26ab2dfd0612558cedf2cbd2ad686b884",
  1848. "shasum": ""
  1849. },
  1850. "require": {
  1851. "illuminate/console": "^9.0|^10.0",
  1852. "illuminate/support": "^9.0|^10.0",
  1853. "php": "^8.1"
  1854. },
  1855. "require-dev": {
  1856. "laravel/pint": "^1.4"
  1857. },
  1858. "type": "library",
  1859. "extra": {
  1860. "laravel": {
  1861. "providers": [
  1862. "NunoMaduro\\LaravelConsoleSummary\\LaravelConsoleSummaryServiceProvider"
  1863. ]
  1864. }
  1865. },
  1866. "autoload": {
  1867. "psr-4": {
  1868. "NunoMaduro\\LaravelConsoleSummary\\": "src/"
  1869. }
  1870. },
  1871. "notification-url": "https://packagist.org/downloads/",
  1872. "license": [
  1873. "MIT"
  1874. ],
  1875. "authors": [
  1876. {
  1877. "name": "Nuno Maduro",
  1878. "email": "enunomaduro@gmail.com"
  1879. }
  1880. ],
  1881. "description": "A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.",
  1882. "keywords": [
  1883. "artisan",
  1884. "cli",
  1885. "command-line",
  1886. "console",
  1887. "laravel",
  1888. "laravel-zero",
  1889. "php",
  1890. "symfony"
  1891. ],
  1892. "support": {
  1893. "issues": "https://github.com/nunomaduro/laravel-console-summary/issues",
  1894. "source": "https://github.com/nunomaduro/laravel-console-summary"
  1895. },
  1896. "time": "2023-02-03T15:58:45+00:00"
  1897. },
  1898. {
  1899. "name": "nunomaduro/laravel-console-task",
  1900. "version": "v1.8.0",
  1901. "source": {
  1902. "type": "git",
  1903. "url": "https://github.com/nunomaduro/laravel-console-task.git",
  1904. "reference": "e49e7be261a7b7329c4538777489b355fb234bde"
  1905. },
  1906. "dist": {
  1907. "type": "zip",
  1908. "url": "https://api.github.com/repos/nunomaduro/laravel-console-task/zipball/e49e7be261a7b7329c4538777489b355fb234bde",
  1909. "reference": "e49e7be261a7b7329c4538777489b355fb234bde",
  1910. "shasum": ""
  1911. },
  1912. "require": {
  1913. "illuminate/console": "^9.0|^10.0",
  1914. "illuminate/support": "^9.0|^10.0",
  1915. "php": "^8.1"
  1916. },
  1917. "require-dev": {
  1918. "pestphp/pest": "^1.22.3"
  1919. },
  1920. "type": "library",
  1921. "extra": {
  1922. "laravel": {
  1923. "providers": [
  1924. "NunoMaduro\\LaravelConsoleTask\\LaravelConsoleTaskServiceProvider"
  1925. ]
  1926. }
  1927. },
  1928. "autoload": {
  1929. "psr-4": {
  1930. "NunoMaduro\\LaravelConsoleTask\\": "src/"
  1931. }
  1932. },
  1933. "notification-url": "https://packagist.org/downloads/",
  1934. "license": [
  1935. "MIT"
  1936. ],
  1937. "authors": [
  1938. {
  1939. "name": "Nuno Maduro",
  1940. "email": "enunomaduro@gmail.com"
  1941. }
  1942. ],
  1943. "description": "Laravel Console Task is a output method for your Laravel/Laravel Zero commands.",
  1944. "keywords": [
  1945. "artisan",
  1946. "cli",
  1947. "command-line",
  1948. "console",
  1949. "laravel",
  1950. "laravel-zero",
  1951. "php",
  1952. "symfony"
  1953. ],
  1954. "support": {
  1955. "issues": "https://github.com/nunomaduro/laravel-console-task/issues",
  1956. "source": "https://github.com/nunomaduro/laravel-console-task"
  1957. },
  1958. "time": "2023-01-11T15:16:19+00:00"
  1959. },
  1960. {
  1961. "name": "nunomaduro/laravel-desktop-notifier",
  1962. "version": "v2.7.0",
  1963. "source": {
  1964. "type": "git",
  1965. "url": "https://github.com/nunomaduro/laravel-desktop-notifier.git",
  1966. "reference": "6a1e27a215e007c86df88bf038d54c343b255b60"
  1967. },
  1968. "dist": {
  1969. "type": "zip",
  1970. "url": "https://api.github.com/repos/nunomaduro/laravel-desktop-notifier/zipball/6a1e27a215e007c86df88bf038d54c343b255b60",
  1971. "reference": "6a1e27a215e007c86df88bf038d54c343b255b60",
  1972. "shasum": ""
  1973. },
  1974. "require": {
  1975. "illuminate/console": "^9.0|^10.0",
  1976. "illuminate/support": "^9.0|^10.0",
  1977. "jolicode/jolinotif": "^2.5",
  1978. "php": "^8.1"
  1979. },
  1980. "require-dev": {
  1981. "graham-campbell/testbench": "^5.7",
  1982. "phpunit/phpunit": "^9.5"
  1983. },
  1984. "type": "library",
  1985. "extra": {
  1986. "laravel": {
  1987. "providers": [
  1988. "NunoMaduro\\LaravelDesktopNotifier\\LaravelDesktopNotifierServiceProvider"
  1989. ],
  1990. "aliases": {
  1991. "Notifier": "NunoMaduro\\LaravelDesktopNotifier\\Facaces\\Notifier"
  1992. }
  1993. }
  1994. },
  1995. "autoload": {
  1996. "psr-4": {
  1997. "NunoMaduro\\LaravelDesktopNotifier\\": "src/"
  1998. }
  1999. },
  2000. "notification-url": "https://packagist.org/downloads/",
  2001. "license": [
  2002. "MIT"
  2003. ],
  2004. "authors": [
  2005. {
  2006. "name": "Nuno Maduro",
  2007. "email": "enunomaduro@gmail.com"
  2008. }
  2009. ],
  2010. "description": "Send notifications to your desktop from your Laravel commands. An JoliNotif wrapper for Laravel 5.",
  2011. "keywords": [
  2012. "JoliNotif",
  2013. "Nuno Maduro",
  2014. "NunoMaduro",
  2015. "artisan",
  2016. "console",
  2017. "framework",
  2018. "laravel",
  2019. "notification",
  2020. "notifier",
  2021. "php",
  2022. "wrapper"
  2023. ],
  2024. "support": {
  2025. "issues": "https://github.com/nunomaduro/laravel-desktop-notifier/issues",
  2026. "source": "https://github.com/nunomaduro/laravel-desktop-notifier/tree/v2.7.0"
  2027. },
  2028. "time": "2023-01-11T15:22:19+00:00"
  2029. },
  2030. {
  2031. "name": "nunomaduro/termwind",
  2032. "version": "v1.15.1",
  2033. "source": {
  2034. "type": "git",
  2035. "url": "https://github.com/nunomaduro/termwind.git",
  2036. "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
  2037. },
  2038. "dist": {
  2039. "type": "zip",
  2040. "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
  2041. "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
  2042. "shasum": ""
  2043. },
  2044. "require": {
  2045. "ext-mbstring": "*",
  2046. "php": "^8.0",
  2047. "symfony/console": "^5.3.0|^6.0.0"
  2048. },
  2049. "require-dev": {
  2050. "ergebnis/phpstan-rules": "^1.0.",
  2051. "illuminate/console": "^8.0|^9.0",
  2052. "illuminate/support": "^8.0|^9.0",
  2053. "laravel/pint": "^1.0.0",
  2054. "pestphp/pest": "^1.21.0",
  2055. "pestphp/pest-plugin-mock": "^1.0",
  2056. "phpstan/phpstan": "^1.4.6",
  2057. "phpstan/phpstan-strict-rules": "^1.1.0",
  2058. "symfony/var-dumper": "^5.2.7|^6.0.0",
  2059. "thecodingmachine/phpstan-strict-rules": "^1.0.0"
  2060. },
  2061. "type": "library",
  2062. "extra": {
  2063. "laravel": {
  2064. "providers": [
  2065. "Termwind\\Laravel\\TermwindServiceProvider"
  2066. ]
  2067. }
  2068. },
  2069. "autoload": {
  2070. "files": [
  2071. "src/Functions.php"
  2072. ],
  2073. "psr-4": {
  2074. "Termwind\\": "src/"
  2075. }
  2076. },
  2077. "notification-url": "https://packagist.org/downloads/",
  2078. "license": [
  2079. "MIT"
  2080. ],
  2081. "authors": [
  2082. {
  2083. "name": "Nuno Maduro",
  2084. "email": "enunomaduro@gmail.com"
  2085. }
  2086. ],
  2087. "description": "Its like Tailwind CSS, but for the console.",
  2088. "keywords": [
  2089. "cli",
  2090. "console",
  2091. "css",
  2092. "package",
  2093. "php",
  2094. "style"
  2095. ],
  2096. "support": {
  2097. "issues": "https://github.com/nunomaduro/termwind/issues",
  2098. "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
  2099. },
  2100. "funding": [
  2101. {
  2102. "url": "https://www.paypal.com/paypalme/enunomaduro",
  2103. "type": "custom"
  2104. },
  2105. {
  2106. "url": "https://github.com/nunomaduro",
  2107. "type": "github"
  2108. },
  2109. {
  2110. "url": "https://github.com/xiCO2k",
  2111. "type": "github"
  2112. }
  2113. ],
  2114. "time": "2023-02-08T01:06:31+00:00"
  2115. },
  2116. {
  2117. "name": "phpoption/phpoption",
  2118. "version": "1.9.1",
  2119. "source": {
  2120. "type": "git",
  2121. "url": "https://github.com/schmittjoh/php-option.git",
  2122. "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
  2123. },
  2124. "dist": {
  2125. "type": "zip",
  2126. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
  2127. "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
  2128. "shasum": ""
  2129. },
  2130. "require": {
  2131. "php": "^7.2.5 || ^8.0"
  2132. },
  2133. "require-dev": {
  2134. "bamarni/composer-bin-plugin": "^1.8.2",
  2135. "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
  2136. },
  2137. "type": "library",
  2138. "extra": {
  2139. "bamarni-bin": {
  2140. "bin-links": true,
  2141. "forward-command": true
  2142. },
  2143. "branch-alias": {
  2144. "dev-master": "1.9-dev"
  2145. }
  2146. },
  2147. "autoload": {
  2148. "psr-4": {
  2149. "PhpOption\\": "src/PhpOption/"
  2150. }
  2151. },
  2152. "notification-url": "https://packagist.org/downloads/",
  2153. "license": [
  2154. "Apache-2.0"
  2155. ],
  2156. "authors": [
  2157. {
  2158. "name": "Johannes M. Schmitt",
  2159. "email": "schmittjoh@gmail.com",
  2160. "homepage": "https://github.com/schmittjoh"
  2161. },
  2162. {
  2163. "name": "Graham Campbell",
  2164. "email": "hello@gjcampbell.co.uk",
  2165. "homepage": "https://github.com/GrahamCampbell"
  2166. }
  2167. ],
  2168. "description": "Option Type for PHP",
  2169. "keywords": [
  2170. "language",
  2171. "option",
  2172. "php",
  2173. "type"
  2174. ],
  2175. "support": {
  2176. "issues": "https://github.com/schmittjoh/php-option/issues",
  2177. "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
  2178. },
  2179. "funding": [
  2180. {
  2181. "url": "https://github.com/GrahamCampbell",
  2182. "type": "github"
  2183. },
  2184. {
  2185. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  2186. "type": "tidelift"
  2187. }
  2188. ],
  2189. "time": "2023-02-25T19:38:58+00:00"
  2190. },
  2191. {
  2192. "name": "psr/container",
  2193. "version": "2.0.2",
  2194. "source": {
  2195. "type": "git",
  2196. "url": "https://github.com/php-fig/container.git",
  2197. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  2198. },
  2199. "dist": {
  2200. "type": "zip",
  2201. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2202. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2203. "shasum": ""
  2204. },
  2205. "require": {
  2206. "php": ">=7.4.0"
  2207. },
  2208. "type": "library",
  2209. "extra": {
  2210. "branch-alias": {
  2211. "dev-master": "2.0.x-dev"
  2212. }
  2213. },
  2214. "autoload": {
  2215. "psr-4": {
  2216. "Psr\\Container\\": "src/"
  2217. }
  2218. },
  2219. "notification-url": "https://packagist.org/downloads/",
  2220. "license": [
  2221. "MIT"
  2222. ],
  2223. "authors": [
  2224. {
  2225. "name": "PHP-FIG",
  2226. "homepage": "https://www.php-fig.org/"
  2227. }
  2228. ],
  2229. "description": "Common Container Interface (PHP FIG PSR-11)",
  2230. "homepage": "https://github.com/php-fig/container",
  2231. "keywords": [
  2232. "PSR-11",
  2233. "container",
  2234. "container-interface",
  2235. "container-interop",
  2236. "psr"
  2237. ],
  2238. "support": {
  2239. "issues": "https://github.com/php-fig/container/issues",
  2240. "source": "https://github.com/php-fig/container/tree/2.0.2"
  2241. },
  2242. "time": "2021-11-05T16:47:00+00:00"
  2243. },
  2244. {
  2245. "name": "psr/event-dispatcher",
  2246. "version": "1.0.0",
  2247. "source": {
  2248. "type": "git",
  2249. "url": "https://github.com/php-fig/event-dispatcher.git",
  2250. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2251. },
  2252. "dist": {
  2253. "type": "zip",
  2254. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2255. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2256. "shasum": ""
  2257. },
  2258. "require": {
  2259. "php": ">=7.2.0"
  2260. },
  2261. "type": "library",
  2262. "extra": {
  2263. "branch-alias": {
  2264. "dev-master": "1.0.x-dev"
  2265. }
  2266. },
  2267. "autoload": {
  2268. "psr-4": {
  2269. "Psr\\EventDispatcher\\": "src/"
  2270. }
  2271. },
  2272. "notification-url": "https://packagist.org/downloads/",
  2273. "license": [
  2274. "MIT"
  2275. ],
  2276. "authors": [
  2277. {
  2278. "name": "PHP-FIG",
  2279. "homepage": "http://www.php-fig.org/"
  2280. }
  2281. ],
  2282. "description": "Standard interfaces for event handling.",
  2283. "keywords": [
  2284. "events",
  2285. "psr",
  2286. "psr-14"
  2287. ],
  2288. "support": {
  2289. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  2290. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  2291. },
  2292. "time": "2019-01-08T18:20:26+00:00"
  2293. },
  2294. {
  2295. "name": "psr/log",
  2296. "version": "3.0.0",
  2297. "source": {
  2298. "type": "git",
  2299. "url": "https://github.com/php-fig/log.git",
  2300. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  2301. },
  2302. "dist": {
  2303. "type": "zip",
  2304. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  2305. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  2306. "shasum": ""
  2307. },
  2308. "require": {
  2309. "php": ">=8.0.0"
  2310. },
  2311. "type": "library",
  2312. "extra": {
  2313. "branch-alias": {
  2314. "dev-master": "3.x-dev"
  2315. }
  2316. },
  2317. "autoload": {
  2318. "psr-4": {
  2319. "Psr\\Log\\": "src"
  2320. }
  2321. },
  2322. "notification-url": "https://packagist.org/downloads/",
  2323. "license": [
  2324. "MIT"
  2325. ],
  2326. "authors": [
  2327. {
  2328. "name": "PHP-FIG",
  2329. "homepage": "https://www.php-fig.org/"
  2330. }
  2331. ],
  2332. "description": "Common interface for logging libraries",
  2333. "homepage": "https://github.com/php-fig/log",
  2334. "keywords": [
  2335. "log",
  2336. "psr",
  2337. "psr-3"
  2338. ],
  2339. "support": {
  2340. "source": "https://github.com/php-fig/log/tree/3.0.0"
  2341. },
  2342. "time": "2021-07-14T16:46:02+00:00"
  2343. },
  2344. {
  2345. "name": "psr/simple-cache",
  2346. "version": "3.0.0",
  2347. "source": {
  2348. "type": "git",
  2349. "url": "https://github.com/php-fig/simple-cache.git",
  2350. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  2351. },
  2352. "dist": {
  2353. "type": "zip",
  2354. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  2355. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  2356. "shasum": ""
  2357. },
  2358. "require": {
  2359. "php": ">=8.0.0"
  2360. },
  2361. "type": "library",
  2362. "extra": {
  2363. "branch-alias": {
  2364. "dev-master": "3.0.x-dev"
  2365. }
  2366. },
  2367. "autoload": {
  2368. "psr-4": {
  2369. "Psr\\SimpleCache\\": "src/"
  2370. }
  2371. },
  2372. "notification-url": "https://packagist.org/downloads/",
  2373. "license": [
  2374. "MIT"
  2375. ],
  2376. "authors": [
  2377. {
  2378. "name": "PHP-FIG",
  2379. "homepage": "https://www.php-fig.org/"
  2380. }
  2381. ],
  2382. "description": "Common interfaces for simple caching",
  2383. "keywords": [
  2384. "cache",
  2385. "caching",
  2386. "psr",
  2387. "psr-16",
  2388. "simple-cache"
  2389. ],
  2390. "support": {
  2391. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  2392. },
  2393. "time": "2021-10-29T13:26:27+00:00"
  2394. },
  2395. {
  2396. "name": "ramsey/collection",
  2397. "version": "2.0.0",
  2398. "source": {
  2399. "type": "git",
  2400. "url": "https://github.com/ramsey/collection.git",
  2401. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
  2402. },
  2403. "dist": {
  2404. "type": "zip",
  2405. "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  2406. "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
  2407. "shasum": ""
  2408. },
  2409. "require": {
  2410. "php": "^8.1"
  2411. },
  2412. "require-dev": {
  2413. "captainhook/plugin-composer": "^5.3",
  2414. "ergebnis/composer-normalize": "^2.28.3",
  2415. "fakerphp/faker": "^1.21",
  2416. "hamcrest/hamcrest-php": "^2.0",
  2417. "jangregor/phpstan-prophecy": "^1.0",
  2418. "mockery/mockery": "^1.5",
  2419. "php-parallel-lint/php-console-highlighter": "^1.0",
  2420. "php-parallel-lint/php-parallel-lint": "^1.3",
  2421. "phpcsstandards/phpcsutils": "^1.0.0-rc1",
  2422. "phpspec/prophecy-phpunit": "^2.0",
  2423. "phpstan/extension-installer": "^1.2",
  2424. "phpstan/phpstan": "^1.9",
  2425. "phpstan/phpstan-mockery": "^1.1",
  2426. "phpstan/phpstan-phpunit": "^1.3",
  2427. "phpunit/phpunit": "^9.5",
  2428. "psalm/plugin-mockery": "^1.1",
  2429. "psalm/plugin-phpunit": "^0.18.4",
  2430. "ramsey/coding-standard": "^2.0.3",
  2431. "ramsey/conventional-commits": "^1.3",
  2432. "vimeo/psalm": "^5.4"
  2433. },
  2434. "type": "library",
  2435. "extra": {
  2436. "captainhook": {
  2437. "force-install": true
  2438. },
  2439. "ramsey/conventional-commits": {
  2440. "configFile": "conventional-commits.json"
  2441. }
  2442. },
  2443. "autoload": {
  2444. "psr-4": {
  2445. "Ramsey\\Collection\\": "src/"
  2446. }
  2447. },
  2448. "notification-url": "https://packagist.org/downloads/",
  2449. "license": [
  2450. "MIT"
  2451. ],
  2452. "authors": [
  2453. {
  2454. "name": "Ben Ramsey",
  2455. "email": "ben@benramsey.com",
  2456. "homepage": "https://benramsey.com"
  2457. }
  2458. ],
  2459. "description": "A PHP library for representing and manipulating collections.",
  2460. "keywords": [
  2461. "array",
  2462. "collection",
  2463. "hash",
  2464. "map",
  2465. "queue",
  2466. "set"
  2467. ],
  2468. "support": {
  2469. "issues": "https://github.com/ramsey/collection/issues",
  2470. "source": "https://github.com/ramsey/collection/tree/2.0.0"
  2471. },
  2472. "funding": [
  2473. {
  2474. "url": "https://github.com/ramsey",
  2475. "type": "github"
  2476. },
  2477. {
  2478. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  2479. "type": "tidelift"
  2480. }
  2481. ],
  2482. "time": "2022-12-31T21:50:55+00:00"
  2483. },
  2484. {
  2485. "name": "ramsey/uuid",
  2486. "version": "4.7.4",
  2487. "source": {
  2488. "type": "git",
  2489. "url": "https://github.com/ramsey/uuid.git",
  2490. "reference": "60a4c63ab724854332900504274f6150ff26d286"
  2491. },
  2492. "dist": {
  2493. "type": "zip",
  2494. "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
  2495. "reference": "60a4c63ab724854332900504274f6150ff26d286",
  2496. "shasum": ""
  2497. },
  2498. "require": {
  2499. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
  2500. "ext-json": "*",
  2501. "php": "^8.0",
  2502. "ramsey/collection": "^1.2 || ^2.0"
  2503. },
  2504. "replace": {
  2505. "rhumsaa/uuid": "self.version"
  2506. },
  2507. "require-dev": {
  2508. "captainhook/captainhook": "^5.10",
  2509. "captainhook/plugin-composer": "^5.3",
  2510. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  2511. "doctrine/annotations": "^1.8",
  2512. "ergebnis/composer-normalize": "^2.15",
  2513. "mockery/mockery": "^1.3",
  2514. "paragonie/random-lib": "^2",
  2515. "php-mock/php-mock": "^2.2",
  2516. "php-mock/php-mock-mockery": "^1.3",
  2517. "php-parallel-lint/php-parallel-lint": "^1.1",
  2518. "phpbench/phpbench": "^1.0",
  2519. "phpstan/extension-installer": "^1.1",
  2520. "phpstan/phpstan": "^1.8",
  2521. "phpstan/phpstan-mockery": "^1.1",
  2522. "phpstan/phpstan-phpunit": "^1.1",
  2523. "phpunit/phpunit": "^8.5 || ^9",
  2524. "ramsey/composer-repl": "^1.4",
  2525. "slevomat/coding-standard": "^8.4",
  2526. "squizlabs/php_codesniffer": "^3.5",
  2527. "vimeo/psalm": "^4.9"
  2528. },
  2529. "suggest": {
  2530. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2531. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2532. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2533. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2534. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2535. },
  2536. "type": "library",
  2537. "extra": {
  2538. "captainhook": {
  2539. "force-install": true
  2540. }
  2541. },
  2542. "autoload": {
  2543. "files": [
  2544. "src/functions.php"
  2545. ],
  2546. "psr-4": {
  2547. "Ramsey\\Uuid\\": "src/"
  2548. }
  2549. },
  2550. "notification-url": "https://packagist.org/downloads/",
  2551. "license": [
  2552. "MIT"
  2553. ],
  2554. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2555. "keywords": [
  2556. "guid",
  2557. "identifier",
  2558. "uuid"
  2559. ],
  2560. "support": {
  2561. "issues": "https://github.com/ramsey/uuid/issues",
  2562. "source": "https://github.com/ramsey/uuid/tree/4.7.4"
  2563. },
  2564. "funding": [
  2565. {
  2566. "url": "https://github.com/ramsey",
  2567. "type": "github"
  2568. },
  2569. {
  2570. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  2571. "type": "tidelift"
  2572. }
  2573. ],
  2574. "time": "2023-04-15T23:01:58+00:00"
  2575. },
  2576. {
  2577. "name": "symfony/console",
  2578. "version": "v6.2.10",
  2579. "source": {
  2580. "type": "git",
  2581. "url": "https://github.com/symfony/console.git",
  2582. "reference": "12288d9f4500f84a4d02254d4aa968b15488476f"
  2583. },
  2584. "dist": {
  2585. "type": "zip",
  2586. "url": "https://api.github.com/repos/symfony/console/zipball/12288d9f4500f84a4d02254d4aa968b15488476f",
  2587. "reference": "12288d9f4500f84a4d02254d4aa968b15488476f",
  2588. "shasum": ""
  2589. },
  2590. "require": {
  2591. "php": ">=8.1",
  2592. "symfony/deprecation-contracts": "^2.1|^3",
  2593. "symfony/polyfill-mbstring": "~1.0",
  2594. "symfony/service-contracts": "^1.1|^2|^3",
  2595. "symfony/string": "^5.4|^6.0"
  2596. },
  2597. "conflict": {
  2598. "symfony/dependency-injection": "<5.4",
  2599. "symfony/dotenv": "<5.4",
  2600. "symfony/event-dispatcher": "<5.4",
  2601. "symfony/lock": "<5.4",
  2602. "symfony/process": "<5.4"
  2603. },
  2604. "provide": {
  2605. "psr/log-implementation": "1.0|2.0|3.0"
  2606. },
  2607. "require-dev": {
  2608. "psr/log": "^1|^2|^3",
  2609. "symfony/config": "^5.4|^6.0",
  2610. "symfony/dependency-injection": "^5.4|^6.0",
  2611. "symfony/event-dispatcher": "^5.4|^6.0",
  2612. "symfony/lock": "^5.4|^6.0",
  2613. "symfony/process": "^5.4|^6.0",
  2614. "symfony/var-dumper": "^5.4|^6.0"
  2615. },
  2616. "suggest": {
  2617. "psr/log": "For using the console logger",
  2618. "symfony/event-dispatcher": "",
  2619. "symfony/lock": "",
  2620. "symfony/process": ""
  2621. },
  2622. "type": "library",
  2623. "autoload": {
  2624. "psr-4": {
  2625. "Symfony\\Component\\Console\\": ""
  2626. },
  2627. "exclude-from-classmap": [
  2628. "/Tests/"
  2629. ]
  2630. },
  2631. "notification-url": "https://packagist.org/downloads/",
  2632. "license": [
  2633. "MIT"
  2634. ],
  2635. "authors": [
  2636. {
  2637. "name": "Fabien Potencier",
  2638. "email": "fabien@symfony.com"
  2639. },
  2640. {
  2641. "name": "Symfony Community",
  2642. "homepage": "https://symfony.com/contributors"
  2643. }
  2644. ],
  2645. "description": "Eases the creation of beautiful and testable command line interfaces",
  2646. "homepage": "https://symfony.com",
  2647. "keywords": [
  2648. "cli",
  2649. "command-line",
  2650. "console",
  2651. "terminal"
  2652. ],
  2653. "support": {
  2654. "source": "https://github.com/symfony/console/tree/v6.2.10"
  2655. },
  2656. "funding": [
  2657. {
  2658. "url": "https://symfony.com/sponsor",
  2659. "type": "custom"
  2660. },
  2661. {
  2662. "url": "https://github.com/fabpot",
  2663. "type": "github"
  2664. },
  2665. {
  2666. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2667. "type": "tidelift"
  2668. }
  2669. ],
  2670. "time": "2023-04-28T13:37:43+00:00"
  2671. },
  2672. {
  2673. "name": "symfony/deprecation-contracts",
  2674. "version": "v3.2.1",
  2675. "source": {
  2676. "type": "git",
  2677. "url": "https://github.com/symfony/deprecation-contracts.git",
  2678. "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
  2679. },
  2680. "dist": {
  2681. "type": "zip",
  2682. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
  2683. "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
  2684. "shasum": ""
  2685. },
  2686. "require": {
  2687. "php": ">=8.1"
  2688. },
  2689. "type": "library",
  2690. "extra": {
  2691. "branch-alias": {
  2692. "dev-main": "3.3-dev"
  2693. },
  2694. "thanks": {
  2695. "name": "symfony/contracts",
  2696. "url": "https://github.com/symfony/contracts"
  2697. }
  2698. },
  2699. "autoload": {
  2700. "files": [
  2701. "function.php"
  2702. ]
  2703. },
  2704. "notification-url": "https://packagist.org/downloads/",
  2705. "license": [
  2706. "MIT"
  2707. ],
  2708. "authors": [
  2709. {
  2710. "name": "Nicolas Grekas",
  2711. "email": "p@tchwork.com"
  2712. },
  2713. {
  2714. "name": "Symfony Community",
  2715. "homepage": "https://symfony.com/contributors"
  2716. }
  2717. ],
  2718. "description": "A generic function and convention to trigger deprecation notices",
  2719. "homepage": "https://symfony.com",
  2720. "support": {
  2721. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
  2722. },
  2723. "funding": [
  2724. {
  2725. "url": "https://symfony.com/sponsor",
  2726. "type": "custom"
  2727. },
  2728. {
  2729. "url": "https://github.com/fabpot",
  2730. "type": "github"
  2731. },
  2732. {
  2733. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2734. "type": "tidelift"
  2735. }
  2736. ],
  2737. "time": "2023-03-01T10:25:55+00:00"
  2738. },
  2739. {
  2740. "name": "symfony/error-handler",
  2741. "version": "v6.2.10",
  2742. "source": {
  2743. "type": "git",
  2744. "url": "https://github.com/symfony/error-handler.git",
  2745. "reference": "8b7e9f124640cb0611624a9383176c3e5f7d8cfb"
  2746. },
  2747. "dist": {
  2748. "type": "zip",
  2749. "url": "https://api.github.com/repos/symfony/error-handler/zipball/8b7e9f124640cb0611624a9383176c3e5f7d8cfb",
  2750. "reference": "8b7e9f124640cb0611624a9383176c3e5f7d8cfb",
  2751. "shasum": ""
  2752. },
  2753. "require": {
  2754. "php": ">=8.1",
  2755. "psr/log": "^1|^2|^3",
  2756. "symfony/var-dumper": "^5.4|^6.0"
  2757. },
  2758. "require-dev": {
  2759. "symfony/deprecation-contracts": "^2.1|^3",
  2760. "symfony/http-kernel": "^5.4|^6.0",
  2761. "symfony/serializer": "^5.4|^6.0"
  2762. },
  2763. "bin": [
  2764. "Resources/bin/patch-type-declarations"
  2765. ],
  2766. "type": "library",
  2767. "autoload": {
  2768. "psr-4": {
  2769. "Symfony\\Component\\ErrorHandler\\": ""
  2770. },
  2771. "exclude-from-classmap": [
  2772. "/Tests/"
  2773. ]
  2774. },
  2775. "notification-url": "https://packagist.org/downloads/",
  2776. "license": [
  2777. "MIT"
  2778. ],
  2779. "authors": [
  2780. {
  2781. "name": "Fabien Potencier",
  2782. "email": "fabien@symfony.com"
  2783. },
  2784. {
  2785. "name": "Symfony Community",
  2786. "homepage": "https://symfony.com/contributors"
  2787. }
  2788. ],
  2789. "description": "Provides tools to manage errors and ease debugging PHP code",
  2790. "homepage": "https://symfony.com",
  2791. "support": {
  2792. "source": "https://github.com/symfony/error-handler/tree/v6.2.10"
  2793. },
  2794. "funding": [
  2795. {
  2796. "url": "https://symfony.com/sponsor",
  2797. "type": "custom"
  2798. },
  2799. {
  2800. "url": "https://github.com/fabpot",
  2801. "type": "github"
  2802. },
  2803. {
  2804. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2805. "type": "tidelift"
  2806. }
  2807. ],
  2808. "time": "2023-04-18T13:46:08+00:00"
  2809. },
  2810. {
  2811. "name": "symfony/event-dispatcher",
  2812. "version": "v6.2.8",
  2813. "source": {
  2814. "type": "git",
  2815. "url": "https://github.com/symfony/event-dispatcher.git",
  2816. "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339"
  2817. },
  2818. "dist": {
  2819. "type": "zip",
  2820. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
  2821. "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
  2822. "shasum": ""
  2823. },
  2824. "require": {
  2825. "php": ">=8.1",
  2826. "symfony/event-dispatcher-contracts": "^2|^3"
  2827. },
  2828. "conflict": {
  2829. "symfony/dependency-injection": "<5.4"
  2830. },
  2831. "provide": {
  2832. "psr/event-dispatcher-implementation": "1.0",
  2833. "symfony/event-dispatcher-implementation": "2.0|3.0"
  2834. },
  2835. "require-dev": {
  2836. "psr/log": "^1|^2|^3",
  2837. "symfony/config": "^5.4|^6.0",
  2838. "symfony/dependency-injection": "^5.4|^6.0",
  2839. "symfony/error-handler": "^5.4|^6.0",
  2840. "symfony/expression-language": "^5.4|^6.0",
  2841. "symfony/http-foundation": "^5.4|^6.0",
  2842. "symfony/service-contracts": "^1.1|^2|^3",
  2843. "symfony/stopwatch": "^5.4|^6.0"
  2844. },
  2845. "suggest": {
  2846. "symfony/dependency-injection": "",
  2847. "symfony/http-kernel": ""
  2848. },
  2849. "type": "library",
  2850. "autoload": {
  2851. "psr-4": {
  2852. "Symfony\\Component\\EventDispatcher\\": ""
  2853. },
  2854. "exclude-from-classmap": [
  2855. "/Tests/"
  2856. ]
  2857. },
  2858. "notification-url": "https://packagist.org/downloads/",
  2859. "license": [
  2860. "MIT"
  2861. ],
  2862. "authors": [
  2863. {
  2864. "name": "Fabien Potencier",
  2865. "email": "fabien@symfony.com"
  2866. },
  2867. {
  2868. "name": "Symfony Community",
  2869. "homepage": "https://symfony.com/contributors"
  2870. }
  2871. ],
  2872. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  2873. "homepage": "https://symfony.com",
  2874. "support": {
  2875. "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.8"
  2876. },
  2877. "funding": [
  2878. {
  2879. "url": "https://symfony.com/sponsor",
  2880. "type": "custom"
  2881. },
  2882. {
  2883. "url": "https://github.com/fabpot",
  2884. "type": "github"
  2885. },
  2886. {
  2887. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2888. "type": "tidelift"
  2889. }
  2890. ],
  2891. "time": "2023-03-20T16:06:02+00:00"
  2892. },
  2893. {
  2894. "name": "symfony/event-dispatcher-contracts",
  2895. "version": "v3.2.1",
  2896. "source": {
  2897. "type": "git",
  2898. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2899. "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd"
  2900. },
  2901. "dist": {
  2902. "type": "zip",
  2903. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
  2904. "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
  2905. "shasum": ""
  2906. },
  2907. "require": {
  2908. "php": ">=8.1",
  2909. "psr/event-dispatcher": "^1"
  2910. },
  2911. "suggest": {
  2912. "symfony/event-dispatcher-implementation": ""
  2913. },
  2914. "type": "library",
  2915. "extra": {
  2916. "branch-alias": {
  2917. "dev-main": "3.3-dev"
  2918. },
  2919. "thanks": {
  2920. "name": "symfony/contracts",
  2921. "url": "https://github.com/symfony/contracts"
  2922. }
  2923. },
  2924. "autoload": {
  2925. "psr-4": {
  2926. "Symfony\\Contracts\\EventDispatcher\\": ""
  2927. }
  2928. },
  2929. "notification-url": "https://packagist.org/downloads/",
  2930. "license": [
  2931. "MIT"
  2932. ],
  2933. "authors": [
  2934. {
  2935. "name": "Nicolas Grekas",
  2936. "email": "p@tchwork.com"
  2937. },
  2938. {
  2939. "name": "Symfony Community",
  2940. "homepage": "https://symfony.com/contributors"
  2941. }
  2942. ],
  2943. "description": "Generic abstractions related to dispatching event",
  2944. "homepage": "https://symfony.com",
  2945. "keywords": [
  2946. "abstractions",
  2947. "contracts",
  2948. "decoupling",
  2949. "interfaces",
  2950. "interoperability",
  2951. "standards"
  2952. ],
  2953. "support": {
  2954. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1"
  2955. },
  2956. "funding": [
  2957. {
  2958. "url": "https://symfony.com/sponsor",
  2959. "type": "custom"
  2960. },
  2961. {
  2962. "url": "https://github.com/fabpot",
  2963. "type": "github"
  2964. },
  2965. {
  2966. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2967. "type": "tidelift"
  2968. }
  2969. ],
  2970. "time": "2023-03-01T10:32:47+00:00"
  2971. },
  2972. {
  2973. "name": "symfony/finder",
  2974. "version": "v6.2.7",
  2975. "source": {
  2976. "type": "git",
  2977. "url": "https://github.com/symfony/finder.git",
  2978. "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
  2979. },
  2980. "dist": {
  2981. "type": "zip",
  2982. "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
  2983. "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
  2984. "shasum": ""
  2985. },
  2986. "require": {
  2987. "php": ">=8.1"
  2988. },
  2989. "require-dev": {
  2990. "symfony/filesystem": "^6.0"
  2991. },
  2992. "type": "library",
  2993. "autoload": {
  2994. "psr-4": {
  2995. "Symfony\\Component\\Finder\\": ""
  2996. },
  2997. "exclude-from-classmap": [
  2998. "/Tests/"
  2999. ]
  3000. },
  3001. "notification-url": "https://packagist.org/downloads/",
  3002. "license": [
  3003. "MIT"
  3004. ],
  3005. "authors": [
  3006. {
  3007. "name": "Fabien Potencier",
  3008. "email": "fabien@symfony.com"
  3009. },
  3010. {
  3011. "name": "Symfony Community",
  3012. "homepage": "https://symfony.com/contributors"
  3013. }
  3014. ],
  3015. "description": "Finds files and directories via an intuitive fluent interface",
  3016. "homepage": "https://symfony.com",
  3017. "support": {
  3018. "source": "https://github.com/symfony/finder/tree/v6.2.7"
  3019. },
  3020. "funding": [
  3021. {
  3022. "url": "https://symfony.com/sponsor",
  3023. "type": "custom"
  3024. },
  3025. {
  3026. "url": "https://github.com/fabpot",
  3027. "type": "github"
  3028. },
  3029. {
  3030. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3031. "type": "tidelift"
  3032. }
  3033. ],
  3034. "time": "2023-02-16T09:57:23+00:00"
  3035. },
  3036. {
  3037. "name": "symfony/polyfill-ctype",
  3038. "version": "v1.27.0",
  3039. "source": {
  3040. "type": "git",
  3041. "url": "https://github.com/symfony/polyfill-ctype.git",
  3042. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
  3043. },
  3044. "dist": {
  3045. "type": "zip",
  3046. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
  3047. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
  3048. "shasum": ""
  3049. },
  3050. "require": {
  3051. "php": ">=7.1"
  3052. },
  3053. "provide": {
  3054. "ext-ctype": "*"
  3055. },
  3056. "suggest": {
  3057. "ext-ctype": "For best performance"
  3058. },
  3059. "type": "library",
  3060. "extra": {
  3061. "branch-alias": {
  3062. "dev-main": "1.27-dev"
  3063. },
  3064. "thanks": {
  3065. "name": "symfony/polyfill",
  3066. "url": "https://github.com/symfony/polyfill"
  3067. }
  3068. },
  3069. "autoload": {
  3070. "files": [
  3071. "bootstrap.php"
  3072. ],
  3073. "psr-4": {
  3074. "Symfony\\Polyfill\\Ctype\\": ""
  3075. }
  3076. },
  3077. "notification-url": "https://packagist.org/downloads/",
  3078. "license": [
  3079. "MIT"
  3080. ],
  3081. "authors": [
  3082. {
  3083. "name": "Gert de Pagter",
  3084. "email": "BackEndTea@gmail.com"
  3085. },
  3086. {
  3087. "name": "Symfony Community",
  3088. "homepage": "https://symfony.com/contributors"
  3089. }
  3090. ],
  3091. "description": "Symfony polyfill for ctype functions",
  3092. "homepage": "https://symfony.com",
  3093. "keywords": [
  3094. "compatibility",
  3095. "ctype",
  3096. "polyfill",
  3097. "portable"
  3098. ],
  3099. "support": {
  3100. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
  3101. },
  3102. "funding": [
  3103. {
  3104. "url": "https://symfony.com/sponsor",
  3105. "type": "custom"
  3106. },
  3107. {
  3108. "url": "https://github.com/fabpot",
  3109. "type": "github"
  3110. },
  3111. {
  3112. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3113. "type": "tidelift"
  3114. }
  3115. ],
  3116. "time": "2022-11-03T14:55:06+00:00"
  3117. },
  3118. {
  3119. "name": "symfony/polyfill-intl-grapheme",
  3120. "version": "v1.27.0",
  3121. "source": {
  3122. "type": "git",
  3123. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3124. "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
  3125. },
  3126. "dist": {
  3127. "type": "zip",
  3128. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
  3129. "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
  3130. "shasum": ""
  3131. },
  3132. "require": {
  3133. "php": ">=7.1"
  3134. },
  3135. "suggest": {
  3136. "ext-intl": "For best performance"
  3137. },
  3138. "type": "library",
  3139. "extra": {
  3140. "branch-alias": {
  3141. "dev-main": "1.27-dev"
  3142. },
  3143. "thanks": {
  3144. "name": "symfony/polyfill",
  3145. "url": "https://github.com/symfony/polyfill"
  3146. }
  3147. },
  3148. "autoload": {
  3149. "files": [
  3150. "bootstrap.php"
  3151. ],
  3152. "psr-4": {
  3153. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3154. }
  3155. },
  3156. "notification-url": "https://packagist.org/downloads/",
  3157. "license": [
  3158. "MIT"
  3159. ],
  3160. "authors": [
  3161. {
  3162. "name": "Nicolas Grekas",
  3163. "email": "p@tchwork.com"
  3164. },
  3165. {
  3166. "name": "Symfony Community",
  3167. "homepage": "https://symfony.com/contributors"
  3168. }
  3169. ],
  3170. "description": "Symfony polyfill for intl's grapheme_* functions",
  3171. "homepage": "https://symfony.com",
  3172. "keywords": [
  3173. "compatibility",
  3174. "grapheme",
  3175. "intl",
  3176. "polyfill",
  3177. "portable",
  3178. "shim"
  3179. ],
  3180. "support": {
  3181. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
  3182. },
  3183. "funding": [
  3184. {
  3185. "url": "https://symfony.com/sponsor",
  3186. "type": "custom"
  3187. },
  3188. {
  3189. "url": "https://github.com/fabpot",
  3190. "type": "github"
  3191. },
  3192. {
  3193. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3194. "type": "tidelift"
  3195. }
  3196. ],
  3197. "time": "2022-11-03T14:55:06+00:00"
  3198. },
  3199. {
  3200. "name": "symfony/polyfill-intl-normalizer",
  3201. "version": "v1.27.0",
  3202. "source": {
  3203. "type": "git",
  3204. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3205. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
  3206. },
  3207. "dist": {
  3208. "type": "zip",
  3209. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  3210. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  3211. "shasum": ""
  3212. },
  3213. "require": {
  3214. "php": ">=7.1"
  3215. },
  3216. "suggest": {
  3217. "ext-intl": "For best performance"
  3218. },
  3219. "type": "library",
  3220. "extra": {
  3221. "branch-alias": {
  3222. "dev-main": "1.27-dev"
  3223. },
  3224. "thanks": {
  3225. "name": "symfony/polyfill",
  3226. "url": "https://github.com/symfony/polyfill"
  3227. }
  3228. },
  3229. "autoload": {
  3230. "files": [
  3231. "bootstrap.php"
  3232. ],
  3233. "psr-4": {
  3234. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3235. },
  3236. "classmap": [
  3237. "Resources/stubs"
  3238. ]
  3239. },
  3240. "notification-url": "https://packagist.org/downloads/",
  3241. "license": [
  3242. "MIT"
  3243. ],
  3244. "authors": [
  3245. {
  3246. "name": "Nicolas Grekas",
  3247. "email": "p@tchwork.com"
  3248. },
  3249. {
  3250. "name": "Symfony Community",
  3251. "homepage": "https://symfony.com/contributors"
  3252. }
  3253. ],
  3254. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  3255. "homepage": "https://symfony.com",
  3256. "keywords": [
  3257. "compatibility",
  3258. "intl",
  3259. "normalizer",
  3260. "polyfill",
  3261. "portable",
  3262. "shim"
  3263. ],
  3264. "support": {
  3265. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
  3266. },
  3267. "funding": [
  3268. {
  3269. "url": "https://symfony.com/sponsor",
  3270. "type": "custom"
  3271. },
  3272. {
  3273. "url": "https://github.com/fabpot",
  3274. "type": "github"
  3275. },
  3276. {
  3277. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3278. "type": "tidelift"
  3279. }
  3280. ],
  3281. "time": "2022-11-03T14:55:06+00:00"
  3282. },
  3283. {
  3284. "name": "symfony/polyfill-mbstring",
  3285. "version": "v1.27.0",
  3286. "source": {
  3287. "type": "git",
  3288. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3289. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  3290. },
  3291. "dist": {
  3292. "type": "zip",
  3293. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  3294. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  3295. "shasum": ""
  3296. },
  3297. "require": {
  3298. "php": ">=7.1"
  3299. },
  3300. "provide": {
  3301. "ext-mbstring": "*"
  3302. },
  3303. "suggest": {
  3304. "ext-mbstring": "For best performance"
  3305. },
  3306. "type": "library",
  3307. "extra": {
  3308. "branch-alias": {
  3309. "dev-main": "1.27-dev"
  3310. },
  3311. "thanks": {
  3312. "name": "symfony/polyfill",
  3313. "url": "https://github.com/symfony/polyfill"
  3314. }
  3315. },
  3316. "autoload": {
  3317. "files": [
  3318. "bootstrap.php"
  3319. ],
  3320. "psr-4": {
  3321. "Symfony\\Polyfill\\Mbstring\\": ""
  3322. }
  3323. },
  3324. "notification-url": "https://packagist.org/downloads/",
  3325. "license": [
  3326. "MIT"
  3327. ],
  3328. "authors": [
  3329. {
  3330. "name": "Nicolas Grekas",
  3331. "email": "p@tchwork.com"
  3332. },
  3333. {
  3334. "name": "Symfony Community",
  3335. "homepage": "https://symfony.com/contributors"
  3336. }
  3337. ],
  3338. "description": "Symfony polyfill for the Mbstring extension",
  3339. "homepage": "https://symfony.com",
  3340. "keywords": [
  3341. "compatibility",
  3342. "mbstring",
  3343. "polyfill",
  3344. "portable",
  3345. "shim"
  3346. ],
  3347. "support": {
  3348. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  3349. },
  3350. "funding": [
  3351. {
  3352. "url": "https://symfony.com/sponsor",
  3353. "type": "custom"
  3354. },
  3355. {
  3356. "url": "https://github.com/fabpot",
  3357. "type": "github"
  3358. },
  3359. {
  3360. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3361. "type": "tidelift"
  3362. }
  3363. ],
  3364. "time": "2022-11-03T14:55:06+00:00"
  3365. },
  3366. {
  3367. "name": "symfony/polyfill-php80",
  3368. "version": "v1.27.0",
  3369. "source": {
  3370. "type": "git",
  3371. "url": "https://github.com/symfony/polyfill-php80.git",
  3372. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  3373. },
  3374. "dist": {
  3375. "type": "zip",
  3376. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  3377. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  3378. "shasum": ""
  3379. },
  3380. "require": {
  3381. "php": ">=7.1"
  3382. },
  3383. "type": "library",
  3384. "extra": {
  3385. "branch-alias": {
  3386. "dev-main": "1.27-dev"
  3387. },
  3388. "thanks": {
  3389. "name": "symfony/polyfill",
  3390. "url": "https://github.com/symfony/polyfill"
  3391. }
  3392. },
  3393. "autoload": {
  3394. "files": [
  3395. "bootstrap.php"
  3396. ],
  3397. "psr-4": {
  3398. "Symfony\\Polyfill\\Php80\\": ""
  3399. },
  3400. "classmap": [
  3401. "Resources/stubs"
  3402. ]
  3403. },
  3404. "notification-url": "https://packagist.org/downloads/",
  3405. "license": [
  3406. "MIT"
  3407. ],
  3408. "authors": [
  3409. {
  3410. "name": "Ion Bazan",
  3411. "email": "ion.bazan@gmail.com"
  3412. },
  3413. {
  3414. "name": "Nicolas Grekas",
  3415. "email": "p@tchwork.com"
  3416. },
  3417. {
  3418. "name": "Symfony Community",
  3419. "homepage": "https://symfony.com/contributors"
  3420. }
  3421. ],
  3422. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  3423. "homepage": "https://symfony.com",
  3424. "keywords": [
  3425. "compatibility",
  3426. "polyfill",
  3427. "portable",
  3428. "shim"
  3429. ],
  3430. "support": {
  3431. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  3432. },
  3433. "funding": [
  3434. {
  3435. "url": "https://symfony.com/sponsor",
  3436. "type": "custom"
  3437. },
  3438. {
  3439. "url": "https://github.com/fabpot",
  3440. "type": "github"
  3441. },
  3442. {
  3443. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3444. "type": "tidelift"
  3445. }
  3446. ],
  3447. "time": "2022-11-03T14:55:06+00:00"
  3448. },
  3449. {
  3450. "name": "symfony/process",
  3451. "version": "v6.2.10",
  3452. "source": {
  3453. "type": "git",
  3454. "url": "https://github.com/symfony/process.git",
  3455. "reference": "b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e"
  3456. },
  3457. "dist": {
  3458. "type": "zip",
  3459. "url": "https://api.github.com/repos/symfony/process/zipball/b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e",
  3460. "reference": "b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e",
  3461. "shasum": ""
  3462. },
  3463. "require": {
  3464. "php": ">=8.1"
  3465. },
  3466. "type": "library",
  3467. "autoload": {
  3468. "psr-4": {
  3469. "Symfony\\Component\\Process\\": ""
  3470. },
  3471. "exclude-from-classmap": [
  3472. "/Tests/"
  3473. ]
  3474. },
  3475. "notification-url": "https://packagist.org/downloads/",
  3476. "license": [
  3477. "MIT"
  3478. ],
  3479. "authors": [
  3480. {
  3481. "name": "Fabien Potencier",
  3482. "email": "fabien@symfony.com"
  3483. },
  3484. {
  3485. "name": "Symfony Community",
  3486. "homepage": "https://symfony.com/contributors"
  3487. }
  3488. ],
  3489. "description": "Executes commands in sub-processes",
  3490. "homepage": "https://symfony.com",
  3491. "support": {
  3492. "source": "https://github.com/symfony/process/tree/v6.2.10"
  3493. },
  3494. "funding": [
  3495. {
  3496. "url": "https://symfony.com/sponsor",
  3497. "type": "custom"
  3498. },
  3499. {
  3500. "url": "https://github.com/fabpot",
  3501. "type": "github"
  3502. },
  3503. {
  3504. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3505. "type": "tidelift"
  3506. }
  3507. ],
  3508. "time": "2023-04-18T13:56:57+00:00"
  3509. },
  3510. {
  3511. "name": "symfony/service-contracts",
  3512. "version": "v3.2.1",
  3513. "source": {
  3514. "type": "git",
  3515. "url": "https://github.com/symfony/service-contracts.git",
  3516. "reference": "a8c9cedf55f314f3a186041d19537303766df09a"
  3517. },
  3518. "dist": {
  3519. "type": "zip",
  3520. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
  3521. "reference": "a8c9cedf55f314f3a186041d19537303766df09a",
  3522. "shasum": ""
  3523. },
  3524. "require": {
  3525. "php": ">=8.1",
  3526. "psr/container": "^2.0"
  3527. },
  3528. "conflict": {
  3529. "ext-psr": "<1.1|>=2"
  3530. },
  3531. "suggest": {
  3532. "symfony/service-implementation": ""
  3533. },
  3534. "type": "library",
  3535. "extra": {
  3536. "branch-alias": {
  3537. "dev-main": "3.3-dev"
  3538. },
  3539. "thanks": {
  3540. "name": "symfony/contracts",
  3541. "url": "https://github.com/symfony/contracts"
  3542. }
  3543. },
  3544. "autoload": {
  3545. "psr-4": {
  3546. "Symfony\\Contracts\\Service\\": ""
  3547. },
  3548. "exclude-from-classmap": [
  3549. "/Test/"
  3550. ]
  3551. },
  3552. "notification-url": "https://packagist.org/downloads/",
  3553. "license": [
  3554. "MIT"
  3555. ],
  3556. "authors": [
  3557. {
  3558. "name": "Nicolas Grekas",
  3559. "email": "p@tchwork.com"
  3560. },
  3561. {
  3562. "name": "Symfony Community",
  3563. "homepage": "https://symfony.com/contributors"
  3564. }
  3565. ],
  3566. "description": "Generic abstractions related to writing services",
  3567. "homepage": "https://symfony.com",
  3568. "keywords": [
  3569. "abstractions",
  3570. "contracts",
  3571. "decoupling",
  3572. "interfaces",
  3573. "interoperability",
  3574. "standards"
  3575. ],
  3576. "support": {
  3577. "source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
  3578. },
  3579. "funding": [
  3580. {
  3581. "url": "https://symfony.com/sponsor",
  3582. "type": "custom"
  3583. },
  3584. {
  3585. "url": "https://github.com/fabpot",
  3586. "type": "github"
  3587. },
  3588. {
  3589. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3590. "type": "tidelift"
  3591. }
  3592. ],
  3593. "time": "2023-03-01T10:32:47+00:00"
  3594. },
  3595. {
  3596. "name": "symfony/string",
  3597. "version": "v6.2.8",
  3598. "source": {
  3599. "type": "git",
  3600. "url": "https://github.com/symfony/string.git",
  3601. "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef"
  3602. },
  3603. "dist": {
  3604. "type": "zip",
  3605. "url": "https://api.github.com/repos/symfony/string/zipball/193e83bbd6617d6b2151c37fff10fa7168ebddef",
  3606. "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef",
  3607. "shasum": ""
  3608. },
  3609. "require": {
  3610. "php": ">=8.1",
  3611. "symfony/polyfill-ctype": "~1.8",
  3612. "symfony/polyfill-intl-grapheme": "~1.0",
  3613. "symfony/polyfill-intl-normalizer": "~1.0",
  3614. "symfony/polyfill-mbstring": "~1.0"
  3615. },
  3616. "conflict": {
  3617. "symfony/translation-contracts": "<2.0"
  3618. },
  3619. "require-dev": {
  3620. "symfony/error-handler": "^5.4|^6.0",
  3621. "symfony/http-client": "^5.4|^6.0",
  3622. "symfony/intl": "^6.2",
  3623. "symfony/translation-contracts": "^2.0|^3.0",
  3624. "symfony/var-exporter": "^5.4|^6.0"
  3625. },
  3626. "type": "library",
  3627. "autoload": {
  3628. "files": [
  3629. "Resources/functions.php"
  3630. ],
  3631. "psr-4": {
  3632. "Symfony\\Component\\String\\": ""
  3633. },
  3634. "exclude-from-classmap": [
  3635. "/Tests/"
  3636. ]
  3637. },
  3638. "notification-url": "https://packagist.org/downloads/",
  3639. "license": [
  3640. "MIT"
  3641. ],
  3642. "authors": [
  3643. {
  3644. "name": "Nicolas Grekas",
  3645. "email": "p@tchwork.com"
  3646. },
  3647. {
  3648. "name": "Symfony Community",
  3649. "homepage": "https://symfony.com/contributors"
  3650. }
  3651. ],
  3652. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  3653. "homepage": "https://symfony.com",
  3654. "keywords": [
  3655. "grapheme",
  3656. "i18n",
  3657. "string",
  3658. "unicode",
  3659. "utf-8",
  3660. "utf8"
  3661. ],
  3662. "support": {
  3663. "source": "https://github.com/symfony/string/tree/v6.2.8"
  3664. },
  3665. "funding": [
  3666. {
  3667. "url": "https://symfony.com/sponsor",
  3668. "type": "custom"
  3669. },
  3670. {
  3671. "url": "https://github.com/fabpot",
  3672. "type": "github"
  3673. },
  3674. {
  3675. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3676. "type": "tidelift"
  3677. }
  3678. ],
  3679. "time": "2023-03-20T16:06:02+00:00"
  3680. },
  3681. {
  3682. "name": "symfony/translation",
  3683. "version": "v6.2.8",
  3684. "source": {
  3685. "type": "git",
  3686. "url": "https://github.com/symfony/translation.git",
  3687. "reference": "817535dbb1721df8b3a8f2489dc7e50bcd6209b5"
  3688. },
  3689. "dist": {
  3690. "type": "zip",
  3691. "url": "https://api.github.com/repos/symfony/translation/zipball/817535dbb1721df8b3a8f2489dc7e50bcd6209b5",
  3692. "reference": "817535dbb1721df8b3a8f2489dc7e50bcd6209b5",
  3693. "shasum": ""
  3694. },
  3695. "require": {
  3696. "php": ">=8.1",
  3697. "symfony/polyfill-mbstring": "~1.0",
  3698. "symfony/translation-contracts": "^2.3|^3.0"
  3699. },
  3700. "conflict": {
  3701. "symfony/config": "<5.4",
  3702. "symfony/console": "<5.4",
  3703. "symfony/dependency-injection": "<5.4",
  3704. "symfony/http-kernel": "<5.4",
  3705. "symfony/twig-bundle": "<5.4",
  3706. "symfony/yaml": "<5.4"
  3707. },
  3708. "provide": {
  3709. "symfony/translation-implementation": "2.3|3.0"
  3710. },
  3711. "require-dev": {
  3712. "nikic/php-parser": "^4.13",
  3713. "psr/log": "^1|^2|^3",
  3714. "symfony/config": "^5.4|^6.0",
  3715. "symfony/console": "^5.4|^6.0",
  3716. "symfony/dependency-injection": "^5.4|^6.0",
  3717. "symfony/finder": "^5.4|^6.0",
  3718. "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
  3719. "symfony/http-kernel": "^5.4|^6.0",
  3720. "symfony/intl": "^5.4|^6.0",
  3721. "symfony/polyfill-intl-icu": "^1.21",
  3722. "symfony/routing": "^5.4|^6.0",
  3723. "symfony/service-contracts": "^1.1.2|^2|^3",
  3724. "symfony/yaml": "^5.4|^6.0"
  3725. },
  3726. "suggest": {
  3727. "nikic/php-parser": "To use PhpAstExtractor",
  3728. "psr/log-implementation": "To use logging capability in translator",
  3729. "symfony/config": "",
  3730. "symfony/yaml": ""
  3731. },
  3732. "type": "library",
  3733. "autoload": {
  3734. "files": [
  3735. "Resources/functions.php"
  3736. ],
  3737. "psr-4": {
  3738. "Symfony\\Component\\Translation\\": ""
  3739. },
  3740. "exclude-from-classmap": [
  3741. "/Tests/"
  3742. ]
  3743. },
  3744. "notification-url": "https://packagist.org/downloads/",
  3745. "license": [
  3746. "MIT"
  3747. ],
  3748. "authors": [
  3749. {
  3750. "name": "Fabien Potencier",
  3751. "email": "fabien@symfony.com"
  3752. },
  3753. {
  3754. "name": "Symfony Community",
  3755. "homepage": "https://symfony.com/contributors"
  3756. }
  3757. ],
  3758. "description": "Provides tools to internationalize your application",
  3759. "homepage": "https://symfony.com",
  3760. "support": {
  3761. "source": "https://github.com/symfony/translation/tree/v6.2.8"
  3762. },
  3763. "funding": [
  3764. {
  3765. "url": "https://symfony.com/sponsor",
  3766. "type": "custom"
  3767. },
  3768. {
  3769. "url": "https://github.com/fabpot",
  3770. "type": "github"
  3771. },
  3772. {
  3773. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3774. "type": "tidelift"
  3775. }
  3776. ],
  3777. "time": "2023-03-31T09:14:44+00:00"
  3778. },
  3779. {
  3780. "name": "symfony/translation-contracts",
  3781. "version": "v3.2.1",
  3782. "source": {
  3783. "type": "git",
  3784. "url": "https://github.com/symfony/translation-contracts.git",
  3785. "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8"
  3786. },
  3787. "dist": {
  3788. "type": "zip",
  3789. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dfec258b9dd17a6b24420d464c43bffe347441c8",
  3790. "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8",
  3791. "shasum": ""
  3792. },
  3793. "require": {
  3794. "php": ">=8.1"
  3795. },
  3796. "suggest": {
  3797. "symfony/translation-implementation": ""
  3798. },
  3799. "type": "library",
  3800. "extra": {
  3801. "branch-alias": {
  3802. "dev-main": "3.3-dev"
  3803. },
  3804. "thanks": {
  3805. "name": "symfony/contracts",
  3806. "url": "https://github.com/symfony/contracts"
  3807. }
  3808. },
  3809. "autoload": {
  3810. "psr-4": {
  3811. "Symfony\\Contracts\\Translation\\": ""
  3812. },
  3813. "exclude-from-classmap": [
  3814. "/Test/"
  3815. ]
  3816. },
  3817. "notification-url": "https://packagist.org/downloads/",
  3818. "license": [
  3819. "MIT"
  3820. ],
  3821. "authors": [
  3822. {
  3823. "name": "Nicolas Grekas",
  3824. "email": "p@tchwork.com"
  3825. },
  3826. {
  3827. "name": "Symfony Community",
  3828. "homepage": "https://symfony.com/contributors"
  3829. }
  3830. ],
  3831. "description": "Generic abstractions related to translation",
  3832. "homepage": "https://symfony.com",
  3833. "keywords": [
  3834. "abstractions",
  3835. "contracts",
  3836. "decoupling",
  3837. "interfaces",
  3838. "interoperability",
  3839. "standards"
  3840. ],
  3841. "support": {
  3842. "source": "https://github.com/symfony/translation-contracts/tree/v3.2.1"
  3843. },
  3844. "funding": [
  3845. {
  3846. "url": "https://symfony.com/sponsor",
  3847. "type": "custom"
  3848. },
  3849. {
  3850. "url": "https://github.com/fabpot",
  3851. "type": "github"
  3852. },
  3853. {
  3854. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3855. "type": "tidelift"
  3856. }
  3857. ],
  3858. "time": "2023-03-01T10:32:47+00:00"
  3859. },
  3860. {
  3861. "name": "symfony/var-dumper",
  3862. "version": "v6.2.10",
  3863. "source": {
  3864. "type": "git",
  3865. "url": "https://github.com/symfony/var-dumper.git",
  3866. "reference": "41a750a23412ca76fdbbf5096943b4134272c1ab"
  3867. },
  3868. "dist": {
  3869. "type": "zip",
  3870. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/41a750a23412ca76fdbbf5096943b4134272c1ab",
  3871. "reference": "41a750a23412ca76fdbbf5096943b4134272c1ab",
  3872. "shasum": ""
  3873. },
  3874. "require": {
  3875. "php": ">=8.1",
  3876. "symfony/polyfill-mbstring": "~1.0"
  3877. },
  3878. "conflict": {
  3879. "phpunit/phpunit": "<5.4.3",
  3880. "symfony/console": "<5.4"
  3881. },
  3882. "require-dev": {
  3883. "ext-iconv": "*",
  3884. "symfony/console": "^5.4|^6.0",
  3885. "symfony/process": "^5.4|^6.0",
  3886. "symfony/uid": "^5.4|^6.0",
  3887. "twig/twig": "^2.13|^3.0.4"
  3888. },
  3889. "suggest": {
  3890. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3891. "ext-intl": "To show region name in time zone dump",
  3892. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  3893. },
  3894. "bin": [
  3895. "Resources/bin/var-dump-server"
  3896. ],
  3897. "type": "library",
  3898. "autoload": {
  3899. "files": [
  3900. "Resources/functions/dump.php"
  3901. ],
  3902. "psr-4": {
  3903. "Symfony\\Component\\VarDumper\\": ""
  3904. },
  3905. "exclude-from-classmap": [
  3906. "/Tests/"
  3907. ]
  3908. },
  3909. "notification-url": "https://packagist.org/downloads/",
  3910. "license": [
  3911. "MIT"
  3912. ],
  3913. "authors": [
  3914. {
  3915. "name": "Nicolas Grekas",
  3916. "email": "p@tchwork.com"
  3917. },
  3918. {
  3919. "name": "Symfony Community",
  3920. "homepage": "https://symfony.com/contributors"
  3921. }
  3922. ],
  3923. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  3924. "homepage": "https://symfony.com",
  3925. "keywords": [
  3926. "debug",
  3927. "dump"
  3928. ],
  3929. "support": {
  3930. "source": "https://github.com/symfony/var-dumper/tree/v6.2.10"
  3931. },
  3932. "funding": [
  3933. {
  3934. "url": "https://symfony.com/sponsor",
  3935. "type": "custom"
  3936. },
  3937. {
  3938. "url": "https://github.com/fabpot",
  3939. "type": "github"
  3940. },
  3941. {
  3942. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3943. "type": "tidelift"
  3944. }
  3945. ],
  3946. "time": "2023-04-18T13:46:08+00:00"
  3947. },
  3948. {
  3949. "name": "vlucas/phpdotenv",
  3950. "version": "v5.5.0",
  3951. "source": {
  3952. "type": "git",
  3953. "url": "https://github.com/vlucas/phpdotenv.git",
  3954. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
  3955. },
  3956. "dist": {
  3957. "type": "zip",
  3958. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  3959. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  3960. "shasum": ""
  3961. },
  3962. "require": {
  3963. "ext-pcre": "*",
  3964. "graham-campbell/result-type": "^1.0.2",
  3965. "php": "^7.1.3 || ^8.0",
  3966. "phpoption/phpoption": "^1.8",
  3967. "symfony/polyfill-ctype": "^1.23",
  3968. "symfony/polyfill-mbstring": "^1.23.1",
  3969. "symfony/polyfill-php80": "^1.23.1"
  3970. },
  3971. "require-dev": {
  3972. "bamarni/composer-bin-plugin": "^1.4.1",
  3973. "ext-filter": "*",
  3974. "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
  3975. },
  3976. "suggest": {
  3977. "ext-filter": "Required to use the boolean validator."
  3978. },
  3979. "type": "library",
  3980. "extra": {
  3981. "bamarni-bin": {
  3982. "bin-links": true,
  3983. "forward-command": true
  3984. },
  3985. "branch-alias": {
  3986. "dev-master": "5.5-dev"
  3987. }
  3988. },
  3989. "autoload": {
  3990. "psr-4": {
  3991. "Dotenv\\": "src/"
  3992. }
  3993. },
  3994. "notification-url": "https://packagist.org/downloads/",
  3995. "license": [
  3996. "BSD-3-Clause"
  3997. ],
  3998. "authors": [
  3999. {
  4000. "name": "Graham Campbell",
  4001. "email": "hello@gjcampbell.co.uk",
  4002. "homepage": "https://github.com/GrahamCampbell"
  4003. },
  4004. {
  4005. "name": "Vance Lucas",
  4006. "email": "vance@vancelucas.com",
  4007. "homepage": "https://github.com/vlucas"
  4008. }
  4009. ],
  4010. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4011. "keywords": [
  4012. "dotenv",
  4013. "env",
  4014. "environment"
  4015. ],
  4016. "support": {
  4017. "issues": "https://github.com/vlucas/phpdotenv/issues",
  4018. "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
  4019. },
  4020. "funding": [
  4021. {
  4022. "url": "https://github.com/GrahamCampbell",
  4023. "type": "github"
  4024. },
  4025. {
  4026. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  4027. "type": "tidelift"
  4028. }
  4029. ],
  4030. "time": "2022-10-16T01:01:54+00:00"
  4031. },
  4032. {
  4033. "name": "voku/portable-ascii",
  4034. "version": "2.0.1",
  4035. "source": {
  4036. "type": "git",
  4037. "url": "https://github.com/voku/portable-ascii.git",
  4038. "reference": "b56450eed252f6801410d810c8e1727224ae0743"
  4039. },
  4040. "dist": {
  4041. "type": "zip",
  4042. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
  4043. "reference": "b56450eed252f6801410d810c8e1727224ae0743",
  4044. "shasum": ""
  4045. },
  4046. "require": {
  4047. "php": ">=7.0.0"
  4048. },
  4049. "require-dev": {
  4050. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  4051. },
  4052. "suggest": {
  4053. "ext-intl": "Use Intl for transliterator_transliterate() support"
  4054. },
  4055. "type": "library",
  4056. "autoload": {
  4057. "psr-4": {
  4058. "voku\\": "src/voku/"
  4059. }
  4060. },
  4061. "notification-url": "https://packagist.org/downloads/",
  4062. "license": [
  4063. "MIT"
  4064. ],
  4065. "authors": [
  4066. {
  4067. "name": "Lars Moelleken",
  4068. "homepage": "http://www.moelleken.org/"
  4069. }
  4070. ],
  4071. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  4072. "homepage": "https://github.com/voku/portable-ascii",
  4073. "keywords": [
  4074. "ascii",
  4075. "clean",
  4076. "php"
  4077. ],
  4078. "support": {
  4079. "issues": "https://github.com/voku/portable-ascii/issues",
  4080. "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
  4081. },
  4082. "funding": [
  4083. {
  4084. "url": "https://www.paypal.me/moelleken",
  4085. "type": "custom"
  4086. },
  4087. {
  4088. "url": "https://github.com/voku",
  4089. "type": "github"
  4090. },
  4091. {
  4092. "url": "https://opencollective.com/portable-ascii",
  4093. "type": "open_collective"
  4094. },
  4095. {
  4096. "url": "https://www.patreon.com/voku",
  4097. "type": "patreon"
  4098. },
  4099. {
  4100. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  4101. "type": "tidelift"
  4102. }
  4103. ],
  4104. "time": "2022-03-08T17:03:00+00:00"
  4105. },
  4106. {
  4107. "name": "webmozart/assert",
  4108. "version": "1.11.0",
  4109. "source": {
  4110. "type": "git",
  4111. "url": "https://github.com/webmozarts/assert.git",
  4112. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  4113. },
  4114. "dist": {
  4115. "type": "zip",
  4116. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  4117. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  4118. "shasum": ""
  4119. },
  4120. "require": {
  4121. "ext-ctype": "*",
  4122. "php": "^7.2 || ^8.0"
  4123. },
  4124. "conflict": {
  4125. "phpstan/phpstan": "<0.12.20",
  4126. "vimeo/psalm": "<4.6.1 || 4.6.2"
  4127. },
  4128. "require-dev": {
  4129. "phpunit/phpunit": "^8.5.13"
  4130. },
  4131. "type": "library",
  4132. "extra": {
  4133. "branch-alias": {
  4134. "dev-master": "1.10-dev"
  4135. }
  4136. },
  4137. "autoload": {
  4138. "psr-4": {
  4139. "Webmozart\\Assert\\": "src/"
  4140. }
  4141. },
  4142. "notification-url": "https://packagist.org/downloads/",
  4143. "license": [
  4144. "MIT"
  4145. ],
  4146. "authors": [
  4147. {
  4148. "name": "Bernhard Schussek",
  4149. "email": "bschussek@gmail.com"
  4150. }
  4151. ],
  4152. "description": "Assertions to validate method input/output with nice error messages.",
  4153. "keywords": [
  4154. "assert",
  4155. "check",
  4156. "validate"
  4157. ],
  4158. "support": {
  4159. "issues": "https://github.com/webmozarts/assert/issues",
  4160. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  4161. },
  4162. "time": "2022-06-03T18:03:27+00:00"
  4163. }
  4164. ],
  4165. "packages-dev": [
  4166. {
  4167. "name": "brianium/paratest",
  4168. "version": "v7.1.4",
  4169. "source": {
  4170. "type": "git",
  4171. "url": "https://github.com/paratestphp/paratest.git",
  4172. "reference": "153e68eb9e697baa3acf1db1d8ae1d1eb19fb816"
  4173. },
  4174. "dist": {
  4175. "type": "zip",
  4176. "url": "https://api.github.com/repos/paratestphp/paratest/zipball/153e68eb9e697baa3acf1db1d8ae1d1eb19fb816",
  4177. "reference": "153e68eb9e697baa3acf1db1d8ae1d1eb19fb816",
  4178. "shasum": ""
  4179. },
  4180. "require": {
  4181. "ext-dom": "*",
  4182. "ext-pcre": "*",
  4183. "ext-reflection": "*",
  4184. "ext-simplexml": "*",
  4185. "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
  4186. "jean85/pretty-package-versions": "^2.0.5",
  4187. "php": "~8.1.0 || ~8.2.0",
  4188. "phpunit/php-code-coverage": "^10.1.1",
  4189. "phpunit/php-file-iterator": "^4.0.1",
  4190. "phpunit/php-timer": "^6.0",
  4191. "phpunit/phpunit": "^10.1.2",
  4192. "sebastian/environment": "^6.0.1",
  4193. "symfony/console": "^6.2.10",
  4194. "symfony/process": "^6.2.10"
  4195. },
  4196. "require-dev": {
  4197. "doctrine/coding-standard": "^12.0.0",
  4198. "ext-pcov": "*",
  4199. "ext-posix": "*",
  4200. "infection/infection": "^0.26.21",
  4201. "phpstan/phpstan": "^1.10.14",
  4202. "phpstan/phpstan-deprecation-rules": "^1.1.3",
  4203. "phpstan/phpstan-phpunit": "^1.3.11",
  4204. "phpstan/phpstan-strict-rules": "^1.5.1",
  4205. "squizlabs/php_codesniffer": "^3.7.2",
  4206. "symfony/filesystem": "^6.2.10"
  4207. },
  4208. "bin": [
  4209. "bin/paratest",
  4210. "bin/paratest.bat",
  4211. "bin/paratest_for_phpstorm"
  4212. ],
  4213. "type": "library",
  4214. "autoload": {
  4215. "psr-4": {
  4216. "ParaTest\\": [
  4217. "src/"
  4218. ]
  4219. }
  4220. },
  4221. "notification-url": "https://packagist.org/downloads/",
  4222. "license": [
  4223. "MIT"
  4224. ],
  4225. "authors": [
  4226. {
  4227. "name": "Brian Scaturro",
  4228. "email": "scaturrob@gmail.com",
  4229. "role": "Developer"
  4230. },
  4231. {
  4232. "name": "Filippo Tessarotto",
  4233. "email": "zoeslam@gmail.com",
  4234. "role": "Developer"
  4235. }
  4236. ],
  4237. "description": "Parallel testing for PHP",
  4238. "homepage": "https://github.com/paratestphp/paratest",
  4239. "keywords": [
  4240. "concurrent",
  4241. "parallel",
  4242. "phpunit",
  4243. "testing"
  4244. ],
  4245. "support": {
  4246. "issues": "https://github.com/paratestphp/paratest/issues",
  4247. "source": "https://github.com/paratestphp/paratest/tree/v7.1.4"
  4248. },
  4249. "funding": [
  4250. {
  4251. "url": "https://github.com/sponsors/Slamdunk",
  4252. "type": "github"
  4253. },
  4254. {
  4255. "url": "https://paypal.me/filippotessarotto",
  4256. "type": "paypal"
  4257. }
  4258. ],
  4259. "time": "2023-05-05T09:09:30+00:00"
  4260. },
  4261. {
  4262. "name": "doctrine/deprecations",
  4263. "version": "v1.0.0",
  4264. "source": {
  4265. "type": "git",
  4266. "url": "https://github.com/doctrine/deprecations.git",
  4267. "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
  4268. },
  4269. "dist": {
  4270. "type": "zip",
  4271. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
  4272. "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
  4273. "shasum": ""
  4274. },
  4275. "require": {
  4276. "php": "^7.1|^8.0"
  4277. },
  4278. "require-dev": {
  4279. "doctrine/coding-standard": "^9",
  4280. "phpunit/phpunit": "^7.5|^8.5|^9.5",
  4281. "psr/log": "^1|^2|^3"
  4282. },
  4283. "suggest": {
  4284. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  4285. },
  4286. "type": "library",
  4287. "autoload": {
  4288. "psr-4": {
  4289. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  4290. }
  4291. },
  4292. "notification-url": "https://packagist.org/downloads/",
  4293. "license": [
  4294. "MIT"
  4295. ],
  4296. "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.",
  4297. "homepage": "https://www.doctrine-project.org/",
  4298. "support": {
  4299. "issues": "https://github.com/doctrine/deprecations/issues",
  4300. "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
  4301. },
  4302. "time": "2022-05-02T15:47:09+00:00"
  4303. },
  4304. {
  4305. "name": "fidry/cpu-core-counter",
  4306. "version": "0.5.1",
  4307. "source": {
  4308. "type": "git",
  4309. "url": "https://github.com/theofidry/cpu-core-counter.git",
  4310. "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623"
  4311. },
  4312. "dist": {
  4313. "type": "zip",
  4314. "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
  4315. "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
  4316. "shasum": ""
  4317. },
  4318. "require": {
  4319. "php": "^7.2 || ^8.0"
  4320. },
  4321. "require-dev": {
  4322. "fidry/makefile": "^0.2.0",
  4323. "phpstan/extension-installer": "^1.2.0",
  4324. "phpstan/phpstan": "^1.9.2",
  4325. "phpstan/phpstan-deprecation-rules": "^1.0.0",
  4326. "phpstan/phpstan-phpunit": "^1.2.2",
  4327. "phpstan/phpstan-strict-rules": "^1.4.4",
  4328. "phpunit/phpunit": "^9.5.26 || ^8.5.31",
  4329. "theofidry/php-cs-fixer-config": "^1.0",
  4330. "webmozarts/strict-phpunit": "^7.5"
  4331. },
  4332. "type": "library",
  4333. "autoload": {
  4334. "psr-4": {
  4335. "Fidry\\CpuCoreCounter\\": "src/"
  4336. }
  4337. },
  4338. "notification-url": "https://packagist.org/downloads/",
  4339. "license": [
  4340. "MIT"
  4341. ],
  4342. "authors": [
  4343. {
  4344. "name": "Théo FIDRY",
  4345. "email": "theo.fidry@gmail.com"
  4346. }
  4347. ],
  4348. "description": "Tiny utility to get the number of CPU cores.",
  4349. "keywords": [
  4350. "CPU",
  4351. "core"
  4352. ],
  4353. "support": {
  4354. "issues": "https://github.com/theofidry/cpu-core-counter/issues",
  4355. "source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1"
  4356. },
  4357. "funding": [
  4358. {
  4359. "url": "https://github.com/theofidry",
  4360. "type": "github"
  4361. }
  4362. ],
  4363. "time": "2022-12-24T12:35:10+00:00"
  4364. },
  4365. {
  4366. "name": "hamcrest/hamcrest-php",
  4367. "version": "v2.0.1",
  4368. "source": {
  4369. "type": "git",
  4370. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4371. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  4372. },
  4373. "dist": {
  4374. "type": "zip",
  4375. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  4376. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  4377. "shasum": ""
  4378. },
  4379. "require": {
  4380. "php": "^5.3|^7.0|^8.0"
  4381. },
  4382. "replace": {
  4383. "cordoval/hamcrest-php": "*",
  4384. "davedevelopment/hamcrest-php": "*",
  4385. "kodova/hamcrest-php": "*"
  4386. },
  4387. "require-dev": {
  4388. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  4389. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  4390. },
  4391. "type": "library",
  4392. "extra": {
  4393. "branch-alias": {
  4394. "dev-master": "2.1-dev"
  4395. }
  4396. },
  4397. "autoload": {
  4398. "classmap": [
  4399. "hamcrest"
  4400. ]
  4401. },
  4402. "notification-url": "https://packagist.org/downloads/",
  4403. "license": [
  4404. "BSD-3-Clause"
  4405. ],
  4406. "description": "This is the PHP port of Hamcrest Matchers",
  4407. "keywords": [
  4408. "test"
  4409. ],
  4410. "support": {
  4411. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  4412. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  4413. },
  4414. "time": "2020-07-09T08:09:16+00:00"
  4415. },
  4416. {
  4417. "name": "jean85/pretty-package-versions",
  4418. "version": "2.0.5",
  4419. "source": {
  4420. "type": "git",
  4421. "url": "https://github.com/Jean85/pretty-package-versions.git",
  4422. "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
  4423. },
  4424. "dist": {
  4425. "type": "zip",
  4426. "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
  4427. "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
  4428. "shasum": ""
  4429. },
  4430. "require": {
  4431. "composer-runtime-api": "^2.0.0",
  4432. "php": "^7.1|^8.0"
  4433. },
  4434. "require-dev": {
  4435. "friendsofphp/php-cs-fixer": "^2.17",
  4436. "jean85/composer-provided-replaced-stub-package": "^1.0",
  4437. "phpstan/phpstan": "^0.12.66",
  4438. "phpunit/phpunit": "^7.5|^8.5|^9.4",
  4439. "vimeo/psalm": "^4.3"
  4440. },
  4441. "type": "library",
  4442. "extra": {
  4443. "branch-alias": {
  4444. "dev-master": "1.x-dev"
  4445. }
  4446. },
  4447. "autoload": {
  4448. "psr-4": {
  4449. "Jean85\\": "src/"
  4450. }
  4451. },
  4452. "notification-url": "https://packagist.org/downloads/",
  4453. "license": [
  4454. "MIT"
  4455. ],
  4456. "authors": [
  4457. {
  4458. "name": "Alessandro Lai",
  4459. "email": "alessandro.lai85@gmail.com"
  4460. }
  4461. ],
  4462. "description": "A library to get pretty versions strings of installed dependencies",
  4463. "keywords": [
  4464. "composer",
  4465. "package",
  4466. "release",
  4467. "versions"
  4468. ],
  4469. "support": {
  4470. "issues": "https://github.com/Jean85/pretty-package-versions/issues",
  4471. "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
  4472. },
  4473. "time": "2021-10-08T21:21:46+00:00"
  4474. },
  4475. {
  4476. "name": "laravel/pint",
  4477. "version": "v1.10.0",
  4478. "source": {
  4479. "type": "git",
  4480. "url": "https://github.com/laravel/pint.git",
  4481. "reference": "c7a01fa9bdd79819e7a2f1ba63ac1b02e6692dbc"
  4482. },
  4483. "dist": {
  4484. "type": "zip",
  4485. "url": "https://api.github.com/repos/laravel/pint/zipball/c7a01fa9bdd79819e7a2f1ba63ac1b02e6692dbc",
  4486. "reference": "c7a01fa9bdd79819e7a2f1ba63ac1b02e6692dbc",
  4487. "shasum": ""
  4488. },
  4489. "require": {
  4490. "ext-json": "*",
  4491. "ext-mbstring": "*",
  4492. "ext-tokenizer": "*",
  4493. "ext-xml": "*",
  4494. "php": "^8.1.0"
  4495. },
  4496. "require-dev": {
  4497. "friendsofphp/php-cs-fixer": "^3.16.0",
  4498. "illuminate/view": "^10.5.1",
  4499. "laravel-zero/framework": "^10.0.2",
  4500. "mockery/mockery": "^1.5.1",
  4501. "nunomaduro/larastan": "^2.5.1",
  4502. "nunomaduro/termwind": "^1.15.1",
  4503. "pestphp/pest": "^2.4.0"
  4504. },
  4505. "bin": [
  4506. "builds/pint"
  4507. ],
  4508. "type": "project",
  4509. "autoload": {
  4510. "psr-4": {
  4511. "App\\": "app/",
  4512. "Database\\Seeders\\": "database/seeders/",
  4513. "Database\\Factories\\": "database/factories/"
  4514. }
  4515. },
  4516. "notification-url": "https://packagist.org/downloads/",
  4517. "license": [
  4518. "MIT"
  4519. ],
  4520. "authors": [
  4521. {
  4522. "name": "Nuno Maduro",
  4523. "email": "enunomaduro@gmail.com"
  4524. }
  4525. ],
  4526. "description": "An opinionated code formatter for PHP.",
  4527. "homepage": "https://laravel.com",
  4528. "keywords": [
  4529. "format",
  4530. "formatter",
  4531. "lint",
  4532. "linter",
  4533. "php"
  4534. ],
  4535. "support": {
  4536. "issues": "https://github.com/laravel/pint/issues",
  4537. "source": "https://github.com/laravel/pint"
  4538. },
  4539. "time": "2023-04-25T14:52:30+00:00"
  4540. },
  4541. {
  4542. "name": "mockery/mockery",
  4543. "version": "1.5.1",
  4544. "source": {
  4545. "type": "git",
  4546. "url": "https://github.com/mockery/mockery.git",
  4547. "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
  4548. },
  4549. "dist": {
  4550. "type": "zip",
  4551. "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
  4552. "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
  4553. "shasum": ""
  4554. },
  4555. "require": {
  4556. "hamcrest/hamcrest-php": "^2.0.1",
  4557. "lib-pcre": ">=7.0",
  4558. "php": "^7.3 || ^8.0"
  4559. },
  4560. "conflict": {
  4561. "phpunit/phpunit": "<8.0"
  4562. },
  4563. "require-dev": {
  4564. "phpunit/phpunit": "^8.5 || ^9.3"
  4565. },
  4566. "type": "library",
  4567. "extra": {
  4568. "branch-alias": {
  4569. "dev-master": "1.4.x-dev"
  4570. }
  4571. },
  4572. "autoload": {
  4573. "psr-0": {
  4574. "Mockery": "library/"
  4575. }
  4576. },
  4577. "notification-url": "https://packagist.org/downloads/",
  4578. "license": [
  4579. "BSD-3-Clause"
  4580. ],
  4581. "authors": [
  4582. {
  4583. "name": "Pádraic Brady",
  4584. "email": "padraic.brady@gmail.com",
  4585. "homepage": "http://blog.astrumfutura.com"
  4586. },
  4587. {
  4588. "name": "Dave Marshall",
  4589. "email": "dave.marshall@atstsolutions.co.uk",
  4590. "homepage": "http://davedevelopment.co.uk"
  4591. }
  4592. ],
  4593. "description": "Mockery is a simple yet flexible PHP mock object framework",
  4594. "homepage": "https://github.com/mockery/mockery",
  4595. "keywords": [
  4596. "BDD",
  4597. "TDD",
  4598. "library",
  4599. "mock",
  4600. "mock objects",
  4601. "mockery",
  4602. "stub",
  4603. "test",
  4604. "test double",
  4605. "testing"
  4606. ],
  4607. "support": {
  4608. "issues": "https://github.com/mockery/mockery/issues",
  4609. "source": "https://github.com/mockery/mockery/tree/1.5.1"
  4610. },
  4611. "time": "2022-09-07T15:32:08+00:00"
  4612. },
  4613. {
  4614. "name": "myclabs/deep-copy",
  4615. "version": "1.11.1",
  4616. "source": {
  4617. "type": "git",
  4618. "url": "https://github.com/myclabs/DeepCopy.git",
  4619. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
  4620. },
  4621. "dist": {
  4622. "type": "zip",
  4623. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  4624. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  4625. "shasum": ""
  4626. },
  4627. "require": {
  4628. "php": "^7.1 || ^8.0"
  4629. },
  4630. "conflict": {
  4631. "doctrine/collections": "<1.6.8",
  4632. "doctrine/common": "<2.13.3 || >=3,<3.2.2"
  4633. },
  4634. "require-dev": {
  4635. "doctrine/collections": "^1.6.8",
  4636. "doctrine/common": "^2.13.3 || ^3.2.2",
  4637. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  4638. },
  4639. "type": "library",
  4640. "autoload": {
  4641. "files": [
  4642. "src/DeepCopy/deep_copy.php"
  4643. ],
  4644. "psr-4": {
  4645. "DeepCopy\\": "src/DeepCopy/"
  4646. }
  4647. },
  4648. "notification-url": "https://packagist.org/downloads/",
  4649. "license": [
  4650. "MIT"
  4651. ],
  4652. "description": "Create deep copies (clones) of your objects",
  4653. "keywords": [
  4654. "clone",
  4655. "copy",
  4656. "duplicate",
  4657. "object",
  4658. "object graph"
  4659. ],
  4660. "support": {
  4661. "issues": "https://github.com/myclabs/DeepCopy/issues",
  4662. "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
  4663. },
  4664. "funding": [
  4665. {
  4666. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  4667. "type": "tidelift"
  4668. }
  4669. ],
  4670. "time": "2023-03-08T13:26:56+00:00"
  4671. },
  4672. {
  4673. "name": "nikic/php-parser",
  4674. "version": "v4.15.4",
  4675. "source": {
  4676. "type": "git",
  4677. "url": "https://github.com/nikic/PHP-Parser.git",
  4678. "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
  4679. },
  4680. "dist": {
  4681. "type": "zip",
  4682. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
  4683. "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
  4684. "shasum": ""
  4685. },
  4686. "require": {
  4687. "ext-tokenizer": "*",
  4688. "php": ">=7.0"
  4689. },
  4690. "require-dev": {
  4691. "ircmaxell/php-yacc": "^0.0.7",
  4692. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  4693. },
  4694. "bin": [
  4695. "bin/php-parse"
  4696. ],
  4697. "type": "library",
  4698. "extra": {
  4699. "branch-alias": {
  4700. "dev-master": "4.9-dev"
  4701. }
  4702. },
  4703. "autoload": {
  4704. "psr-4": {
  4705. "PhpParser\\": "lib/PhpParser"
  4706. }
  4707. },
  4708. "notification-url": "https://packagist.org/downloads/",
  4709. "license": [
  4710. "BSD-3-Clause"
  4711. ],
  4712. "authors": [
  4713. {
  4714. "name": "Nikita Popov"
  4715. }
  4716. ],
  4717. "description": "A PHP parser written in PHP",
  4718. "keywords": [
  4719. "parser",
  4720. "php"
  4721. ],
  4722. "support": {
  4723. "issues": "https://github.com/nikic/PHP-Parser/issues",
  4724. "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
  4725. },
  4726. "time": "2023-03-05T19:49:14+00:00"
  4727. },
  4728. {
  4729. "name": "pestphp/pest",
  4730. "version": "v2.6.1",
  4731. "source": {
  4732. "type": "git",
  4733. "url": "https://github.com/pestphp/pest.git",
  4734. "reference": "faafedd55ca4479b0634f85cc1a68bf5af44764e"
  4735. },
  4736. "dist": {
  4737. "type": "zip",
  4738. "url": "https://api.github.com/repos/pestphp/pest/zipball/faafedd55ca4479b0634f85cc1a68bf5af44764e",
  4739. "reference": "faafedd55ca4479b0634f85cc1a68bf5af44764e",
  4740. "shasum": ""
  4741. },
  4742. "require": {
  4743. "brianium/paratest": "^7.1.4",
  4744. "nunomaduro/collision": "^7.5.2",
  4745. "nunomaduro/termwind": "^1.15.1",
  4746. "pestphp/pest-plugin": "^2.0.1",
  4747. "pestphp/pest-plugin-arch": "^2.1.2",
  4748. "php": "^8.1.0",
  4749. "phpunit/phpunit": "^10.1.3"
  4750. },
  4751. "conflict": {
  4752. "phpunit/phpunit": ">10.1.3",
  4753. "webmozart/assert": "<1.11.0"
  4754. },
  4755. "require-dev": {
  4756. "pestphp/pest-dev-tools": "^2.9.0",
  4757. "symfony/process": "^6.2.10"
  4758. },
  4759. "bin": [
  4760. "bin/pest"
  4761. ],
  4762. "type": "library",
  4763. "extra": {
  4764. "pest": {
  4765. "plugins": [
  4766. "Pest\\Plugins\\Bail",
  4767. "Pest\\Plugins\\Cache",
  4768. "Pest\\Plugins\\Coverage",
  4769. "Pest\\Plugins\\Init",
  4770. "Pest\\Plugins\\Environment",
  4771. "Pest\\Plugins\\Help",
  4772. "Pest\\Plugins\\Memory",
  4773. "Pest\\Plugins\\Only",
  4774. "Pest\\Plugins\\Printer",
  4775. "Pest\\Plugins\\ProcessIsolation",
  4776. "Pest\\Plugins\\Profile",
  4777. "Pest\\Plugins\\Retry",
  4778. "Pest\\Plugins\\Version",
  4779. "Pest\\Plugins\\Parallel"
  4780. ]
  4781. }
  4782. },
  4783. "autoload": {
  4784. "files": [
  4785. "src/Functions.php",
  4786. "src/Pest.php"
  4787. ],
  4788. "psr-4": {
  4789. "Pest\\": "src/"
  4790. }
  4791. },
  4792. "notification-url": "https://packagist.org/downloads/",
  4793. "license": [
  4794. "MIT"
  4795. ],
  4796. "authors": [
  4797. {
  4798. "name": "Nuno Maduro",
  4799. "email": "enunomaduro@gmail.com"
  4800. }
  4801. ],
  4802. "description": "An elegant PHP Testing Framework.",
  4803. "keywords": [
  4804. "framework",
  4805. "pest",
  4806. "php",
  4807. "test",
  4808. "testing",
  4809. "unit"
  4810. ],
  4811. "support": {
  4812. "issues": "https://github.com/pestphp/pest/issues",
  4813. "source": "https://github.com/pestphp/pest/tree/v2.6.1"
  4814. },
  4815. "funding": [
  4816. {
  4817. "url": "https://www.paypal.com/paypalme/enunomaduro",
  4818. "type": "custom"
  4819. },
  4820. {
  4821. "url": "https://github.com/nunomaduro",
  4822. "type": "github"
  4823. }
  4824. ],
  4825. "time": "2023-05-12T08:22:02+00:00"
  4826. },
  4827. {
  4828. "name": "pestphp/pest-plugin",
  4829. "version": "v2.0.1",
  4830. "source": {
  4831. "type": "git",
  4832. "url": "https://github.com/pestphp/pest-plugin.git",
  4833. "reference": "e3a3da262b73bdcbf3fad4dc9846c3c4921f2147"
  4834. },
  4835. "dist": {
  4836. "type": "zip",
  4837. "url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/e3a3da262b73bdcbf3fad4dc9846c3c4921f2147",
  4838. "reference": "e3a3da262b73bdcbf3fad4dc9846c3c4921f2147",
  4839. "shasum": ""
  4840. },
  4841. "require": {
  4842. "composer-plugin-api": "^2.0.0",
  4843. "php": "^8.1"
  4844. },
  4845. "conflict": {
  4846. "pestphp/pest": "<2.2.3"
  4847. },
  4848. "require-dev": {
  4849. "composer/composer": "^2.5.5",
  4850. "pestphp/pest": "^2.2.3",
  4851. "pestphp/pest-dev-tools": "^2.5.0"
  4852. },
  4853. "type": "composer-plugin",
  4854. "extra": {
  4855. "class": "Pest\\Plugin\\Manager"
  4856. },
  4857. "autoload": {
  4858. "psr-4": {
  4859. "Pest\\Plugin\\": "src/"
  4860. }
  4861. },
  4862. "notification-url": "https://packagist.org/downloads/",
  4863. "license": [
  4864. "MIT"
  4865. ],
  4866. "description": "The Pest plugin manager",
  4867. "keywords": [
  4868. "framework",
  4869. "manager",
  4870. "pest",
  4871. "php",
  4872. "plugin",
  4873. "test",
  4874. "testing",
  4875. "unit"
  4876. ],
  4877. "support": {
  4878. "source": "https://github.com/pestphp/pest-plugin/tree/v2.0.1"
  4879. },
  4880. "funding": [
  4881. {
  4882. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
  4883. "type": "custom"
  4884. },
  4885. {
  4886. "url": "https://github.com/nunomaduro",
  4887. "type": "github"
  4888. },
  4889. {
  4890. "url": "https://www.patreon.com/nunomaduro",
  4891. "type": "patreon"
  4892. }
  4893. ],
  4894. "time": "2023-03-24T11:21:05+00:00"
  4895. },
  4896. {
  4897. "name": "pestphp/pest-plugin-arch",
  4898. "version": "v2.1.2",
  4899. "source": {
  4900. "type": "git",
  4901. "url": "https://github.com/pestphp/pest-plugin-arch.git",
  4902. "reference": "485cbfbe2e194e9cfd8284625bd8922c9d27ac6f"
  4903. },
  4904. "dist": {
  4905. "type": "zip",
  4906. "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/485cbfbe2e194e9cfd8284625bd8922c9d27ac6f",
  4907. "reference": "485cbfbe2e194e9cfd8284625bd8922c9d27ac6f",
  4908. "shasum": ""
  4909. },
  4910. "require": {
  4911. "nunomaduro/collision": "^7.5.0",
  4912. "pestphp/pest-plugin": "^2.0.1",
  4913. "php": "^8.1",
  4914. "ta-tikoma/phpunit-architecture-test": "^0.7.3"
  4915. },
  4916. "require-dev": {
  4917. "pestphp/pest": "^2.5.1",
  4918. "pestphp/pest-dev-tools": "^2.6.0"
  4919. },
  4920. "type": "library",
  4921. "autoload": {
  4922. "files": [
  4923. "src/Autoload.php"
  4924. ],
  4925. "psr-4": {
  4926. "Pest\\Arch\\": "src/"
  4927. }
  4928. },
  4929. "notification-url": "https://packagist.org/downloads/",
  4930. "license": [
  4931. "MIT"
  4932. ],
  4933. "description": "The Arch plugin for Pest PHP.",
  4934. "keywords": [
  4935. "arch",
  4936. "architecture",
  4937. "framework",
  4938. "pest",
  4939. "php",
  4940. "plugin",
  4941. "test",
  4942. "testing",
  4943. "unit"
  4944. ],
  4945. "support": {
  4946. "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.1.2"
  4947. },
  4948. "funding": [
  4949. {
  4950. "url": "https://www.paypal.com/paypalme/enunomaduro",
  4951. "type": "custom"
  4952. },
  4953. {
  4954. "url": "https://github.com/nunomaduro",
  4955. "type": "github"
  4956. }
  4957. ],
  4958. "time": "2023-04-19T08:48:22+00:00"
  4959. },
  4960. {
  4961. "name": "phar-io/manifest",
  4962. "version": "2.0.3",
  4963. "source": {
  4964. "type": "git",
  4965. "url": "https://github.com/phar-io/manifest.git",
  4966. "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
  4967. },
  4968. "dist": {
  4969. "type": "zip",
  4970. "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
  4971. "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
  4972. "shasum": ""
  4973. },
  4974. "require": {
  4975. "ext-dom": "*",
  4976. "ext-phar": "*",
  4977. "ext-xmlwriter": "*",
  4978. "phar-io/version": "^3.0.1",
  4979. "php": "^7.2 || ^8.0"
  4980. },
  4981. "type": "library",
  4982. "extra": {
  4983. "branch-alias": {
  4984. "dev-master": "2.0.x-dev"
  4985. }
  4986. },
  4987. "autoload": {
  4988. "classmap": [
  4989. "src/"
  4990. ]
  4991. },
  4992. "notification-url": "https://packagist.org/downloads/",
  4993. "license": [
  4994. "BSD-3-Clause"
  4995. ],
  4996. "authors": [
  4997. {
  4998. "name": "Arne Blankerts",
  4999. "email": "arne@blankerts.de",
  5000. "role": "Developer"
  5001. },
  5002. {
  5003. "name": "Sebastian Heuer",
  5004. "email": "sebastian@phpeople.de",
  5005. "role": "Developer"
  5006. },
  5007. {
  5008. "name": "Sebastian Bergmann",
  5009. "email": "sebastian@phpunit.de",
  5010. "role": "Developer"
  5011. }
  5012. ],
  5013. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  5014. "support": {
  5015. "issues": "https://github.com/phar-io/manifest/issues",
  5016. "source": "https://github.com/phar-io/manifest/tree/2.0.3"
  5017. },
  5018. "time": "2021-07-20T11:28:43+00:00"
  5019. },
  5020. {
  5021. "name": "phar-io/version",
  5022. "version": "3.2.1",
  5023. "source": {
  5024. "type": "git",
  5025. "url": "https://github.com/phar-io/version.git",
  5026. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  5027. },
  5028. "dist": {
  5029. "type": "zip",
  5030. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  5031. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  5032. "shasum": ""
  5033. },
  5034. "require": {
  5035. "php": "^7.2 || ^8.0"
  5036. },
  5037. "type": "library",
  5038. "autoload": {
  5039. "classmap": [
  5040. "src/"
  5041. ]
  5042. },
  5043. "notification-url": "https://packagist.org/downloads/",
  5044. "license": [
  5045. "BSD-3-Clause"
  5046. ],
  5047. "authors": [
  5048. {
  5049. "name": "Arne Blankerts",
  5050. "email": "arne@blankerts.de",
  5051. "role": "Developer"
  5052. },
  5053. {
  5054. "name": "Sebastian Heuer",
  5055. "email": "sebastian@phpeople.de",
  5056. "role": "Developer"
  5057. },
  5058. {
  5059. "name": "Sebastian Bergmann",
  5060. "email": "sebastian@phpunit.de",
  5061. "role": "Developer"
  5062. }
  5063. ],
  5064. "description": "Library for handling version information and constraints",
  5065. "support": {
  5066. "issues": "https://github.com/phar-io/version/issues",
  5067. "source": "https://github.com/phar-io/version/tree/3.2.1"
  5068. },
  5069. "time": "2022-02-21T01:04:05+00:00"
  5070. },
  5071. {
  5072. "name": "phpdocumentor/reflection-common",
  5073. "version": "2.2.0",
  5074. "source": {
  5075. "type": "git",
  5076. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5077. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5078. },
  5079. "dist": {
  5080. "type": "zip",
  5081. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5082. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5083. "shasum": ""
  5084. },
  5085. "require": {
  5086. "php": "^7.2 || ^8.0"
  5087. },
  5088. "type": "library",
  5089. "extra": {
  5090. "branch-alias": {
  5091. "dev-2.x": "2.x-dev"
  5092. }
  5093. },
  5094. "autoload": {
  5095. "psr-4": {
  5096. "phpDocumentor\\Reflection\\": "src/"
  5097. }
  5098. },
  5099. "notification-url": "https://packagist.org/downloads/",
  5100. "license": [
  5101. "MIT"
  5102. ],
  5103. "authors": [
  5104. {
  5105. "name": "Jaap van Otterdijk",
  5106. "email": "opensource@ijaap.nl"
  5107. }
  5108. ],
  5109. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5110. "homepage": "http://www.phpdoc.org",
  5111. "keywords": [
  5112. "FQSEN",
  5113. "phpDocumentor",
  5114. "phpdoc",
  5115. "reflection",
  5116. "static analysis"
  5117. ],
  5118. "support": {
  5119. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  5120. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  5121. },
  5122. "time": "2020-06-27T09:03:43+00:00"
  5123. },
  5124. {
  5125. "name": "phpdocumentor/reflection-docblock",
  5126. "version": "5.3.0",
  5127. "source": {
  5128. "type": "git",
  5129. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5130. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  5131. },
  5132. "dist": {
  5133. "type": "zip",
  5134. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  5135. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  5136. "shasum": ""
  5137. },
  5138. "require": {
  5139. "ext-filter": "*",
  5140. "php": "^7.2 || ^8.0",
  5141. "phpdocumentor/reflection-common": "^2.2",
  5142. "phpdocumentor/type-resolver": "^1.3",
  5143. "webmozart/assert": "^1.9.1"
  5144. },
  5145. "require-dev": {
  5146. "mockery/mockery": "~1.3.2",
  5147. "psalm/phar": "^4.8"
  5148. },
  5149. "type": "library",
  5150. "extra": {
  5151. "branch-alias": {
  5152. "dev-master": "5.x-dev"
  5153. }
  5154. },
  5155. "autoload": {
  5156. "psr-4": {
  5157. "phpDocumentor\\Reflection\\": "src"
  5158. }
  5159. },
  5160. "notification-url": "https://packagist.org/downloads/",
  5161. "license": [
  5162. "MIT"
  5163. ],
  5164. "authors": [
  5165. {
  5166. "name": "Mike van Riel",
  5167. "email": "me@mikevanriel.com"
  5168. },
  5169. {
  5170. "name": "Jaap van Otterdijk",
  5171. "email": "account@ijaap.nl"
  5172. }
  5173. ],
  5174. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5175. "support": {
  5176. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  5177. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  5178. },
  5179. "time": "2021-10-19T17:43:47+00:00"
  5180. },
  5181. {
  5182. "name": "phpdocumentor/type-resolver",
  5183. "version": "1.7.1",
  5184. "source": {
  5185. "type": "git",
  5186. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5187. "reference": "dfc078e8af9c99210337325ff5aa152872c98714"
  5188. },
  5189. "dist": {
  5190. "type": "zip",
  5191. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/dfc078e8af9c99210337325ff5aa152872c98714",
  5192. "reference": "dfc078e8af9c99210337325ff5aa152872c98714",
  5193. "shasum": ""
  5194. },
  5195. "require": {
  5196. "doctrine/deprecations": "^1.0",
  5197. "php": "^7.4 || ^8.0",
  5198. "phpdocumentor/reflection-common": "^2.0",
  5199. "phpstan/phpdoc-parser": "^1.13"
  5200. },
  5201. "require-dev": {
  5202. "ext-tokenizer": "*",
  5203. "phpbench/phpbench": "^1.2",
  5204. "phpstan/extension-installer": "^1.1",
  5205. "phpstan/phpstan": "^1.8",
  5206. "phpstan/phpstan-phpunit": "^1.1",
  5207. "phpunit/phpunit": "^9.5",
  5208. "rector/rector": "^0.13.9",
  5209. "vimeo/psalm": "^4.25"
  5210. },
  5211. "type": "library",
  5212. "extra": {
  5213. "branch-alias": {
  5214. "dev-1.x": "1.x-dev"
  5215. }
  5216. },
  5217. "autoload": {
  5218. "psr-4": {
  5219. "phpDocumentor\\Reflection\\": "src"
  5220. }
  5221. },
  5222. "notification-url": "https://packagist.org/downloads/",
  5223. "license": [
  5224. "MIT"
  5225. ],
  5226. "authors": [
  5227. {
  5228. "name": "Mike van Riel",
  5229. "email": "me@mikevanriel.com"
  5230. }
  5231. ],
  5232. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5233. "support": {
  5234. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  5235. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.1"
  5236. },
  5237. "time": "2023-03-27T19:02:04+00:00"
  5238. },
  5239. {
  5240. "name": "phpstan/phpdoc-parser",
  5241. "version": "1.20.4",
  5242. "source": {
  5243. "type": "git",
  5244. "url": "https://github.com/phpstan/phpdoc-parser.git",
  5245. "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd"
  5246. },
  5247. "dist": {
  5248. "type": "zip",
  5249. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
  5250. "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
  5251. "shasum": ""
  5252. },
  5253. "require": {
  5254. "php": "^7.2 || ^8.0"
  5255. },
  5256. "require-dev": {
  5257. "php-parallel-lint/php-parallel-lint": "^1.2",
  5258. "phpstan/extension-installer": "^1.0",
  5259. "phpstan/phpstan": "^1.5",
  5260. "phpstan/phpstan-phpunit": "^1.1",
  5261. "phpstan/phpstan-strict-rules": "^1.0",
  5262. "phpunit/phpunit": "^9.5",
  5263. "symfony/process": "^5.2"
  5264. },
  5265. "type": "library",
  5266. "autoload": {
  5267. "psr-4": {
  5268. "PHPStan\\PhpDocParser\\": [
  5269. "src/"
  5270. ]
  5271. }
  5272. },
  5273. "notification-url": "https://packagist.org/downloads/",
  5274. "license": [
  5275. "MIT"
  5276. ],
  5277. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  5278. "support": {
  5279. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  5280. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4"
  5281. },
  5282. "time": "2023-05-02T09:19:37+00:00"
  5283. },
  5284. {
  5285. "name": "phpunit/php-code-coverage",
  5286. "version": "10.1.1",
  5287. "source": {
  5288. "type": "git",
  5289. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5290. "reference": "884a0da7f9f46f28b2cb69134217fd810b793974"
  5291. },
  5292. "dist": {
  5293. "type": "zip",
  5294. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/884a0da7f9f46f28b2cb69134217fd810b793974",
  5295. "reference": "884a0da7f9f46f28b2cb69134217fd810b793974",
  5296. "shasum": ""
  5297. },
  5298. "require": {
  5299. "ext-dom": "*",
  5300. "ext-libxml": "*",
  5301. "ext-xmlwriter": "*",
  5302. "nikic/php-parser": "^4.15",
  5303. "php": ">=8.1",
  5304. "phpunit/php-file-iterator": "^4.0",
  5305. "phpunit/php-text-template": "^3.0",
  5306. "sebastian/code-unit-reverse-lookup": "^3.0",
  5307. "sebastian/complexity": "^3.0",
  5308. "sebastian/environment": "^6.0",
  5309. "sebastian/lines-of-code": "^2.0",
  5310. "sebastian/version": "^4.0",
  5311. "theseer/tokenizer": "^1.2.0"
  5312. },
  5313. "require-dev": {
  5314. "phpunit/phpunit": "^10.1"
  5315. },
  5316. "suggest": {
  5317. "ext-pcov": "PHP extension that provides line coverage",
  5318. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  5319. },
  5320. "type": "library",
  5321. "extra": {
  5322. "branch-alias": {
  5323. "dev-main": "10.1-dev"
  5324. }
  5325. },
  5326. "autoload": {
  5327. "classmap": [
  5328. "src/"
  5329. ]
  5330. },
  5331. "notification-url": "https://packagist.org/downloads/",
  5332. "license": [
  5333. "BSD-3-Clause"
  5334. ],
  5335. "authors": [
  5336. {
  5337. "name": "Sebastian Bergmann",
  5338. "email": "sebastian@phpunit.de",
  5339. "role": "lead"
  5340. }
  5341. ],
  5342. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5343. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5344. "keywords": [
  5345. "coverage",
  5346. "testing",
  5347. "xunit"
  5348. ],
  5349. "support": {
  5350. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  5351. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  5352. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.1"
  5353. },
  5354. "funding": [
  5355. {
  5356. "url": "https://github.com/sebastianbergmann",
  5357. "type": "github"
  5358. }
  5359. ],
  5360. "time": "2023-04-17T12:15:40+00:00"
  5361. },
  5362. {
  5363. "name": "phpunit/php-file-iterator",
  5364. "version": "4.0.2",
  5365. "source": {
  5366. "type": "git",
  5367. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5368. "reference": "5647d65443818959172645e7ed999217360654b6"
  5369. },
  5370. "dist": {
  5371. "type": "zip",
  5372. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5647d65443818959172645e7ed999217360654b6",
  5373. "reference": "5647d65443818959172645e7ed999217360654b6",
  5374. "shasum": ""
  5375. },
  5376. "require": {
  5377. "php": ">=8.1"
  5378. },
  5379. "require-dev": {
  5380. "phpunit/phpunit": "^10.0"
  5381. },
  5382. "type": "library",
  5383. "extra": {
  5384. "branch-alias": {
  5385. "dev-main": "4.0-dev"
  5386. }
  5387. },
  5388. "autoload": {
  5389. "classmap": [
  5390. "src/"
  5391. ]
  5392. },
  5393. "notification-url": "https://packagist.org/downloads/",
  5394. "license": [
  5395. "BSD-3-Clause"
  5396. ],
  5397. "authors": [
  5398. {
  5399. "name": "Sebastian Bergmann",
  5400. "email": "sebastian@phpunit.de",
  5401. "role": "lead"
  5402. }
  5403. ],
  5404. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5405. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5406. "keywords": [
  5407. "filesystem",
  5408. "iterator"
  5409. ],
  5410. "support": {
  5411. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  5412. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  5413. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.2"
  5414. },
  5415. "funding": [
  5416. {
  5417. "url": "https://github.com/sebastianbergmann",
  5418. "type": "github"
  5419. }
  5420. ],
  5421. "time": "2023-05-07T09:13:23+00:00"
  5422. },
  5423. {
  5424. "name": "phpunit/php-invoker",
  5425. "version": "4.0.0",
  5426. "source": {
  5427. "type": "git",
  5428. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  5429. "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
  5430. },
  5431. "dist": {
  5432. "type": "zip",
  5433. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
  5434. "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
  5435. "shasum": ""
  5436. },
  5437. "require": {
  5438. "php": ">=8.1"
  5439. },
  5440. "require-dev": {
  5441. "ext-pcntl": "*",
  5442. "phpunit/phpunit": "^10.0"
  5443. },
  5444. "suggest": {
  5445. "ext-pcntl": "*"
  5446. },
  5447. "type": "library",
  5448. "extra": {
  5449. "branch-alias": {
  5450. "dev-main": "4.0-dev"
  5451. }
  5452. },
  5453. "autoload": {
  5454. "classmap": [
  5455. "src/"
  5456. ]
  5457. },
  5458. "notification-url": "https://packagist.org/downloads/",
  5459. "license": [
  5460. "BSD-3-Clause"
  5461. ],
  5462. "authors": [
  5463. {
  5464. "name": "Sebastian Bergmann",
  5465. "email": "sebastian@phpunit.de",
  5466. "role": "lead"
  5467. }
  5468. ],
  5469. "description": "Invoke callables with a timeout",
  5470. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  5471. "keywords": [
  5472. "process"
  5473. ],
  5474. "support": {
  5475. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  5476. "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
  5477. },
  5478. "funding": [
  5479. {
  5480. "url": "https://github.com/sebastianbergmann",
  5481. "type": "github"
  5482. }
  5483. ],
  5484. "time": "2023-02-03T06:56:09+00:00"
  5485. },
  5486. {
  5487. "name": "phpunit/php-text-template",
  5488. "version": "3.0.0",
  5489. "source": {
  5490. "type": "git",
  5491. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5492. "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d"
  5493. },
  5494. "dist": {
  5495. "type": "zip",
  5496. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
  5497. "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
  5498. "shasum": ""
  5499. },
  5500. "require": {
  5501. "php": ">=8.1"
  5502. },
  5503. "require-dev": {
  5504. "phpunit/phpunit": "^10.0"
  5505. },
  5506. "type": "library",
  5507. "extra": {
  5508. "branch-alias": {
  5509. "dev-main": "3.0-dev"
  5510. }
  5511. },
  5512. "autoload": {
  5513. "classmap": [
  5514. "src/"
  5515. ]
  5516. },
  5517. "notification-url": "https://packagist.org/downloads/",
  5518. "license": [
  5519. "BSD-3-Clause"
  5520. ],
  5521. "authors": [
  5522. {
  5523. "name": "Sebastian Bergmann",
  5524. "email": "sebastian@phpunit.de",
  5525. "role": "lead"
  5526. }
  5527. ],
  5528. "description": "Simple template engine.",
  5529. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5530. "keywords": [
  5531. "template"
  5532. ],
  5533. "support": {
  5534. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  5535. "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.0"
  5536. },
  5537. "funding": [
  5538. {
  5539. "url": "https://github.com/sebastianbergmann",
  5540. "type": "github"
  5541. }
  5542. ],
  5543. "time": "2023-02-03T06:56:46+00:00"
  5544. },
  5545. {
  5546. "name": "phpunit/php-timer",
  5547. "version": "6.0.0",
  5548. "source": {
  5549. "type": "git",
  5550. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5551. "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
  5552. },
  5553. "dist": {
  5554. "type": "zip",
  5555. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
  5556. "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
  5557. "shasum": ""
  5558. },
  5559. "require": {
  5560. "php": ">=8.1"
  5561. },
  5562. "require-dev": {
  5563. "phpunit/phpunit": "^10.0"
  5564. },
  5565. "type": "library",
  5566. "extra": {
  5567. "branch-alias": {
  5568. "dev-main": "6.0-dev"
  5569. }
  5570. },
  5571. "autoload": {
  5572. "classmap": [
  5573. "src/"
  5574. ]
  5575. },
  5576. "notification-url": "https://packagist.org/downloads/",
  5577. "license": [
  5578. "BSD-3-Clause"
  5579. ],
  5580. "authors": [
  5581. {
  5582. "name": "Sebastian Bergmann",
  5583. "email": "sebastian@phpunit.de",
  5584. "role": "lead"
  5585. }
  5586. ],
  5587. "description": "Utility class for timing",
  5588. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5589. "keywords": [
  5590. "timer"
  5591. ],
  5592. "support": {
  5593. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  5594. "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
  5595. },
  5596. "funding": [
  5597. {
  5598. "url": "https://github.com/sebastianbergmann",
  5599. "type": "github"
  5600. }
  5601. ],
  5602. "time": "2023-02-03T06:57:52+00:00"
  5603. },
  5604. {
  5605. "name": "phpunit/phpunit",
  5606. "version": "10.1.3",
  5607. "source": {
  5608. "type": "git",
  5609. "url": "https://github.com/sebastianbergmann/phpunit.git",
  5610. "reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d"
  5611. },
  5612. "dist": {
  5613. "type": "zip",
  5614. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2379ebafc1737e71cdc84f402acb6b7f04198b9d",
  5615. "reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d",
  5616. "shasum": ""
  5617. },
  5618. "require": {
  5619. "ext-dom": "*",
  5620. "ext-json": "*",
  5621. "ext-libxml": "*",
  5622. "ext-mbstring": "*",
  5623. "ext-xml": "*",
  5624. "ext-xmlwriter": "*",
  5625. "myclabs/deep-copy": "^1.10.1",
  5626. "phar-io/manifest": "^2.0.3",
  5627. "phar-io/version": "^3.0.2",
  5628. "php": ">=8.1",
  5629. "phpunit/php-code-coverage": "^10.1.1",
  5630. "phpunit/php-file-iterator": "^4.0",
  5631. "phpunit/php-invoker": "^4.0",
  5632. "phpunit/php-text-template": "^3.0",
  5633. "phpunit/php-timer": "^6.0",
  5634. "sebastian/cli-parser": "^2.0",
  5635. "sebastian/code-unit": "^2.0",
  5636. "sebastian/comparator": "^5.0",
  5637. "sebastian/diff": "^5.0",
  5638. "sebastian/environment": "^6.0",
  5639. "sebastian/exporter": "^5.0",
  5640. "sebastian/global-state": "^6.0",
  5641. "sebastian/object-enumerator": "^5.0",
  5642. "sebastian/recursion-context": "^5.0",
  5643. "sebastian/type": "^4.0",
  5644. "sebastian/version": "^4.0"
  5645. },
  5646. "suggest": {
  5647. "ext-soap": "To be able to generate mocks based on WSDL files"
  5648. },
  5649. "bin": [
  5650. "phpunit"
  5651. ],
  5652. "type": "library",
  5653. "extra": {
  5654. "branch-alias": {
  5655. "dev-main": "10.1-dev"
  5656. }
  5657. },
  5658. "autoload": {
  5659. "files": [
  5660. "src/Framework/Assert/Functions.php"
  5661. ],
  5662. "classmap": [
  5663. "src/"
  5664. ]
  5665. },
  5666. "notification-url": "https://packagist.org/downloads/",
  5667. "license": [
  5668. "BSD-3-Clause"
  5669. ],
  5670. "authors": [
  5671. {
  5672. "name": "Sebastian Bergmann",
  5673. "email": "sebastian@phpunit.de",
  5674. "role": "lead"
  5675. }
  5676. ],
  5677. "description": "The PHP Unit Testing framework.",
  5678. "homepage": "https://phpunit.de/",
  5679. "keywords": [
  5680. "phpunit",
  5681. "testing",
  5682. "xunit"
  5683. ],
  5684. "support": {
  5685. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  5686. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  5687. "source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.3"
  5688. },
  5689. "funding": [
  5690. {
  5691. "url": "https://phpunit.de/sponsors.html",
  5692. "type": "custom"
  5693. },
  5694. {
  5695. "url": "https://github.com/sebastianbergmann",
  5696. "type": "github"
  5697. },
  5698. {
  5699. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  5700. "type": "tidelift"
  5701. }
  5702. ],
  5703. "time": "2023-05-11T05:16:22+00:00"
  5704. },
  5705. {
  5706. "name": "sebastian/cli-parser",
  5707. "version": "2.0.0",
  5708. "source": {
  5709. "type": "git",
  5710. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  5711. "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
  5712. },
  5713. "dist": {
  5714. "type": "zip",
  5715. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
  5716. "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
  5717. "shasum": ""
  5718. },
  5719. "require": {
  5720. "php": ">=8.1"
  5721. },
  5722. "require-dev": {
  5723. "phpunit/phpunit": "^10.0"
  5724. },
  5725. "type": "library",
  5726. "extra": {
  5727. "branch-alias": {
  5728. "dev-main": "2.0-dev"
  5729. }
  5730. },
  5731. "autoload": {
  5732. "classmap": [
  5733. "src/"
  5734. ]
  5735. },
  5736. "notification-url": "https://packagist.org/downloads/",
  5737. "license": [
  5738. "BSD-3-Clause"
  5739. ],
  5740. "authors": [
  5741. {
  5742. "name": "Sebastian Bergmann",
  5743. "email": "sebastian@phpunit.de",
  5744. "role": "lead"
  5745. }
  5746. ],
  5747. "description": "Library for parsing CLI options",
  5748. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  5749. "support": {
  5750. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  5751. "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
  5752. },
  5753. "funding": [
  5754. {
  5755. "url": "https://github.com/sebastianbergmann",
  5756. "type": "github"
  5757. }
  5758. ],
  5759. "time": "2023-02-03T06:58:15+00:00"
  5760. },
  5761. {
  5762. "name": "sebastian/code-unit",
  5763. "version": "2.0.0",
  5764. "source": {
  5765. "type": "git",
  5766. "url": "https://github.com/sebastianbergmann/code-unit.git",
  5767. "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
  5768. },
  5769. "dist": {
  5770. "type": "zip",
  5771. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
  5772. "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
  5773. "shasum": ""
  5774. },
  5775. "require": {
  5776. "php": ">=8.1"
  5777. },
  5778. "require-dev": {
  5779. "phpunit/phpunit": "^10.0"
  5780. },
  5781. "type": "library",
  5782. "extra": {
  5783. "branch-alias": {
  5784. "dev-main": "2.0-dev"
  5785. }
  5786. },
  5787. "autoload": {
  5788. "classmap": [
  5789. "src/"
  5790. ]
  5791. },
  5792. "notification-url": "https://packagist.org/downloads/",
  5793. "license": [
  5794. "BSD-3-Clause"
  5795. ],
  5796. "authors": [
  5797. {
  5798. "name": "Sebastian Bergmann",
  5799. "email": "sebastian@phpunit.de",
  5800. "role": "lead"
  5801. }
  5802. ],
  5803. "description": "Collection of value objects that represent the PHP code units",
  5804. "homepage": "https://github.com/sebastianbergmann/code-unit",
  5805. "support": {
  5806. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  5807. "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
  5808. },
  5809. "funding": [
  5810. {
  5811. "url": "https://github.com/sebastianbergmann",
  5812. "type": "github"
  5813. }
  5814. ],
  5815. "time": "2023-02-03T06:58:43+00:00"
  5816. },
  5817. {
  5818. "name": "sebastian/code-unit-reverse-lookup",
  5819. "version": "3.0.0",
  5820. "source": {
  5821. "type": "git",
  5822. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  5823. "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
  5824. },
  5825. "dist": {
  5826. "type": "zip",
  5827. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
  5828. "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
  5829. "shasum": ""
  5830. },
  5831. "require": {
  5832. "php": ">=8.1"
  5833. },
  5834. "require-dev": {
  5835. "phpunit/phpunit": "^10.0"
  5836. },
  5837. "type": "library",
  5838. "extra": {
  5839. "branch-alias": {
  5840. "dev-main": "3.0-dev"
  5841. }
  5842. },
  5843. "autoload": {
  5844. "classmap": [
  5845. "src/"
  5846. ]
  5847. },
  5848. "notification-url": "https://packagist.org/downloads/",
  5849. "license": [
  5850. "BSD-3-Clause"
  5851. ],
  5852. "authors": [
  5853. {
  5854. "name": "Sebastian Bergmann",
  5855. "email": "sebastian@phpunit.de"
  5856. }
  5857. ],
  5858. "description": "Looks up which function or method a line of code belongs to",
  5859. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  5860. "support": {
  5861. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  5862. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
  5863. },
  5864. "funding": [
  5865. {
  5866. "url": "https://github.com/sebastianbergmann",
  5867. "type": "github"
  5868. }
  5869. ],
  5870. "time": "2023-02-03T06:59:15+00:00"
  5871. },
  5872. {
  5873. "name": "sebastian/comparator",
  5874. "version": "5.0.0",
  5875. "source": {
  5876. "type": "git",
  5877. "url": "https://github.com/sebastianbergmann/comparator.git",
  5878. "reference": "72f01e6586e0caf6af81297897bd112eb7e9627c"
  5879. },
  5880. "dist": {
  5881. "type": "zip",
  5882. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/72f01e6586e0caf6af81297897bd112eb7e9627c",
  5883. "reference": "72f01e6586e0caf6af81297897bd112eb7e9627c",
  5884. "shasum": ""
  5885. },
  5886. "require": {
  5887. "ext-dom": "*",
  5888. "ext-mbstring": "*",
  5889. "php": ">=8.1",
  5890. "sebastian/diff": "^5.0",
  5891. "sebastian/exporter": "^5.0"
  5892. },
  5893. "require-dev": {
  5894. "phpunit/phpunit": "^10.0"
  5895. },
  5896. "type": "library",
  5897. "extra": {
  5898. "branch-alias": {
  5899. "dev-main": "5.0-dev"
  5900. }
  5901. },
  5902. "autoload": {
  5903. "classmap": [
  5904. "src/"
  5905. ]
  5906. },
  5907. "notification-url": "https://packagist.org/downloads/",
  5908. "license": [
  5909. "BSD-3-Clause"
  5910. ],
  5911. "authors": [
  5912. {
  5913. "name": "Sebastian Bergmann",
  5914. "email": "sebastian@phpunit.de"
  5915. },
  5916. {
  5917. "name": "Jeff Welch",
  5918. "email": "whatthejeff@gmail.com"
  5919. },
  5920. {
  5921. "name": "Volker Dusch",
  5922. "email": "github@wallbash.com"
  5923. },
  5924. {
  5925. "name": "Bernhard Schussek",
  5926. "email": "bschussek@2bepublished.at"
  5927. }
  5928. ],
  5929. "description": "Provides the functionality to compare PHP values for equality",
  5930. "homepage": "https://github.com/sebastianbergmann/comparator",
  5931. "keywords": [
  5932. "comparator",
  5933. "compare",
  5934. "equality"
  5935. ],
  5936. "support": {
  5937. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  5938. "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.0"
  5939. },
  5940. "funding": [
  5941. {
  5942. "url": "https://github.com/sebastianbergmann",
  5943. "type": "github"
  5944. }
  5945. ],
  5946. "time": "2023-02-03T07:07:16+00:00"
  5947. },
  5948. {
  5949. "name": "sebastian/complexity",
  5950. "version": "3.0.0",
  5951. "source": {
  5952. "type": "git",
  5953. "url": "https://github.com/sebastianbergmann/complexity.git",
  5954. "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6"
  5955. },
  5956. "dist": {
  5957. "type": "zip",
  5958. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/e67d240970c9dc7ea7b2123a6d520e334dd61dc6",
  5959. "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6",
  5960. "shasum": ""
  5961. },
  5962. "require": {
  5963. "nikic/php-parser": "^4.10",
  5964. "php": ">=8.1"
  5965. },
  5966. "require-dev": {
  5967. "phpunit/phpunit": "^10.0"
  5968. },
  5969. "type": "library",
  5970. "extra": {
  5971. "branch-alias": {
  5972. "dev-main": "3.0-dev"
  5973. }
  5974. },
  5975. "autoload": {
  5976. "classmap": [
  5977. "src/"
  5978. ]
  5979. },
  5980. "notification-url": "https://packagist.org/downloads/",
  5981. "license": [
  5982. "BSD-3-Clause"
  5983. ],
  5984. "authors": [
  5985. {
  5986. "name": "Sebastian Bergmann",
  5987. "email": "sebastian@phpunit.de",
  5988. "role": "lead"
  5989. }
  5990. ],
  5991. "description": "Library for calculating the complexity of PHP code units",
  5992. "homepage": "https://github.com/sebastianbergmann/complexity",
  5993. "support": {
  5994. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  5995. "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.0"
  5996. },
  5997. "funding": [
  5998. {
  5999. "url": "https://github.com/sebastianbergmann",
  6000. "type": "github"
  6001. }
  6002. ],
  6003. "time": "2023-02-03T06:59:47+00:00"
  6004. },
  6005. {
  6006. "name": "sebastian/diff",
  6007. "version": "5.0.3",
  6008. "source": {
  6009. "type": "git",
  6010. "url": "https://github.com/sebastianbergmann/diff.git",
  6011. "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
  6012. },
  6013. "dist": {
  6014. "type": "zip",
  6015. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
  6016. "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
  6017. "shasum": ""
  6018. },
  6019. "require": {
  6020. "php": ">=8.1"
  6021. },
  6022. "require-dev": {
  6023. "phpunit/phpunit": "^10.0",
  6024. "symfony/process": "^4.2 || ^5"
  6025. },
  6026. "type": "library",
  6027. "extra": {
  6028. "branch-alias": {
  6029. "dev-main": "5.0-dev"
  6030. }
  6031. },
  6032. "autoload": {
  6033. "classmap": [
  6034. "src/"
  6035. ]
  6036. },
  6037. "notification-url": "https://packagist.org/downloads/",
  6038. "license": [
  6039. "BSD-3-Clause"
  6040. ],
  6041. "authors": [
  6042. {
  6043. "name": "Sebastian Bergmann",
  6044. "email": "sebastian@phpunit.de"
  6045. },
  6046. {
  6047. "name": "Kore Nordmann",
  6048. "email": "mail@kore-nordmann.de"
  6049. }
  6050. ],
  6051. "description": "Diff implementation",
  6052. "homepage": "https://github.com/sebastianbergmann/diff",
  6053. "keywords": [
  6054. "diff",
  6055. "udiff",
  6056. "unidiff",
  6057. "unified diff"
  6058. ],
  6059. "support": {
  6060. "issues": "https://github.com/sebastianbergmann/diff/issues",
  6061. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  6062. "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
  6063. },
  6064. "funding": [
  6065. {
  6066. "url": "https://github.com/sebastianbergmann",
  6067. "type": "github"
  6068. }
  6069. ],
  6070. "time": "2023-05-01T07:48:21+00:00"
  6071. },
  6072. {
  6073. "name": "sebastian/environment",
  6074. "version": "6.0.1",
  6075. "source": {
  6076. "type": "git",
  6077. "url": "https://github.com/sebastianbergmann/environment.git",
  6078. "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
  6079. },
  6080. "dist": {
  6081. "type": "zip",
  6082. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
  6083. "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
  6084. "shasum": ""
  6085. },
  6086. "require": {
  6087. "php": ">=8.1"
  6088. },
  6089. "require-dev": {
  6090. "phpunit/phpunit": "^10.0"
  6091. },
  6092. "suggest": {
  6093. "ext-posix": "*"
  6094. },
  6095. "type": "library",
  6096. "extra": {
  6097. "branch-alias": {
  6098. "dev-main": "6.0-dev"
  6099. }
  6100. },
  6101. "autoload": {
  6102. "classmap": [
  6103. "src/"
  6104. ]
  6105. },
  6106. "notification-url": "https://packagist.org/downloads/",
  6107. "license": [
  6108. "BSD-3-Clause"
  6109. ],
  6110. "authors": [
  6111. {
  6112. "name": "Sebastian Bergmann",
  6113. "email": "sebastian@phpunit.de"
  6114. }
  6115. ],
  6116. "description": "Provides functionality to handle HHVM/PHP environments",
  6117. "homepage": "https://github.com/sebastianbergmann/environment",
  6118. "keywords": [
  6119. "Xdebug",
  6120. "environment",
  6121. "hhvm"
  6122. ],
  6123. "support": {
  6124. "issues": "https://github.com/sebastianbergmann/environment/issues",
  6125. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  6126. "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
  6127. },
  6128. "funding": [
  6129. {
  6130. "url": "https://github.com/sebastianbergmann",
  6131. "type": "github"
  6132. }
  6133. ],
  6134. "time": "2023-04-11T05:39:26+00:00"
  6135. },
  6136. {
  6137. "name": "sebastian/exporter",
  6138. "version": "5.0.0",
  6139. "source": {
  6140. "type": "git",
  6141. "url": "https://github.com/sebastianbergmann/exporter.git",
  6142. "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0"
  6143. },
  6144. "dist": {
  6145. "type": "zip",
  6146. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
  6147. "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
  6148. "shasum": ""
  6149. },
  6150. "require": {
  6151. "ext-mbstring": "*",
  6152. "php": ">=8.1",
  6153. "sebastian/recursion-context": "^5.0"
  6154. },
  6155. "require-dev": {
  6156. "phpunit/phpunit": "^10.0"
  6157. },
  6158. "type": "library",
  6159. "extra": {
  6160. "branch-alias": {
  6161. "dev-main": "5.0-dev"
  6162. }
  6163. },
  6164. "autoload": {
  6165. "classmap": [
  6166. "src/"
  6167. ]
  6168. },
  6169. "notification-url": "https://packagist.org/downloads/",
  6170. "license": [
  6171. "BSD-3-Clause"
  6172. ],
  6173. "authors": [
  6174. {
  6175. "name": "Sebastian Bergmann",
  6176. "email": "sebastian@phpunit.de"
  6177. },
  6178. {
  6179. "name": "Jeff Welch",
  6180. "email": "whatthejeff@gmail.com"
  6181. },
  6182. {
  6183. "name": "Volker Dusch",
  6184. "email": "github@wallbash.com"
  6185. },
  6186. {
  6187. "name": "Adam Harvey",
  6188. "email": "aharvey@php.net"
  6189. },
  6190. {
  6191. "name": "Bernhard Schussek",
  6192. "email": "bschussek@gmail.com"
  6193. }
  6194. ],
  6195. "description": "Provides the functionality to export PHP variables for visualization",
  6196. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  6197. "keywords": [
  6198. "export",
  6199. "exporter"
  6200. ],
  6201. "support": {
  6202. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  6203. "source": "https://github.com/sebastianbergmann/exporter/tree/5.0.0"
  6204. },
  6205. "funding": [
  6206. {
  6207. "url": "https://github.com/sebastianbergmann",
  6208. "type": "github"
  6209. }
  6210. ],
  6211. "time": "2023-02-03T07:06:49+00:00"
  6212. },
  6213. {
  6214. "name": "sebastian/global-state",
  6215. "version": "6.0.0",
  6216. "source": {
  6217. "type": "git",
  6218. "url": "https://github.com/sebastianbergmann/global-state.git",
  6219. "reference": "aab257c712de87b90194febd52e4d184551c2d44"
  6220. },
  6221. "dist": {
  6222. "type": "zip",
  6223. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/aab257c712de87b90194febd52e4d184551c2d44",
  6224. "reference": "aab257c712de87b90194febd52e4d184551c2d44",
  6225. "shasum": ""
  6226. },
  6227. "require": {
  6228. "php": ">=8.1",
  6229. "sebastian/object-reflector": "^3.0",
  6230. "sebastian/recursion-context": "^5.0"
  6231. },
  6232. "require-dev": {
  6233. "ext-dom": "*",
  6234. "phpunit/phpunit": "^10.0"
  6235. },
  6236. "type": "library",
  6237. "extra": {
  6238. "branch-alias": {
  6239. "dev-main": "6.0-dev"
  6240. }
  6241. },
  6242. "autoload": {
  6243. "classmap": [
  6244. "src/"
  6245. ]
  6246. },
  6247. "notification-url": "https://packagist.org/downloads/",
  6248. "license": [
  6249. "BSD-3-Clause"
  6250. ],
  6251. "authors": [
  6252. {
  6253. "name": "Sebastian Bergmann",
  6254. "email": "sebastian@phpunit.de"
  6255. }
  6256. ],
  6257. "description": "Snapshotting of global state",
  6258. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6259. "keywords": [
  6260. "global state"
  6261. ],
  6262. "support": {
  6263. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  6264. "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.0"
  6265. },
  6266. "funding": [
  6267. {
  6268. "url": "https://github.com/sebastianbergmann",
  6269. "type": "github"
  6270. }
  6271. ],
  6272. "time": "2023-02-03T07:07:38+00:00"
  6273. },
  6274. {
  6275. "name": "sebastian/lines-of-code",
  6276. "version": "2.0.0",
  6277. "source": {
  6278. "type": "git",
  6279. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  6280. "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130"
  6281. },
  6282. "dist": {
  6283. "type": "zip",
  6284. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/17c4d940ecafb3d15d2cf916f4108f664e28b130",
  6285. "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130",
  6286. "shasum": ""
  6287. },
  6288. "require": {
  6289. "nikic/php-parser": "^4.10",
  6290. "php": ">=8.1"
  6291. },
  6292. "require-dev": {
  6293. "phpunit/phpunit": "^10.0"
  6294. },
  6295. "type": "library",
  6296. "extra": {
  6297. "branch-alias": {
  6298. "dev-main": "2.0-dev"
  6299. }
  6300. },
  6301. "autoload": {
  6302. "classmap": [
  6303. "src/"
  6304. ]
  6305. },
  6306. "notification-url": "https://packagist.org/downloads/",
  6307. "license": [
  6308. "BSD-3-Clause"
  6309. ],
  6310. "authors": [
  6311. {
  6312. "name": "Sebastian Bergmann",
  6313. "email": "sebastian@phpunit.de",
  6314. "role": "lead"
  6315. }
  6316. ],
  6317. "description": "Library for counting the lines of code in PHP source code",
  6318. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  6319. "support": {
  6320. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  6321. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.0"
  6322. },
  6323. "funding": [
  6324. {
  6325. "url": "https://github.com/sebastianbergmann",
  6326. "type": "github"
  6327. }
  6328. ],
  6329. "time": "2023-02-03T07:08:02+00:00"
  6330. },
  6331. {
  6332. "name": "sebastian/object-enumerator",
  6333. "version": "5.0.0",
  6334. "source": {
  6335. "type": "git",
  6336. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  6337. "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
  6338. },
  6339. "dist": {
  6340. "type": "zip",
  6341. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
  6342. "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
  6343. "shasum": ""
  6344. },
  6345. "require": {
  6346. "php": ">=8.1",
  6347. "sebastian/object-reflector": "^3.0",
  6348. "sebastian/recursion-context": "^5.0"
  6349. },
  6350. "require-dev": {
  6351. "phpunit/phpunit": "^10.0"
  6352. },
  6353. "type": "library",
  6354. "extra": {
  6355. "branch-alias": {
  6356. "dev-main": "5.0-dev"
  6357. }
  6358. },
  6359. "autoload": {
  6360. "classmap": [
  6361. "src/"
  6362. ]
  6363. },
  6364. "notification-url": "https://packagist.org/downloads/",
  6365. "license": [
  6366. "BSD-3-Clause"
  6367. ],
  6368. "authors": [
  6369. {
  6370. "name": "Sebastian Bergmann",
  6371. "email": "sebastian@phpunit.de"
  6372. }
  6373. ],
  6374. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  6375. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  6376. "support": {
  6377. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  6378. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
  6379. },
  6380. "funding": [
  6381. {
  6382. "url": "https://github.com/sebastianbergmann",
  6383. "type": "github"
  6384. }
  6385. ],
  6386. "time": "2023-02-03T07:08:32+00:00"
  6387. },
  6388. {
  6389. "name": "sebastian/object-reflector",
  6390. "version": "3.0.0",
  6391. "source": {
  6392. "type": "git",
  6393. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  6394. "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
  6395. },
  6396. "dist": {
  6397. "type": "zip",
  6398. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
  6399. "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
  6400. "shasum": ""
  6401. },
  6402. "require": {
  6403. "php": ">=8.1"
  6404. },
  6405. "require-dev": {
  6406. "phpunit/phpunit": "^10.0"
  6407. },
  6408. "type": "library",
  6409. "extra": {
  6410. "branch-alias": {
  6411. "dev-main": "3.0-dev"
  6412. }
  6413. },
  6414. "autoload": {
  6415. "classmap": [
  6416. "src/"
  6417. ]
  6418. },
  6419. "notification-url": "https://packagist.org/downloads/",
  6420. "license": [
  6421. "BSD-3-Clause"
  6422. ],
  6423. "authors": [
  6424. {
  6425. "name": "Sebastian Bergmann",
  6426. "email": "sebastian@phpunit.de"
  6427. }
  6428. ],
  6429. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  6430. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  6431. "support": {
  6432. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  6433. "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
  6434. },
  6435. "funding": [
  6436. {
  6437. "url": "https://github.com/sebastianbergmann",
  6438. "type": "github"
  6439. }
  6440. ],
  6441. "time": "2023-02-03T07:06:18+00:00"
  6442. },
  6443. {
  6444. "name": "sebastian/recursion-context",
  6445. "version": "5.0.0",
  6446. "source": {
  6447. "type": "git",
  6448. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6449. "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
  6450. },
  6451. "dist": {
  6452. "type": "zip",
  6453. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
  6454. "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
  6455. "shasum": ""
  6456. },
  6457. "require": {
  6458. "php": ">=8.1"
  6459. },
  6460. "require-dev": {
  6461. "phpunit/phpunit": "^10.0"
  6462. },
  6463. "type": "library",
  6464. "extra": {
  6465. "branch-alias": {
  6466. "dev-main": "5.0-dev"
  6467. }
  6468. },
  6469. "autoload": {
  6470. "classmap": [
  6471. "src/"
  6472. ]
  6473. },
  6474. "notification-url": "https://packagist.org/downloads/",
  6475. "license": [
  6476. "BSD-3-Clause"
  6477. ],
  6478. "authors": [
  6479. {
  6480. "name": "Sebastian Bergmann",
  6481. "email": "sebastian@phpunit.de"
  6482. },
  6483. {
  6484. "name": "Jeff Welch",
  6485. "email": "whatthejeff@gmail.com"
  6486. },
  6487. {
  6488. "name": "Adam Harvey",
  6489. "email": "aharvey@php.net"
  6490. }
  6491. ],
  6492. "description": "Provides functionality to recursively process PHP variables",
  6493. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  6494. "support": {
  6495. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  6496. "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
  6497. },
  6498. "funding": [
  6499. {
  6500. "url": "https://github.com/sebastianbergmann",
  6501. "type": "github"
  6502. }
  6503. ],
  6504. "time": "2023-02-03T07:05:40+00:00"
  6505. },
  6506. {
  6507. "name": "sebastian/type",
  6508. "version": "4.0.0",
  6509. "source": {
  6510. "type": "git",
  6511. "url": "https://github.com/sebastianbergmann/type.git",
  6512. "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
  6513. },
  6514. "dist": {
  6515. "type": "zip",
  6516. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
  6517. "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
  6518. "shasum": ""
  6519. },
  6520. "require": {
  6521. "php": ">=8.1"
  6522. },
  6523. "require-dev": {
  6524. "phpunit/phpunit": "^10.0"
  6525. },
  6526. "type": "library",
  6527. "extra": {
  6528. "branch-alias": {
  6529. "dev-main": "4.0-dev"
  6530. }
  6531. },
  6532. "autoload": {
  6533. "classmap": [
  6534. "src/"
  6535. ]
  6536. },
  6537. "notification-url": "https://packagist.org/downloads/",
  6538. "license": [
  6539. "BSD-3-Clause"
  6540. ],
  6541. "authors": [
  6542. {
  6543. "name": "Sebastian Bergmann",
  6544. "email": "sebastian@phpunit.de",
  6545. "role": "lead"
  6546. }
  6547. ],
  6548. "description": "Collection of value objects that represent the types of the PHP type system",
  6549. "homepage": "https://github.com/sebastianbergmann/type",
  6550. "support": {
  6551. "issues": "https://github.com/sebastianbergmann/type/issues",
  6552. "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
  6553. },
  6554. "funding": [
  6555. {
  6556. "url": "https://github.com/sebastianbergmann",
  6557. "type": "github"
  6558. }
  6559. ],
  6560. "time": "2023-02-03T07:10:45+00:00"
  6561. },
  6562. {
  6563. "name": "sebastian/version",
  6564. "version": "4.0.1",
  6565. "source": {
  6566. "type": "git",
  6567. "url": "https://github.com/sebastianbergmann/version.git",
  6568. "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
  6569. },
  6570. "dist": {
  6571. "type": "zip",
  6572. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
  6573. "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
  6574. "shasum": ""
  6575. },
  6576. "require": {
  6577. "php": ">=8.1"
  6578. },
  6579. "type": "library",
  6580. "extra": {
  6581. "branch-alias": {
  6582. "dev-main": "4.0-dev"
  6583. }
  6584. },
  6585. "autoload": {
  6586. "classmap": [
  6587. "src/"
  6588. ]
  6589. },
  6590. "notification-url": "https://packagist.org/downloads/",
  6591. "license": [
  6592. "BSD-3-Clause"
  6593. ],
  6594. "authors": [
  6595. {
  6596. "name": "Sebastian Bergmann",
  6597. "email": "sebastian@phpunit.de",
  6598. "role": "lead"
  6599. }
  6600. ],
  6601. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  6602. "homepage": "https://github.com/sebastianbergmann/version",
  6603. "support": {
  6604. "issues": "https://github.com/sebastianbergmann/version/issues",
  6605. "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
  6606. },
  6607. "funding": [
  6608. {
  6609. "url": "https://github.com/sebastianbergmann",
  6610. "type": "github"
  6611. }
  6612. ],
  6613. "time": "2023-02-07T11:34:05+00:00"
  6614. },
  6615. {
  6616. "name": "ta-tikoma/phpunit-architecture-test",
  6617. "version": "0.7.3",
  6618. "source": {
  6619. "type": "git",
  6620. "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
  6621. "reference": "90b2e1d53b2c09b6371f84476699b69b36e378fd"
  6622. },
  6623. "dist": {
  6624. "type": "zip",
  6625. "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/90b2e1d53b2c09b6371f84476699b69b36e378fd",
  6626. "reference": "90b2e1d53b2c09b6371f84476699b69b36e378fd",
  6627. "shasum": ""
  6628. },
  6629. "require": {
  6630. "nikic/php-parser": "^4.15.4",
  6631. "php": "^8.1.0",
  6632. "phpdocumentor/reflection-docblock": "^5.3.0",
  6633. "phpunit/phpunit": "^10.1.1",
  6634. "symfony/finder": "^6.2.7"
  6635. },
  6636. "require-dev": {
  6637. "laravel/pint": "^1.9.0",
  6638. "phpstan/phpstan": "^1.10.13"
  6639. },
  6640. "type": "library",
  6641. "autoload": {
  6642. "psr-4": {
  6643. "PHPUnit\\Architecture\\": "src/"
  6644. }
  6645. },
  6646. "notification-url": "https://packagist.org/downloads/",
  6647. "license": [
  6648. "MIT"
  6649. ],
  6650. "authors": [
  6651. {
  6652. "name": "Ni Shi",
  6653. "email": "futik0ma011@gmail.com"
  6654. },
  6655. {
  6656. "name": "Nuno Maduro",
  6657. "email": "enunomaduro@gmail.com"
  6658. }
  6659. ],
  6660. "description": "Methods for testing application architecture",
  6661. "keywords": [
  6662. "architecture",
  6663. "phpunit",
  6664. "stucture",
  6665. "test",
  6666. "testing"
  6667. ],
  6668. "support": {
  6669. "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
  6670. "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.3"
  6671. },
  6672. "time": "2023-04-19T08:46:06+00:00"
  6673. },
  6674. {
  6675. "name": "theseer/tokenizer",
  6676. "version": "1.2.1",
  6677. "source": {
  6678. "type": "git",
  6679. "url": "https://github.com/theseer/tokenizer.git",
  6680. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
  6681. },
  6682. "dist": {
  6683. "type": "zip",
  6684. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
  6685. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
  6686. "shasum": ""
  6687. },
  6688. "require": {
  6689. "ext-dom": "*",
  6690. "ext-tokenizer": "*",
  6691. "ext-xmlwriter": "*",
  6692. "php": "^7.2 || ^8.0"
  6693. },
  6694. "type": "library",
  6695. "autoload": {
  6696. "classmap": [
  6697. "src/"
  6698. ]
  6699. },
  6700. "notification-url": "https://packagist.org/downloads/",
  6701. "license": [
  6702. "BSD-3-Clause"
  6703. ],
  6704. "authors": [
  6705. {
  6706. "name": "Arne Blankerts",
  6707. "email": "arne@blankerts.de",
  6708. "role": "Developer"
  6709. }
  6710. ],
  6711. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  6712. "support": {
  6713. "issues": "https://github.com/theseer/tokenizer/issues",
  6714. "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
  6715. },
  6716. "funding": [
  6717. {
  6718. "url": "https://github.com/theseer",
  6719. "type": "github"
  6720. }
  6721. ],
  6722. "time": "2021-07-28T10:34:58+00:00"
  6723. }
  6724. ],
  6725. "aliases": [],
  6726. "minimum-stability": "stable",
  6727. "stability-flags": [],
  6728. "prefer-stable": true,
  6729. "prefer-lowest": false,
  6730. "platform": {
  6731. "php": "^8.1"
  6732. },
  6733. "platform-dev": [],
  6734. "plugin-api-version": "2.3.0"
  6735. }