A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
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.

7610 lines
270KB

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