Repo for the search and displace ingest module that takes odf, docx and pdf and transforms it into .md to be used with search and displace operations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5679 lines
200 KiB

3 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "1ab6fcba1c6e8e05f5f853dfcb39019b",
  8. "packages": [
  9. {
  10. "name": "cebe/markdown",
  11. "version": "1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cebe/markdown.git",
  15. "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
  20. "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "lib-pcre": "*",
  25. "php": ">=5.4.0"
  26. },
  27. "require-dev": {
  28. "cebe/indent": "*",
  29. "facebook/xhprof": "*@dev",
  30. "phpunit/phpunit": "4.1.*"
  31. },
  32. "bin": [
  33. "bin/markdown"
  34. ],
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.2.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "cebe\\markdown\\": ""
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Carsten Brandt",
  53. "email": "mail@cebe.cc",
  54. "homepage": "http://cebe.cc/",
  55. "role": "Creator"
  56. }
  57. ],
  58. "description": "A super fast, highly extensible markdown parser for PHP",
  59. "homepage": "https://github.com/cebe/markdown#readme",
  60. "keywords": [
  61. "extensible",
  62. "fast",
  63. "gfm",
  64. "markdown",
  65. "markdown-extra"
  66. ],
  67. "time": "2018-03-26T11:24:36+00:00"
  68. },
  69. {
  70. "name": "dnoegel/php-xdg-base-dir",
  71. "version": "v0.1.1",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  75. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  80. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": ">=5.3.2"
  85. },
  86. "require-dev": {
  87. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "psr-4": {
  92. "XdgBaseDir\\": "src/"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "description": "implementation of xdg base directory specification for php",
  100. "time": "2019-12-04T15:06:13+00:00"
  101. },
  102. {
  103. "name": "doctrine/inflector",
  104. "version": "2.0.3",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/doctrine/inflector.git",
  108. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  113. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "php": "^7.2 || ^8.0"
  118. },
  119. "require-dev": {
  120. "doctrine/coding-standard": "^7.0",
  121. "phpstan/phpstan": "^0.11",
  122. "phpstan/phpstan-phpunit": "^0.11",
  123. "phpstan/phpstan-strict-rules": "^0.11",
  124. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  125. },
  126. "type": "library",
  127. "extra": {
  128. "branch-alias": {
  129. "dev-master": "2.0.x-dev"
  130. }
  131. },
  132. "autoload": {
  133. "psr-4": {
  134. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  135. }
  136. },
  137. "notification-url": "https://packagist.org/downloads/",
  138. "license": [
  139. "MIT"
  140. ],
  141. "authors": [
  142. {
  143. "name": "Guilherme Blanco",
  144. "email": "guilhermeblanco@gmail.com"
  145. },
  146. {
  147. "name": "Roman Borschel",
  148. "email": "roman@code-factory.org"
  149. },
  150. {
  151. "name": "Benjamin Eberlei",
  152. "email": "kontakt@beberlei.de"
  153. },
  154. {
  155. "name": "Jonathan Wage",
  156. "email": "jonwage@gmail.com"
  157. },
  158. {
  159. "name": "Johannes Schmitt",
  160. "email": "schmittjoh@gmail.com"
  161. }
  162. ],
  163. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  164. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  165. "keywords": [
  166. "inflection",
  167. "inflector",
  168. "lowercase",
  169. "manipulation",
  170. "php",
  171. "plural",
  172. "singular",
  173. "strings",
  174. "uppercase",
  175. "words"
  176. ],
  177. "time": "2020-05-29T15:13:26+00:00"
  178. },
  179. {
  180. "name": "doctrine/lexer",
  181. "version": "1.2.1",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/doctrine/lexer.git",
  185. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  190. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": "^7.2 || ^8.0"
  195. },
  196. "require-dev": {
  197. "doctrine/coding-standard": "^6.0",
  198. "phpstan/phpstan": "^0.11.8",
  199. "phpunit/phpunit": "^8.2"
  200. },
  201. "type": "library",
  202. "extra": {
  203. "branch-alias": {
  204. "dev-master": "1.2.x-dev"
  205. }
  206. },
  207. "autoload": {
  208. "psr-4": {
  209. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  210. }
  211. },
  212. "notification-url": "https://packagist.org/downloads/",
  213. "license": [
  214. "MIT"
  215. ],
  216. "authors": [
  217. {
  218. "name": "Guilherme Blanco",
  219. "email": "guilhermeblanco@gmail.com"
  220. },
  221. {
  222. "name": "Roman Borschel",
  223. "email": "roman@code-factory.org"
  224. },
  225. {
  226. "name": "Johannes Schmitt",
  227. "email": "schmittjoh@gmail.com"
  228. }
  229. ],
  230. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  231. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  232. "keywords": [
  233. "annotations",
  234. "docblock",
  235. "lexer",
  236. "parser",
  237. "php"
  238. ],
  239. "time": "2020-05-25T17:44:05+00:00"
  240. },
  241. {
  242. "name": "dragonmantank/cron-expression",
  243. "version": "v2.3.0",
  244. "source": {
  245. "type": "git",
  246. "url": "https://github.com/dragonmantank/cron-expression.git",
  247. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
  248. },
  249. "dist": {
  250. "type": "zip",
  251. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  252. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  253. "shasum": ""
  254. },
  255. "require": {
  256. "php": "^7.0"
  257. },
  258. "require-dev": {
  259. "phpunit/phpunit": "^6.4|^7.0"
  260. },
  261. "type": "library",
  262. "extra": {
  263. "branch-alias": {
  264. "dev-master": "2.3-dev"
  265. }
  266. },
  267. "autoload": {
  268. "psr-4": {
  269. "Cron\\": "src/Cron/"
  270. }
  271. },
  272. "notification-url": "https://packagist.org/downloads/",
  273. "license": [
  274. "MIT"
  275. ],
  276. "authors": [
  277. {
  278. "name": "Michael Dowling",
  279. "email": "mtdowling@gmail.com",
  280. "homepage": "https://github.com/mtdowling"
  281. },
  282. {
  283. "name": "Chris Tankersley",
  284. "email": "chris@ctankersley.com",
  285. "homepage": "https://github.com/dragonmantank"
  286. }
  287. ],
  288. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  289. "keywords": [
  290. "cron",
  291. "schedule"
  292. ],
  293. "time": "2019-03-31T00:38:28+00:00"
  294. },
  295. {
  296. "name": "egulias/email-validator",
  297. "version": "2.1.18",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/egulias/EmailValidator.git",
  301. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  302. },
  303. "dist": {
  304. "type": "zip",
  305. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  306. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  307. "shasum": ""
  308. },
  309. "require": {
  310. "doctrine/lexer": "^1.0.1",
  311. "php": ">=5.5",
  312. "symfony/polyfill-intl-idn": "^1.10"
  313. },
  314. "require-dev": {
  315. "dominicsayers/isemail": "^3.0.7",
  316. "phpunit/phpunit": "^4.8.36|^7.5.15",
  317. "satooshi/php-coveralls": "^1.0.1"
  318. },
  319. "suggest": {
  320. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  321. },
  322. "type": "library",
  323. "extra": {
  324. "branch-alias": {
  325. "dev-master": "2.1.x-dev"
  326. }
  327. },
  328. "autoload": {
  329. "psr-4": {
  330. "Egulias\\EmailValidator\\": "src"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Eduardo Gulias Davis"
  340. }
  341. ],
  342. "description": "A library for validating emails against several RFCs",
  343. "homepage": "https://github.com/egulias/EmailValidator",
  344. "keywords": [
  345. "email",
  346. "emailvalidation",
  347. "emailvalidator",
  348. "validation",
  349. "validator"
  350. ],
  351. "time": "2020-06-16T20:11:17+00:00"
  352. },
  353. {
  354. "name": "fideloper/proxy",
  355. "version": "4.4.0",
  356. "source": {
  357. "type": "git",
  358. "url": "https://github.com/fideloper/TrustedProxy.git",
  359. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8"
  360. },
  361. "dist": {
  362. "type": "zip",
  363. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  364. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  365. "shasum": ""
  366. },
  367. "require": {
  368. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
  369. "php": ">=5.4.0"
  370. },
  371. "require-dev": {
  372. "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
  373. "mockery/mockery": "^1.0",
  374. "phpunit/phpunit": "^6.0"
  375. },
  376. "type": "library",
  377. "extra": {
  378. "laravel": {
  379. "providers": [
  380. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  381. ]
  382. }
  383. },
  384. "autoload": {
  385. "psr-4": {
  386. "Fideloper\\Proxy\\": "src/"
  387. }
  388. },
  389. "notification-url": "https://packagist.org/downloads/",
  390. "license": [
  391. "MIT"
  392. ],
  393. "authors": [
  394. {
  395. "name": "Chris Fidao",
  396. "email": "fideloper@gmail.com"
  397. }
  398. ],
  399. "description": "Set trusted proxies for Laravel",
  400. "keywords": [
  401. "load balancing",
  402. "proxy",
  403. "trusted proxy"
  404. ],
  405. "time": "2020-06-23T01:36:47+00:00"
  406. },
  407. {
  408. "name": "guzzlehttp/guzzle",
  409. "version": "6.5.5",
  410. "source": {
  411. "type": "git",
  412. "url": "https://github.com/guzzle/guzzle.git",
  413. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  414. },
  415. "dist": {
  416. "type": "zip",
  417. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  418. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  419. "shasum": ""
  420. },
  421. "require": {
  422. "ext-json": "*",
  423. "guzzlehttp/promises": "^1.0",
  424. "guzzlehttp/psr7": "^1.6.1",
  425. "php": ">=5.5",
  426. "symfony/polyfill-intl-idn": "^1.17.0"
  427. },
  428. "require-dev": {
  429. "ext-curl": "*",
  430. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  431. "psr/log": "^1.1"
  432. },
  433. "suggest": {
  434. "psr/log": "Required for using the Log middleware"
  435. },
  436. "type": "library",
  437. "extra": {
  438. "branch-alias": {
  439. "dev-master": "6.5-dev"
  440. }
  441. },
  442. "autoload": {
  443. "psr-4": {
  444. "GuzzleHttp\\": "src/"
  445. },
  446. "files": [
  447. "src/functions_include.php"
  448. ]
  449. },
  450. "notification-url": "https://packagist.org/downloads/",
  451. "license": [
  452. "MIT"
  453. ],
  454. "authors": [
  455. {
  456. "name": "Michael Dowling",
  457. "email": "mtdowling@gmail.com",
  458. "homepage": "https://github.com/mtdowling"
  459. }
  460. ],
  461. "description": "Guzzle is a PHP HTTP client library",
  462. "homepage": "http://guzzlephp.org/",
  463. "keywords": [
  464. "client",
  465. "curl",
  466. "framework",
  467. "http",
  468. "http client",
  469. "rest",
  470. "web service"
  471. ],
  472. "time": "2020-06-16T21:01:06+00:00"
  473. },
  474. {
  475. "name": "guzzlehttp/promises",
  476. "version": "v1.3.1",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/guzzle/promises.git",
  480. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  485. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "php": ">=5.5.0"
  490. },
  491. "require-dev": {
  492. "phpunit/phpunit": "^4.0"
  493. },
  494. "type": "library",
  495. "extra": {
  496. "branch-alias": {
  497. "dev-master": "1.4-dev"
  498. }
  499. },
  500. "autoload": {
  501. "psr-4": {
  502. "GuzzleHttp\\Promise\\": "src/"
  503. },
  504. "files": [
  505. "src/functions_include.php"
  506. ]
  507. },
  508. "notification-url": "https://packagist.org/downloads/",
  509. "license": [
  510. "MIT"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Michael Dowling",
  515. "email": "mtdowling@gmail.com",
  516. "homepage": "https://github.com/mtdowling"
  517. }
  518. ],
  519. "description": "Guzzle promises library",
  520. "keywords": [
  521. "promise"
  522. ],
  523. "time": "2016-12-20T10:07:11+00:00"
  524. },
  525. {
  526. "name": "guzzlehttp/psr7",
  527. "version": "1.6.1",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/guzzle/psr7.git",
  531. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  536. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  537. "shasum": ""
  538. },
  539. "require": {
  540. "php": ">=5.4.0",
  541. "psr/http-message": "~1.0",
  542. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  543. },
  544. "provide": {
  545. "psr/http-message-implementation": "1.0"
  546. },
  547. "require-dev": {
  548. "ext-zlib": "*",
  549. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  550. },
  551. "suggest": {
  552. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  553. },
  554. "type": "library",
  555. "extra": {
  556. "branch-alias": {
  557. "dev-master": "1.6-dev"
  558. }
  559. },
  560. "autoload": {
  561. "psr-4": {
  562. "GuzzleHttp\\Psr7\\": "src/"
  563. },
  564. "files": [
  565. "src/functions_include.php"
  566. ]
  567. },
  568. "notification-url": "https://packagist.org/downloads/",
  569. "license": [
  570. "MIT"
  571. ],
  572. "authors": [
  573. {
  574. "name": "Michael Dowling",
  575. "email": "mtdowling@gmail.com",
  576. "homepage": "https://github.com/mtdowling"
  577. },
  578. {
  579. "name": "Tobias Schultze",
  580. "homepage": "https://github.com/Tobion"
  581. }
  582. ],
  583. "description": "PSR-7 message implementation that also provides common utility methods",
  584. "keywords": [
  585. "http",
  586. "message",
  587. "psr-7",
  588. "request",
  589. "response",
  590. "stream",
  591. "uri",
  592. "url"
  593. ],
  594. "time": "2019-07-01T23:21:34+00:00"
  595. },
  596. {
  597. "name": "laravel/framework",
  598. "version": "v6.18.22",
  599. "source": {
  600. "type": "git",
  601. "url": "https://github.com/laravel/framework.git",
  602. "reference": "95f33151375bb2e4747b871854c8becc23502901"
  603. },
  604. "dist": {
  605. "type": "zip",
  606. "url": "https://api.github.com/repos/laravel/framework/zipball/95f33151375bb2e4747b871854c8becc23502901",
  607. "reference": "95f33151375bb2e4747b871854c8becc23502901",
  608. "shasum": ""
  609. },
  610. "require": {
  611. "doctrine/inflector": "^1.4|^2.0",
  612. "dragonmantank/cron-expression": "^2.0",
  613. "egulias/email-validator": "^2.1.10",
  614. "ext-json": "*",
  615. "ext-mbstring": "*",
  616. "ext-openssl": "*",
  617. "league/commonmark": "^1.3",
  618. "league/flysystem": "^1.0.34",
  619. "monolog/monolog": "^1.12|^2.0",
  620. "nesbot/carbon": "^2.0",
  621. "opis/closure": "^3.1",
  622. "php": "^7.2",
  623. "psr/container": "^1.0",
  624. "psr/simple-cache": "^1.0",
  625. "ramsey/uuid": "^3.7",
  626. "swiftmailer/swiftmailer": "^6.0",
  627. "symfony/console": "^4.3.4",
  628. "symfony/debug": "^4.3.4",
  629. "symfony/finder": "^4.3.4",
  630. "symfony/http-foundation": "^4.3.4",
  631. "symfony/http-kernel": "^4.3.4",
  632. "symfony/polyfill-php73": "^1.17",
  633. "symfony/process": "^4.3.4",
  634. "symfony/routing": "^4.3.4",
  635. "symfony/var-dumper": "^4.3.4",
  636. "tijsverkoyen/css-to-inline-styles": "^2.2.1",
  637. "vlucas/phpdotenv": "^3.3"
  638. },
  639. "conflict": {
  640. "tightenco/collect": "<5.5.33"
  641. },
  642. "replace": {
  643. "illuminate/auth": "self.version",
  644. "illuminate/broadcasting": "self.version",
  645. "illuminate/bus": "self.version",
  646. "illuminate/cache": "self.version",
  647. "illuminate/config": "self.version",
  648. "illuminate/console": "self.version",
  649. "illuminate/container": "self.version",
  650. "illuminate/contracts": "self.version",
  651. "illuminate/cookie": "self.version",
  652. "illuminate/database": "self.version",
  653. "illuminate/encryption": "self.version",
  654. "illuminate/events": "self.version",
  655. "illuminate/filesystem": "self.version",
  656. "illuminate/hashing": "self.version",
  657. "illuminate/http": "self.version",
  658. "illuminate/log": "self.version",
  659. "illuminate/mail": "self.version",
  660. "illuminate/notifications": "self.version",
  661. "illuminate/pagination": "self.version",
  662. "illuminate/pipeline": "self.version",
  663. "illuminate/queue": "self.version",
  664. "illuminate/redis": "self.version",
  665. "illuminate/routing": "self.version",
  666. "illuminate/session": "self.version",
  667. "illuminate/support": "self.version",
  668. "illuminate/translation": "self.version",
  669. "illuminate/validation": "self.version",
  670. "illuminate/view": "self.version"
  671. },
  672. "require-dev": {
  673. "aws/aws-sdk-php": "^3.0",
  674. "doctrine/dbal": "^2.6",
  675. "filp/whoops": "^2.4",
  676. "guzzlehttp/guzzle": "^6.3|^7.0",
  677. "league/flysystem-cached-adapter": "^1.0",
  678. "mockery/mockery": "^1.3.1",
  679. "moontoast/math": "^1.1",
  680. "orchestra/testbench-core": "^4.0",
  681. "pda/pheanstalk": "^4.0",
  682. "phpunit/phpunit": "^7.5.15|^8.4|^9.0",
  683. "predis/predis": "^1.1.1",
  684. "symfony/cache": "^4.3.4"
  685. },
  686. "suggest": {
  687. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
  688. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  689. "ext-ftp": "Required to use the Flysystem FTP driver.",
  690. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  691. "ext-memcached": "Required to use the memcache cache driver.",
  692. "ext-pcntl": "Required to use all features of the queue worker.",
  693. "ext-posix": "Required to use all features of the queue worker.",
  694. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  695. "filp/whoops": "Required for friendly error pages in development (^2.4).",
  696. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
  697. "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0|^7.0).",
  698. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  699. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  700. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  701. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  702. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  703. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  704. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  705. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  706. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
  707. "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
  708. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
  709. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  710. },
  711. "type": "library",
  712. "extra": {
  713. "branch-alias": {
  714. "dev-master": "6.x-dev"
  715. }
  716. },
  717. "autoload": {
  718. "files": [
  719. "src/Illuminate/Foundation/helpers.php",
  720. "src/Illuminate/Support/helpers.php"
  721. ],
  722. "psr-4": {
  723. "Illuminate\\": "src/Illuminate/"
  724. }
  725. },
  726. "notification-url": "https://packagist.org/downloads/",
  727. "license": [
  728. "MIT"
  729. ],
  730. "authors": [
  731. {
  732. "name": "Taylor Otwell",
  733. "email": "taylor@laravel.com"
  734. }
  735. ],
  736. "description": "The Laravel Framework.",
  737. "homepage": "https://laravel.com",
  738. "keywords": [
  739. "framework",
  740. "laravel"
  741. ],
  742. "time": "2020-06-24T13:08:51+00:00"
  743. },
  744. {
  745. "name": "laravel/tinker",
  746. "version": "v2.4.0",
  747. "source": {
  748. "type": "git",
  749. "url": "https://github.com/laravel/tinker.git",
  750. "reference": "cde90a7335a2130a4488beb68f4b2141869241db"
  751. },
  752. "dist": {
  753. "type": "zip",
  754. "url": "https://api.github.com/repos/laravel/tinker/zipball/cde90a7335a2130a4488beb68f4b2141869241db",
  755. "reference": "cde90a7335a2130a4488beb68f4b2141869241db",
  756. "shasum": ""
  757. },
  758. "require": {
  759. "illuminate/console": "^6.0|^7.0|^8.0",
  760. "illuminate/contracts": "^6.0|^7.0|^8.0",
  761. "illuminate/support": "^6.0|^7.0|^8.0",
  762. "php": "^7.2",
  763. "psy/psysh": "^0.10.3",
  764. "symfony/var-dumper": "^4.3|^5.0"
  765. },
  766. "require-dev": {
  767. "mockery/mockery": "^1.3.1",
  768. "phpunit/phpunit": "^8.4|^9.0"
  769. },
  770. "suggest": {
  771. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
  772. },
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-master": "2.x-dev"
  777. },
  778. "laravel": {
  779. "providers": [
  780. "Laravel\\Tinker\\TinkerServiceProvider"
  781. ]
  782. }
  783. },
  784. "autoload": {
  785. "psr-4": {
  786. "Laravel\\Tinker\\": "src/"
  787. }
  788. },
  789. "notification-url": "https://packagist.org/downloads/",
  790. "license": [
  791. "MIT"
  792. ],
  793. "authors": [
  794. {
  795. "name": "Taylor Otwell",
  796. "email": "taylor@laravel.com"
  797. }
  798. ],
  799. "description": "Powerful REPL for the Laravel framework.",
  800. "keywords": [
  801. "REPL",
  802. "Tinker",
  803. "laravel",
  804. "psysh"
  805. ],
  806. "time": "2020-04-07T15:01:31+00:00"
  807. },
  808. {
  809. "name": "league/commonmark",
  810. "version": "1.5.0",
  811. "source": {
  812. "type": "git",
  813. "url": "https://github.com/thephpleague/commonmark.git",
  814. "reference": "fc33ca12575e98e57cdce7d5f38b2ca5335714b3"
  815. },
  816. "dist": {
  817. "type": "zip",
  818. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/fc33ca12575e98e57cdce7d5f38b2ca5335714b3",
  819. "reference": "fc33ca12575e98e57cdce7d5f38b2ca5335714b3",
  820. "shasum": ""
  821. },
  822. "require": {
  823. "ext-mbstring": "*",
  824. "php": "^7.1 || ^8.0"
  825. },
  826. "conflict": {
  827. "scrutinizer/ocular": "1.7.*"
  828. },
  829. "require-dev": {
  830. "cebe/markdown": "~1.0",
  831. "commonmark/commonmark.js": "0.29.1",
  832. "erusev/parsedown": "~1.0",
  833. "ext-json": "*",
  834. "github/gfm": "0.29.0",
  835. "michelf/php-markdown": "~1.4",
  836. "mikehaertl/php-shellcommand": "^1.4",
  837. "phpstan/phpstan": "^0.12",
  838. "phpunit/phpunit": "^7.5",
  839. "scrutinizer/ocular": "^1.5",
  840. "symfony/finder": "^4.2"
  841. },
  842. "bin": [
  843. "bin/commonmark"
  844. ],
  845. "type": "library",
  846. "autoload": {
  847. "psr-4": {
  848. "League\\CommonMark\\": "src"
  849. }
  850. },
  851. "notification-url": "https://packagist.org/downloads/",
  852. "license": [
  853. "BSD-3-Clause"
  854. ],
  855. "authors": [
  856. {
  857. "name": "Colin O'Dell",
  858. "email": "colinodell@gmail.com",
  859. "homepage": "https://www.colinodell.com",
  860. "role": "Lead Developer"
  861. }
  862. ],
  863. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
  864. "homepage": "https://commonmark.thephpleague.com",
  865. "keywords": [
  866. "commonmark",
  867. "flavored",
  868. "gfm",
  869. "github",
  870. "github-flavored",
  871. "markdown",
  872. "md",
  873. "parser"
  874. ],
  875. "time": "2020-06-21T20:50:13+00:00"
  876. },
  877. {
  878. "name": "league/flysystem",
  879. "version": "1.0.69",
  880. "source": {
  881. "type": "git",
  882. "url": "https://github.com/thephpleague/flysystem.git",
  883. "reference": "7106f78428a344bc4f643c233a94e48795f10967"
  884. },
  885. "dist": {
  886. "type": "zip",
  887. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
  888. "reference": "7106f78428a344bc4f643c233a94e48795f10967",
  889. "shasum": ""
  890. },
  891. "require": {
  892. "ext-fileinfo": "*",
  893. "php": ">=5.5.9"
  894. },
  895. "conflict": {
  896. "league/flysystem-sftp": "<1.0.6"
  897. },
  898. "require-dev": {
  899. "phpspec/phpspec": "^3.4",
  900. "phpunit/phpunit": "^5.7.26"
  901. },
  902. "suggest": {
  903. "ext-fileinfo": "Required for MimeType",
  904. "ext-ftp": "Allows you to use FTP server storage",
  905. "ext-openssl": "Allows you to use FTPS server storage",
  906. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  907. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  908. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  909. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  910. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  911. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  912. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  913. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  914. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  915. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  916. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  917. },
  918. "type": "library",
  919. "extra": {
  920. "branch-alias": {
  921. "dev-master": "1.1-dev"
  922. }
  923. },
  924. "autoload": {
  925. "psr-4": {
  926. "League\\Flysystem\\": "src/"
  927. }
  928. },
  929. "notification-url": "https://packagist.org/downloads/",
  930. "license": [
  931. "MIT"
  932. ],
  933. "authors": [
  934. {
  935. "name": "Frank de Jonge",
  936. "email": "info@frenky.net"
  937. }
  938. ],
  939. "description": "Filesystem abstraction: Many filesystems, one API.",
  940. "keywords": [
  941. "Cloud Files",
  942. "WebDAV",
  943. "abstraction",
  944. "aws",
  945. "cloud",
  946. "copy.com",
  947. "dropbox",
  948. "file systems",
  949. "files",
  950. "filesystem",
  951. "filesystems",
  952. "ftp",
  953. "rackspace",
  954. "remote",
  955. "s3",
  956. "sftp",
  957. "storage"
  958. ],
  959. "time": "2020-05-18T15:13:39+00:00"
  960. },
  961. {
  962. "name": "monolog/monolog",
  963. "version": "2.1.0",
  964. "source": {
  965. "type": "git",
  966. "url": "https://github.com/Seldaek/monolog.git",
  967. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
  968. },
  969. "dist": {
  970. "type": "zip",
  971. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
  972. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
  973. "shasum": ""
  974. },
  975. "require": {
  976. "php": ">=7.2",
  977. "psr/log": "^1.0.1"
  978. },
  979. "provide": {
  980. "psr/log-implementation": "1.0.0"
  981. },
  982. "require-dev": {
  983. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  984. "doctrine/couchdb": "~1.0@dev",
  985. "elasticsearch/elasticsearch": "^6.0",
  986. "graylog2/gelf-php": "^1.4.2",
  987. "php-amqplib/php-amqplib": "~2.4",
  988. "php-console/php-console": "^3.1.3",
  989. "php-parallel-lint/php-parallel-lint": "^1.0",
  990. "phpspec/prophecy": "^1.6.1",
  991. "phpunit/phpunit": "^8.5",
  992. "predis/predis": "^1.1",
  993. "rollbar/rollbar": "^1.3",
  994. "ruflin/elastica": ">=0.90 <3.0",
  995. "swiftmailer/swiftmailer": "^5.3|^6.0"
  996. },
  997. "suggest": {
  998. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  999. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1000. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1001. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1002. "ext-mbstring": "Allow to work properly with unicode symbols",
  1003. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1004. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1005. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1006. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1007. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1008. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1009. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1010. },
  1011. "type": "library",
  1012. "extra": {
  1013. "branch-alias": {
  1014. "dev-master": "2.x-dev"
  1015. }
  1016. },
  1017. "autoload": {
  1018. "psr-4": {
  1019. "Monolog\\": "src/Monolog"
  1020. }
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "MIT"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Jordi Boggiano",
  1029. "email": "j.boggiano@seld.be",
  1030. "homepage": "http://seld.be"
  1031. }
  1032. ],
  1033. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1034. "homepage": "http://github.com/Seldaek/monolog",
  1035. "keywords": [
  1036. "log",
  1037. "logging",
  1038. "psr-3"
  1039. ],
  1040. "time": "2020-05-22T08:12:19+00:00"
  1041. },
  1042. {
  1043. "name": "nesbot/carbon",
  1044. "version": "2.35.0",
  1045. "source": {
  1046. "type": "git",
  1047. "url": "https://github.com/briannesbitt/Carbon.git",
  1048. "reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
  1049. },
  1050. "dist": {
  1051. "type": "zip",
  1052. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
  1053. "reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
  1054. "shasum": ""
  1055. },
  1056. "require": {
  1057. "ext-json": "*",
  1058. "php": "^7.1.8 || ^8.0",
  1059. "symfony/polyfill-mbstring": "^1.0",
  1060. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1061. },
  1062. "require-dev": {
  1063. "doctrine/orm": "^2.7",
  1064. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1065. "kylekatarnls/multi-tester": "^1.1",
  1066. "phpmd/phpmd": "^2.8",
  1067. "phpstan/phpstan": "^0.11",
  1068. "phpunit/phpunit": "^7.5 || ^8.0",
  1069. "squizlabs/php_codesniffer": "^3.4"
  1070. },
  1071. "bin": [
  1072. "bin/carbon"
  1073. ],
  1074. "type": "library",
  1075. "extra": {
  1076. "branch-alias": {
  1077. "dev-master": "2.x-dev",
  1078. "dev-3.x": "3.x-dev"
  1079. },
  1080. "laravel": {
  1081. "providers": [
  1082. "Carbon\\Laravel\\ServiceProvider"
  1083. ]
  1084. }
  1085. },
  1086. "autoload": {
  1087. "psr-4": {
  1088. "Carbon\\": "src/Carbon/"
  1089. }
  1090. },
  1091. "notification-url": "https://packagist.org/downloads/",
  1092. "license": [
  1093. "MIT"
  1094. ],
  1095. "authors": [
  1096. {
  1097. "name": "Brian Nesbitt",
  1098. "email": "brian@nesbot.com",
  1099. "homepage": "http://nesbot.com"
  1100. },
  1101. {
  1102. "name": "kylekatarnls",
  1103. "homepage": "http://github.com/kylekatarnls"
  1104. }
  1105. ],
  1106. "description": "An API extension for DateTime that supports 281 different languages.",
  1107. "homepage": "http://carbon.nesbot.com",
  1108. "keywords": [
  1109. "date",
  1110. "datetime",
  1111. "time"
  1112. ],
  1113. "time": "2020-05-24T18:27:52+00:00"
  1114. },
  1115. {
  1116. "name": "nikic/php-parser",
  1117. "version": "v4.5.0",
  1118. "source": {
  1119. "type": "git",
  1120. "url": "https://github.com/nikic/PHP-Parser.git",
  1121. "reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463"
  1122. },
  1123. "dist": {
  1124. "type": "zip",
  1125. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/53c2753d756f5adb586dca79c2ec0e2654dd9463",
  1126. "reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463",
  1127. "shasum": ""
  1128. },
  1129. "require": {
  1130. "ext-tokenizer": "*",
  1131. "php": ">=7.0"
  1132. },
  1133. "require-dev": {
  1134. "ircmaxell/php-yacc": "0.0.5",
  1135. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  1136. },
  1137. "bin": [
  1138. "bin/php-parse"
  1139. ],
  1140. "type": "library",
  1141. "extra": {
  1142. "branch-alias": {
  1143. "dev-master": "4.3-dev"
  1144. }
  1145. },
  1146. "autoload": {
  1147. "psr-4": {
  1148. "PhpParser\\": "lib/PhpParser"
  1149. }
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "BSD-3-Clause"
  1154. ],
  1155. "authors": [
  1156. {
  1157. "name": "Nikita Popov"
  1158. }
  1159. ],
  1160. "description": "A PHP parser written in PHP",
  1161. "keywords": [
  1162. "parser",
  1163. "php"
  1164. ],
  1165. "time": "2020-06-03T07:24:19+00:00"
  1166. },
  1167. {
  1168. "name": "opis/closure",
  1169. "version": "3.5.5",
  1170. "source": {
  1171. "type": "git",
  1172. "url": "https://github.com/opis/closure.git",
  1173. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c"
  1174. },
  1175. "dist": {
  1176. "type": "zip",
  1177. "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1178. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1179. "shasum": ""
  1180. },
  1181. "require": {
  1182. "php": "^5.4 || ^7.0"
  1183. },
  1184. "require-dev": {
  1185. "jeremeamia/superclosure": "^2.0",
  1186. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1187. },
  1188. "type": "library",
  1189. "extra": {
  1190. "branch-alias": {
  1191. "dev-master": "3.5.x-dev"
  1192. }
  1193. },
  1194. "autoload": {
  1195. "psr-4": {
  1196. "Opis\\Closure\\": "src/"
  1197. },
  1198. "files": [
  1199. "functions.php"
  1200. ]
  1201. },
  1202. "notification-url": "https://packagist.org/downloads/",
  1203. "license": [
  1204. "MIT"
  1205. ],
  1206. "authors": [
  1207. {
  1208. "name": "Marius Sarca",
  1209. "email": "marius.sarca@gmail.com"
  1210. },
  1211. {
  1212. "name": "Sorin Sarca",
  1213. "email": "sarca_sorin@hotmail.com"
  1214. }
  1215. ],
  1216. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1217. "homepage": "https://opis.io/closure",
  1218. "keywords": [
  1219. "anonymous functions",
  1220. "closure",
  1221. "function",
  1222. "serializable",
  1223. "serialization",
  1224. "serialize"
  1225. ],
  1226. "time": "2020-06-17T14:59:55+00:00"
  1227. },
  1228. {
  1229. "name": "paragonie/random_compat",
  1230. "version": "v9.99.99",
  1231. "source": {
  1232. "type": "git",
  1233. "url": "https://github.com/paragonie/random_compat.git",
  1234. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1235. },
  1236. "dist": {
  1237. "type": "zip",
  1238. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1239. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1240. "shasum": ""
  1241. },
  1242. "require": {
  1243. "php": "^7"
  1244. },
  1245. "require-dev": {
  1246. "phpunit/phpunit": "4.*|5.*",
  1247. "vimeo/psalm": "^1"
  1248. },
  1249. "suggest": {
  1250. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1251. },
  1252. "type": "library",
  1253. "notification-url": "https://packagist.org/downloads/",
  1254. "license": [
  1255. "MIT"
  1256. ],
  1257. "authors": [
  1258. {
  1259. "name": "Paragon Initiative Enterprises",
  1260. "email": "security@paragonie.com",
  1261. "homepage": "https://paragonie.com"
  1262. }
  1263. ],
  1264. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1265. "keywords": [
  1266. "csprng",
  1267. "polyfill",
  1268. "pseudorandom",
  1269. "random"
  1270. ],
  1271. "time": "2018-07-02T15:55:56+00:00"
  1272. },
  1273. {
  1274. "name": "phpoption/phpoption",
  1275. "version": "1.7.4",
  1276. "source": {
  1277. "type": "git",
  1278. "url": "https://github.com/schmittjoh/php-option.git",
  1279. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
  1280. },
  1281. "dist": {
  1282. "type": "zip",
  1283. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  1284. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  1285. "shasum": ""
  1286. },
  1287. "require": {
  1288. "php": "^5.5.9 || ^7.0 || ^8.0"
  1289. },
  1290. "require-dev": {
  1291. "bamarni/composer-bin-plugin": "^1.3",
  1292. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  1293. },
  1294. "type": "library",
  1295. "extra": {
  1296. "branch-alias": {
  1297. "dev-master": "1.7-dev"
  1298. }
  1299. },
  1300. "autoload": {
  1301. "psr-4": {
  1302. "PhpOption\\": "src/PhpOption/"
  1303. }
  1304. },
  1305. "notification-url": "https://packagist.org/downloads/",
  1306. "license": [
  1307. "Apache-2.0"
  1308. ],
  1309. "authors": [
  1310. {
  1311. "name": "Johannes M. Schmitt",
  1312. "email": "schmittjoh@gmail.com"
  1313. },
  1314. {
  1315. "name": "Graham Campbell",
  1316. "email": "graham@alt-three.com"
  1317. }
  1318. ],
  1319. "description": "Option Type for PHP",
  1320. "keywords": [
  1321. "language",
  1322. "option",
  1323. "php",
  1324. "type"
  1325. ],
  1326. "time": "2020-06-07T10:40:07+00:00"
  1327. },
  1328. {
  1329. "name": "predis/predis",
  1330. "version": "v1.1.7",
  1331. "source": {
  1332. "type": "git",
  1333. "url": "https://github.com/predis/predis.git",
  1334. "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8"
  1335. },
  1336. "dist": {
  1337. "type": "zip",
  1338. "url": "https://api.github.com/repos/predis/predis/zipball/b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
  1339. "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
  1340. "shasum": ""
  1341. },
  1342. "require": {
  1343. "php": ">=5.3.9"
  1344. },
  1345. "require-dev": {
  1346. "phpunit/phpunit": "~4.8"
  1347. },
  1348. "suggest": {
  1349. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  1350. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  1351. },
  1352. "type": "library",
  1353. "autoload": {
  1354. "psr-4": {
  1355. "Predis\\": "src/"
  1356. }
  1357. },
  1358. "notification-url": "https://packagist.org/downloads/",
  1359. "license": [
  1360. "MIT"
  1361. ],
  1362. "authors": [
  1363. {
  1364. "name": "Daniele Alessandri",
  1365. "email": "suppakilla@gmail.com",
  1366. "homepage": "http://clorophilla.net",
  1367. "role": "Creator & Maintainer"
  1368. },
  1369. {
  1370. "name": "Till Krüss",
  1371. "homepage": "https://till.im",
  1372. "role": "Maintainer"
  1373. }
  1374. ],
  1375. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  1376. "homepage": "http://github.com/predis/predis",
  1377. "keywords": [
  1378. "nosql",
  1379. "predis",
  1380. "redis"
  1381. ],
  1382. "support": {
  1383. "issues": "https://github.com/predis/predis/issues",
  1384. "source": "https://github.com/predis/predis/tree/v1.1.7"
  1385. },
  1386. "funding": [
  1387. {
  1388. "url": "https://github.com/sponsors/tillkruss",
  1389. "type": "github"
  1390. }
  1391. ],
  1392. "time": "2021-04-04T19:34:46+00:00"
  1393. },
  1394. {
  1395. "name": "psr/container",
  1396. "version": "1.0.0",
  1397. "source": {
  1398. "type": "git",
  1399. "url": "https://github.com/php-fig/container.git",
  1400. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1401. },
  1402. "dist": {
  1403. "type": "zip",
  1404. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1405. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1406. "shasum": ""
  1407. },
  1408. "require": {
  1409. "php": ">=5.3.0"
  1410. },
  1411. "type": "library",
  1412. "extra": {
  1413. "branch-alias": {
  1414. "dev-master": "1.0.x-dev"
  1415. }
  1416. },
  1417. "autoload": {
  1418. "psr-4": {
  1419. "Psr\\Container\\": "src/"
  1420. }
  1421. },
  1422. "notification-url": "https://packagist.org/downloads/",
  1423. "license": [
  1424. "MIT"
  1425. ],
  1426. "authors": [
  1427. {
  1428. "name": "PHP-FIG",
  1429. "homepage": "http://www.php-fig.org/"
  1430. }
  1431. ],
  1432. "description": "Common Container Interface (PHP FIG PSR-11)",
  1433. "homepage": "https://github.com/php-fig/container",
  1434. "keywords": [
  1435. "PSR-11",
  1436. "container",
  1437. "container-interface",
  1438. "container-interop",
  1439. "psr"
  1440. ],
  1441. "time": "2017-02-14T16:28:37+00:00"
  1442. },
  1443. {
  1444. "name": "psr/http-message",
  1445. "version": "1.0.1",
  1446. "source": {
  1447. "type": "git",
  1448. "url": "https://github.com/php-fig/http-message.git",
  1449. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1450. },
  1451. "dist": {
  1452. "type": "zip",
  1453. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1454. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1455. "shasum": ""
  1456. },
  1457. "require": {
  1458. "php": ">=5.3.0"
  1459. },
  1460. "type": "library",
  1461. "extra": {
  1462. "branch-alias": {
  1463. "dev-master": "1.0.x-dev"
  1464. }
  1465. },
  1466. "autoload": {
  1467. "psr-4": {
  1468. "Psr\\Http\\Message\\": "src/"
  1469. }
  1470. },
  1471. "notification-url": "https://packagist.org/downloads/",
  1472. "license": [
  1473. "MIT"
  1474. ],
  1475. "authors": [
  1476. {
  1477. "name": "PHP-FIG",
  1478. "homepage": "http://www.php-fig.org/"
  1479. }
  1480. ],
  1481. "description": "Common interface for HTTP messages",
  1482. "homepage": "https://github.com/php-fig/http-message",
  1483. "keywords": [
  1484. "http",
  1485. "http-message",
  1486. "psr",
  1487. "psr-7",
  1488. "request",
  1489. "response"
  1490. ],
  1491. "time": "2016-08-06T14:39:51+00:00"
  1492. },
  1493. {
  1494. "name": "psr/log",
  1495. "version": "1.1.3",
  1496. "source": {
  1497. "type": "git",
  1498. "url": "https://github.com/php-fig/log.git",
  1499. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1500. },
  1501. "dist": {
  1502. "type": "zip",
  1503. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1504. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1505. "shasum": ""
  1506. },
  1507. "require": {
  1508. "php": ">=5.3.0"
  1509. },
  1510. "type": "library",
  1511. "extra": {
  1512. "branch-alias": {
  1513. "dev-master": "1.1.x-dev"
  1514. }
  1515. },
  1516. "autoload": {
  1517. "psr-4": {
  1518. "Psr\\Log\\": "Psr/Log/"
  1519. }
  1520. },
  1521. "notification-url": "https://packagist.org/downloads/",
  1522. "license": [
  1523. "MIT"
  1524. ],
  1525. "authors": [
  1526. {
  1527. "name": "PHP-FIG",
  1528. "homepage": "http://www.php-fig.org/"
  1529. }
  1530. ],
  1531. "description": "Common interface for logging libraries",
  1532. "homepage": "https://github.com/php-fig/log",
  1533. "keywords": [
  1534. "log",
  1535. "psr",
  1536. "psr-3"
  1537. ],
  1538. "time": "2020-03-23T09:12:05+00:00"
  1539. },
  1540. {
  1541. "name": "psr/simple-cache",
  1542. "version": "1.0.1",
  1543. "source": {
  1544. "type": "git",
  1545. "url": "https://github.com/php-fig/simple-cache.git",
  1546. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1547. },
  1548. "dist": {
  1549. "type": "zip",
  1550. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1551. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1552. "shasum": ""
  1553. },
  1554. "require": {
  1555. "php": ">=5.3.0"
  1556. },
  1557. "type": "library",
  1558. "extra": {
  1559. "branch-alias": {
  1560. "dev-master": "1.0.x-dev"
  1561. }
  1562. },
  1563. "autoload": {
  1564. "psr-4": {
  1565. "Psr\\SimpleCache\\": "src/"
  1566. }
  1567. },
  1568. "notification-url": "https://packagist.org/downloads/",
  1569. "license": [
  1570. "MIT"
  1571. ],
  1572. "authors": [
  1573. {
  1574. "name": "PHP-FIG",
  1575. "homepage": "http://www.php-fig.org/"
  1576. }
  1577. ],
  1578. "description": "Common interfaces for simple caching",
  1579. "keywords": [
  1580. "cache",
  1581. "caching",
  1582. "psr",
  1583. "psr-16",
  1584. "simple-cache"
  1585. ],
  1586. "time": "2017-10-23T01:57:42+00:00"
  1587. },
  1588. {
  1589. "name": "psy/psysh",
  1590. "version": "v0.10.4",
  1591. "source": {
  1592. "type": "git",
  1593. "url": "https://github.com/bobthecow/psysh.git",
  1594. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
  1595. },
  1596. "dist": {
  1597. "type": "zip",
  1598. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
  1599. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
  1600. "shasum": ""
  1601. },
  1602. "require": {
  1603. "dnoegel/php-xdg-base-dir": "0.1.*",
  1604. "ext-json": "*",
  1605. "ext-tokenizer": "*",
  1606. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  1607. "php": "^8.0 || ^7.0 || ^5.5.9",
  1608. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  1609. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  1610. },
  1611. "require-dev": {
  1612. "bamarni/composer-bin-plugin": "^1.2",
  1613. "hoa/console": "3.17.*"
  1614. },
  1615. "suggest": {
  1616. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1617. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1618. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1619. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1620. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1621. },
  1622. "bin": [
  1623. "bin/psysh"
  1624. ],
  1625. "type": "library",
  1626. "extra": {
  1627. "branch-alias": {
  1628. "dev-master": "0.10.x-dev"
  1629. }
  1630. },
  1631. "autoload": {
  1632. "files": [
  1633. "src/functions.php"
  1634. ],
  1635. "psr-4": {
  1636. "Psy\\": "src/"
  1637. }
  1638. },
  1639. "notification-url": "https://packagist.org/downloads/",
  1640. "license": [
  1641. "MIT"
  1642. ],
  1643. "authors": [
  1644. {
  1645. "name": "Justin Hileman",
  1646. "email": "justin@justinhileman.info",
  1647. "homepage": "http://justinhileman.com"
  1648. }
  1649. ],
  1650. "description": "An interactive shell for modern PHP.",
  1651. "homepage": "http://psysh.org",
  1652. "keywords": [
  1653. "REPL",
  1654. "console",
  1655. "interactive",
  1656. "shell"
  1657. ],
  1658. "time": "2020-05-03T19:32:03+00:00"
  1659. },
  1660. {
  1661. "name": "ralouphie/getallheaders",
  1662. "version": "3.0.3",
  1663. "source": {
  1664. "type": "git",
  1665. "url": "https://github.com/ralouphie/getallheaders.git",
  1666. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1667. },
  1668. "dist": {
  1669. "type": "zip",
  1670. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1671. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1672. "shasum": ""
  1673. },
  1674. "require": {
  1675. "php": ">=5.6"
  1676. },
  1677. "require-dev": {
  1678. "php-coveralls/php-coveralls": "^2.1",
  1679. "phpunit/phpunit": "^5 || ^6.5"
  1680. },
  1681. "type": "library",
  1682. "autoload": {
  1683. "files": [
  1684. "src/getallheaders.php"
  1685. ]
  1686. },
  1687. "notification-url": "https://packagist.org/downloads/",
  1688. "license": [
  1689. "MIT"
  1690. ],
  1691. "authors": [
  1692. {
  1693. "name": "Ralph Khattar",
  1694. "email": "ralph.khattar@gmail.com"
  1695. }
  1696. ],
  1697. "description": "A polyfill for getallheaders.",
  1698. "time": "2019-03-08T08:55:37+00:00"
  1699. },
  1700. {
  1701. "name": "ramsey/uuid",
  1702. "version": "3.9.3",
  1703. "source": {
  1704. "type": "git",
  1705. "url": "https://github.com/ramsey/uuid.git",
  1706. "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
  1707. },
  1708. "dist": {
  1709. "type": "zip",
  1710. "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
  1711. "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
  1712. "shasum": ""
  1713. },
  1714. "require": {
  1715. "ext-json": "*",
  1716. "paragonie/random_compat": "^1 | ^2 | 9.99.99",
  1717. "php": "^5.4 | ^7 | ^8",
  1718. "symfony/polyfill-ctype": "^1.8"
  1719. },
  1720. "replace": {
  1721. "rhumsaa/uuid": "self.version"
  1722. },
  1723. "require-dev": {
  1724. "codeception/aspect-mock": "^1 | ^2",
  1725. "doctrine/annotations": "^1.2",
  1726. "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
  1727. "jakub-onderka/php-parallel-lint": "^1",
  1728. "mockery/mockery": "^0.9.11 | ^1",
  1729. "moontoast/math": "^1.1",
  1730. "paragonie/random-lib": "^2",
  1731. "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
  1732. "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
  1733. "squizlabs/php_codesniffer": "^3.5"
  1734. },
  1735. "suggest": {
  1736. "ext-ctype": "Provides support for PHP Ctype functions",
  1737. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  1738. "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
  1739. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  1740. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  1741. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  1742. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  1743. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  1744. },
  1745. "type": "library",
  1746. "extra": {
  1747. "branch-alias": {
  1748. "dev-master": "3.x-dev"
  1749. }
  1750. },
  1751. "autoload": {
  1752. "psr-4": {
  1753. "Ramsey\\Uuid\\": "src/"
  1754. },
  1755. "files": [
  1756. "src/functions.php"
  1757. ]
  1758. },
  1759. "notification-url": "https://packagist.org/downloads/",
  1760. "license": [
  1761. "MIT"
  1762. ],
  1763. "authors": [
  1764. {
  1765. "name": "Ben Ramsey",
  1766. "email": "ben@benramsey.com",
  1767. "homepage": "https://benramsey.com"
  1768. },
  1769. {
  1770. "name": "Marijn Huizendveld",
  1771. "email": "marijn.huizendveld@gmail.com"
  1772. },
  1773. {
  1774. "name": "Thibaud Fabre",
  1775. "email": "thibaud@aztech.io"
  1776. }
  1777. ],
  1778. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1779. "homepage": "https://github.com/ramsey/uuid",
  1780. "keywords": [
  1781. "guid",
  1782. "identifier",
  1783. "uuid"
  1784. ],
  1785. "time": "2020-02-21T04:36:14+00:00"
  1786. },
  1787. {
  1788. "name": "spatie/laravel-webhook-server",
  1789. "version": "1.13.0",
  1790. "source": {
  1791. "type": "git",
  1792. "url": "https://github.com/spatie/laravel-webhook-server.git",
  1793. "reference": "9063cba621c27d4daec801654e4da568043bfe39"
  1794. },
  1795. "dist": {
  1796. "type": "zip",
  1797. "url": "https://api.github.com/repos/spatie/laravel-webhook-server/zipball/9063cba621c27d4daec801654e4da568043bfe39",
  1798. "reference": "9063cba621c27d4daec801654e4da568043bfe39",
  1799. "shasum": ""
  1800. },
  1801. "require": {
  1802. "ext-json": "*",
  1803. "guzzlehttp/guzzle": "^6.3|^7.0",
  1804. "illuminate/bus": "^6.0|^7.0|^8.0",
  1805. "illuminate/queue": "^6.0|^7.0|^8.0",
  1806. "illuminate/support": "^6.0|^7.0|^8.0",
  1807. "php": "^8.0|^7.4"
  1808. },
  1809. "require-dev": {
  1810. "mockery/mockery": "^1.4",
  1811. "orchestra/testbench": "^4.0|^5.0|^6.0",
  1812. "phpunit/phpunit": "^9.4",
  1813. "spatie/test-time": "^1.2"
  1814. },
  1815. "type": "library",
  1816. "extra": {
  1817. "laravel": {
  1818. "providers": [
  1819. "Spatie\\WebhookServer\\WebhookServerServiceProvider"
  1820. ]
  1821. }
  1822. },
  1823. "autoload": {
  1824. "psr-4": {
  1825. "Spatie\\WebhookServer\\": "src"
  1826. }
  1827. },
  1828. "notification-url": "https://packagist.org/downloads/",
  1829. "license": [
  1830. "MIT"
  1831. ],
  1832. "authors": [
  1833. {
  1834. "name": "Freek Van der Herten",
  1835. "email": "freek@spatie.be",
  1836. "homepage": "https://spatie.be",
  1837. "role": "Developer"
  1838. }
  1839. ],
  1840. "description": "Send webhooks in Laravel apps",
  1841. "homepage": "https://github.com/spatie/laravel-webhook-server",
  1842. "keywords": [
  1843. "laravel-webhook-server",
  1844. "server",
  1845. "spatie",
  1846. "webhook"
  1847. ],
  1848. "support": {
  1849. "issues": "https://github.com/spatie/laravel-webhook-server/issues",
  1850. "source": "https://github.com/spatie/laravel-webhook-server/tree/1.13.0"
  1851. },
  1852. "funding": [
  1853. {
  1854. "url": "https://spatie.be/open-source/support-us",
  1855. "type": "custom"
  1856. }
  1857. ],
  1858. "time": "2021-04-28T17:32:06+00:00"
  1859. },
  1860. {
  1861. "name": "spatie/pdf-to-text",
  1862. "version": "1.3.0",
  1863. "source": {
  1864. "type": "git",
  1865. "url": "https://github.com/spatie/pdf-to-text.git",
  1866. "reference": "9c11b44c6469f6e1d9b097e30f0f1d44aa65a8e8"
  1867. },
  1868. "dist": {
  1869. "type": "zip",
  1870. "url": "https://api.github.com/repos/spatie/pdf-to-text/zipball/9c11b44c6469f6e1d9b097e30f0f1d44aa65a8e8",
  1871. "reference": "9c11b44c6469f6e1d9b097e30f0f1d44aa65a8e8",
  1872. "shasum": ""
  1873. },
  1874. "require": {
  1875. "php": "^7.3",
  1876. "symfony/process": "^4.0|^5.0"
  1877. },
  1878. "require-dev": {
  1879. "phpunit/phpunit": "^8.0|^9.0"
  1880. },
  1881. "type": "library",
  1882. "autoload": {
  1883. "psr-4": {
  1884. "Spatie\\PdfToText\\": "src"
  1885. }
  1886. },
  1887. "notification-url": "https://packagist.org/downloads/",
  1888. "license": [
  1889. "MIT"
  1890. ],
  1891. "authors": [
  1892. {
  1893. "name": "Freek Van der Herten",
  1894. "email": "freek@spatie.be",
  1895. "homepage": "https://spatie.be",
  1896. "role": "Developer"
  1897. }
  1898. ],
  1899. "description": "Extract text from a pdf",
  1900. "homepage": "https://github.com/spatie/pdf-to-text",
  1901. "keywords": [
  1902. "pdf-to-text",
  1903. "spatie"
  1904. ],
  1905. "time": "2020-03-11T17:11:25+00:00"
  1906. },
  1907. {
  1908. "name": "swiftmailer/swiftmailer",
  1909. "version": "v6.2.3",
  1910. "source": {
  1911. "type": "git",
  1912. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1913. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  1914. },
  1915. "dist": {
  1916. "type": "zip",
  1917. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  1918. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  1919. "shasum": ""
  1920. },
  1921. "require": {
  1922. "egulias/email-validator": "~2.0",
  1923. "php": ">=7.0.0",
  1924. "symfony/polyfill-iconv": "^1.0",
  1925. "symfony/polyfill-intl-idn": "^1.10",
  1926. "symfony/polyfill-mbstring": "^1.0"
  1927. },
  1928. "require-dev": {
  1929. "mockery/mockery": "~0.9.1",
  1930. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  1931. },
  1932. "suggest": {
  1933. "ext-intl": "Needed to support internationalized email addresses",
  1934. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  1935. },
  1936. "type": "library",
  1937. "extra": {
  1938. "branch-alias": {
  1939. "dev-master": "6.2-dev"
  1940. }
  1941. },
  1942. "autoload": {
  1943. "files": [
  1944. "lib/swift_required.php"
  1945. ]
  1946. },
  1947. "notification-url": "https://packagist.org/downloads/",
  1948. "license": [
  1949. "MIT"
  1950. ],
  1951. "authors": [
  1952. {
  1953. "name": "Chris Corbyn"
  1954. },
  1955. {
  1956. "name": "Fabien Potencier",
  1957. "email": "fabien@symfony.com"
  1958. }
  1959. ],
  1960. "description": "Swiftmailer, free feature-rich PHP mailer",
  1961. "homepage": "https://swiftmailer.symfony.com",
  1962. "keywords": [
  1963. "email",
  1964. "mail",
  1965. "mailer"
  1966. ],
  1967. "time": "2019-11-12T09:31:26+00:00"
  1968. },
  1969. {
  1970. "name": "symfony/console",
  1971. "version": "v4.4.10",
  1972. "source": {
  1973. "type": "git",
  1974. "url": "https://github.com/symfony/console.git",
  1975. "reference": "326b064d804043005526f5a0494cfb49edb59bb0"
  1976. },
  1977. "dist": {
  1978. "type": "zip",
  1979. "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0",
  1980. "reference": "326b064d804043005526f5a0494cfb49edb59bb0",
  1981. "shasum": ""
  1982. },
  1983. "require": {
  1984. "php": ">=7.1.3",
  1985. "symfony/polyfill-mbstring": "~1.0",
  1986. "symfony/polyfill-php73": "^1.8",
  1987. "symfony/polyfill-php80": "^1.15",
  1988. "symfony/service-contracts": "^1.1|^2"
  1989. },
  1990. "conflict": {
  1991. "symfony/dependency-injection": "<3.4",
  1992. "symfony/event-dispatcher": "<4.3|>=5",
  1993. "symfony/lock": "<4.4",
  1994. "symfony/process": "<3.3"
  1995. },
  1996. "provide": {
  1997. "psr/log-implementation": "1.0"
  1998. },
  1999. "require-dev": {
  2000. "psr/log": "~1.0",
  2001. "symfony/config": "^3.4|^4.0|^5.0",
  2002. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  2003. "symfony/event-dispatcher": "^4.3",
  2004. "symfony/lock": "^4.4|^5.0",
  2005. "symfony/process": "^3.4|^4.0|^5.0",
  2006. "symfony/var-dumper": "^4.3|^5.0"
  2007. },
  2008. "suggest": {
  2009. "psr/log": "For using the console logger",
  2010. "symfony/event-dispatcher": "",
  2011. "symfony/lock": "",
  2012. "symfony/process": ""
  2013. },
  2014. "type": "library",
  2015. "extra": {
  2016. "branch-alias": {
  2017. "dev-master": "4.4-dev"
  2018. }
  2019. },
  2020. "autoload": {
  2021. "psr-4": {
  2022. "Symfony\\Component\\Console\\": ""
  2023. },
  2024. "exclude-from-classmap": [
  2025. "/Tests/"
  2026. ]
  2027. },
  2028. "notification-url": "https://packagist.org/downloads/",
  2029. "license": [
  2030. "MIT"
  2031. ],
  2032. "authors": [
  2033. {
  2034. "name": "Fabien Potencier",
  2035. "email": "fabien@symfony.com"
  2036. },
  2037. {
  2038. "name": "Symfony Community",
  2039. "homepage": "https://symfony.com/contributors"
  2040. }
  2041. ],
  2042. "description": "Symfony Console Component",
  2043. "homepage": "https://symfony.com",
  2044. "time": "2020-05-30T20:06:45+00:00"
  2045. },
  2046. {
  2047. "name": "symfony/css-selector",
  2048. "version": "v5.1.2",
  2049. "source": {
  2050. "type": "git",
  2051. "url": "https://github.com/symfony/css-selector.git",
  2052. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
  2053. },
  2054. "dist": {
  2055. "type": "zip",
  2056. "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2057. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2058. "shasum": ""
  2059. },
  2060. "require": {
  2061. "php": ">=7.2.5"
  2062. },
  2063. "type": "library",
  2064. "extra": {
  2065. "branch-alias": {
  2066. "dev-master": "5.1-dev"
  2067. }
  2068. },
  2069. "autoload": {
  2070. "psr-4": {
  2071. "Symfony\\Component\\CssSelector\\": ""
  2072. },
  2073. "exclude-from-classmap": [
  2074. "/Tests/"
  2075. ]
  2076. },
  2077. "notification-url": "https://packagist.org/downloads/",
  2078. "license": [
  2079. "MIT"
  2080. ],
  2081. "authors": [
  2082. {
  2083. "name": "Fabien Potencier",
  2084. "email": "fabien@symfony.com"
  2085. },
  2086. {
  2087. "name": "Jean-François Simon",
  2088. "email": "jeanfrancois.simon@sensiolabs.com"
  2089. },
  2090. {
  2091. "name": "Symfony Community",
  2092. "homepage": "https://symfony.com/contributors"
  2093. }
  2094. ],
  2095. "description": "Symfony CssSelector Component",
  2096. "homepage": "https://symfony.com",
  2097. "time": "2020-05-20T17:43:50+00:00"
  2098. },
  2099. {
  2100. "name": "symfony/debug",
  2101. "version": "v4.4.10",
  2102. "source": {
  2103. "type": "git",
  2104. "url": "https://github.com/symfony/debug.git",
  2105. "reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6"
  2106. },
  2107. "dist": {
  2108. "type": "zip",
  2109. "url": "https://api.github.com/repos/symfony/debug/zipball/28f92d08bb6d1fddf8158e02c194ad43870007e6",
  2110. "reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6",
  2111. "shasum": ""
  2112. },
  2113. "require": {
  2114. "php": ">=7.1.3",
  2115. "psr/log": "~1.0",
  2116. "symfony/polyfill-php80": "^1.15"
  2117. },
  2118. "conflict": {
  2119. "symfony/http-kernel": "<3.4"
  2120. },
  2121. "require-dev": {
  2122. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  2123. },
  2124. "type": "library",
  2125. "extra": {
  2126. "branch-alias": {
  2127. "dev-master": "4.4-dev"
  2128. }
  2129. },
  2130. "autoload": {
  2131. "psr-4": {
  2132. "Symfony\\Component\\Debug\\": ""
  2133. },
  2134. "exclude-from-classmap": [
  2135. "/Tests/"
  2136. ]
  2137. },
  2138. "notification-url": "https://packagist.org/downloads/",
  2139. "license": [
  2140. "MIT"
  2141. ],
  2142. "authors": [
  2143. {
  2144. "name": "Fabien Potencier",
  2145. "email": "fabien@symfony.com"
  2146. },
  2147. {
  2148. "name": "Symfony Community",
  2149. "homepage": "https://symfony.com/contributors"
  2150. }
  2151. ],
  2152. "description": "Symfony Debug Component",
  2153. "homepage": "https://symfony.com",
  2154. "time": "2020-05-24T08:33:35+00:00"
  2155. },
  2156. {
  2157. "name": "symfony/error-handler",
  2158. "version": "v4.4.10",
  2159. "source": {
  2160. "type": "git",
  2161. "url": "https://github.com/symfony/error-handler.git",
  2162. "reference": "0df9a23c0f9eddbb6682479fee6fd58b88add75b"
  2163. },
  2164. "dist": {
  2165. "type": "zip",
  2166. "url": "https://api.github.com/repos/symfony/error-handler/zipball/0df9a23c0f9eddbb6682479fee6fd58b88add75b",
  2167. "reference": "0df9a23c0f9eddbb6682479fee6fd58b88add75b",
  2168. "shasum": ""
  2169. },
  2170. "require": {
  2171. "php": ">=7.1.3",
  2172. "psr/log": "~1.0",
  2173. "symfony/debug": "^4.4.5",
  2174. "symfony/polyfill-php80": "^1.15",
  2175. "symfony/var-dumper": "^4.4|^5.0"
  2176. },
  2177. "require-dev": {
  2178. "symfony/http-kernel": "^4.4|^5.0",
  2179. "symfony/serializer": "^4.4|^5.0"
  2180. },
  2181. "type": "library",
  2182. "extra": {
  2183. "branch-alias": {
  2184. "dev-master": "4.4-dev"
  2185. }
  2186. },
  2187. "autoload": {
  2188. "psr-4": {
  2189. "Symfony\\Component\\ErrorHandler\\": ""
  2190. },
  2191. "exclude-from-classmap": [
  2192. "/Tests/"
  2193. ]
  2194. },
  2195. "notification-url": "https://packagist.org/downloads/",
  2196. "license": [
  2197. "MIT"
  2198. ],
  2199. "authors": [
  2200. {
  2201. "name": "Fabien Potencier",
  2202. "email": "fabien@symfony.com"
  2203. },
  2204. {
  2205. "name": "Symfony Community",
  2206. "homepage": "https://symfony.com/contributors"
  2207. }
  2208. ],
  2209. "description": "Symfony ErrorHandler Component",
  2210. "homepage": "https://symfony.com",
  2211. "time": "2020-05-28T10:39:14+00:00"
  2212. },
  2213. {
  2214. "name": "symfony/event-dispatcher",
  2215. "version": "v4.4.10",
  2216. "source": {
  2217. "type": "git",
  2218. "url": "https://github.com/symfony/event-dispatcher.git",
  2219. "reference": "a5370aaa7807c7a439b21386661ffccf3dff2866"
  2220. },
  2221. "dist": {
  2222. "type": "zip",
  2223. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5370aaa7807c7a439b21386661ffccf3dff2866",
  2224. "reference": "a5370aaa7807c7a439b21386661ffccf3dff2866",
  2225. "shasum": ""
  2226. },
  2227. "require": {
  2228. "php": ">=7.1.3",
  2229. "symfony/event-dispatcher-contracts": "^1.1"
  2230. },
  2231. "conflict": {
  2232. "symfony/dependency-injection": "<3.4"
  2233. },
  2234. "provide": {
  2235. "psr/event-dispatcher-implementation": "1.0",
  2236. "symfony/event-dispatcher-implementation": "1.1"
  2237. },
  2238. "require-dev": {
  2239. "psr/log": "~1.0",
  2240. "symfony/config": "^3.4|^4.0|^5.0",
  2241. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  2242. "symfony/expression-language": "^3.4|^4.0|^5.0",
  2243. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  2244. "symfony/service-contracts": "^1.1|^2",
  2245. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  2246. },
  2247. "suggest": {
  2248. "symfony/dependency-injection": "",
  2249. "symfony/http-kernel": ""
  2250. },
  2251. "type": "library",
  2252. "extra": {
  2253. "branch-alias": {
  2254. "dev-master": "4.4-dev"
  2255. }
  2256. },
  2257. "autoload": {
  2258. "psr-4": {
  2259. "Symfony\\Component\\EventDispatcher\\": ""
  2260. },
  2261. "exclude-from-classmap": [
  2262. "/Tests/"
  2263. ]
  2264. },
  2265. "notification-url": "https://packagist.org/downloads/",
  2266. "license": [
  2267. "MIT"
  2268. ],
  2269. "authors": [
  2270. {
  2271. "name": "Fabien Potencier",
  2272. "email": "fabien@symfony.com"
  2273. },
  2274. {
  2275. "name": "Symfony Community",
  2276. "homepage": "https://symfony.com/contributors"
  2277. }
  2278. ],
  2279. "description": "Symfony EventDispatcher Component",
  2280. "homepage": "https://symfony.com",
  2281. "time": "2020-05-20T08:37:50+00:00"
  2282. },
  2283. {
  2284. "name": "symfony/event-dispatcher-contracts",
  2285. "version": "v1.1.7",
  2286. "source": {
  2287. "type": "git",
  2288. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2289. "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
  2290. },
  2291. "dist": {
  2292. "type": "zip",
  2293. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
  2294. "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
  2295. "shasum": ""
  2296. },
  2297. "require": {
  2298. "php": "^7.1.3"
  2299. },
  2300. "suggest": {
  2301. "psr/event-dispatcher": "",
  2302. "symfony/event-dispatcher-implementation": ""
  2303. },
  2304. "type": "library",
  2305. "extra": {
  2306. "branch-alias": {
  2307. "dev-master": "1.1-dev"
  2308. }
  2309. },
  2310. "autoload": {
  2311. "psr-4": {
  2312. "Symfony\\Contracts\\EventDispatcher\\": ""
  2313. }
  2314. },
  2315. "notification-url": "https://packagist.org/downloads/",
  2316. "license": [
  2317. "MIT"
  2318. ],
  2319. "authors": [
  2320. {
  2321. "name": "Nicolas Grekas",
  2322. "email": "p@tchwork.com"
  2323. },
  2324. {
  2325. "name": "Symfony Community",
  2326. "homepage": "https://symfony.com/contributors"
  2327. }
  2328. ],
  2329. "description": "Generic abstractions related to dispatching event",
  2330. "homepage": "https://symfony.com",
  2331. "keywords": [
  2332. "abstractions",
  2333. "contracts",
  2334. "decoupling",
  2335. "interfaces",
  2336. "interoperability",
  2337. "standards"
  2338. ],
  2339. "time": "2019-09-17T09:54:03+00:00"
  2340. },
  2341. {
  2342. "name": "symfony/finder",
  2343. "version": "v4.4.10",
  2344. "source": {
  2345. "type": "git",
  2346. "url": "https://github.com/symfony/finder.git",
  2347. "reference": "5729f943f9854c5781984ed4907bbb817735776b"
  2348. },
  2349. "dist": {
  2350. "type": "zip",
  2351. "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
  2352. "reference": "5729f943f9854c5781984ed4907bbb817735776b",
  2353. "shasum": ""
  2354. },
  2355. "require": {
  2356. "php": "^7.1.3"
  2357. },
  2358. "type": "library",
  2359. "extra": {
  2360. "branch-alias": {
  2361. "dev-master": "4.4-dev"
  2362. }
  2363. },
  2364. "autoload": {
  2365. "psr-4": {
  2366. "Symfony\\Component\\Finder\\": ""
  2367. },
  2368. "exclude-from-classmap": [
  2369. "/Tests/"
  2370. ]
  2371. },
  2372. "notification-url": "https://packagist.org/downloads/",
  2373. "license": [
  2374. "MIT"
  2375. ],
  2376. "authors": [
  2377. {
  2378. "name": "Fabien Potencier",
  2379. "email": "fabien@symfony.com"
  2380. },
  2381. {
  2382. "name": "Symfony Community",
  2383. "homepage": "https://symfony.com/contributors"
  2384. }
  2385. ],
  2386. "description": "Symfony Finder Component",
  2387. "homepage": "https://symfony.com",
  2388. "time": "2020-03-27T16:54:36+00:00"
  2389. },
  2390. {
  2391. "name": "symfony/http-foundation",
  2392. "version": "v4.4.10",
  2393. "source": {
  2394. "type": "git",
  2395. "url": "https://github.com/symfony/http-foundation.git",
  2396. "reference": "3adfbd7098c850b02d107330b7b9deacf2581578"
  2397. },
  2398. "dist": {
  2399. "type": "zip",
  2400. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3adfbd7098c850b02d107330b7b9deacf2581578",
  2401. "reference": "3adfbd7098c850b02d107330b7b9deacf2581578",
  2402. "shasum": ""
  2403. },
  2404. "require": {
  2405. "php": ">=7.1.3",
  2406. "symfony/mime": "^4.3|^5.0",
  2407. "symfony/polyfill-mbstring": "~1.1"
  2408. },
  2409. "require-dev": {
  2410. "predis/predis": "~1.0",
  2411. "symfony/expression-language": "^3.4|^4.0|^5.0"
  2412. },
  2413. "type": "library",
  2414. "extra": {
  2415. "branch-alias": {
  2416. "dev-master": "4.4-dev"
  2417. }
  2418. },
  2419. "autoload": {
  2420. "psr-4": {
  2421. "Symfony\\Component\\HttpFoundation\\": ""
  2422. },
  2423. "exclude-from-classmap": [
  2424. "/Tests/"
  2425. ]
  2426. },
  2427. "notification-url": "https://packagist.org/downloads/",
  2428. "license": [
  2429. "MIT"
  2430. ],
  2431. "authors": [
  2432. {
  2433. "name": "Fabien Potencier",
  2434. "email": "fabien@symfony.com"
  2435. },
  2436. {
  2437. "name": "Symfony Community",
  2438. "homepage": "https://symfony.com/contributors"
  2439. }
  2440. ],
  2441. "description": "Symfony HttpFoundation Component",
  2442. "homepage": "https://symfony.com",
  2443. "time": "2020-05-23T09:11:46+00:00"
  2444. },
  2445. {
  2446. "name": "symfony/http-kernel",
  2447. "version": "v4.4.10",
  2448. "source": {
  2449. "type": "git",
  2450. "url": "https://github.com/symfony/http-kernel.git",
  2451. "reference": "81d42148474e1852a333ed7a732f2a014af75430"
  2452. },
  2453. "dist": {
  2454. "type": "zip",
  2455. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/81d42148474e1852a333ed7a732f2a014af75430",
  2456. "reference": "81d42148474e1852a333ed7a732f2a014af75430",
  2457. "shasum": ""
  2458. },
  2459. "require": {
  2460. "php": ">=7.1.3",
  2461. "psr/log": "~1.0",
  2462. "symfony/error-handler": "^4.4",
  2463. "symfony/event-dispatcher": "^4.4",
  2464. "symfony/http-foundation": "^4.4|^5.0",
  2465. "symfony/polyfill-ctype": "^1.8",
  2466. "symfony/polyfill-php73": "^1.9",
  2467. "symfony/polyfill-php80": "^1.15"
  2468. },
  2469. "conflict": {
  2470. "symfony/browser-kit": "<4.3",
  2471. "symfony/config": "<3.4",
  2472. "symfony/console": ">=5",
  2473. "symfony/dependency-injection": "<4.3",
  2474. "symfony/translation": "<4.2",
  2475. "twig/twig": "<1.34|<2.4,>=2"
  2476. },
  2477. "provide": {
  2478. "psr/log-implementation": "1.0"
  2479. },
  2480. "require-dev": {
  2481. "psr/cache": "~1.0",
  2482. "symfony/browser-kit": "^4.3|^5.0",
  2483. "symfony/config": "^3.4|^4.0|^5.0",
  2484. "symfony/console": "^3.4|^4.0",
  2485. "symfony/css-selector": "^3.4|^4.0|^5.0",
  2486. "symfony/dependency-injection": "^4.3|^5.0",
  2487. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  2488. "symfony/expression-language": "^3.4|^4.0|^5.0",
  2489. "symfony/finder": "^3.4|^4.0|^5.0",
  2490. "symfony/process": "^3.4|^4.0|^5.0",
  2491. "symfony/routing": "^3.4|^4.0|^5.0",
  2492. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  2493. "symfony/templating": "^3.4|^4.0|^5.0",
  2494. "symfony/translation": "^4.2|^5.0",
  2495. "symfony/translation-contracts": "^1.1|^2",
  2496. "twig/twig": "^1.34|^2.4|^3.0"
  2497. },
  2498. "suggest": {
  2499. "symfony/browser-kit": "",
  2500. "symfony/config": "",
  2501. "symfony/console": "",
  2502. "symfony/dependency-injection": ""
  2503. },
  2504. "type": "library",
  2505. "extra": {
  2506. "branch-alias": {
  2507. "dev-master": "4.4-dev"
  2508. }
  2509. },
  2510. "autoload": {
  2511. "psr-4": {
  2512. "Symfony\\Component\\HttpKernel\\": ""
  2513. },
  2514. "exclude-from-classmap": [
  2515. "/Tests/"
  2516. ]
  2517. },
  2518. "notification-url": "https://packagist.org/downloads/",
  2519. "license": [
  2520. "MIT"
  2521. ],
  2522. "authors": [
  2523. {
  2524. "name": "Fabien Potencier",
  2525. "email": "fabien@symfony.com"
  2526. },
  2527. {
  2528. "name": "Symfony Community",
  2529. "homepage": "https://symfony.com/contributors"
  2530. }
  2531. ],
  2532. "description": "Symfony HttpKernel Component",
  2533. "homepage": "https://symfony.com",
  2534. "time": "2020-06-12T11:15:37+00:00"
  2535. },
  2536. {
  2537. "name": "symfony/mime",
  2538. "version": "v5.1.2",
  2539. "source": {
  2540. "type": "git",
  2541. "url": "https://github.com/symfony/mime.git",
  2542. "reference": "c0c418f05e727606e85b482a8591519c4712cf45"
  2543. },
  2544. "dist": {
  2545. "type": "zip",
  2546. "url": "https://api.github.com/repos/symfony/mime/zipball/c0c418f05e727606e85b482a8591519c4712cf45",
  2547. "reference": "c0c418f05e727606e85b482a8591519c4712cf45",
  2548. "shasum": ""
  2549. },
  2550. "require": {
  2551. "php": ">=7.2.5",
  2552. "symfony/polyfill-intl-idn": "^1.10",
  2553. "symfony/polyfill-mbstring": "^1.0",
  2554. "symfony/polyfill-php80": "^1.15"
  2555. },
  2556. "conflict": {
  2557. "symfony/mailer": "<4.4"
  2558. },
  2559. "require-dev": {
  2560. "egulias/email-validator": "^2.1.10",
  2561. "symfony/dependency-injection": "^4.4|^5.0"
  2562. },
  2563. "type": "library",
  2564. "extra": {
  2565. "branch-alias": {
  2566. "dev-master": "5.1-dev"
  2567. }
  2568. },
  2569. "autoload": {
  2570. "psr-4": {
  2571. "Symfony\\Component\\Mime\\": ""
  2572. },
  2573. "exclude-from-classmap": [
  2574. "/Tests/"
  2575. ]
  2576. },
  2577. "notification-url": "https://packagist.org/downloads/",
  2578. "license": [
  2579. "MIT"
  2580. ],
  2581. "authors": [
  2582. {
  2583. "name": "Fabien Potencier",
  2584. "email": "fabien@symfony.com"
  2585. },
  2586. {
  2587. "name": "Symfony Community",
  2588. "homepage": "https://symfony.com/contributors"
  2589. }
  2590. ],
  2591. "description": "A library to manipulate MIME messages",
  2592. "homepage": "https://symfony.com",
  2593. "keywords": [
  2594. "mime",
  2595. "mime-type"
  2596. ],
  2597. "time": "2020-06-09T15:07:35+00:00"
  2598. },
  2599. {
  2600. "name": "symfony/polyfill-ctype",
  2601. "version": "v1.17.1",
  2602. "source": {
  2603. "type": "git",
  2604. "url": "https://github.com/symfony/polyfill-ctype.git",
  2605. "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
  2606. },
  2607. "dist": {
  2608. "type": "zip",
  2609. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
  2610. "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
  2611. "shasum": ""
  2612. },
  2613. "require": {
  2614. "php": ">=5.3.3"
  2615. },
  2616. "suggest": {
  2617. "ext-ctype": "For best performance"
  2618. },
  2619. "type": "library",
  2620. "extra": {
  2621. "branch-alias": {
  2622. "dev-master": "1.17-dev"
  2623. },
  2624. "thanks": {
  2625. "name": "symfony/polyfill",
  2626. "url": "https://github.com/symfony/polyfill"
  2627. }
  2628. },
  2629. "autoload": {
  2630. "psr-4": {
  2631. "Symfony\\Polyfill\\Ctype\\": ""
  2632. },
  2633. "files": [
  2634. "bootstrap.php"
  2635. ]
  2636. },
  2637. "notification-url": "https://packagist.org/downloads/",
  2638. "license": [
  2639. "MIT"
  2640. ],
  2641. "authors": [
  2642. {
  2643. "name": "Gert de Pagter",
  2644. "email": "BackEndTea@gmail.com"
  2645. },
  2646. {
  2647. "name": "Symfony Community",
  2648. "homepage": "https://symfony.com/contributors"
  2649. }
  2650. ],
  2651. "description": "Symfony polyfill for ctype functions",
  2652. "homepage": "https://symfony.com",
  2653. "keywords": [
  2654. "compatibility",
  2655. "ctype",
  2656. "polyfill",
  2657. "portable"
  2658. ],
  2659. "time": "2020-06-06T08:46:27+00:00"
  2660. },
  2661. {
  2662. "name": "symfony/polyfill-iconv",
  2663. "version": "v1.17.1",
  2664. "source": {
  2665. "type": "git",
  2666. "url": "https://github.com/symfony/polyfill-iconv.git",
  2667. "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035"
  2668. },
  2669. "dist": {
  2670. "type": "zip",
  2671. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035",
  2672. "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035",
  2673. "shasum": ""
  2674. },
  2675. "require": {
  2676. "php": ">=5.3.3"
  2677. },
  2678. "suggest": {
  2679. "ext-iconv": "For best performance"
  2680. },
  2681. "type": "library",
  2682. "extra": {
  2683. "branch-alias": {
  2684. "dev-master": "1.17-dev"
  2685. },
  2686. "thanks": {
  2687. "name": "symfony/polyfill",
  2688. "url": "https://github.com/symfony/polyfill"
  2689. }
  2690. },
  2691. "autoload": {
  2692. "psr-4": {
  2693. "Symfony\\Polyfill\\Iconv\\": ""
  2694. },
  2695. "files": [
  2696. "bootstrap.php"
  2697. ]
  2698. },
  2699. "notification-url": "https://packagist.org/downloads/",
  2700. "license": [
  2701. "MIT"
  2702. ],
  2703. "authors": [
  2704. {
  2705. "name": "Nicolas Grekas",
  2706. "email": "p@tchwork.com"
  2707. },
  2708. {
  2709. "name": "Symfony Community",
  2710. "homepage": "https://symfony.com/contributors"
  2711. }
  2712. ],
  2713. "description": "Symfony polyfill for the Iconv extension",
  2714. "homepage": "https://symfony.com",
  2715. "keywords": [
  2716. "compatibility",
  2717. "iconv",
  2718. "polyfill",
  2719. "portable",
  2720. "shim"
  2721. ],
  2722. "time": "2020-06-06T08:46:27+00:00"
  2723. },
  2724. {
  2725. "name": "symfony/polyfill-intl-idn",
  2726. "version": "v1.17.1",
  2727. "source": {
  2728. "type": "git",
  2729. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  2730. "reference": "a57f8161502549a742a63c09f0a604997bf47027"
  2731. },
  2732. "dist": {
  2733. "type": "zip",
  2734. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
  2735. "reference": "a57f8161502549a742a63c09f0a604997bf47027",
  2736. "shasum": ""
  2737. },
  2738. "require": {
  2739. "php": ">=5.3.3",
  2740. "symfony/polyfill-mbstring": "^1.3",
  2741. "symfony/polyfill-php72": "^1.10"
  2742. },
  2743. "suggest": {
  2744. "ext-intl": "For best performance"
  2745. },
  2746. "type": "library",
  2747. "extra": {
  2748. "branch-alias": {
  2749. "dev-master": "1.17-dev"
  2750. },
  2751. "thanks": {
  2752. "name": "symfony/polyfill",
  2753. "url": "https://github.com/symfony/polyfill"
  2754. }
  2755. },
  2756. "autoload": {
  2757. "psr-4": {
  2758. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  2759. },
  2760. "files": [
  2761. "bootstrap.php"
  2762. ]
  2763. },
  2764. "notification-url": "https://packagist.org/downloads/",
  2765. "license": [
  2766. "MIT"
  2767. ],
  2768. "authors": [
  2769. {
  2770. "name": "Laurent Bassin",
  2771. "email": "laurent@bassin.info"
  2772. },
  2773. {
  2774. "name": "Symfony Community",
  2775. "homepage": "https://symfony.com/contributors"
  2776. }
  2777. ],
  2778. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  2779. "homepage": "https://symfony.com",
  2780. "keywords": [
  2781. "compatibility",
  2782. "idn",
  2783. "intl",
  2784. "polyfill",
  2785. "portable",
  2786. "shim"
  2787. ],
  2788. "time": "2020-06-06T08:46:27+00:00"
  2789. },
  2790. {
  2791. "name": "symfony/polyfill-mbstring",
  2792. "version": "v1.17.1",
  2793. "source": {
  2794. "type": "git",
  2795. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2796. "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
  2797. },
  2798. "dist": {
  2799. "type": "zip",
  2800. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
  2801. "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
  2802. "shasum": ""
  2803. },
  2804. "require": {
  2805. "php": ">=5.3.3"
  2806. },
  2807. "suggest": {
  2808. "ext-mbstring": "For best performance"
  2809. },
  2810. "type": "library",
  2811. "extra": {
  2812. "branch-alias": {
  2813. "dev-master": "1.17-dev"
  2814. },
  2815. "thanks": {
  2816. "name": "symfony/polyfill",
  2817. "url": "https://github.com/symfony/polyfill"
  2818. }
  2819. },
  2820. "autoload": {
  2821. "psr-4": {
  2822. "Symfony\\Polyfill\\Mbstring\\": ""
  2823. },
  2824. "files": [
  2825. "bootstrap.php"
  2826. ]
  2827. },
  2828. "notification-url": "https://packagist.org/downloads/",
  2829. "license": [
  2830. "MIT"
  2831. ],
  2832. "authors": [
  2833. {
  2834. "name": "Nicolas Grekas",
  2835. "email": "p@tchwork.com"
  2836. },
  2837. {
  2838. "name": "Symfony Community",
  2839. "homepage": "https://symfony.com/contributors"
  2840. }
  2841. ],
  2842. "description": "Symfony polyfill for the Mbstring extension",
  2843. "homepage": "https://symfony.com",
  2844. "keywords": [
  2845. "compatibility",
  2846. "mbstring",
  2847. "polyfill",
  2848. "portable",
  2849. "shim"
  2850. ],
  2851. "time": "2020-06-06T08:46:27+00:00"
  2852. },
  2853. {
  2854. "name": "symfony/polyfill-php72",
  2855. "version": "v1.17.0",
  2856. "source": {
  2857. "type": "git",
  2858. "url": "https://github.com/symfony/polyfill-php72.git",
  2859. "reference": "f048e612a3905f34931127360bdd2def19a5e582"
  2860. },
  2861. "dist": {
  2862. "type": "zip",
  2863. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
  2864. "reference": "f048e612a3905f34931127360bdd2def19a5e582",
  2865. "shasum": ""
  2866. },
  2867. "require": {
  2868. "php": ">=5.3.3"
  2869. },
  2870. "type": "library",
  2871. "extra": {
  2872. "branch-alias": {
  2873. "dev-master": "1.17-dev"
  2874. }
  2875. },
  2876. "autoload": {
  2877. "psr-4": {
  2878. "Symfony\\Polyfill\\Php72\\": ""
  2879. },
  2880. "files": [
  2881. "bootstrap.php"
  2882. ]
  2883. },
  2884. "notification-url": "https://packagist.org/downloads/",
  2885. "license": [
  2886. "MIT"
  2887. ],
  2888. "authors": [
  2889. {
  2890. "name": "Nicolas Grekas",
  2891. "email": "p@tchwork.com"
  2892. },
  2893. {
  2894. "name": "Symfony Community",
  2895. "homepage": "https://symfony.com/contributors"
  2896. }
  2897. ],
  2898. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  2899. "homepage": "https://symfony.com",
  2900. "keywords": [
  2901. "compatibility",
  2902. "polyfill",
  2903. "portable",
  2904. "shim"
  2905. ],
  2906. "time": "2020-05-12T16:47:27+00:00"
  2907. },
  2908. {
  2909. "name": "symfony/polyfill-php73",
  2910. "version": "v1.17.1",
  2911. "source": {
  2912. "type": "git",
  2913. "url": "https://github.com/symfony/polyfill-php73.git",
  2914. "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
  2915. },
  2916. "dist": {
  2917. "type": "zip",
  2918. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
  2919. "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
  2920. "shasum": ""
  2921. },
  2922. "require": {
  2923. "php": ">=5.3.3"
  2924. },
  2925. "type": "library",
  2926. "extra": {
  2927. "branch-alias": {
  2928. "dev-master": "1.17-dev"
  2929. },
  2930. "thanks": {
  2931. "name": "symfony/polyfill",
  2932. "url": "https://github.com/symfony/polyfill"
  2933. }
  2934. },
  2935. "autoload": {
  2936. "psr-4": {
  2937. "Symfony\\Polyfill\\Php73\\": ""
  2938. },
  2939. "files": [
  2940. "bootstrap.php"
  2941. ],
  2942. "classmap": [
  2943. "Resources/stubs"
  2944. ]
  2945. },
  2946. "notification-url": "https://packagist.org/downloads/",
  2947. "license": [
  2948. "MIT"
  2949. ],
  2950. "authors": [
  2951. {
  2952. "name": "Nicolas Grekas",
  2953. "email": "p@tchwork.com"
  2954. },
  2955. {
  2956. "name": "Symfony Community",
  2957. "homepage": "https://symfony.com/contributors"
  2958. }
  2959. ],
  2960. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  2961. "homepage": "https://symfony.com",
  2962. "keywords": [
  2963. "compatibility",
  2964. "polyfill",
  2965. "portable",
  2966. "shim"
  2967. ],
  2968. "time": "2020-06-06T08:46:27+00:00"
  2969. },
  2970. {
  2971. "name": "symfony/polyfill-php80",
  2972. "version": "v1.17.1",
  2973. "source": {
  2974. "type": "git",
  2975. "url": "https://github.com/symfony/polyfill-php80.git",
  2976. "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
  2977. },
  2978. "dist": {
  2979. "type": "zip",
  2980. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
  2981. "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
  2982. "shasum": ""
  2983. },
  2984. "require": {
  2985. "php": ">=7.0.8"
  2986. },
  2987. "type": "library",
  2988. "extra": {
  2989. "branch-alias": {
  2990. "dev-master": "1.17-dev"
  2991. },
  2992. "thanks": {
  2993. "name": "symfony/polyfill",
  2994. "url": "https://github.com/symfony/polyfill"
  2995. }
  2996. },
  2997. "autoload": {
  2998. "psr-4": {
  2999. "Symfony\\Polyfill\\Php80\\": ""
  3000. },
  3001. "files": [
  3002. "bootstrap.php"
  3003. ],
  3004. "classmap": [
  3005. "Resources/stubs"
  3006. ]
  3007. },
  3008. "notification-url": "https://packagist.org/downloads/",
  3009. "license": [
  3010. "MIT"
  3011. ],
  3012. "authors": [
  3013. {
  3014. "name": "Ion Bazan",
  3015. "email": "ion.bazan@gmail.com"
  3016. },
  3017. {
  3018. "name": "Nicolas Grekas",
  3019. "email": "p@tchwork.com"
  3020. },
  3021. {
  3022. "name": "Symfony Community",
  3023. "homepage": "https://symfony.com/contributors"
  3024. }
  3025. ],
  3026. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  3027. "homepage": "https://symfony.com",
  3028. "keywords": [
  3029. "compatibility",
  3030. "polyfill",
  3031. "portable",
  3032. "shim"
  3033. ],
  3034. "time": "2020-06-06T08:46:27+00:00"
  3035. },
  3036. {
  3037. "name": "symfony/process",
  3038. "version": "v4.4.10",
  3039. "source": {
  3040. "type": "git",
  3041. "url": "https://github.com/symfony/process.git",
  3042. "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
  3043. },
  3044. "dist": {
  3045. "type": "zip",
  3046. "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
  3047. "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
  3048. "shasum": ""
  3049. },
  3050. "require": {
  3051. "php": "^7.1.3"
  3052. },
  3053. "type": "library",
  3054. "extra": {
  3055. "branch-alias": {
  3056. "dev-master": "4.4-dev"
  3057. }
  3058. },
  3059. "autoload": {
  3060. "psr-4": {
  3061. "Symfony\\Component\\Process\\": ""
  3062. },
  3063. "exclude-from-classmap": [
  3064. "/Tests/"
  3065. ]
  3066. },
  3067. "notification-url": "https://packagist.org/downloads/",
  3068. "license": [
  3069. "MIT"
  3070. ],
  3071. "authors": [
  3072. {
  3073. "name": "Fabien Potencier",
  3074. "email": "fabien@symfony.com"
  3075. },
  3076. {
  3077. "name": "Symfony Community",
  3078. "homepage": "https://symfony.com/contributors"
  3079. }
  3080. ],
  3081. "description": "Symfony Process Component",
  3082. "homepage": "https://symfony.com",
  3083. "time": "2020-05-30T20:06:45+00:00"
  3084. },
  3085. {
  3086. "name": "symfony/routing",
  3087. "version": "v4.4.10",
  3088. "source": {
  3089. "type": "git",
  3090. "url": "https://github.com/symfony/routing.git",
  3091. "reference": "0f557911dde75c2a9652b8097bd7c9f54507f646"
  3092. },
  3093. "dist": {
  3094. "type": "zip",
  3095. "url": "https://api.github.com/repos/symfony/routing/zipball/0f557911dde75c2a9652b8097bd7c9f54507f646",
  3096. "reference": "0f557911dde75c2a9652b8097bd7c9f54507f646",
  3097. "shasum": ""
  3098. },
  3099. "require": {
  3100. "php": "^7.1.3"
  3101. },
  3102. "conflict": {
  3103. "symfony/config": "<4.2",
  3104. "symfony/dependency-injection": "<3.4",
  3105. "symfony/yaml": "<3.4"
  3106. },
  3107. "require-dev": {
  3108. "doctrine/annotations": "~1.2",
  3109. "psr/log": "~1.0",
  3110. "symfony/config": "^4.2|^5.0",
  3111. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  3112. "symfony/expression-language": "^3.4|^4.0|^5.0",
  3113. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  3114. "symfony/yaml": "^3.4|^4.0|^5.0"
  3115. },
  3116. "suggest": {
  3117. "doctrine/annotations": "For using the annotation loader",
  3118. "symfony/config": "For using the all-in-one router or any loader",
  3119. "symfony/expression-language": "For using expression matching",
  3120. "symfony/http-foundation": "For using a Symfony Request object",
  3121. "symfony/yaml": "For using the YAML loader"
  3122. },
  3123. "type": "library",
  3124. "extra": {
  3125. "branch-alias": {
  3126. "dev-master": "4.4-dev"
  3127. }
  3128. },
  3129. "autoload": {
  3130. "psr-4": {
  3131. "Symfony\\Component\\Routing\\": ""
  3132. },
  3133. "exclude-from-classmap": [
  3134. "/Tests/"
  3135. ]
  3136. },
  3137. "notification-url": "https://packagist.org/downloads/",
  3138. "license": [
  3139. "MIT"
  3140. ],
  3141. "authors": [
  3142. {
  3143. "name": "Fabien Potencier",
  3144. "email": "fabien@symfony.com"
  3145. },
  3146. {
  3147. "name": "Symfony Community",
  3148. "homepage": "https://symfony.com/contributors"
  3149. }
  3150. ],
  3151. "description": "Symfony Routing Component",
  3152. "homepage": "https://symfony.com",
  3153. "keywords": [
  3154. "router",
  3155. "routing",
  3156. "uri",
  3157. "url"
  3158. ],
  3159. "time": "2020-05-30T20:07:26+00:00"
  3160. },
  3161. {
  3162. "name": "symfony/service-contracts",
  3163. "version": "v2.1.2",
  3164. "source": {
  3165. "type": "git",
  3166. "url": "https://github.com/symfony/service-contracts.git",
  3167. "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b"
  3168. },
  3169. "dist": {
  3170. "type": "zip",
  3171. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b",
  3172. "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b",
  3173. "shasum": ""
  3174. },
  3175. "require": {
  3176. "php": ">=7.2.5",
  3177. "psr/container": "^1.0"
  3178. },
  3179. "suggest": {
  3180. "symfony/service-implementation": ""
  3181. },
  3182. "type": "library",
  3183. "extra": {
  3184. "branch-alias": {
  3185. "dev-master": "2.1-dev"
  3186. }
  3187. },
  3188. "autoload": {
  3189. "psr-4": {
  3190. "Symfony\\Contracts\\Service\\": ""
  3191. }
  3192. },
  3193. "notification-url": "https://packagist.org/downloads/",
  3194. "license": [
  3195. "MIT"
  3196. ],
  3197. "authors": [
  3198. {
  3199. "name": "Nicolas Grekas",
  3200. "email": "p@tchwork.com"
  3201. },
  3202. {
  3203. "name": "Symfony Community",
  3204. "homepage": "https://symfony.com/contributors"
  3205. }
  3206. ],
  3207. "description": "Generic abstractions related to writing services",
  3208. "homepage": "https://symfony.com",
  3209. "keywords": [
  3210. "abstractions",
  3211. "contracts",
  3212. "decoupling",
  3213. "interfaces",
  3214. "interoperability",
  3215. "standards"
  3216. ],
  3217. "time": "2020-05-20T17:43:50+00:00"
  3218. },
  3219. {
  3220. "name": "symfony/translation",
  3221. "version": "v4.4.10",
  3222. "source": {
  3223. "type": "git",
  3224. "url": "https://github.com/symfony/translation.git",
  3225. "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af"
  3226. },
  3227. "dist": {
  3228. "type": "zip",
  3229. "url": "https://api.github.com/repos/symfony/translation/zipball/79d3ef9096a6a6047dbc69218b68c7b7f63193af",
  3230. "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af",
  3231. "shasum": ""
  3232. },
  3233. "require": {
  3234. "php": ">=7.1.3",
  3235. "symfony/polyfill-mbstring": "~1.0",
  3236. "symfony/translation-contracts": "^1.1.6|^2"
  3237. },
  3238. "conflict": {
  3239. "symfony/config": "<3.4",
  3240. "symfony/dependency-injection": "<3.4",
  3241. "symfony/http-kernel": "<4.4",
  3242. "symfony/yaml": "<3.4"
  3243. },
  3244. "provide": {
  3245. "symfony/translation-implementation": "1.0"
  3246. },
  3247. "require-dev": {
  3248. "psr/log": "~1.0",
  3249. "symfony/config": "^3.4|^4.0|^5.0",
  3250. "symfony/console": "^3.4|^4.0|^5.0",
  3251. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  3252. "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
  3253. "symfony/http-kernel": "^4.4",
  3254. "symfony/intl": "^3.4|^4.0|^5.0",
  3255. "symfony/service-contracts": "^1.1.2|^2",
  3256. "symfony/yaml": "^3.4|^4.0|^5.0"
  3257. },
  3258. "suggest": {
  3259. "psr/log-implementation": "To use logging capability in translator",
  3260. "symfony/config": "",
  3261. "symfony/yaml": ""
  3262. },
  3263. "type": "library",
  3264. "extra": {
  3265. "branch-alias": {
  3266. "dev-master": "4.4-dev"
  3267. }
  3268. },
  3269. "autoload": {
  3270. "psr-4": {
  3271. "Symfony\\Component\\Translation\\": ""
  3272. },
  3273. "exclude-from-classmap": [
  3274. "/Tests/"
  3275. ]
  3276. },
  3277. "notification-url": "https://packagist.org/downloads/",
  3278. "license": [
  3279. "MIT"
  3280. ],
  3281. "authors": [
  3282. {
  3283. "name": "Fabien Potencier",
  3284. "email": "fabien@symfony.com"
  3285. },
  3286. {
  3287. "name": "Symfony Community",
  3288. "homepage": "https://symfony.com/contributors"
  3289. }
  3290. ],
  3291. "description": "Symfony Translation Component",
  3292. "homepage": "https://symfony.com",
  3293. "time": "2020-05-30T20:06:45+00:00"
  3294. },
  3295. {
  3296. "name": "symfony/translation-contracts",
  3297. "version": "v2.1.2",
  3298. "source": {
  3299. "type": "git",
  3300. "url": "https://github.com/symfony/translation-contracts.git",
  3301. "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e"
  3302. },
  3303. "dist": {
  3304. "type": "zip",
  3305. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e5ca07c8f817f865f618aa072c2fe8e0e637340e",
  3306. "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e",
  3307. "shasum": ""
  3308. },
  3309. "require": {
  3310. "php": ">=7.2.5"
  3311. },
  3312. "suggest": {
  3313. "symfony/translation-implementation": ""
  3314. },
  3315. "type": "library",
  3316. "extra": {
  3317. "branch-alias": {
  3318. "dev-master": "2.1-dev"
  3319. }
  3320. },
  3321. "autoload": {
  3322. "psr-4": {
  3323. "Symfony\\Contracts\\Translation\\": ""
  3324. }
  3325. },
  3326. "notification-url": "https://packagist.org/downloads/",
  3327. "license": [
  3328. "MIT"
  3329. ],
  3330. "authors": [
  3331. {
  3332. "name": "Nicolas Grekas",
  3333. "email": "p@tchwork.com"
  3334. },
  3335. {
  3336. "name": "Symfony Community",
  3337. "homepage": "https://symfony.com/contributors"
  3338. }
  3339. ],
  3340. "description": "Generic abstractions related to translation",
  3341. "homepage": "https://symfony.com",
  3342. "keywords": [
  3343. "abstractions",
  3344. "contracts",
  3345. "decoupling",
  3346. "interfaces",
  3347. "interoperability",
  3348. "standards"
  3349. ],
  3350. "time": "2020-05-20T17:43:50+00:00"
  3351. },
  3352. {
  3353. "name": "symfony/var-dumper",
  3354. "version": "v4.4.10",
  3355. "source": {
  3356. "type": "git",
  3357. "url": "https://github.com/symfony/var-dumper.git",
  3358. "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac"
  3359. },
  3360. "dist": {
  3361. "type": "zip",
  3362. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
  3363. "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
  3364. "shasum": ""
  3365. },
  3366. "require": {
  3367. "php": ">=7.1.3",
  3368. "symfony/polyfill-mbstring": "~1.0",
  3369. "symfony/polyfill-php72": "~1.5",
  3370. "symfony/polyfill-php80": "^1.15"
  3371. },
  3372. "conflict": {
  3373. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  3374. "symfony/console": "<3.4"
  3375. },
  3376. "require-dev": {
  3377. "ext-iconv": "*",
  3378. "symfony/console": "^3.4|^4.0|^5.0",
  3379. "symfony/process": "^4.4|^5.0",
  3380. "twig/twig": "^1.34|^2.4|^3.0"
  3381. },
  3382. "suggest": {
  3383. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3384. "ext-intl": "To show region name in time zone dump",
  3385. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  3386. },
  3387. "bin": [
  3388. "Resources/bin/var-dump-server"
  3389. ],
  3390. "type": "library",
  3391. "extra": {
  3392. "branch-alias": {
  3393. "dev-master": "4.4-dev"
  3394. }
  3395. },
  3396. "autoload": {
  3397. "files": [
  3398. "Resources/functions/dump.php"
  3399. ],
  3400. "psr-4": {
  3401. "Symfony\\Component\\VarDumper\\": ""
  3402. },
  3403. "exclude-from-classmap": [
  3404. "/Tests/"
  3405. ]
  3406. },
  3407. "notification-url": "https://packagist.org/downloads/",
  3408. "license": [
  3409. "MIT"
  3410. ],
  3411. "authors": [
  3412. {
  3413. "name": "Nicolas Grekas",
  3414. "email": "p@tchwork.com"
  3415. },
  3416. {
  3417. "name": "Symfony Community",
  3418. "homepage": "https://symfony.com/contributors"
  3419. }
  3420. ],
  3421. "description": "Symfony mechanism for exploring and dumping PHP variables",
  3422. "homepage": "https://symfony.com",
  3423. "keywords": [
  3424. "debug",
  3425. "dump"
  3426. ],
  3427. "time": "2020-05-30T20:06:45+00:00"
  3428. },
  3429. {
  3430. "name": "thiagoalessio/tesseract_ocr",
  3431. "version": "2.11.2",
  3432. "source": {
  3433. "type": "git",
  3434. "url": "https://github.com/thiagoalessio/tesseract-ocr-for-php.git",
  3435. "reference": "502c62abc1235189921fcdfae83f78926eb15246"
  3436. },
  3437. "dist": {
  3438. "type": "zip",
  3439. "url": "https://api.github.com/repos/thiagoalessio/tesseract-ocr-for-php/zipball/502c62abc1235189921fcdfae83f78926eb15246",
  3440. "reference": "502c62abc1235189921fcdfae83f78926eb15246",
  3441. "shasum": ""
  3442. },
  3443. "require": {
  3444. "php": "^5.3 || ^7.0 || ^8.0"
  3445. },
  3446. "require-dev": {
  3447. "phpunit/php-code-coverage": "^2.2.4 || ^9.0.0"
  3448. },
  3449. "type": "library",
  3450. "autoload": {
  3451. "psr-4": {
  3452. "thiagoalessio\\TesseractOCR\\": "src/"
  3453. }
  3454. },
  3455. "notification-url": "https://packagist.org/downloads/",
  3456. "license": [
  3457. "MIT"
  3458. ],
  3459. "authors": [
  3460. {
  3461. "name": "thiagoalessio",
  3462. "email": "thiagoalessio@me.com"
  3463. }
  3464. ],
  3465. "description": "A wrapper to work with Tesseract OCR inside PHP.",
  3466. "keywords": [
  3467. "OCR",
  3468. "Tesseract",
  3469. "text recognition"
  3470. ],
  3471. "support": {
  3472. "irc": "irc://irc.freenode.net/tesseract-ocr-for-php",
  3473. "issues": "https://github.com/thiagoalessio/tesseract-ocr-for-php/issues",
  3474. "source": "https://github.com/thiagoalessio/tesseract-ocr-for-php"
  3475. },
  3476. "time": "2021-04-09T21:05:43+00:00"
  3477. },
  3478. {
  3479. "name": "tijsverkoyen/css-to-inline-styles",
  3480. "version": "2.2.2",
  3481. "source": {
  3482. "type": "git",
  3483. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  3484. "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
  3485. },
  3486. "dist": {
  3487. "type": "zip",
  3488. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
  3489. "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
  3490. "shasum": ""
  3491. },
  3492. "require": {
  3493. "ext-dom": "*",
  3494. "ext-libxml": "*",
  3495. "php": "^5.5 || ^7.0",
  3496. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  3497. },
  3498. "require-dev": {
  3499. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3500. },
  3501. "type": "library",
  3502. "extra": {
  3503. "branch-alias": {
  3504. "dev-master": "2.2.x-dev"
  3505. }
  3506. },
  3507. "autoload": {
  3508. "psr-4": {
  3509. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  3510. }
  3511. },
  3512. "notification-url": "https://packagist.org/downloads/",
  3513. "license": [
  3514. "BSD-3-Clause"
  3515. ],
  3516. "authors": [
  3517. {
  3518. "name": "Tijs Verkoyen",
  3519. "email": "css_to_inline_styles@verkoyen.eu",
  3520. "role": "Developer"
  3521. }
  3522. ],
  3523. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  3524. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  3525. "time": "2019-10-24T08:53:34+00:00"
  3526. },
  3527. {
  3528. "name": "vlucas/phpdotenv",
  3529. "version": "v3.6.6",
  3530. "source": {
  3531. "type": "git",
  3532. "url": "https://github.com/vlucas/phpdotenv.git",
  3533. "reference": "4669484ccbc38fe7c4e0c50456778f2010566aad"
  3534. },
  3535. "dist": {
  3536. "type": "zip",
  3537. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/4669484ccbc38fe7c4e0c50456778f2010566aad",
  3538. "reference": "4669484ccbc38fe7c4e0c50456778f2010566aad",
  3539. "shasum": ""
  3540. },
  3541. "require": {
  3542. "php": "^5.4 || ^7.0 || ^8.0",
  3543. "phpoption/phpoption": "^1.5.2",
  3544. "symfony/polyfill-ctype": "^1.16"
  3545. },
  3546. "require-dev": {
  3547. "ext-filter": "*",
  3548. "ext-pcre": "*",
  3549. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  3550. },
  3551. "suggest": {
  3552. "ext-filter": "Required to use the boolean validator.",
  3553. "ext-pcre": "Required to use most of the library."
  3554. },
  3555. "type": "library",
  3556. "extra": {
  3557. "branch-alias": {
  3558. "dev-master": "3.6-dev"
  3559. }
  3560. },
  3561. "autoload": {
  3562. "psr-4": {
  3563. "Dotenv\\": "src/"
  3564. }
  3565. },
  3566. "notification-url": "https://packagist.org/downloads/",
  3567. "license": [
  3568. "BSD-3-Clause"
  3569. ],
  3570. "authors": [
  3571. {
  3572. "name": "Graham Campbell",
  3573. "email": "graham@alt-three.com",
  3574. "homepage": "https://gjcampbell.co.uk/"
  3575. },
  3576. {
  3577. "name": "Vance Lucas",
  3578. "email": "vance@vancelucas.com",
  3579. "homepage": "https://vancelucas.com/"
  3580. }
  3581. ],
  3582. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3583. "keywords": [
  3584. "dotenv",
  3585. "env",
  3586. "environment"
  3587. ],
  3588. "time": "2020-06-02T14:08:54+00:00"
  3589. }
  3590. ],
  3591. "packages-dev": [
  3592. {
  3593. "name": "doctrine/instantiator",
  3594. "version": "1.3.1",
  3595. "source": {
  3596. "type": "git",
  3597. "url": "https://github.com/doctrine/instantiator.git",
  3598. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  3599. },
  3600. "dist": {
  3601. "type": "zip",
  3602. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  3603. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  3604. "shasum": ""
  3605. },
  3606. "require": {
  3607. "php": "^7.1 || ^8.0"
  3608. },
  3609. "require-dev": {
  3610. "doctrine/coding-standard": "^6.0",
  3611. "ext-pdo": "*",
  3612. "ext-phar": "*",
  3613. "phpbench/phpbench": "^0.13",
  3614. "phpstan/phpstan-phpunit": "^0.11",
  3615. "phpstan/phpstan-shim": "^0.11",
  3616. "phpunit/phpunit": "^7.0"
  3617. },
  3618. "type": "library",
  3619. "extra": {
  3620. "branch-alias": {
  3621. "dev-master": "1.2.x-dev"
  3622. }
  3623. },
  3624. "autoload": {
  3625. "psr-4": {
  3626. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3627. }
  3628. },
  3629. "notification-url": "https://packagist.org/downloads/",
  3630. "license": [
  3631. "MIT"
  3632. ],
  3633. "authors": [
  3634. {
  3635. "name": "Marco Pivetta",
  3636. "email": "ocramius@gmail.com",
  3637. "homepage": "http://ocramius.github.com/"
  3638. }
  3639. ],
  3640. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3641. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  3642. "keywords": [
  3643. "constructor",
  3644. "instantiate"
  3645. ],
  3646. "time": "2020-05-29T17:27:14+00:00"
  3647. },
  3648. {
  3649. "name": "facade/flare-client-php",
  3650. "version": "1.3.2",
  3651. "source": {
  3652. "type": "git",
  3653. "url": "https://github.com/facade/flare-client-php.git",
  3654. "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004"
  3655. },
  3656. "dist": {
  3657. "type": "zip",
  3658. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/db1e03426e7f9472c9ecd1092aff00f56aa6c004",
  3659. "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004",
  3660. "shasum": ""
  3661. },
  3662. "require": {
  3663. "facade/ignition-contracts": "~1.0",
  3664. "illuminate/pipeline": "^5.5|^6.0|^7.0",
  3665. "php": "^7.1",
  3666. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  3667. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  3668. },
  3669. "require-dev": {
  3670. "larapack/dd": "^1.1",
  3671. "phpunit/phpunit": "^7.5.16",
  3672. "spatie/phpunit-snapshot-assertions": "^2.0"
  3673. },
  3674. "type": "library",
  3675. "extra": {
  3676. "branch-alias": {
  3677. "dev-master": "1.0-dev"
  3678. }
  3679. },
  3680. "autoload": {
  3681. "psr-4": {
  3682. "Facade\\FlareClient\\": "src"
  3683. },
  3684. "files": [
  3685. "src/helpers.php"
  3686. ]
  3687. },
  3688. "notification-url": "https://packagist.org/downloads/",
  3689. "license": [
  3690. "MIT"
  3691. ],
  3692. "description": "Send PHP errors to Flare",
  3693. "homepage": "https://github.com/facade/flare-client-php",
  3694. "keywords": [
  3695. "exception",
  3696. "facade",
  3697. "flare",
  3698. "reporting"
  3699. ],
  3700. "time": "2020-03-02T15:52:04+00:00"
  3701. },
  3702. {
  3703. "name": "facade/ignition",
  3704. "version": "1.16.1",
  3705. "source": {
  3706. "type": "git",
  3707. "url": "https://github.com/facade/ignition.git",
  3708. "reference": "af05ac5ee8587395d7474ec0681c08776a2cb09d"
  3709. },
  3710. "dist": {
  3711. "type": "zip",
  3712. "url": "https://api.github.com/repos/facade/ignition/zipball/af05ac5ee8587395d7474ec0681c08776a2cb09d",
  3713. "reference": "af05ac5ee8587395d7474ec0681c08776a2cb09d",
  3714. "shasum": ""
  3715. },
  3716. "require": {
  3717. "ext-json": "*",
  3718. "ext-mbstring": "*",
  3719. "facade/flare-client-php": "^1.3",
  3720. "facade/ignition-contracts": "^1.0",
  3721. "filp/whoops": "^2.4",
  3722. "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
  3723. "monolog/monolog": "^1.12 || ^2.0",
  3724. "php": "^7.1",
  3725. "scrivo/highlight.php": "^9.15",
  3726. "symfony/console": "^3.4 || ^4.0",
  3727. "symfony/var-dumper": "^3.4 || ^4.0"
  3728. },
  3729. "require-dev": {
  3730. "friendsofphp/php-cs-fixer": "^2.14",
  3731. "mockery/mockery": "^1.2",
  3732. "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
  3733. },
  3734. "suggest": {
  3735. "laravel/telescope": "^2.0"
  3736. },
  3737. "type": "library",
  3738. "extra": {
  3739. "branch-alias": {
  3740. "dev-master": "1.x-dev"
  3741. },
  3742. "laravel": {
  3743. "providers": [
  3744. "Facade\\Ignition\\IgnitionServiceProvider"
  3745. ],
  3746. "aliases": {
  3747. "Flare": "Facade\\Ignition\\Facades\\Flare"
  3748. }
  3749. }
  3750. },
  3751. "autoload": {
  3752. "psr-4": {
  3753. "Facade\\Ignition\\": "src"
  3754. },
  3755. "files": [
  3756. "src/helpers.php"
  3757. ]
  3758. },
  3759. "notification-url": "https://packagist.org/downloads/",
  3760. "license": [
  3761. "MIT"
  3762. ],
  3763. "description": "A beautiful error page for Laravel applications.",
  3764. "homepage": "https://github.com/facade/ignition",
  3765. "keywords": [
  3766. "error",
  3767. "flare",
  3768. "laravel",
  3769. "page"
  3770. ],
  3771. "time": "2020-03-05T12:39:07+00:00"
  3772. },
  3773. {
  3774. "name": "facade/ignition-contracts",
  3775. "version": "1.0.0",
  3776. "source": {
  3777. "type": "git",
  3778. "url": "https://github.com/facade/ignition-contracts.git",
  3779. "reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
  3780. },
  3781. "dist": {
  3782. "type": "zip",
  3783. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
  3784. "reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
  3785. "shasum": ""
  3786. },
  3787. "require": {
  3788. "php": "^7.1"
  3789. },
  3790. "type": "library",
  3791. "autoload": {
  3792. "psr-4": {
  3793. "Facade\\IgnitionContracts\\": "src"
  3794. }
  3795. },
  3796. "notification-url": "https://packagist.org/downloads/",
  3797. "license": [
  3798. "MIT"
  3799. ],
  3800. "authors": [
  3801. {
  3802. "name": "Freek Van der Herten",
  3803. "email": "freek@spatie.be",
  3804. "homepage": "https://flareapp.io",
  3805. "role": "Developer"
  3806. }
  3807. ],
  3808. "description": "Solution contracts for Ignition",
  3809. "homepage": "https://github.com/facade/ignition-contracts",
  3810. "keywords": [
  3811. "contracts",
  3812. "flare",
  3813. "ignition"
  3814. ],
  3815. "time": "2019-08-30T14:06:08+00:00"
  3816. },
  3817. {
  3818. "name": "filp/whoops",
  3819. "version": "2.7.3",
  3820. "source": {
  3821. "type": "git",
  3822. "url": "https://github.com/filp/whoops.git",
  3823. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
  3824. },
  3825. "dist": {
  3826. "type": "zip",
  3827. "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  3828. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  3829. "shasum": ""
  3830. },
  3831. "require": {
  3832. "php": "^5.5.9 || ^7.0",
  3833. "psr/log": "^1.0.1"
  3834. },
  3835. "require-dev": {
  3836. "mockery/mockery": "^0.9 || ^1.0",
  3837. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
  3838. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  3839. },
  3840. "suggest": {
  3841. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  3842. "whoops/soap": "Formats errors as SOAP responses"
  3843. },
  3844. "type": "library",
  3845. "extra": {
  3846. "branch-alias": {
  3847. "dev-master": "2.6-dev"
  3848. }
  3849. },
  3850. "autoload": {
  3851. "psr-4": {
  3852. "Whoops\\": "src/Whoops/"
  3853. }
  3854. },
  3855. "notification-url": "https://packagist.org/downloads/",
  3856. "license": [
  3857. "MIT"
  3858. ],
  3859. "authors": [
  3860. {
  3861. "name": "Filipe Dobreira",
  3862. "homepage": "https://github.com/filp",
  3863. "role": "Developer"
  3864. }
  3865. ],
  3866. "description": "php error handling for cool kids",
  3867. "homepage": "https://filp.github.io/whoops/",
  3868. "keywords": [
  3869. "error",
  3870. "exception",
  3871. "handling",
  3872. "library",
  3873. "throwable",
  3874. "whoops"
  3875. ],
  3876. "time": "2020-06-14T09:00:00+00:00"
  3877. },
  3878. {
  3879. "name": "fzaninotto/faker",
  3880. "version": "v1.9.1",
  3881. "source": {
  3882. "type": "git",
  3883. "url": "https://github.com/fzaninotto/Faker.git",
  3884. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
  3885. },
  3886. "dist": {
  3887. "type": "zip",
  3888. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
  3889. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
  3890. "shasum": ""
  3891. },
  3892. "require": {
  3893. "php": "^5.3.3 || ^7.0"
  3894. },
  3895. "require-dev": {
  3896. "ext-intl": "*",
  3897. "phpunit/phpunit": "^4.8.35 || ^5.7",
  3898. "squizlabs/php_codesniffer": "^2.9.2"
  3899. },
  3900. "type": "library",
  3901. "extra": {
  3902. "branch-alias": {
  3903. "dev-master": "1.9-dev"
  3904. }
  3905. },
  3906. "autoload": {
  3907. "psr-4": {
  3908. "Faker\\": "src/Faker/"
  3909. }
  3910. },
  3911. "notification-url": "https://packagist.org/downloads/",
  3912. "license": [
  3913. "MIT"
  3914. ],
  3915. "authors": [
  3916. {
  3917. "name": "François Zaninotto"
  3918. }
  3919. ],
  3920. "description": "Faker is a PHP library that generates fake data for you.",
  3921. "keywords": [
  3922. "data",
  3923. "faker",
  3924. "fixtures"
  3925. ],
  3926. "time": "2019-12-12T13:22:17+00:00"
  3927. },
  3928. {
  3929. "name": "hamcrest/hamcrest-php",
  3930. "version": "v2.0.0",
  3931. "source": {
  3932. "type": "git",
  3933. "url": "https://github.com/hamcrest/hamcrest-php.git",
  3934. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  3935. },
  3936. "dist": {
  3937. "type": "zip",
  3938. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  3939. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  3940. "shasum": ""
  3941. },
  3942. "require": {
  3943. "php": "^5.3|^7.0"
  3944. },
  3945. "replace": {
  3946. "cordoval/hamcrest-php": "*",
  3947. "davedevelopment/hamcrest-php": "*",
  3948. "kodova/hamcrest-php": "*"
  3949. },
  3950. "require-dev": {
  3951. "phpunit/php-file-iterator": "1.3.3",
  3952. "phpunit/phpunit": "~4.0",
  3953. "satooshi/php-coveralls": "^1.0"
  3954. },
  3955. "type": "library",
  3956. "extra": {
  3957. "branch-alias": {
  3958. "dev-master": "2.0-dev"
  3959. }
  3960. },
  3961. "autoload": {
  3962. "classmap": [
  3963. "hamcrest"
  3964. ]
  3965. },
  3966. "notification-url": "https://packagist.org/downloads/",
  3967. "license": [
  3968. "BSD"
  3969. ],
  3970. "description": "This is the PHP port of Hamcrest Matchers",
  3971. "keywords": [
  3972. "test"
  3973. ],
  3974. "time": "2016-01-20T08:20:44+00:00"
  3975. },
  3976. {
  3977. "name": "jakub-onderka/php-console-color",
  3978. "version": "v0.2",
  3979. "source": {
  3980. "type": "git",
  3981. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  3982. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  3983. },
  3984. "dist": {
  3985. "type": "zip",
  3986. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  3987. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  3988. "shasum": ""
  3989. },
  3990. "require": {
  3991. "php": ">=5.4.0"
  3992. },
  3993. "require-dev": {
  3994. "jakub-onderka/php-code-style": "1.0",
  3995. "jakub-onderka/php-parallel-lint": "1.0",
  3996. "jakub-onderka/php-var-dump-check": "0.*",
  3997. "phpunit/phpunit": "~4.3",
  3998. "squizlabs/php_codesniffer": "1.*"
  3999. },
  4000. "type": "library",
  4001. "autoload": {
  4002. "psr-4": {
  4003. "JakubOnderka\\PhpConsoleColor\\": "src/"
  4004. }
  4005. },
  4006. "notification-url": "https://packagist.org/downloads/",
  4007. "license": [
  4008. "BSD-2-Clause"
  4009. ],
  4010. "authors": [
  4011. {
  4012. "name": "Jakub Onderka",
  4013. "email": "jakub.onderka@gmail.com"
  4014. }
  4015. ],
  4016. "abandoned": "php-parallel-lint/php-console-color",
  4017. "time": "2018-09-29T17:23:10+00:00"
  4018. },
  4019. {
  4020. "name": "jakub-onderka/php-console-highlighter",
  4021. "version": "v0.4",
  4022. "source": {
  4023. "type": "git",
  4024. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  4025. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  4026. },
  4027. "dist": {
  4028. "type": "zip",
  4029. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  4030. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  4031. "shasum": ""
  4032. },
  4033. "require": {
  4034. "ext-tokenizer": "*",
  4035. "jakub-onderka/php-console-color": "~0.2",
  4036. "php": ">=5.4.0"
  4037. },
  4038. "require-dev": {
  4039. "jakub-onderka/php-code-style": "~1.0",
  4040. "jakub-onderka/php-parallel-lint": "~1.0",
  4041. "jakub-onderka/php-var-dump-check": "~0.1",
  4042. "phpunit/phpunit": "~4.0",
  4043. "squizlabs/php_codesniffer": "~1.5"
  4044. },
  4045. "type": "library",
  4046. "autoload": {
  4047. "psr-4": {
  4048. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  4049. }
  4050. },
  4051. "notification-url": "https://packagist.org/downloads/",
  4052. "license": [
  4053. "MIT"
  4054. ],
  4055. "authors": [
  4056. {
  4057. "name": "Jakub Onderka",
  4058. "email": "acci@acci.cz",
  4059. "homepage": "http://www.acci.cz/"
  4060. }
  4061. ],
  4062. "description": "Highlight PHP code in terminal",
  4063. "abandoned": "php-parallel-lint/php-console-highlighter",
  4064. "time": "2018-09-29T18:48:56+00:00"
  4065. },
  4066. {
  4067. "name": "mockery/mockery",
  4068. "version": "1.4.0",
  4069. "source": {
  4070. "type": "git",
  4071. "url": "https://github.com/mockery/mockery.git",
  4072. "reference": "6c6a7c533469873deacf998237e7649fc6b36223"
  4073. },
  4074. "dist": {
  4075. "type": "zip",
  4076. "url": "https://api.github.com/repos/mockery/mockery/zipball/6c6a7c533469873deacf998237e7649fc6b36223",
  4077. "reference": "6c6a7c533469873deacf998237e7649fc6b36223",
  4078. "shasum": ""
  4079. },
  4080. "require": {
  4081. "hamcrest/hamcrest-php": "~2.0",
  4082. "lib-pcre": ">=7.0",
  4083. "php": "^7.3.0"
  4084. },
  4085. "conflict": {
  4086. "phpunit/phpunit": "<8.0"
  4087. },
  4088. "require-dev": {
  4089. "phpunit/phpunit": "^8.0.0 || ^9.0.0"
  4090. },
  4091. "type": "library",
  4092. "extra": {
  4093. "branch-alias": {
  4094. "dev-master": "1.4.x-dev"
  4095. }
  4096. },
  4097. "autoload": {
  4098. "psr-0": {
  4099. "Mockery": "library/"
  4100. }
  4101. },
  4102. "notification-url": "https://packagist.org/downloads/",
  4103. "license": [
  4104. "BSD-3-Clause"
  4105. ],
  4106. "authors": [
  4107. {
  4108. "name": "Pádraic Brady",
  4109. "email": "padraic.brady@gmail.com",
  4110. "homepage": "http://blog.astrumfutura.com"
  4111. },
  4112. {
  4113. "name": "Dave Marshall",
  4114. "email": "dave.marshall@atstsolutions.co.uk",
  4115. "homepage": "http://davedevelopment.co.uk"
  4116. }
  4117. ],
  4118. "description": "Mockery is a simple yet flexible PHP mock object framework",
  4119. "homepage": "https://github.com/mockery/mockery",
  4120. "keywords": [
  4121. "BDD",
  4122. "TDD",
  4123. "library",
  4124. "mock",
  4125. "mock objects",
  4126. "mockery",
  4127. "stub",
  4128. "test",
  4129. "test double",
  4130. "testing"
  4131. ],
  4132. "time": "2020-05-19T14:25:16+00:00"
  4133. },
  4134. {
  4135. "name": "myclabs/deep-copy",
  4136. "version": "1.9.5",
  4137. "source": {
  4138. "type": "git",
  4139. "url": "https://github.com/myclabs/DeepCopy.git",
  4140. "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
  4141. },
  4142. "dist": {
  4143. "type": "zip",
  4144. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
  4145. "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
  4146. "shasum": ""
  4147. },
  4148. "require": {
  4149. "php": "^7.1"
  4150. },
  4151. "replace": {
  4152. "myclabs/deep-copy": "self.version"
  4153. },
  4154. "require-dev": {
  4155. "doctrine/collections": "^1.0",
  4156. "doctrine/common": "^2.6",
  4157. "phpunit/phpunit": "^7.1"
  4158. },
  4159. "type": "library",
  4160. "autoload": {
  4161. "psr-4": {
  4162. "DeepCopy\\": "src/DeepCopy/"
  4163. },
  4164. "files": [
  4165. "src/DeepCopy/deep_copy.php"
  4166. ]
  4167. },
  4168. "notification-url": "https://packagist.org/downloads/",
  4169. "license": [
  4170. "MIT"
  4171. ],
  4172. "description": "Create deep copies (clones) of your objects",
  4173. "keywords": [
  4174. "clone",
  4175. "copy",
  4176. "duplicate",
  4177. "object",
  4178. "object graph"
  4179. ],
  4180. "time": "2020-01-17T21:11:47+00:00"
  4181. },
  4182. {
  4183. "name": "nunomaduro/collision",
  4184. "version": "v3.0.1",
  4185. "source": {
  4186. "type": "git",
  4187. "url": "https://github.com/nunomaduro/collision.git",
  4188. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
  4189. },
  4190. "dist": {
  4191. "type": "zip",
  4192. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4193. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4194. "shasum": ""
  4195. },
  4196. "require": {
  4197. "filp/whoops": "^2.1.4",
  4198. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  4199. "php": "^7.1",
  4200. "symfony/console": "~2.8|~3.3|~4.0"
  4201. },
  4202. "require-dev": {
  4203. "laravel/framework": "5.8.*",
  4204. "nunomaduro/larastan": "^0.3.0",
  4205. "phpstan/phpstan": "^0.11",
  4206. "phpunit/phpunit": "~8.0"
  4207. },
  4208. "type": "library",
  4209. "extra": {
  4210. "laravel": {
  4211. "providers": [
  4212. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  4213. ]
  4214. }
  4215. },
  4216. "autoload": {
  4217. "psr-4": {
  4218. "NunoMaduro\\Collision\\": "src/"
  4219. }
  4220. },
  4221. "notification-url": "https://packagist.org/downloads/",
  4222. "license": [
  4223. "MIT"
  4224. ],
  4225. "authors": [
  4226. {
  4227. "name": "Nuno Maduro",
  4228. "email": "enunomaduro@gmail.com"
  4229. }
  4230. ],
  4231. "description": "Cli error handling for console/command-line PHP applications.",
  4232. "keywords": [
  4233. "artisan",
  4234. "cli",
  4235. "command-line",
  4236. "console",
  4237. "error",
  4238. "handling",
  4239. "laravel",
  4240. "laravel-zero",
  4241. "php",
  4242. "symfony"
  4243. ],
  4244. "time": "2019-03-07T21:35:13+00:00"
  4245. },
  4246. {
  4247. "name": "phar-io/manifest",
  4248. "version": "1.0.3",
  4249. "source": {
  4250. "type": "git",
  4251. "url": "https://github.com/phar-io/manifest.git",
  4252. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  4253. },
  4254. "dist": {
  4255. "type": "zip",
  4256. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4257. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4258. "shasum": ""
  4259. },
  4260. "require": {
  4261. "ext-dom": "*",
  4262. "ext-phar": "*",
  4263. "phar-io/version": "^2.0",
  4264. "php": "^5.6 || ^7.0"
  4265. },
  4266. "type": "library",
  4267. "extra": {
  4268. "branch-alias": {
  4269. "dev-master": "1.0.x-dev"
  4270. }
  4271. },
  4272. "autoload": {
  4273. "classmap": [
  4274. "src/"
  4275. ]
  4276. },
  4277. "notification-url": "https://packagist.org/downloads/",
  4278. "license": [
  4279. "BSD-3-Clause"
  4280. ],
  4281. "authors": [
  4282. {
  4283. "name": "Arne Blankerts",
  4284. "email": "arne@blankerts.de",
  4285. "role": "Developer"
  4286. },
  4287. {
  4288. "name": "Sebastian Heuer",
  4289. "email": "sebastian@phpeople.de",
  4290. "role": "Developer"
  4291. },
  4292. {
  4293. "name": "Sebastian Bergmann",
  4294. "email": "sebastian@phpunit.de",
  4295. "role": "Developer"
  4296. }
  4297. ],
  4298. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  4299. "time": "2018-07-08T19:23:20+00:00"
  4300. },
  4301. {
  4302. "name": "phar-io/version",
  4303. "version": "2.0.1",
  4304. "source": {
  4305. "type": "git",
  4306. "url": "https://github.com/phar-io/version.git",
  4307. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  4308. },
  4309. "dist": {
  4310. "type": "zip",
  4311. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4312. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4313. "shasum": ""
  4314. },
  4315. "require": {
  4316. "php": "^5.6 || ^7.0"
  4317. },
  4318. "type": "library",
  4319. "autoload": {
  4320. "classmap": [
  4321. "src/"
  4322. ]
  4323. },
  4324. "notification-url": "https://packagist.org/downloads/",
  4325. "license": [
  4326. "BSD-3-Clause"
  4327. ],
  4328. "authors": [
  4329. {
  4330. "name": "Arne Blankerts",
  4331. "email": "arne@blankerts.de",
  4332. "role": "Developer"
  4333. },
  4334. {
  4335. "name": "Sebastian Heuer",
  4336. "email": "sebastian@phpeople.de",
  4337. "role": "Developer"
  4338. },
  4339. {
  4340. "name": "Sebastian Bergmann",
  4341. "email": "sebastian@phpunit.de",
  4342. "role": "Developer"
  4343. }
  4344. ],
  4345. "description": "Library for handling version information and constraints",
  4346. "time": "2018-07-08T19:19:57+00:00"
  4347. },
  4348. {
  4349. "name": "phpdocumentor/reflection-common",
  4350. "version": "2.1.0",
  4351. "source": {
  4352. "type": "git",
  4353. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4354. "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
  4355. },
  4356. "dist": {
  4357. "type": "zip",
  4358. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
  4359. "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
  4360. "shasum": ""
  4361. },
  4362. "require": {
  4363. "php": ">=7.1"
  4364. },
  4365. "type": "library",
  4366. "extra": {
  4367. "branch-alias": {
  4368. "dev-master": "2.x-dev"
  4369. }
  4370. },
  4371. "autoload": {
  4372. "psr-4": {
  4373. "phpDocumentor\\Reflection\\": "src/"
  4374. }
  4375. },
  4376. "notification-url": "https://packagist.org/downloads/",
  4377. "license": [
  4378. "MIT"
  4379. ],
  4380. "authors": [
  4381. {
  4382. "name": "Jaap van Otterdijk",
  4383. "email": "opensource@ijaap.nl"
  4384. }
  4385. ],
  4386. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4387. "homepage": "http://www.phpdoc.org",
  4388. "keywords": [
  4389. "FQSEN",
  4390. "phpDocumentor",
  4391. "phpdoc",
  4392. "reflection",
  4393. "static analysis"
  4394. ],
  4395. "time": "2020-04-27T09:25:28+00:00"
  4396. },
  4397. {
  4398. "name": "phpdocumentor/reflection-docblock",
  4399. "version": "5.1.0",
  4400. "source": {
  4401. "type": "git",
  4402. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4403. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
  4404. },
  4405. "dist": {
  4406. "type": "zip",
  4407. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4408. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4409. "shasum": ""
  4410. },
  4411. "require": {
  4412. "ext-filter": "^7.1",
  4413. "php": "^7.2",
  4414. "phpdocumentor/reflection-common": "^2.0",
  4415. "phpdocumentor/type-resolver": "^1.0",
  4416. "webmozart/assert": "^1"
  4417. },
  4418. "require-dev": {
  4419. "doctrine/instantiator": "^1",
  4420. "mockery/mockery": "^1"
  4421. },
  4422. "type": "library",
  4423. "extra": {
  4424. "branch-alias": {
  4425. "dev-master": "5.x-dev"
  4426. }
  4427. },
  4428. "autoload": {
  4429. "psr-4": {
  4430. "phpDocumentor\\Reflection\\": "src"
  4431. }
  4432. },
  4433. "notification-url": "https://packagist.org/downloads/",
  4434. "license": [
  4435. "MIT"
  4436. ],
  4437. "authors": [
  4438. {
  4439. "name": "Mike van Riel",
  4440. "email": "me@mikevanriel.com"
  4441. },
  4442. {
  4443. "name": "Jaap van Otterdijk",
  4444. "email": "account@ijaap.nl"
  4445. }
  4446. ],
  4447. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4448. "time": "2020-02-22T12:28:44+00:00"
  4449. },
  4450. {
  4451. "name": "phpdocumentor/type-resolver",
  4452. "version": "1.2.0",
  4453. "source": {
  4454. "type": "git",
  4455. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4456. "reference": "30441f2752e493c639526b215ed81d54f369d693"
  4457. },
  4458. "dist": {
  4459. "type": "zip",
  4460. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30441f2752e493c639526b215ed81d54f369d693",
  4461. "reference": "30441f2752e493c639526b215ed81d54f369d693",
  4462. "shasum": ""
  4463. },
  4464. "require": {
  4465. "php": "^7.2",
  4466. "phpdocumentor/reflection-common": "^2.0"
  4467. },
  4468. "require-dev": {
  4469. "ext-tokenizer": "^7.2",
  4470. "mockery/mockery": "~1"
  4471. },
  4472. "type": "library",
  4473. "extra": {
  4474. "branch-alias": {
  4475. "dev-1.x": "1.x-dev"
  4476. }
  4477. },
  4478. "autoload": {
  4479. "psr-4": {
  4480. "phpDocumentor\\Reflection\\": "src"
  4481. }
  4482. },
  4483. "notification-url": "https://packagist.org/downloads/",
  4484. "license": [
  4485. "MIT"
  4486. ],
  4487. "authors": [
  4488. {
  4489. "name": "Mike van Riel",
  4490. "email": "me@mikevanriel.com"
  4491. }
  4492. ],
  4493. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  4494. "time": "2020-06-19T20:22:09+00:00"
  4495. },
  4496. {
  4497. "name": "phpspec/prophecy",
  4498. "version": "v1.10.3",
  4499. "source": {
  4500. "type": "git",
  4501. "url": "https://github.com/phpspec/prophecy.git",
  4502. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  4503. },
  4504. "dist": {
  4505. "type": "zip",
  4506. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  4507. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  4508. "shasum": ""
  4509. },
  4510. "require": {
  4511. "doctrine/instantiator": "^1.0.2",
  4512. "php": "^5.3|^7.0",
  4513. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  4514. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  4515. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  4516. },
  4517. "require-dev": {
  4518. "phpspec/phpspec": "^2.5 || ^3.2",
  4519. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  4520. },
  4521. "type": "library",
  4522. "extra": {
  4523. "branch-alias": {
  4524. "dev-master": "1.10.x-dev"
  4525. }
  4526. },
  4527. "autoload": {
  4528. "psr-4": {
  4529. "Prophecy\\": "src/Prophecy"
  4530. }
  4531. },
  4532. "notification-url": "https://packagist.org/downloads/",
  4533. "license": [
  4534. "MIT"
  4535. ],
  4536. "authors": [
  4537. {
  4538. "name": "Konstantin Kudryashov",
  4539. "email": "ever.zet@gmail.com",
  4540. "homepage": "http://everzet.com"
  4541. },
  4542. {
  4543. "name": "Marcello Duarte",
  4544. "email": "marcello.duarte@gmail.com"
  4545. }
  4546. ],
  4547. "description": "Highly opinionated mocking framework for PHP 5.3+",
  4548. "homepage": "https://github.com/phpspec/prophecy",
  4549. "keywords": [
  4550. "Double",
  4551. "Dummy",
  4552. "fake",
  4553. "mock",
  4554. "spy",
  4555. "stub"
  4556. ],
  4557. "time": "2020-03-05T15:02:03+00:00"
  4558. },
  4559. {
  4560. "name": "phpunit/php-code-coverage",
  4561. "version": "7.0.10",
  4562. "source": {
  4563. "type": "git",
  4564. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  4565. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  4566. },
  4567. "dist": {
  4568. "type": "zip",
  4569. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  4570. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  4571. "shasum": ""
  4572. },
  4573. "require": {
  4574. "ext-dom": "*",
  4575. "ext-xmlwriter": "*",
  4576. "php": "^7.2",
  4577. "phpunit/php-file-iterator": "^2.0.2",
  4578. "phpunit/php-text-template": "^1.2.1",
  4579. "phpunit/php-token-stream": "^3.1.1",
  4580. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  4581. "sebastian/environment": "^4.2.2",
  4582. "sebastian/version": "^2.0.1",
  4583. "theseer/tokenizer": "^1.1.3"
  4584. },
  4585. "require-dev": {
  4586. "phpunit/phpunit": "^8.2.2"
  4587. },
  4588. "suggest": {
  4589. "ext-xdebug": "^2.7.2"
  4590. },
  4591. "type": "library",
  4592. "extra": {
  4593. "branch-alias": {
  4594. "dev-master": "7.0-dev"
  4595. }
  4596. },
  4597. "autoload": {
  4598. "classmap": [
  4599. "src/"
  4600. ]
  4601. },
  4602. "notification-url": "https://packagist.org/downloads/",
  4603. "license": [
  4604. "BSD-3-Clause"
  4605. ],
  4606. "authors": [
  4607. {
  4608. "name": "Sebastian Bergmann",
  4609. "email": "sebastian@phpunit.de",
  4610. "role": "lead"
  4611. }
  4612. ],
  4613. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  4614. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  4615. "keywords": [
  4616. "coverage",
  4617. "testing",
  4618. "xunit"
  4619. ],
  4620. "time": "2019-11-20T13:55:58+00:00"
  4621. },
  4622. {
  4623. "name": "phpunit/php-file-iterator",
  4624. "version": "2.0.2",
  4625. "source": {
  4626. "type": "git",
  4627. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  4628. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  4629. },
  4630. "dist": {
  4631. "type": "zip",
  4632. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  4633. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  4634. "shasum": ""
  4635. },
  4636. "require": {
  4637. "php": "^7.1"
  4638. },
  4639. "require-dev": {
  4640. "phpunit/phpunit": "^7.1"
  4641. },
  4642. "type": "library",
  4643. "extra": {
  4644. "branch-alias": {
  4645. "dev-master": "2.0.x-dev"
  4646. }
  4647. },
  4648. "autoload": {
  4649. "classmap": [
  4650. "src/"
  4651. ]
  4652. },
  4653. "notification-url": "https://packagist.org/downloads/",
  4654. "license": [
  4655. "BSD-3-Clause"
  4656. ],
  4657. "authors": [
  4658. {
  4659. "name": "Sebastian Bergmann",
  4660. "email": "sebastian@phpunit.de",
  4661. "role": "lead"
  4662. }
  4663. ],
  4664. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  4665. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  4666. "keywords": [
  4667. "filesystem",
  4668. "iterator"
  4669. ],
  4670. "time": "2018-09-13T20:33:42+00:00"
  4671. },
  4672. {
  4673. "name": "phpunit/php-text-template",
  4674. "version": "1.2.1",
  4675. "source": {
  4676. "type": "git",
  4677. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  4678. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  4679. },
  4680. "dist": {
  4681. "type": "zip",
  4682. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4683. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4684. "shasum": ""
  4685. },
  4686. "require": {
  4687. "php": ">=5.3.3"
  4688. },
  4689. "type": "library",
  4690. "autoload": {
  4691. "classmap": [
  4692. "src/"
  4693. ]
  4694. },
  4695. "notification-url": "https://packagist.org/downloads/",
  4696. "license": [
  4697. "BSD-3-Clause"
  4698. ],
  4699. "authors": [
  4700. {
  4701. "name": "Sebastian Bergmann",
  4702. "email": "sebastian@phpunit.de",
  4703. "role": "lead"
  4704. }
  4705. ],
  4706. "description": "Simple template engine.",
  4707. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  4708. "keywords": [
  4709. "template"
  4710. ],
  4711. "time": "2015-06-21T13:50:34+00:00"
  4712. },
  4713. {
  4714. "name": "phpunit/php-timer",
  4715. "version": "2.1.2",
  4716. "source": {
  4717. "type": "git",
  4718. "url": "https://github.com/sebastianbergmann/php-timer.git",
  4719. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  4720. },
  4721. "dist": {
  4722. "type": "zip",
  4723. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  4724. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  4725. "shasum": ""
  4726. },
  4727. "require": {
  4728. "php": "^7.1"
  4729. },
  4730. "require-dev": {
  4731. "phpunit/phpunit": "^7.0"
  4732. },
  4733. "type": "library",
  4734. "extra": {
  4735. "branch-alias": {
  4736. "dev-master": "2.1-dev"
  4737. }
  4738. },
  4739. "autoload": {
  4740. "classmap": [
  4741. "src/"
  4742. ]
  4743. },
  4744. "notification-url": "https://packagist.org/downloads/",
  4745. "license": [
  4746. "BSD-3-Clause"
  4747. ],
  4748. "authors": [
  4749. {
  4750. "name": "Sebastian Bergmann",
  4751. "email": "sebastian@phpunit.de",
  4752. "role": "lead"
  4753. }
  4754. ],
  4755. "description": "Utility class for timing",
  4756. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  4757. "keywords": [
  4758. "timer"
  4759. ],
  4760. "time": "2019-06-07T04:22:29+00:00"
  4761. },
  4762. {
  4763. "name": "phpunit/php-token-stream",
  4764. "version": "3.1.1",
  4765. "source": {
  4766. "type": "git",
  4767. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4768. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  4769. },
  4770. "dist": {
  4771. "type": "zip",
  4772. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  4773. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  4774. "shasum": ""
  4775. },
  4776. "require": {
  4777. "ext-tokenizer": "*",
  4778. "php": "^7.1"
  4779. },
  4780. "require-dev": {
  4781. "phpunit/phpunit": "^7.0"
  4782. },
  4783. "type": "library",
  4784. "extra": {
  4785. "branch-alias": {
  4786. "dev-master": "3.1-dev"
  4787. }
  4788. },
  4789. "autoload": {
  4790. "classmap": [
  4791. "src/"
  4792. ]
  4793. },
  4794. "notification-url": "https://packagist.org/downloads/",
  4795. "license": [
  4796. "BSD-3-Clause"
  4797. ],
  4798. "authors": [
  4799. {
  4800. "name": "Sebastian Bergmann",
  4801. "email": "sebastian@phpunit.de"
  4802. }
  4803. ],
  4804. "description": "Wrapper around PHP's tokenizer extension.",
  4805. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4806. "keywords": [
  4807. "tokenizer"
  4808. ],
  4809. "time": "2019-09-17T06:23:10+00:00"
  4810. },
  4811. {
  4812. "name": "phpunit/phpunit",
  4813. "version": "8.5.8",
  4814. "source": {
  4815. "type": "git",
  4816. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4817. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
  4818. },
  4819. "dist": {
  4820. "type": "zip",
  4821. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
  4822. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
  4823. "shasum": ""
  4824. },
  4825. "require": {
  4826. "doctrine/instantiator": "^1.2.0",
  4827. "ext-dom": "*",
  4828. "ext-json": "*",
  4829. "ext-libxml": "*",
  4830. "ext-mbstring": "*",
  4831. "ext-xml": "*",
  4832. "ext-xmlwriter": "*",
  4833. "myclabs/deep-copy": "^1.9.1",
  4834. "phar-io/manifest": "^1.0.3",
  4835. "phar-io/version": "^2.0.1",
  4836. "php": "^7.2",
  4837. "phpspec/prophecy": "^1.8.1",
  4838. "phpunit/php-code-coverage": "^7.0.7",
  4839. "phpunit/php-file-iterator": "^2.0.2",
  4840. "phpunit/php-text-template": "^1.2.1",
  4841. "phpunit/php-timer": "^2.1.2",
  4842. "sebastian/comparator": "^3.0.2",
  4843. "sebastian/diff": "^3.0.2",
  4844. "sebastian/environment": "^4.2.2",
  4845. "sebastian/exporter": "^3.1.1",
  4846. "sebastian/global-state": "^3.0.0",
  4847. "sebastian/object-enumerator": "^3.0.3",
  4848. "sebastian/resource-operations": "^2.0.1",
  4849. "sebastian/type": "^1.1.3",
  4850. "sebastian/version": "^2.0.1"
  4851. },
  4852. "require-dev": {
  4853. "ext-pdo": "*"
  4854. },
  4855. "suggest": {
  4856. "ext-soap": "*",
  4857. "ext-xdebug": "*",
  4858. "phpunit/php-invoker": "^2.0.0"
  4859. },
  4860. "bin": [
  4861. "phpunit"
  4862. ],
  4863. "type": "library",
  4864. "extra": {
  4865. "branch-alias": {
  4866. "dev-master": "8.5-dev"
  4867. }
  4868. },
  4869. "autoload": {
  4870. "classmap": [
  4871. "src/"
  4872. ]
  4873. },
  4874. "notification-url": "https://packagist.org/downloads/",
  4875. "license": [
  4876. "BSD-3-Clause"
  4877. ],
  4878. "authors": [
  4879. {
  4880. "name": "Sebastian Bergmann",
  4881. "email": "sebastian@phpunit.de",
  4882. "role": "lead"
  4883. }
  4884. ],
  4885. "description": "The PHP Unit Testing framework.",
  4886. "homepage": "https://phpunit.de/",
  4887. "keywords": [
  4888. "phpunit",
  4889. "testing",
  4890. "xunit"
  4891. ],
  4892. "time": "2020-06-22T07:06:58+00:00"
  4893. },
  4894. {
  4895. "name": "scrivo/highlight.php",
  4896. "version": "v9.18.1.1",
  4897. "source": {
  4898. "type": "git",
  4899. "url": "https://github.com/scrivo/highlight.php.git",
  4900. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
  4901. },
  4902. "dist": {
  4903. "type": "zip",
  4904. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
  4905. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
  4906. "shasum": ""
  4907. },
  4908. "require": {
  4909. "ext-json": "*",
  4910. "ext-mbstring": "*",
  4911. "php": ">=5.4"
  4912. },
  4913. "require-dev": {
  4914. "phpunit/phpunit": "^4.8|^5.7",
  4915. "sabberworm/php-css-parser": "^8.3",
  4916. "symfony/finder": "^2.8|^3.4",
  4917. "symfony/var-dumper": "^2.8|^3.4"
  4918. },
  4919. "suggest": {
  4920. "ext-dom": "Needed to make use of the features in the utilities namespace"
  4921. },
  4922. "type": "library",
  4923. "autoload": {
  4924. "psr-0": {
  4925. "Highlight\\": "",
  4926. "HighlightUtilities\\": ""
  4927. },
  4928. "files": [
  4929. "HighlightUtilities/functions.php"
  4930. ]
  4931. },
  4932. "notification-url": "https://packagist.org/downloads/",
  4933. "license": [
  4934. "BSD-3-Clause"
  4935. ],
  4936. "authors": [
  4937. {
  4938. "name": "Geert Bergman",
  4939. "homepage": "http://www.scrivo.org/",
  4940. "role": "Project Author"
  4941. },
  4942. {
  4943. "name": "Vladimir Jimenez",
  4944. "homepage": "https://allejo.io",
  4945. "role": "Maintainer"
  4946. },
  4947. {
  4948. "name": "Martin Folkers",
  4949. "homepage": "https://twobrain.io",
  4950. "role": "Contributor"
  4951. }
  4952. ],
  4953. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  4954. "keywords": [
  4955. "code",
  4956. "highlight",
  4957. "highlight.js",
  4958. "highlight.php",
  4959. "syntax"
  4960. ],
  4961. "time": "2020-03-02T05:59:21+00:00"
  4962. },
  4963. {
  4964. "name": "sebastian/code-unit-reverse-lookup",
  4965. "version": "1.0.1",
  4966. "source": {
  4967. "type": "git",
  4968. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  4969. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  4970. },
  4971. "dist": {
  4972. "type": "zip",
  4973. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4974. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4975. "shasum": ""
  4976. },
  4977. "require": {
  4978. "php": "^5.6 || ^7.0"
  4979. },
  4980. "require-dev": {
  4981. "phpunit/phpunit": "^5.7 || ^6.0"
  4982. },
  4983. "type": "library",
  4984. "extra": {
  4985. "branch-alias": {
  4986. "dev-master": "1.0.x-dev"
  4987. }
  4988. },
  4989. "autoload": {
  4990. "classmap": [
  4991. "src/"
  4992. ]
  4993. },
  4994. "notification-url": "https://packagist.org/downloads/",
  4995. "license": [
  4996. "BSD-3-Clause"
  4997. ],
  4998. "authors": [
  4999. {
  5000. "name": "Sebastian Bergmann",
  5001. "email": "sebastian@phpunit.de"
  5002. }
  5003. ],
  5004. "description": "Looks up which function or method a line of code belongs to",
  5005. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  5006. "time": "2017-03-04T06:30:41+00:00"
  5007. },
  5008. {
  5009. "name": "sebastian/comparator",
  5010. "version": "3.0.2",
  5011. "source": {
  5012. "type": "git",
  5013. "url": "https://github.com/sebastianbergmann/comparator.git",
  5014. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  5015. },
  5016. "dist": {
  5017. "type": "zip",
  5018. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5019. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5020. "shasum": ""
  5021. },
  5022. "require": {
  5023. "php": "^7.1",
  5024. "sebastian/diff": "^3.0",
  5025. "sebastian/exporter": "^3.1"
  5026. },
  5027. "require-dev": {
  5028. "phpunit/phpunit": "^7.1"
  5029. },
  5030. "type": "library",
  5031. "extra": {
  5032. "branch-alias": {
  5033. "dev-master": "3.0-dev"
  5034. }
  5035. },
  5036. "autoload": {
  5037. "classmap": [
  5038. "src/"
  5039. ]
  5040. },
  5041. "notification-url": "https://packagist.org/downloads/",
  5042. "license": [
  5043. "BSD-3-Clause"
  5044. ],
  5045. "authors": [
  5046. {
  5047. "name": "Jeff Welch",
  5048. "email": "whatthejeff@gmail.com"
  5049. },
  5050. {
  5051. "name": "Volker Dusch",
  5052. "email": "github@wallbash.com"
  5053. },
  5054. {
  5055. "name": "Bernhard Schussek",
  5056. "email": "bschussek@2bepublished.at"
  5057. },
  5058. {
  5059. "name": "Sebastian Bergmann",
  5060. "email": "sebastian@phpunit.de"
  5061. }
  5062. ],
  5063. "description": "Provides the functionality to compare PHP values for equality",
  5064. "homepage": "https://github.com/sebastianbergmann/comparator",
  5065. "keywords": [
  5066. "comparator",
  5067. "compare",
  5068. "equality"
  5069. ],
  5070. "time": "2018-07-12T15:12:46+00:00"
  5071. },
  5072. {
  5073. "name": "sebastian/diff",
  5074. "version": "3.0.2",
  5075. "source": {
  5076. "type": "git",
  5077. "url": "https://github.com/sebastianbergmann/diff.git",
  5078. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  5079. },
  5080. "dist": {
  5081. "type": "zip",
  5082. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5083. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5084. "shasum": ""
  5085. },
  5086. "require": {
  5087. "php": "^7.1"
  5088. },
  5089. "require-dev": {
  5090. "phpunit/phpunit": "^7.5 || ^8.0",
  5091. "symfony/process": "^2 || ^3.3 || ^4"
  5092. },
  5093. "type": "library",
  5094. "extra": {
  5095. "branch-alias": {
  5096. "dev-master": "3.0-dev"
  5097. }
  5098. },
  5099. "autoload": {
  5100. "classmap": [
  5101. "src/"
  5102. ]
  5103. },
  5104. "notification-url": "https://packagist.org/downloads/",
  5105. "license": [
  5106. "BSD-3-Clause"
  5107. ],
  5108. "authors": [
  5109. {
  5110. "name": "Kore Nordmann",
  5111. "email": "mail@kore-nordmann.de"
  5112. },
  5113. {
  5114. "name": "Sebastian Bergmann",
  5115. "email": "sebastian@phpunit.de"
  5116. }
  5117. ],
  5118. "description": "Diff implementation",
  5119. "homepage": "https://github.com/sebastianbergmann/diff",
  5120. "keywords": [
  5121. "diff",
  5122. "udiff",
  5123. "unidiff",
  5124. "unified diff"
  5125. ],
  5126. "time": "2019-02-04T06:01:07+00:00"
  5127. },
  5128. {
  5129. "name": "sebastian/environment",
  5130. "version": "4.2.3",
  5131. "source": {
  5132. "type": "git",
  5133. "url": "https://github.com/sebastianbergmann/environment.git",
  5134. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  5135. },
  5136. "dist": {
  5137. "type": "zip",
  5138. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  5139. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  5140. "shasum": ""
  5141. },
  5142. "require": {
  5143. "php": "^7.1"
  5144. },
  5145. "require-dev": {
  5146. "phpunit/phpunit": "^7.5"
  5147. },
  5148. "suggest": {
  5149. "ext-posix": "*"
  5150. },
  5151. "type": "library",
  5152. "extra": {
  5153. "branch-alias": {
  5154. "dev-master": "4.2-dev"
  5155. }
  5156. },
  5157. "autoload": {
  5158. "classmap": [
  5159. "src/"
  5160. ]
  5161. },
  5162. "notification-url": "https://packagist.org/downloads/",
  5163. "license": [
  5164. "BSD-3-Clause"
  5165. ],
  5166. "authors": [
  5167. {
  5168. "name": "Sebastian Bergmann",
  5169. "email": "sebastian@phpunit.de"
  5170. }
  5171. ],
  5172. "description": "Provides functionality to handle HHVM/PHP environments",
  5173. "homepage": "http://www.github.com/sebastianbergmann/environment",
  5174. "keywords": [
  5175. "Xdebug",
  5176. "environment",
  5177. "hhvm"
  5178. ],
  5179. "time": "2019-11-20T08:46:58+00:00"
  5180. },
  5181. {
  5182. "name": "sebastian/exporter",
  5183. "version": "3.1.2",
  5184. "source": {
  5185. "type": "git",
  5186. "url": "https://github.com/sebastianbergmann/exporter.git",
  5187. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  5188. },
  5189. "dist": {
  5190. "type": "zip",
  5191. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  5192. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  5193. "shasum": ""
  5194. },
  5195. "require": {
  5196. "php": "^7.0",
  5197. "sebastian/recursion-context": "^3.0"
  5198. },
  5199. "require-dev": {
  5200. "ext-mbstring": "*",
  5201. "phpunit/phpunit": "^6.0"
  5202. },
  5203. "type": "library",
  5204. "extra": {
  5205. "branch-alias": {
  5206. "dev-master": "3.1.x-dev"
  5207. }
  5208. },
  5209. "autoload": {
  5210. "classmap": [
  5211. "src/"
  5212. ]
  5213. },
  5214. "notification-url": "https://packagist.org/downloads/",
  5215. "license": [
  5216. "BSD-3-Clause"
  5217. ],
  5218. "authors": [
  5219. {
  5220. "name": "Sebastian Bergmann",
  5221. "email": "sebastian@phpunit.de"
  5222. },
  5223. {
  5224. "name": "Jeff Welch",
  5225. "email": "whatthejeff@gmail.com"
  5226. },
  5227. {
  5228. "name": "Volker Dusch",
  5229. "email": "github@wallbash.com"
  5230. },
  5231. {
  5232. "name": "Adam Harvey",
  5233. "email": "aharvey@php.net"
  5234. },
  5235. {
  5236. "name": "Bernhard Schussek",
  5237. "email": "bschussek@gmail.com"
  5238. }
  5239. ],
  5240. "description": "Provides the functionality to export PHP variables for visualization",
  5241. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  5242. "keywords": [
  5243. "export",
  5244. "exporter"
  5245. ],
  5246. "time": "2019-09-14T09:02:43+00:00"
  5247. },
  5248. {
  5249. "name": "sebastian/global-state",
  5250. "version": "3.0.0",
  5251. "source": {
  5252. "type": "git",
  5253. "url": "https://github.com/sebastianbergmann/global-state.git",
  5254. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  5255. },
  5256. "dist": {
  5257. "type": "zip",
  5258. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  5259. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  5260. "shasum": ""
  5261. },
  5262. "require": {
  5263. "php": "^7.2",
  5264. "sebastian/object-reflector": "^1.1.1",
  5265. "sebastian/recursion-context": "^3.0"
  5266. },
  5267. "require-dev": {
  5268. "ext-dom": "*",
  5269. "phpunit/phpunit": "^8.0"
  5270. },
  5271. "suggest": {
  5272. "ext-uopz": "*"
  5273. },
  5274. "type": "library",
  5275. "extra": {
  5276. "branch-alias": {
  5277. "dev-master": "3.0-dev"
  5278. }
  5279. },
  5280. "autoload": {
  5281. "classmap": [
  5282. "src/"
  5283. ]
  5284. },
  5285. "notification-url": "https://packagist.org/downloads/",
  5286. "license": [
  5287. "BSD-3-Clause"
  5288. ],
  5289. "authors": [
  5290. {
  5291. "name": "Sebastian Bergmann",
  5292. "email": "sebastian@phpunit.de"
  5293. }
  5294. ],
  5295. "description": "Snapshotting of global state",
  5296. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  5297. "keywords": [
  5298. "global state"
  5299. ],
  5300. "time": "2019-02-01T05:30:01+00:00"
  5301. },
  5302. {
  5303. "name": "sebastian/object-enumerator",
  5304. "version": "3.0.3",
  5305. "source": {
  5306. "type": "git",
  5307. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  5308. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  5309. },
  5310. "dist": {
  5311. "type": "zip",
  5312. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5313. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5314. "shasum": ""
  5315. },
  5316. "require": {
  5317. "php": "^7.0",
  5318. "sebastian/object-reflector": "^1.1.1",
  5319. "sebastian/recursion-context": "^3.0"
  5320. },
  5321. "require-dev": {
  5322. "phpunit/phpunit": "^6.0"
  5323. },
  5324. "type": "library",
  5325. "extra": {
  5326. "branch-alias": {
  5327. "dev-master": "3.0.x-dev"
  5328. }
  5329. },
  5330. "autoload": {
  5331. "classmap": [
  5332. "src/"
  5333. ]
  5334. },
  5335. "notification-url": "https://packagist.org/downloads/",
  5336. "license": [
  5337. "BSD-3-Clause"
  5338. ],
  5339. "authors": [
  5340. {
  5341. "name": "Sebastian Bergmann",
  5342. "email": "sebastian@phpunit.de"
  5343. }
  5344. ],
  5345. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  5346. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  5347. "time": "2017-08-03T12:35:26+00:00"
  5348. },
  5349. {
  5350. "name": "sebastian/object-reflector",
  5351. "version": "1.1.1",
  5352. "source": {
  5353. "type": "git",
  5354. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  5355. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  5356. },
  5357. "dist": {
  5358. "type": "zip",
  5359. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  5360. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  5361. "shasum": ""
  5362. },
  5363. "require": {
  5364. "php": "^7.0"
  5365. },
  5366. "require-dev": {
  5367. "phpunit/phpunit": "^6.0"
  5368. },
  5369. "type": "library",
  5370. "extra": {
  5371. "branch-alias": {
  5372. "dev-master": "1.1-dev"
  5373. }
  5374. },
  5375. "autoload": {
  5376. "classmap": [
  5377. "src/"
  5378. ]
  5379. },
  5380. "notification-url": "https://packagist.org/downloads/",
  5381. "license": [
  5382. "BSD-3-Clause"
  5383. ],
  5384. "authors": [
  5385. {
  5386. "name": "Sebastian Bergmann",
  5387. "email": "sebastian@phpunit.de"
  5388. }
  5389. ],
  5390. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  5391. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  5392. "time": "2017-03-29T09:07:27+00:00"
  5393. },
  5394. {
  5395. "name": "sebastian/recursion-context",
  5396. "version": "3.0.0",
  5397. "source": {
  5398. "type": "git",
  5399. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  5400. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  5401. },
  5402. "dist": {
  5403. "type": "zip",
  5404. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5405. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5406. "shasum": ""
  5407. },
  5408. "require": {
  5409. "php": "^7.0"
  5410. },
  5411. "require-dev": {
  5412. "phpunit/phpunit": "^6.0"
  5413. },
  5414. "type": "library",
  5415. "extra": {
  5416. "branch-alias": {
  5417. "dev-master": "3.0.x-dev"
  5418. }
  5419. },
  5420. "autoload": {
  5421. "classmap": [
  5422. "src/"
  5423. ]
  5424. },
  5425. "notification-url": "https://packagist.org/downloads/",
  5426. "license": [
  5427. "BSD-3-Clause"
  5428. ],
  5429. "authors": [
  5430. {
  5431. "name": "Jeff Welch",
  5432. "email": "whatthejeff@gmail.com"
  5433. },
  5434. {
  5435. "name": "Sebastian Bergmann",
  5436. "email": "sebastian@phpunit.de"
  5437. },
  5438. {
  5439. "name": "Adam Harvey",
  5440. "email": "aharvey@php.net"
  5441. }
  5442. ],
  5443. "description": "Provides functionality to recursively process PHP variables",
  5444. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  5445. "time": "2017-03-03T06:23:57+00:00"
  5446. },
  5447. {
  5448. "name": "sebastian/resource-operations",
  5449. "version": "2.0.1",
  5450. "source": {
  5451. "type": "git",
  5452. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  5453. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  5454. },
  5455. "dist": {
  5456. "type": "zip",
  5457. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5458. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5459. "shasum": ""
  5460. },
  5461. "require": {
  5462. "php": "^7.1"
  5463. },
  5464. "type": "library",
  5465. "extra": {
  5466. "branch-alias": {
  5467. "dev-master": "2.0-dev"
  5468. }
  5469. },
  5470. "autoload": {
  5471. "classmap": [
  5472. "src/"
  5473. ]
  5474. },
  5475. "notification-url": "https://packagist.org/downloads/",
  5476. "license": [
  5477. "BSD-3-Clause"
  5478. ],
  5479. "authors": [
  5480. {
  5481. "name": "Sebastian Bergmann",
  5482. "email": "sebastian@phpunit.de"
  5483. }
  5484. ],
  5485. "description": "Provides a list of PHP built-in functions that operate on resources",
  5486. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  5487. "time": "2018-10-04T04:07:39+00:00"
  5488. },
  5489. {
  5490. "name": "sebastian/type",
  5491. "version": "1.1.3",
  5492. "source": {
  5493. "type": "git",
  5494. "url": "https://github.com/sebastianbergmann/type.git",
  5495. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
  5496. },
  5497. "dist": {
  5498. "type": "zip",
  5499. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
  5500. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
  5501. "shasum": ""
  5502. },
  5503. "require": {
  5504. "php": "^7.2"
  5505. },
  5506. "require-dev": {
  5507. "phpunit/phpunit": "^8.2"
  5508. },
  5509. "type": "library",
  5510. "extra": {
  5511. "branch-alias": {
  5512. "dev-master": "1.1-dev"
  5513. }
  5514. },
  5515. "autoload": {
  5516. "classmap": [
  5517. "src/"
  5518. ]
  5519. },
  5520. "notification-url": "https://packagist.org/downloads/",
  5521. "license": [
  5522. "BSD-3-Clause"
  5523. ],
  5524. "authors": [
  5525. {
  5526. "name": "Sebastian Bergmann",
  5527. "email": "sebastian@phpunit.de",
  5528. "role": "lead"
  5529. }
  5530. ],
  5531. "description": "Collection of value objects that represent the types of the PHP type system",
  5532. "homepage": "https://github.com/sebastianbergmann/type",
  5533. "time": "2019-07-02T08:10:15+00:00"
  5534. },
  5535. {
  5536. "name": "sebastian/version",
  5537. "version": "2.0.1",
  5538. "source": {
  5539. "type": "git",
  5540. "url": "https://github.com/sebastianbergmann/version.git",
  5541. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  5542. },
  5543. "dist": {
  5544. "type": "zip",
  5545. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  5546. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  5547. "shasum": ""
  5548. },
  5549. "require": {
  5550. "php": ">=5.6"
  5551. },
  5552. "type": "library",
  5553. "extra": {
  5554. "branch-alias": {
  5555. "dev-master": "2.0.x-dev"
  5556. }
  5557. },
  5558. "autoload": {
  5559. "classmap": [
  5560. "src/"
  5561. ]
  5562. },
  5563. "notification-url": "https://packagist.org/downloads/",
  5564. "license": [
  5565. "BSD-3-Clause"
  5566. ],
  5567. "authors": [
  5568. {
  5569. "name": "Sebastian Bergmann",
  5570. "email": "sebastian@phpunit.de",
  5571. "role": "lead"
  5572. }
  5573. ],
  5574. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  5575. "homepage": "https://github.com/sebastianbergmann/version",
  5576. "time": "2016-10-03T07:35:21+00:00"
  5577. },
  5578. {
  5579. "name": "theseer/tokenizer",
  5580. "version": "1.1.3",
  5581. "source": {
  5582. "type": "git",
  5583. "url": "https://github.com/theseer/tokenizer.git",
  5584. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  5585. },
  5586. "dist": {
  5587. "type": "zip",
  5588. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5589. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5590. "shasum": ""
  5591. },
  5592. "require": {
  5593. "ext-dom": "*",
  5594. "ext-tokenizer": "*",
  5595. "ext-xmlwriter": "*",
  5596. "php": "^7.0"
  5597. },
  5598. "type": "library",
  5599. "autoload": {
  5600. "classmap": [
  5601. "src/"
  5602. ]
  5603. },
  5604. "notification-url": "https://packagist.org/downloads/",
  5605. "license": [
  5606. "BSD-3-Clause"
  5607. ],
  5608. "authors": [
  5609. {
  5610. "name": "Arne Blankerts",
  5611. "email": "arne@blankerts.de",
  5612. "role": "Developer"
  5613. }
  5614. ],
  5615. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  5616. "time": "2019-06-13T22:48:21+00:00"
  5617. },
  5618. {
  5619. "name": "webmozart/assert",
  5620. "version": "1.9.0",
  5621. "source": {
  5622. "type": "git",
  5623. "url": "https://github.com/webmozart/assert.git",
  5624. "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
  5625. },
  5626. "dist": {
  5627. "type": "zip",
  5628. "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
  5629. "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
  5630. "shasum": ""
  5631. },
  5632. "require": {
  5633. "php": "^5.3.3 || ^7.0",
  5634. "symfony/polyfill-ctype": "^1.8"
  5635. },
  5636. "conflict": {
  5637. "phpstan/phpstan": "<0.12.20",
  5638. "vimeo/psalm": "<3.9.1"
  5639. },
  5640. "require-dev": {
  5641. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  5642. },
  5643. "type": "library",
  5644. "autoload": {
  5645. "psr-4": {
  5646. "Webmozart\\Assert\\": "src/"
  5647. }
  5648. },
  5649. "notification-url": "https://packagist.org/downloads/",
  5650. "license": [
  5651. "MIT"
  5652. ],
  5653. "authors": [
  5654. {
  5655. "name": "Bernhard Schussek",
  5656. "email": "bschussek@gmail.com"
  5657. }
  5658. ],
  5659. "description": "Assertions to validate method input/output with nice error messages.",
  5660. "keywords": [
  5661. "assert",
  5662. "check",
  5663. "validate"
  5664. ],
  5665. "time": "2020-06-16T10:16:42+00:00"
  5666. }
  5667. ],
  5668. "aliases": [],
  5669. "minimum-stability": "dev",
  5670. "stability-flags": [],
  5671. "prefer-stable": true,
  5672. "prefer-lowest": false,
  5673. "platform": {
  5674. "php": "^7.2",
  5675. "ext-json": "*"
  5676. },
  5677. "platform-dev": [],
  5678. "plugin-api-version": "2.2.0"
  5679. }