Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7039 lines
252 KiB

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