Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

4887 linhas
170KB

  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": "106b52a748c01bbdd43c9758984317f3",
  8. "packages": [
  9. {
  10. "name": "doctrine/lexer",
  11. "version": "1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/lexer.git",
  15. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  20. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2 || ^8.0"
  25. },
  26. "require-dev": {
  27. "doctrine/coding-standard": "^6.0",
  28. "phpstan/phpstan": "^0.11.8",
  29. "phpunit/phpunit": "^8.2"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.2.x-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-4": {
  39. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Guilherme Blanco",
  49. "email": "guilhermeblanco@gmail.com"
  50. },
  51. {
  52. "name": "Roman Borschel",
  53. "email": "roman@code-factory.org"
  54. },
  55. {
  56. "name": "Johannes Schmitt",
  57. "email": "schmittjoh@gmail.com"
  58. }
  59. ],
  60. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  61. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  62. "keywords": [
  63. "annotations",
  64. "docblock",
  65. "lexer",
  66. "parser",
  67. "php"
  68. ],
  69. "support": {
  70. "issues": "https://github.com/doctrine/lexer/issues",
  71. "source": "https://github.com/doctrine/lexer/tree/1.2.1"
  72. },
  73. "funding": [
  74. {
  75. "url": "https://www.doctrine-project.org/sponsorship.html",
  76. "type": "custom"
  77. },
  78. {
  79. "url": "https://www.patreon.com/phpdoctrine",
  80. "type": "patreon"
  81. },
  82. {
  83. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  84. "type": "tidelift"
  85. }
  86. ],
  87. "time": "2020-05-25T17:44:05+00:00"
  88. },
  89. {
  90. "name": "egulias/email-validator",
  91. "version": "2.1.25",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/egulias/EmailValidator.git",
  95. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  100. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "doctrine/lexer": "^1.0.1",
  105. "php": ">=5.5",
  106. "symfony/polyfill-intl-idn": "^1.10"
  107. },
  108. "require-dev": {
  109. "dominicsayers/isemail": "^3.0.7",
  110. "phpunit/phpunit": "^4.8.36|^7.5.15",
  111. "satooshi/php-coveralls": "^1.0.1"
  112. },
  113. "suggest": {
  114. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  115. },
  116. "type": "library",
  117. "extra": {
  118. "branch-alias": {
  119. "dev-master": "2.1.x-dev"
  120. }
  121. },
  122. "autoload": {
  123. "psr-4": {
  124. "Egulias\\EmailValidator\\": "src"
  125. }
  126. },
  127. "notification-url": "https://packagist.org/downloads/",
  128. "license": [
  129. "MIT"
  130. ],
  131. "authors": [
  132. {
  133. "name": "Eduardo Gulias Davis"
  134. }
  135. ],
  136. "description": "A library for validating emails against several RFCs",
  137. "homepage": "https://github.com/egulias/EmailValidator",
  138. "keywords": [
  139. "email",
  140. "emailvalidation",
  141. "emailvalidator",
  142. "validation",
  143. "validator"
  144. ],
  145. "support": {
  146. "issues": "https://github.com/egulias/EmailValidator/issues",
  147. "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
  148. },
  149. "funding": [
  150. {
  151. "url": "https://github.com/egulias",
  152. "type": "github"
  153. }
  154. ],
  155. "time": "2020-12-29T14:50:06+00:00"
  156. },
  157. {
  158. "name": "filp/whoops",
  159. "version": "2.1.3",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/filp/whoops.git",
  163. "reference": "8828aaa2178e0a19325522e2a45282ff0a14649b"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/filp/whoops/zipball/8828aaa2178e0a19325522e2a45282ff0a14649b",
  168. "reference": "8828aaa2178e0a19325522e2a45282ff0a14649b",
  169. "shasum": ""
  170. },
  171. "require": {
  172. "php": ">=5.5.9"
  173. },
  174. "require-dev": {
  175. "mockery/mockery": "0.9.*",
  176. "phpunit/phpunit": "^4.8 || ^5.0",
  177. "symfony/var-dumper": "~3.0"
  178. },
  179. "suggest": {
  180. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  181. "whoops/soap": "Formats errors as SOAP responses"
  182. },
  183. "type": "library",
  184. "extra": {
  185. "branch-alias": {
  186. "dev-master": "2.0-dev"
  187. }
  188. },
  189. "autoload": {
  190. "psr-4": {
  191. "Whoops\\": "src/Whoops/"
  192. }
  193. },
  194. "notification-url": "https://packagist.org/downloads/",
  195. "license": [
  196. "MIT"
  197. ],
  198. "authors": [
  199. {
  200. "name": "Filipe Dobreira",
  201. "homepage": "https://github.com/filp",
  202. "role": "Developer"
  203. }
  204. ],
  205. "description": "php error handling for cool kids",
  206. "homepage": "https://github.com/filp/whoops",
  207. "keywords": [
  208. "error",
  209. "exception",
  210. "handling",
  211. "library",
  212. "whoops",
  213. "zf2"
  214. ],
  215. "time": "2016-05-06T18:25:35+00:00"
  216. },
  217. {
  218. "name": "graham-campbell/result-type",
  219. "version": "v1.0.1",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  223. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
  228. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
  229. "shasum": ""
  230. },
  231. "require": {
  232. "php": "^7.0|^8.0",
  233. "phpoption/phpoption": "^1.7.3"
  234. },
  235. "require-dev": {
  236. "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
  237. },
  238. "type": "library",
  239. "extra": {
  240. "branch-alias": {
  241. "dev-master": "1.0-dev"
  242. }
  243. },
  244. "autoload": {
  245. "psr-4": {
  246. "GrahamCampbell\\ResultType\\": "src/"
  247. }
  248. },
  249. "notification-url": "https://packagist.org/downloads/",
  250. "license": [
  251. "MIT"
  252. ],
  253. "authors": [
  254. {
  255. "name": "Graham Campbell",
  256. "email": "graham@alt-three.com"
  257. }
  258. ],
  259. "description": "An Implementation Of The Result Type",
  260. "keywords": [
  261. "Graham Campbell",
  262. "GrahamCampbell",
  263. "Result Type",
  264. "Result-Type",
  265. "result"
  266. ],
  267. "funding": [
  268. {
  269. "url": "https://github.com/GrahamCampbell",
  270. "type": "github"
  271. },
  272. {
  273. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  274. "type": "tidelift"
  275. }
  276. ],
  277. "time": "2020-04-13T13:17:36+00:00"
  278. },
  279. {
  280. "name": "guzzlehttp/guzzle",
  281. "version": "7.2.0",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/guzzle/guzzle.git",
  285. "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
  290. "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "ext-json": "*",
  295. "guzzlehttp/promises": "^1.4",
  296. "guzzlehttp/psr7": "^1.7",
  297. "php": "^7.2.5 || ^8.0",
  298. "psr/http-client": "^1.0"
  299. },
  300. "provide": {
  301. "psr/http-client-implementation": "1.0"
  302. },
  303. "require-dev": {
  304. "ext-curl": "*",
  305. "php-http/client-integration-tests": "^3.0",
  306. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  307. "psr/log": "^1.1"
  308. },
  309. "suggest": {
  310. "ext-curl": "Required for CURL handler support",
  311. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  312. "psr/log": "Required for using the Log middleware"
  313. },
  314. "type": "library",
  315. "extra": {
  316. "branch-alias": {
  317. "dev-master": "7.1-dev"
  318. }
  319. },
  320. "autoload": {
  321. "psr-4": {
  322. "GuzzleHttp\\": "src/"
  323. },
  324. "files": [
  325. "src/functions_include.php"
  326. ]
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Michael Dowling",
  335. "email": "mtdowling@gmail.com",
  336. "homepage": "https://github.com/mtdowling"
  337. },
  338. {
  339. "name": "Márk Sági-Kazár",
  340. "email": "mark.sagikazar@gmail.com",
  341. "homepage": "https://sagikazarmark.hu"
  342. }
  343. ],
  344. "description": "Guzzle is a PHP HTTP client library",
  345. "homepage": "http://guzzlephp.org/",
  346. "keywords": [
  347. "client",
  348. "curl",
  349. "framework",
  350. "http",
  351. "http client",
  352. "psr-18",
  353. "psr-7",
  354. "rest",
  355. "web service"
  356. ],
  357. "support": {
  358. "issues": "https://github.com/guzzle/guzzle/issues",
  359. "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
  360. },
  361. "funding": [
  362. {
  363. "url": "https://github.com/GrahamCampbell",
  364. "type": "github"
  365. },
  366. {
  367. "url": "https://github.com/Nyholm",
  368. "type": "github"
  369. },
  370. {
  371. "url": "https://github.com/alexeyshockov",
  372. "type": "github"
  373. },
  374. {
  375. "url": "https://github.com/gmponos",
  376. "type": "github"
  377. }
  378. ],
  379. "time": "2020-10-10T11:47:56+00:00"
  380. },
  381. {
  382. "name": "guzzlehttp/promises",
  383. "version": "1.4.0",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/guzzle/promises.git",
  387. "reference": "60d379c243457e073cff02bc323a2a86cb355631"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
  392. "reference": "60d379c243457e073cff02bc323a2a86cb355631",
  393. "shasum": ""
  394. },
  395. "require": {
  396. "php": ">=5.5"
  397. },
  398. "require-dev": {
  399. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  400. },
  401. "type": "library",
  402. "extra": {
  403. "branch-alias": {
  404. "dev-master": "1.4-dev"
  405. }
  406. },
  407. "autoload": {
  408. "psr-4": {
  409. "GuzzleHttp\\Promise\\": "src/"
  410. },
  411. "files": [
  412. "src/functions_include.php"
  413. ]
  414. },
  415. "notification-url": "https://packagist.org/downloads/",
  416. "license": [
  417. "MIT"
  418. ],
  419. "authors": [
  420. {
  421. "name": "Michael Dowling",
  422. "email": "mtdowling@gmail.com",
  423. "homepage": "https://github.com/mtdowling"
  424. }
  425. ],
  426. "description": "Guzzle promises library",
  427. "keywords": [
  428. "promise"
  429. ],
  430. "support": {
  431. "issues": "https://github.com/guzzle/promises/issues",
  432. "source": "https://github.com/guzzle/promises/tree/1.4.0"
  433. },
  434. "time": "2020-09-30T07:37:28+00:00"
  435. },
  436. {
  437. "name": "guzzlehttp/psr7",
  438. "version": "1.7.0",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/guzzle/psr7.git",
  442. "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
  447. "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
  448. "shasum": ""
  449. },
  450. "require": {
  451. "php": ">=5.4.0",
  452. "psr/http-message": "~1.0",
  453. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  454. },
  455. "provide": {
  456. "psr/http-message-implementation": "1.0"
  457. },
  458. "require-dev": {
  459. "ext-zlib": "*",
  460. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  461. },
  462. "suggest": {
  463. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  464. },
  465. "type": "library",
  466. "extra": {
  467. "branch-alias": {
  468. "dev-master": "1.7-dev"
  469. }
  470. },
  471. "autoload": {
  472. "psr-4": {
  473. "GuzzleHttp\\Psr7\\": "src/"
  474. },
  475. "files": [
  476. "src/functions_include.php"
  477. ]
  478. },
  479. "notification-url": "https://packagist.org/downloads/",
  480. "license": [
  481. "MIT"
  482. ],
  483. "authors": [
  484. {
  485. "name": "Michael Dowling",
  486. "email": "mtdowling@gmail.com",
  487. "homepage": "https://github.com/mtdowling"
  488. },
  489. {
  490. "name": "Tobias Schultze",
  491. "homepage": "https://github.com/Tobion"
  492. }
  493. ],
  494. "description": "PSR-7 message implementation that also provides common utility methods",
  495. "keywords": [
  496. "http",
  497. "message",
  498. "psr-7",
  499. "request",
  500. "response",
  501. "stream",
  502. "uri",
  503. "url"
  504. ],
  505. "support": {
  506. "issues": "https://github.com/guzzle/psr7/issues",
  507. "source": "https://github.com/guzzle/psr7/tree/1.7.0"
  508. },
  509. "time": "2020-09-30T07:37:11+00:00"
  510. },
  511. {
  512. "name": "league/flysystem",
  513. "version": "2.0.2",
  514. "source": {
  515. "type": "git",
  516. "url": "https://github.com/thephpleague/flysystem.git",
  517. "reference": "1d68c2325a56b6b847f3a40b9564cabfa7bb2594"
  518. },
  519. "dist": {
  520. "type": "zip",
  521. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1d68c2325a56b6b847f3a40b9564cabfa7bb2594",
  522. "reference": "1d68c2325a56b6b847f3a40b9564cabfa7bb2594",
  523. "shasum": ""
  524. },
  525. "require": {
  526. "ext-json": "*",
  527. "league/mime-type-detection": "^1.0.0",
  528. "php": "^7.2 || ^8.0"
  529. },
  530. "conflict": {
  531. "guzzlehttp/ringphp": "<1.1.1"
  532. },
  533. "require-dev": {
  534. "async-aws/s3": "^1.5",
  535. "async-aws/simple-s3": "^1.0",
  536. "aws/aws-sdk-php": "^3.132.4",
  537. "composer/semver": "^3.0",
  538. "ext-fileinfo": "*",
  539. "friendsofphp/php-cs-fixer": "^2.16",
  540. "google/cloud-storage": "^1.23",
  541. "phpseclib/phpseclib": "^2.0",
  542. "phpstan/phpstan": "^0.12.26",
  543. "phpunit/phpunit": "^8.5 || ^9.4"
  544. },
  545. "type": "library",
  546. "autoload": {
  547. "psr-4": {
  548. "League\\Flysystem\\": "src"
  549. }
  550. },
  551. "notification-url": "https://packagist.org/downloads/",
  552. "license": [
  553. "MIT"
  554. ],
  555. "authors": [
  556. {
  557. "name": "Frank de Jonge",
  558. "email": "info@frankdejonge.nl"
  559. }
  560. ],
  561. "description": "File storage abstraction for PHP",
  562. "keywords": [
  563. "WebDAV",
  564. "aws",
  565. "cloud",
  566. "file",
  567. "files",
  568. "filesystem",
  569. "filesystems",
  570. "ftp",
  571. "s3",
  572. "sftp",
  573. "storage"
  574. ],
  575. "support": {
  576. "issues": "https://github.com/thephpleague/flysystem/issues",
  577. "source": "https://github.com/thephpleague/flysystem/tree/2.0.2"
  578. },
  579. "funding": [
  580. {
  581. "url": "https://offset.earth/frankdejonge",
  582. "type": "custom"
  583. },
  584. {
  585. "url": "https://github.com/frankdejonge",
  586. "type": "github"
  587. },
  588. {
  589. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  590. "type": "tidelift"
  591. }
  592. ],
  593. "time": "2020-12-28T17:02:23+00:00"
  594. },
  595. {
  596. "name": "league/mime-type-detection",
  597. "version": "1.7.0",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/thephpleague/mime-type-detection.git",
  601. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  606. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "ext-fileinfo": "*",
  611. "php": "^7.2 || ^8.0"
  612. },
  613. "require-dev": {
  614. "friendsofphp/php-cs-fixer": "^2.18",
  615. "phpstan/phpstan": "^0.12.68",
  616. "phpunit/phpunit": "^8.5.8 || ^9.3"
  617. },
  618. "type": "library",
  619. "autoload": {
  620. "psr-4": {
  621. "League\\MimeTypeDetection\\": "src"
  622. }
  623. },
  624. "notification-url": "https://packagist.org/downloads/",
  625. "license": [
  626. "MIT"
  627. ],
  628. "authors": [
  629. {
  630. "name": "Frank de Jonge",
  631. "email": "info@frankdejonge.nl"
  632. }
  633. ],
  634. "description": "Mime-type detection for Flysystem",
  635. "support": {
  636. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  637. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  638. },
  639. "funding": [
  640. {
  641. "url": "https://github.com/frankdejonge",
  642. "type": "github"
  643. },
  644. {
  645. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  646. "type": "tidelift"
  647. }
  648. ],
  649. "time": "2021-01-18T20:58:21+00:00"
  650. },
  651. {
  652. "name": "monolog/monolog",
  653. "version": "2.2.0",
  654. "source": {
  655. "type": "git",
  656. "url": "https://github.com/Seldaek/monolog.git",
  657. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
  658. },
  659. "dist": {
  660. "type": "zip",
  661. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  662. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  663. "shasum": ""
  664. },
  665. "require": {
  666. "php": ">=7.2",
  667. "psr/log": "^1.0.1"
  668. },
  669. "provide": {
  670. "psr/log-implementation": "1.0.0"
  671. },
  672. "require-dev": {
  673. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  674. "doctrine/couchdb": "~1.0@dev",
  675. "elasticsearch/elasticsearch": "^7",
  676. "graylog2/gelf-php": "^1.4.2",
  677. "mongodb/mongodb": "^1.8",
  678. "php-amqplib/php-amqplib": "~2.4",
  679. "php-console/php-console": "^3.1.3",
  680. "phpspec/prophecy": "^1.6.1",
  681. "phpstan/phpstan": "^0.12.59",
  682. "phpunit/phpunit": "^8.5",
  683. "predis/predis": "^1.1",
  684. "rollbar/rollbar": "^1.3",
  685. "ruflin/elastica": ">=0.90 <7.0.1",
  686. "swiftmailer/swiftmailer": "^5.3|^6.0"
  687. },
  688. "suggest": {
  689. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  690. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  691. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  692. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  693. "ext-mbstring": "Allow to work properly with unicode symbols",
  694. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  695. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  696. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  697. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  698. "php-console/php-console": "Allow sending log messages to Google Chrome",
  699. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  700. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  701. },
  702. "type": "library",
  703. "extra": {
  704. "branch-alias": {
  705. "dev-main": "2.x-dev"
  706. }
  707. },
  708. "autoload": {
  709. "psr-4": {
  710. "Monolog\\": "src/Monolog"
  711. }
  712. },
  713. "notification-url": "https://packagist.org/downloads/",
  714. "license": [
  715. "MIT"
  716. ],
  717. "authors": [
  718. {
  719. "name": "Jordi Boggiano",
  720. "email": "j.boggiano@seld.be",
  721. "homepage": "https://seld.be"
  722. }
  723. ],
  724. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  725. "homepage": "https://github.com/Seldaek/monolog",
  726. "keywords": [
  727. "log",
  728. "logging",
  729. "psr-3"
  730. ],
  731. "support": {
  732. "issues": "https://github.com/Seldaek/monolog/issues",
  733. "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
  734. },
  735. "funding": [
  736. {
  737. "url": "https://github.com/Seldaek",
  738. "type": "github"
  739. },
  740. {
  741. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  742. "type": "tidelift"
  743. }
  744. ],
  745. "time": "2020-12-14T13:15:25+00:00"
  746. },
  747. {
  748. "name": "opis/closure",
  749. "version": "3.6.1",
  750. "source": {
  751. "type": "git",
  752. "url": "https://github.com/opis/closure.git",
  753. "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
  754. },
  755. "dist": {
  756. "type": "zip",
  757. "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  758. "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  759. "shasum": ""
  760. },
  761. "require": {
  762. "php": "^5.4 || ^7.0 || ^8.0"
  763. },
  764. "require-dev": {
  765. "jeremeamia/superclosure": "^2.0",
  766. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
  767. },
  768. "type": "library",
  769. "extra": {
  770. "branch-alias": {
  771. "dev-master": "3.6.x-dev"
  772. }
  773. },
  774. "autoload": {
  775. "psr-4": {
  776. "Opis\\Closure\\": "src/"
  777. },
  778. "files": [
  779. "functions.php"
  780. ]
  781. },
  782. "notification-url": "https://packagist.org/downloads/",
  783. "license": [
  784. "MIT"
  785. ],
  786. "authors": [
  787. {
  788. "name": "Marius Sarca",
  789. "email": "marius.sarca@gmail.com"
  790. },
  791. {
  792. "name": "Sorin Sarca",
  793. "email": "sarca_sorin@hotmail.com"
  794. }
  795. ],
  796. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  797. "homepage": "https://opis.io/closure",
  798. "keywords": [
  799. "anonymous functions",
  800. "closure",
  801. "function",
  802. "serializable",
  803. "serialization",
  804. "serialize"
  805. ],
  806. "support": {
  807. "issues": "https://github.com/opis/closure/issues",
  808. "source": "https://github.com/opis/closure/tree/3.6.1"
  809. },
  810. "time": "2020-11-07T02:01:34+00:00"
  811. },
  812. {
  813. "name": "phpoption/phpoption",
  814. "version": "1.7.5",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/schmittjoh/php-option.git",
  818. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  823. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "php": "^5.5.9 || ^7.0 || ^8.0"
  828. },
  829. "require-dev": {
  830. "bamarni/composer-bin-plugin": "^1.4.1",
  831. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  832. },
  833. "type": "library",
  834. "extra": {
  835. "branch-alias": {
  836. "dev-master": "1.7-dev"
  837. }
  838. },
  839. "autoload": {
  840. "psr-4": {
  841. "PhpOption\\": "src/PhpOption/"
  842. }
  843. },
  844. "notification-url": "https://packagist.org/downloads/",
  845. "license": [
  846. "Apache-2.0"
  847. ],
  848. "authors": [
  849. {
  850. "name": "Johannes M. Schmitt",
  851. "email": "schmittjoh@gmail.com"
  852. },
  853. {
  854. "name": "Graham Campbell",
  855. "email": "graham@alt-three.com"
  856. }
  857. ],
  858. "description": "Option Type for PHP",
  859. "keywords": [
  860. "language",
  861. "option",
  862. "php",
  863. "type"
  864. ],
  865. "funding": [
  866. {
  867. "url": "https://github.com/GrahamCampbell",
  868. "type": "github"
  869. },
  870. {
  871. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  872. "type": "tidelift"
  873. }
  874. ],
  875. "time": "2020-07-20T17:29:33+00:00"
  876. },
  877. {
  878. "name": "psr/container",
  879. "version": "1.0.0",
  880. "source": {
  881. "type": "git",
  882. "url": "https://github.com/php-fig/container.git",
  883. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  884. },
  885. "dist": {
  886. "type": "zip",
  887. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  888. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  889. "shasum": ""
  890. },
  891. "require": {
  892. "php": ">=5.3.0"
  893. },
  894. "type": "library",
  895. "extra": {
  896. "branch-alias": {
  897. "dev-master": "1.0.x-dev"
  898. }
  899. },
  900. "autoload": {
  901. "psr-4": {
  902. "Psr\\Container\\": "src/"
  903. }
  904. },
  905. "notification-url": "https://packagist.org/downloads/",
  906. "license": [
  907. "MIT"
  908. ],
  909. "authors": [
  910. {
  911. "name": "PHP-FIG",
  912. "homepage": "http://www.php-fig.org/"
  913. }
  914. ],
  915. "description": "Common Container Interface (PHP FIG PSR-11)",
  916. "homepage": "https://github.com/php-fig/container",
  917. "keywords": [
  918. "PSR-11",
  919. "container",
  920. "container-interface",
  921. "container-interop",
  922. "psr"
  923. ],
  924. "support": {
  925. "issues": "https://github.com/php-fig/container/issues",
  926. "source": "https://github.com/php-fig/container/tree/master"
  927. },
  928. "time": "2017-02-14T16:28:37+00:00"
  929. },
  930. {
  931. "name": "psr/http-client",
  932. "version": "1.0.1",
  933. "source": {
  934. "type": "git",
  935. "url": "https://github.com/php-fig/http-client.git",
  936. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  937. },
  938. "dist": {
  939. "type": "zip",
  940. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  941. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  942. "shasum": ""
  943. },
  944. "require": {
  945. "php": "^7.0 || ^8.0",
  946. "psr/http-message": "^1.0"
  947. },
  948. "type": "library",
  949. "extra": {
  950. "branch-alias": {
  951. "dev-master": "1.0.x-dev"
  952. }
  953. },
  954. "autoload": {
  955. "psr-4": {
  956. "Psr\\Http\\Client\\": "src/"
  957. }
  958. },
  959. "notification-url": "https://packagist.org/downloads/",
  960. "license": [
  961. "MIT"
  962. ],
  963. "authors": [
  964. {
  965. "name": "PHP-FIG",
  966. "homepage": "http://www.php-fig.org/"
  967. }
  968. ],
  969. "description": "Common interface for HTTP clients",
  970. "homepage": "https://github.com/php-fig/http-client",
  971. "keywords": [
  972. "http",
  973. "http-client",
  974. "psr",
  975. "psr-18"
  976. ],
  977. "support": {
  978. "source": "https://github.com/php-fig/http-client/tree/master"
  979. },
  980. "time": "2020-06-29T06:28:15+00:00"
  981. },
  982. {
  983. "name": "psr/http-message",
  984. "version": "1.0.1",
  985. "source": {
  986. "type": "git",
  987. "url": "https://github.com/php-fig/http-message.git",
  988. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  989. },
  990. "dist": {
  991. "type": "zip",
  992. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  993. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  994. "shasum": ""
  995. },
  996. "require": {
  997. "php": ">=5.3.0"
  998. },
  999. "type": "library",
  1000. "extra": {
  1001. "branch-alias": {
  1002. "dev-master": "1.0.x-dev"
  1003. }
  1004. },
  1005. "autoload": {
  1006. "psr-4": {
  1007. "Psr\\Http\\Message\\": "src/"
  1008. }
  1009. },
  1010. "notification-url": "https://packagist.org/downloads/",
  1011. "license": [
  1012. "MIT"
  1013. ],
  1014. "authors": [
  1015. {
  1016. "name": "PHP-FIG",
  1017. "homepage": "http://www.php-fig.org/"
  1018. }
  1019. ],
  1020. "description": "Common interface for HTTP messages",
  1021. "homepage": "https://github.com/php-fig/http-message",
  1022. "keywords": [
  1023. "http",
  1024. "http-message",
  1025. "psr",
  1026. "psr-7",
  1027. "request",
  1028. "response"
  1029. ],
  1030. "support": {
  1031. "source": "https://github.com/php-fig/http-message/tree/master"
  1032. },
  1033. "time": "2016-08-06T14:39:51+00:00"
  1034. },
  1035. {
  1036. "name": "psr/log",
  1037. "version": "1.1.3",
  1038. "source": {
  1039. "type": "git",
  1040. "url": "https://github.com/php-fig/log.git",
  1041. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1042. },
  1043. "dist": {
  1044. "type": "zip",
  1045. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1046. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1047. "shasum": ""
  1048. },
  1049. "require": {
  1050. "php": ">=5.3.0"
  1051. },
  1052. "type": "library",
  1053. "extra": {
  1054. "branch-alias": {
  1055. "dev-master": "1.1.x-dev"
  1056. }
  1057. },
  1058. "autoload": {
  1059. "psr-4": {
  1060. "Psr\\Log\\": "Psr/Log/"
  1061. }
  1062. },
  1063. "notification-url": "https://packagist.org/downloads/",
  1064. "license": [
  1065. "MIT"
  1066. ],
  1067. "authors": [
  1068. {
  1069. "name": "PHP-FIG",
  1070. "homepage": "http://www.php-fig.org/"
  1071. }
  1072. ],
  1073. "description": "Common interface for logging libraries",
  1074. "homepage": "https://github.com/php-fig/log",
  1075. "keywords": [
  1076. "log",
  1077. "psr",
  1078. "psr-3"
  1079. ],
  1080. "support": {
  1081. "source": "https://github.com/php-fig/log/tree/1.1.3"
  1082. },
  1083. "time": "2020-03-23T09:12:05+00:00"
  1084. },
  1085. {
  1086. "name": "ralouphie/getallheaders",
  1087. "version": "3.0.3",
  1088. "source": {
  1089. "type": "git",
  1090. "url": "https://github.com/ralouphie/getallheaders.git",
  1091. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1092. },
  1093. "dist": {
  1094. "type": "zip",
  1095. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1096. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1097. "shasum": ""
  1098. },
  1099. "require": {
  1100. "php": ">=5.6"
  1101. },
  1102. "require-dev": {
  1103. "php-coveralls/php-coveralls": "^2.1",
  1104. "phpunit/phpunit": "^5 || ^6.5"
  1105. },
  1106. "type": "library",
  1107. "autoload": {
  1108. "files": [
  1109. "src/getallheaders.php"
  1110. ]
  1111. },
  1112. "notification-url": "https://packagist.org/downloads/",
  1113. "license": [
  1114. "MIT"
  1115. ],
  1116. "authors": [
  1117. {
  1118. "name": "Ralph Khattar",
  1119. "email": "ralph.khattar@gmail.com"
  1120. }
  1121. ],
  1122. "description": "A polyfill for getallheaders.",
  1123. "support": {
  1124. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1125. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1126. },
  1127. "time": "2019-03-08T08:55:37+00:00"
  1128. },
  1129. {
  1130. "name": "swiftmailer/swiftmailer",
  1131. "version": "v6.2.5",
  1132. "source": {
  1133. "type": "git",
  1134. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1135. "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
  1136. },
  1137. "dist": {
  1138. "type": "zip",
  1139. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
  1140. "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
  1141. "shasum": ""
  1142. },
  1143. "require": {
  1144. "egulias/email-validator": "^2.0",
  1145. "php": ">=7.0.0",
  1146. "symfony/polyfill-iconv": "^1.0",
  1147. "symfony/polyfill-intl-idn": "^1.10",
  1148. "symfony/polyfill-mbstring": "^1.0"
  1149. },
  1150. "require-dev": {
  1151. "mockery/mockery": "^1.0",
  1152. "symfony/phpunit-bridge": "^4.4|^5.0"
  1153. },
  1154. "suggest": {
  1155. "ext-intl": "Needed to support internationalized email addresses"
  1156. },
  1157. "type": "library",
  1158. "extra": {
  1159. "branch-alias": {
  1160. "dev-master": "6.2-dev"
  1161. }
  1162. },
  1163. "autoload": {
  1164. "files": [
  1165. "lib/swift_required.php"
  1166. ]
  1167. },
  1168. "notification-url": "https://packagist.org/downloads/",
  1169. "license": [
  1170. "MIT"
  1171. ],
  1172. "authors": [
  1173. {
  1174. "name": "Chris Corbyn"
  1175. },
  1176. {
  1177. "name": "Fabien Potencier",
  1178. "email": "fabien@symfony.com"
  1179. }
  1180. ],
  1181. "description": "Swiftmailer, free feature-rich PHP mailer",
  1182. "homepage": "https://swiftmailer.symfony.com",
  1183. "keywords": [
  1184. "email",
  1185. "mail",
  1186. "mailer"
  1187. ],
  1188. "support": {
  1189. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  1190. "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.5"
  1191. },
  1192. "funding": [
  1193. {
  1194. "url": "https://github.com/fabpot",
  1195. "type": "github"
  1196. },
  1197. {
  1198. "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
  1199. "type": "tidelift"
  1200. }
  1201. ],
  1202. "time": "2021-01-12T09:35:59+00:00"
  1203. },
  1204. {
  1205. "name": "symfony/console",
  1206. "version": "v5.1.8",
  1207. "source": {
  1208. "type": "git",
  1209. "url": "https://github.com/symfony/console.git",
  1210. "reference": "e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e"
  1211. },
  1212. "dist": {
  1213. "type": "zip",
  1214. "url": "https://api.github.com/repos/symfony/console/zipball/e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e",
  1215. "reference": "e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e",
  1216. "shasum": ""
  1217. },
  1218. "require": {
  1219. "php": ">=7.2.5",
  1220. "symfony/polyfill-mbstring": "~1.0",
  1221. "symfony/polyfill-php73": "^1.8",
  1222. "symfony/polyfill-php80": "^1.15",
  1223. "symfony/service-contracts": "^1.1|^2",
  1224. "symfony/string": "^5.1"
  1225. },
  1226. "conflict": {
  1227. "symfony/dependency-injection": "<4.4",
  1228. "symfony/dotenv": "<5.1",
  1229. "symfony/event-dispatcher": "<4.4",
  1230. "symfony/lock": "<4.4",
  1231. "symfony/process": "<4.4"
  1232. },
  1233. "provide": {
  1234. "psr/log-implementation": "1.0"
  1235. },
  1236. "require-dev": {
  1237. "psr/log": "~1.0",
  1238. "symfony/config": "^4.4|^5.0",
  1239. "symfony/dependency-injection": "^4.4|^5.0",
  1240. "symfony/event-dispatcher": "^4.4|^5.0",
  1241. "symfony/lock": "^4.4|^5.0",
  1242. "symfony/process": "^4.4|^5.0",
  1243. "symfony/var-dumper": "^4.4|^5.0"
  1244. },
  1245. "suggest": {
  1246. "psr/log": "For using the console logger",
  1247. "symfony/event-dispatcher": "",
  1248. "symfony/lock": "",
  1249. "symfony/process": ""
  1250. },
  1251. "type": "library",
  1252. "autoload": {
  1253. "psr-4": {
  1254. "Symfony\\Component\\Console\\": ""
  1255. },
  1256. "exclude-from-classmap": [
  1257. "/Tests/"
  1258. ]
  1259. },
  1260. "notification-url": "https://packagist.org/downloads/",
  1261. "license": [
  1262. "MIT"
  1263. ],
  1264. "authors": [
  1265. {
  1266. "name": "Fabien Potencier",
  1267. "email": "fabien@symfony.com"
  1268. },
  1269. {
  1270. "name": "Symfony Community",
  1271. "homepage": "https://symfony.com/contributors"
  1272. }
  1273. ],
  1274. "description": "Symfony Console Component",
  1275. "homepage": "https://symfony.com",
  1276. "support": {
  1277. "source": "https://github.com/symfony/console/tree/v5.1.8"
  1278. },
  1279. "funding": [
  1280. {
  1281. "url": "https://symfony.com/sponsor",
  1282. "type": "custom"
  1283. },
  1284. {
  1285. "url": "https://github.com/fabpot",
  1286. "type": "github"
  1287. },
  1288. {
  1289. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1290. "type": "tidelift"
  1291. }
  1292. ],
  1293. "time": "2020-10-24T12:01:57+00:00"
  1294. },
  1295. {
  1296. "name": "symfony/polyfill-ctype",
  1297. "version": "v1.18.1",
  1298. "source": {
  1299. "type": "git",
  1300. "url": "https://github.com/symfony/polyfill-ctype.git",
  1301. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  1302. },
  1303. "dist": {
  1304. "type": "zip",
  1305. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  1306. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  1307. "shasum": ""
  1308. },
  1309. "require": {
  1310. "php": ">=5.3.3"
  1311. },
  1312. "suggest": {
  1313. "ext-ctype": "For best performance"
  1314. },
  1315. "type": "library",
  1316. "extra": {
  1317. "branch-alias": {
  1318. "dev-master": "1.18-dev"
  1319. },
  1320. "thanks": {
  1321. "name": "symfony/polyfill",
  1322. "url": "https://github.com/symfony/polyfill"
  1323. }
  1324. },
  1325. "autoload": {
  1326. "psr-4": {
  1327. "Symfony\\Polyfill\\Ctype\\": ""
  1328. },
  1329. "files": [
  1330. "bootstrap.php"
  1331. ]
  1332. },
  1333. "notification-url": "https://packagist.org/downloads/",
  1334. "license": [
  1335. "MIT"
  1336. ],
  1337. "authors": [
  1338. {
  1339. "name": "Gert de Pagter",
  1340. "email": "BackEndTea@gmail.com"
  1341. },
  1342. {
  1343. "name": "Symfony Community",
  1344. "homepage": "https://symfony.com/contributors"
  1345. }
  1346. ],
  1347. "description": "Symfony polyfill for ctype functions",
  1348. "homepage": "https://symfony.com",
  1349. "keywords": [
  1350. "compatibility",
  1351. "ctype",
  1352. "polyfill",
  1353. "portable"
  1354. ],
  1355. "funding": [
  1356. {
  1357. "url": "https://symfony.com/sponsor",
  1358. "type": "custom"
  1359. },
  1360. {
  1361. "url": "https://github.com/fabpot",
  1362. "type": "github"
  1363. },
  1364. {
  1365. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1366. "type": "tidelift"
  1367. }
  1368. ],
  1369. "time": "2020-07-14T12:35:20+00:00"
  1370. },
  1371. {
  1372. "name": "symfony/polyfill-iconv",
  1373. "version": "v1.22.0",
  1374. "source": {
  1375. "type": "git",
  1376. "url": "https://github.com/symfony/polyfill-iconv.git",
  1377. "reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6"
  1378. },
  1379. "dist": {
  1380. "type": "zip",
  1381. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
  1382. "reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
  1383. "shasum": ""
  1384. },
  1385. "require": {
  1386. "php": ">=7.1"
  1387. },
  1388. "suggest": {
  1389. "ext-iconv": "For best performance"
  1390. },
  1391. "type": "library",
  1392. "extra": {
  1393. "branch-alias": {
  1394. "dev-main": "1.22-dev"
  1395. },
  1396. "thanks": {
  1397. "name": "symfony/polyfill",
  1398. "url": "https://github.com/symfony/polyfill"
  1399. }
  1400. },
  1401. "autoload": {
  1402. "psr-4": {
  1403. "Symfony\\Polyfill\\Iconv\\": ""
  1404. },
  1405. "files": [
  1406. "bootstrap.php"
  1407. ]
  1408. },
  1409. "notification-url": "https://packagist.org/downloads/",
  1410. "license": [
  1411. "MIT"
  1412. ],
  1413. "authors": [
  1414. {
  1415. "name": "Nicolas Grekas",
  1416. "email": "p@tchwork.com"
  1417. },
  1418. {
  1419. "name": "Symfony Community",
  1420. "homepage": "https://symfony.com/contributors"
  1421. }
  1422. ],
  1423. "description": "Symfony polyfill for the Iconv extension",
  1424. "homepage": "https://symfony.com",
  1425. "keywords": [
  1426. "compatibility",
  1427. "iconv",
  1428. "polyfill",
  1429. "portable",
  1430. "shim"
  1431. ],
  1432. "support": {
  1433. "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.0"
  1434. },
  1435. "funding": [
  1436. {
  1437. "url": "https://symfony.com/sponsor",
  1438. "type": "custom"
  1439. },
  1440. {
  1441. "url": "https://github.com/fabpot",
  1442. "type": "github"
  1443. },
  1444. {
  1445. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1446. "type": "tidelift"
  1447. }
  1448. ],
  1449. "time": "2021-01-07T16:49:33+00:00"
  1450. },
  1451. {
  1452. "name": "symfony/polyfill-intl-grapheme",
  1453. "version": "v1.20.0",
  1454. "source": {
  1455. "type": "git",
  1456. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  1457. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
  1458. },
  1459. "dist": {
  1460. "type": "zip",
  1461. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  1462. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  1463. "shasum": ""
  1464. },
  1465. "require": {
  1466. "php": ">=7.1"
  1467. },
  1468. "suggest": {
  1469. "ext-intl": "For best performance"
  1470. },
  1471. "type": "library",
  1472. "extra": {
  1473. "branch-alias": {
  1474. "dev-main": "1.20-dev"
  1475. },
  1476. "thanks": {
  1477. "name": "symfony/polyfill",
  1478. "url": "https://github.com/symfony/polyfill"
  1479. }
  1480. },
  1481. "autoload": {
  1482. "psr-4": {
  1483. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  1484. },
  1485. "files": [
  1486. "bootstrap.php"
  1487. ]
  1488. },
  1489. "notification-url": "https://packagist.org/downloads/",
  1490. "license": [
  1491. "MIT"
  1492. ],
  1493. "authors": [
  1494. {
  1495. "name": "Nicolas Grekas",
  1496. "email": "p@tchwork.com"
  1497. },
  1498. {
  1499. "name": "Symfony Community",
  1500. "homepage": "https://symfony.com/contributors"
  1501. }
  1502. ],
  1503. "description": "Symfony polyfill for intl's grapheme_* functions",
  1504. "homepage": "https://symfony.com",
  1505. "keywords": [
  1506. "compatibility",
  1507. "grapheme",
  1508. "intl",
  1509. "polyfill",
  1510. "portable",
  1511. "shim"
  1512. ],
  1513. "support": {
  1514. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.20.0"
  1515. },
  1516. "funding": [
  1517. {
  1518. "url": "https://symfony.com/sponsor",
  1519. "type": "custom"
  1520. },
  1521. {
  1522. "url": "https://github.com/fabpot",
  1523. "type": "github"
  1524. },
  1525. {
  1526. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1527. "type": "tidelift"
  1528. }
  1529. ],
  1530. "time": "2020-10-23T14:02:19+00:00"
  1531. },
  1532. {
  1533. "name": "symfony/polyfill-intl-idn",
  1534. "version": "v1.22.0",
  1535. "source": {
  1536. "type": "git",
  1537. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  1538. "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44"
  1539. },
  1540. "dist": {
  1541. "type": "zip",
  1542. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
  1543. "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
  1544. "shasum": ""
  1545. },
  1546. "require": {
  1547. "php": ">=7.1",
  1548. "symfony/polyfill-intl-normalizer": "^1.10",
  1549. "symfony/polyfill-php72": "^1.10"
  1550. },
  1551. "suggest": {
  1552. "ext-intl": "For best performance"
  1553. },
  1554. "type": "library",
  1555. "extra": {
  1556. "branch-alias": {
  1557. "dev-main": "1.22-dev"
  1558. },
  1559. "thanks": {
  1560. "name": "symfony/polyfill",
  1561. "url": "https://github.com/symfony/polyfill"
  1562. }
  1563. },
  1564. "autoload": {
  1565. "psr-4": {
  1566. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  1567. },
  1568. "files": [
  1569. "bootstrap.php"
  1570. ]
  1571. },
  1572. "notification-url": "https://packagist.org/downloads/",
  1573. "license": [
  1574. "MIT"
  1575. ],
  1576. "authors": [
  1577. {
  1578. "name": "Laurent Bassin",
  1579. "email": "laurent@bassin.info"
  1580. },
  1581. {
  1582. "name": "Trevor Rowbotham",
  1583. "email": "trevor.rowbotham@pm.me"
  1584. },
  1585. {
  1586. "name": "Symfony Community",
  1587. "homepage": "https://symfony.com/contributors"
  1588. }
  1589. ],
  1590. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  1591. "homepage": "https://symfony.com",
  1592. "keywords": [
  1593. "compatibility",
  1594. "idn",
  1595. "intl",
  1596. "polyfill",
  1597. "portable",
  1598. "shim"
  1599. ],
  1600. "support": {
  1601. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0"
  1602. },
  1603. "funding": [
  1604. {
  1605. "url": "https://symfony.com/sponsor",
  1606. "type": "custom"
  1607. },
  1608. {
  1609. "url": "https://github.com/fabpot",
  1610. "type": "github"
  1611. },
  1612. {
  1613. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1614. "type": "tidelift"
  1615. }
  1616. ],
  1617. "time": "2021-01-07T16:49:33+00:00"
  1618. },
  1619. {
  1620. "name": "symfony/polyfill-intl-normalizer",
  1621. "version": "v1.20.0",
  1622. "source": {
  1623. "type": "git",
  1624. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1625. "reference": "727d1096295d807c309fb01a851577302394c897"
  1626. },
  1627. "dist": {
  1628. "type": "zip",
  1629. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
  1630. "reference": "727d1096295d807c309fb01a851577302394c897",
  1631. "shasum": ""
  1632. },
  1633. "require": {
  1634. "php": ">=7.1"
  1635. },
  1636. "suggest": {
  1637. "ext-intl": "For best performance"
  1638. },
  1639. "type": "library",
  1640. "extra": {
  1641. "branch-alias": {
  1642. "dev-main": "1.20-dev"
  1643. },
  1644. "thanks": {
  1645. "name": "symfony/polyfill",
  1646. "url": "https://github.com/symfony/polyfill"
  1647. }
  1648. },
  1649. "autoload": {
  1650. "psr-4": {
  1651. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1652. },
  1653. "files": [
  1654. "bootstrap.php"
  1655. ],
  1656. "classmap": [
  1657. "Resources/stubs"
  1658. ]
  1659. },
  1660. "notification-url": "https://packagist.org/downloads/",
  1661. "license": [
  1662. "MIT"
  1663. ],
  1664. "authors": [
  1665. {
  1666. "name": "Nicolas Grekas",
  1667. "email": "p@tchwork.com"
  1668. },
  1669. {
  1670. "name": "Symfony Community",
  1671. "homepage": "https://symfony.com/contributors"
  1672. }
  1673. ],
  1674. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  1675. "homepage": "https://symfony.com",
  1676. "keywords": [
  1677. "compatibility",
  1678. "intl",
  1679. "normalizer",
  1680. "polyfill",
  1681. "portable",
  1682. "shim"
  1683. ],
  1684. "support": {
  1685. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
  1686. },
  1687. "funding": [
  1688. {
  1689. "url": "https://symfony.com/sponsor",
  1690. "type": "custom"
  1691. },
  1692. {
  1693. "url": "https://github.com/fabpot",
  1694. "type": "github"
  1695. },
  1696. {
  1697. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1698. "type": "tidelift"
  1699. }
  1700. ],
  1701. "time": "2020-10-23T14:02:19+00:00"
  1702. },
  1703. {
  1704. "name": "symfony/polyfill-mbstring",
  1705. "version": "v1.18.1",
  1706. "source": {
  1707. "type": "git",
  1708. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1709. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  1710. },
  1711. "dist": {
  1712. "type": "zip",
  1713. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  1714. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  1715. "shasum": ""
  1716. },
  1717. "require": {
  1718. "php": ">=5.3.3"
  1719. },
  1720. "suggest": {
  1721. "ext-mbstring": "For best performance"
  1722. },
  1723. "type": "library",
  1724. "extra": {
  1725. "branch-alias": {
  1726. "dev-master": "1.18-dev"
  1727. },
  1728. "thanks": {
  1729. "name": "symfony/polyfill",
  1730. "url": "https://github.com/symfony/polyfill"
  1731. }
  1732. },
  1733. "autoload": {
  1734. "psr-4": {
  1735. "Symfony\\Polyfill\\Mbstring\\": ""
  1736. },
  1737. "files": [
  1738. "bootstrap.php"
  1739. ]
  1740. },
  1741. "notification-url": "https://packagist.org/downloads/",
  1742. "license": [
  1743. "MIT"
  1744. ],
  1745. "authors": [
  1746. {
  1747. "name": "Nicolas Grekas",
  1748. "email": "p@tchwork.com"
  1749. },
  1750. {
  1751. "name": "Symfony Community",
  1752. "homepage": "https://symfony.com/contributors"
  1753. }
  1754. ],
  1755. "description": "Symfony polyfill for the Mbstring extension",
  1756. "homepage": "https://symfony.com",
  1757. "keywords": [
  1758. "compatibility",
  1759. "mbstring",
  1760. "polyfill",
  1761. "portable",
  1762. "shim"
  1763. ],
  1764. "funding": [
  1765. {
  1766. "url": "https://symfony.com/sponsor",
  1767. "type": "custom"
  1768. },
  1769. {
  1770. "url": "https://github.com/fabpot",
  1771. "type": "github"
  1772. },
  1773. {
  1774. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1775. "type": "tidelift"
  1776. }
  1777. ],
  1778. "time": "2020-07-14T12:35:20+00:00"
  1779. },
  1780. {
  1781. "name": "symfony/polyfill-php72",
  1782. "version": "v1.22.0",
  1783. "source": {
  1784. "type": "git",
  1785. "url": "https://github.com/symfony/polyfill-php72.git",
  1786. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
  1787. },
  1788. "dist": {
  1789. "type": "zip",
  1790. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  1791. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  1792. "shasum": ""
  1793. },
  1794. "require": {
  1795. "php": ">=7.1"
  1796. },
  1797. "type": "library",
  1798. "extra": {
  1799. "branch-alias": {
  1800. "dev-main": "1.22-dev"
  1801. },
  1802. "thanks": {
  1803. "name": "symfony/polyfill",
  1804. "url": "https://github.com/symfony/polyfill"
  1805. }
  1806. },
  1807. "autoload": {
  1808. "psr-4": {
  1809. "Symfony\\Polyfill\\Php72\\": ""
  1810. },
  1811. "files": [
  1812. "bootstrap.php"
  1813. ]
  1814. },
  1815. "notification-url": "https://packagist.org/downloads/",
  1816. "license": [
  1817. "MIT"
  1818. ],
  1819. "authors": [
  1820. {
  1821. "name": "Nicolas Grekas",
  1822. "email": "p@tchwork.com"
  1823. },
  1824. {
  1825. "name": "Symfony Community",
  1826. "homepage": "https://symfony.com/contributors"
  1827. }
  1828. ],
  1829. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1830. "homepage": "https://symfony.com",
  1831. "keywords": [
  1832. "compatibility",
  1833. "polyfill",
  1834. "portable",
  1835. "shim"
  1836. ],
  1837. "support": {
  1838. "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0"
  1839. },
  1840. "funding": [
  1841. {
  1842. "url": "https://symfony.com/sponsor",
  1843. "type": "custom"
  1844. },
  1845. {
  1846. "url": "https://github.com/fabpot",
  1847. "type": "github"
  1848. },
  1849. {
  1850. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1851. "type": "tidelift"
  1852. }
  1853. ],
  1854. "time": "2021-01-07T16:49:33+00:00"
  1855. },
  1856. {
  1857. "name": "symfony/polyfill-php73",
  1858. "version": "v1.20.0",
  1859. "source": {
  1860. "type": "git",
  1861. "url": "https://github.com/symfony/polyfill-php73.git",
  1862. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
  1863. },
  1864. "dist": {
  1865. "type": "zip",
  1866. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
  1867. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
  1868. "shasum": ""
  1869. },
  1870. "require": {
  1871. "php": ">=7.1"
  1872. },
  1873. "type": "library",
  1874. "extra": {
  1875. "branch-alias": {
  1876. "dev-main": "1.20-dev"
  1877. },
  1878. "thanks": {
  1879. "name": "symfony/polyfill",
  1880. "url": "https://github.com/symfony/polyfill"
  1881. }
  1882. },
  1883. "autoload": {
  1884. "psr-4": {
  1885. "Symfony\\Polyfill\\Php73\\": ""
  1886. },
  1887. "files": [
  1888. "bootstrap.php"
  1889. ],
  1890. "classmap": [
  1891. "Resources/stubs"
  1892. ]
  1893. },
  1894. "notification-url": "https://packagist.org/downloads/",
  1895. "license": [
  1896. "MIT"
  1897. ],
  1898. "authors": [
  1899. {
  1900. "name": "Nicolas Grekas",
  1901. "email": "p@tchwork.com"
  1902. },
  1903. {
  1904. "name": "Symfony Community",
  1905. "homepage": "https://symfony.com/contributors"
  1906. }
  1907. ],
  1908. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  1909. "homepage": "https://symfony.com",
  1910. "keywords": [
  1911. "compatibility",
  1912. "polyfill",
  1913. "portable",
  1914. "shim"
  1915. ],
  1916. "support": {
  1917. "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
  1918. },
  1919. "funding": [
  1920. {
  1921. "url": "https://symfony.com/sponsor",
  1922. "type": "custom"
  1923. },
  1924. {
  1925. "url": "https://github.com/fabpot",
  1926. "type": "github"
  1927. },
  1928. {
  1929. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1930. "type": "tidelift"
  1931. }
  1932. ],
  1933. "time": "2020-10-23T14:02:19+00:00"
  1934. },
  1935. {
  1936. "name": "symfony/polyfill-php80",
  1937. "version": "v1.18.1",
  1938. "source": {
  1939. "type": "git",
  1940. "url": "https://github.com/symfony/polyfill-php80.git",
  1941. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  1942. },
  1943. "dist": {
  1944. "type": "zip",
  1945. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  1946. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  1947. "shasum": ""
  1948. },
  1949. "require": {
  1950. "php": ">=7.0.8"
  1951. },
  1952. "type": "library",
  1953. "extra": {
  1954. "branch-alias": {
  1955. "dev-master": "1.18-dev"
  1956. },
  1957. "thanks": {
  1958. "name": "symfony/polyfill",
  1959. "url": "https://github.com/symfony/polyfill"
  1960. }
  1961. },
  1962. "autoload": {
  1963. "psr-4": {
  1964. "Symfony\\Polyfill\\Php80\\": ""
  1965. },
  1966. "files": [
  1967. "bootstrap.php"
  1968. ],
  1969. "classmap": [
  1970. "Resources/stubs"
  1971. ]
  1972. },
  1973. "notification-url": "https://packagist.org/downloads/",
  1974. "license": [
  1975. "MIT"
  1976. ],
  1977. "authors": [
  1978. {
  1979. "name": "Ion Bazan",
  1980. "email": "ion.bazan@gmail.com"
  1981. },
  1982. {
  1983. "name": "Nicolas Grekas",
  1984. "email": "p@tchwork.com"
  1985. },
  1986. {
  1987. "name": "Symfony Community",
  1988. "homepage": "https://symfony.com/contributors"
  1989. }
  1990. ],
  1991. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1992. "homepage": "https://symfony.com",
  1993. "keywords": [
  1994. "compatibility",
  1995. "polyfill",
  1996. "portable",
  1997. "shim"
  1998. ],
  1999. "funding": [
  2000. {
  2001. "url": "https://symfony.com/sponsor",
  2002. "type": "custom"
  2003. },
  2004. {
  2005. "url": "https://github.com/fabpot",
  2006. "type": "github"
  2007. },
  2008. {
  2009. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2010. "type": "tidelift"
  2011. }
  2012. ],
  2013. "time": "2020-07-14T12:35:20+00:00"
  2014. },
  2015. {
  2016. "name": "symfony/service-contracts",
  2017. "version": "v2.2.0",
  2018. "source": {
  2019. "type": "git",
  2020. "url": "https://github.com/symfony/service-contracts.git",
  2021. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  2022. },
  2023. "dist": {
  2024. "type": "zip",
  2025. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  2026. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  2027. "shasum": ""
  2028. },
  2029. "require": {
  2030. "php": ">=7.2.5",
  2031. "psr/container": "^1.0"
  2032. },
  2033. "suggest": {
  2034. "symfony/service-implementation": ""
  2035. },
  2036. "type": "library",
  2037. "extra": {
  2038. "branch-alias": {
  2039. "dev-master": "2.2-dev"
  2040. },
  2041. "thanks": {
  2042. "name": "symfony/contracts",
  2043. "url": "https://github.com/symfony/contracts"
  2044. }
  2045. },
  2046. "autoload": {
  2047. "psr-4": {
  2048. "Symfony\\Contracts\\Service\\": ""
  2049. }
  2050. },
  2051. "notification-url": "https://packagist.org/downloads/",
  2052. "license": [
  2053. "MIT"
  2054. ],
  2055. "authors": [
  2056. {
  2057. "name": "Nicolas Grekas",
  2058. "email": "p@tchwork.com"
  2059. },
  2060. {
  2061. "name": "Symfony Community",
  2062. "homepage": "https://symfony.com/contributors"
  2063. }
  2064. ],
  2065. "description": "Generic abstractions related to writing services",
  2066. "homepage": "https://symfony.com",
  2067. "keywords": [
  2068. "abstractions",
  2069. "contracts",
  2070. "decoupling",
  2071. "interfaces",
  2072. "interoperability",
  2073. "standards"
  2074. ],
  2075. "support": {
  2076. "source": "https://github.com/symfony/service-contracts/tree/master"
  2077. },
  2078. "funding": [
  2079. {
  2080. "url": "https://symfony.com/sponsor",
  2081. "type": "custom"
  2082. },
  2083. {
  2084. "url": "https://github.com/fabpot",
  2085. "type": "github"
  2086. },
  2087. {
  2088. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2089. "type": "tidelift"
  2090. }
  2091. ],
  2092. "time": "2020-09-07T11:33:47+00:00"
  2093. },
  2094. {
  2095. "name": "symfony/string",
  2096. "version": "v5.1.8",
  2097. "source": {
  2098. "type": "git",
  2099. "url": "https://github.com/symfony/string.git",
  2100. "reference": "a97573e960303db71be0dd8fda9be3bca5e0feea"
  2101. },
  2102. "dist": {
  2103. "type": "zip",
  2104. "url": "https://api.github.com/repos/symfony/string/zipball/a97573e960303db71be0dd8fda9be3bca5e0feea",
  2105. "reference": "a97573e960303db71be0dd8fda9be3bca5e0feea",
  2106. "shasum": ""
  2107. },
  2108. "require": {
  2109. "php": ">=7.2.5",
  2110. "symfony/polyfill-ctype": "~1.8",
  2111. "symfony/polyfill-intl-grapheme": "~1.0",
  2112. "symfony/polyfill-intl-normalizer": "~1.0",
  2113. "symfony/polyfill-mbstring": "~1.0",
  2114. "symfony/polyfill-php80": "~1.15"
  2115. },
  2116. "require-dev": {
  2117. "symfony/error-handler": "^4.4|^5.0",
  2118. "symfony/http-client": "^4.4|^5.0",
  2119. "symfony/translation-contracts": "^1.1|^2",
  2120. "symfony/var-exporter": "^4.4|^5.0"
  2121. },
  2122. "type": "library",
  2123. "autoload": {
  2124. "psr-4": {
  2125. "Symfony\\Component\\String\\": ""
  2126. },
  2127. "files": [
  2128. "Resources/functions.php"
  2129. ],
  2130. "exclude-from-classmap": [
  2131. "/Tests/"
  2132. ]
  2133. },
  2134. "notification-url": "https://packagist.org/downloads/",
  2135. "license": [
  2136. "MIT"
  2137. ],
  2138. "authors": [
  2139. {
  2140. "name": "Nicolas Grekas",
  2141. "email": "p@tchwork.com"
  2142. },
  2143. {
  2144. "name": "Symfony Community",
  2145. "homepage": "https://symfony.com/contributors"
  2146. }
  2147. ],
  2148. "description": "Symfony String component",
  2149. "homepage": "https://symfony.com",
  2150. "keywords": [
  2151. "grapheme",
  2152. "i18n",
  2153. "string",
  2154. "unicode",
  2155. "utf-8",
  2156. "utf8"
  2157. ],
  2158. "support": {
  2159. "source": "https://github.com/symfony/string/tree/v5.1.8"
  2160. },
  2161. "funding": [
  2162. {
  2163. "url": "https://symfony.com/sponsor",
  2164. "type": "custom"
  2165. },
  2166. {
  2167. "url": "https://github.com/fabpot",
  2168. "type": "github"
  2169. },
  2170. {
  2171. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2172. "type": "tidelift"
  2173. }
  2174. ],
  2175. "time": "2020-10-24T12:01:57+00:00"
  2176. },
  2177. {
  2178. "name": "vlucas/phpdotenv",
  2179. "version": "v5.2.0",
  2180. "source": {
  2181. "type": "git",
  2182. "url": "https://github.com/vlucas/phpdotenv.git",
  2183. "reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
  2184. },
  2185. "dist": {
  2186. "type": "zip",
  2187. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
  2188. "reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
  2189. "shasum": ""
  2190. },
  2191. "require": {
  2192. "ext-pcre": "*",
  2193. "graham-campbell/result-type": "^1.0.1",
  2194. "php": "^7.1.3 || ^8.0",
  2195. "phpoption/phpoption": "^1.7.4",
  2196. "symfony/polyfill-ctype": "^1.17",
  2197. "symfony/polyfill-mbstring": "^1.17",
  2198. "symfony/polyfill-php80": "^1.17"
  2199. },
  2200. "require-dev": {
  2201. "bamarni/composer-bin-plugin": "^1.4.1",
  2202. "ext-filter": "*",
  2203. "phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
  2204. },
  2205. "suggest": {
  2206. "ext-filter": "Required to use the boolean validator."
  2207. },
  2208. "type": "library",
  2209. "extra": {
  2210. "branch-alias": {
  2211. "dev-master": "5.2-dev"
  2212. }
  2213. },
  2214. "autoload": {
  2215. "psr-4": {
  2216. "Dotenv\\": "src/"
  2217. }
  2218. },
  2219. "notification-url": "https://packagist.org/downloads/",
  2220. "license": [
  2221. "BSD-3-Clause"
  2222. ],
  2223. "authors": [
  2224. {
  2225. "name": "Graham Campbell",
  2226. "email": "graham@alt-three.com",
  2227. "homepage": "https://gjcampbell.co.uk/"
  2228. },
  2229. {
  2230. "name": "Vance Lucas",
  2231. "email": "vance@vancelucas.com",
  2232. "homepage": "https://vancelucas.com/"
  2233. }
  2234. ],
  2235. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2236. "keywords": [
  2237. "dotenv",
  2238. "env",
  2239. "environment"
  2240. ],
  2241. "funding": [
  2242. {
  2243. "url": "https://github.com/GrahamCampbell",
  2244. "type": "github"
  2245. },
  2246. {
  2247. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  2248. "type": "tidelift"
  2249. }
  2250. ],
  2251. "time": "2020-09-14T15:57:31+00:00"
  2252. },
  2253. {
  2254. "name": "wildbit/swiftmailer-postmark",
  2255. "version": "3.3.0",
  2256. "source": {
  2257. "type": "git",
  2258. "url": "https://github.com/wildbit/swiftmailer-postmark.git",
  2259. "reference": "44ccab7834de8b220d292647ecb2cb683f9962ee"
  2260. },
  2261. "dist": {
  2262. "type": "zip",
  2263. "url": "https://api.github.com/repos/wildbit/swiftmailer-postmark/zipball/44ccab7834de8b220d292647ecb2cb683f9962ee",
  2264. "reference": "44ccab7834de8b220d292647ecb2cb683f9962ee",
  2265. "shasum": ""
  2266. },
  2267. "require": {
  2268. "guzzlehttp/guzzle": "^6.0|^7.0",
  2269. "swiftmailer/swiftmailer": "^6.0.0"
  2270. },
  2271. "require-dev": {
  2272. "phpunit/phpunit": "^6.0.0"
  2273. },
  2274. "type": "library",
  2275. "autoload": {
  2276. "psr-0": {
  2277. "Postmark\\": "src/"
  2278. }
  2279. },
  2280. "notification-url": "https://packagist.org/downloads/",
  2281. "license": [
  2282. "MIT"
  2283. ],
  2284. "authors": [
  2285. {
  2286. "name": "Postmark",
  2287. "email": "support@postmarkapp.com"
  2288. }
  2289. ],
  2290. "description": "A Swiftmailer Transport for Postmark.",
  2291. "support": {
  2292. "issues": "https://github.com/wildbit/swiftmailer-postmark/issues",
  2293. "source": "https://github.com/wildbit/swiftmailer-postmark/tree/3.3.0"
  2294. },
  2295. "time": "2020-09-10T10:54:20+00:00"
  2296. }
  2297. ],
  2298. "packages-dev": [
  2299. {
  2300. "name": "dbrekelmans/bdi",
  2301. "version": "0.3",
  2302. "source": {
  2303. "type": "git",
  2304. "url": "https://github.com/dbrekelmans/bdi.git",
  2305. "reference": "d94d818ebe20b419a7d9f17dc21e9c66a10b171f"
  2306. },
  2307. "dist": {
  2308. "type": "zip",
  2309. "url": "https://api.github.com/repos/dbrekelmans/bdi/zipball/d94d818ebe20b419a7d9f17dc21e9c66a10b171f",
  2310. "reference": "d94d818ebe20b419a7d9f17dc21e9c66a10b171f",
  2311. "shasum": ""
  2312. },
  2313. "require": {
  2314. "ext-json": "*",
  2315. "ext-zip": "*",
  2316. "ext-zlib": "*",
  2317. "php": "^7.2|^8.0"
  2318. },
  2319. "bin": [
  2320. "bdi",
  2321. "bdi.phar"
  2322. ],
  2323. "type": "library",
  2324. "notification-url": "https://packagist.org/downloads/",
  2325. "license": [
  2326. "MIT"
  2327. ],
  2328. "authors": [
  2329. {
  2330. "name": "Daniël Brekelmans",
  2331. "homepage": "https://github.com/dbrekelmans"
  2332. },
  2333. {
  2334. "name": "Contributors",
  2335. "homepage": "https://github.com/dbrekelmans/bdi/graphs/contributors"
  2336. }
  2337. ],
  2338. "description": "PHAR distribution of dbrekelmans/browser-driver-installer.",
  2339. "homepage": "https://github.com/dbrekelmans/bdi",
  2340. "keywords": [
  2341. "browser-driver-installer"
  2342. ],
  2343. "support": {
  2344. "source": "https://github.com/dbrekelmans/bdi/tree/0.3"
  2345. },
  2346. "time": "2020-12-13T21:43:40+00:00"
  2347. },
  2348. {
  2349. "name": "doctrine/instantiator",
  2350. "version": "1.4.0",
  2351. "source": {
  2352. "type": "git",
  2353. "url": "https://github.com/doctrine/instantiator.git",
  2354. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  2355. },
  2356. "dist": {
  2357. "type": "zip",
  2358. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  2359. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  2360. "shasum": ""
  2361. },
  2362. "require": {
  2363. "php": "^7.1 || ^8.0"
  2364. },
  2365. "require-dev": {
  2366. "doctrine/coding-standard": "^8.0",
  2367. "ext-pdo": "*",
  2368. "ext-phar": "*",
  2369. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  2370. "phpstan/phpstan": "^0.12",
  2371. "phpstan/phpstan-phpunit": "^0.12",
  2372. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  2373. },
  2374. "type": "library",
  2375. "autoload": {
  2376. "psr-4": {
  2377. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2378. }
  2379. },
  2380. "notification-url": "https://packagist.org/downloads/",
  2381. "license": [
  2382. "MIT"
  2383. ],
  2384. "authors": [
  2385. {
  2386. "name": "Marco Pivetta",
  2387. "email": "ocramius@gmail.com",
  2388. "homepage": "https://ocramius.github.io/"
  2389. }
  2390. ],
  2391. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2392. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  2393. "keywords": [
  2394. "constructor",
  2395. "instantiate"
  2396. ],
  2397. "support": {
  2398. "issues": "https://github.com/doctrine/instantiator/issues",
  2399. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  2400. },
  2401. "funding": [
  2402. {
  2403. "url": "https://www.doctrine-project.org/sponsorship.html",
  2404. "type": "custom"
  2405. },
  2406. {
  2407. "url": "https://www.patreon.com/phpdoctrine",
  2408. "type": "patreon"
  2409. },
  2410. {
  2411. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  2412. "type": "tidelift"
  2413. }
  2414. ],
  2415. "time": "2020-11-10T18:47:58+00:00"
  2416. },
  2417. {
  2418. "name": "myclabs/deep-copy",
  2419. "version": "1.10.2",
  2420. "source": {
  2421. "type": "git",
  2422. "url": "https://github.com/myclabs/DeepCopy.git",
  2423. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  2424. },
  2425. "dist": {
  2426. "type": "zip",
  2427. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  2428. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  2429. "shasum": ""
  2430. },
  2431. "require": {
  2432. "php": "^7.1 || ^8.0"
  2433. },
  2434. "replace": {
  2435. "myclabs/deep-copy": "self.version"
  2436. },
  2437. "require-dev": {
  2438. "doctrine/collections": "^1.0",
  2439. "doctrine/common": "^2.6",
  2440. "phpunit/phpunit": "^7.1"
  2441. },
  2442. "type": "library",
  2443. "autoload": {
  2444. "psr-4": {
  2445. "DeepCopy\\": "src/DeepCopy/"
  2446. },
  2447. "files": [
  2448. "src/DeepCopy/deep_copy.php"
  2449. ]
  2450. },
  2451. "notification-url": "https://packagist.org/downloads/",
  2452. "license": [
  2453. "MIT"
  2454. ],
  2455. "description": "Create deep copies (clones) of your objects",
  2456. "keywords": [
  2457. "clone",
  2458. "copy",
  2459. "duplicate",
  2460. "object",
  2461. "object graph"
  2462. ],
  2463. "support": {
  2464. "issues": "https://github.com/myclabs/DeepCopy/issues",
  2465. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  2466. },
  2467. "funding": [
  2468. {
  2469. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  2470. "type": "tidelift"
  2471. }
  2472. ],
  2473. "time": "2020-11-13T09:40:50+00:00"
  2474. },
  2475. {
  2476. "name": "nikic/php-parser",
  2477. "version": "v4.10.4",
  2478. "source": {
  2479. "type": "git",
  2480. "url": "https://github.com/nikic/PHP-Parser.git",
  2481. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
  2482. },
  2483. "dist": {
  2484. "type": "zip",
  2485. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  2486. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  2487. "shasum": ""
  2488. },
  2489. "require": {
  2490. "ext-tokenizer": "*",
  2491. "php": ">=7.0"
  2492. },
  2493. "require-dev": {
  2494. "ircmaxell/php-yacc": "^0.0.7",
  2495. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  2496. },
  2497. "bin": [
  2498. "bin/php-parse"
  2499. ],
  2500. "type": "library",
  2501. "extra": {
  2502. "branch-alias": {
  2503. "dev-master": "4.9-dev"
  2504. }
  2505. },
  2506. "autoload": {
  2507. "psr-4": {
  2508. "PhpParser\\": "lib/PhpParser"
  2509. }
  2510. },
  2511. "notification-url": "https://packagist.org/downloads/",
  2512. "license": [
  2513. "BSD-3-Clause"
  2514. ],
  2515. "authors": [
  2516. {
  2517. "name": "Nikita Popov"
  2518. }
  2519. ],
  2520. "description": "A PHP parser written in PHP",
  2521. "keywords": [
  2522. "parser",
  2523. "php"
  2524. ],
  2525. "support": {
  2526. "issues": "https://github.com/nikic/PHP-Parser/issues",
  2527. "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
  2528. },
  2529. "time": "2020-12-20T10:01:03+00:00"
  2530. },
  2531. {
  2532. "name": "phar-io/manifest",
  2533. "version": "2.0.1",
  2534. "source": {
  2535. "type": "git",
  2536. "url": "https://github.com/phar-io/manifest.git",
  2537. "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
  2538. },
  2539. "dist": {
  2540. "type": "zip",
  2541. "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
  2542. "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
  2543. "shasum": ""
  2544. },
  2545. "require": {
  2546. "ext-dom": "*",
  2547. "ext-phar": "*",
  2548. "ext-xmlwriter": "*",
  2549. "phar-io/version": "^3.0.1",
  2550. "php": "^7.2 || ^8.0"
  2551. },
  2552. "type": "library",
  2553. "extra": {
  2554. "branch-alias": {
  2555. "dev-master": "2.0.x-dev"
  2556. }
  2557. },
  2558. "autoload": {
  2559. "classmap": [
  2560. "src/"
  2561. ]
  2562. },
  2563. "notification-url": "https://packagist.org/downloads/",
  2564. "license": [
  2565. "BSD-3-Clause"
  2566. ],
  2567. "authors": [
  2568. {
  2569. "name": "Arne Blankerts",
  2570. "email": "arne@blankerts.de",
  2571. "role": "Developer"
  2572. },
  2573. {
  2574. "name": "Sebastian Heuer",
  2575. "email": "sebastian@phpeople.de",
  2576. "role": "Developer"
  2577. },
  2578. {
  2579. "name": "Sebastian Bergmann",
  2580. "email": "sebastian@phpunit.de",
  2581. "role": "Developer"
  2582. }
  2583. ],
  2584. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  2585. "support": {
  2586. "issues": "https://github.com/phar-io/manifest/issues",
  2587. "source": "https://github.com/phar-io/manifest/tree/master"
  2588. },
  2589. "time": "2020-06-27T14:33:11+00:00"
  2590. },
  2591. {
  2592. "name": "phar-io/version",
  2593. "version": "3.0.4",
  2594. "source": {
  2595. "type": "git",
  2596. "url": "https://github.com/phar-io/version.git",
  2597. "reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
  2598. },
  2599. "dist": {
  2600. "type": "zip",
  2601. "url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
  2602. "reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
  2603. "shasum": ""
  2604. },
  2605. "require": {
  2606. "php": "^7.2 || ^8.0"
  2607. },
  2608. "type": "library",
  2609. "autoload": {
  2610. "classmap": [
  2611. "src/"
  2612. ]
  2613. },
  2614. "notification-url": "https://packagist.org/downloads/",
  2615. "license": [
  2616. "BSD-3-Clause"
  2617. ],
  2618. "authors": [
  2619. {
  2620. "name": "Arne Blankerts",
  2621. "email": "arne@blankerts.de",
  2622. "role": "Developer"
  2623. },
  2624. {
  2625. "name": "Sebastian Heuer",
  2626. "email": "sebastian@phpeople.de",
  2627. "role": "Developer"
  2628. },
  2629. {
  2630. "name": "Sebastian Bergmann",
  2631. "email": "sebastian@phpunit.de",
  2632. "role": "Developer"
  2633. }
  2634. ],
  2635. "description": "Library for handling version information and constraints",
  2636. "support": {
  2637. "issues": "https://github.com/phar-io/version/issues",
  2638. "source": "https://github.com/phar-io/version/tree/3.0.4"
  2639. },
  2640. "time": "2020-12-13T23:18:30+00:00"
  2641. },
  2642. {
  2643. "name": "php-webdriver/webdriver",
  2644. "version": "1.9.0",
  2645. "source": {
  2646. "type": "git",
  2647. "url": "https://github.com/php-webdriver/php-webdriver.git",
  2648. "reference": "e3633154554605274cc9d59837f55a7427d72003"
  2649. },
  2650. "dist": {
  2651. "type": "zip",
  2652. "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/e3633154554605274cc9d59837f55a7427d72003",
  2653. "reference": "e3633154554605274cc9d59837f55a7427d72003",
  2654. "shasum": ""
  2655. },
  2656. "require": {
  2657. "ext-curl": "*",
  2658. "ext-json": "*",
  2659. "ext-zip": "*",
  2660. "php": "^5.6 || ~7.0 || ^8.0",
  2661. "symfony/polyfill-mbstring": "^1.12",
  2662. "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
  2663. },
  2664. "replace": {
  2665. "facebook/webdriver": "*"
  2666. },
  2667. "require-dev": {
  2668. "friendsofphp/php-cs-fixer": "^2.0",
  2669. "ondram/ci-detector": "^2.1 || ^3.5",
  2670. "php-coveralls/php-coveralls": "^2.4",
  2671. "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
  2672. "php-parallel-lint/php-parallel-lint": "^1.2",
  2673. "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
  2674. "squizlabs/php_codesniffer": "^3.5",
  2675. "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
  2676. },
  2677. "suggest": {
  2678. "ext-SimpleXML": "For Firefox profile creation"
  2679. },
  2680. "type": "library",
  2681. "extra": {
  2682. "branch-alias": {
  2683. "dev-main": "1.8.x-dev"
  2684. }
  2685. },
  2686. "autoload": {
  2687. "psr-4": {
  2688. "Facebook\\WebDriver\\": "lib/"
  2689. },
  2690. "files": [
  2691. "lib/Exception/TimeoutException.php"
  2692. ]
  2693. },
  2694. "notification-url": "https://packagist.org/downloads/",
  2695. "license": [
  2696. "MIT"
  2697. ],
  2698. "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
  2699. "homepage": "https://github.com/php-webdriver/php-webdriver",
  2700. "keywords": [
  2701. "Chromedriver",
  2702. "geckodriver",
  2703. "php",
  2704. "selenium",
  2705. "webdriver"
  2706. ],
  2707. "support": {
  2708. "issues": "https://github.com/php-webdriver/php-webdriver/issues",
  2709. "source": "https://github.com/php-webdriver/php-webdriver/tree/1.9.0"
  2710. },
  2711. "time": "2020-11-19T15:21:05+00:00"
  2712. },
  2713. {
  2714. "name": "phpdocumentor/reflection-common",
  2715. "version": "2.2.0",
  2716. "source": {
  2717. "type": "git",
  2718. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2719. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  2720. },
  2721. "dist": {
  2722. "type": "zip",
  2723. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  2724. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  2725. "shasum": ""
  2726. },
  2727. "require": {
  2728. "php": "^7.2 || ^8.0"
  2729. },
  2730. "type": "library",
  2731. "extra": {
  2732. "branch-alias": {
  2733. "dev-2.x": "2.x-dev"
  2734. }
  2735. },
  2736. "autoload": {
  2737. "psr-4": {
  2738. "phpDocumentor\\Reflection\\": "src/"
  2739. }
  2740. },
  2741. "notification-url": "https://packagist.org/downloads/",
  2742. "license": [
  2743. "MIT"
  2744. ],
  2745. "authors": [
  2746. {
  2747. "name": "Jaap van Otterdijk",
  2748. "email": "opensource@ijaap.nl"
  2749. }
  2750. ],
  2751. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2752. "homepage": "http://www.phpdoc.org",
  2753. "keywords": [
  2754. "FQSEN",
  2755. "phpDocumentor",
  2756. "phpdoc",
  2757. "reflection",
  2758. "static analysis"
  2759. ],
  2760. "support": {
  2761. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  2762. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  2763. },
  2764. "time": "2020-06-27T09:03:43+00:00"
  2765. },
  2766. {
  2767. "name": "phpdocumentor/reflection-docblock",
  2768. "version": "5.2.2",
  2769. "source": {
  2770. "type": "git",
  2771. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2772. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  2773. },
  2774. "dist": {
  2775. "type": "zip",
  2776. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  2777. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  2778. "shasum": ""
  2779. },
  2780. "require": {
  2781. "ext-filter": "*",
  2782. "php": "^7.2 || ^8.0",
  2783. "phpdocumentor/reflection-common": "^2.2",
  2784. "phpdocumentor/type-resolver": "^1.3",
  2785. "webmozart/assert": "^1.9.1"
  2786. },
  2787. "require-dev": {
  2788. "mockery/mockery": "~1.3.2"
  2789. },
  2790. "type": "library",
  2791. "extra": {
  2792. "branch-alias": {
  2793. "dev-master": "5.x-dev"
  2794. }
  2795. },
  2796. "autoload": {
  2797. "psr-4": {
  2798. "phpDocumentor\\Reflection\\": "src"
  2799. }
  2800. },
  2801. "notification-url": "https://packagist.org/downloads/",
  2802. "license": [
  2803. "MIT"
  2804. ],
  2805. "authors": [
  2806. {
  2807. "name": "Mike van Riel",
  2808. "email": "me@mikevanriel.com"
  2809. },
  2810. {
  2811. "name": "Jaap van Otterdijk",
  2812. "email": "account@ijaap.nl"
  2813. }
  2814. ],
  2815. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  2816. "support": {
  2817. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  2818. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
  2819. },
  2820. "time": "2020-09-03T19:13:55+00:00"
  2821. },
  2822. {
  2823. "name": "phpdocumentor/type-resolver",
  2824. "version": "1.4.0",
  2825. "source": {
  2826. "type": "git",
  2827. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2828. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  2829. },
  2830. "dist": {
  2831. "type": "zip",
  2832. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  2833. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  2834. "shasum": ""
  2835. },
  2836. "require": {
  2837. "php": "^7.2 || ^8.0",
  2838. "phpdocumentor/reflection-common": "^2.0"
  2839. },
  2840. "require-dev": {
  2841. "ext-tokenizer": "*"
  2842. },
  2843. "type": "library",
  2844. "extra": {
  2845. "branch-alias": {
  2846. "dev-1.x": "1.x-dev"
  2847. }
  2848. },
  2849. "autoload": {
  2850. "psr-4": {
  2851. "phpDocumentor\\Reflection\\": "src"
  2852. }
  2853. },
  2854. "notification-url": "https://packagist.org/downloads/",
  2855. "license": [
  2856. "MIT"
  2857. ],
  2858. "authors": [
  2859. {
  2860. "name": "Mike van Riel",
  2861. "email": "me@mikevanriel.com"
  2862. }
  2863. ],
  2864. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  2865. "support": {
  2866. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  2867. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
  2868. },
  2869. "time": "2020-09-17T18:55:26+00:00"
  2870. },
  2871. {
  2872. "name": "phpspec/prophecy",
  2873. "version": "1.12.2",
  2874. "source": {
  2875. "type": "git",
  2876. "url": "https://github.com/phpspec/prophecy.git",
  2877. "reference": "245710e971a030f42e08f4912863805570f23d39"
  2878. },
  2879. "dist": {
  2880. "type": "zip",
  2881. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
  2882. "reference": "245710e971a030f42e08f4912863805570f23d39",
  2883. "shasum": ""
  2884. },
  2885. "require": {
  2886. "doctrine/instantiator": "^1.2",
  2887. "php": "^7.2 || ~8.0, <8.1",
  2888. "phpdocumentor/reflection-docblock": "^5.2",
  2889. "sebastian/comparator": "^3.0 || ^4.0",
  2890. "sebastian/recursion-context": "^3.0 || ^4.0"
  2891. },
  2892. "require-dev": {
  2893. "phpspec/phpspec": "^6.0",
  2894. "phpunit/phpunit": "^8.0 || ^9.0"
  2895. },
  2896. "type": "library",
  2897. "extra": {
  2898. "branch-alias": {
  2899. "dev-master": "1.11.x-dev"
  2900. }
  2901. },
  2902. "autoload": {
  2903. "psr-4": {
  2904. "Prophecy\\": "src/Prophecy"
  2905. }
  2906. },
  2907. "notification-url": "https://packagist.org/downloads/",
  2908. "license": [
  2909. "MIT"
  2910. ],
  2911. "authors": [
  2912. {
  2913. "name": "Konstantin Kudryashov",
  2914. "email": "ever.zet@gmail.com",
  2915. "homepage": "http://everzet.com"
  2916. },
  2917. {
  2918. "name": "Marcello Duarte",
  2919. "email": "marcello.duarte@gmail.com"
  2920. }
  2921. ],
  2922. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2923. "homepage": "https://github.com/phpspec/prophecy",
  2924. "keywords": [
  2925. "Double",
  2926. "Dummy",
  2927. "fake",
  2928. "mock",
  2929. "spy",
  2930. "stub"
  2931. ],
  2932. "support": {
  2933. "issues": "https://github.com/phpspec/prophecy/issues",
  2934. "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
  2935. },
  2936. "time": "2020-12-19T10:15:11+00:00"
  2937. },
  2938. {
  2939. "name": "phpunit/php-code-coverage",
  2940. "version": "9.2.5",
  2941. "source": {
  2942. "type": "git",
  2943. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2944. "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
  2945. },
  2946. "dist": {
  2947. "type": "zip",
  2948. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
  2949. "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
  2950. "shasum": ""
  2951. },
  2952. "require": {
  2953. "ext-dom": "*",
  2954. "ext-libxml": "*",
  2955. "ext-xmlwriter": "*",
  2956. "nikic/php-parser": "^4.10.2",
  2957. "php": ">=7.3",
  2958. "phpunit/php-file-iterator": "^3.0.3",
  2959. "phpunit/php-text-template": "^2.0.2",
  2960. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  2961. "sebastian/complexity": "^2.0",
  2962. "sebastian/environment": "^5.1.2",
  2963. "sebastian/lines-of-code": "^1.0.3",
  2964. "sebastian/version": "^3.0.1",
  2965. "theseer/tokenizer": "^1.2.0"
  2966. },
  2967. "require-dev": {
  2968. "phpunit/phpunit": "^9.3"
  2969. },
  2970. "suggest": {
  2971. "ext-pcov": "*",
  2972. "ext-xdebug": "*"
  2973. },
  2974. "type": "library",
  2975. "extra": {
  2976. "branch-alias": {
  2977. "dev-master": "9.2-dev"
  2978. }
  2979. },
  2980. "autoload": {
  2981. "classmap": [
  2982. "src/"
  2983. ]
  2984. },
  2985. "notification-url": "https://packagist.org/downloads/",
  2986. "license": [
  2987. "BSD-3-Clause"
  2988. ],
  2989. "authors": [
  2990. {
  2991. "name": "Sebastian Bergmann",
  2992. "email": "sebastian@phpunit.de",
  2993. "role": "lead"
  2994. }
  2995. ],
  2996. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2997. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2998. "keywords": [
  2999. "coverage",
  3000. "testing",
  3001. "xunit"
  3002. ],
  3003. "support": {
  3004. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  3005. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
  3006. },
  3007. "funding": [
  3008. {
  3009. "url": "https://github.com/sebastianbergmann",
  3010. "type": "github"
  3011. }
  3012. ],
  3013. "time": "2020-11-28T06:44:49+00:00"
  3014. },
  3015. {
  3016. "name": "phpunit/php-file-iterator",
  3017. "version": "3.0.5",
  3018. "source": {
  3019. "type": "git",
  3020. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3021. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
  3022. },
  3023. "dist": {
  3024. "type": "zip",
  3025. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
  3026. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
  3027. "shasum": ""
  3028. },
  3029. "require": {
  3030. "php": ">=7.3"
  3031. },
  3032. "require-dev": {
  3033. "phpunit/phpunit": "^9.3"
  3034. },
  3035. "type": "library",
  3036. "extra": {
  3037. "branch-alias": {
  3038. "dev-master": "3.0-dev"
  3039. }
  3040. },
  3041. "autoload": {
  3042. "classmap": [
  3043. "src/"
  3044. ]
  3045. },
  3046. "notification-url": "https://packagist.org/downloads/",
  3047. "license": [
  3048. "BSD-3-Clause"
  3049. ],
  3050. "authors": [
  3051. {
  3052. "name": "Sebastian Bergmann",
  3053. "email": "sebastian@phpunit.de",
  3054. "role": "lead"
  3055. }
  3056. ],
  3057. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3058. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3059. "keywords": [
  3060. "filesystem",
  3061. "iterator"
  3062. ],
  3063. "support": {
  3064. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  3065. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
  3066. },
  3067. "funding": [
  3068. {
  3069. "url": "https://github.com/sebastianbergmann",
  3070. "type": "github"
  3071. }
  3072. ],
  3073. "time": "2020-09-28T05:57:25+00:00"
  3074. },
  3075. {
  3076. "name": "phpunit/php-invoker",
  3077. "version": "3.1.1",
  3078. "source": {
  3079. "type": "git",
  3080. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  3081. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  3082. },
  3083. "dist": {
  3084. "type": "zip",
  3085. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  3086. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  3087. "shasum": ""
  3088. },
  3089. "require": {
  3090. "php": ">=7.3"
  3091. },
  3092. "require-dev": {
  3093. "ext-pcntl": "*",
  3094. "phpunit/phpunit": "^9.3"
  3095. },
  3096. "suggest": {
  3097. "ext-pcntl": "*"
  3098. },
  3099. "type": "library",
  3100. "extra": {
  3101. "branch-alias": {
  3102. "dev-master": "3.1-dev"
  3103. }
  3104. },
  3105. "autoload": {
  3106. "classmap": [
  3107. "src/"
  3108. ]
  3109. },
  3110. "notification-url": "https://packagist.org/downloads/",
  3111. "license": [
  3112. "BSD-3-Clause"
  3113. ],
  3114. "authors": [
  3115. {
  3116. "name": "Sebastian Bergmann",
  3117. "email": "sebastian@phpunit.de",
  3118. "role": "lead"
  3119. }
  3120. ],
  3121. "description": "Invoke callables with a timeout",
  3122. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  3123. "keywords": [
  3124. "process"
  3125. ],
  3126. "support": {
  3127. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  3128. "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
  3129. },
  3130. "funding": [
  3131. {
  3132. "url": "https://github.com/sebastianbergmann",
  3133. "type": "github"
  3134. }
  3135. ],
  3136. "time": "2020-09-28T05:58:55+00:00"
  3137. },
  3138. {
  3139. "name": "phpunit/php-text-template",
  3140. "version": "2.0.4",
  3141. "source": {
  3142. "type": "git",
  3143. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3144. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  3145. },
  3146. "dist": {
  3147. "type": "zip",
  3148. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  3149. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  3150. "shasum": ""
  3151. },
  3152. "require": {
  3153. "php": ">=7.3"
  3154. },
  3155. "require-dev": {
  3156. "phpunit/phpunit": "^9.3"
  3157. },
  3158. "type": "library",
  3159. "extra": {
  3160. "branch-alias": {
  3161. "dev-master": "2.0-dev"
  3162. }
  3163. },
  3164. "autoload": {
  3165. "classmap": [
  3166. "src/"
  3167. ]
  3168. },
  3169. "notification-url": "https://packagist.org/downloads/",
  3170. "license": [
  3171. "BSD-3-Clause"
  3172. ],
  3173. "authors": [
  3174. {
  3175. "name": "Sebastian Bergmann",
  3176. "email": "sebastian@phpunit.de",
  3177. "role": "lead"
  3178. }
  3179. ],
  3180. "description": "Simple template engine.",
  3181. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3182. "keywords": [
  3183. "template"
  3184. ],
  3185. "support": {
  3186. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  3187. "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
  3188. },
  3189. "funding": [
  3190. {
  3191. "url": "https://github.com/sebastianbergmann",
  3192. "type": "github"
  3193. }
  3194. ],
  3195. "time": "2020-10-26T05:33:50+00:00"
  3196. },
  3197. {
  3198. "name": "phpunit/php-timer",
  3199. "version": "5.0.3",
  3200. "source": {
  3201. "type": "git",
  3202. "url": "https://github.com/sebastianbergmann/php-timer.git",
  3203. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  3204. },
  3205. "dist": {
  3206. "type": "zip",
  3207. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  3208. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  3209. "shasum": ""
  3210. },
  3211. "require": {
  3212. "php": ">=7.3"
  3213. },
  3214. "require-dev": {
  3215. "phpunit/phpunit": "^9.3"
  3216. },
  3217. "type": "library",
  3218. "extra": {
  3219. "branch-alias": {
  3220. "dev-master": "5.0-dev"
  3221. }
  3222. },
  3223. "autoload": {
  3224. "classmap": [
  3225. "src/"
  3226. ]
  3227. },
  3228. "notification-url": "https://packagist.org/downloads/",
  3229. "license": [
  3230. "BSD-3-Clause"
  3231. ],
  3232. "authors": [
  3233. {
  3234. "name": "Sebastian Bergmann",
  3235. "email": "sebastian@phpunit.de",
  3236. "role": "lead"
  3237. }
  3238. ],
  3239. "description": "Utility class for timing",
  3240. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3241. "keywords": [
  3242. "timer"
  3243. ],
  3244. "support": {
  3245. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  3246. "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
  3247. },
  3248. "funding": [
  3249. {
  3250. "url": "https://github.com/sebastianbergmann",
  3251. "type": "github"
  3252. }
  3253. ],
  3254. "time": "2020-10-26T13:16:10+00:00"
  3255. },
  3256. {
  3257. "name": "phpunit/phpunit",
  3258. "version": "9.5.0",
  3259. "source": {
  3260. "type": "git",
  3261. "url": "https://github.com/sebastianbergmann/phpunit.git",
  3262. "reference": "8e16c225d57c3d6808014df6b1dd7598d0a5bbbe"
  3263. },
  3264. "dist": {
  3265. "type": "zip",
  3266. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e16c225d57c3d6808014df6b1dd7598d0a5bbbe",
  3267. "reference": "8e16c225d57c3d6808014df6b1dd7598d0a5bbbe",
  3268. "shasum": ""
  3269. },
  3270. "require": {
  3271. "doctrine/instantiator": "^1.3.1",
  3272. "ext-dom": "*",
  3273. "ext-json": "*",
  3274. "ext-libxml": "*",
  3275. "ext-mbstring": "*",
  3276. "ext-xml": "*",
  3277. "ext-xmlwriter": "*",
  3278. "myclabs/deep-copy": "^1.10.1",
  3279. "phar-io/manifest": "^2.0.1",
  3280. "phar-io/version": "^3.0.2",
  3281. "php": ">=7.3",
  3282. "phpspec/prophecy": "^1.12.1",
  3283. "phpunit/php-code-coverage": "^9.2.3",
  3284. "phpunit/php-file-iterator": "^3.0.5",
  3285. "phpunit/php-invoker": "^3.1.1",
  3286. "phpunit/php-text-template": "^2.0.3",
  3287. "phpunit/php-timer": "^5.0.2",
  3288. "sebastian/cli-parser": "^1.0.1",
  3289. "sebastian/code-unit": "^1.0.6",
  3290. "sebastian/comparator": "^4.0.5",
  3291. "sebastian/diff": "^4.0.3",
  3292. "sebastian/environment": "^5.1.3",
  3293. "sebastian/exporter": "^4.0.3",
  3294. "sebastian/global-state": "^5.0.1",
  3295. "sebastian/object-enumerator": "^4.0.3",
  3296. "sebastian/resource-operations": "^3.0.3",
  3297. "sebastian/type": "^2.3",
  3298. "sebastian/version": "^3.0.2"
  3299. },
  3300. "require-dev": {
  3301. "ext-pdo": "*",
  3302. "phpspec/prophecy-phpunit": "^2.0.1"
  3303. },
  3304. "suggest": {
  3305. "ext-soap": "*",
  3306. "ext-xdebug": "*"
  3307. },
  3308. "bin": [
  3309. "phpunit"
  3310. ],
  3311. "type": "library",
  3312. "extra": {
  3313. "branch-alias": {
  3314. "dev-master": "9.5-dev"
  3315. }
  3316. },
  3317. "autoload": {
  3318. "classmap": [
  3319. "src/"
  3320. ],
  3321. "files": [
  3322. "src/Framework/Assert/Functions.php"
  3323. ]
  3324. },
  3325. "notification-url": "https://packagist.org/downloads/",
  3326. "license": [
  3327. "BSD-3-Clause"
  3328. ],
  3329. "authors": [
  3330. {
  3331. "name": "Sebastian Bergmann",
  3332. "email": "sebastian@phpunit.de",
  3333. "role": "lead"
  3334. }
  3335. ],
  3336. "description": "The PHP Unit Testing framework.",
  3337. "homepage": "https://phpunit.de/",
  3338. "keywords": [
  3339. "phpunit",
  3340. "testing",
  3341. "xunit"
  3342. ],
  3343. "support": {
  3344. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  3345. "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.0"
  3346. },
  3347. "funding": [
  3348. {
  3349. "url": "https://phpunit.de/donate.html",
  3350. "type": "custom"
  3351. },
  3352. {
  3353. "url": "https://github.com/sebastianbergmann",
  3354. "type": "github"
  3355. }
  3356. ],
  3357. "time": "2020-12-04T05:05:53+00:00"
  3358. },
  3359. {
  3360. "name": "sebastian/cli-parser",
  3361. "version": "1.0.1",
  3362. "source": {
  3363. "type": "git",
  3364. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  3365. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  3366. },
  3367. "dist": {
  3368. "type": "zip",
  3369. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  3370. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  3371. "shasum": ""
  3372. },
  3373. "require": {
  3374. "php": ">=7.3"
  3375. },
  3376. "require-dev": {
  3377. "phpunit/phpunit": "^9.3"
  3378. },
  3379. "type": "library",
  3380. "extra": {
  3381. "branch-alias": {
  3382. "dev-master": "1.0-dev"
  3383. }
  3384. },
  3385. "autoload": {
  3386. "classmap": [
  3387. "src/"
  3388. ]
  3389. },
  3390. "notification-url": "https://packagist.org/downloads/",
  3391. "license": [
  3392. "BSD-3-Clause"
  3393. ],
  3394. "authors": [
  3395. {
  3396. "name": "Sebastian Bergmann",
  3397. "email": "sebastian@phpunit.de",
  3398. "role": "lead"
  3399. }
  3400. ],
  3401. "description": "Library for parsing CLI options",
  3402. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  3403. "support": {
  3404. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  3405. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  3406. },
  3407. "funding": [
  3408. {
  3409. "url": "https://github.com/sebastianbergmann",
  3410. "type": "github"
  3411. }
  3412. ],
  3413. "time": "2020-09-28T06:08:49+00:00"
  3414. },
  3415. {
  3416. "name": "sebastian/code-unit",
  3417. "version": "1.0.8",
  3418. "source": {
  3419. "type": "git",
  3420. "url": "https://github.com/sebastianbergmann/code-unit.git",
  3421. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  3422. },
  3423. "dist": {
  3424. "type": "zip",
  3425. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  3426. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  3427. "shasum": ""
  3428. },
  3429. "require": {
  3430. "php": ">=7.3"
  3431. },
  3432. "require-dev": {
  3433. "phpunit/phpunit": "^9.3"
  3434. },
  3435. "type": "library",
  3436. "extra": {
  3437. "branch-alias": {
  3438. "dev-master": "1.0-dev"
  3439. }
  3440. },
  3441. "autoload": {
  3442. "classmap": [
  3443. "src/"
  3444. ]
  3445. },
  3446. "notification-url": "https://packagist.org/downloads/",
  3447. "license": [
  3448. "BSD-3-Clause"
  3449. ],
  3450. "authors": [
  3451. {
  3452. "name": "Sebastian Bergmann",
  3453. "email": "sebastian@phpunit.de",
  3454. "role": "lead"
  3455. }
  3456. ],
  3457. "description": "Collection of value objects that represent the PHP code units",
  3458. "homepage": "https://github.com/sebastianbergmann/code-unit",
  3459. "support": {
  3460. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  3461. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  3462. },
  3463. "funding": [
  3464. {
  3465. "url": "https://github.com/sebastianbergmann",
  3466. "type": "github"
  3467. }
  3468. ],
  3469. "time": "2020-10-26T13:08:54+00:00"
  3470. },
  3471. {
  3472. "name": "sebastian/code-unit-reverse-lookup",
  3473. "version": "2.0.3",
  3474. "source": {
  3475. "type": "git",
  3476. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3477. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  3478. },
  3479. "dist": {
  3480. "type": "zip",
  3481. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  3482. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  3483. "shasum": ""
  3484. },
  3485. "require": {
  3486. "php": ">=7.3"
  3487. },
  3488. "require-dev": {
  3489. "phpunit/phpunit": "^9.3"
  3490. },
  3491. "type": "library",
  3492. "extra": {
  3493. "branch-alias": {
  3494. "dev-master": "2.0-dev"
  3495. }
  3496. },
  3497. "autoload": {
  3498. "classmap": [
  3499. "src/"
  3500. ]
  3501. },
  3502. "notification-url": "https://packagist.org/downloads/",
  3503. "license": [
  3504. "BSD-3-Clause"
  3505. ],
  3506. "authors": [
  3507. {
  3508. "name": "Sebastian Bergmann",
  3509. "email": "sebastian@phpunit.de"
  3510. }
  3511. ],
  3512. "description": "Looks up which function or method a line of code belongs to",
  3513. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3514. "support": {
  3515. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  3516. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  3517. },
  3518. "funding": [
  3519. {
  3520. "url": "https://github.com/sebastianbergmann",
  3521. "type": "github"
  3522. }
  3523. ],
  3524. "time": "2020-09-28T05:30:19+00:00"
  3525. },
  3526. {
  3527. "name": "sebastian/comparator",
  3528. "version": "4.0.6",
  3529. "source": {
  3530. "type": "git",
  3531. "url": "https://github.com/sebastianbergmann/comparator.git",
  3532. "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
  3533. },
  3534. "dist": {
  3535. "type": "zip",
  3536. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
  3537. "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
  3538. "shasum": ""
  3539. },
  3540. "require": {
  3541. "php": ">=7.3",
  3542. "sebastian/diff": "^4.0",
  3543. "sebastian/exporter": "^4.0"
  3544. },
  3545. "require-dev": {
  3546. "phpunit/phpunit": "^9.3"
  3547. },
  3548. "type": "library",
  3549. "extra": {
  3550. "branch-alias": {
  3551. "dev-master": "4.0-dev"
  3552. }
  3553. },
  3554. "autoload": {
  3555. "classmap": [
  3556. "src/"
  3557. ]
  3558. },
  3559. "notification-url": "https://packagist.org/downloads/",
  3560. "license": [
  3561. "BSD-3-Clause"
  3562. ],
  3563. "authors": [
  3564. {
  3565. "name": "Sebastian Bergmann",
  3566. "email": "sebastian@phpunit.de"
  3567. },
  3568. {
  3569. "name": "Jeff Welch",
  3570. "email": "whatthejeff@gmail.com"
  3571. },
  3572. {
  3573. "name": "Volker Dusch",
  3574. "email": "github@wallbash.com"
  3575. },
  3576. {
  3577. "name": "Bernhard Schussek",
  3578. "email": "bschussek@2bepublished.at"
  3579. }
  3580. ],
  3581. "description": "Provides the functionality to compare PHP values for equality",
  3582. "homepage": "https://github.com/sebastianbergmann/comparator",
  3583. "keywords": [
  3584. "comparator",
  3585. "compare",
  3586. "equality"
  3587. ],
  3588. "support": {
  3589. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  3590. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
  3591. },
  3592. "funding": [
  3593. {
  3594. "url": "https://github.com/sebastianbergmann",
  3595. "type": "github"
  3596. }
  3597. ],
  3598. "time": "2020-10-26T15:49:45+00:00"
  3599. },
  3600. {
  3601. "name": "sebastian/complexity",
  3602. "version": "2.0.2",
  3603. "source": {
  3604. "type": "git",
  3605. "url": "https://github.com/sebastianbergmann/complexity.git",
  3606. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  3607. },
  3608. "dist": {
  3609. "type": "zip",
  3610. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  3611. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  3612. "shasum": ""
  3613. },
  3614. "require": {
  3615. "nikic/php-parser": "^4.7",
  3616. "php": ">=7.3"
  3617. },
  3618. "require-dev": {
  3619. "phpunit/phpunit": "^9.3"
  3620. },
  3621. "type": "library",
  3622. "extra": {
  3623. "branch-alias": {
  3624. "dev-master": "2.0-dev"
  3625. }
  3626. },
  3627. "autoload": {
  3628. "classmap": [
  3629. "src/"
  3630. ]
  3631. },
  3632. "notification-url": "https://packagist.org/downloads/",
  3633. "license": [
  3634. "BSD-3-Clause"
  3635. ],
  3636. "authors": [
  3637. {
  3638. "name": "Sebastian Bergmann",
  3639. "email": "sebastian@phpunit.de",
  3640. "role": "lead"
  3641. }
  3642. ],
  3643. "description": "Library for calculating the complexity of PHP code units",
  3644. "homepage": "https://github.com/sebastianbergmann/complexity",
  3645. "support": {
  3646. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  3647. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  3648. },
  3649. "funding": [
  3650. {
  3651. "url": "https://github.com/sebastianbergmann",
  3652. "type": "github"
  3653. }
  3654. ],
  3655. "time": "2020-10-26T15:52:27+00:00"
  3656. },
  3657. {
  3658. "name": "sebastian/diff",
  3659. "version": "4.0.4",
  3660. "source": {
  3661. "type": "git",
  3662. "url": "https://github.com/sebastianbergmann/diff.git",
  3663. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
  3664. },
  3665. "dist": {
  3666. "type": "zip",
  3667. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  3668. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  3669. "shasum": ""
  3670. },
  3671. "require": {
  3672. "php": ">=7.3"
  3673. },
  3674. "require-dev": {
  3675. "phpunit/phpunit": "^9.3",
  3676. "symfony/process": "^4.2 || ^5"
  3677. },
  3678. "type": "library",
  3679. "extra": {
  3680. "branch-alias": {
  3681. "dev-master": "4.0-dev"
  3682. }
  3683. },
  3684. "autoload": {
  3685. "classmap": [
  3686. "src/"
  3687. ]
  3688. },
  3689. "notification-url": "https://packagist.org/downloads/",
  3690. "license": [
  3691. "BSD-3-Clause"
  3692. ],
  3693. "authors": [
  3694. {
  3695. "name": "Sebastian Bergmann",
  3696. "email": "sebastian@phpunit.de"
  3697. },
  3698. {
  3699. "name": "Kore Nordmann",
  3700. "email": "mail@kore-nordmann.de"
  3701. }
  3702. ],
  3703. "description": "Diff implementation",
  3704. "homepage": "https://github.com/sebastianbergmann/diff",
  3705. "keywords": [
  3706. "diff",
  3707. "udiff",
  3708. "unidiff",
  3709. "unified diff"
  3710. ],
  3711. "support": {
  3712. "issues": "https://github.com/sebastianbergmann/diff/issues",
  3713. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
  3714. },
  3715. "funding": [
  3716. {
  3717. "url": "https://github.com/sebastianbergmann",
  3718. "type": "github"
  3719. }
  3720. ],
  3721. "time": "2020-10-26T13:10:38+00:00"
  3722. },
  3723. {
  3724. "name": "sebastian/environment",
  3725. "version": "5.1.3",
  3726. "source": {
  3727. "type": "git",
  3728. "url": "https://github.com/sebastianbergmann/environment.git",
  3729. "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
  3730. },
  3731. "dist": {
  3732. "type": "zip",
  3733. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
  3734. "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
  3735. "shasum": ""
  3736. },
  3737. "require": {
  3738. "php": ">=7.3"
  3739. },
  3740. "require-dev": {
  3741. "phpunit/phpunit": "^9.3"
  3742. },
  3743. "suggest": {
  3744. "ext-posix": "*"
  3745. },
  3746. "type": "library",
  3747. "extra": {
  3748. "branch-alias": {
  3749. "dev-master": "5.1-dev"
  3750. }
  3751. },
  3752. "autoload": {
  3753. "classmap": [
  3754. "src/"
  3755. ]
  3756. },
  3757. "notification-url": "https://packagist.org/downloads/",
  3758. "license": [
  3759. "BSD-3-Clause"
  3760. ],
  3761. "authors": [
  3762. {
  3763. "name": "Sebastian Bergmann",
  3764. "email": "sebastian@phpunit.de"
  3765. }
  3766. ],
  3767. "description": "Provides functionality to handle HHVM/PHP environments",
  3768. "homepage": "http://www.github.com/sebastianbergmann/environment",
  3769. "keywords": [
  3770. "Xdebug",
  3771. "environment",
  3772. "hhvm"
  3773. ],
  3774. "support": {
  3775. "issues": "https://github.com/sebastianbergmann/environment/issues",
  3776. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
  3777. },
  3778. "funding": [
  3779. {
  3780. "url": "https://github.com/sebastianbergmann",
  3781. "type": "github"
  3782. }
  3783. ],
  3784. "time": "2020-09-28T05:52:38+00:00"
  3785. },
  3786. {
  3787. "name": "sebastian/exporter",
  3788. "version": "4.0.3",
  3789. "source": {
  3790. "type": "git",
  3791. "url": "https://github.com/sebastianbergmann/exporter.git",
  3792. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
  3793. },
  3794. "dist": {
  3795. "type": "zip",
  3796. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  3797. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  3798. "shasum": ""
  3799. },
  3800. "require": {
  3801. "php": ">=7.3",
  3802. "sebastian/recursion-context": "^4.0"
  3803. },
  3804. "require-dev": {
  3805. "ext-mbstring": "*",
  3806. "phpunit/phpunit": "^9.3"
  3807. },
  3808. "type": "library",
  3809. "extra": {
  3810. "branch-alias": {
  3811. "dev-master": "4.0-dev"
  3812. }
  3813. },
  3814. "autoload": {
  3815. "classmap": [
  3816. "src/"
  3817. ]
  3818. },
  3819. "notification-url": "https://packagist.org/downloads/",
  3820. "license": [
  3821. "BSD-3-Clause"
  3822. ],
  3823. "authors": [
  3824. {
  3825. "name": "Sebastian Bergmann",
  3826. "email": "sebastian@phpunit.de"
  3827. },
  3828. {
  3829. "name": "Jeff Welch",
  3830. "email": "whatthejeff@gmail.com"
  3831. },
  3832. {
  3833. "name": "Volker Dusch",
  3834. "email": "github@wallbash.com"
  3835. },
  3836. {
  3837. "name": "Adam Harvey",
  3838. "email": "aharvey@php.net"
  3839. },
  3840. {
  3841. "name": "Bernhard Schussek",
  3842. "email": "bschussek@gmail.com"
  3843. }
  3844. ],
  3845. "description": "Provides the functionality to export PHP variables for visualization",
  3846. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3847. "keywords": [
  3848. "export",
  3849. "exporter"
  3850. ],
  3851. "support": {
  3852. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  3853. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
  3854. },
  3855. "funding": [
  3856. {
  3857. "url": "https://github.com/sebastianbergmann",
  3858. "type": "github"
  3859. }
  3860. ],
  3861. "time": "2020-09-28T05:24:23+00:00"
  3862. },
  3863. {
  3864. "name": "sebastian/global-state",
  3865. "version": "5.0.2",
  3866. "source": {
  3867. "type": "git",
  3868. "url": "https://github.com/sebastianbergmann/global-state.git",
  3869. "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
  3870. },
  3871. "dist": {
  3872. "type": "zip",
  3873. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
  3874. "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
  3875. "shasum": ""
  3876. },
  3877. "require": {
  3878. "php": ">=7.3",
  3879. "sebastian/object-reflector": "^2.0",
  3880. "sebastian/recursion-context": "^4.0"
  3881. },
  3882. "require-dev": {
  3883. "ext-dom": "*",
  3884. "phpunit/phpunit": "^9.3"
  3885. },
  3886. "suggest": {
  3887. "ext-uopz": "*"
  3888. },
  3889. "type": "library",
  3890. "extra": {
  3891. "branch-alias": {
  3892. "dev-master": "5.0-dev"
  3893. }
  3894. },
  3895. "autoload": {
  3896. "classmap": [
  3897. "src/"
  3898. ]
  3899. },
  3900. "notification-url": "https://packagist.org/downloads/",
  3901. "license": [
  3902. "BSD-3-Clause"
  3903. ],
  3904. "authors": [
  3905. {
  3906. "name": "Sebastian Bergmann",
  3907. "email": "sebastian@phpunit.de"
  3908. }
  3909. ],
  3910. "description": "Snapshotting of global state",
  3911. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3912. "keywords": [
  3913. "global state"
  3914. ],
  3915. "support": {
  3916. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  3917. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
  3918. },
  3919. "funding": [
  3920. {
  3921. "url": "https://github.com/sebastianbergmann",
  3922. "type": "github"
  3923. }
  3924. ],
  3925. "time": "2020-10-26T15:55:19+00:00"
  3926. },
  3927. {
  3928. "name": "sebastian/lines-of-code",
  3929. "version": "1.0.3",
  3930. "source": {
  3931. "type": "git",
  3932. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  3933. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  3934. },
  3935. "dist": {
  3936. "type": "zip",
  3937. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  3938. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  3939. "shasum": ""
  3940. },
  3941. "require": {
  3942. "nikic/php-parser": "^4.6",
  3943. "php": ">=7.3"
  3944. },
  3945. "require-dev": {
  3946. "phpunit/phpunit": "^9.3"
  3947. },
  3948. "type": "library",
  3949. "extra": {
  3950. "branch-alias": {
  3951. "dev-master": "1.0-dev"
  3952. }
  3953. },
  3954. "autoload": {
  3955. "classmap": [
  3956. "src/"
  3957. ]
  3958. },
  3959. "notification-url": "https://packagist.org/downloads/",
  3960. "license": [
  3961. "BSD-3-Clause"
  3962. ],
  3963. "authors": [
  3964. {
  3965. "name": "Sebastian Bergmann",
  3966. "email": "sebastian@phpunit.de",
  3967. "role": "lead"
  3968. }
  3969. ],
  3970. "description": "Library for counting the lines of code in PHP source code",
  3971. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  3972. "support": {
  3973. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  3974. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  3975. },
  3976. "funding": [
  3977. {
  3978. "url": "https://github.com/sebastianbergmann",
  3979. "type": "github"
  3980. }
  3981. ],
  3982. "time": "2020-11-28T06:42:11+00:00"
  3983. },
  3984. {
  3985. "name": "sebastian/object-enumerator",
  3986. "version": "4.0.4",
  3987. "source": {
  3988. "type": "git",
  3989. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  3990. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  3991. },
  3992. "dist": {
  3993. "type": "zip",
  3994. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  3995. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  3996. "shasum": ""
  3997. },
  3998. "require": {
  3999. "php": ">=7.3",
  4000. "sebastian/object-reflector": "^2.0",
  4001. "sebastian/recursion-context": "^4.0"
  4002. },
  4003. "require-dev": {
  4004. "phpunit/phpunit": "^9.3"
  4005. },
  4006. "type": "library",
  4007. "extra": {
  4008. "branch-alias": {
  4009. "dev-master": "4.0-dev"
  4010. }
  4011. },
  4012. "autoload": {
  4013. "classmap": [
  4014. "src/"
  4015. ]
  4016. },
  4017. "notification-url": "https://packagist.org/downloads/",
  4018. "license": [
  4019. "BSD-3-Clause"
  4020. ],
  4021. "authors": [
  4022. {
  4023. "name": "Sebastian Bergmann",
  4024. "email": "sebastian@phpunit.de"
  4025. }
  4026. ],
  4027. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4028. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4029. "support": {
  4030. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  4031. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  4032. },
  4033. "funding": [
  4034. {
  4035. "url": "https://github.com/sebastianbergmann",
  4036. "type": "github"
  4037. }
  4038. ],
  4039. "time": "2020-10-26T13:12:34+00:00"
  4040. },
  4041. {
  4042. "name": "sebastian/object-reflector",
  4043. "version": "2.0.4",
  4044. "source": {
  4045. "type": "git",
  4046. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  4047. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  4048. },
  4049. "dist": {
  4050. "type": "zip",
  4051. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  4052. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  4053. "shasum": ""
  4054. },
  4055. "require": {
  4056. "php": ">=7.3"
  4057. },
  4058. "require-dev": {
  4059. "phpunit/phpunit": "^9.3"
  4060. },
  4061. "type": "library",
  4062. "extra": {
  4063. "branch-alias": {
  4064. "dev-master": "2.0-dev"
  4065. }
  4066. },
  4067. "autoload": {
  4068. "classmap": [
  4069. "src/"
  4070. ]
  4071. },
  4072. "notification-url": "https://packagist.org/downloads/",
  4073. "license": [
  4074. "BSD-3-Clause"
  4075. ],
  4076. "authors": [
  4077. {
  4078. "name": "Sebastian Bergmann",
  4079. "email": "sebastian@phpunit.de"
  4080. }
  4081. ],
  4082. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  4083. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  4084. "support": {
  4085. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  4086. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  4087. },
  4088. "funding": [
  4089. {
  4090. "url": "https://github.com/sebastianbergmann",
  4091. "type": "github"
  4092. }
  4093. ],
  4094. "time": "2020-10-26T13:14:26+00:00"
  4095. },
  4096. {
  4097. "name": "sebastian/recursion-context",
  4098. "version": "4.0.4",
  4099. "source": {
  4100. "type": "git",
  4101. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4102. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
  4103. },
  4104. "dist": {
  4105. "type": "zip",
  4106. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
  4107. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
  4108. "shasum": ""
  4109. },
  4110. "require": {
  4111. "php": ">=7.3"
  4112. },
  4113. "require-dev": {
  4114. "phpunit/phpunit": "^9.3"
  4115. },
  4116. "type": "library",
  4117. "extra": {
  4118. "branch-alias": {
  4119. "dev-master": "4.0-dev"
  4120. }
  4121. },
  4122. "autoload": {
  4123. "classmap": [
  4124. "src/"
  4125. ]
  4126. },
  4127. "notification-url": "https://packagist.org/downloads/",
  4128. "license": [
  4129. "BSD-3-Clause"
  4130. ],
  4131. "authors": [
  4132. {
  4133. "name": "Sebastian Bergmann",
  4134. "email": "sebastian@phpunit.de"
  4135. },
  4136. {
  4137. "name": "Jeff Welch",
  4138. "email": "whatthejeff@gmail.com"
  4139. },
  4140. {
  4141. "name": "Adam Harvey",
  4142. "email": "aharvey@php.net"
  4143. }
  4144. ],
  4145. "description": "Provides functionality to recursively process PHP variables",
  4146. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4147. "support": {
  4148. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  4149. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
  4150. },
  4151. "funding": [
  4152. {
  4153. "url": "https://github.com/sebastianbergmann",
  4154. "type": "github"
  4155. }
  4156. ],
  4157. "time": "2020-10-26T13:17:30+00:00"
  4158. },
  4159. {
  4160. "name": "sebastian/resource-operations",
  4161. "version": "3.0.3",
  4162. "source": {
  4163. "type": "git",
  4164. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  4165. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  4166. },
  4167. "dist": {
  4168. "type": "zip",
  4169. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  4170. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  4171. "shasum": ""
  4172. },
  4173. "require": {
  4174. "php": ">=7.3"
  4175. },
  4176. "require-dev": {
  4177. "phpunit/phpunit": "^9.0"
  4178. },
  4179. "type": "library",
  4180. "extra": {
  4181. "branch-alias": {
  4182. "dev-master": "3.0-dev"
  4183. }
  4184. },
  4185. "autoload": {
  4186. "classmap": [
  4187. "src/"
  4188. ]
  4189. },
  4190. "notification-url": "https://packagist.org/downloads/",
  4191. "license": [
  4192. "BSD-3-Clause"
  4193. ],
  4194. "authors": [
  4195. {
  4196. "name": "Sebastian Bergmann",
  4197. "email": "sebastian@phpunit.de"
  4198. }
  4199. ],
  4200. "description": "Provides a list of PHP built-in functions that operate on resources",
  4201. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4202. "support": {
  4203. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  4204. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  4205. },
  4206. "funding": [
  4207. {
  4208. "url": "https://github.com/sebastianbergmann",
  4209. "type": "github"
  4210. }
  4211. ],
  4212. "time": "2020-09-28T06:45:17+00:00"
  4213. },
  4214. {
  4215. "name": "sebastian/type",
  4216. "version": "2.3.1",
  4217. "source": {
  4218. "type": "git",
  4219. "url": "https://github.com/sebastianbergmann/type.git",
  4220. "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
  4221. },
  4222. "dist": {
  4223. "type": "zip",
  4224. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
  4225. "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
  4226. "shasum": ""
  4227. },
  4228. "require": {
  4229. "php": ">=7.3"
  4230. },
  4231. "require-dev": {
  4232. "phpunit/phpunit": "^9.3"
  4233. },
  4234. "type": "library",
  4235. "extra": {
  4236. "branch-alias": {
  4237. "dev-master": "2.3-dev"
  4238. }
  4239. },
  4240. "autoload": {
  4241. "classmap": [
  4242. "src/"
  4243. ]
  4244. },
  4245. "notification-url": "https://packagist.org/downloads/",
  4246. "license": [
  4247. "BSD-3-Clause"
  4248. ],
  4249. "authors": [
  4250. {
  4251. "name": "Sebastian Bergmann",
  4252. "email": "sebastian@phpunit.de",
  4253. "role": "lead"
  4254. }
  4255. ],
  4256. "description": "Collection of value objects that represent the types of the PHP type system",
  4257. "homepage": "https://github.com/sebastianbergmann/type",
  4258. "support": {
  4259. "issues": "https://github.com/sebastianbergmann/type/issues",
  4260. "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
  4261. },
  4262. "funding": [
  4263. {
  4264. "url": "https://github.com/sebastianbergmann",
  4265. "type": "github"
  4266. }
  4267. ],
  4268. "time": "2020-10-26T13:18:59+00:00"
  4269. },
  4270. {
  4271. "name": "sebastian/version",
  4272. "version": "3.0.2",
  4273. "source": {
  4274. "type": "git",
  4275. "url": "https://github.com/sebastianbergmann/version.git",
  4276. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  4277. },
  4278. "dist": {
  4279. "type": "zip",
  4280. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  4281. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  4282. "shasum": ""
  4283. },
  4284. "require": {
  4285. "php": ">=7.3"
  4286. },
  4287. "type": "library",
  4288. "extra": {
  4289. "branch-alias": {
  4290. "dev-master": "3.0-dev"
  4291. }
  4292. },
  4293. "autoload": {
  4294. "classmap": [
  4295. "src/"
  4296. ]
  4297. },
  4298. "notification-url": "https://packagist.org/downloads/",
  4299. "license": [
  4300. "BSD-3-Clause"
  4301. ],
  4302. "authors": [
  4303. {
  4304. "name": "Sebastian Bergmann",
  4305. "email": "sebastian@phpunit.de",
  4306. "role": "lead"
  4307. }
  4308. ],
  4309. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4310. "homepage": "https://github.com/sebastianbergmann/version",
  4311. "support": {
  4312. "issues": "https://github.com/sebastianbergmann/version/issues",
  4313. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  4314. },
  4315. "funding": [
  4316. {
  4317. "url": "https://github.com/sebastianbergmann",
  4318. "type": "github"
  4319. }
  4320. ],
  4321. "time": "2020-09-28T06:39:44+00:00"
  4322. },
  4323. {
  4324. "name": "symfony/browser-kit",
  4325. "version": "v5.2.1",
  4326. "source": {
  4327. "type": "git",
  4328. "url": "https://github.com/symfony/browser-kit.git",
  4329. "reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a"
  4330. },
  4331. "dist": {
  4332. "type": "zip",
  4333. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a",
  4334. "reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a",
  4335. "shasum": ""
  4336. },
  4337. "require": {
  4338. "php": ">=7.2.5",
  4339. "symfony/dom-crawler": "^4.4|^5.0"
  4340. },
  4341. "require-dev": {
  4342. "symfony/css-selector": "^4.4|^5.0",
  4343. "symfony/http-client": "^4.4|^5.0",
  4344. "symfony/mime": "^4.4|^5.0",
  4345. "symfony/process": "^4.4|^5.0"
  4346. },
  4347. "suggest": {
  4348. "symfony/process": ""
  4349. },
  4350. "type": "library",
  4351. "autoload": {
  4352. "psr-4": {
  4353. "Symfony\\Component\\BrowserKit\\": ""
  4354. },
  4355. "exclude-from-classmap": [
  4356. "/Tests/"
  4357. ]
  4358. },
  4359. "notification-url": "https://packagist.org/downloads/",
  4360. "license": [
  4361. "MIT"
  4362. ],
  4363. "authors": [
  4364. {
  4365. "name": "Fabien Potencier",
  4366. "email": "fabien@symfony.com"
  4367. },
  4368. {
  4369. "name": "Symfony Community",
  4370. "homepage": "https://symfony.com/contributors"
  4371. }
  4372. ],
  4373. "description": "Symfony BrowserKit Component",
  4374. "homepage": "https://symfony.com",
  4375. "support": {
  4376. "source": "https://github.com/symfony/browser-kit/tree/v5.2.1"
  4377. },
  4378. "funding": [
  4379. {
  4380. "url": "https://symfony.com/sponsor",
  4381. "type": "custom"
  4382. },
  4383. {
  4384. "url": "https://github.com/fabpot",
  4385. "type": "github"
  4386. },
  4387. {
  4388. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4389. "type": "tidelift"
  4390. }
  4391. ],
  4392. "time": "2020-12-18T08:03:05+00:00"
  4393. },
  4394. {
  4395. "name": "symfony/dom-crawler",
  4396. "version": "v5.2.1",
  4397. "source": {
  4398. "type": "git",
  4399. "url": "https://github.com/symfony/dom-crawler.git",
  4400. "reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea"
  4401. },
  4402. "dist": {
  4403. "type": "zip",
  4404. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ee7cf316fb0de786cfe5ae32ee79502b290c81ea",
  4405. "reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea",
  4406. "shasum": ""
  4407. },
  4408. "require": {
  4409. "php": ">=7.2.5",
  4410. "symfony/polyfill-ctype": "~1.8",
  4411. "symfony/polyfill-mbstring": "~1.0",
  4412. "symfony/polyfill-php80": "^1.15"
  4413. },
  4414. "conflict": {
  4415. "masterminds/html5": "<2.6"
  4416. },
  4417. "require-dev": {
  4418. "masterminds/html5": "^2.6",
  4419. "symfony/css-selector": "^4.4|^5.0"
  4420. },
  4421. "suggest": {
  4422. "symfony/css-selector": ""
  4423. },
  4424. "type": "library",
  4425. "autoload": {
  4426. "psr-4": {
  4427. "Symfony\\Component\\DomCrawler\\": ""
  4428. },
  4429. "exclude-from-classmap": [
  4430. "/Tests/"
  4431. ]
  4432. },
  4433. "notification-url": "https://packagist.org/downloads/",
  4434. "license": [
  4435. "MIT"
  4436. ],
  4437. "authors": [
  4438. {
  4439. "name": "Fabien Potencier",
  4440. "email": "fabien@symfony.com"
  4441. },
  4442. {
  4443. "name": "Symfony Community",
  4444. "homepage": "https://symfony.com/contributors"
  4445. }
  4446. ],
  4447. "description": "Symfony DomCrawler Component",
  4448. "homepage": "https://symfony.com",
  4449. "support": {
  4450. "source": "https://github.com/symfony/dom-crawler/tree/v5.2.1"
  4451. },
  4452. "funding": [
  4453. {
  4454. "url": "https://symfony.com/sponsor",
  4455. "type": "custom"
  4456. },
  4457. {
  4458. "url": "https://github.com/fabpot",
  4459. "type": "github"
  4460. },
  4461. {
  4462. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4463. "type": "tidelift"
  4464. }
  4465. ],
  4466. "time": "2020-12-18T08:02:46+00:00"
  4467. },
  4468. {
  4469. "name": "symfony/http-client",
  4470. "version": "v5.2.1",
  4471. "source": {
  4472. "type": "git",
  4473. "url": "https://github.com/symfony/http-client.git",
  4474. "reference": "a77cbec69ea90dea509beef29b79748c0df33a83"
  4475. },
  4476. "dist": {
  4477. "type": "zip",
  4478. "url": "https://api.github.com/repos/symfony/http-client/zipball/a77cbec69ea90dea509beef29b79748c0df33a83",
  4479. "reference": "a77cbec69ea90dea509beef29b79748c0df33a83",
  4480. "shasum": ""
  4481. },
  4482. "require": {
  4483. "php": ">=7.2.5",
  4484. "psr/log": "^1.0",
  4485. "symfony/http-client-contracts": "^2.2",
  4486. "symfony/polyfill-php73": "^1.11",
  4487. "symfony/polyfill-php80": "^1.15",
  4488. "symfony/service-contracts": "^1.0|^2"
  4489. },
  4490. "provide": {
  4491. "php-http/async-client-implementation": "*",
  4492. "php-http/client-implementation": "*",
  4493. "psr/http-client-implementation": "1.0",
  4494. "symfony/http-client-implementation": "1.1"
  4495. },
  4496. "require-dev": {
  4497. "amphp/amp": "^2.5",
  4498. "amphp/http-client": "^4.2.1",
  4499. "amphp/http-tunnel": "^1.0",
  4500. "amphp/socket": "^1.1",
  4501. "guzzlehttp/promises": "^1.3.1",
  4502. "nyholm/psr7": "^1.0",
  4503. "php-http/httplug": "^1.0|^2.0",
  4504. "psr/http-client": "^1.0",
  4505. "symfony/dependency-injection": "^4.4|^5.0",
  4506. "symfony/http-kernel": "^4.4.13|^5.1.5",
  4507. "symfony/process": "^4.4|^5.0",
  4508. "symfony/stopwatch": "^4.4|^5.0"
  4509. },
  4510. "type": "library",
  4511. "autoload": {
  4512. "psr-4": {
  4513. "Symfony\\Component\\HttpClient\\": ""
  4514. },
  4515. "exclude-from-classmap": [
  4516. "/Tests/"
  4517. ]
  4518. },
  4519. "notification-url": "https://packagist.org/downloads/",
  4520. "license": [
  4521. "MIT"
  4522. ],
  4523. "authors": [
  4524. {
  4525. "name": "Nicolas Grekas",
  4526. "email": "p@tchwork.com"
  4527. },
  4528. {
  4529. "name": "Symfony Community",
  4530. "homepage": "https://symfony.com/contributors"
  4531. }
  4532. ],
  4533. "description": "Symfony HttpClient component",
  4534. "homepage": "https://symfony.com",
  4535. "support": {
  4536. "source": "https://github.com/symfony/http-client/tree/v5.2.1"
  4537. },
  4538. "funding": [
  4539. {
  4540. "url": "https://symfony.com/sponsor",
  4541. "type": "custom"
  4542. },
  4543. {
  4544. "url": "https://github.com/fabpot",
  4545. "type": "github"
  4546. },
  4547. {
  4548. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4549. "type": "tidelift"
  4550. }
  4551. ],
  4552. "time": "2020-12-14T10:56:50+00:00"
  4553. },
  4554. {
  4555. "name": "symfony/http-client-contracts",
  4556. "version": "v2.3.1",
  4557. "source": {
  4558. "type": "git",
  4559. "url": "https://github.com/symfony/http-client-contracts.git",
  4560. "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  4561. },
  4562. "dist": {
  4563. "type": "zip",
  4564. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
  4565. "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  4566. "shasum": ""
  4567. },
  4568. "require": {
  4569. "php": ">=7.2.5"
  4570. },
  4571. "suggest": {
  4572. "symfony/http-client-implementation": ""
  4573. },
  4574. "type": "library",
  4575. "extra": {
  4576. "branch-version": "2.3",
  4577. "branch-alias": {
  4578. "dev-main": "2.3-dev"
  4579. },
  4580. "thanks": {
  4581. "name": "symfony/contracts",
  4582. "url": "https://github.com/symfony/contracts"
  4583. }
  4584. },
  4585. "autoload": {
  4586. "psr-4": {
  4587. "Symfony\\Contracts\\HttpClient\\": ""
  4588. }
  4589. },
  4590. "notification-url": "https://packagist.org/downloads/",
  4591. "license": [
  4592. "MIT"
  4593. ],
  4594. "authors": [
  4595. {
  4596. "name": "Nicolas Grekas",
  4597. "email": "p@tchwork.com"
  4598. },
  4599. {
  4600. "name": "Symfony Community",
  4601. "homepage": "https://symfony.com/contributors"
  4602. }
  4603. ],
  4604. "description": "Generic abstractions related to HTTP clients",
  4605. "homepage": "https://symfony.com",
  4606. "keywords": [
  4607. "abstractions",
  4608. "contracts",
  4609. "decoupling",
  4610. "interfaces",
  4611. "interoperability",
  4612. "standards"
  4613. ],
  4614. "support": {
  4615. "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
  4616. },
  4617. "funding": [
  4618. {
  4619. "url": "https://symfony.com/sponsor",
  4620. "type": "custom"
  4621. },
  4622. {
  4623. "url": "https://github.com/fabpot",
  4624. "type": "github"
  4625. },
  4626. {
  4627. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4628. "type": "tidelift"
  4629. }
  4630. ],
  4631. "time": "2020-10-14T17:08:19+00:00"
  4632. },
  4633. {
  4634. "name": "symfony/panther",
  4635. "version": "v0.9.0",
  4636. "source": {
  4637. "type": "git",
  4638. "url": "https://github.com/symfony/panther.git",
  4639. "reference": "dc23945f2aab40c67e45f50c1486a16dd03423f2"
  4640. },
  4641. "dist": {
  4642. "type": "zip",
  4643. "url": "https://api.github.com/repos/symfony/panther/zipball/dc23945f2aab40c67e45f50c1486a16dd03423f2",
  4644. "reference": "dc23945f2aab40c67e45f50c1486a16dd03423f2",
  4645. "shasum": ""
  4646. },
  4647. "require": {
  4648. "php": ">=7.1",
  4649. "php-webdriver/webdriver": "^1.8.2",
  4650. "symfony/browser-kit": "^4.4 || ^5.0",
  4651. "symfony/dom-crawler": "^4.4 || ^5.0",
  4652. "symfony/http-client": "^4.4.11 || ^5.2",
  4653. "symfony/polyfill-php72": "^1.9",
  4654. "symfony/process": "^4.4 || ^5.0"
  4655. },
  4656. "require-dev": {
  4657. "fabpot/goutte": "^3.2.3",
  4658. "guzzlehttp/guzzle": "^6.3",
  4659. "symfony/css-selector": "^4.4 || ^5.0",
  4660. "symfony/framework-bundle": "^4.4 || ^5.0",
  4661. "symfony/mime": "^4.4 || ^5.0",
  4662. "symfony/phpunit-bridge": "^5.2"
  4663. },
  4664. "type": "library",
  4665. "extra": {
  4666. "branch-alias": {
  4667. "dev-main": "1.0.x-dev"
  4668. }
  4669. },
  4670. "autoload": {
  4671. "psr-4": {
  4672. "Symfony\\Component\\Panther\\": "src/"
  4673. }
  4674. },
  4675. "notification-url": "https://packagist.org/downloads/",
  4676. "license": [
  4677. "MIT"
  4678. ],
  4679. "authors": [
  4680. {
  4681. "name": "Kévin Dunglas",
  4682. "email": "dunglas@gmail.com",
  4683. "homepage": "https://dunglas.fr"
  4684. },
  4685. {
  4686. "name": "Symfony Community",
  4687. "homepage": "https://symfony.com/contributors"
  4688. }
  4689. ],
  4690. "description": "A browser testing and web scraping library for PHP and Symfony.",
  4691. "homepage": "https://dunglas.fr",
  4692. "keywords": [
  4693. "e2e",
  4694. "scraping",
  4695. "selenium",
  4696. "symfony",
  4697. "testing",
  4698. "webdriver"
  4699. ],
  4700. "support": {
  4701. "issues": "https://github.com/symfony/panther/issues",
  4702. "source": "https://github.com/symfony/panther/tree/v0.9.0"
  4703. },
  4704. "funding": [
  4705. {
  4706. "url": "https://www.panthera.org/donate",
  4707. "type": "custom"
  4708. }
  4709. ],
  4710. "time": "2020-12-29T07:51:42+00:00"
  4711. },
  4712. {
  4713. "name": "symfony/process",
  4714. "version": "v5.2.1",
  4715. "source": {
  4716. "type": "git",
  4717. "url": "https://github.com/symfony/process.git",
  4718. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
  4719. },
  4720. "dist": {
  4721. "type": "zip",
  4722. "url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
  4723. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
  4724. "shasum": ""
  4725. },
  4726. "require": {
  4727. "php": ">=7.2.5",
  4728. "symfony/polyfill-php80": "^1.15"
  4729. },
  4730. "type": "library",
  4731. "autoload": {
  4732. "psr-4": {
  4733. "Symfony\\Component\\Process\\": ""
  4734. },
  4735. "exclude-from-classmap": [
  4736. "/Tests/"
  4737. ]
  4738. },
  4739. "notification-url": "https://packagist.org/downloads/",
  4740. "license": [
  4741. "MIT"
  4742. ],
  4743. "authors": [
  4744. {
  4745. "name": "Fabien Potencier",
  4746. "email": "fabien@symfony.com"
  4747. },
  4748. {
  4749. "name": "Symfony Community",
  4750. "homepage": "https://symfony.com/contributors"
  4751. }
  4752. ],
  4753. "description": "Symfony Process Component",
  4754. "homepage": "https://symfony.com",
  4755. "support": {
  4756. "source": "https://github.com/symfony/process/tree/v5.2.1"
  4757. },
  4758. "funding": [
  4759. {
  4760. "url": "https://symfony.com/sponsor",
  4761. "type": "custom"
  4762. },
  4763. {
  4764. "url": "https://github.com/fabpot",
  4765. "type": "github"
  4766. },
  4767. {
  4768. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4769. "type": "tidelift"
  4770. }
  4771. ],
  4772. "time": "2020-12-08T17:03:37+00:00"
  4773. },
  4774. {
  4775. "name": "theseer/tokenizer",
  4776. "version": "1.2.0",
  4777. "source": {
  4778. "type": "git",
  4779. "url": "https://github.com/theseer/tokenizer.git",
  4780. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  4781. },
  4782. "dist": {
  4783. "type": "zip",
  4784. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  4785. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  4786. "shasum": ""
  4787. },
  4788. "require": {
  4789. "ext-dom": "*",
  4790. "ext-tokenizer": "*",
  4791. "ext-xmlwriter": "*",
  4792. "php": "^7.2 || ^8.0"
  4793. },
  4794. "type": "library",
  4795. "autoload": {
  4796. "classmap": [
  4797. "src/"
  4798. ]
  4799. },
  4800. "notification-url": "https://packagist.org/downloads/",
  4801. "license": [
  4802. "BSD-3-Clause"
  4803. ],
  4804. "authors": [
  4805. {
  4806. "name": "Arne Blankerts",
  4807. "email": "arne@blankerts.de",
  4808. "role": "Developer"
  4809. }
  4810. ],
  4811. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  4812. "support": {
  4813. "issues": "https://github.com/theseer/tokenizer/issues",
  4814. "source": "https://github.com/theseer/tokenizer/tree/master"
  4815. },
  4816. "funding": [
  4817. {
  4818. "url": "https://github.com/theseer",
  4819. "type": "github"
  4820. }
  4821. ],
  4822. "time": "2020-07-12T23:59:07+00:00"
  4823. },
  4824. {
  4825. "name": "webmozart/assert",
  4826. "version": "1.9.1",
  4827. "source": {
  4828. "type": "git",
  4829. "url": "https://github.com/webmozart/assert.git",
  4830. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  4831. },
  4832. "dist": {
  4833. "type": "zip",
  4834. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  4835. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  4836. "shasum": ""
  4837. },
  4838. "require": {
  4839. "php": "^5.3.3 || ^7.0 || ^8.0",
  4840. "symfony/polyfill-ctype": "^1.8"
  4841. },
  4842. "conflict": {
  4843. "phpstan/phpstan": "<0.12.20",
  4844. "vimeo/psalm": "<3.9.1"
  4845. },
  4846. "require-dev": {
  4847. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  4848. },
  4849. "type": "library",
  4850. "autoload": {
  4851. "psr-4": {
  4852. "Webmozart\\Assert\\": "src/"
  4853. }
  4854. },
  4855. "notification-url": "https://packagist.org/downloads/",
  4856. "license": [
  4857. "MIT"
  4858. ],
  4859. "authors": [
  4860. {
  4861. "name": "Bernhard Schussek",
  4862. "email": "bschussek@gmail.com"
  4863. }
  4864. ],
  4865. "description": "Assertions to validate method input/output with nice error messages.",
  4866. "keywords": [
  4867. "assert",
  4868. "check",
  4869. "validate"
  4870. ],
  4871. "support": {
  4872. "issues": "https://github.com/webmozart/assert/issues",
  4873. "source": "https://github.com/webmozart/assert/tree/master"
  4874. },
  4875. "time": "2020-07-08T17:02:28+00:00"
  4876. }
  4877. ],
  4878. "aliases": [],
  4879. "minimum-stability": "stable",
  4880. "stability-flags": [],
  4881. "prefer-stable": false,
  4882. "prefer-lowest": false,
  4883. "platform": [],
  4884. "platform-dev": [],
  4885. "plugin-api-version": "2.0.0"
  4886. }

Powered by TurnKey Linux.