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.

5876 lines
207 KiB

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