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.

6014 lines
212 KiB

3 years ago
3 years ago
3 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "c8ed2965a1b6b6e180ee0bf935ffbb26",
  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": "league/html-to-markdown",
  963. "version": "5.0.0",
  964. "source": {
  965. "type": "git",
  966. "url": "https://github.com/thephpleague/html-to-markdown.git",
  967. "reference": "c4dbebbebe0fe454b6b38e6c683a977615bd7dc2"
  968. },
  969. "dist": {
  970. "type": "zip",
  971. "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/c4dbebbebe0fe454b6b38e6c683a977615bd7dc2",
  972. "reference": "c4dbebbebe0fe454b6b38e6c683a977615bd7dc2",
  973. "shasum": ""
  974. },
  975. "require": {
  976. "ext-dom": "*",
  977. "ext-xml": "*",
  978. "php": "^7.2.5 || ^8.0"
  979. },
  980. "require-dev": {
  981. "mikehaertl/php-shellcommand": "^1.1.0",
  982. "phpstan/phpstan": "^0.12.82",
  983. "phpunit/phpunit": "^8.5 || ^9.2",
  984. "scrutinizer/ocular": "^1.6",
  985. "unleashedtech/php-coding-standard": "^2.7",
  986. "vimeo/psalm": "^4.6"
  987. },
  988. "bin": [
  989. "bin/html-to-markdown"
  990. ],
  991. "type": "library",
  992. "extra": {
  993. "branch-alias": {
  994. "dev-master": "5.1-dev"
  995. }
  996. },
  997. "autoload": {
  998. "psr-4": {
  999. "League\\HTMLToMarkdown\\": "src/"
  1000. }
  1001. },
  1002. "notification-url": "https://packagist.org/downloads/",
  1003. "license": [
  1004. "MIT"
  1005. ],
  1006. "authors": [
  1007. {
  1008. "name": "Colin O'Dell",
  1009. "email": "colinodell@gmail.com",
  1010. "homepage": "https://www.colinodell.com",
  1011. "role": "Lead Developer"
  1012. },
  1013. {
  1014. "name": "Nick Cernis",
  1015. "email": "nick@cern.is",
  1016. "homepage": "http://modernnerd.net",
  1017. "role": "Original Author"
  1018. }
  1019. ],
  1020. "description": "An HTML-to-markdown conversion helper for PHP",
  1021. "homepage": "https://github.com/thephpleague/html-to-markdown",
  1022. "keywords": [
  1023. "html",
  1024. "markdown"
  1025. ],
  1026. "support": {
  1027. "issues": "https://github.com/thephpleague/html-to-markdown/issues",
  1028. "source": "https://github.com/thephpleague/html-to-markdown/tree/5.0.0"
  1029. },
  1030. "funding": [
  1031. {
  1032. "url": "https://www.colinodell.com/sponsor",
  1033. "type": "custom"
  1034. },
  1035. {
  1036. "url": "https://www.paypal.me/colinpodell/10.00",
  1037. "type": "custom"
  1038. },
  1039. {
  1040. "url": "https://github.com/colinodell",
  1041. "type": "github"
  1042. },
  1043. {
  1044. "url": "https://www.patreon.com/colinodell",
  1045. "type": "patreon"
  1046. }
  1047. ],
  1048. "time": "2021-03-29T01:29:08+00:00"
  1049. },
  1050. {
  1051. "name": "monolog/monolog",
  1052. "version": "2.1.0",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/Seldaek/monolog.git",
  1056. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
  1061. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
  1062. "shasum": ""
  1063. },
  1064. "require": {
  1065. "php": ">=7.2",
  1066. "psr/log": "^1.0.1"
  1067. },
  1068. "provide": {
  1069. "psr/log-implementation": "1.0.0"
  1070. },
  1071. "require-dev": {
  1072. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1073. "doctrine/couchdb": "~1.0@dev",
  1074. "elasticsearch/elasticsearch": "^6.0",
  1075. "graylog2/gelf-php": "^1.4.2",
  1076. "php-amqplib/php-amqplib": "~2.4",
  1077. "php-console/php-console": "^3.1.3",
  1078. "php-parallel-lint/php-parallel-lint": "^1.0",
  1079. "phpspec/prophecy": "^1.6.1",
  1080. "phpunit/phpunit": "^8.5",
  1081. "predis/predis": "^1.1",
  1082. "rollbar/rollbar": "^1.3",
  1083. "ruflin/elastica": ">=0.90 <3.0",
  1084. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1085. },
  1086. "suggest": {
  1087. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1088. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1089. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1090. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1091. "ext-mbstring": "Allow to work properly with unicode symbols",
  1092. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1093. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1094. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1095. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1096. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1097. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1098. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1099. },
  1100. "type": "library",
  1101. "extra": {
  1102. "branch-alias": {
  1103. "dev-master": "2.x-dev"
  1104. }
  1105. },
  1106. "autoload": {
  1107. "psr-4": {
  1108. "Monolog\\": "src/Monolog"
  1109. }
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "MIT"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Jordi Boggiano",
  1118. "email": "j.boggiano@seld.be",
  1119. "homepage": "http://seld.be"
  1120. }
  1121. ],
  1122. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1123. "homepage": "http://github.com/Seldaek/monolog",
  1124. "keywords": [
  1125. "log",
  1126. "logging",
  1127. "psr-3"
  1128. ],
  1129. "time": "2020-05-22T08:12:19+00:00"
  1130. },
  1131. {
  1132. "name": "nesbot/carbon",
  1133. "version": "2.35.0",
  1134. "source": {
  1135. "type": "git",
  1136. "url": "https://github.com/briannesbitt/Carbon.git",
  1137. "reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
  1138. },
  1139. "dist": {
  1140. "type": "zip",
  1141. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
  1142. "reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
  1143. "shasum": ""
  1144. },
  1145. "require": {
  1146. "ext-json": "*",
  1147. "php": "^7.1.8 || ^8.0",
  1148. "symfony/polyfill-mbstring": "^1.0",
  1149. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1150. },
  1151. "require-dev": {
  1152. "doctrine/orm": "^2.7",
  1153. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1154. "kylekatarnls/multi-tester": "^1.1",
  1155. "phpmd/phpmd": "^2.8",
  1156. "phpstan/phpstan": "^0.11",
  1157. "phpunit/phpunit": "^7.5 || ^8.0",
  1158. "squizlabs/php_codesniffer": "^3.4"
  1159. },
  1160. "bin": [
  1161. "bin/carbon"
  1162. ],
  1163. "type": "library",
  1164. "extra": {
  1165. "branch-alias": {
  1166. "dev-master": "2.x-dev",
  1167. "dev-3.x": "3.x-dev"
  1168. },
  1169. "laravel": {
  1170. "providers": [
  1171. "Carbon\\Laravel\\ServiceProvider"
  1172. ]
  1173. }
  1174. },
  1175. "autoload": {
  1176. "psr-4": {
  1177. "Carbon\\": "src/Carbon/"
  1178. }
  1179. },
  1180. "notification-url": "https://packagist.org/downloads/",
  1181. "license": [
  1182. "MIT"
  1183. ],
  1184. "authors": [
  1185. {
  1186. "name": "Brian Nesbitt",
  1187. "email": "brian@nesbot.com",
  1188. "homepage": "http://nesbot.com"
  1189. },
  1190. {
  1191. "name": "kylekatarnls",
  1192. "homepage": "http://github.com/kylekatarnls"
  1193. }
  1194. ],
  1195. "description": "An API extension for DateTime that supports 281 different languages.",
  1196. "homepage": "http://carbon.nesbot.com",
  1197. "keywords": [
  1198. "date",
  1199. "datetime",
  1200. "time"
  1201. ],
  1202. "time": "2020-05-24T18:27:52+00:00"
  1203. },
  1204. {
  1205. "name": "nikic/php-parser",
  1206. "version": "v4.5.0",
  1207. "source": {
  1208. "type": "git",
  1209. "url": "https://github.com/nikic/PHP-Parser.git",
  1210. "reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463"
  1211. },
  1212. "dist": {
  1213. "type": "zip",
  1214. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/53c2753d756f5adb586dca79c2ec0e2654dd9463",
  1215. "reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463",
  1216. "shasum": ""
  1217. },
  1218. "require": {
  1219. "ext-tokenizer": "*",
  1220. "php": ">=7.0"
  1221. },
  1222. "require-dev": {
  1223. "ircmaxell/php-yacc": "0.0.5",
  1224. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  1225. },
  1226. "bin": [
  1227. "bin/php-parse"
  1228. ],
  1229. "type": "library",
  1230. "extra": {
  1231. "branch-alias": {
  1232. "dev-master": "4.3-dev"
  1233. }
  1234. },
  1235. "autoload": {
  1236. "psr-4": {
  1237. "PhpParser\\": "lib/PhpParser"
  1238. }
  1239. },
  1240. "notification-url": "https://packagist.org/downloads/",
  1241. "license": [
  1242. "BSD-3-Clause"
  1243. ],
  1244. "authors": [
  1245. {
  1246. "name": "Nikita Popov"
  1247. }
  1248. ],
  1249. "description": "A PHP parser written in PHP",
  1250. "keywords": [
  1251. "parser",
  1252. "php"
  1253. ],
  1254. "time": "2020-06-03T07:24:19+00:00"
  1255. },
  1256. {
  1257. "name": "opis/closure",
  1258. "version": "3.5.5",
  1259. "source": {
  1260. "type": "git",
  1261. "url": "https://github.com/opis/closure.git",
  1262. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c"
  1263. },
  1264. "dist": {
  1265. "type": "zip",
  1266. "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1267. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1268. "shasum": ""
  1269. },
  1270. "require": {
  1271. "php": "^5.4 || ^7.0"
  1272. },
  1273. "require-dev": {
  1274. "jeremeamia/superclosure": "^2.0",
  1275. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1276. },
  1277. "type": "library",
  1278. "extra": {
  1279. "branch-alias": {
  1280. "dev-master": "3.5.x-dev"
  1281. }
  1282. },
  1283. "autoload": {
  1284. "psr-4": {
  1285. "Opis\\Closure\\": "src/"
  1286. },
  1287. "files": [
  1288. "functions.php"
  1289. ]
  1290. },
  1291. "notification-url": "https://packagist.org/downloads/",
  1292. "license": [
  1293. "MIT"
  1294. ],
  1295. "authors": [
  1296. {
  1297. "name": "Marius Sarca",
  1298. "email": "marius.sarca@gmail.com"
  1299. },
  1300. {
  1301. "name": "Sorin Sarca",
  1302. "email": "sarca_sorin@hotmail.com"
  1303. }
  1304. ],
  1305. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1306. "homepage": "https://opis.io/closure",
  1307. "keywords": [
  1308. "anonymous functions",
  1309. "closure",
  1310. "function",
  1311. "serializable",
  1312. "serialization",
  1313. "serialize"
  1314. ],
  1315. "time": "2020-06-17T14:59:55+00:00"
  1316. },
  1317. {
  1318. "name": "paragonie/random_compat",
  1319. "version": "v9.99.99",
  1320. "source": {
  1321. "type": "git",
  1322. "url": "https://github.com/paragonie/random_compat.git",
  1323. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1324. },
  1325. "dist": {
  1326. "type": "zip",
  1327. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1328. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1329. "shasum": ""
  1330. },
  1331. "require": {
  1332. "php": "^7"
  1333. },
  1334. "require-dev": {
  1335. "phpunit/phpunit": "4.*|5.*",
  1336. "vimeo/psalm": "^1"
  1337. },
  1338. "suggest": {
  1339. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1340. },
  1341. "type": "library",
  1342. "notification-url": "https://packagist.org/downloads/",
  1343. "license": [
  1344. "MIT"
  1345. ],
  1346. "authors": [
  1347. {
  1348. "name": "Paragon Initiative Enterprises",
  1349. "email": "security@paragonie.com",
  1350. "homepage": "https://paragonie.com"
  1351. }
  1352. ],
  1353. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1354. "keywords": [
  1355. "csprng",
  1356. "polyfill",
  1357. "pseudorandom",
  1358. "random"
  1359. ],
  1360. "time": "2018-07-02T15:55:56+00:00"
  1361. },
  1362. {
  1363. "name": "pclzip/pclzip",
  1364. "version": "2.8.2",
  1365. "source": {
  1366. "type": "git",
  1367. "url": "https://github.com/ivanlanin/pclzip.git",
  1368. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
  1369. },
  1370. "dist": {
  1371. "type": "zip",
  1372. "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  1373. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  1374. "shasum": ""
  1375. },
  1376. "type": "library",
  1377. "autoload": {
  1378. "classmap": [
  1379. "pclzip.lib.php"
  1380. ]
  1381. },
  1382. "notification-url": "https://packagist.org/downloads/",
  1383. "license": [
  1384. "LGPL-2.1"
  1385. ],
  1386. "authors": [
  1387. {
  1388. "name": "Vincent Blavet"
  1389. }
  1390. ],
  1391. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  1392. "homepage": "http://www.phpconcept.net/pclzip",
  1393. "keywords": [
  1394. "php",
  1395. "zip"
  1396. ],
  1397. "time": "2014-06-05T11:42:24+00:00"
  1398. },
  1399. {
  1400. "name": "phpoffice/common",
  1401. "version": "0.2.9",
  1402. "source": {
  1403. "type": "git",
  1404. "url": "https://github.com/PHPOffice/Common.git",
  1405. "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
  1406. },
  1407. "dist": {
  1408. "type": "zip",
  1409. "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
  1410. "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
  1411. "shasum": ""
  1412. },
  1413. "require": {
  1414. "pclzip/pclzip": "^2.8",
  1415. "php": ">=5.3.0"
  1416. },
  1417. "require-dev": {
  1418. "phpdocumentor/phpdocumentor": "2.*",
  1419. "phploc/phploc": "2.*",
  1420. "phpmd/phpmd": "2.*",
  1421. "phpunit/phpunit": "^4.8.36 || ^7.0",
  1422. "sebastian/phpcpd": "2.*",
  1423. "squizlabs/php_codesniffer": "2.*"
  1424. },
  1425. "type": "library",
  1426. "autoload": {
  1427. "psr-4": {
  1428. "PhpOffice\\Common\\": "src/Common/"
  1429. }
  1430. },
  1431. "notification-url": "https://packagist.org/downloads/",
  1432. "license": [
  1433. "LGPL"
  1434. ],
  1435. "authors": [
  1436. {
  1437. "name": "Mark Baker"
  1438. },
  1439. {
  1440. "name": "Franck Lefevre",
  1441. "homepage": "http://rootslabs.net"
  1442. }
  1443. ],
  1444. "description": "PHPOffice Common",
  1445. "homepage": "http://phpoffice.github.io",
  1446. "keywords": [
  1447. "common",
  1448. "component",
  1449. "office",
  1450. "php"
  1451. ],
  1452. "time": "2018-07-13T14:12:34+00:00"
  1453. },
  1454. {
  1455. "name": "phpoffice/phpword",
  1456. "version": "0.17.0",
  1457. "source": {
  1458. "type": "git",
  1459. "url": "https://github.com/PHPOffice/PHPWord.git",
  1460. "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5"
  1461. },
  1462. "dist": {
  1463. "type": "zip",
  1464. "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b8346af548d399acd9e30fc76ab0c55c2fec03a5",
  1465. "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5",
  1466. "shasum": ""
  1467. },
  1468. "require": {
  1469. "ext-xml": "*",
  1470. "php": "^5.3.3 || ^7.0",
  1471. "phpoffice/common": "^0.2.9",
  1472. "zendframework/zend-escaper": "^2.2"
  1473. },
  1474. "require-dev": {
  1475. "dompdf/dompdf": "0.8.*",
  1476. "ext-gd": "*",
  1477. "ext-zip": "*",
  1478. "friendsofphp/php-cs-fixer": "^2.2",
  1479. "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
  1480. "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
  1481. "phploc/phploc": "2.* || 3.* || 4.*",
  1482. "phpmd/phpmd": "2.*",
  1483. "phpunit/phpunit": "^4.8.36 || ^7.0",
  1484. "squizlabs/php_codesniffer": "^2.9",
  1485. "tecnickcom/tcpdf": "6.*"
  1486. },
  1487. "suggest": {
  1488. "dompdf/dompdf": "Allows writing PDF",
  1489. "ext-gd2": "Allows adding images",
  1490. "ext-xmlwriter": "Allows writing OOXML and ODF",
  1491. "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
  1492. "ext-zip": "Allows writing OOXML and ODF"
  1493. },
  1494. "type": "library",
  1495. "extra": {
  1496. "branch-alias": {
  1497. "dev-develop": "0.18-dev"
  1498. }
  1499. },
  1500. "autoload": {
  1501. "psr-4": {
  1502. "PhpOffice\\PhpWord\\": "src/PhpWord"
  1503. }
  1504. },
  1505. "notification-url": "https://packagist.org/downloads/",
  1506. "license": [
  1507. "LGPL-3.0"
  1508. ],
  1509. "authors": [
  1510. {
  1511. "name": "Mark Baker"
  1512. },
  1513. {
  1514. "name": "Gabriel Bull",
  1515. "email": "me@gabrielbull.com",
  1516. "homepage": "http://gabrielbull.com/"
  1517. },
  1518. {
  1519. "name": "Franck Lefevre",
  1520. "homepage": "https://rootslabs.net/blog/"
  1521. },
  1522. {
  1523. "name": "Ivan Lanin",
  1524. "homepage": "http://ivan.lanin.org"
  1525. },
  1526. {
  1527. "name": "Roman Syroeshko",
  1528. "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
  1529. },
  1530. {
  1531. "name": "Antoine de Troostembergh"
  1532. }
  1533. ],
  1534. "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
  1535. "homepage": "http://phpoffice.github.io",
  1536. "keywords": [
  1537. "ISO IEC 29500",
  1538. "OOXML",
  1539. "Office Open XML",
  1540. "OpenDocument",
  1541. "OpenXML",
  1542. "PhpOffice",
  1543. "PhpWord",
  1544. "Rich Text Format",
  1545. "WordprocessingML",
  1546. "doc",
  1547. "docx",
  1548. "html",
  1549. "odf",
  1550. "odt",
  1551. "office",
  1552. "pdf",
  1553. "php",
  1554. "reader",
  1555. "rtf",
  1556. "template",
  1557. "template processor",
  1558. "word",
  1559. "writer"
  1560. ],
  1561. "time": "2019-10-01T20:43:33+00:00"
  1562. },
  1563. {
  1564. "name": "phpoption/phpoption",
  1565. "version": "1.7.4",
  1566. "source": {
  1567. "type": "git",
  1568. "url": "https://github.com/schmittjoh/php-option.git",
  1569. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
  1570. },
  1571. "dist": {
  1572. "type": "zip",
  1573. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  1574. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  1575. "shasum": ""
  1576. },
  1577. "require": {
  1578. "php": "^5.5.9 || ^7.0 || ^8.0"
  1579. },
  1580. "require-dev": {
  1581. "bamarni/composer-bin-plugin": "^1.3",
  1582. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  1583. },
  1584. "type": "library",
  1585. "extra": {
  1586. "branch-alias": {
  1587. "dev-master": "1.7-dev"
  1588. }
  1589. },
  1590. "autoload": {
  1591. "psr-4": {
  1592. "PhpOption\\": "src/PhpOption/"
  1593. }
  1594. },
  1595. "notification-url": "https://packagist.org/downloads/",
  1596. "license": [
  1597. "Apache-2.0"
  1598. ],
  1599. "authors": [
  1600. {
  1601. "name": "Johannes M. Schmitt",
  1602. "email": "schmittjoh@gmail.com"
  1603. },
  1604. {
  1605. "name": "Graham Campbell",
  1606. "email": "graham@alt-three.com"
  1607. }
  1608. ],
  1609. "description": "Option Type for PHP",
  1610. "keywords": [
  1611. "language",
  1612. "option",
  1613. "php",
  1614. "type"
  1615. ],
  1616. "time": "2020-06-07T10:40:07+00:00"
  1617. },
  1618. {
  1619. "name": "predis/predis",
  1620. "version": "v1.1.7",
  1621. "source": {
  1622. "type": "git",
  1623. "url": "https://github.com/predis/predis.git",
  1624. "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8"
  1625. },
  1626. "dist": {
  1627. "type": "zip",
  1628. "url": "https://api.github.com/repos/predis/predis/zipball/b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
  1629. "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
  1630. "shasum": ""
  1631. },
  1632. "require": {
  1633. "php": ">=5.3.9"
  1634. },
  1635. "require-dev": {
  1636. "phpunit/phpunit": "~4.8"
  1637. },
  1638. "suggest": {
  1639. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  1640. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  1641. },
  1642. "type": "library",
  1643. "autoload": {
  1644. "psr-4": {
  1645. "Predis\\": "src/"
  1646. }
  1647. },
  1648. "notification-url": "https://packagist.org/downloads/",
  1649. "license": [
  1650. "MIT"
  1651. ],
  1652. "authors": [
  1653. {
  1654. "name": "Daniele Alessandri",
  1655. "email": "suppakilla@gmail.com",
  1656. "homepage": "http://clorophilla.net",
  1657. "role": "Creator & Maintainer"
  1658. },
  1659. {
  1660. "name": "Till Krüss",
  1661. "homepage": "https://till.im",
  1662. "role": "Maintainer"
  1663. }
  1664. ],
  1665. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  1666. "homepage": "http://github.com/predis/predis",
  1667. "keywords": [
  1668. "nosql",
  1669. "predis",
  1670. "redis"
  1671. ],
  1672. "support": {
  1673. "issues": "https://github.com/predis/predis/issues",
  1674. "source": "https://github.com/predis/predis/tree/v1.1.7"
  1675. },
  1676. "funding": [
  1677. {
  1678. "url": "https://github.com/sponsors/tillkruss",
  1679. "type": "github"
  1680. }
  1681. ],
  1682. "time": "2021-04-04T19:34:46+00:00"
  1683. },
  1684. {
  1685. "name": "psr/container",
  1686. "version": "1.0.0",
  1687. "source": {
  1688. "type": "git",
  1689. "url": "https://github.com/php-fig/container.git",
  1690. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1691. },
  1692. "dist": {
  1693. "type": "zip",
  1694. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1695. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1696. "shasum": ""
  1697. },
  1698. "require": {
  1699. "php": ">=5.3.0"
  1700. },
  1701. "type": "library",
  1702. "extra": {
  1703. "branch-alias": {
  1704. "dev-master": "1.0.x-dev"
  1705. }
  1706. },
  1707. "autoload": {
  1708. "psr-4": {
  1709. "Psr\\Container\\": "src/"
  1710. }
  1711. },
  1712. "notification-url": "https://packagist.org/downloads/",
  1713. "license": [
  1714. "MIT"
  1715. ],
  1716. "authors": [
  1717. {
  1718. "name": "PHP-FIG",
  1719. "homepage": "http://www.php-fig.org/"
  1720. }
  1721. ],
  1722. "description": "Common Container Interface (PHP FIG PSR-11)",
  1723. "homepage": "https://github.com/php-fig/container",
  1724. "keywords": [
  1725. "PSR-11",
  1726. "container",
  1727. "container-interface",
  1728. "container-interop",
  1729. "psr"
  1730. ],
  1731. "time": "2017-02-14T16:28:37+00:00"
  1732. },
  1733. {
  1734. "name": "psr/http-message",
  1735. "version": "1.0.1",
  1736. "source": {
  1737. "type": "git",
  1738. "url": "https://github.com/php-fig/http-message.git",
  1739. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1740. },
  1741. "dist": {
  1742. "type": "zip",
  1743. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1744. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1745. "shasum": ""
  1746. },
  1747. "require": {
  1748. "php": ">=5.3.0"
  1749. },
  1750. "type": "library",
  1751. "extra": {
  1752. "branch-alias": {
  1753. "dev-master": "1.0.x-dev"
  1754. }
  1755. },
  1756. "autoload": {
  1757. "psr-4": {
  1758. "Psr\\Http\\Message\\": "src/"
  1759. }
  1760. },
  1761. "notification-url": "https://packagist.org/downloads/",
  1762. "license": [
  1763. "MIT"
  1764. ],
  1765. "authors": [
  1766. {
  1767. "name": "PHP-FIG",
  1768. "homepage": "http://www.php-fig.org/"
  1769. }
  1770. ],
  1771. "description": "Common interface for HTTP messages",
  1772. "homepage": "https://github.com/php-fig/http-message",
  1773. "keywords": [
  1774. "http",
  1775. "http-message",
  1776. "psr",
  1777. "psr-7",
  1778. "request",
  1779. "response"
  1780. ],
  1781. "time": "2016-08-06T14:39:51+00:00"
  1782. },
  1783. {
  1784. "name": "psr/log",
  1785. "version": "1.1.3",
  1786. "source": {
  1787. "type": "git",
  1788. "url": "https://github.com/php-fig/log.git",
  1789. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1790. },
  1791. "dist": {
  1792. "type": "zip",
  1793. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1794. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1795. "shasum": ""
  1796. },
  1797. "require": {
  1798. "php": ">=5.3.0"
  1799. },
  1800. "type": "library",
  1801. "extra": {
  1802. "branch-alias": {
  1803. "dev-master": "1.1.x-dev"
  1804. }
  1805. },
  1806. "autoload": {
  1807. "psr-4": {
  1808. "Psr\\Log\\": "Psr/Log/"
  1809. }
  1810. },
  1811. "notification-url": "https://packagist.org/downloads/",
  1812. "license": [
  1813. "MIT"
  1814. ],
  1815. "authors": [
  1816. {
  1817. "name": "PHP-FIG",
  1818. "homepage": "http://www.php-fig.org/"
  1819. }
  1820. ],
  1821. "description": "Common interface for logging libraries",
  1822. "homepage": "https://github.com/php-fig/log",
  1823. "keywords": [
  1824. "log",
  1825. "psr",
  1826. "psr-3"
  1827. ],
  1828. "time": "2020-03-23T09:12:05+00:00"
  1829. },
  1830. {
  1831. "name": "psr/simple-cache",
  1832. "version": "1.0.1",
  1833. "source": {
  1834. "type": "git",
  1835. "url": "https://github.com/php-fig/simple-cache.git",
  1836. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1837. },
  1838. "dist": {
  1839. "type": "zip",
  1840. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1841. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1842. "shasum": ""
  1843. },
  1844. "require": {
  1845. "php": ">=5.3.0"
  1846. },
  1847. "type": "library",
  1848. "extra": {
  1849. "branch-alias": {
  1850. "dev-master": "1.0.x-dev"
  1851. }
  1852. },
  1853. "autoload": {
  1854. "psr-4": {
  1855. "Psr\\SimpleCache\\": "src/"
  1856. }
  1857. },
  1858. "notification-url": "https://packagist.org/downloads/",
  1859. "license": [
  1860. "MIT"
  1861. ],
  1862. "authors": [
  1863. {
  1864. "name": "PHP-FIG",
  1865. "homepage": "http://www.php-fig.org/"
  1866. }
  1867. ],
  1868. "description": "Common interfaces for simple caching",
  1869. "keywords": [
  1870. "cache",
  1871. "caching",
  1872. "psr",
  1873. "psr-16",
  1874. "simple-cache"
  1875. ],
  1876. "time": "2017-10-23T01:57:42+00:00"
  1877. },
  1878. {
  1879. "name": "psy/psysh",
  1880. "version": "v0.10.4",
  1881. "source": {
  1882. "type": "git",
  1883. "url": "https://github.com/bobthecow/psysh.git",
  1884. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
  1885. },
  1886. "dist": {
  1887. "type": "zip",
  1888. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
  1889. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
  1890. "shasum": ""
  1891. },
  1892. "require": {
  1893. "dnoegel/php-xdg-base-dir": "0.1.*",
  1894. "ext-json": "*",
  1895. "ext-tokenizer": "*",
  1896. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  1897. "php": "^8.0 || ^7.0 || ^5.5.9",
  1898. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  1899. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  1900. },
  1901. "require-dev": {
  1902. "bamarni/composer-bin-plugin": "^1.2",
  1903. "hoa/console": "3.17.*"
  1904. },
  1905. "suggest": {
  1906. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1907. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1908. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1909. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1910. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1911. },
  1912. "bin": [
  1913. "bin/psysh"
  1914. ],
  1915. "type": "library",
  1916. "extra": {
  1917. "branch-alias": {
  1918. "dev-master": "0.10.x-dev"
  1919. }
  1920. },
  1921. "autoload": {
  1922. "files": [
  1923. "src/functions.php"
  1924. ],
  1925. "psr-4": {
  1926. "Psy\\": "src/"
  1927. }
  1928. },
  1929. "notification-url": "https://packagist.org/downloads/",
  1930. "license": [
  1931. "MIT"
  1932. ],
  1933. "authors": [
  1934. {
  1935. "name": "Justin Hileman",
  1936. "email": "justin@justinhileman.info",
  1937. "homepage": "http://justinhileman.com"
  1938. }
  1939. ],
  1940. "description": "An interactive shell for modern PHP.",
  1941. "homepage": "http://psysh.org",
  1942. "keywords": [
  1943. "REPL",
  1944. "console",
  1945. "interactive",
  1946. "shell"
  1947. ],
  1948. "time": "2020-05-03T19:32:03+00:00"
  1949. },
  1950. {
  1951. "name": "ralouphie/getallheaders",
  1952. "version": "3.0.3",
  1953. "source": {
  1954. "type": "git",
  1955. "url": "https://github.com/ralouphie/getallheaders.git",
  1956. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1957. },
  1958. "dist": {
  1959. "type": "zip",
  1960. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1961. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1962. "shasum": ""
  1963. },
  1964. "require": {
  1965. "php": ">=5.6"
  1966. },
  1967. "require-dev": {
  1968. "php-coveralls/php-coveralls": "^2.1",
  1969. "phpunit/phpunit": "^5 || ^6.5"
  1970. },
  1971. "type": "library",
  1972. "autoload": {
  1973. "files": [
  1974. "src/getallheaders.php"
  1975. ]
  1976. },
  1977. "notification-url": "https://packagist.org/downloads/",
  1978. "license": [
  1979. "MIT"
  1980. ],
  1981. "authors": [
  1982. {
  1983. "name": "Ralph Khattar",
  1984. "email": "ralph.khattar@gmail.com"
  1985. }
  1986. ],
  1987. "description": "A polyfill for getallheaders.",
  1988. "time": "2019-03-08T08:55:37+00:00"
  1989. },
  1990. {
  1991. "name": "ramsey/uuid",
  1992. "version": "3.9.3",
  1993. "source": {
  1994. "type": "git",
  1995. "url": "https://github.com/ramsey/uuid.git",
  1996. "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
  1997. },
  1998. "dist": {
  1999. "type": "zip",
  2000. "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
  2001. "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
  2002. "shasum": ""
  2003. },
  2004. "require": {
  2005. "ext-json": "*",
  2006. "paragonie/random_compat": "^1 | ^2 | 9.99.99",
  2007. "php": "^5.4 | ^7 | ^8",
  2008. "symfony/polyfill-ctype": "^1.8"
  2009. },
  2010. "replace": {
  2011. "rhumsaa/uuid": "self.version"
  2012. },
  2013. "require-dev": {
  2014. "codeception/aspect-mock": "^1 | ^2",
  2015. "doctrine/annotations": "^1.2",
  2016. "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
  2017. "jakub-onderka/php-parallel-lint": "^1",
  2018. "mockery/mockery": "^0.9.11 | ^1",
  2019. "moontoast/math": "^1.1",
  2020. "paragonie/random-lib": "^2",
  2021. "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
  2022. "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
  2023. "squizlabs/php_codesniffer": "^3.5"
  2024. },
  2025. "suggest": {
  2026. "ext-ctype": "Provides support for PHP Ctype functions",
  2027. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  2028. "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
  2029. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  2030. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  2031. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2032. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  2033. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2034. },
  2035. "type": "library",
  2036. "extra": {
  2037. "branch-alias": {
  2038. "dev-master": "3.x-dev"
  2039. }
  2040. },
  2041. "autoload": {
  2042. "psr-4": {
  2043. "Ramsey\\Uuid\\": "src/"
  2044. },
  2045. "files": [
  2046. "src/functions.php"
  2047. ]
  2048. },
  2049. "notification-url": "https://packagist.org/downloads/",
  2050. "license": [
  2051. "MIT"
  2052. ],
  2053. "authors": [
  2054. {
  2055. "name": "Ben Ramsey",
  2056. "email": "ben@benramsey.com",
  2057. "homepage": "https://benramsey.com"
  2058. },
  2059. {
  2060. "name": "Marijn Huizendveld",
  2061. "email": "marijn.huizendveld@gmail.com"
  2062. },
  2063. {
  2064. "name": "Thibaud Fabre",
  2065. "email": "thibaud@aztech.io"
  2066. }
  2067. ],
  2068. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  2069. "homepage": "https://github.com/ramsey/uuid",
  2070. "keywords": [
  2071. "guid",
  2072. "identifier",
  2073. "uuid"
  2074. ],
  2075. "time": "2020-02-21T04:36:14+00:00"
  2076. },
  2077. {
  2078. "name": "spatie/laravel-webhook-server",
  2079. "version": "1.13.0",
  2080. "source": {
  2081. "type": "git",
  2082. "url": "https://github.com/spatie/laravel-webhook-server.git",
  2083. "reference": "9063cba621c27d4daec801654e4da568043bfe39"
  2084. },
  2085. "dist": {
  2086. "type": "zip",
  2087. "url": "https://api.github.com/repos/spatie/laravel-webhook-server/zipball/9063cba621c27d4daec801654e4da568043bfe39",
  2088. "reference": "9063cba621c27d4daec801654e4da568043bfe39",
  2089. "shasum": ""
  2090. },
  2091. "require": {
  2092. "ext-json": "*",
  2093. "guzzlehttp/guzzle": "^6.3|^7.0",
  2094. "illuminate/bus": "^6.0|^7.0|^8.0",
  2095. "illuminate/queue": "^6.0|^7.0|^8.0",
  2096. "illuminate/support": "^6.0|^7.0|^8.0",
  2097. "php": "^8.0|^7.4"
  2098. },
  2099. "require-dev": {
  2100. "mockery/mockery": "^1.4",
  2101. "orchestra/testbench": "^4.0|^5.0|^6.0",
  2102. "phpunit/phpunit": "^9.4",
  2103. "spatie/test-time": "^1.2"
  2104. },
  2105. "type": "library",
  2106. "extra": {
  2107. "laravel": {
  2108. "providers": [
  2109. "Spatie\\WebhookServer\\WebhookServerServiceProvider"
  2110. ]
  2111. }
  2112. },
  2113. "autoload": {
  2114. "psr-4": {
  2115. "Spatie\\WebhookServer\\": "src"
  2116. }
  2117. },
  2118. "notification-url": "https://packagist.org/downloads/",
  2119. "license": [
  2120. "MIT"
  2121. ],
  2122. "authors": [
  2123. {
  2124. "name": "Freek Van der Herten",
  2125. "email": "freek@spatie.be",
  2126. "homepage": "https://spatie.be",
  2127. "role": "Developer"
  2128. }
  2129. ],
  2130. "description": "Send webhooks in Laravel apps",
  2131. "homepage": "https://github.com/spatie/laravel-webhook-server",
  2132. "keywords": [
  2133. "laravel-webhook-server",
  2134. "server",
  2135. "spatie",
  2136. "webhook"
  2137. ],
  2138. "support": {
  2139. "issues": "https://github.com/spatie/laravel-webhook-server/issues",
  2140. "source": "https://github.com/spatie/laravel-webhook-server/tree/1.13.0"
  2141. },
  2142. "funding": [
  2143. {
  2144. "url": "https://spatie.be/open-source/support-us",
  2145. "type": "custom"
  2146. }
  2147. ],
  2148. "time": "2021-04-28T17:32:06+00:00"
  2149. },
  2150. {
  2151. "name": "spatie/pdf-to-text",
  2152. "version": "1.3.0",
  2153. "source": {
  2154. "type": "git",
  2155. "url": "https://github.com/spatie/pdf-to-text.git",
  2156. "reference": "9c11b44c6469f6e1d9b097e30f0f1d44aa65a8e8"
  2157. },
  2158. "dist": {
  2159. "type": "zip",
  2160. "url": "https://api.github.com/repos/spatie/pdf-to-text/zipball/9c11b44c6469f6e1d9b097e30f0f1d44aa65a8e8",
  2161. "reference": "9c11b44c6469f6e1d9b097e30f0f1d44aa65a8e8",
  2162. "shasum": ""
  2163. },
  2164. "require": {
  2165. "php": "^7.3",
  2166. "symfony/process": "^4.0|^5.0"
  2167. },
  2168. "require-dev": {
  2169. "phpunit/phpunit": "^8.0|^9.0"
  2170. },
  2171. "type": "library",
  2172. "autoload": {
  2173. "psr-4": {
  2174. "Spatie\\PdfToText\\": "src"
  2175. }
  2176. },
  2177. "notification-url": "https://packagist.org/downloads/",
  2178. "license": [
  2179. "MIT"
  2180. ],
  2181. "authors": [
  2182. {
  2183. "name": "Freek Van der Herten",
  2184. "email": "freek@spatie.be",
  2185. "homepage": "https://spatie.be",
  2186. "role": "Developer"
  2187. }
  2188. ],
  2189. "description": "Extract text from a pdf",
  2190. "homepage": "https://github.com/spatie/pdf-to-text",
  2191. "keywords": [
  2192. "pdf-to-text",
  2193. "spatie"
  2194. ],
  2195. "time": "2020-03-11T17:11:25+00:00"
  2196. },
  2197. {
  2198. "name": "swiftmailer/swiftmailer",
  2199. "version": "v6.2.3",
  2200. "source": {
  2201. "type": "git",
  2202. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2203. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  2204. },
  2205. "dist": {
  2206. "type": "zip",
  2207. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2208. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2209. "shasum": ""
  2210. },
  2211. "require": {
  2212. "egulias/email-validator": "~2.0",
  2213. "php": ">=7.0.0",
  2214. "symfony/polyfill-iconv": "^1.0",
  2215. "symfony/polyfill-intl-idn": "^1.10",
  2216. "symfony/polyfill-mbstring": "^1.0"
  2217. },
  2218. "require-dev": {
  2219. "mockery/mockery": "~0.9.1",
  2220. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  2221. },
  2222. "suggest": {
  2223. "ext-intl": "Needed to support internationalized email addresses",
  2224. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  2225. },
  2226. "type": "library",
  2227. "extra": {
  2228. "branch-alias": {
  2229. "dev-master": "6.2-dev"
  2230. }
  2231. },
  2232. "autoload": {
  2233. "files": [
  2234. "lib/swift_required.php"
  2235. ]
  2236. },
  2237. "notification-url": "https://packagist.org/downloads/",
  2238. "license": [
  2239. "MIT"
  2240. ],
  2241. "authors": [
  2242. {
  2243. "name": "Chris Corbyn"
  2244. },
  2245. {
  2246. "name": "Fabien Potencier",
  2247. "email": "fabien@symfony.com"
  2248. }
  2249. ],
  2250. "description": "Swiftmailer, free feature-rich PHP mailer",
  2251. "homepage": "https://swiftmailer.symfony.com",
  2252. "keywords": [
  2253. "email",
  2254. "mail",
  2255. "mailer"
  2256. ],
  2257. "time": "2019-11-12T09:31:26+00:00"
  2258. },
  2259. {
  2260. "name": "symfony/console",
  2261. "version": "v4.4.10",
  2262. "source": {
  2263. "type": "git",
  2264. "url": "https://github.com/symfony/console.git",
  2265. "reference": "326b064d804043005526f5a0494cfb49edb59bb0"
  2266. },
  2267. "dist": {
  2268. "type": "zip",
  2269. "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0",
  2270. "reference": "326b064d804043005526f5a0494cfb49edb59bb0",
  2271. "shasum": ""
  2272. },
  2273. "require": {
  2274. "php": ">=7.1.3",
  2275. "symfony/polyfill-mbstring": "~1.0",
  2276. "symfony/polyfill-php73": "^1.8",
  2277. "symfony/polyfill-php80": "^1.15",
  2278. "symfony/service-contracts": "^1.1|^2"
  2279. },
  2280. "conflict": {
  2281. "symfony/dependency-injection": "<3.4",
  2282. "symfony/event-dispatcher": "<4.3|>=5",
  2283. "symfony/lock": "<4.4",
  2284. "symfony/process": "<3.3"
  2285. },
  2286. "provide": {
  2287. "psr/log-implementation": "1.0"
  2288. },
  2289. "require-dev": {
  2290. "psr/log": "~1.0",
  2291. "symfony/config": "^3.4|^4.0|^5.0",
  2292. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  2293. "symfony/event-dispatcher": "^4.3",
  2294. "symfony/lock": "^4.4|^5.0",
  2295. "symfony/process": "^3.4|^4.0|^5.0",
  2296. "symfony/var-dumper": "^4.3|^5.0"
  2297. },
  2298. "suggest": {
  2299. "psr/log": "For using the console logger",
  2300. "symfony/event-dispatcher": "",
  2301. "symfony/lock": "",
  2302. "symfony/process": ""
  2303. },
  2304. "type": "library",
  2305. "extra": {
  2306. "branch-alias": {
  2307. "dev-master": "4.4-dev"
  2308. }
  2309. },
  2310. "autoload": {
  2311. "psr-4": {
  2312. "Symfony\\Component\\Console\\": ""
  2313. },
  2314. "exclude-from-classmap": [
  2315. "/Tests/"
  2316. ]
  2317. },
  2318. "notification-url": "https://packagist.org/downloads/",
  2319. "license": [
  2320. "MIT"
  2321. ],
  2322. "authors": [
  2323. {
  2324. "name": "Fabien Potencier",
  2325. "email": "fabien@symfony.com"
  2326. },
  2327. {
  2328. "name": "Symfony Community",
  2329. "homepage": "https://symfony.com/contributors"
  2330. }
  2331. ],
  2332. "description": "Symfony Console Component",
  2333. "homepage": "https://symfony.com",
  2334. "time": "2020-05-30T20:06:45+00:00"
  2335. },
  2336. {
  2337. "name": "symfony/css-selector",
  2338. "version": "v5.1.2",
  2339. "source": {
  2340. "type": "git",
  2341. "url": "https://github.com/symfony/css-selector.git",
  2342. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
  2343. },
  2344. "dist": {
  2345. "type": "zip",
  2346. "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2347. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2348. "shasum": ""
  2349. },
  2350. "require": {
  2351. "php": ">=7.2.5"
  2352. },
  2353. "type": "library",
  2354. "extra": {
  2355. "branch-alias": {
  2356. "dev-master": "5.1-dev"
  2357. }
  2358. },
  2359. "autoload": {
  2360. "psr-4": {
  2361. "Symfony\\Component\\CssSelector\\": ""
  2362. },
  2363. "exclude-from-classmap": [
  2364. "/Tests/"
  2365. ]
  2366. },
  2367. "notification-url": "https://packagist.org/downloads/",
  2368. "license": [
  2369. "MIT"
  2370. ],
  2371. "authors": [
  2372. {
  2373. "name": "Fabien Potencier",
  2374. "email": "fabien@symfony.com"
  2375. },
  2376. {
  2377. "name": "Jean-François Simon",
  2378. "email": "jeanfrancois.simon@sensiolabs.com"
  2379. },
  2380. {
  2381. "name": "Symfony Community",
  2382. "homepage": "https://symfony.com/contributors"
  2383. }
  2384. ],
  2385. "description": "Symfony CssSelector Component",
  2386. "homepage": "https://symfony.com",
  2387. "time": "2020-05-20T17:43:50+00:00"
  2388. },
  2389. {
  2390. "name": "symfony/debug",
  2391. "version": "v4.4.10",
  2392. "source": {
  2393. "type": "git",
  2394. "url": "https://github.com/symfony/debug.git",
  2395. "reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6"
  2396. },
  2397. "dist": {
  2398. "type": "zip",
  2399. "url": "https://api.github.com/repos/symfony/debug/zipball/28f92d08bb6d1fddf8158e02c194ad43870007e6",
  2400. "reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6",
  2401. "shasum": ""
  2402. },
  2403. "require": {
  2404. "php": ">=7.1.3",
  2405. "psr/log": "~1.0",
  2406. "symfony/polyfill-php80": "^1.15"
  2407. },
  2408. "conflict": {
  2409. "symfony/http-kernel": "<3.4"
  2410. },
  2411. "require-dev": {
  2412. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  2413. },
  2414. "type": "library",
  2415. "extra": {
  2416. "branch-alias": {
  2417. "dev-master": "4.4-dev"
  2418. }
  2419. },
  2420. "autoload": {
  2421. "psr-4": {
  2422. "Symfony\\Component\\Debug\\": ""
  2423. },
  2424. "exclude-from-classmap": [
  2425. "/Tests/"
  2426. ]
  2427. },
  2428. "notification-url": "https://packagist.org/downloads/",
  2429. "license": [
  2430. "MIT"
  2431. ],
  2432. "authors": [
  2433. {
  2434. "name": "Fabien Potencier",
  2435. "email": "fabien@symfony.com"
  2436. },
  2437. {
  2438. "name": "Symfony Community",
  2439. "homepage": "https://symfony.com/contributors"
  2440. }
  2441. ],
  2442. "description": "Symfony Debug Component",
  2443. "homepage": "https://symfony.com",
  2444. "time": "2020-05-24T08:33:35+00:00"
  2445. },
  2446. {
  2447. "name": "symfony/error-handler",
  2448. "version": "v4.4.10",
  2449. "source": {
  2450. "type": "git",
  2451. "url": "https://github.com/symfony/error-handler.git",
  2452. "reference": "0df9a23c0f9eddbb6682479fee6fd58b88add75b"
  2453. },
  2454. "dist": {
  2455. "type": "zip",
  2456. "url": "https://api.github.com/repos/symfony/error-handler/zipball/0df9a23c0f9eddbb6682479fee6fd58b88add75b",
  2457. "reference": "0df9a23c0f9eddbb6682479fee6fd58b88add75b",
  2458. "shasum": ""
  2459. },
  2460. "require": {
  2461. "php": ">=7.1.3",
  2462. "psr/log": "~1.0",
  2463. "symfony/debug": "^4.4.5",
  2464. "symfony/polyfill-php80": "^1.15",
  2465. "symfony/var-dumper": "^4.4|^5.0"
  2466. },
  2467. "require-dev": {
  2468. "symfony/http-kernel": "^4.4|^5.0",
  2469. "symfony/serializer": "^4.4|^5.0"
  2470. },
  2471. "type": "library",
  2472. "extra": {
  2473. "branch-alias": {
  2474. "dev-master": "4.4-dev"
  2475. }
  2476. },
  2477. "autoload": {
  2478. "psr-4": {
  2479. "Symfony\\Component\\ErrorHandler\\": ""
  2480. },
  2481. "exclude-from-classmap": [
  2482. "/Tests/"
  2483. ]
  2484. },
  2485. "notification-url": "https://packagist.org/downloads/",
  2486. "license": [
  2487. "MIT"
  2488. ],
  2489. "authors": [
  2490. {
  2491. "name": "Fabien Potencier",
  2492. "email": "fabien@symfony.com"
  2493. },
  2494. {
  2495. "name": "Symfony Community",
  2496. "homepage": "https://symfony.com/contributors"
  2497. }
  2498. ],
  2499. "description": "Symfony ErrorHandler Component",
  2500. "homepage": "https://symfony.com",
  2501. "time": "2020-05-28T10:39:14+00:00"
  2502. },
  2503. {
  2504. "name": "symfony/event-dispatcher",
  2505. "version": "v4.4.10",
  2506. "source": {
  2507. "type": "git",
  2508. "url": "https://github.com/symfony/event-dispatcher.git",
  2509. "reference": "a5370aaa7807c7a439b21386661ffccf3dff2866"
  2510. },
  2511. "dist": {
  2512. "type": "zip",
  2513. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5370aaa7807c7a439b21386661ffccf3dff2866",
  2514. "reference": "a5370aaa7807c7a439b21386661ffccf3dff2866",
  2515. "shasum": ""
  2516. },
  2517. "require": {
  2518. "php": ">=7.1.3",
  2519. "symfony/event-dispatcher-contracts": "^1.1"
  2520. },
  2521. "conflict": {
  2522. "symfony/dependency-injection": "<3.4"
  2523. },
  2524. "provide": {
  2525. "psr/event-dispatcher-implementation": "1.0",
  2526. "symfony/event-dispatcher-implementation": "1.1"
  2527. },
  2528. "require-dev": {
  2529. "psr/log": "~1.0",
  2530. "symfony/config": "^3.4|^4.0|^5.0",
  2531. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  2532. "symfony/expression-language": "^3.4|^4.0|^5.0",
  2533. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  2534. "symfony/service-contracts": "^1.1|^2",
  2535. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  2536. },
  2537. "suggest": {
  2538. "symfony/dependency-injection": "",
  2539. "symfony/http-kernel": ""
  2540. },
  2541. "type": "library",
  2542. "extra": {
  2543. "branch-alias": {
  2544. "dev-master": "4.4-dev"
  2545. }
  2546. },
  2547. "autoload": {
  2548. "psr-4": {
  2549. "Symfony\\Component\\EventDispatcher\\": ""
  2550. },
  2551. "exclude-from-classmap": [
  2552. "/Tests/"
  2553. ]
  2554. },
  2555. "notification-url": "https://packagist.org/downloads/",
  2556. "license": [
  2557. "MIT"
  2558. ],
  2559. "authors": [
  2560. {
  2561. "name": "Fabien Potencier",
  2562. "email": "fabien@symfony.com"
  2563. },
  2564. {
  2565. "name": "Symfony Community",
  2566. "homepage": "https://symfony.com/contributors"
  2567. }
  2568. ],
  2569. "description": "Symfony EventDispatcher Component",
  2570. "homepage": "https://symfony.com",
  2571. "time": "2020-05-20T08:37:50+00:00"
  2572. },
  2573. {
  2574. "name": "symfony/event-dispatcher-contracts",
  2575. "version": "v1.1.7",
  2576. "source": {
  2577. "type": "git",
  2578. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2579. "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
  2580. },
  2581. "dist": {
  2582. "type": "zip",
  2583. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
  2584. "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
  2585. "shasum": ""
  2586. },
  2587. "require": {
  2588. "php": "^7.1.3"
  2589. },
  2590. "suggest": {
  2591. "psr/event-dispatcher": "",
  2592. "symfony/event-dispatcher-implementation": ""
  2593. },
  2594. "type": "library",
  2595. "extra": {
  2596. "branch-alias": {
  2597. "dev-master": "1.1-dev"
  2598. }
  2599. },
  2600. "autoload": {
  2601. "psr-4": {
  2602. "Symfony\\Contracts\\EventDispatcher\\": ""
  2603. }
  2604. },
  2605. "notification-url": "https://packagist.org/downloads/",
  2606. "license": [
  2607. "MIT"
  2608. ],
  2609. "authors": [
  2610. {
  2611. "name": "Nicolas Grekas",
  2612. "email": "p@tchwork.com"
  2613. },
  2614. {
  2615. "name": "Symfony Community",
  2616. "homepage": "https://symfony.com/contributors"
  2617. }
  2618. ],
  2619. "description": "Generic abstractions related to dispatching event",
  2620. "homepage": "https://symfony.com",
  2621. "keywords": [
  2622. "abstractions",
  2623. "contracts",
  2624. "decoupling",
  2625. "interfaces",
  2626. "interoperability",
  2627. "standards"
  2628. ],
  2629. "time": "2019-09-17T09:54:03+00:00"
  2630. },
  2631. {
  2632. "name": "symfony/finder",
  2633. "version": "v4.4.10",
  2634. "source": {
  2635. "type": "git",
  2636. "url": "https://github.com/symfony/finder.git",
  2637. "reference": "5729f943f9854c5781984ed4907bbb817735776b"
  2638. },
  2639. "dist": {
  2640. "type": "zip",
  2641. "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
  2642. "reference": "5729f943f9854c5781984ed4907bbb817735776b",
  2643. "shasum": ""
  2644. },
  2645. "require": {
  2646. "php": "^7.1.3"
  2647. },
  2648. "type": "library",
  2649. "extra": {
  2650. "branch-alias": {
  2651. "dev-master": "4.4-dev"
  2652. }
  2653. },
  2654. "autoload": {
  2655. "psr-4": {
  2656. "Symfony\\Component\\Finder\\": ""
  2657. },
  2658. "exclude-from-classmap": [
  2659. "/Tests/"
  2660. ]
  2661. },
  2662. "notification-url": "https://packagist.org/downloads/",
  2663. "license": [
  2664. "MIT"
  2665. ],
  2666. "authors": [
  2667. {
  2668. "name": "Fabien Potencier",
  2669. "email": "fabien@symfony.com"
  2670. },
  2671. {
  2672. "name": "Symfony Community",
  2673. "homepage": "https://symfony.com/contributors"
  2674. }
  2675. ],
  2676. "description": "Symfony Finder Component",
  2677. "homepage": "https://symfony.com",
  2678. "time": "2020-03-27T16:54:36+00:00"
  2679. },
  2680. {
  2681. "name": "symfony/http-foundation",
  2682. "version": "v4.4.10",
  2683. "source": {
  2684. "type": "git",
  2685. "url": "https://github.com/symfony/http-foundation.git",
  2686. "reference": "3adfbd7098c850b02d107330b7b9deacf2581578"
  2687. },
  2688. "dist": {
  2689. "type": "zip",
  2690. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3adfbd7098c850b02d107330b7b9deacf2581578",
  2691. "reference": "3adfbd7098c850b02d107330b7b9deacf2581578",
  2692. "shasum": ""
  2693. },
  2694. "require": {
  2695. "php": ">=7.1.3",
  2696. "symfony/mime": "^4.3|^5.0",
  2697. "symfony/polyfill-mbstring": "~1.1"
  2698. },
  2699. "require-dev": {
  2700. "predis/predis": "~1.0",
  2701. "symfony/expression-language": "^3.4|^4.0|^5.0"
  2702. },
  2703. "type": "library",
  2704. "extra": {
  2705. "branch-alias": {
  2706. "dev-master": "4.4-dev"
  2707. }
  2708. },
  2709. "autoload": {
  2710. "psr-4": {
  2711. "Symfony\\Component\\HttpFoundation\\": ""
  2712. },
  2713. "exclude-from-classmap": [
  2714. "/Tests/"
  2715. ]
  2716. },
  2717. "notification-url": "https://packagist.org/downloads/",
  2718. "license": [
  2719. "MIT"
  2720. ],
  2721. "authors": [
  2722. {
  2723. "name": "Fabien Potencier",
  2724. "email": "fabien@symfony.com"
  2725. },
  2726. {
  2727. "name": "Symfony Community",
  2728. "homepage": "https://symfony.com/contributors"
  2729. }
  2730. ],
  2731. "description": "Symfony HttpFoundation Component",
  2732. "homepage": "https://symfony.com",
  2733. "time": "2020-05-23T09:11:46+00:00"
  2734. },
  2735. {
  2736. "name": "symfony/http-kernel",
  2737. "version": "v4.4.10",
  2738. "source": {
  2739. "type": "git",
  2740. "url": "https://github.com/symfony/http-kernel.git",
  2741. "reference": "81d42148474e1852a333ed7a732f2a014af75430"
  2742. },
  2743. "dist": {
  2744. "type": "zip",
  2745. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/81d42148474e1852a333ed7a732f2a014af75430",
  2746. "reference": "81d42148474e1852a333ed7a732f2a014af75430",
  2747. "shasum": ""
  2748. },
  2749. "require": {
  2750. "php": ">=7.1.3",
  2751. "psr/log": "~1.0",
  2752. "symfony/error-handler": "^4.4",
  2753. "symfony/event-dispatcher": "^4.4",
  2754. "symfony/http-foundation": "^4.4|^5.0",
  2755. "symfony/polyfill-ctype": "^1.8",
  2756. "symfony/polyfill-php73": "^1.9",
  2757. "symfony/polyfill-php80": "^1.15"
  2758. },
  2759. "conflict": {
  2760. "symfony/browser-kit": "<4.3",
  2761. "symfony/config": "<3.4",
  2762. "symfony/console": ">=5",
  2763. "symfony/dependency-injection": "<4.3",
  2764. "symfony/translation": "<4.2",
  2765. "twig/twig": "<1.34|<2.4,>=2"
  2766. },
  2767. "provide": {
  2768. "psr/log-implementation": "1.0"
  2769. },
  2770. "require-dev": {
  2771. "psr/cache": "~1.0",
  2772. "symfony/browser-kit": "^4.3|^5.0",
  2773. "symfony/config": "^3.4|^4.0|^5.0",
  2774. "symfony/console": "^3.4|^4.0",
  2775. "symfony/css-selector": "^3.4|^4.0|^5.0",
  2776. "symfony/dependency-injection": "^4.3|^5.0",
  2777. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  2778. "symfony/expression-language": "^3.4|^4.0|^5.0",
  2779. "symfony/finder": "^3.4|^4.0|^5.0",
  2780. "symfony/process": "^3.4|^4.0|^5.0",
  2781. "symfony/routing": "^3.4|^4.0|^5.0",
  2782. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  2783. "symfony/templating": "^3.4|^4.0|^5.0",
  2784. "symfony/translation": "^4.2|^5.0",
  2785. "symfony/translation-contracts": "^1.1|^2",
  2786. "twig/twig": "^1.34|^2.4|^3.0"
  2787. },
  2788. "suggest": {
  2789. "symfony/browser-kit": "",
  2790. "symfony/config": "",
  2791. "symfony/console": "",
  2792. "symfony/dependency-injection": ""
  2793. },
  2794. "type": "library",
  2795. "extra": {
  2796. "branch-alias": {
  2797. "dev-master": "4.4-dev"
  2798. }
  2799. },
  2800. "autoload": {
  2801. "psr-4": {
  2802. "Symfony\\Component\\HttpKernel\\": ""
  2803. },
  2804. "exclude-from-classmap": [
  2805. "/Tests/"
  2806. ]
  2807. },
  2808. "notification-url": "https://packagist.org/downloads/",
  2809. "license": [
  2810. "MIT"
  2811. ],
  2812. "authors": [
  2813. {
  2814. "name": "Fabien Potencier",
  2815. "email": "fabien@symfony.com"
  2816. },
  2817. {
  2818. "name": "Symfony Community",
  2819. "homepage": "https://symfony.com/contributors"
  2820. }
  2821. ],
  2822. "description": "Symfony HttpKernel Component",
  2823. "homepage": "https://symfony.com",
  2824. "time": "2020-06-12T11:15:37+00:00"
  2825. },
  2826. {
  2827. "name": "symfony/mime",
  2828. "version": "v5.1.2",
  2829. "source": {
  2830. "type": "git",
  2831. "url": "https://github.com/symfony/mime.git",
  2832. "reference": "c0c418f05e727606e85b482a8591519c4712cf45"
  2833. },
  2834. "dist": {
  2835. "type": "zip",
  2836. "url": "https://api.github.com/repos/symfony/mime/zipball/c0c418f05e727606e85b482a8591519c4712cf45",
  2837. "reference": "c0c418f05e727606e85b482a8591519c4712cf45",
  2838. "shasum": ""
  2839. },
  2840. "require": {
  2841. "php": ">=7.2.5",
  2842. "symfony/polyfill-intl-idn": "^1.10",
  2843. "symfony/polyfill-mbstring": "^1.0",
  2844. "symfony/polyfill-php80": "^1.15"
  2845. },
  2846. "conflict": {
  2847. "symfony/mailer": "<4.4"
  2848. },
  2849. "require-dev": {
  2850. "egulias/email-validator": "^2.1.10",
  2851. "symfony/dependency-injection": "^4.4|^5.0"
  2852. },
  2853. "type": "library",
  2854. "extra": {
  2855. "branch-alias": {
  2856. "dev-master": "5.1-dev"
  2857. }
  2858. },
  2859. "autoload": {
  2860. "psr-4": {
  2861. "Symfony\\Component\\Mime\\": ""
  2862. },
  2863. "exclude-from-classmap": [
  2864. "/Tests/"
  2865. ]
  2866. },
  2867. "notification-url": "https://packagist.org/downloads/",
  2868. "license": [
  2869. "MIT"
  2870. ],
  2871. "authors": [
  2872. {
  2873. "name": "Fabien Potencier",
  2874. "email": "fabien@symfony.com"
  2875. },
  2876. {
  2877. "name": "Symfony Community",
  2878. "homepage": "https://symfony.com/contributors"
  2879. }
  2880. ],
  2881. "description": "A library to manipulate MIME messages",
  2882. "homepage": "https://symfony.com",
  2883. "keywords": [
  2884. "mime",
  2885. "mime-type"
  2886. ],
  2887. "time": "2020-06-09T15:07:35+00:00"
  2888. },
  2889. {
  2890. "name": "symfony/polyfill-ctype",
  2891. "version": "v1.17.1",
  2892. "source": {
  2893. "type": "git",
  2894. "url": "https://github.com/symfony/polyfill-ctype.git",
  2895. "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
  2896. },
  2897. "dist": {
  2898. "type": "zip",
  2899. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
  2900. "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
  2901. "shasum": ""
  2902. },
  2903. "require": {
  2904. "php": ">=5.3.3"
  2905. },
  2906. "suggest": {
  2907. "ext-ctype": "For best performance"
  2908. },
  2909. "type": "library",
  2910. "extra": {
  2911. "branch-alias": {
  2912. "dev-master": "1.17-dev"
  2913. },
  2914. "thanks": {
  2915. "name": "symfony/polyfill",
  2916. "url": "https://github.com/symfony/polyfill"
  2917. }
  2918. },
  2919. "autoload": {
  2920. "psr-4": {
  2921. "Symfony\\Polyfill\\Ctype\\": ""
  2922. },
  2923. "files": [
  2924. "bootstrap.php"
  2925. ]
  2926. },
  2927. "notification-url": "https://packagist.org/downloads/",
  2928. "license": [
  2929. "MIT"
  2930. ],
  2931. "authors": [
  2932. {
  2933. "name": "Gert de Pagter",
  2934. "email": "BackEndTea@gmail.com"
  2935. },
  2936. {
  2937. "name": "Symfony Community",
  2938. "homepage": "https://symfony.com/contributors"
  2939. }
  2940. ],
  2941. "description": "Symfony polyfill for ctype functions",
  2942. "homepage": "https://symfony.com",
  2943. "keywords": [
  2944. "compatibility",
  2945. "ctype",
  2946. "polyfill",
  2947. "portable"
  2948. ],
  2949. "time": "2020-06-06T08:46:27+00:00"
  2950. },
  2951. {
  2952. "name": "symfony/polyfill-iconv",
  2953. "version": "v1.17.1",
  2954. "source": {
  2955. "type": "git",
  2956. "url": "https://github.com/symfony/polyfill-iconv.git",
  2957. "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035"
  2958. },
  2959. "dist": {
  2960. "type": "zip",
  2961. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035",
  2962. "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035",
  2963. "shasum": ""
  2964. },
  2965. "require": {
  2966. "php": ">=5.3.3"
  2967. },
  2968. "suggest": {
  2969. "ext-iconv": "For best performance"
  2970. },
  2971. "type": "library",
  2972. "extra": {
  2973. "branch-alias": {
  2974. "dev-master": "1.17-dev"
  2975. },
  2976. "thanks": {
  2977. "name": "symfony/polyfill",
  2978. "url": "https://github.com/symfony/polyfill"
  2979. }
  2980. },
  2981. "autoload": {
  2982. "psr-4": {
  2983. "Symfony\\Polyfill\\Iconv\\": ""
  2984. },
  2985. "files": [
  2986. "bootstrap.php"
  2987. ]
  2988. },
  2989. "notification-url": "https://packagist.org/downloads/",
  2990. "license": [
  2991. "MIT"
  2992. ],
  2993. "authors": [
  2994. {
  2995. "name": "Nicolas Grekas",
  2996. "email": "p@tchwork.com"
  2997. },
  2998. {
  2999. "name": "Symfony Community",
  3000. "homepage": "https://symfony.com/contributors"
  3001. }
  3002. ],
  3003. "description": "Symfony polyfill for the Iconv extension",
  3004. "homepage": "https://symfony.com",
  3005. "keywords": [
  3006. "compatibility",
  3007. "iconv",
  3008. "polyfill",
  3009. "portable",
  3010. "shim"
  3011. ],
  3012. "time": "2020-06-06T08:46:27+00:00"
  3013. },
  3014. {
  3015. "name": "symfony/polyfill-intl-idn",
  3016. "version": "v1.17.1",
  3017. "source": {
  3018. "type": "git",
  3019. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3020. "reference": "a57f8161502549a742a63c09f0a604997bf47027"
  3021. },
  3022. "dist": {
  3023. "type": "zip",
  3024. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
  3025. "reference": "a57f8161502549a742a63c09f0a604997bf47027",
  3026. "shasum": ""
  3027. },
  3028. "require": {
  3029. "php": ">=5.3.3",
  3030. "symfony/polyfill-mbstring": "^1.3",
  3031. "symfony/polyfill-php72": "^1.10"
  3032. },
  3033. "suggest": {
  3034. "ext-intl": "For best performance"
  3035. },
  3036. "type": "library",
  3037. "extra": {
  3038. "branch-alias": {
  3039. "dev-master": "1.17-dev"
  3040. },
  3041. "thanks": {
  3042. "name": "symfony/polyfill",
  3043. "url": "https://github.com/symfony/polyfill"
  3044. }
  3045. },
  3046. "autoload": {
  3047. "psr-4": {
  3048. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3049. },
  3050. "files": [
  3051. "bootstrap.php"
  3052. ]
  3053. },
  3054. "notification-url": "https://packagist.org/downloads/",
  3055. "license": [
  3056. "MIT"
  3057. ],
  3058. "authors": [
  3059. {
  3060. "name": "Laurent Bassin",
  3061. "email": "laurent@bassin.info"
  3062. },
  3063. {
  3064. "name": "Symfony Community",
  3065. "homepage": "https://symfony.com/contributors"
  3066. }
  3067. ],
  3068. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3069. "homepage": "https://symfony.com",
  3070. "keywords": [
  3071. "compatibility",
  3072. "idn",
  3073. "intl",
  3074. "polyfill",
  3075. "portable",
  3076. "shim"
  3077. ],
  3078. "time": "2020-06-06T08:46:27+00:00"
  3079. },
  3080. {
  3081. "name": "symfony/polyfill-mbstring",
  3082. "version": "v1.17.1",
  3083. "source": {
  3084. "type": "git",
  3085. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3086. "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
  3087. },
  3088. "dist": {
  3089. "type": "zip",
  3090. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
  3091. "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
  3092. "shasum": ""
  3093. },
  3094. "require": {
  3095. "php": ">=5.3.3"
  3096. },
  3097. "suggest": {
  3098. "ext-mbstring": "For best performance"
  3099. },
  3100. "type": "library",
  3101. "extra": {
  3102. "branch-alias": {
  3103. "dev-master": "1.17-dev"
  3104. },
  3105. "thanks": {
  3106. "name": "symfony/polyfill",
  3107. "url": "https://github.com/symfony/polyfill"
  3108. }
  3109. },
  3110. "autoload": {
  3111. "psr-4": {
  3112. "Symfony\\Polyfill\\Mbstring\\": ""
  3113. },
  3114. "files": [
  3115. "bootstrap.php"
  3116. ]
  3117. },
  3118. "notification-url": "https://packagist.org/downloads/",
  3119. "license": [
  3120. "MIT"
  3121. ],
  3122. "authors": [
  3123. {
  3124. "name": "Nicolas Grekas",
  3125. "email": "p@tchwork.com"
  3126. },
  3127. {
  3128. "name": "Symfony Community",
  3129. "homepage": "https://symfony.com/contributors"
  3130. }
  3131. ],
  3132. "description": "Symfony polyfill for the Mbstring extension",
  3133. "homepage": "https://symfony.com",
  3134. "keywords": [
  3135. "compatibility",
  3136. "mbstring",
  3137. "polyfill",
  3138. "portable",
  3139. "shim"
  3140. ],
  3141. "time": "2020-06-06T08:46:27+00:00"
  3142. },
  3143. {
  3144. "name": "symfony/polyfill-php72",
  3145. "version": "v1.17.0",
  3146. "source": {
  3147. "type": "git",
  3148. "url": "https://github.com/symfony/polyfill-php72.git",
  3149. "reference": "f048e612a3905f34931127360bdd2def19a5e582"
  3150. },
  3151. "dist": {
  3152. "type": "zip",
  3153. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
  3154. "reference": "f048e612a3905f34931127360bdd2def19a5e582",
  3155. "shasum": ""
  3156. },
  3157. "require": {
  3158. "php": ">=5.3.3"
  3159. },
  3160. "type": "library",
  3161. "extra": {
  3162. "branch-alias": {
  3163. "dev-master": "1.17-dev"
  3164. }
  3165. },
  3166. "autoload": {
  3167. "psr-4": {
  3168. "Symfony\\Polyfill\\Php72\\": ""
  3169. },
  3170. "files": [
  3171. "bootstrap.php"
  3172. ]
  3173. },
  3174. "notification-url": "https://packagist.org/downloads/",
  3175. "license": [
  3176. "MIT"
  3177. ],
  3178. "authors": [
  3179. {
  3180. "name": "Nicolas Grekas",
  3181. "email": "p@tchwork.com"
  3182. },
  3183. {
  3184. "name": "Symfony Community",
  3185. "homepage": "https://symfony.com/contributors"
  3186. }
  3187. ],
  3188. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3189. "homepage": "https://symfony.com",
  3190. "keywords": [
  3191. "compatibility",
  3192. "polyfill",
  3193. "portable",
  3194. "shim"
  3195. ],
  3196. "time": "2020-05-12T16:47:27+00:00"
  3197. },
  3198. {
  3199. "name": "symfony/polyfill-php73",
  3200. "version": "v1.17.1",
  3201. "source": {
  3202. "type": "git",
  3203. "url": "https://github.com/symfony/polyfill-php73.git",
  3204. "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
  3205. },
  3206. "dist": {
  3207. "type": "zip",
  3208. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
  3209. "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
  3210. "shasum": ""
  3211. },
  3212. "require": {
  3213. "php": ">=5.3.3"
  3214. },
  3215. "type": "library",
  3216. "extra": {
  3217. "branch-alias": {
  3218. "dev-master": "1.17-dev"
  3219. },
  3220. "thanks": {
  3221. "name": "symfony/polyfill",
  3222. "url": "https://github.com/symfony/polyfill"
  3223. }
  3224. },
  3225. "autoload": {
  3226. "psr-4": {
  3227. "Symfony\\Polyfill\\Php73\\": ""
  3228. },
  3229. "files": [
  3230. "bootstrap.php"
  3231. ],
  3232. "classmap": [
  3233. "Resources/stubs"
  3234. ]
  3235. },
  3236. "notification-url": "https://packagist.org/downloads/",
  3237. "license": [
  3238. "MIT"
  3239. ],
  3240. "authors": [
  3241. {
  3242. "name": "Nicolas Grekas",
  3243. "email": "p@tchwork.com"
  3244. },
  3245. {
  3246. "name": "Symfony Community",
  3247. "homepage": "https://symfony.com/contributors"
  3248. }
  3249. ],
  3250. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  3251. "homepage": "https://symfony.com",
  3252. "keywords": [
  3253. "compatibility",
  3254. "polyfill",
  3255. "portable",
  3256. "shim"
  3257. ],
  3258. "time": "2020-06-06T08:46:27+00:00"
  3259. },
  3260. {
  3261. "name": "symfony/polyfill-php80",
  3262. "version": "v1.17.1",
  3263. "source": {
  3264. "type": "git",
  3265. "url": "https://github.com/symfony/polyfill-php80.git",
  3266. "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
  3267. },
  3268. "dist": {
  3269. "type": "zip",
  3270. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
  3271. "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
  3272. "shasum": ""
  3273. },
  3274. "require": {
  3275. "php": ">=7.0.8"
  3276. },
  3277. "type": "library",
  3278. "extra": {
  3279. "branch-alias": {
  3280. "dev-master": "1.17-dev"
  3281. },
  3282. "thanks": {
  3283. "name": "symfony/polyfill",
  3284. "url": "https://github.com/symfony/polyfill"
  3285. }
  3286. },
  3287. "autoload": {
  3288. "psr-4": {
  3289. "Symfony\\Polyfill\\Php80\\": ""
  3290. },
  3291. "files": [
  3292. "bootstrap.php"
  3293. ],
  3294. "classmap": [
  3295. "Resources/stubs"
  3296. ]
  3297. },
  3298. "notification-url": "https://packagist.org/downloads/",
  3299. "license": [
  3300. "MIT"
  3301. ],
  3302. "authors": [
  3303. {
  3304. "name": "Ion Bazan",
  3305. "email": "ion.bazan@gmail.com"
  3306. },
  3307. {
  3308. "name": "Nicolas Grekas",
  3309. "email": "p@tchwork.com"
  3310. },
  3311. {
  3312. "name": "Symfony Community",
  3313. "homepage": "https://symfony.com/contributors"
  3314. }
  3315. ],
  3316. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  3317. "homepage": "https://symfony.com",
  3318. "keywords": [
  3319. "compatibility",
  3320. "polyfill",
  3321. "portable",
  3322. "shim"
  3323. ],
  3324. "time": "2020-06-06T08:46:27+00:00"
  3325. },
  3326. {
  3327. "name": "symfony/process",
  3328. "version": "v4.4.10",
  3329. "source": {
  3330. "type": "git",
  3331. "url": "https://github.com/symfony/process.git",
  3332. "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
  3333. },
  3334. "dist": {
  3335. "type": "zip",
  3336. "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
  3337. "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
  3338. "shasum": ""
  3339. },
  3340. "require": {
  3341. "php": "^7.1.3"
  3342. },
  3343. "type": "library",
  3344. "extra": {
  3345. "branch-alias": {
  3346. "dev-master": "4.4-dev"
  3347. }
  3348. },
  3349. "autoload": {
  3350. "psr-4": {
  3351. "Symfony\\Component\\Process\\": ""
  3352. },
  3353. "exclude-from-classmap": [
  3354. "/Tests/"
  3355. ]
  3356. },
  3357. "notification-url": "https://packagist.org/downloads/",
  3358. "license": [
  3359. "MIT"
  3360. ],
  3361. "authors": [
  3362. {
  3363. "name": "Fabien Potencier",
  3364. "email": "fabien@symfony.com"
  3365. },
  3366. {
  3367. "name": "Symfony Community",
  3368. "homepage": "https://symfony.com/contributors"
  3369. }
  3370. ],
  3371. "description": "Symfony Process Component",
  3372. "homepage": "https://symfony.com",
  3373. "time": "2020-05-30T20:06:45+00:00"
  3374. },
  3375. {
  3376. "name": "symfony/routing",
  3377. "version": "v4.4.10",
  3378. "source": {
  3379. "type": "git",
  3380. "url": "https://github.com/symfony/routing.git",
  3381. "reference": "0f557911dde75c2a9652b8097bd7c9f54507f646"
  3382. },
  3383. "dist": {
  3384. "type": "zip",
  3385. "url": "https://api.github.com/repos/symfony/routing/zipball/0f557911dde75c2a9652b8097bd7c9f54507f646",
  3386. "reference": "0f557911dde75c2a9652b8097bd7c9f54507f646",
  3387. "shasum": ""
  3388. },
  3389. "require": {
  3390. "php": "^7.1.3"
  3391. },
  3392. "conflict": {
  3393. "symfony/config": "<4.2",
  3394. "symfony/dependency-injection": "<3.4",
  3395. "symfony/yaml": "<3.4"
  3396. },
  3397. "require-dev": {
  3398. "doctrine/annotations": "~1.2",
  3399. "psr/log": "~1.0",
  3400. "symfony/config": "^4.2|^5.0",
  3401. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  3402. "symfony/expression-language": "^3.4|^4.0|^5.0",
  3403. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  3404. "symfony/yaml": "^3.4|^4.0|^5.0"
  3405. },
  3406. "suggest": {
  3407. "doctrine/annotations": "For using the annotation loader",
  3408. "symfony/config": "For using the all-in-one router or any loader",
  3409. "symfony/expression-language": "For using expression matching",
  3410. "symfony/http-foundation": "For using a Symfony Request object",
  3411. "symfony/yaml": "For using the YAML loader"
  3412. },
  3413. "type": "library",
  3414. "extra": {
  3415. "branch-alias": {
  3416. "dev-master": "4.4-dev"
  3417. }
  3418. },
  3419. "autoload": {
  3420. "psr-4": {
  3421. "Symfony\\Component\\Routing\\": ""
  3422. },
  3423. "exclude-from-classmap": [
  3424. "/Tests/"
  3425. ]
  3426. },
  3427. "notification-url": "https://packagist.org/downloads/",
  3428. "license": [
  3429. "MIT"
  3430. ],
  3431. "authors": [
  3432. {
  3433. "name": "Fabien Potencier",
  3434. "email": "fabien@symfony.com"
  3435. },
  3436. {
  3437. "name": "Symfony Community",
  3438. "homepage": "https://symfony.com/contributors"
  3439. }
  3440. ],
  3441. "description": "Symfony Routing Component",
  3442. "homepage": "https://symfony.com",
  3443. "keywords": [
  3444. "router",
  3445. "routing",
  3446. "uri",
  3447. "url"
  3448. ],
  3449. "time": "2020-05-30T20:07:26+00:00"
  3450. },
  3451. {
  3452. "name": "symfony/service-contracts",
  3453. "version": "v2.1.2",
  3454. "source": {
  3455. "type": "git",
  3456. "url": "https://github.com/symfony/service-contracts.git",
  3457. "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b"
  3458. },
  3459. "dist": {
  3460. "type": "zip",
  3461. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b",
  3462. "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b",
  3463. "shasum": ""
  3464. },
  3465. "require": {
  3466. "php": ">=7.2.5",
  3467. "psr/container": "^1.0"
  3468. },
  3469. "suggest": {
  3470. "symfony/service-implementation": ""
  3471. },
  3472. "type": "library",
  3473. "extra": {
  3474. "branch-alias": {
  3475. "dev-master": "2.1-dev"
  3476. }
  3477. },
  3478. "autoload": {
  3479. "psr-4": {
  3480. "Symfony\\Contracts\\Service\\": ""
  3481. }
  3482. },
  3483. "notification-url": "https://packagist.org/downloads/",
  3484. "license": [
  3485. "MIT"
  3486. ],
  3487. "authors": [
  3488. {
  3489. "name": "Nicolas Grekas",
  3490. "email": "p@tchwork.com"
  3491. },
  3492. {
  3493. "name": "Symfony Community",
  3494. "homepage": "https://symfony.com/contributors"
  3495. }
  3496. ],
  3497. "description": "Generic abstractions related to writing services",
  3498. "homepage": "https://symfony.com",
  3499. "keywords": [
  3500. "abstractions",
  3501. "contracts",
  3502. "decoupling",
  3503. "interfaces",
  3504. "interoperability",
  3505. "standards"
  3506. ],
  3507. "time": "2020-05-20T17:43:50+00:00"
  3508. },
  3509. {
  3510. "name": "symfony/translation",
  3511. "version": "v4.4.10",
  3512. "source": {
  3513. "type": "git",
  3514. "url": "https://github.com/symfony/translation.git",
  3515. "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af"
  3516. },
  3517. "dist": {
  3518. "type": "zip",
  3519. "url": "https://api.github.com/repos/symfony/translation/zipball/79d3ef9096a6a6047dbc69218b68c7b7f63193af",
  3520. "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af",
  3521. "shasum": ""
  3522. },
  3523. "require": {
  3524. "php": ">=7.1.3",
  3525. "symfony/polyfill-mbstring": "~1.0",
  3526. "symfony/translation-contracts": "^1.1.6|^2"
  3527. },
  3528. "conflict": {
  3529. "symfony/config": "<3.4",
  3530. "symfony/dependency-injection": "<3.4",
  3531. "symfony/http-kernel": "<4.4",
  3532. "symfony/yaml": "<3.4"
  3533. },
  3534. "provide": {
  3535. "symfony/translation-implementation": "1.0"
  3536. },
  3537. "require-dev": {
  3538. "psr/log": "~1.0",
  3539. "symfony/config": "^3.4|^4.0|^5.0",
  3540. "symfony/console": "^3.4|^4.0|^5.0",
  3541. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  3542. "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
  3543. "symfony/http-kernel": "^4.4",
  3544. "symfony/intl": "^3.4|^4.0|^5.0",
  3545. "symfony/service-contracts": "^1.1.2|^2",
  3546. "symfony/yaml": "^3.4|^4.0|^5.0"
  3547. },
  3548. "suggest": {
  3549. "psr/log-implementation": "To use logging capability in translator",
  3550. "symfony/config": "",
  3551. "symfony/yaml": ""
  3552. },
  3553. "type": "library",
  3554. "extra": {
  3555. "branch-alias": {
  3556. "dev-master": "4.4-dev"
  3557. }
  3558. },
  3559. "autoload": {
  3560. "psr-4": {
  3561. "Symfony\\Component\\Translation\\": ""
  3562. },
  3563. "exclude-from-classmap": [
  3564. "/Tests/"
  3565. ]
  3566. },
  3567. "notification-url": "https://packagist.org/downloads/",
  3568. "license": [
  3569. "MIT"
  3570. ],
  3571. "authors": [
  3572. {
  3573. "name": "Fabien Potencier",
  3574. "email": "fabien@symfony.com"
  3575. },
  3576. {
  3577. "name": "Symfony Community",
  3578. "homepage": "https://symfony.com/contributors"
  3579. }
  3580. ],
  3581. "description": "Symfony Translation Component",
  3582. "homepage": "https://symfony.com",
  3583. "time": "2020-05-30T20:06:45+00:00"
  3584. },
  3585. {
  3586. "name": "symfony/translation-contracts",
  3587. "version": "v2.1.2",
  3588. "source": {
  3589. "type": "git",
  3590. "url": "https://github.com/symfony/translation-contracts.git",
  3591. "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e"
  3592. },
  3593. "dist": {
  3594. "type": "zip",
  3595. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e5ca07c8f817f865f618aa072c2fe8e0e637340e",
  3596. "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e",
  3597. "shasum": ""
  3598. },
  3599. "require": {
  3600. "php": ">=7.2.5"
  3601. },
  3602. "suggest": {
  3603. "symfony/translation-implementation": ""
  3604. },
  3605. "type": "library",
  3606. "extra": {
  3607. "branch-alias": {
  3608. "dev-master": "2.1-dev"
  3609. }
  3610. },
  3611. "autoload": {
  3612. "psr-4": {
  3613. "Symfony\\Contracts\\Translation\\": ""
  3614. }
  3615. },
  3616. "notification-url": "https://packagist.org/downloads/",
  3617. "license": [
  3618. "MIT"
  3619. ],
  3620. "authors": [
  3621. {
  3622. "name": "Nicolas Grekas",
  3623. "email": "p@tchwork.com"
  3624. },
  3625. {
  3626. "name": "Symfony Community",
  3627. "homepage": "https://symfony.com/contributors"
  3628. }
  3629. ],
  3630. "description": "Generic abstractions related to translation",
  3631. "homepage": "https://symfony.com",
  3632. "keywords": [
  3633. "abstractions",
  3634. "contracts",
  3635. "decoupling",
  3636. "interfaces",
  3637. "interoperability",
  3638. "standards"
  3639. ],
  3640. "time": "2020-05-20T17:43:50+00:00"
  3641. },
  3642. {
  3643. "name": "symfony/var-dumper",
  3644. "version": "v4.4.10",
  3645. "source": {
  3646. "type": "git",
  3647. "url": "https://github.com/symfony/var-dumper.git",
  3648. "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac"
  3649. },
  3650. "dist": {
  3651. "type": "zip",
  3652. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
  3653. "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
  3654. "shasum": ""
  3655. },
  3656. "require": {
  3657. "php": ">=7.1.3",
  3658. "symfony/polyfill-mbstring": "~1.0",
  3659. "symfony/polyfill-php72": "~1.5",
  3660. "symfony/polyfill-php80": "^1.15"
  3661. },
  3662. "conflict": {
  3663. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  3664. "symfony/console": "<3.4"
  3665. },
  3666. "require-dev": {
  3667. "ext-iconv": "*",
  3668. "symfony/console": "^3.4|^4.0|^5.0",
  3669. "symfony/process": "^4.4|^5.0",
  3670. "twig/twig": "^1.34|^2.4|^3.0"
  3671. },
  3672. "suggest": {
  3673. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3674. "ext-intl": "To show region name in time zone dump",
  3675. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  3676. },
  3677. "bin": [
  3678. "Resources/bin/var-dump-server"
  3679. ],
  3680. "type": "library",
  3681. "extra": {
  3682. "branch-alias": {
  3683. "dev-master": "4.4-dev"
  3684. }
  3685. },
  3686. "autoload": {
  3687. "files": [
  3688. "Resources/functions/dump.php"
  3689. ],
  3690. "psr-4": {
  3691. "Symfony\\Component\\VarDumper\\": ""
  3692. },
  3693. "exclude-from-classmap": [
  3694. "/Tests/"
  3695. ]
  3696. },
  3697. "notification-url": "https://packagist.org/downloads/",
  3698. "license": [
  3699. "MIT"
  3700. ],
  3701. "authors": [
  3702. {
  3703. "name": "Nicolas Grekas",
  3704. "email": "p@tchwork.com"
  3705. },
  3706. {
  3707. "name": "Symfony Community",
  3708. "homepage": "https://symfony.com/contributors"
  3709. }
  3710. ],
  3711. "description": "Symfony mechanism for exploring and dumping PHP variables",
  3712. "homepage": "https://symfony.com",
  3713. "keywords": [
  3714. "debug",
  3715. "dump"
  3716. ],
  3717. "time": "2020-05-30T20:06:45+00:00"
  3718. },
  3719. {
  3720. "name": "thiagoalessio/tesseract_ocr",
  3721. "version": "2.11.2",
  3722. "source": {
  3723. "type": "git",
  3724. "url": "https://github.com/thiagoalessio/tesseract-ocr-for-php.git",
  3725. "reference": "502c62abc1235189921fcdfae83f78926eb15246"
  3726. },
  3727. "dist": {
  3728. "type": "zip",
  3729. "url": "https://api.github.com/repos/thiagoalessio/tesseract-ocr-for-php/zipball/502c62abc1235189921fcdfae83f78926eb15246",
  3730. "reference": "502c62abc1235189921fcdfae83f78926eb15246",
  3731. "shasum": ""
  3732. },
  3733. "require": {
  3734. "php": "^5.3 || ^7.0 || ^8.0"
  3735. },
  3736. "require-dev": {
  3737. "phpunit/php-code-coverage": "^2.2.4 || ^9.0.0"
  3738. },
  3739. "type": "library",
  3740. "autoload": {
  3741. "psr-4": {
  3742. "thiagoalessio\\TesseractOCR\\": "src/"
  3743. }
  3744. },
  3745. "notification-url": "https://packagist.org/downloads/",
  3746. "license": [
  3747. "MIT"
  3748. ],
  3749. "authors": [
  3750. {
  3751. "name": "thiagoalessio",
  3752. "email": "thiagoalessio@me.com"
  3753. }
  3754. ],
  3755. "description": "A wrapper to work with Tesseract OCR inside PHP.",
  3756. "keywords": [
  3757. "OCR",
  3758. "Tesseract",
  3759. "text recognition"
  3760. ],
  3761. "support": {
  3762. "irc": "irc://irc.freenode.net/tesseract-ocr-for-php",
  3763. "issues": "https://github.com/thiagoalessio/tesseract-ocr-for-php/issues",
  3764. "source": "https://github.com/thiagoalessio/tesseract-ocr-for-php"
  3765. },
  3766. "time": "2021-04-09T21:05:43+00:00"
  3767. },
  3768. {
  3769. "name": "tijsverkoyen/css-to-inline-styles",
  3770. "version": "2.2.2",
  3771. "source": {
  3772. "type": "git",
  3773. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  3774. "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
  3775. },
  3776. "dist": {
  3777. "type": "zip",
  3778. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
  3779. "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
  3780. "shasum": ""
  3781. },
  3782. "require": {
  3783. "ext-dom": "*",
  3784. "ext-libxml": "*",
  3785. "php": "^5.5 || ^7.0",
  3786. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  3787. },
  3788. "require-dev": {
  3789. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3790. },
  3791. "type": "library",
  3792. "extra": {
  3793. "branch-alias": {
  3794. "dev-master": "2.2.x-dev"
  3795. }
  3796. },
  3797. "autoload": {
  3798. "psr-4": {
  3799. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  3800. }
  3801. },
  3802. "notification-url": "https://packagist.org/downloads/",
  3803. "license": [
  3804. "BSD-3-Clause"
  3805. ],
  3806. "authors": [
  3807. {
  3808. "name": "Tijs Verkoyen",
  3809. "email": "css_to_inline_styles@verkoyen.eu",
  3810. "role": "Developer"
  3811. }
  3812. ],
  3813. "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.",
  3814. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  3815. "time": "2019-10-24T08:53:34+00:00"
  3816. },
  3817. {
  3818. "name": "vlucas/phpdotenv",
  3819. "version": "v3.6.6",
  3820. "source": {
  3821. "type": "git",
  3822. "url": "https://github.com/vlucas/phpdotenv.git",
  3823. "reference": "4669484ccbc38fe7c4e0c50456778f2010566aad"
  3824. },
  3825. "dist": {
  3826. "type": "zip",
  3827. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/4669484ccbc38fe7c4e0c50456778f2010566aad",
  3828. "reference": "4669484ccbc38fe7c4e0c50456778f2010566aad",
  3829. "shasum": ""
  3830. },
  3831. "require": {
  3832. "php": "^5.4 || ^7.0 || ^8.0",
  3833. "phpoption/phpoption": "^1.5.2",
  3834. "symfony/polyfill-ctype": "^1.16"
  3835. },
  3836. "require-dev": {
  3837. "ext-filter": "*",
  3838. "ext-pcre": "*",
  3839. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  3840. },
  3841. "suggest": {
  3842. "ext-filter": "Required to use the boolean validator.",
  3843. "ext-pcre": "Required to use most of the library."
  3844. },
  3845. "type": "library",
  3846. "extra": {
  3847. "branch-alias": {
  3848. "dev-master": "3.6-dev"
  3849. }
  3850. },
  3851. "autoload": {
  3852. "psr-4": {
  3853. "Dotenv\\": "src/"
  3854. }
  3855. },
  3856. "notification-url": "https://packagist.org/downloads/",
  3857. "license": [
  3858. "BSD-3-Clause"
  3859. ],
  3860. "authors": [
  3861. {
  3862. "name": "Graham Campbell",
  3863. "email": "graham@alt-three.com",
  3864. "homepage": "https://gjcampbell.co.uk/"
  3865. },
  3866. {
  3867. "name": "Vance Lucas",
  3868. "email": "vance@vancelucas.com",
  3869. "homepage": "https://vancelucas.com/"
  3870. }
  3871. ],
  3872. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3873. "keywords": [
  3874. "dotenv",
  3875. "env",
  3876. "environment"
  3877. ],
  3878. "time": "2020-06-02T14:08:54+00:00"
  3879. },
  3880. {
  3881. "name": "zendframework/zend-escaper",
  3882. "version": "2.6.1",
  3883. "source": {
  3884. "type": "git",
  3885. "url": "https://github.com/zendframework/zend-escaper.git",
  3886. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
  3887. },
  3888. "dist": {
  3889. "type": "zip",
  3890. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  3891. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  3892. "shasum": ""
  3893. },
  3894. "require": {
  3895. "php": "^5.6 || ^7.0"
  3896. },
  3897. "require-dev": {
  3898. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  3899. "zendframework/zend-coding-standard": "~1.0.0"
  3900. },
  3901. "type": "library",
  3902. "extra": {
  3903. "branch-alias": {
  3904. "dev-master": "2.6.x-dev",
  3905. "dev-develop": "2.7.x-dev"
  3906. }
  3907. },
  3908. "autoload": {
  3909. "psr-4": {
  3910. "Zend\\Escaper\\": "src/"
  3911. }
  3912. },
  3913. "notification-url": "https://packagist.org/downloads/",
  3914. "license": [
  3915. "BSD-3-Clause"
  3916. ],
  3917. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  3918. "keywords": [
  3919. "ZendFramework",
  3920. "escaper",
  3921. "zf"
  3922. ],
  3923. "abandoned": "laminas/laminas-escaper",
  3924. "time": "2019-09-05T20:03:20+00:00"
  3925. }
  3926. ],
  3927. "packages-dev": [
  3928. {
  3929. "name": "doctrine/instantiator",
  3930. "version": "1.3.1",
  3931. "source": {
  3932. "type": "git",
  3933. "url": "https://github.com/doctrine/instantiator.git",
  3934. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  3935. },
  3936. "dist": {
  3937. "type": "zip",
  3938. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  3939. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  3940. "shasum": ""
  3941. },
  3942. "require": {
  3943. "php": "^7.1 || ^8.0"
  3944. },
  3945. "require-dev": {
  3946. "doctrine/coding-standard": "^6.0",
  3947. "ext-pdo": "*",
  3948. "ext-phar": "*",
  3949. "phpbench/phpbench": "^0.13",
  3950. "phpstan/phpstan-phpunit": "^0.11",
  3951. "phpstan/phpstan-shim": "^0.11",
  3952. "phpunit/phpunit": "^7.0"
  3953. },
  3954. "type": "library",
  3955. "extra": {
  3956. "branch-alias": {
  3957. "dev-master": "1.2.x-dev"
  3958. }
  3959. },
  3960. "autoload": {
  3961. "psr-4": {
  3962. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3963. }
  3964. },
  3965. "notification-url": "https://packagist.org/downloads/",
  3966. "license": [
  3967. "MIT"
  3968. ],
  3969. "authors": [
  3970. {
  3971. "name": "Marco Pivetta",
  3972. "email": "ocramius@gmail.com",
  3973. "homepage": "http://ocramius.github.com/"
  3974. }
  3975. ],
  3976. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3977. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  3978. "keywords": [
  3979. "constructor",
  3980. "instantiate"
  3981. ],
  3982. "time": "2020-05-29T17:27:14+00:00"
  3983. },
  3984. {
  3985. "name": "facade/flare-client-php",
  3986. "version": "1.3.2",
  3987. "source": {
  3988. "type": "git",
  3989. "url": "https://github.com/facade/flare-client-php.git",
  3990. "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004"
  3991. },
  3992. "dist": {
  3993. "type": "zip",
  3994. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/db1e03426e7f9472c9ecd1092aff00f56aa6c004",
  3995. "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004",
  3996. "shasum": ""
  3997. },
  3998. "require": {
  3999. "facade/ignition-contracts": "~1.0",
  4000. "illuminate/pipeline": "^5.5|^6.0|^7.0",
  4001. "php": "^7.1",
  4002. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  4003. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  4004. },
  4005. "require-dev": {
  4006. "larapack/dd": "^1.1",
  4007. "phpunit/phpunit": "^7.5.16",
  4008. "spatie/phpunit-snapshot-assertions": "^2.0"
  4009. },
  4010. "type": "library",
  4011. "extra": {
  4012. "branch-alias": {
  4013. "dev-master": "1.0-dev"
  4014. }
  4015. },
  4016. "autoload": {
  4017. "psr-4": {
  4018. "Facade\\FlareClient\\": "src"
  4019. },
  4020. "files": [
  4021. "src/helpers.php"
  4022. ]
  4023. },
  4024. "notification-url": "https://packagist.org/downloads/",
  4025. "license": [
  4026. "MIT"
  4027. ],
  4028. "description": "Send PHP errors to Flare",
  4029. "homepage": "https://github.com/facade/flare-client-php",
  4030. "keywords": [
  4031. "exception",
  4032. "facade",
  4033. "flare",
  4034. "reporting"
  4035. ],
  4036. "time": "2020-03-02T15:52:04+00:00"
  4037. },
  4038. {
  4039. "name": "facade/ignition",
  4040. "version": "1.16.1",
  4041. "source": {
  4042. "type": "git",
  4043. "url": "https://github.com/facade/ignition.git",
  4044. "reference": "af05ac5ee8587395d7474ec0681c08776a2cb09d"
  4045. },
  4046. "dist": {
  4047. "type": "zip",
  4048. "url": "https://api.github.com/repos/facade/ignition/zipball/af05ac5ee8587395d7474ec0681c08776a2cb09d",
  4049. "reference": "af05ac5ee8587395d7474ec0681c08776a2cb09d",
  4050. "shasum": ""
  4051. },
  4052. "require": {
  4053. "ext-json": "*",
  4054. "ext-mbstring": "*",
  4055. "facade/flare-client-php": "^1.3",
  4056. "facade/ignition-contracts": "^1.0",
  4057. "filp/whoops": "^2.4",
  4058. "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
  4059. "monolog/monolog": "^1.12 || ^2.0",
  4060. "php": "^7.1",
  4061. "scrivo/highlight.php": "^9.15",
  4062. "symfony/console": "^3.4 || ^4.0",
  4063. "symfony/var-dumper": "^3.4 || ^4.0"
  4064. },
  4065. "require-dev": {
  4066. "friendsofphp/php-cs-fixer": "^2.14",
  4067. "mockery/mockery": "^1.2",
  4068. "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
  4069. },
  4070. "suggest": {
  4071. "laravel/telescope": "^2.0"
  4072. },
  4073. "type": "library",
  4074. "extra": {
  4075. "branch-alias": {
  4076. "dev-master": "1.x-dev"
  4077. },
  4078. "laravel": {
  4079. "providers": [
  4080. "Facade\\Ignition\\IgnitionServiceProvider"
  4081. ],
  4082. "aliases": {
  4083. "Flare": "Facade\\Ignition\\Facades\\Flare"
  4084. }
  4085. }
  4086. },
  4087. "autoload": {
  4088. "psr-4": {
  4089. "Facade\\Ignition\\": "src"
  4090. },
  4091. "files": [
  4092. "src/helpers.php"
  4093. ]
  4094. },
  4095. "notification-url": "https://packagist.org/downloads/",
  4096. "license": [
  4097. "MIT"
  4098. ],
  4099. "description": "A beautiful error page for Laravel applications.",
  4100. "homepage": "https://github.com/facade/ignition",
  4101. "keywords": [
  4102. "error",
  4103. "flare",
  4104. "laravel",
  4105. "page"
  4106. ],
  4107. "time": "2020-03-05T12:39:07+00:00"
  4108. },
  4109. {
  4110. "name": "facade/ignition-contracts",
  4111. "version": "1.0.0",
  4112. "source": {
  4113. "type": "git",
  4114. "url": "https://github.com/facade/ignition-contracts.git",
  4115. "reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
  4116. },
  4117. "dist": {
  4118. "type": "zip",
  4119. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
  4120. "reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
  4121. "shasum": ""
  4122. },
  4123. "require": {
  4124. "php": "^7.1"
  4125. },
  4126. "type": "library",
  4127. "autoload": {
  4128. "psr-4": {
  4129. "Facade\\IgnitionContracts\\": "src"
  4130. }
  4131. },
  4132. "notification-url": "https://packagist.org/downloads/",
  4133. "license": [
  4134. "MIT"
  4135. ],
  4136. "authors": [
  4137. {
  4138. "name": "Freek Van der Herten",
  4139. "email": "freek@spatie.be",
  4140. "homepage": "https://flareapp.io",
  4141. "role": "Developer"
  4142. }
  4143. ],
  4144. "description": "Solution contracts for Ignition",
  4145. "homepage": "https://github.com/facade/ignition-contracts",
  4146. "keywords": [
  4147. "contracts",
  4148. "flare",
  4149. "ignition"
  4150. ],
  4151. "time": "2019-08-30T14:06:08+00:00"
  4152. },
  4153. {
  4154. "name": "filp/whoops",
  4155. "version": "2.7.3",
  4156. "source": {
  4157. "type": "git",
  4158. "url": "https://github.com/filp/whoops.git",
  4159. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
  4160. },
  4161. "dist": {
  4162. "type": "zip",
  4163. "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  4164. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  4165. "shasum": ""
  4166. },
  4167. "require": {
  4168. "php": "^5.5.9 || ^7.0",
  4169. "psr/log": "^1.0.1"
  4170. },
  4171. "require-dev": {
  4172. "mockery/mockery": "^0.9 || ^1.0",
  4173. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
  4174. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  4175. },
  4176. "suggest": {
  4177. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  4178. "whoops/soap": "Formats errors as SOAP responses"
  4179. },
  4180. "type": "library",
  4181. "extra": {
  4182. "branch-alias": {
  4183. "dev-master": "2.6-dev"
  4184. }
  4185. },
  4186. "autoload": {
  4187. "psr-4": {
  4188. "Whoops\\": "src/Whoops/"
  4189. }
  4190. },
  4191. "notification-url": "https://packagist.org/downloads/",
  4192. "license": [
  4193. "MIT"
  4194. ],
  4195. "authors": [
  4196. {
  4197. "name": "Filipe Dobreira",
  4198. "homepage": "https://github.com/filp",
  4199. "role": "Developer"
  4200. }
  4201. ],
  4202. "description": "php error handling for cool kids",
  4203. "homepage": "https://filp.github.io/whoops/",
  4204. "keywords": [
  4205. "error",
  4206. "exception",
  4207. "handling",
  4208. "library",
  4209. "throwable",
  4210. "whoops"
  4211. ],
  4212. "time": "2020-06-14T09:00:00+00:00"
  4213. },
  4214. {
  4215. "name": "fzaninotto/faker",
  4216. "version": "v1.9.1",
  4217. "source": {
  4218. "type": "git",
  4219. "url": "https://github.com/fzaninotto/Faker.git",
  4220. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
  4221. },
  4222. "dist": {
  4223. "type": "zip",
  4224. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
  4225. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
  4226. "shasum": ""
  4227. },
  4228. "require": {
  4229. "php": "^5.3.3 || ^7.0"
  4230. },
  4231. "require-dev": {
  4232. "ext-intl": "*",
  4233. "phpunit/phpunit": "^4.8.35 || ^5.7",
  4234. "squizlabs/php_codesniffer": "^2.9.2"
  4235. },
  4236. "type": "library",
  4237. "extra": {
  4238. "branch-alias": {
  4239. "dev-master": "1.9-dev"
  4240. }
  4241. },
  4242. "autoload": {
  4243. "psr-4": {
  4244. "Faker\\": "src/Faker/"
  4245. }
  4246. },
  4247. "notification-url": "https://packagist.org/downloads/",
  4248. "license": [
  4249. "MIT"
  4250. ],
  4251. "authors": [
  4252. {
  4253. "name": "François Zaninotto"
  4254. }
  4255. ],
  4256. "description": "Faker is a PHP library that generates fake data for you.",
  4257. "keywords": [
  4258. "data",
  4259. "faker",
  4260. "fixtures"
  4261. ],
  4262. "time": "2019-12-12T13:22:17+00:00"
  4263. },
  4264. {
  4265. "name": "hamcrest/hamcrest-php",
  4266. "version": "v2.0.0",
  4267. "source": {
  4268. "type": "git",
  4269. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4270. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  4271. },
  4272. "dist": {
  4273. "type": "zip",
  4274. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  4275. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  4276. "shasum": ""
  4277. },
  4278. "require": {
  4279. "php": "^5.3|^7.0"
  4280. },
  4281. "replace": {
  4282. "cordoval/hamcrest-php": "*",
  4283. "davedevelopment/hamcrest-php": "*",
  4284. "kodova/hamcrest-php": "*"
  4285. },
  4286. "require-dev": {
  4287. "phpunit/php-file-iterator": "1.3.3",
  4288. "phpunit/phpunit": "~4.0",
  4289. "satooshi/php-coveralls": "^1.0"
  4290. },
  4291. "type": "library",
  4292. "extra": {
  4293. "branch-alias": {
  4294. "dev-master": "2.0-dev"
  4295. }
  4296. },
  4297. "autoload": {
  4298. "classmap": [
  4299. "hamcrest"
  4300. ]
  4301. },
  4302. "notification-url": "https://packagist.org/downloads/",
  4303. "license": [
  4304. "BSD"
  4305. ],
  4306. "description": "This is the PHP port of Hamcrest Matchers",
  4307. "keywords": [
  4308. "test"
  4309. ],
  4310. "time": "2016-01-20T08:20:44+00:00"
  4311. },
  4312. {
  4313. "name": "jakub-onderka/php-console-color",
  4314. "version": "v0.2",
  4315. "source": {
  4316. "type": "git",
  4317. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  4318. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  4319. },
  4320. "dist": {
  4321. "type": "zip",
  4322. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  4323. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  4324. "shasum": ""
  4325. },
  4326. "require": {
  4327. "php": ">=5.4.0"
  4328. },
  4329. "require-dev": {
  4330. "jakub-onderka/php-code-style": "1.0",
  4331. "jakub-onderka/php-parallel-lint": "1.0",
  4332. "jakub-onderka/php-var-dump-check": "0.*",
  4333. "phpunit/phpunit": "~4.3",
  4334. "squizlabs/php_codesniffer": "1.*"
  4335. },
  4336. "type": "library",
  4337. "autoload": {
  4338. "psr-4": {
  4339. "JakubOnderka\\PhpConsoleColor\\": "src/"
  4340. }
  4341. },
  4342. "notification-url": "https://packagist.org/downloads/",
  4343. "license": [
  4344. "BSD-2-Clause"
  4345. ],
  4346. "authors": [
  4347. {
  4348. "name": "Jakub Onderka",
  4349. "email": "jakub.onderka@gmail.com"
  4350. }
  4351. ],
  4352. "abandoned": "php-parallel-lint/php-console-color",
  4353. "time": "2018-09-29T17:23:10+00:00"
  4354. },
  4355. {
  4356. "name": "jakub-onderka/php-console-highlighter",
  4357. "version": "v0.4",
  4358. "source": {
  4359. "type": "git",
  4360. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  4361. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  4362. },
  4363. "dist": {
  4364. "type": "zip",
  4365. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  4366. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  4367. "shasum": ""
  4368. },
  4369. "require": {
  4370. "ext-tokenizer": "*",
  4371. "jakub-onderka/php-console-color": "~0.2",
  4372. "php": ">=5.4.0"
  4373. },
  4374. "require-dev": {
  4375. "jakub-onderka/php-code-style": "~1.0",
  4376. "jakub-onderka/php-parallel-lint": "~1.0",
  4377. "jakub-onderka/php-var-dump-check": "~0.1",
  4378. "phpunit/phpunit": "~4.0",
  4379. "squizlabs/php_codesniffer": "~1.5"
  4380. },
  4381. "type": "library",
  4382. "autoload": {
  4383. "psr-4": {
  4384. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  4385. }
  4386. },
  4387. "notification-url": "https://packagist.org/downloads/",
  4388. "license": [
  4389. "MIT"
  4390. ],
  4391. "authors": [
  4392. {
  4393. "name": "Jakub Onderka",
  4394. "email": "acci@acci.cz",
  4395. "homepage": "http://www.acci.cz/"
  4396. }
  4397. ],
  4398. "description": "Highlight PHP code in terminal",
  4399. "abandoned": "php-parallel-lint/php-console-highlighter",
  4400. "time": "2018-09-29T18:48:56+00:00"
  4401. },
  4402. {
  4403. "name": "mockery/mockery",
  4404. "version": "1.4.0",
  4405. "source": {
  4406. "type": "git",
  4407. "url": "https://github.com/mockery/mockery.git",
  4408. "reference": "6c6a7c533469873deacf998237e7649fc6b36223"
  4409. },
  4410. "dist": {
  4411. "type": "zip",
  4412. "url": "https://api.github.com/repos/mockery/mockery/zipball/6c6a7c533469873deacf998237e7649fc6b36223",
  4413. "reference": "6c6a7c533469873deacf998237e7649fc6b36223",
  4414. "shasum": ""
  4415. },
  4416. "require": {
  4417. "hamcrest/hamcrest-php": "~2.0",
  4418. "lib-pcre": ">=7.0",
  4419. "php": "^7.3.0"
  4420. },
  4421. "conflict": {
  4422. "phpunit/phpunit": "<8.0"
  4423. },
  4424. "require-dev": {
  4425. "phpunit/phpunit": "^8.0.0 || ^9.0.0"
  4426. },
  4427. "type": "library",
  4428. "extra": {
  4429. "branch-alias": {
  4430. "dev-master": "1.4.x-dev"
  4431. }
  4432. },
  4433. "autoload": {
  4434. "psr-0": {
  4435. "Mockery": "library/"
  4436. }
  4437. },
  4438. "notification-url": "https://packagist.org/downloads/",
  4439. "license": [
  4440. "BSD-3-Clause"
  4441. ],
  4442. "authors": [
  4443. {
  4444. "name": "Pádraic Brady",
  4445. "email": "padraic.brady@gmail.com",
  4446. "homepage": "http://blog.astrumfutura.com"
  4447. },
  4448. {
  4449. "name": "Dave Marshall",
  4450. "email": "dave.marshall@atstsolutions.co.uk",
  4451. "homepage": "http://davedevelopment.co.uk"
  4452. }
  4453. ],
  4454. "description": "Mockery is a simple yet flexible PHP mock object framework",
  4455. "homepage": "https://github.com/mockery/mockery",
  4456. "keywords": [
  4457. "BDD",
  4458. "TDD",
  4459. "library",
  4460. "mock",
  4461. "mock objects",
  4462. "mockery",
  4463. "stub",
  4464. "test",
  4465. "test double",
  4466. "testing"
  4467. ],
  4468. "time": "2020-05-19T14:25:16+00:00"
  4469. },
  4470. {
  4471. "name": "myclabs/deep-copy",
  4472. "version": "1.9.5",
  4473. "source": {
  4474. "type": "git",
  4475. "url": "https://github.com/myclabs/DeepCopy.git",
  4476. "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
  4477. },
  4478. "dist": {
  4479. "type": "zip",
  4480. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
  4481. "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
  4482. "shasum": ""
  4483. },
  4484. "require": {
  4485. "php": "^7.1"
  4486. },
  4487. "replace": {
  4488. "myclabs/deep-copy": "self.version"
  4489. },
  4490. "require-dev": {
  4491. "doctrine/collections": "^1.0",
  4492. "doctrine/common": "^2.6",
  4493. "phpunit/phpunit": "^7.1"
  4494. },
  4495. "type": "library",
  4496. "autoload": {
  4497. "psr-4": {
  4498. "DeepCopy\\": "src/DeepCopy/"
  4499. },
  4500. "files": [
  4501. "src/DeepCopy/deep_copy.php"
  4502. ]
  4503. },
  4504. "notification-url": "https://packagist.org/downloads/",
  4505. "license": [
  4506. "MIT"
  4507. ],
  4508. "description": "Create deep copies (clones) of your objects",
  4509. "keywords": [
  4510. "clone",
  4511. "copy",
  4512. "duplicate",
  4513. "object",
  4514. "object graph"
  4515. ],
  4516. "time": "2020-01-17T21:11:47+00:00"
  4517. },
  4518. {
  4519. "name": "nunomaduro/collision",
  4520. "version": "v3.0.1",
  4521. "source": {
  4522. "type": "git",
  4523. "url": "https://github.com/nunomaduro/collision.git",
  4524. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
  4525. },
  4526. "dist": {
  4527. "type": "zip",
  4528. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4529. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4530. "shasum": ""
  4531. },
  4532. "require": {
  4533. "filp/whoops": "^2.1.4",
  4534. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  4535. "php": "^7.1",
  4536. "symfony/console": "~2.8|~3.3|~4.0"
  4537. },
  4538. "require-dev": {
  4539. "laravel/framework": "5.8.*",
  4540. "nunomaduro/larastan": "^0.3.0",
  4541. "phpstan/phpstan": "^0.11",
  4542. "phpunit/phpunit": "~8.0"
  4543. },
  4544. "type": "library",
  4545. "extra": {
  4546. "laravel": {
  4547. "providers": [
  4548. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  4549. ]
  4550. }
  4551. },
  4552. "autoload": {
  4553. "psr-4": {
  4554. "NunoMaduro\\Collision\\": "src/"
  4555. }
  4556. },
  4557. "notification-url": "https://packagist.org/downloads/",
  4558. "license": [
  4559. "MIT"
  4560. ],
  4561. "authors": [
  4562. {
  4563. "name": "Nuno Maduro",
  4564. "email": "enunomaduro@gmail.com"
  4565. }
  4566. ],
  4567. "description": "Cli error handling for console/command-line PHP applications.",
  4568. "keywords": [
  4569. "artisan",
  4570. "cli",
  4571. "command-line",
  4572. "console",
  4573. "error",
  4574. "handling",
  4575. "laravel",
  4576. "laravel-zero",
  4577. "php",
  4578. "symfony"
  4579. ],
  4580. "time": "2019-03-07T21:35:13+00:00"
  4581. },
  4582. {
  4583. "name": "phar-io/manifest",
  4584. "version": "1.0.3",
  4585. "source": {
  4586. "type": "git",
  4587. "url": "https://github.com/phar-io/manifest.git",
  4588. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  4589. },
  4590. "dist": {
  4591. "type": "zip",
  4592. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4593. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4594. "shasum": ""
  4595. },
  4596. "require": {
  4597. "ext-dom": "*",
  4598. "ext-phar": "*",
  4599. "phar-io/version": "^2.0",
  4600. "php": "^5.6 || ^7.0"
  4601. },
  4602. "type": "library",
  4603. "extra": {
  4604. "branch-alias": {
  4605. "dev-master": "1.0.x-dev"
  4606. }
  4607. },
  4608. "autoload": {
  4609. "classmap": [
  4610. "src/"
  4611. ]
  4612. },
  4613. "notification-url": "https://packagist.org/downloads/",
  4614. "license": [
  4615. "BSD-3-Clause"
  4616. ],
  4617. "authors": [
  4618. {
  4619. "name": "Arne Blankerts",
  4620. "email": "arne@blankerts.de",
  4621. "role": "Developer"
  4622. },
  4623. {
  4624. "name": "Sebastian Heuer",
  4625. "email": "sebastian@phpeople.de",
  4626. "role": "Developer"
  4627. },
  4628. {
  4629. "name": "Sebastian Bergmann",
  4630. "email": "sebastian@phpunit.de",
  4631. "role": "Developer"
  4632. }
  4633. ],
  4634. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  4635. "time": "2018-07-08T19:23:20+00:00"
  4636. },
  4637. {
  4638. "name": "phar-io/version",
  4639. "version": "2.0.1",
  4640. "source": {
  4641. "type": "git",
  4642. "url": "https://github.com/phar-io/version.git",
  4643. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  4644. },
  4645. "dist": {
  4646. "type": "zip",
  4647. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4648. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4649. "shasum": ""
  4650. },
  4651. "require": {
  4652. "php": "^5.6 || ^7.0"
  4653. },
  4654. "type": "library",
  4655. "autoload": {
  4656. "classmap": [
  4657. "src/"
  4658. ]
  4659. },
  4660. "notification-url": "https://packagist.org/downloads/",
  4661. "license": [
  4662. "BSD-3-Clause"
  4663. ],
  4664. "authors": [
  4665. {
  4666. "name": "Arne Blankerts",
  4667. "email": "arne@blankerts.de",
  4668. "role": "Developer"
  4669. },
  4670. {
  4671. "name": "Sebastian Heuer",
  4672. "email": "sebastian@phpeople.de",
  4673. "role": "Developer"
  4674. },
  4675. {
  4676. "name": "Sebastian Bergmann",
  4677. "email": "sebastian@phpunit.de",
  4678. "role": "Developer"
  4679. }
  4680. ],
  4681. "description": "Library for handling version information and constraints",
  4682. "time": "2018-07-08T19:19:57+00:00"
  4683. },
  4684. {
  4685. "name": "phpdocumentor/reflection-common",
  4686. "version": "2.1.0",
  4687. "source": {
  4688. "type": "git",
  4689. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4690. "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
  4691. },
  4692. "dist": {
  4693. "type": "zip",
  4694. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
  4695. "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
  4696. "shasum": ""
  4697. },
  4698. "require": {
  4699. "php": ">=7.1"
  4700. },
  4701. "type": "library",
  4702. "extra": {
  4703. "branch-alias": {
  4704. "dev-master": "2.x-dev"
  4705. }
  4706. },
  4707. "autoload": {
  4708. "psr-4": {
  4709. "phpDocumentor\\Reflection\\": "src/"
  4710. }
  4711. },
  4712. "notification-url": "https://packagist.org/downloads/",
  4713. "license": [
  4714. "MIT"
  4715. ],
  4716. "authors": [
  4717. {
  4718. "name": "Jaap van Otterdijk",
  4719. "email": "opensource@ijaap.nl"
  4720. }
  4721. ],
  4722. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4723. "homepage": "http://www.phpdoc.org",
  4724. "keywords": [
  4725. "FQSEN",
  4726. "phpDocumentor",
  4727. "phpdoc",
  4728. "reflection",
  4729. "static analysis"
  4730. ],
  4731. "time": "2020-04-27T09:25:28+00:00"
  4732. },
  4733. {
  4734. "name": "phpdocumentor/reflection-docblock",
  4735. "version": "5.1.0",
  4736. "source": {
  4737. "type": "git",
  4738. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4739. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
  4740. },
  4741. "dist": {
  4742. "type": "zip",
  4743. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4744. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4745. "shasum": ""
  4746. },
  4747. "require": {
  4748. "ext-filter": "^7.1",
  4749. "php": "^7.2",
  4750. "phpdocumentor/reflection-common": "^2.0",
  4751. "phpdocumentor/type-resolver": "^1.0",
  4752. "webmozart/assert": "^1"
  4753. },
  4754. "require-dev": {
  4755. "doctrine/instantiator": "^1",
  4756. "mockery/mockery": "^1"
  4757. },
  4758. "type": "library",
  4759. "extra": {
  4760. "branch-alias": {
  4761. "dev-master": "5.x-dev"
  4762. }
  4763. },
  4764. "autoload": {
  4765. "psr-4": {
  4766. "phpDocumentor\\Reflection\\": "src"
  4767. }
  4768. },
  4769. "notification-url": "https://packagist.org/downloads/",
  4770. "license": [
  4771. "MIT"
  4772. ],
  4773. "authors": [
  4774. {
  4775. "name": "Mike van Riel",
  4776. "email": "me@mikevanriel.com"
  4777. },
  4778. {
  4779. "name": "Jaap van Otterdijk",
  4780. "email": "account@ijaap.nl"
  4781. }
  4782. ],
  4783. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4784. "time": "2020-02-22T12:28:44+00:00"
  4785. },
  4786. {
  4787. "name": "phpdocumentor/type-resolver",
  4788. "version": "1.2.0",
  4789. "source": {
  4790. "type": "git",
  4791. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4792. "reference": "30441f2752e493c639526b215ed81d54f369d693"
  4793. },
  4794. "dist": {
  4795. "type": "zip",
  4796. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30441f2752e493c639526b215ed81d54f369d693",
  4797. "reference": "30441f2752e493c639526b215ed81d54f369d693",
  4798. "shasum": ""
  4799. },
  4800. "require": {
  4801. "php": "^7.2",
  4802. "phpdocumentor/reflection-common": "^2.0"
  4803. },
  4804. "require-dev": {
  4805. "ext-tokenizer": "^7.2",
  4806. "mockery/mockery": "~1"
  4807. },
  4808. "type": "library",
  4809. "extra": {
  4810. "branch-alias": {
  4811. "dev-1.x": "1.x-dev"
  4812. }
  4813. },
  4814. "autoload": {
  4815. "psr-4": {
  4816. "phpDocumentor\\Reflection\\": "src"
  4817. }
  4818. },
  4819. "notification-url": "https://packagist.org/downloads/",
  4820. "license": [
  4821. "MIT"
  4822. ],
  4823. "authors": [
  4824. {
  4825. "name": "Mike van Riel",
  4826. "email": "me@mikevanriel.com"
  4827. }
  4828. ],
  4829. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  4830. "time": "2020-06-19T20:22:09+00:00"
  4831. },
  4832. {
  4833. "name": "phpspec/prophecy",
  4834. "version": "v1.10.3",
  4835. "source": {
  4836. "type": "git",
  4837. "url": "https://github.com/phpspec/prophecy.git",
  4838. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  4839. },
  4840. "dist": {
  4841. "type": "zip",
  4842. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  4843. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  4844. "shasum": ""
  4845. },
  4846. "require": {
  4847. "doctrine/instantiator": "^1.0.2",
  4848. "php": "^5.3|^7.0",
  4849. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  4850. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  4851. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  4852. },
  4853. "require-dev": {
  4854. "phpspec/phpspec": "^2.5 || ^3.2",
  4855. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  4856. },
  4857. "type": "library",
  4858. "extra": {
  4859. "branch-alias": {
  4860. "dev-master": "1.10.x-dev"
  4861. }
  4862. },
  4863. "autoload": {
  4864. "psr-4": {
  4865. "Prophecy\\": "src/Prophecy"
  4866. }
  4867. },
  4868. "notification-url": "https://packagist.org/downloads/",
  4869. "license": [
  4870. "MIT"
  4871. ],
  4872. "authors": [
  4873. {
  4874. "name": "Konstantin Kudryashov",
  4875. "email": "ever.zet@gmail.com",
  4876. "homepage": "http://everzet.com"
  4877. },
  4878. {
  4879. "name": "Marcello Duarte",
  4880. "email": "marcello.duarte@gmail.com"
  4881. }
  4882. ],
  4883. "description": "Highly opinionated mocking framework for PHP 5.3+",
  4884. "homepage": "https://github.com/phpspec/prophecy",
  4885. "keywords": [
  4886. "Double",
  4887. "Dummy",
  4888. "fake",
  4889. "mock",
  4890. "spy",
  4891. "stub"
  4892. ],
  4893. "time": "2020-03-05T15:02:03+00:00"
  4894. },
  4895. {
  4896. "name": "phpunit/php-code-coverage",
  4897. "version": "7.0.10",
  4898. "source": {
  4899. "type": "git",
  4900. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  4901. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  4902. },
  4903. "dist": {
  4904. "type": "zip",
  4905. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  4906. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  4907. "shasum": ""
  4908. },
  4909. "require": {
  4910. "ext-dom": "*",
  4911. "ext-xmlwriter": "*",
  4912. "php": "^7.2",
  4913. "phpunit/php-file-iterator": "^2.0.2",
  4914. "phpunit/php-text-template": "^1.2.1",
  4915. "phpunit/php-token-stream": "^3.1.1",
  4916. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  4917. "sebastian/environment": "^4.2.2",
  4918. "sebastian/version": "^2.0.1",
  4919. "theseer/tokenizer": "^1.1.3"
  4920. },
  4921. "require-dev": {
  4922. "phpunit/phpunit": "^8.2.2"
  4923. },
  4924. "suggest": {
  4925. "ext-xdebug": "^2.7.2"
  4926. },
  4927. "type": "library",
  4928. "extra": {
  4929. "branch-alias": {
  4930. "dev-master": "7.0-dev"
  4931. }
  4932. },
  4933. "autoload": {
  4934. "classmap": [
  4935. "src/"
  4936. ]
  4937. },
  4938. "notification-url": "https://packagist.org/downloads/",
  4939. "license": [
  4940. "BSD-3-Clause"
  4941. ],
  4942. "authors": [
  4943. {
  4944. "name": "Sebastian Bergmann",
  4945. "email": "sebastian@phpunit.de",
  4946. "role": "lead"
  4947. }
  4948. ],
  4949. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  4950. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  4951. "keywords": [
  4952. "coverage",
  4953. "testing",
  4954. "xunit"
  4955. ],
  4956. "time": "2019-11-20T13:55:58+00:00"
  4957. },
  4958. {
  4959. "name": "phpunit/php-file-iterator",
  4960. "version": "2.0.2",
  4961. "source": {
  4962. "type": "git",
  4963. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  4964. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  4965. },
  4966. "dist": {
  4967. "type": "zip",
  4968. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  4969. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  4970. "shasum": ""
  4971. },
  4972. "require": {
  4973. "php": "^7.1"
  4974. },
  4975. "require-dev": {
  4976. "phpunit/phpunit": "^7.1"
  4977. },
  4978. "type": "library",
  4979. "extra": {
  4980. "branch-alias": {
  4981. "dev-master": "2.0.x-dev"
  4982. }
  4983. },
  4984. "autoload": {
  4985. "classmap": [
  4986. "src/"
  4987. ]
  4988. },
  4989. "notification-url": "https://packagist.org/downloads/",
  4990. "license": [
  4991. "BSD-3-Clause"
  4992. ],
  4993. "authors": [
  4994. {
  4995. "name": "Sebastian Bergmann",
  4996. "email": "sebastian@phpunit.de",
  4997. "role": "lead"
  4998. }
  4999. ],
  5000. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5001. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5002. "keywords": [
  5003. "filesystem",
  5004. "iterator"
  5005. ],
  5006. "time": "2018-09-13T20:33:42+00:00"
  5007. },
  5008. {
  5009. "name": "phpunit/php-text-template",
  5010. "version": "1.2.1",
  5011. "source": {
  5012. "type": "git",
  5013. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5014. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  5015. },
  5016. "dist": {
  5017. "type": "zip",
  5018. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5019. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5020. "shasum": ""
  5021. },
  5022. "require": {
  5023. "php": ">=5.3.3"
  5024. },
  5025. "type": "library",
  5026. "autoload": {
  5027. "classmap": [
  5028. "src/"
  5029. ]
  5030. },
  5031. "notification-url": "https://packagist.org/downloads/",
  5032. "license": [
  5033. "BSD-3-Clause"
  5034. ],
  5035. "authors": [
  5036. {
  5037. "name": "Sebastian Bergmann",
  5038. "email": "sebastian@phpunit.de",
  5039. "role": "lead"
  5040. }
  5041. ],
  5042. "description": "Simple template engine.",
  5043. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5044. "keywords": [
  5045. "template"
  5046. ],
  5047. "time": "2015-06-21T13:50:34+00:00"
  5048. },
  5049. {
  5050. "name": "phpunit/php-timer",
  5051. "version": "2.1.2",
  5052. "source": {
  5053. "type": "git",
  5054. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5055. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  5056. },
  5057. "dist": {
  5058. "type": "zip",
  5059. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  5060. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  5061. "shasum": ""
  5062. },
  5063. "require": {
  5064. "php": "^7.1"
  5065. },
  5066. "require-dev": {
  5067. "phpunit/phpunit": "^7.0"
  5068. },
  5069. "type": "library",
  5070. "extra": {
  5071. "branch-alias": {
  5072. "dev-master": "2.1-dev"
  5073. }
  5074. },
  5075. "autoload": {
  5076. "classmap": [
  5077. "src/"
  5078. ]
  5079. },
  5080. "notification-url": "https://packagist.org/downloads/",
  5081. "license": [
  5082. "BSD-3-Clause"
  5083. ],
  5084. "authors": [
  5085. {
  5086. "name": "Sebastian Bergmann",
  5087. "email": "sebastian@phpunit.de",
  5088. "role": "lead"
  5089. }
  5090. ],
  5091. "description": "Utility class for timing",
  5092. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5093. "keywords": [
  5094. "timer"
  5095. ],
  5096. "time": "2019-06-07T04:22:29+00:00"
  5097. },
  5098. {
  5099. "name": "phpunit/php-token-stream",
  5100. "version": "3.1.1",
  5101. "source": {
  5102. "type": "git",
  5103. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  5104. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  5105. },
  5106. "dist": {
  5107. "type": "zip",
  5108. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  5109. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  5110. "shasum": ""
  5111. },
  5112. "require": {
  5113. "ext-tokenizer": "*",
  5114. "php": "^7.1"
  5115. },
  5116. "require-dev": {
  5117. "phpunit/phpunit": "^7.0"
  5118. },
  5119. "type": "library",
  5120. "extra": {
  5121. "branch-alias": {
  5122. "dev-master": "3.1-dev"
  5123. }
  5124. },
  5125. "autoload": {
  5126. "classmap": [
  5127. "src/"
  5128. ]
  5129. },
  5130. "notification-url": "https://packagist.org/downloads/",
  5131. "license": [
  5132. "BSD-3-Clause"
  5133. ],
  5134. "authors": [
  5135. {
  5136. "name": "Sebastian Bergmann",
  5137. "email": "sebastian@phpunit.de"
  5138. }
  5139. ],
  5140. "description": "Wrapper around PHP's tokenizer extension.",
  5141. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  5142. "keywords": [
  5143. "tokenizer"
  5144. ],
  5145. "time": "2019-09-17T06:23:10+00:00"
  5146. },
  5147. {
  5148. "name": "phpunit/phpunit",
  5149. "version": "8.5.8",
  5150. "source": {
  5151. "type": "git",
  5152. "url": "https://github.com/sebastianbergmann/phpunit.git",
  5153. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
  5154. },
  5155. "dist": {
  5156. "type": "zip",
  5157. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
  5158. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
  5159. "shasum": ""
  5160. },
  5161. "require": {
  5162. "doctrine/instantiator": "^1.2.0",
  5163. "ext-dom": "*",
  5164. "ext-json": "*",
  5165. "ext-libxml": "*",
  5166. "ext-mbstring": "*",
  5167. "ext-xml": "*",
  5168. "ext-xmlwriter": "*",
  5169. "myclabs/deep-copy": "^1.9.1",
  5170. "phar-io/manifest": "^1.0.3",
  5171. "phar-io/version": "^2.0.1",
  5172. "php": "^7.2",
  5173. "phpspec/prophecy": "^1.8.1",
  5174. "phpunit/php-code-coverage": "^7.0.7",
  5175. "phpunit/php-file-iterator": "^2.0.2",
  5176. "phpunit/php-text-template": "^1.2.1",
  5177. "phpunit/php-timer": "^2.1.2",
  5178. "sebastian/comparator": "^3.0.2",
  5179. "sebastian/diff": "^3.0.2",
  5180. "sebastian/environment": "^4.2.2",
  5181. "sebastian/exporter": "^3.1.1",
  5182. "sebastian/global-state": "^3.0.0",
  5183. "sebastian/object-enumerator": "^3.0.3",
  5184. "sebastian/resource-operations": "^2.0.1",
  5185. "sebastian/type": "^1.1.3",
  5186. "sebastian/version": "^2.0.1"
  5187. },
  5188. "require-dev": {
  5189. "ext-pdo": "*"
  5190. },
  5191. "suggest": {
  5192. "ext-soap": "*",
  5193. "ext-xdebug": "*",
  5194. "phpunit/php-invoker": "^2.0.0"
  5195. },
  5196. "bin": [
  5197. "phpunit"
  5198. ],
  5199. "type": "library",
  5200. "extra": {
  5201. "branch-alias": {
  5202. "dev-master": "8.5-dev"
  5203. }
  5204. },
  5205. "autoload": {
  5206. "classmap": [
  5207. "src/"
  5208. ]
  5209. },
  5210. "notification-url": "https://packagist.org/downloads/",
  5211. "license": [
  5212. "BSD-3-Clause"
  5213. ],
  5214. "authors": [
  5215. {
  5216. "name": "Sebastian Bergmann",
  5217. "email": "sebastian@phpunit.de",
  5218. "role": "lead"
  5219. }
  5220. ],
  5221. "description": "The PHP Unit Testing framework.",
  5222. "homepage": "https://phpunit.de/",
  5223. "keywords": [
  5224. "phpunit",
  5225. "testing",
  5226. "xunit"
  5227. ],
  5228. "time": "2020-06-22T07:06:58+00:00"
  5229. },
  5230. {
  5231. "name": "scrivo/highlight.php",
  5232. "version": "v9.18.1.1",
  5233. "source": {
  5234. "type": "git",
  5235. "url": "https://github.com/scrivo/highlight.php.git",
  5236. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
  5237. },
  5238. "dist": {
  5239. "type": "zip",
  5240. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
  5241. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
  5242. "shasum": ""
  5243. },
  5244. "require": {
  5245. "ext-json": "*",
  5246. "ext-mbstring": "*",
  5247. "php": ">=5.4"
  5248. },
  5249. "require-dev": {
  5250. "phpunit/phpunit": "^4.8|^5.7",
  5251. "sabberworm/php-css-parser": "^8.3",
  5252. "symfony/finder": "^2.8|^3.4",
  5253. "symfony/var-dumper": "^2.8|^3.4"
  5254. },
  5255. "suggest": {
  5256. "ext-dom": "Needed to make use of the features in the utilities namespace"
  5257. },
  5258. "type": "library",
  5259. "autoload": {
  5260. "psr-0": {
  5261. "Highlight\\": "",
  5262. "HighlightUtilities\\": ""
  5263. },
  5264. "files": [
  5265. "HighlightUtilities/functions.php"
  5266. ]
  5267. },
  5268. "notification-url": "https://packagist.org/downloads/",
  5269. "license": [
  5270. "BSD-3-Clause"
  5271. ],
  5272. "authors": [
  5273. {
  5274. "name": "Geert Bergman",
  5275. "homepage": "http://www.scrivo.org/",
  5276. "role": "Project Author"
  5277. },
  5278. {
  5279. "name": "Vladimir Jimenez",
  5280. "homepage": "https://allejo.io",
  5281. "role": "Maintainer"
  5282. },
  5283. {
  5284. "name": "Martin Folkers",
  5285. "homepage": "https://twobrain.io",
  5286. "role": "Contributor"
  5287. }
  5288. ],
  5289. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  5290. "keywords": [
  5291. "code",
  5292. "highlight",
  5293. "highlight.js",
  5294. "highlight.php",
  5295. "syntax"
  5296. ],
  5297. "time": "2020-03-02T05:59:21+00:00"
  5298. },
  5299. {
  5300. "name": "sebastian/code-unit-reverse-lookup",
  5301. "version": "1.0.1",
  5302. "source": {
  5303. "type": "git",
  5304. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  5305. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  5306. },
  5307. "dist": {
  5308. "type": "zip",
  5309. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5310. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5311. "shasum": ""
  5312. },
  5313. "require": {
  5314. "php": "^5.6 || ^7.0"
  5315. },
  5316. "require-dev": {
  5317. "phpunit/phpunit": "^5.7 || ^6.0"
  5318. },
  5319. "type": "library",
  5320. "extra": {
  5321. "branch-alias": {
  5322. "dev-master": "1.0.x-dev"
  5323. }
  5324. },
  5325. "autoload": {
  5326. "classmap": [
  5327. "src/"
  5328. ]
  5329. },
  5330. "notification-url": "https://packagist.org/downloads/",
  5331. "license": [
  5332. "BSD-3-Clause"
  5333. ],
  5334. "authors": [
  5335. {
  5336. "name": "Sebastian Bergmann",
  5337. "email": "sebastian@phpunit.de"
  5338. }
  5339. ],
  5340. "description": "Looks up which function or method a line of code belongs to",
  5341. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  5342. "time": "2017-03-04T06:30:41+00:00"
  5343. },
  5344. {
  5345. "name": "sebastian/comparator",
  5346. "version": "3.0.2",
  5347. "source": {
  5348. "type": "git",
  5349. "url": "https://github.com/sebastianbergmann/comparator.git",
  5350. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  5351. },
  5352. "dist": {
  5353. "type": "zip",
  5354. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5355. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5356. "shasum": ""
  5357. },
  5358. "require": {
  5359. "php": "^7.1",
  5360. "sebastian/diff": "^3.0",
  5361. "sebastian/exporter": "^3.1"
  5362. },
  5363. "require-dev": {
  5364. "phpunit/phpunit": "^7.1"
  5365. },
  5366. "type": "library",
  5367. "extra": {
  5368. "branch-alias": {
  5369. "dev-master": "3.0-dev"
  5370. }
  5371. },
  5372. "autoload": {
  5373. "classmap": [
  5374. "src/"
  5375. ]
  5376. },
  5377. "notification-url": "https://packagist.org/downloads/",
  5378. "license": [
  5379. "BSD-3-Clause"
  5380. ],
  5381. "authors": [
  5382. {
  5383. "name": "Jeff Welch",
  5384. "email": "whatthejeff@gmail.com"
  5385. },
  5386. {
  5387. "name": "Volker Dusch",
  5388. "email": "github@wallbash.com"
  5389. },
  5390. {
  5391. "name": "Bernhard Schussek",
  5392. "email": "bschussek@2bepublished.at"
  5393. },
  5394. {
  5395. "name": "Sebastian Bergmann",
  5396. "email": "sebastian@phpunit.de"
  5397. }
  5398. ],
  5399. "description": "Provides the functionality to compare PHP values for equality",
  5400. "homepage": "https://github.com/sebastianbergmann/comparator",
  5401. "keywords": [
  5402. "comparator",
  5403. "compare",
  5404. "equality"
  5405. ],
  5406. "time": "2018-07-12T15:12:46+00:00"
  5407. },
  5408. {
  5409. "name": "sebastian/diff",
  5410. "version": "3.0.2",
  5411. "source": {
  5412. "type": "git",
  5413. "url": "https://github.com/sebastianbergmann/diff.git",
  5414. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  5415. },
  5416. "dist": {
  5417. "type": "zip",
  5418. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5419. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5420. "shasum": ""
  5421. },
  5422. "require": {
  5423. "php": "^7.1"
  5424. },
  5425. "require-dev": {
  5426. "phpunit/phpunit": "^7.5 || ^8.0",
  5427. "symfony/process": "^2 || ^3.3 || ^4"
  5428. },
  5429. "type": "library",
  5430. "extra": {
  5431. "branch-alias": {
  5432. "dev-master": "3.0-dev"
  5433. }
  5434. },
  5435. "autoload": {
  5436. "classmap": [
  5437. "src/"
  5438. ]
  5439. },
  5440. "notification-url": "https://packagist.org/downloads/",
  5441. "license": [
  5442. "BSD-3-Clause"
  5443. ],
  5444. "authors": [
  5445. {
  5446. "name": "Kore Nordmann",
  5447. "email": "mail@kore-nordmann.de"
  5448. },
  5449. {
  5450. "name": "Sebastian Bergmann",
  5451. "email": "sebastian@phpunit.de"
  5452. }
  5453. ],
  5454. "description": "Diff implementation",
  5455. "homepage": "https://github.com/sebastianbergmann/diff",
  5456. "keywords": [
  5457. "diff",
  5458. "udiff",
  5459. "unidiff",
  5460. "unified diff"
  5461. ],
  5462. "time": "2019-02-04T06:01:07+00:00"
  5463. },
  5464. {
  5465. "name": "sebastian/environment",
  5466. "version": "4.2.3",
  5467. "source": {
  5468. "type": "git",
  5469. "url": "https://github.com/sebastianbergmann/environment.git",
  5470. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  5471. },
  5472. "dist": {
  5473. "type": "zip",
  5474. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  5475. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  5476. "shasum": ""
  5477. },
  5478. "require": {
  5479. "php": "^7.1"
  5480. },
  5481. "require-dev": {
  5482. "phpunit/phpunit": "^7.5"
  5483. },
  5484. "suggest": {
  5485. "ext-posix": "*"
  5486. },
  5487. "type": "library",
  5488. "extra": {
  5489. "branch-alias": {
  5490. "dev-master": "4.2-dev"
  5491. }
  5492. },
  5493. "autoload": {
  5494. "classmap": [
  5495. "src/"
  5496. ]
  5497. },
  5498. "notification-url": "https://packagist.org/downloads/",
  5499. "license": [
  5500. "BSD-3-Clause"
  5501. ],
  5502. "authors": [
  5503. {
  5504. "name": "Sebastian Bergmann",
  5505. "email": "sebastian@phpunit.de"
  5506. }
  5507. ],
  5508. "description": "Provides functionality to handle HHVM/PHP environments",
  5509. "homepage": "http://www.github.com/sebastianbergmann/environment",
  5510. "keywords": [
  5511. "Xdebug",
  5512. "environment",
  5513. "hhvm"
  5514. ],
  5515. "time": "2019-11-20T08:46:58+00:00"
  5516. },
  5517. {
  5518. "name": "sebastian/exporter",
  5519. "version": "3.1.2",
  5520. "source": {
  5521. "type": "git",
  5522. "url": "https://github.com/sebastianbergmann/exporter.git",
  5523. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  5524. },
  5525. "dist": {
  5526. "type": "zip",
  5527. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  5528. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  5529. "shasum": ""
  5530. },
  5531. "require": {
  5532. "php": "^7.0",
  5533. "sebastian/recursion-context": "^3.0"
  5534. },
  5535. "require-dev": {
  5536. "ext-mbstring": "*",
  5537. "phpunit/phpunit": "^6.0"
  5538. },
  5539. "type": "library",
  5540. "extra": {
  5541. "branch-alias": {
  5542. "dev-master": "3.1.x-dev"
  5543. }
  5544. },
  5545. "autoload": {
  5546. "classmap": [
  5547. "src/"
  5548. ]
  5549. },
  5550. "notification-url": "https://packagist.org/downloads/",
  5551. "license": [
  5552. "BSD-3-Clause"
  5553. ],
  5554. "authors": [
  5555. {
  5556. "name": "Sebastian Bergmann",
  5557. "email": "sebastian@phpunit.de"
  5558. },
  5559. {
  5560. "name": "Jeff Welch",
  5561. "email": "whatthejeff@gmail.com"
  5562. },
  5563. {
  5564. "name": "Volker Dusch",
  5565. "email": "github@wallbash.com"
  5566. },
  5567. {
  5568. "name": "Adam Harvey",
  5569. "email": "aharvey@php.net"
  5570. },
  5571. {
  5572. "name": "Bernhard Schussek",
  5573. "email": "bschussek@gmail.com"
  5574. }
  5575. ],
  5576. "description": "Provides the functionality to export PHP variables for visualization",
  5577. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  5578. "keywords": [
  5579. "export",
  5580. "exporter"
  5581. ],
  5582. "time": "2019-09-14T09:02:43+00:00"
  5583. },
  5584. {
  5585. "name": "sebastian/global-state",
  5586. "version": "3.0.0",
  5587. "source": {
  5588. "type": "git",
  5589. "url": "https://github.com/sebastianbergmann/global-state.git",
  5590. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  5591. },
  5592. "dist": {
  5593. "type": "zip",
  5594. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  5595. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  5596. "shasum": ""
  5597. },
  5598. "require": {
  5599. "php": "^7.2",
  5600. "sebastian/object-reflector": "^1.1.1",
  5601. "sebastian/recursion-context": "^3.0"
  5602. },
  5603. "require-dev": {
  5604. "ext-dom": "*",
  5605. "phpunit/phpunit": "^8.0"
  5606. },
  5607. "suggest": {
  5608. "ext-uopz": "*"
  5609. },
  5610. "type": "library",
  5611. "extra": {
  5612. "branch-alias": {
  5613. "dev-master": "3.0-dev"
  5614. }
  5615. },
  5616. "autoload": {
  5617. "classmap": [
  5618. "src/"
  5619. ]
  5620. },
  5621. "notification-url": "https://packagist.org/downloads/",
  5622. "license": [
  5623. "BSD-3-Clause"
  5624. ],
  5625. "authors": [
  5626. {
  5627. "name": "Sebastian Bergmann",
  5628. "email": "sebastian@phpunit.de"
  5629. }
  5630. ],
  5631. "description": "Snapshotting of global state",
  5632. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  5633. "keywords": [
  5634. "global state"
  5635. ],
  5636. "time": "2019-02-01T05:30:01+00:00"
  5637. },
  5638. {
  5639. "name": "sebastian/object-enumerator",
  5640. "version": "3.0.3",
  5641. "source": {
  5642. "type": "git",
  5643. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  5644. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  5645. },
  5646. "dist": {
  5647. "type": "zip",
  5648. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5649. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5650. "shasum": ""
  5651. },
  5652. "require": {
  5653. "php": "^7.0",
  5654. "sebastian/object-reflector": "^1.1.1",
  5655. "sebastian/recursion-context": "^3.0"
  5656. },
  5657. "require-dev": {
  5658. "phpunit/phpunit": "^6.0"
  5659. },
  5660. "type": "library",
  5661. "extra": {
  5662. "branch-alias": {
  5663. "dev-master": "3.0.x-dev"
  5664. }
  5665. },
  5666. "autoload": {
  5667. "classmap": [
  5668. "src/"
  5669. ]
  5670. },
  5671. "notification-url": "https://packagist.org/downloads/",
  5672. "license": [
  5673. "BSD-3-Clause"
  5674. ],
  5675. "authors": [
  5676. {
  5677. "name": "Sebastian Bergmann",
  5678. "email": "sebastian@phpunit.de"
  5679. }
  5680. ],
  5681. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  5682. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  5683. "time": "2017-08-03T12:35:26+00:00"
  5684. },
  5685. {
  5686. "name": "sebastian/object-reflector",
  5687. "version": "1.1.1",
  5688. "source": {
  5689. "type": "git",
  5690. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  5691. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  5692. },
  5693. "dist": {
  5694. "type": "zip",
  5695. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  5696. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  5697. "shasum": ""
  5698. },
  5699. "require": {
  5700. "php": "^7.0"
  5701. },
  5702. "require-dev": {
  5703. "phpunit/phpunit": "^6.0"
  5704. },
  5705. "type": "library",
  5706. "extra": {
  5707. "branch-alias": {
  5708. "dev-master": "1.1-dev"
  5709. }
  5710. },
  5711. "autoload": {
  5712. "classmap": [
  5713. "src/"
  5714. ]
  5715. },
  5716. "notification-url": "https://packagist.org/downloads/",
  5717. "license": [
  5718. "BSD-3-Clause"
  5719. ],
  5720. "authors": [
  5721. {
  5722. "name": "Sebastian Bergmann",
  5723. "email": "sebastian@phpunit.de"
  5724. }
  5725. ],
  5726. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  5727. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  5728. "time": "2017-03-29T09:07:27+00:00"
  5729. },
  5730. {
  5731. "name": "sebastian/recursion-context",
  5732. "version": "3.0.0",
  5733. "source": {
  5734. "type": "git",
  5735. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  5736. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  5737. },
  5738. "dist": {
  5739. "type": "zip",
  5740. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5741. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5742. "shasum": ""
  5743. },
  5744. "require": {
  5745. "php": "^7.0"
  5746. },
  5747. "require-dev": {
  5748. "phpunit/phpunit": "^6.0"
  5749. },
  5750. "type": "library",
  5751. "extra": {
  5752. "branch-alias": {
  5753. "dev-master": "3.0.x-dev"
  5754. }
  5755. },
  5756. "autoload": {
  5757. "classmap": [
  5758. "src/"
  5759. ]
  5760. },
  5761. "notification-url": "https://packagist.org/downloads/",
  5762. "license": [
  5763. "BSD-3-Clause"
  5764. ],
  5765. "authors": [
  5766. {
  5767. "name": "Jeff Welch",
  5768. "email": "whatthejeff@gmail.com"
  5769. },
  5770. {
  5771. "name": "Sebastian Bergmann",
  5772. "email": "sebastian@phpunit.de"
  5773. },
  5774. {
  5775. "name": "Adam Harvey",
  5776. "email": "aharvey@php.net"
  5777. }
  5778. ],
  5779. "description": "Provides functionality to recursively process PHP variables",
  5780. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  5781. "time": "2017-03-03T06:23:57+00:00"
  5782. },
  5783. {
  5784. "name": "sebastian/resource-operations",
  5785. "version": "2.0.1",
  5786. "source": {
  5787. "type": "git",
  5788. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  5789. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  5790. },
  5791. "dist": {
  5792. "type": "zip",
  5793. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5794. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5795. "shasum": ""
  5796. },
  5797. "require": {
  5798. "php": "^7.1"
  5799. },
  5800. "type": "library",
  5801. "extra": {
  5802. "branch-alias": {
  5803. "dev-master": "2.0-dev"
  5804. }
  5805. },
  5806. "autoload": {
  5807. "classmap": [
  5808. "src/"
  5809. ]
  5810. },
  5811. "notification-url": "https://packagist.org/downloads/",
  5812. "license": [
  5813. "BSD-3-Clause"
  5814. ],
  5815. "authors": [
  5816. {
  5817. "name": "Sebastian Bergmann",
  5818. "email": "sebastian@phpunit.de"
  5819. }
  5820. ],
  5821. "description": "Provides a list of PHP built-in functions that operate on resources",
  5822. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  5823. "time": "2018-10-04T04:07:39+00:00"
  5824. },
  5825. {
  5826. "name": "sebastian/type",
  5827. "version": "1.1.3",
  5828. "source": {
  5829. "type": "git",
  5830. "url": "https://github.com/sebastianbergmann/type.git",
  5831. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
  5832. },
  5833. "dist": {
  5834. "type": "zip",
  5835. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
  5836. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
  5837. "shasum": ""
  5838. },
  5839. "require": {
  5840. "php": "^7.2"
  5841. },
  5842. "require-dev": {
  5843. "phpunit/phpunit": "^8.2"
  5844. },
  5845. "type": "library",
  5846. "extra": {
  5847. "branch-alias": {
  5848. "dev-master": "1.1-dev"
  5849. }
  5850. },
  5851. "autoload": {
  5852. "classmap": [
  5853. "src/"
  5854. ]
  5855. },
  5856. "notification-url": "https://packagist.org/downloads/",
  5857. "license": [
  5858. "BSD-3-Clause"
  5859. ],
  5860. "authors": [
  5861. {
  5862. "name": "Sebastian Bergmann",
  5863. "email": "sebastian@phpunit.de",
  5864. "role": "lead"
  5865. }
  5866. ],
  5867. "description": "Collection of value objects that represent the types of the PHP type system",
  5868. "homepage": "https://github.com/sebastianbergmann/type",
  5869. "time": "2019-07-02T08:10:15+00:00"
  5870. },
  5871. {
  5872. "name": "sebastian/version",
  5873. "version": "2.0.1",
  5874. "source": {
  5875. "type": "git",
  5876. "url": "https://github.com/sebastianbergmann/version.git",
  5877. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  5878. },
  5879. "dist": {
  5880. "type": "zip",
  5881. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  5882. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  5883. "shasum": ""
  5884. },
  5885. "require": {
  5886. "php": ">=5.6"
  5887. },
  5888. "type": "library",
  5889. "extra": {
  5890. "branch-alias": {
  5891. "dev-master": "2.0.x-dev"
  5892. }
  5893. },
  5894. "autoload": {
  5895. "classmap": [
  5896. "src/"
  5897. ]
  5898. },
  5899. "notification-url": "https://packagist.org/downloads/",
  5900. "license": [
  5901. "BSD-3-Clause"
  5902. ],
  5903. "authors": [
  5904. {
  5905. "name": "Sebastian Bergmann",
  5906. "email": "sebastian@phpunit.de",
  5907. "role": "lead"
  5908. }
  5909. ],
  5910. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  5911. "homepage": "https://github.com/sebastianbergmann/version",
  5912. "time": "2016-10-03T07:35:21+00:00"
  5913. },
  5914. {
  5915. "name": "theseer/tokenizer",
  5916. "version": "1.1.3",
  5917. "source": {
  5918. "type": "git",
  5919. "url": "https://github.com/theseer/tokenizer.git",
  5920. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  5921. },
  5922. "dist": {
  5923. "type": "zip",
  5924. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5925. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5926. "shasum": ""
  5927. },
  5928. "require": {
  5929. "ext-dom": "*",
  5930. "ext-tokenizer": "*",
  5931. "ext-xmlwriter": "*",
  5932. "php": "^7.0"
  5933. },
  5934. "type": "library",
  5935. "autoload": {
  5936. "classmap": [
  5937. "src/"
  5938. ]
  5939. },
  5940. "notification-url": "https://packagist.org/downloads/",
  5941. "license": [
  5942. "BSD-3-Clause"
  5943. ],
  5944. "authors": [
  5945. {
  5946. "name": "Arne Blankerts",
  5947. "email": "arne@blankerts.de",
  5948. "role": "Developer"
  5949. }
  5950. ],
  5951. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  5952. "time": "2019-06-13T22:48:21+00:00"
  5953. },
  5954. {
  5955. "name": "webmozart/assert",
  5956. "version": "1.9.0",
  5957. "source": {
  5958. "type": "git",
  5959. "url": "https://github.com/webmozart/assert.git",
  5960. "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
  5961. },
  5962. "dist": {
  5963. "type": "zip",
  5964. "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
  5965. "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
  5966. "shasum": ""
  5967. },
  5968. "require": {
  5969. "php": "^5.3.3 || ^7.0",
  5970. "symfony/polyfill-ctype": "^1.8"
  5971. },
  5972. "conflict": {
  5973. "phpstan/phpstan": "<0.12.20",
  5974. "vimeo/psalm": "<3.9.1"
  5975. },
  5976. "require-dev": {
  5977. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  5978. },
  5979. "type": "library",
  5980. "autoload": {
  5981. "psr-4": {
  5982. "Webmozart\\Assert\\": "src/"
  5983. }
  5984. },
  5985. "notification-url": "https://packagist.org/downloads/",
  5986. "license": [
  5987. "MIT"
  5988. ],
  5989. "authors": [
  5990. {
  5991. "name": "Bernhard Schussek",
  5992. "email": "bschussek@gmail.com"
  5993. }
  5994. ],
  5995. "description": "Assertions to validate method input/output with nice error messages.",
  5996. "keywords": [
  5997. "assert",
  5998. "check",
  5999. "validate"
  6000. ],
  6001. "time": "2020-06-16T10:16:42+00:00"
  6002. }
  6003. ],
  6004. "aliases": [],
  6005. "minimum-stability": "dev",
  6006. "stability-flags": [],
  6007. "prefer-stable": true,
  6008. "prefer-lowest": false,
  6009. "platform": {
  6010. "php": "^7.2"
  6011. },
  6012. "platform-dev": [],
  6013. "plugin-api-version": "2.0.0"
  6014. }