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.

7639 lines
271KB

  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": "a350fd1e86adcc528a94e674954ba0fa",
  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": "knockout/bbcode",
  1866. "version": "dev-master",
  1867. "source": {
  1868. "type": "git",
  1869. "url": "https://git.mos6581.com/Knockout/BBCode.git",
  1870. "reference": "636800e8507616e38df94c60706cdaad577d523d"
  1871. },
  1872. "require": {
  1873. "php": ">=7.0"
  1874. },
  1875. "require-dev": {
  1876. "phpunit/phpunit": "5.6.*"
  1877. },
  1878. "default-branch": true,
  1879. "type": "library",
  1880. "autoload": {
  1881. "psr-0": {
  1882. "Knockout": "src/"
  1883. }
  1884. },
  1885. "license": [
  1886. "MIT"
  1887. ],
  1888. "description": "php parser for bb code",
  1889. "time": "2021-01-03T22:57:20+00:00"
  1890. },
  1891. {
  1892. "name": "laravel/lumen-framework",
  1893. "version": "v8.2.1",
  1894. "source": {
  1895. "type": "git",
  1896. "url": "https://github.com/laravel/lumen-framework.git",
  1897. "reference": "288f3f36f71a326d22cffb8470b4c738a162dc3d"
  1898. },
  1899. "dist": {
  1900. "type": "zip",
  1901. "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/288f3f36f71a326d22cffb8470b4c738a162dc3d",
  1902. "reference": "288f3f36f71a326d22cffb8470b4c738a162dc3d",
  1903. "shasum": ""
  1904. },
  1905. "require": {
  1906. "dragonmantank/cron-expression": "^3.0.2",
  1907. "illuminate/auth": "^8.0",
  1908. "illuminate/broadcasting": "^8.0",
  1909. "illuminate/bus": "^8.0",
  1910. "illuminate/cache": "^8.0",
  1911. "illuminate/collections": "^8.0",
  1912. "illuminate/config": "^8.0",
  1913. "illuminate/console": "^8.0",
  1914. "illuminate/container": "^8.0",
  1915. "illuminate/contracts": "^8.0",
  1916. "illuminate/database": "^8.0",
  1917. "illuminate/encryption": "^8.0",
  1918. "illuminate/events": "^8.0",
  1919. "illuminate/filesystem": "^8.0",
  1920. "illuminate/hashing": "^8.0",
  1921. "illuminate/http": "^8.0",
  1922. "illuminate/log": "^8.0",
  1923. "illuminate/macroable": "^8.0",
  1924. "illuminate/pagination": "^8.0",
  1925. "illuminate/pipeline": "^8.0",
  1926. "illuminate/queue": "^8.0",
  1927. "illuminate/support": "^8.0",
  1928. "illuminate/testing": "^8.0",
  1929. "illuminate/translation": "^8.0",
  1930. "illuminate/validation": "^8.0",
  1931. "illuminate/view": "^8.0",
  1932. "nikic/fast-route": "^1.3",
  1933. "php": "^7.3|^8.0",
  1934. "symfony/console": "^5.1",
  1935. "symfony/error-handler": "^5.1",
  1936. "symfony/http-foundation": "^5.1",
  1937. "symfony/http-kernel": "^5.1",
  1938. "symfony/mime": "^5.1",
  1939. "symfony/var-dumper": "^5.1",
  1940. "vlucas/phpdotenv": "^5.2"
  1941. },
  1942. "require-dev": {
  1943. "mockery/mockery": "^1.4.2",
  1944. "phpunit/phpunit": "^8.5.8|^9.3.3"
  1945. },
  1946. "suggest": {
  1947. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1948. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  1949. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
  1950. },
  1951. "type": "library",
  1952. "extra": {
  1953. "branch-alias": {
  1954. "dev-master": "8.x-dev"
  1955. }
  1956. },
  1957. "autoload": {
  1958. "psr-4": {
  1959. "Laravel\\Lumen\\": "src/"
  1960. },
  1961. "files": [
  1962. "src/helpers.php"
  1963. ]
  1964. },
  1965. "notification-url": "https://packagist.org/downloads/",
  1966. "license": [
  1967. "MIT"
  1968. ],
  1969. "authors": [
  1970. {
  1971. "name": "Taylor Otwell",
  1972. "email": "taylorotwell@gmail.com"
  1973. }
  1974. ],
  1975. "description": "The Laravel Lumen Framework.",
  1976. "homepage": "https://lumen.laravel.com",
  1977. "keywords": [
  1978. "framework",
  1979. "laravel",
  1980. "lumen"
  1981. ],
  1982. "support": {
  1983. "issues": "https://github.com/laravel/lumen-framework/issues",
  1984. "source": "https://github.com/laravel/lumen-framework"
  1985. },
  1986. "time": "2020-11-17T16:42:41+00:00"
  1987. },
  1988. {
  1989. "name": "monolog/monolog",
  1990. "version": "2.2.0",
  1991. "source": {
  1992. "type": "git",
  1993. "url": "https://github.com/Seldaek/monolog.git",
  1994. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
  1995. },
  1996. "dist": {
  1997. "type": "zip",
  1998. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  1999. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  2000. "shasum": ""
  2001. },
  2002. "require": {
  2003. "php": ">=7.2",
  2004. "psr/log": "^1.0.1"
  2005. },
  2006. "provide": {
  2007. "psr/log-implementation": "1.0.0"
  2008. },
  2009. "require-dev": {
  2010. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  2011. "doctrine/couchdb": "~1.0@dev",
  2012. "elasticsearch/elasticsearch": "^7",
  2013. "graylog2/gelf-php": "^1.4.2",
  2014. "mongodb/mongodb": "^1.8",
  2015. "php-amqplib/php-amqplib": "~2.4",
  2016. "php-console/php-console": "^3.1.3",
  2017. "phpspec/prophecy": "^1.6.1",
  2018. "phpstan/phpstan": "^0.12.59",
  2019. "phpunit/phpunit": "^8.5",
  2020. "predis/predis": "^1.1",
  2021. "rollbar/rollbar": "^1.3",
  2022. "ruflin/elastica": ">=0.90 <7.0.1",
  2023. "swiftmailer/swiftmailer": "^5.3|^6.0"
  2024. },
  2025. "suggest": {
  2026. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2027. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2028. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  2029. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2030. "ext-mbstring": "Allow to work properly with unicode symbols",
  2031. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  2032. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2033. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  2034. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2035. "php-console/php-console": "Allow sending log messages to Google Chrome",
  2036. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2037. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  2038. },
  2039. "type": "library",
  2040. "extra": {
  2041. "branch-alias": {
  2042. "dev-main": "2.x-dev"
  2043. }
  2044. },
  2045. "autoload": {
  2046. "psr-4": {
  2047. "Monolog\\": "src/Monolog"
  2048. }
  2049. },
  2050. "notification-url": "https://packagist.org/downloads/",
  2051. "license": [
  2052. "MIT"
  2053. ],
  2054. "authors": [
  2055. {
  2056. "name": "Jordi Boggiano",
  2057. "email": "j.boggiano@seld.be",
  2058. "homepage": "https://seld.be"
  2059. }
  2060. ],
  2061. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2062. "homepage": "https://github.com/Seldaek/monolog",
  2063. "keywords": [
  2064. "log",
  2065. "logging",
  2066. "psr-3"
  2067. ],
  2068. "support": {
  2069. "issues": "https://github.com/Seldaek/monolog/issues",
  2070. "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
  2071. },
  2072. "funding": [
  2073. {
  2074. "url": "https://github.com/Seldaek",
  2075. "type": "github"
  2076. },
  2077. {
  2078. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  2079. "type": "tidelift"
  2080. }
  2081. ],
  2082. "time": "2020-12-14T13:15:25+00:00"
  2083. },
  2084. {
  2085. "name": "nesbot/carbon",
  2086. "version": "2.43.0",
  2087. "source": {
  2088. "type": "git",
  2089. "url": "https://github.com/briannesbitt/Carbon.git",
  2090. "reference": "d32c57d8389113742f4a88725a170236470012e2"
  2091. },
  2092. "dist": {
  2093. "type": "zip",
  2094. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d32c57d8389113742f4a88725a170236470012e2",
  2095. "reference": "d32c57d8389113742f4a88725a170236470012e2",
  2096. "shasum": ""
  2097. },
  2098. "require": {
  2099. "ext-json": "*",
  2100. "php": "^7.1.8 || ^8.0",
  2101. "symfony/polyfill-mbstring": "^1.0",
  2102. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  2103. },
  2104. "require-dev": {
  2105. "doctrine/orm": "^2.7",
  2106. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  2107. "kylekatarnls/multi-tester": "^2.0",
  2108. "phpmd/phpmd": "^2.9",
  2109. "phpstan/extension-installer": "^1.0",
  2110. "phpstan/phpstan": "^0.12.54",
  2111. "phpunit/phpunit": "^7.5 || ^8.0",
  2112. "squizlabs/php_codesniffer": "^3.4"
  2113. },
  2114. "bin": [
  2115. "bin/carbon"
  2116. ],
  2117. "type": "library",
  2118. "extra": {
  2119. "branch-alias": {
  2120. "dev-master": "2.x-dev",
  2121. "dev-3.x": "3.x-dev"
  2122. },
  2123. "laravel": {
  2124. "providers": [
  2125. "Carbon\\Laravel\\ServiceProvider"
  2126. ]
  2127. },
  2128. "phpstan": {
  2129. "includes": [
  2130. "extension.neon"
  2131. ]
  2132. }
  2133. },
  2134. "autoload": {
  2135. "psr-4": {
  2136. "Carbon\\": "src/Carbon/"
  2137. }
  2138. },
  2139. "notification-url": "https://packagist.org/downloads/",
  2140. "license": [
  2141. "MIT"
  2142. ],
  2143. "authors": [
  2144. {
  2145. "name": "Brian Nesbitt",
  2146. "email": "brian@nesbot.com",
  2147. "homepage": "http://nesbot.com"
  2148. },
  2149. {
  2150. "name": "kylekatarnls",
  2151. "homepage": "http://github.com/kylekatarnls"
  2152. }
  2153. ],
  2154. "description": "An API extension for DateTime that supports 281 different languages.",
  2155. "homepage": "http://carbon.nesbot.com",
  2156. "keywords": [
  2157. "date",
  2158. "datetime",
  2159. "time"
  2160. ],
  2161. "support": {
  2162. "issues": "https://github.com/briannesbitt/Carbon/issues",
  2163. "source": "https://github.com/briannesbitt/Carbon"
  2164. },
  2165. "funding": [
  2166. {
  2167. "url": "https://opencollective.com/Carbon",
  2168. "type": "open_collective"
  2169. },
  2170. {
  2171. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  2172. "type": "tidelift"
  2173. }
  2174. ],
  2175. "time": "2020-12-17T20:55:32+00:00"
  2176. },
  2177. {
  2178. "name": "nikic/fast-route",
  2179. "version": "v1.3.0",
  2180. "source": {
  2181. "type": "git",
  2182. "url": "https://github.com/nikic/FastRoute.git",
  2183. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  2184. },
  2185. "dist": {
  2186. "type": "zip",
  2187. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  2188. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  2189. "shasum": ""
  2190. },
  2191. "require": {
  2192. "php": ">=5.4.0"
  2193. },
  2194. "require-dev": {
  2195. "phpunit/phpunit": "^4.8.35|~5.7"
  2196. },
  2197. "type": "library",
  2198. "autoload": {
  2199. "psr-4": {
  2200. "FastRoute\\": "src/"
  2201. },
  2202. "files": [
  2203. "src/functions.php"
  2204. ]
  2205. },
  2206. "notification-url": "https://packagist.org/downloads/",
  2207. "license": [
  2208. "BSD-3-Clause"
  2209. ],
  2210. "authors": [
  2211. {
  2212. "name": "Nikita Popov",
  2213. "email": "nikic@php.net"
  2214. }
  2215. ],
  2216. "description": "Fast request router for PHP",
  2217. "keywords": [
  2218. "router",
  2219. "routing"
  2220. ],
  2221. "support": {
  2222. "issues": "https://github.com/nikic/FastRoute/issues",
  2223. "source": "https://github.com/nikic/FastRoute/tree/master"
  2224. },
  2225. "time": "2018-02-13T20:26:39+00:00"
  2226. },
  2227. {
  2228. "name": "opis/closure",
  2229. "version": "3.6.1",
  2230. "source": {
  2231. "type": "git",
  2232. "url": "https://github.com/opis/closure.git",
  2233. "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
  2234. },
  2235. "dist": {
  2236. "type": "zip",
  2237. "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  2238. "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  2239. "shasum": ""
  2240. },
  2241. "require": {
  2242. "php": "^5.4 || ^7.0 || ^8.0"
  2243. },
  2244. "require-dev": {
  2245. "jeremeamia/superclosure": "^2.0",
  2246. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
  2247. },
  2248. "type": "library",
  2249. "extra": {
  2250. "branch-alias": {
  2251. "dev-master": "3.6.x-dev"
  2252. }
  2253. },
  2254. "autoload": {
  2255. "psr-4": {
  2256. "Opis\\Closure\\": "src/"
  2257. },
  2258. "files": [
  2259. "functions.php"
  2260. ]
  2261. },
  2262. "notification-url": "https://packagist.org/downloads/",
  2263. "license": [
  2264. "MIT"
  2265. ],
  2266. "authors": [
  2267. {
  2268. "name": "Marius Sarca",
  2269. "email": "marius.sarca@gmail.com"
  2270. },
  2271. {
  2272. "name": "Sorin Sarca",
  2273. "email": "sarca_sorin@hotmail.com"
  2274. }
  2275. ],
  2276. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  2277. "homepage": "https://opis.io/closure",
  2278. "keywords": [
  2279. "anonymous functions",
  2280. "closure",
  2281. "function",
  2282. "serializable",
  2283. "serialization",
  2284. "serialize"
  2285. ],
  2286. "support": {
  2287. "issues": "https://github.com/opis/closure/issues",
  2288. "source": "https://github.com/opis/closure/tree/3.6.1"
  2289. },
  2290. "time": "2020-11-07T02:01:34+00:00"
  2291. },
  2292. {
  2293. "name": "phpoption/phpoption",
  2294. "version": "1.7.5",
  2295. "source": {
  2296. "type": "git",
  2297. "url": "https://github.com/schmittjoh/php-option.git",
  2298. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  2299. },
  2300. "dist": {
  2301. "type": "zip",
  2302. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  2303. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  2304. "shasum": ""
  2305. },
  2306. "require": {
  2307. "php": "^5.5.9 || ^7.0 || ^8.0"
  2308. },
  2309. "require-dev": {
  2310. "bamarni/composer-bin-plugin": "^1.4.1",
  2311. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  2312. },
  2313. "type": "library",
  2314. "extra": {
  2315. "branch-alias": {
  2316. "dev-master": "1.7-dev"
  2317. }
  2318. },
  2319. "autoload": {
  2320. "psr-4": {
  2321. "PhpOption\\": "src/PhpOption/"
  2322. }
  2323. },
  2324. "notification-url": "https://packagist.org/downloads/",
  2325. "license": [
  2326. "Apache-2.0"
  2327. ],
  2328. "authors": [
  2329. {
  2330. "name": "Johannes M. Schmitt",
  2331. "email": "schmittjoh@gmail.com"
  2332. },
  2333. {
  2334. "name": "Graham Campbell",
  2335. "email": "graham@alt-three.com"
  2336. }
  2337. ],
  2338. "description": "Option Type for PHP",
  2339. "keywords": [
  2340. "language",
  2341. "option",
  2342. "php",
  2343. "type"
  2344. ],
  2345. "support": {
  2346. "issues": "https://github.com/schmittjoh/php-option/issues",
  2347. "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
  2348. },
  2349. "funding": [
  2350. {
  2351. "url": "https://github.com/GrahamCampbell",
  2352. "type": "github"
  2353. },
  2354. {
  2355. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  2356. "type": "tidelift"
  2357. }
  2358. ],
  2359. "time": "2020-07-20T17:29:33+00:00"
  2360. },
  2361. {
  2362. "name": "psr/container",
  2363. "version": "1.0.0",
  2364. "source": {
  2365. "type": "git",
  2366. "url": "https://github.com/php-fig/container.git",
  2367. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  2368. },
  2369. "dist": {
  2370. "type": "zip",
  2371. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  2372. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  2373. "shasum": ""
  2374. },
  2375. "require": {
  2376. "php": ">=5.3.0"
  2377. },
  2378. "type": "library",
  2379. "extra": {
  2380. "branch-alias": {
  2381. "dev-master": "1.0.x-dev"
  2382. }
  2383. },
  2384. "autoload": {
  2385. "psr-4": {
  2386. "Psr\\Container\\": "src/"
  2387. }
  2388. },
  2389. "notification-url": "https://packagist.org/downloads/",
  2390. "license": [
  2391. "MIT"
  2392. ],
  2393. "authors": [
  2394. {
  2395. "name": "PHP-FIG",
  2396. "homepage": "http://www.php-fig.org/"
  2397. }
  2398. ],
  2399. "description": "Common Container Interface (PHP FIG PSR-11)",
  2400. "homepage": "https://github.com/php-fig/container",
  2401. "keywords": [
  2402. "PSR-11",
  2403. "container",
  2404. "container-interface",
  2405. "container-interop",
  2406. "psr"
  2407. ],
  2408. "support": {
  2409. "issues": "https://github.com/php-fig/container/issues",
  2410. "source": "https://github.com/php-fig/container/tree/master"
  2411. },
  2412. "time": "2017-02-14T16:28:37+00:00"
  2413. },
  2414. {
  2415. "name": "psr/event-dispatcher",
  2416. "version": "1.0.0",
  2417. "source": {
  2418. "type": "git",
  2419. "url": "https://github.com/php-fig/event-dispatcher.git",
  2420. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2421. },
  2422. "dist": {
  2423. "type": "zip",
  2424. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2425. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2426. "shasum": ""
  2427. },
  2428. "require": {
  2429. "php": ">=7.2.0"
  2430. },
  2431. "type": "library",
  2432. "extra": {
  2433. "branch-alias": {
  2434. "dev-master": "1.0.x-dev"
  2435. }
  2436. },
  2437. "autoload": {
  2438. "psr-4": {
  2439. "Psr\\EventDispatcher\\": "src/"
  2440. }
  2441. },
  2442. "notification-url": "https://packagist.org/downloads/",
  2443. "license": [
  2444. "MIT"
  2445. ],
  2446. "authors": [
  2447. {
  2448. "name": "PHP-FIG",
  2449. "homepage": "http://www.php-fig.org/"
  2450. }
  2451. ],
  2452. "description": "Standard interfaces for event handling.",
  2453. "keywords": [
  2454. "events",
  2455. "psr",
  2456. "psr-14"
  2457. ],
  2458. "support": {
  2459. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  2460. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  2461. },
  2462. "time": "2019-01-08T18:20:26+00:00"
  2463. },
  2464. {
  2465. "name": "psr/log",
  2466. "version": "1.1.3",
  2467. "source": {
  2468. "type": "git",
  2469. "url": "https://github.com/php-fig/log.git",
  2470. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  2471. },
  2472. "dist": {
  2473. "type": "zip",
  2474. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  2475. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  2476. "shasum": ""
  2477. },
  2478. "require": {
  2479. "php": ">=5.3.0"
  2480. },
  2481. "type": "library",
  2482. "extra": {
  2483. "branch-alias": {
  2484. "dev-master": "1.1.x-dev"
  2485. }
  2486. },
  2487. "autoload": {
  2488. "psr-4": {
  2489. "Psr\\Log\\": "Psr/Log/"
  2490. }
  2491. },
  2492. "notification-url": "https://packagist.org/downloads/",
  2493. "license": [
  2494. "MIT"
  2495. ],
  2496. "authors": [
  2497. {
  2498. "name": "PHP-FIG",
  2499. "homepage": "http://www.php-fig.org/"
  2500. }
  2501. ],
  2502. "description": "Common interface for logging libraries",
  2503. "homepage": "https://github.com/php-fig/log",
  2504. "keywords": [
  2505. "log",
  2506. "psr",
  2507. "psr-3"
  2508. ],
  2509. "support": {
  2510. "source": "https://github.com/php-fig/log/tree/1.1.3"
  2511. },
  2512. "time": "2020-03-23T09:12:05+00:00"
  2513. },
  2514. {
  2515. "name": "psr/simple-cache",
  2516. "version": "1.0.1",
  2517. "source": {
  2518. "type": "git",
  2519. "url": "https://github.com/php-fig/simple-cache.git",
  2520. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2521. },
  2522. "dist": {
  2523. "type": "zip",
  2524. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2525. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2526. "shasum": ""
  2527. },
  2528. "require": {
  2529. "php": ">=5.3.0"
  2530. },
  2531. "type": "library",
  2532. "extra": {
  2533. "branch-alias": {
  2534. "dev-master": "1.0.x-dev"
  2535. }
  2536. },
  2537. "autoload": {
  2538. "psr-4": {
  2539. "Psr\\SimpleCache\\": "src/"
  2540. }
  2541. },
  2542. "notification-url": "https://packagist.org/downloads/",
  2543. "license": [
  2544. "MIT"
  2545. ],
  2546. "authors": [
  2547. {
  2548. "name": "PHP-FIG",
  2549. "homepage": "http://www.php-fig.org/"
  2550. }
  2551. ],
  2552. "description": "Common interfaces for simple caching",
  2553. "keywords": [
  2554. "cache",
  2555. "caching",
  2556. "psr",
  2557. "psr-16",
  2558. "simple-cache"
  2559. ],
  2560. "support": {
  2561. "source": "https://github.com/php-fig/simple-cache/tree/master"
  2562. },
  2563. "time": "2017-10-23T01:57:42+00:00"
  2564. },
  2565. {
  2566. "name": "ramsey/collection",
  2567. "version": "1.1.1",
  2568. "source": {
  2569. "type": "git",
  2570. "url": "https://github.com/ramsey/collection.git",
  2571. "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
  2572. },
  2573. "dist": {
  2574. "type": "zip",
  2575. "url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
  2576. "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
  2577. "shasum": ""
  2578. },
  2579. "require": {
  2580. "php": "^7.2 || ^8"
  2581. },
  2582. "require-dev": {
  2583. "captainhook/captainhook": "^5.3",
  2584. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  2585. "ergebnis/composer-normalize": "^2.6",
  2586. "fzaninotto/faker": "^1.5",
  2587. "hamcrest/hamcrest-php": "^2",
  2588. "jangregor/phpstan-prophecy": "^0.6",
  2589. "mockery/mockery": "^1.3",
  2590. "phpstan/extension-installer": "^1",
  2591. "phpstan/phpstan": "^0.12.32",
  2592. "phpstan/phpstan-mockery": "^0.12.5",
  2593. "phpstan/phpstan-phpunit": "^0.12.11",
  2594. "phpunit/phpunit": "^8.5",
  2595. "psy/psysh": "^0.10.4",
  2596. "slevomat/coding-standard": "^6.3",
  2597. "squizlabs/php_codesniffer": "^3.5",
  2598. "vimeo/psalm": "^3.12.2"
  2599. },
  2600. "type": "library",
  2601. "autoload": {
  2602. "psr-4": {
  2603. "Ramsey\\Collection\\": "src/"
  2604. }
  2605. },
  2606. "notification-url": "https://packagist.org/downloads/",
  2607. "license": [
  2608. "MIT"
  2609. ],
  2610. "authors": [
  2611. {
  2612. "name": "Ben Ramsey",
  2613. "email": "ben@benramsey.com",
  2614. "homepage": "https://benramsey.com"
  2615. }
  2616. ],
  2617. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  2618. "keywords": [
  2619. "array",
  2620. "collection",
  2621. "hash",
  2622. "map",
  2623. "queue",
  2624. "set"
  2625. ],
  2626. "support": {
  2627. "issues": "https://github.com/ramsey/collection/issues",
  2628. "source": "https://github.com/ramsey/collection/tree/1.1.1"
  2629. },
  2630. "funding": [
  2631. {
  2632. "url": "https://github.com/ramsey",
  2633. "type": "github"
  2634. }
  2635. ],
  2636. "time": "2020-09-10T20:58:17+00:00"
  2637. },
  2638. {
  2639. "name": "ramsey/uuid",
  2640. "version": "4.1.1",
  2641. "source": {
  2642. "type": "git",
  2643. "url": "https://github.com/ramsey/uuid.git",
  2644. "reference": "cd4032040a750077205918c86049aa0f43d22947"
  2645. },
  2646. "dist": {
  2647. "type": "zip",
  2648. "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
  2649. "reference": "cd4032040a750077205918c86049aa0f43d22947",
  2650. "shasum": ""
  2651. },
  2652. "require": {
  2653. "brick/math": "^0.8 || ^0.9",
  2654. "ext-json": "*",
  2655. "php": "^7.2 || ^8",
  2656. "ramsey/collection": "^1.0",
  2657. "symfony/polyfill-ctype": "^1.8"
  2658. },
  2659. "replace": {
  2660. "rhumsaa/uuid": "self.version"
  2661. },
  2662. "require-dev": {
  2663. "codeception/aspect-mock": "^3",
  2664. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  2665. "doctrine/annotations": "^1.8",
  2666. "goaop/framework": "^2",
  2667. "mockery/mockery": "^1.3",
  2668. "moontoast/math": "^1.1",
  2669. "paragonie/random-lib": "^2",
  2670. "php-mock/php-mock-mockery": "^1.3",
  2671. "php-mock/php-mock-phpunit": "^2.5",
  2672. "php-parallel-lint/php-parallel-lint": "^1.1",
  2673. "phpbench/phpbench": "^0.17.1",
  2674. "phpstan/extension-installer": "^1.0",
  2675. "phpstan/phpstan": "^0.12",
  2676. "phpstan/phpstan-mockery": "^0.12",
  2677. "phpstan/phpstan-phpunit": "^0.12",
  2678. "phpunit/phpunit": "^8.5",
  2679. "psy/psysh": "^0.10.0",
  2680. "slevomat/coding-standard": "^6.0",
  2681. "squizlabs/php_codesniffer": "^3.5",
  2682. "vimeo/psalm": "3.9.4"
  2683. },
  2684. "suggest": {
  2685. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2686. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  2687. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2688. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2689. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2690. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2691. },
  2692. "type": "library",
  2693. "extra": {
  2694. "branch-alias": {
  2695. "dev-master": "4.x-dev"
  2696. }
  2697. },
  2698. "autoload": {
  2699. "psr-4": {
  2700. "Ramsey\\Uuid\\": "src/"
  2701. },
  2702. "files": [
  2703. "src/functions.php"
  2704. ]
  2705. },
  2706. "notification-url": "https://packagist.org/downloads/",
  2707. "license": [
  2708. "MIT"
  2709. ],
  2710. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2711. "homepage": "https://github.com/ramsey/uuid",
  2712. "keywords": [
  2713. "guid",
  2714. "identifier",
  2715. "uuid"
  2716. ],
  2717. "support": {
  2718. "issues": "https://github.com/ramsey/uuid/issues",
  2719. "rss": "https://github.com/ramsey/uuid/releases.atom",
  2720. "source": "https://github.com/ramsey/uuid"
  2721. },
  2722. "funding": [
  2723. {
  2724. "url": "https://github.com/ramsey",
  2725. "type": "github"
  2726. }
  2727. ],
  2728. "time": "2020-08-18T17:17:46+00:00"
  2729. },
  2730. {
  2731. "name": "symfony/console",
  2732. "version": "v5.2.1",
  2733. "source": {
  2734. "type": "git",
  2735. "url": "https://github.com/symfony/console.git",
  2736. "reference": "47c02526c532fb381374dab26df05e7313978976"
  2737. },
  2738. "dist": {
  2739. "type": "zip",
  2740. "url": "https://api.github.com/repos/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976",
  2741. "reference": "47c02526c532fb381374dab26df05e7313978976",
  2742. "shasum": ""
  2743. },
  2744. "require": {
  2745. "php": ">=7.2.5",
  2746. "symfony/polyfill-mbstring": "~1.0",
  2747. "symfony/polyfill-php73": "^1.8",
  2748. "symfony/polyfill-php80": "^1.15",
  2749. "symfony/service-contracts": "^1.1|^2",
  2750. "symfony/string": "^5.1"
  2751. },
  2752. "conflict": {
  2753. "symfony/dependency-injection": "<4.4",
  2754. "symfony/dotenv": "<5.1",
  2755. "symfony/event-dispatcher": "<4.4",
  2756. "symfony/lock": "<4.4",
  2757. "symfony/process": "<4.4"
  2758. },
  2759. "provide": {
  2760. "psr/log-implementation": "1.0"
  2761. },
  2762. "require-dev": {
  2763. "psr/log": "~1.0",
  2764. "symfony/config": "^4.4|^5.0",
  2765. "symfony/dependency-injection": "^4.4|^5.0",
  2766. "symfony/event-dispatcher": "^4.4|^5.0",
  2767. "symfony/lock": "^4.4|^5.0",
  2768. "symfony/process": "^4.4|^5.0",
  2769. "symfony/var-dumper": "^4.4|^5.0"
  2770. },
  2771. "suggest": {
  2772. "psr/log": "For using the console logger",
  2773. "symfony/event-dispatcher": "",
  2774. "symfony/lock": "",
  2775. "symfony/process": ""
  2776. },
  2777. "type": "library",
  2778. "autoload": {
  2779. "psr-4": {
  2780. "Symfony\\Component\\Console\\": ""
  2781. },
  2782. "exclude-from-classmap": [
  2783. "/Tests/"
  2784. ]
  2785. },
  2786. "notification-url": "https://packagist.org/downloads/",
  2787. "license": [
  2788. "MIT"
  2789. ],
  2790. "authors": [
  2791. {
  2792. "name": "Fabien Potencier",
  2793. "email": "fabien@symfony.com"
  2794. },
  2795. {
  2796. "name": "Symfony Community",
  2797. "homepage": "https://symfony.com/contributors"
  2798. }
  2799. ],
  2800. "description": "Symfony Console Component",
  2801. "homepage": "https://symfony.com",
  2802. "keywords": [
  2803. "cli",
  2804. "command line",
  2805. "console",
  2806. "terminal"
  2807. ],
  2808. "support": {
  2809. "source": "https://github.com/symfony/console/tree/v5.2.1"
  2810. },
  2811. "funding": [
  2812. {
  2813. "url": "https://symfony.com/sponsor",
  2814. "type": "custom"
  2815. },
  2816. {
  2817. "url": "https://github.com/fabpot",
  2818. "type": "github"
  2819. },
  2820. {
  2821. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2822. "type": "tidelift"
  2823. }
  2824. ],
  2825. "time": "2020-12-18T08:03:05+00:00"
  2826. },
  2827. {
  2828. "name": "symfony/deprecation-contracts",
  2829. "version": "v2.2.0",
  2830. "source": {
  2831. "type": "git",
  2832. "url": "https://github.com/symfony/deprecation-contracts.git",
  2833. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
  2834. },
  2835. "dist": {
  2836. "type": "zip",
  2837. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  2838. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  2839. "shasum": ""
  2840. },
  2841. "require": {
  2842. "php": ">=7.1"
  2843. },
  2844. "type": "library",
  2845. "extra": {
  2846. "branch-alias": {
  2847. "dev-master": "2.2-dev"
  2848. },
  2849. "thanks": {
  2850. "name": "symfony/contracts",
  2851. "url": "https://github.com/symfony/contracts"
  2852. }
  2853. },
  2854. "autoload": {
  2855. "files": [
  2856. "function.php"
  2857. ]
  2858. },
  2859. "notification-url": "https://packagist.org/downloads/",
  2860. "license": [
  2861. "MIT"
  2862. ],
  2863. "authors": [
  2864. {
  2865. "name": "Nicolas Grekas",
  2866. "email": "p@tchwork.com"
  2867. },
  2868. {
  2869. "name": "Symfony Community",
  2870. "homepage": "https://symfony.com/contributors"
  2871. }
  2872. ],
  2873. "description": "A generic function and convention to trigger deprecation notices",
  2874. "homepage": "https://symfony.com",
  2875. "support": {
  2876. "source": "https://github.com/symfony/deprecation-contracts/tree/master"
  2877. },
  2878. "funding": [
  2879. {
  2880. "url": "https://symfony.com/sponsor",
  2881. "type": "custom"
  2882. },
  2883. {
  2884. "url": "https://github.com/fabpot",
  2885. "type": "github"
  2886. },
  2887. {
  2888. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2889. "type": "tidelift"
  2890. }
  2891. ],
  2892. "time": "2020-09-07T11:33:47+00:00"
  2893. },
  2894. {
  2895. "name": "symfony/error-handler",
  2896. "version": "v5.2.1",
  2897. "source": {
  2898. "type": "git",
  2899. "url": "https://github.com/symfony/error-handler.git",
  2900. "reference": "59b190ce16ddf32771a22087b60f6dafd3407147"
  2901. },
  2902. "dist": {
  2903. "type": "zip",
  2904. "url": "https://api.github.com/repos/symfony/error-handler/zipball/59b190ce16ddf32771a22087b60f6dafd3407147",
  2905. "reference": "59b190ce16ddf32771a22087b60f6dafd3407147",
  2906. "shasum": ""
  2907. },
  2908. "require": {
  2909. "php": ">=7.2.5",
  2910. "psr/log": "^1.0",
  2911. "symfony/polyfill-php80": "^1.15",
  2912. "symfony/var-dumper": "^4.4|^5.0"
  2913. },
  2914. "require-dev": {
  2915. "symfony/deprecation-contracts": "^2.1",
  2916. "symfony/http-kernel": "^4.4|^5.0",
  2917. "symfony/serializer": "^4.4|^5.0"
  2918. },
  2919. "type": "library",
  2920. "autoload": {
  2921. "psr-4": {
  2922. "Symfony\\Component\\ErrorHandler\\": ""
  2923. },
  2924. "exclude-from-classmap": [
  2925. "/Tests/"
  2926. ]
  2927. },
  2928. "notification-url": "https://packagist.org/downloads/",
  2929. "license": [
  2930. "MIT"
  2931. ],
  2932. "authors": [
  2933. {
  2934. "name": "Fabien Potencier",
  2935. "email": "fabien@symfony.com"
  2936. },
  2937. {
  2938. "name": "Symfony Community",
  2939. "homepage": "https://symfony.com/contributors"
  2940. }
  2941. ],
  2942. "description": "Symfony ErrorHandler Component",
  2943. "homepage": "https://symfony.com",
  2944. "support": {
  2945. "source": "https://github.com/symfony/error-handler/tree/v5.2.1"
  2946. },
  2947. "funding": [
  2948. {
  2949. "url": "https://symfony.com/sponsor",
  2950. "type": "custom"
  2951. },
  2952. {
  2953. "url": "https://github.com/fabpot",
  2954. "type": "github"
  2955. },
  2956. {
  2957. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2958. "type": "tidelift"
  2959. }
  2960. ],
  2961. "time": "2020-12-09T18:54:12+00:00"
  2962. },
  2963. {
  2964. "name": "symfony/event-dispatcher",
  2965. "version": "v5.2.1",
  2966. "source": {
  2967. "type": "git",
  2968. "url": "https://github.com/symfony/event-dispatcher.git",
  2969. "reference": "1c93f7a1dff592c252574c79a8635a8a80856042"
  2970. },
  2971. "dist": {
  2972. "type": "zip",
  2973. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1c93f7a1dff592c252574c79a8635a8a80856042",
  2974. "reference": "1c93f7a1dff592c252574c79a8635a8a80856042",
  2975. "shasum": ""
  2976. },
  2977. "require": {
  2978. "php": ">=7.2.5",
  2979. "symfony/deprecation-contracts": "^2.1",
  2980. "symfony/event-dispatcher-contracts": "^2",
  2981. "symfony/polyfill-php80": "^1.15"
  2982. },
  2983. "conflict": {
  2984. "symfony/dependency-injection": "<4.4"
  2985. },
  2986. "provide": {
  2987. "psr/event-dispatcher-implementation": "1.0",
  2988. "symfony/event-dispatcher-implementation": "2.0"
  2989. },
  2990. "require-dev": {
  2991. "psr/log": "~1.0",
  2992. "symfony/config": "^4.4|^5.0",
  2993. "symfony/dependency-injection": "^4.4|^5.0",
  2994. "symfony/error-handler": "^4.4|^5.0",
  2995. "symfony/expression-language": "^4.4|^5.0",
  2996. "symfony/http-foundation": "^4.4|^5.0",
  2997. "symfony/service-contracts": "^1.1|^2",
  2998. "symfony/stopwatch": "^4.4|^5.0"
  2999. },
  3000. "suggest": {
  3001. "symfony/dependency-injection": "",
  3002. "symfony/http-kernel": ""
  3003. },
  3004. "type": "library",
  3005. "autoload": {
  3006. "psr-4": {
  3007. "Symfony\\Component\\EventDispatcher\\": ""
  3008. },
  3009. "exclude-from-classmap": [
  3010. "/Tests/"
  3011. ]
  3012. },
  3013. "notification-url": "https://packagist.org/downloads/",
  3014. "license": [
  3015. "MIT"
  3016. ],
  3017. "authors": [
  3018. {
  3019. "name": "Fabien Potencier",
  3020. "email": "fabien@symfony.com"
  3021. },
  3022. {
  3023. "name": "Symfony Community",
  3024. "homepage": "https://symfony.com/contributors"
  3025. }
  3026. ],
  3027. "description": "Symfony EventDispatcher Component",
  3028. "homepage": "https://symfony.com",
  3029. "support": {
  3030. "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.1"
  3031. },
  3032. "funding": [
  3033. {
  3034. "url": "https://symfony.com/sponsor",
  3035. "type": "custom"
  3036. },
  3037. {
  3038. "url": "https://github.com/fabpot",
  3039. "type": "github"
  3040. },
  3041. {
  3042. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3043. "type": "tidelift"
  3044. }
  3045. ],
  3046. "time": "2020-12-18T08:03:05+00:00"
  3047. },
  3048. {
  3049. "name": "symfony/event-dispatcher-contracts",
  3050. "version": "v2.2.0",
  3051. "source": {
  3052. "type": "git",
  3053. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3054. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
  3055. },
  3056. "dist": {
  3057. "type": "zip",
  3058. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
  3059. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
  3060. "shasum": ""
  3061. },
  3062. "require": {
  3063. "php": ">=7.2.5",
  3064. "psr/event-dispatcher": "^1"
  3065. },
  3066. "suggest": {
  3067. "symfony/event-dispatcher-implementation": ""
  3068. },
  3069. "type": "library",
  3070. "extra": {
  3071. "branch-alias": {
  3072. "dev-master": "2.2-dev"
  3073. },
  3074. "thanks": {
  3075. "name": "symfony/contracts",
  3076. "url": "https://github.com/symfony/contracts"
  3077. }
  3078. },
  3079. "autoload": {
  3080. "psr-4": {
  3081. "Symfony\\Contracts\\EventDispatcher\\": ""
  3082. }
  3083. },
  3084. "notification-url": "https://packagist.org/downloads/",
  3085. "license": [
  3086. "MIT"
  3087. ],
  3088. "authors": [
  3089. {
  3090. "name": "Nicolas Grekas",
  3091. "email": "p@tchwork.com"
  3092. },
  3093. {
  3094. "name": "Symfony Community",
  3095. "homepage": "https://symfony.com/contributors"
  3096. }
  3097. ],
  3098. "description": "Generic abstractions related to dispatching event",
  3099. "homepage": "https://symfony.com",
  3100. "keywords": [
  3101. "abstractions",
  3102. "contracts",
  3103. "decoupling",
  3104. "interfaces",
  3105. "interoperability",
  3106. "standards"
  3107. ],
  3108. "support": {
  3109. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
  3110. },
  3111. "funding": [
  3112. {
  3113. "url": "https://symfony.com/sponsor",
  3114. "type": "custom"
  3115. },
  3116. {
  3117. "url": "https://github.com/fabpot",
  3118. "type": "github"
  3119. },
  3120. {
  3121. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3122. "type": "tidelift"
  3123. }
  3124. ],
  3125. "time": "2020-09-07T11:33:47+00:00"
  3126. },
  3127. {
  3128. "name": "symfony/finder",
  3129. "version": "v5.2.1",
  3130. "source": {
  3131. "type": "git",
  3132. "url": "https://github.com/symfony/finder.git",
  3133. "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
  3134. },
  3135. "dist": {
  3136. "type": "zip",
  3137. "url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
  3138. "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
  3139. "shasum": ""
  3140. },
  3141. "require": {
  3142. "php": ">=7.2.5"
  3143. },
  3144. "type": "library",
  3145. "autoload": {
  3146. "psr-4": {
  3147. "Symfony\\Component\\Finder\\": ""
  3148. },
  3149. "exclude-from-classmap": [
  3150. "/Tests/"
  3151. ]
  3152. },
  3153. "notification-url": "https://packagist.org/downloads/",
  3154. "license": [
  3155. "MIT"
  3156. ],
  3157. "authors": [
  3158. {
  3159. "name": "Fabien Potencier",
  3160. "email": "fabien@symfony.com"
  3161. },
  3162. {
  3163. "name": "Symfony Community",
  3164. "homepage": "https://symfony.com/contributors"
  3165. }
  3166. ],
  3167. "description": "Symfony Finder Component",
  3168. "homepage": "https://symfony.com",
  3169. "support": {
  3170. "source": "https://github.com/symfony/finder/tree/v5.2.1"
  3171. },
  3172. "funding": [
  3173. {
  3174. "url": "https://symfony.com/sponsor",
  3175. "type": "custom"
  3176. },
  3177. {
  3178. "url": "https://github.com/fabpot",
  3179. "type": "github"
  3180. },
  3181. {
  3182. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3183. "type": "tidelift"
  3184. }
  3185. ],
  3186. "time": "2020-12-08T17:02:38+00:00"
  3187. },
  3188. {
  3189. "name": "symfony/http-client-contracts",
  3190. "version": "v2.3.1",
  3191. "source": {
  3192. "type": "git",
  3193. "url": "https://github.com/symfony/http-client-contracts.git",
  3194. "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  3195. },
  3196. "dist": {
  3197. "type": "zip",
  3198. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
  3199. "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  3200. "shasum": ""
  3201. },
  3202. "require": {
  3203. "php": ">=7.2.5"
  3204. },
  3205. "suggest": {
  3206. "symfony/http-client-implementation": ""
  3207. },
  3208. "type": "library",
  3209. "extra": {
  3210. "branch-version": "2.3",
  3211. "branch-alias": {
  3212. "dev-main": "2.3-dev"
  3213. },
  3214. "thanks": {
  3215. "name": "symfony/contracts",
  3216. "url": "https://github.com/symfony/contracts"
  3217. }
  3218. },
  3219. "autoload": {
  3220. "psr-4": {
  3221. "Symfony\\Contracts\\HttpClient\\": ""
  3222. }
  3223. },
  3224. "notification-url": "https://packagist.org/downloads/",
  3225. "license": [
  3226. "MIT"
  3227. ],
  3228. "authors": [
  3229. {
  3230. "name": "Nicolas Grekas",
  3231. "email": "p@tchwork.com"
  3232. },
  3233. {
  3234. "name": "Symfony Community",
  3235. "homepage": "https://symfony.com/contributors"
  3236. }
  3237. ],
  3238. "description": "Generic abstractions related to HTTP clients",
  3239. "homepage": "https://symfony.com",
  3240. "keywords": [
  3241. "abstractions",
  3242. "contracts",
  3243. "decoupling",
  3244. "interfaces",
  3245. "interoperability",
  3246. "standards"
  3247. ],
  3248. "support": {
  3249. "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
  3250. },
  3251. "funding": [
  3252. {
  3253. "url": "https://symfony.com/sponsor",
  3254. "type": "custom"
  3255. },
  3256. {
  3257. "url": "https://github.com/fabpot",
  3258. "type": "github"
  3259. },
  3260. {
  3261. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3262. "type": "tidelift"
  3263. }
  3264. ],
  3265. "time": "2020-10-14T17:08:19+00:00"
  3266. },
  3267. {
  3268. "name": "symfony/http-foundation",
  3269. "version": "v5.2.1",
  3270. "source": {
  3271. "type": "git",
  3272. "url": "https://github.com/symfony/http-foundation.git",
  3273. "reference": "a1f6218b29897ab52acba58cfa905b83625bef8d"
  3274. },
  3275. "dist": {
  3276. "type": "zip",
  3277. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a1f6218b29897ab52acba58cfa905b83625bef8d",
  3278. "reference": "a1f6218b29897ab52acba58cfa905b83625bef8d",
  3279. "shasum": ""
  3280. },
  3281. "require": {
  3282. "php": ">=7.2.5",
  3283. "symfony/deprecation-contracts": "^2.1",
  3284. "symfony/polyfill-mbstring": "~1.1",
  3285. "symfony/polyfill-php80": "^1.15"
  3286. },
  3287. "require-dev": {
  3288. "predis/predis": "~1.0",
  3289. "symfony/cache": "^4.4|^5.0",
  3290. "symfony/expression-language": "^4.4|^5.0",
  3291. "symfony/mime": "^4.4|^5.0"
  3292. },
  3293. "suggest": {
  3294. "symfony/mime": "To use the file extension guesser"
  3295. },
  3296. "type": "library",
  3297. "autoload": {
  3298. "psr-4": {
  3299. "Symfony\\Component\\HttpFoundation\\": ""
  3300. },
  3301. "exclude-from-classmap": [
  3302. "/Tests/"
  3303. ]
  3304. },
  3305. "notification-url": "https://packagist.org/downloads/",
  3306. "license": [
  3307. "MIT"
  3308. ],
  3309. "authors": [
  3310. {
  3311. "name": "Fabien Potencier",
  3312. "email": "fabien@symfony.com"
  3313. },
  3314. {
  3315. "name": "Symfony Community",
  3316. "homepage": "https://symfony.com/contributors"
  3317. }
  3318. ],
  3319. "description": "Symfony HttpFoundation Component",
  3320. "homepage": "https://symfony.com",
  3321. "support": {
  3322. "source": "https://github.com/symfony/http-foundation/tree/v5.2.1"
  3323. },
  3324. "funding": [
  3325. {
  3326. "url": "https://symfony.com/sponsor",
  3327. "type": "custom"
  3328. },
  3329. {
  3330. "url": "https://github.com/fabpot",
  3331. "type": "github"
  3332. },
  3333. {
  3334. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3335. "type": "tidelift"
  3336. }
  3337. ],
  3338. "time": "2020-12-18T10:00:10+00:00"
  3339. },
  3340. {
  3341. "name": "symfony/http-kernel",
  3342. "version": "v5.2.1",
  3343. "source": {
  3344. "type": "git",
  3345. "url": "https://github.com/symfony/http-kernel.git",
  3346. "reference": "1feb619286d819180f7b8bc0dc44f516d9c62647"
  3347. },
  3348. "dist": {
  3349. "type": "zip",
  3350. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1feb619286d819180f7b8bc0dc44f516d9c62647",
  3351. "reference": "1feb619286d819180f7b8bc0dc44f516d9c62647",
  3352. "shasum": ""
  3353. },
  3354. "require": {
  3355. "php": ">=7.2.5",
  3356. "psr/log": "~1.0",
  3357. "symfony/deprecation-contracts": "^2.1",
  3358. "symfony/error-handler": "^4.4|^5.0",
  3359. "symfony/event-dispatcher": "^5.0",
  3360. "symfony/http-client-contracts": "^1.1|^2",
  3361. "symfony/http-foundation": "^4.4|^5.0",
  3362. "symfony/polyfill-ctype": "^1.8",
  3363. "symfony/polyfill-php73": "^1.9",
  3364. "symfony/polyfill-php80": "^1.15"
  3365. },
  3366. "conflict": {
  3367. "symfony/browser-kit": "<4.4",
  3368. "symfony/cache": "<5.0",
  3369. "symfony/config": "<5.0",
  3370. "symfony/console": "<4.4",
  3371. "symfony/dependency-injection": "<5.1.8",
  3372. "symfony/doctrine-bridge": "<5.0",
  3373. "symfony/form": "<5.0",
  3374. "symfony/http-client": "<5.0",
  3375. "symfony/mailer": "<5.0",
  3376. "symfony/messenger": "<5.0",
  3377. "symfony/translation": "<5.0",
  3378. "symfony/twig-bridge": "<5.0",
  3379. "symfony/validator": "<5.0",
  3380. "twig/twig": "<2.4"
  3381. },
  3382. "provide": {
  3383. "psr/log-implementation": "1.0"
  3384. },
  3385. "require-dev": {
  3386. "psr/cache": "~1.0",
  3387. "symfony/browser-kit": "^4.4|^5.0",
  3388. "symfony/config": "^5.0",
  3389. "symfony/console": "^4.4|^5.0",
  3390. "symfony/css-selector": "^4.4|^5.0",
  3391. "symfony/dependency-injection": "^5.1.8",
  3392. "symfony/dom-crawler": "^4.4|^5.0",
  3393. "symfony/expression-language": "^4.4|^5.0",
  3394. "symfony/finder": "^4.4|^5.0",
  3395. "symfony/process": "^4.4|^5.0",
  3396. "symfony/routing": "^4.4|^5.0",
  3397. "symfony/stopwatch": "^4.4|^5.0",
  3398. "symfony/translation": "^4.4|^5.0",
  3399. "symfony/translation-contracts": "^1.1|^2",
  3400. "twig/twig": "^2.4|^3.0"
  3401. },
  3402. "suggest": {
  3403. "symfony/browser-kit": "",
  3404. "symfony/config": "",
  3405. "symfony/console": "",
  3406. "symfony/dependency-injection": ""
  3407. },
  3408. "type": "library",
  3409. "autoload": {
  3410. "psr-4": {
  3411. "Symfony\\Component\\HttpKernel\\": ""
  3412. },
  3413. "exclude-from-classmap": [
  3414. "/Tests/"
  3415. ]
  3416. },
  3417. "notification-url": "https://packagist.org/downloads/",
  3418. "license": [
  3419. "MIT"
  3420. ],
  3421. "authors": [
  3422. {
  3423. "name": "Fabien Potencier",
  3424. "email": "fabien@symfony.com"
  3425. },
  3426. {
  3427. "name": "Symfony Community",
  3428. "homepage": "https://symfony.com/contributors"
  3429. }
  3430. ],
  3431. "description": "Symfony HttpKernel Component",
  3432. "homepage": "https://symfony.com",
  3433. "support": {
  3434. "source": "https://github.com/symfony/http-kernel/tree/v5.2.1"
  3435. },
  3436. "funding": [
  3437. {
  3438. "url": "https://symfony.com/sponsor",
  3439. "type": "custom"
  3440. },
  3441. {
  3442. "url": "https://github.com/fabpot",
  3443. "type": "github"
  3444. },
  3445. {
  3446. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3447. "type": "tidelift"
  3448. }
  3449. ],
  3450. "time": "2020-12-18T13:49:39+00:00"
  3451. },
  3452. {
  3453. "name": "symfony/mime",
  3454. "version": "v5.2.1",
  3455. "source": {
  3456. "type": "git",
  3457. "url": "https://github.com/symfony/mime.git",
  3458. "reference": "de97005aef7426ba008c46ba840fc301df577ada"
  3459. },
  3460. "dist": {
  3461. "type": "zip",
  3462. "url": "https://api.github.com/repos/symfony/mime/zipball/de97005aef7426ba008c46ba840fc301df577ada",
  3463. "reference": "de97005aef7426ba008c46ba840fc301df577ada",
  3464. "shasum": ""
  3465. },
  3466. "require": {
  3467. "php": ">=7.2.5",
  3468. "symfony/deprecation-contracts": "^2.1",
  3469. "symfony/polyfill-intl-idn": "^1.10",
  3470. "symfony/polyfill-mbstring": "^1.0",
  3471. "symfony/polyfill-php80": "^1.15"
  3472. },
  3473. "conflict": {
  3474. "symfony/mailer": "<4.4"
  3475. },
  3476. "require-dev": {
  3477. "egulias/email-validator": "^2.1.10",
  3478. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3479. "symfony/dependency-injection": "^4.4|^5.0",
  3480. "symfony/property-access": "^4.4|^5.1",
  3481. "symfony/property-info": "^4.4|^5.1",
  3482. "symfony/serializer": "^5.2"
  3483. },
  3484. "type": "library",
  3485. "autoload": {
  3486. "psr-4": {
  3487. "Symfony\\Component\\Mime\\": ""
  3488. },
  3489. "exclude-from-classmap": [
  3490. "/Tests/"
  3491. ]
  3492. },
  3493. "notification-url": "https://packagist.org/downloads/",
  3494. "license": [
  3495. "MIT"
  3496. ],
  3497. "authors": [
  3498. {
  3499. "name": "Fabien Potencier",
  3500. "email": "fabien@symfony.com"
  3501. },
  3502. {
  3503. "name": "Symfony Community",
  3504. "homepage": "https://symfony.com/contributors"
  3505. }
  3506. ],
  3507. "description": "A library to manipulate MIME messages",
  3508. "homepage": "https://symfony.com",
  3509. "keywords": [
  3510. "mime",
  3511. "mime-type"
  3512. ],
  3513. "support": {
  3514. "source": "https://github.com/symfony/mime/tree/v5.2.1"
  3515. },
  3516. "funding": [
  3517. {
  3518. "url": "https://symfony.com/sponsor",
  3519. "type": "custom"
  3520. },
  3521. {
  3522. "url": "https://github.com/fabpot",
  3523. "type": "github"
  3524. },
  3525. {
  3526. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3527. "type": "tidelift"
  3528. }
  3529. ],
  3530. "time": "2020-12-09T18:54:12+00:00"
  3531. },
  3532. {
  3533. "name": "symfony/polyfill-ctype",
  3534. "version": "v1.20.0",
  3535. "source": {
  3536. "type": "git",
  3537. "url": "https://github.com/symfony/polyfill-ctype.git",
  3538. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
  3539. },
  3540. "dist": {
  3541. "type": "zip",
  3542. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  3543. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  3544. "shasum": ""
  3545. },
  3546. "require": {
  3547. "php": ">=7.1"
  3548. },
  3549. "suggest": {
  3550. "ext-ctype": "For best performance"
  3551. },
  3552. "type": "library",
  3553. "extra": {
  3554. "branch-alias": {
  3555. "dev-main": "1.20-dev"
  3556. },
  3557. "thanks": {
  3558. "name": "symfony/polyfill",
  3559. "url": "https://github.com/symfony/polyfill"
  3560. }
  3561. },
  3562. "autoload": {
  3563. "psr-4": {
  3564. "Symfony\\Polyfill\\Ctype\\": ""
  3565. },
  3566. "files": [
  3567. "bootstrap.php"
  3568. ]
  3569. },
  3570. "notification-url": "https://packagist.org/downloads/",
  3571. "license": [
  3572. "MIT"
  3573. ],
  3574. "authors": [
  3575. {
  3576. "name": "Gert de Pagter",
  3577. "email": "BackEndTea@gmail.com"
  3578. },
  3579. {
  3580. "name": "Symfony Community",
  3581. "homepage": "https://symfony.com/contributors"
  3582. }
  3583. ],
  3584. "description": "Symfony polyfill for ctype functions",
  3585. "homepage": "https://symfony.com",
  3586. "keywords": [
  3587. "compatibility",
  3588. "ctype",
  3589. "polyfill",
  3590. "portable"
  3591. ],
  3592. "support": {
  3593. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0"
  3594. },
  3595. "funding": [
  3596. {
  3597. "url": "https://symfony.com/sponsor",
  3598. "type": "custom"
  3599. },
  3600. {
  3601. "url": "https://github.com/fabpot",
  3602. "type": "github"
  3603. },
  3604. {
  3605. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3606. "type": "tidelift"
  3607. }
  3608. ],
  3609. "time": "2020-10-23T14:02:19+00:00"
  3610. },
  3611. {
  3612. "name": "symfony/polyfill-intl-grapheme",
  3613. "version": "v1.20.0",
  3614. "source": {
  3615. "type": "git",
  3616. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3617. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
  3618. },
  3619. "dist": {
  3620. "type": "zip",
  3621. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  3622. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  3623. "shasum": ""
  3624. },
  3625. "require": {
  3626. "php": ">=7.1"
  3627. },
  3628. "suggest": {
  3629. "ext-intl": "For best performance"
  3630. },
  3631. "type": "library",
  3632. "extra": {
  3633. "branch-alias": {
  3634. "dev-main": "1.20-dev"
  3635. },
  3636. "thanks": {
  3637. "name": "symfony/polyfill",
  3638. "url": "https://github.com/symfony/polyfill"
  3639. }
  3640. },
  3641. "autoload": {
  3642. "psr-4": {
  3643. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3644. },
  3645. "files": [
  3646. "bootstrap.php"
  3647. ]
  3648. },
  3649. "notification-url": "https://packagist.org/downloads/",
  3650. "license": [
  3651. "MIT"
  3652. ],
  3653. "authors": [
  3654. {
  3655. "name": "Nicolas Grekas",
  3656. "email": "p@tchwork.com"
  3657. },
  3658. {
  3659. "name": "Symfony Community",
  3660. "homepage": "https://symfony.com/contributors"
  3661. }
  3662. ],
  3663. "description": "Symfony polyfill for intl's grapheme_* functions",
  3664. "homepage": "https://symfony.com",
  3665. "keywords": [
  3666. "compatibility",
  3667. "grapheme",
  3668. "intl",
  3669. "polyfill",
  3670. "portable",
  3671. "shim"
  3672. ],
  3673. "support": {
  3674. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.20.0"
  3675. },
  3676. "funding": [
  3677. {
  3678. "url": "https://symfony.com/sponsor",
  3679. "type": "custom"
  3680. },
  3681. {
  3682. "url": "https://github.com/fabpot",
  3683. "type": "github"
  3684. },
  3685. {
  3686. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3687. "type": "tidelift"
  3688. }
  3689. ],
  3690. "time": "2020-10-23T14:02:19+00:00"
  3691. },
  3692. {
  3693. "name": "symfony/polyfill-intl-idn",
  3694. "version": "v1.20.0",
  3695. "source": {
  3696. "type": "git",
  3697. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3698. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
  3699. },
  3700. "dist": {
  3701. "type": "zip",
  3702. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
  3703. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
  3704. "shasum": ""
  3705. },
  3706. "require": {
  3707. "php": ">=7.1",
  3708. "symfony/polyfill-intl-normalizer": "^1.10",
  3709. "symfony/polyfill-php72": "^1.10"
  3710. },
  3711. "suggest": {
  3712. "ext-intl": "For best performance"
  3713. },
  3714. "type": "library",
  3715. "extra": {
  3716. "branch-alias": {
  3717. "dev-main": "1.20-dev"
  3718. },
  3719. "thanks": {
  3720. "name": "symfony/polyfill",
  3721. "url": "https://github.com/symfony/polyfill"
  3722. }
  3723. },
  3724. "autoload": {
  3725. "psr-4": {
  3726. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3727. },
  3728. "files": [
  3729. "bootstrap.php"
  3730. ]
  3731. },
  3732. "notification-url": "https://packagist.org/downloads/",
  3733. "license": [
  3734. "MIT"
  3735. ],
  3736. "authors": [
  3737. {
  3738. "name": "Laurent Bassin",
  3739. "email": "laurent@bassin.info"
  3740. },
  3741. {
  3742. "name": "Trevor Rowbotham",
  3743. "email": "trevor.rowbotham@pm.me"
  3744. },
  3745. {
  3746. "name": "Symfony Community",
  3747. "homepage": "https://symfony.com/contributors"
  3748. }
  3749. ],
  3750. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3751. "homepage": "https://symfony.com",
  3752. "keywords": [
  3753. "compatibility",
  3754. "idn",
  3755. "intl",
  3756. "polyfill",
  3757. "portable",
  3758. "shim"
  3759. ],
  3760. "support": {
  3761. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
  3762. },
  3763. "funding": [
  3764. {
  3765. "url": "https://symfony.com/sponsor",
  3766. "type": "custom"
  3767. },
  3768. {
  3769. "url": "https://github.com/fabpot",
  3770. "type": "github"
  3771. },
  3772. {
  3773. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3774. "type": "tidelift"
  3775. }
  3776. ],
  3777. "time": "2020-10-23T14:02:19+00:00"
  3778. },
  3779. {
  3780. "name": "symfony/polyfill-intl-normalizer",
  3781. "version": "v1.20.0",
  3782. "source": {
  3783. "type": "git",
  3784. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3785. "reference": "727d1096295d807c309fb01a851577302394c897"
  3786. },
  3787. "dist": {
  3788. "type": "zip",
  3789. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
  3790. "reference": "727d1096295d807c309fb01a851577302394c897",
  3791. "shasum": ""
  3792. },
  3793. "require": {
  3794. "php": ">=7.1"
  3795. },
  3796. "suggest": {
  3797. "ext-intl": "For best performance"
  3798. },
  3799. "type": "library",
  3800. "extra": {
  3801. "branch-alias": {
  3802. "dev-main": "1.20-dev"
  3803. },
  3804. "thanks": {
  3805. "name": "symfony/polyfill",
  3806. "url": "https://github.com/symfony/polyfill"
  3807. }
  3808. },
  3809. "autoload": {
  3810. "psr-4": {
  3811. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3812. },
  3813. "files": [
  3814. "bootstrap.php"
  3815. ],
  3816. "classmap": [
  3817. "Resources/stubs"
  3818. ]
  3819. },
  3820. "notification-url": "https://packagist.org/downloads/",
  3821. "license": [
  3822. "MIT"
  3823. ],
  3824. "authors": [
  3825. {
  3826. "name": "Nicolas Grekas",
  3827. "email": "p@tchwork.com"
  3828. },
  3829. {
  3830. "name": "Symfony Community",
  3831. "homepage": "https://symfony.com/contributors"
  3832. }
  3833. ],
  3834. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  3835. "homepage": "https://symfony.com",
  3836. "keywords": [
  3837. "compatibility",
  3838. "intl",
  3839. "normalizer",
  3840. "polyfill",
  3841. "portable",
  3842. "shim"
  3843. ],
  3844. "support": {
  3845. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
  3846. },
  3847. "funding": [
  3848. {
  3849. "url": "https://symfony.com/sponsor",
  3850. "type": "custom"
  3851. },
  3852. {
  3853. "url": "https://github.com/fabpot",
  3854. "type": "github"
  3855. },
  3856. {
  3857. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3858. "type": "tidelift"
  3859. }
  3860. ],
  3861. "time": "2020-10-23T14:02:19+00:00"
  3862. },
  3863. {
  3864. "name": "symfony/polyfill-mbstring",
  3865. "version": "v1.20.0",
  3866. "source": {
  3867. "type": "git",
  3868. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3869. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  3870. },
  3871. "dist": {
  3872. "type": "zip",
  3873. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  3874. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  3875. "shasum": ""
  3876. },
  3877. "require": {
  3878. "php": ">=7.1"
  3879. },
  3880. "suggest": {
  3881. "ext-mbstring": "For best performance"
  3882. },
  3883. "type": "library",
  3884. "extra": {
  3885. "branch-alias": {
  3886. "dev-main": "1.20-dev"
  3887. },
  3888. "thanks": {
  3889. "name": "symfony/polyfill",
  3890. "url": "https://github.com/symfony/polyfill"
  3891. }
  3892. },
  3893. "autoload": {
  3894. "psr-4": {
  3895. "Symfony\\Polyfill\\Mbstring\\": ""
  3896. },
  3897. "files": [
  3898. "bootstrap.php"
  3899. ]
  3900. },
  3901. "notification-url": "https://packagist.org/downloads/",
  3902. "license": [
  3903. "MIT"
  3904. ],
  3905. "authors": [
  3906. {
  3907. "name": "Nicolas Grekas",
  3908. "email": "p@tchwork.com"
  3909. },
  3910. {
  3911. "name": "Symfony Community",
  3912. "homepage": "https://symfony.com/contributors"
  3913. }
  3914. ],
  3915. "description": "Symfony polyfill for the Mbstring extension",
  3916. "homepage": "https://symfony.com",
  3917. "keywords": [
  3918. "compatibility",
  3919. "mbstring",
  3920. "polyfill",
  3921. "portable",
  3922. "shim"
  3923. ],
  3924. "support": {
  3925. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
  3926. },
  3927. "funding": [
  3928. {
  3929. "url": "https://symfony.com/sponsor",
  3930. "type": "custom"
  3931. },
  3932. {
  3933. "url": "https://github.com/fabpot",
  3934. "type": "github"
  3935. },
  3936. {
  3937. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3938. "type": "tidelift"
  3939. }
  3940. ],
  3941. "time": "2020-10-23T14:02:19+00:00"
  3942. },
  3943. {
  3944. "name": "symfony/polyfill-php72",
  3945. "version": "v1.20.0",
  3946. "source": {
  3947. "type": "git",
  3948. "url": "https://github.com/symfony/polyfill-php72.git",
  3949. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
  3950. },
  3951. "dist": {
  3952. "type": "zip",
  3953. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
  3954. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
  3955. "shasum": ""
  3956. },
  3957. "require": {
  3958. "php": ">=7.1"
  3959. },
  3960. "type": "library",
  3961. "extra": {
  3962. "branch-alias": {
  3963. "dev-main": "1.20-dev"
  3964. },
  3965. "thanks": {
  3966. "name": "symfony/polyfill",
  3967. "url": "https://github.com/symfony/polyfill"
  3968. }
  3969. },
  3970. "autoload": {
  3971. "psr-4": {
  3972. "Symfony\\Polyfill\\Php72\\": ""
  3973. },
  3974. "files": [
  3975. "bootstrap.php"
  3976. ]
  3977. },
  3978. "notification-url": "https://packagist.org/downloads/",
  3979. "license": [
  3980. "MIT"
  3981. ],
  3982. "authors": [
  3983. {
  3984. "name": "Nicolas Grekas",
  3985. "email": "p@tchwork.com"
  3986. },
  3987. {
  3988. "name": "Symfony Community",
  3989. "homepage": "https://symfony.com/contributors"
  3990. }
  3991. ],
  3992. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3993. "homepage": "https://symfony.com",
  3994. "keywords": [
  3995. "compatibility",
  3996. "polyfill",
  3997. "portable",
  3998. "shim"
  3999. ],
  4000. "support": {
  4001. "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
  4002. },
  4003. "funding": [
  4004. {
  4005. "url": "https://symfony.com/sponsor",
  4006. "type": "custom"
  4007. },
  4008. {
  4009. "url": "https://github.com/fabpot",
  4010. "type": "github"
  4011. },
  4012. {
  4013. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4014. "type": "tidelift"
  4015. }
  4016. ],
  4017. "time": "2020-10-23T14:02:19+00:00"
  4018. },
  4019. {
  4020. "name": "symfony/polyfill-php73",
  4021. "version": "v1.20.0",
  4022. "source": {
  4023. "type": "git",
  4024. "url": "https://github.com/symfony/polyfill-php73.git",
  4025. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
  4026. },
  4027. "dist": {
  4028. "type": "zip",
  4029. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
  4030. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
  4031. "shasum": ""
  4032. },
  4033. "require": {
  4034. "php": ">=7.1"
  4035. },
  4036. "type": "library",
  4037. "extra": {
  4038. "branch-alias": {
  4039. "dev-main": "1.20-dev"
  4040. },
  4041. "thanks": {
  4042. "name": "symfony/polyfill",
  4043. "url": "https://github.com/symfony/polyfill"
  4044. }
  4045. },
  4046. "autoload": {
  4047. "psr-4": {
  4048. "Symfony\\Polyfill\\Php73\\": ""
  4049. },
  4050. "files": [
  4051. "bootstrap.php"
  4052. ],
  4053. "classmap": [
  4054. "Resources/stubs"
  4055. ]
  4056. },
  4057. "notification-url": "https://packagist.org/downloads/",
  4058. "license": [
  4059. "MIT"
  4060. ],
  4061. "authors": [
  4062. {
  4063. "name": "Nicolas Grekas",
  4064. "email": "p@tchwork.com"
  4065. },
  4066. {
  4067. "name": "Symfony Community",
  4068. "homepage": "https://symfony.com/contributors"
  4069. }
  4070. ],
  4071. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  4072. "homepage": "https://symfony.com",
  4073. "keywords": [
  4074. "compatibility",
  4075. "polyfill",
  4076. "portable",
  4077. "shim"
  4078. ],
  4079. "support": {
  4080. "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
  4081. },
  4082. "funding": [
  4083. {
  4084. "url": "https://symfony.com/sponsor",
  4085. "type": "custom"
  4086. },
  4087. {
  4088. "url": "https://github.com/fabpot",
  4089. "type": "github"
  4090. },
  4091. {
  4092. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4093. "type": "tidelift"
  4094. }
  4095. ],
  4096. "time": "2020-10-23T14:02:19+00:00"
  4097. },
  4098. {
  4099. "name": "symfony/polyfill-php80",
  4100. "version": "v1.20.0",
  4101. "source": {
  4102. "type": "git",
  4103. "url": "https://github.com/symfony/polyfill-php80.git",
  4104. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
  4105. },
  4106. "dist": {
  4107. "type": "zip",
  4108. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  4109. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  4110. "shasum": ""
  4111. },
  4112. "require": {
  4113. "php": ">=7.1"
  4114. },
  4115. "type": "library",
  4116. "extra": {
  4117. "branch-alias": {
  4118. "dev-main": "1.20-dev"
  4119. },
  4120. "thanks": {
  4121. "name": "symfony/polyfill",
  4122. "url": "https://github.com/symfony/polyfill"
  4123. }
  4124. },
  4125. "autoload": {
  4126. "psr-4": {
  4127. "Symfony\\Polyfill\\Php80\\": ""
  4128. },
  4129. "files": [
  4130. "bootstrap.php"
  4131. ],
  4132. "classmap": [
  4133. "Resources/stubs"
  4134. ]
  4135. },
  4136. "notification-url": "https://packagist.org/downloads/",
  4137. "license": [
  4138. "MIT"
  4139. ],
  4140. "authors": [
  4141. {
  4142. "name": "Ion Bazan",
  4143. "email": "ion.bazan@gmail.com"
  4144. },
  4145. {
  4146. "name": "Nicolas Grekas",
  4147. "email": "p@tchwork.com"
  4148. },
  4149. {
  4150. "name": "Symfony Community",
  4151. "homepage": "https://symfony.com/contributors"
  4152. }
  4153. ],
  4154. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4155. "homepage": "https://symfony.com",
  4156. "keywords": [
  4157. "compatibility",
  4158. "polyfill",
  4159. "portable",
  4160. "shim"
  4161. ],
  4162. "support": {
  4163. "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
  4164. },
  4165. "funding": [
  4166. {
  4167. "url": "https://symfony.com/sponsor",
  4168. "type": "custom"
  4169. },
  4170. {
  4171. "url": "https://github.com/fabpot",
  4172. "type": "github"
  4173. },
  4174. {
  4175. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4176. "type": "tidelift"
  4177. }
  4178. ],
  4179. "time": "2020-10-23T14:02:19+00:00"
  4180. },
  4181. {
  4182. "name": "symfony/process",
  4183. "version": "v5.2.1",
  4184. "source": {
  4185. "type": "git",
  4186. "url": "https://github.com/symfony/process.git",
  4187. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
  4188. },
  4189. "dist": {
  4190. "type": "zip",
  4191. "url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
  4192. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
  4193. "shasum": ""
  4194. },
  4195. "require": {
  4196. "php": ">=7.2.5",
  4197. "symfony/polyfill-php80": "^1.15"
  4198. },
  4199. "type": "library",
  4200. "autoload": {
  4201. "psr-4": {
  4202. "Symfony\\Component\\Process\\": ""
  4203. },
  4204. "exclude-from-classmap": [
  4205. "/Tests/"
  4206. ]
  4207. },
  4208. "notification-url": "https://packagist.org/downloads/",
  4209. "license": [
  4210. "MIT"
  4211. ],
  4212. "authors": [
  4213. {
  4214. "name": "Fabien Potencier",
  4215. "email": "fabien@symfony.com"
  4216. },
  4217. {
  4218. "name": "Symfony Community",
  4219. "homepage": "https://symfony.com/contributors"
  4220. }
  4221. ],
  4222. "description": "Symfony Process Component",
  4223. "homepage": "https://symfony.com",
  4224. "support": {
  4225. "source": "https://github.com/symfony/process/tree/v5.2.1"
  4226. },
  4227. "funding": [
  4228. {
  4229. "url": "https://symfony.com/sponsor",
  4230. "type": "custom"
  4231. },
  4232. {
  4233. "url": "https://github.com/fabpot",
  4234. "type": "github"
  4235. },
  4236. {
  4237. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4238. "type": "tidelift"
  4239. }
  4240. ],
  4241. "time": "2020-12-08T17:03:37+00:00"
  4242. },
  4243. {
  4244. "name": "symfony/service-contracts",
  4245. "version": "v2.2.0",
  4246. "source": {
  4247. "type": "git",
  4248. "url": "https://github.com/symfony/service-contracts.git",
  4249. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  4250. },
  4251. "dist": {
  4252. "type": "zip",
  4253. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  4254. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  4255. "shasum": ""
  4256. },
  4257. "require": {
  4258. "php": ">=7.2.5",
  4259. "psr/container": "^1.0"
  4260. },
  4261. "suggest": {
  4262. "symfony/service-implementation": ""
  4263. },
  4264. "type": "library",
  4265. "extra": {
  4266. "branch-alias": {
  4267. "dev-master": "2.2-dev"
  4268. },
  4269. "thanks": {
  4270. "name": "symfony/contracts",
  4271. "url": "https://github.com/symfony/contracts"
  4272. }
  4273. },
  4274. "autoload": {
  4275. "psr-4": {
  4276. "Symfony\\Contracts\\Service\\": ""
  4277. }
  4278. },
  4279. "notification-url": "https://packagist.org/downloads/",
  4280. "license": [
  4281. "MIT"
  4282. ],
  4283. "authors": [
  4284. {
  4285. "name": "Nicolas Grekas",
  4286. "email": "p@tchwork.com"
  4287. },
  4288. {
  4289. "name": "Symfony Community",
  4290. "homepage": "https://symfony.com/contributors"
  4291. }
  4292. ],
  4293. "description": "Generic abstractions related to writing services",
  4294. "homepage": "https://symfony.com",
  4295. "keywords": [
  4296. "abstractions",
  4297. "contracts",
  4298. "decoupling",
  4299. "interfaces",
  4300. "interoperability",
  4301. "standards"
  4302. ],
  4303. "support": {
  4304. "source": "https://github.com/symfony/service-contracts/tree/master"
  4305. },
  4306. "funding": [
  4307. {
  4308. "url": "https://symfony.com/sponsor",
  4309. "type": "custom"
  4310. },
  4311. {
  4312. "url": "https://github.com/fabpot",
  4313. "type": "github"
  4314. },
  4315. {
  4316. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4317. "type": "tidelift"
  4318. }
  4319. ],
  4320. "time": "2020-09-07T11:33:47+00:00"
  4321. },
  4322. {
  4323. "name": "symfony/string",
  4324. "version": "v5.2.1",
  4325. "source": {
  4326. "type": "git",
  4327. "url": "https://github.com/symfony/string.git",
  4328. "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
  4329. },
  4330. "dist": {
  4331. "type": "zip",
  4332. "url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
  4333. "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
  4334. "shasum": ""
  4335. },
  4336. "require": {
  4337. "php": ">=7.2.5",
  4338. "symfony/polyfill-ctype": "~1.8",
  4339. "symfony/polyfill-intl-grapheme": "~1.0",
  4340. "symfony/polyfill-intl-normalizer": "~1.0",
  4341. "symfony/polyfill-mbstring": "~1.0",
  4342. "symfony/polyfill-php80": "~1.15"
  4343. },
  4344. "require-dev": {
  4345. "symfony/error-handler": "^4.4|^5.0",
  4346. "symfony/http-client": "^4.4|^5.0",
  4347. "symfony/translation-contracts": "^1.1|^2",
  4348. "symfony/var-exporter": "^4.4|^5.0"
  4349. },
  4350. "type": "library",
  4351. "autoload": {
  4352. "psr-4": {
  4353. "Symfony\\Component\\String\\": ""
  4354. },
  4355. "files": [
  4356. "Resources/functions.php"
  4357. ],
  4358. "exclude-from-classmap": [
  4359. "/Tests/"
  4360. ]
  4361. },
  4362. "notification-url": "https://packagist.org/downloads/",
  4363. "license": [
  4364. "MIT"
  4365. ],
  4366. "authors": [
  4367. {
  4368. "name": "Nicolas Grekas",
  4369. "email": "p@tchwork.com"
  4370. },
  4371. {
  4372. "name": "Symfony Community",
  4373. "homepage": "https://symfony.com/contributors"
  4374. }
  4375. ],
  4376. "description": "Symfony String component",
  4377. "homepage": "https://symfony.com",
  4378. "keywords": [
  4379. "grapheme",
  4380. "i18n",
  4381. "string",
  4382. "unicode",
  4383. "utf-8",
  4384. "utf8"
  4385. ],
  4386. "support": {
  4387. "source": "https://github.com/symfony/string/tree/v5.2.1"
  4388. },
  4389. "funding": [
  4390. {
  4391. "url": "https://symfony.com/sponsor",
  4392. "type": "custom"
  4393. },
  4394. {
  4395. "url": "https://github.com/fabpot",
  4396. "type": "github"
  4397. },
  4398. {
  4399. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4400. "type": "tidelift"
  4401. }
  4402. ],
  4403. "time": "2020-12-05T07:33:16+00:00"
  4404. },
  4405. {
  4406. "name": "symfony/translation",
  4407. "version": "v5.2.1",
  4408. "source": {
  4409. "type": "git",
  4410. "url": "https://github.com/symfony/translation.git",
  4411. "reference": "a04209ba0d1391c828e5b2373181dac63c52ee70"
  4412. },
  4413. "dist": {
  4414. "type": "zip",
  4415. "url": "https://api.github.com/repos/symfony/translation/zipball/a04209ba0d1391c828e5b2373181dac63c52ee70",
  4416. "reference": "a04209ba0d1391c828e5b2373181dac63c52ee70",
  4417. "shasum": ""
  4418. },
  4419. "require": {
  4420. "php": ">=7.2.5",
  4421. "symfony/polyfill-mbstring": "~1.0",
  4422. "symfony/polyfill-php80": "^1.15",
  4423. "symfony/translation-contracts": "^2.3"
  4424. },
  4425. "conflict": {
  4426. "symfony/config": "<4.4",
  4427. "symfony/dependency-injection": "<5.0",
  4428. "symfony/http-kernel": "<5.0",
  4429. "symfony/twig-bundle": "<5.0",
  4430. "symfony/yaml": "<4.4"
  4431. },
  4432. "provide": {
  4433. "symfony/translation-implementation": "2.0"
  4434. },
  4435. "require-dev": {
  4436. "psr/log": "~1.0",
  4437. "symfony/config": "^4.4|^5.0",
  4438. "symfony/console": "^4.4|^5.0",
  4439. "symfony/dependency-injection": "^5.0",
  4440. "symfony/finder": "^4.4|^5.0",
  4441. "symfony/http-kernel": "^5.0",
  4442. "symfony/intl": "^4.4|^5.0",
  4443. "symfony/service-contracts": "^1.1.2|^2",
  4444. "symfony/yaml": "^4.4|^5.0"
  4445. },
  4446. "suggest": {
  4447. "psr/log-implementation": "To use logging capability in translator",
  4448. "symfony/config": "",
  4449. "symfony/yaml": ""
  4450. },
  4451. "type": "library",
  4452. "autoload": {
  4453. "files": [
  4454. "Resources/functions.php"
  4455. ],
  4456. "psr-4": {
  4457. "Symfony\\Component\\Translation\\": ""
  4458. },
  4459. "exclude-from-classmap": [
  4460. "/Tests/"
  4461. ]
  4462. },
  4463. "notification-url": "https://packagist.org/downloads/",
  4464. "license": [
  4465. "MIT"
  4466. ],
  4467. "authors": [
  4468. {
  4469. "name": "Fabien Potencier",
  4470. "email": "fabien@symfony.com"
  4471. },
  4472. {
  4473. "name": "Symfony Community",
  4474. "homepage": "https://symfony.com/contributors"
  4475. }
  4476. ],
  4477. "description": "Symfony Translation Component",
  4478. "homepage": "https://symfony.com",
  4479. "support": {
  4480. "source": "https://github.com/symfony/translation/tree/v5.2.1"
  4481. },
  4482. "funding": [
  4483. {
  4484. "url": "https://symfony.com/sponsor",
  4485. "type": "custom"
  4486. },
  4487. {
  4488. "url": "https://github.com/fabpot",
  4489. "type": "github"
  4490. },
  4491. {
  4492. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4493. "type": "tidelift"
  4494. }
  4495. ],
  4496. "time": "2020-12-08T17:03:37+00:00"
  4497. },
  4498. {
  4499. "name": "symfony/translation-contracts",
  4500. "version": "v2.3.0",
  4501. "source": {
  4502. "type": "git",
  4503. "url": "https://github.com/symfony/translation-contracts.git",
  4504. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
  4505. },
  4506. "dist": {
  4507. "type": "zip",
  4508. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  4509. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  4510. "shasum": ""
  4511. },
  4512. "require": {
  4513. "php": ">=7.2.5"
  4514. },
  4515. "suggest": {
  4516. "symfony/translation-implementation": ""
  4517. },
  4518. "type": "library",
  4519. "extra": {
  4520. "branch-alias": {
  4521. "dev-master": "2.3-dev"
  4522. },
  4523. "thanks": {
  4524. "name": "symfony/contracts",
  4525. "url": "https://github.com/symfony/contracts"
  4526. }
  4527. },
  4528. "autoload": {
  4529. "psr-4": {
  4530. "Symfony\\Contracts\\Translation\\": ""
  4531. }
  4532. },
  4533. "notification-url": "https://packagist.org/downloads/",
  4534. "license": [
  4535. "MIT"
  4536. ],
  4537. "authors": [
  4538. {
  4539. "name": "Nicolas Grekas",
  4540. "email": "p@tchwork.com"
  4541. },
  4542. {
  4543. "name": "Symfony Community",
  4544. "homepage": "https://symfony.com/contributors"
  4545. }
  4546. ],
  4547. "description": "Generic abstractions related to translation",
  4548. "homepage": "https://symfony.com",
  4549. "keywords": [
  4550. "abstractions",
  4551. "contracts",
  4552. "decoupling",
  4553. "interfaces",
  4554. "interoperability",
  4555. "standards"
  4556. ],
  4557. "support": {
  4558. "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
  4559. },
  4560. "funding": [
  4561. {
  4562. "url": "https://symfony.com/sponsor",
  4563. "type": "custom"
  4564. },
  4565. {
  4566. "url": "https://github.com/fabpot",
  4567. "type": "github"
  4568. },
  4569. {
  4570. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4571. "type": "tidelift"
  4572. }
  4573. ],
  4574. "time": "2020-09-28T13:05:58+00:00"
  4575. },
  4576. {
  4577. "name": "symfony/var-dumper",
  4578. "version": "v5.2.1",
  4579. "source": {
  4580. "type": "git",
  4581. "url": "https://github.com/symfony/var-dumper.git",
  4582. "reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089"
  4583. },
  4584. "dist": {
  4585. "type": "zip",
  4586. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
  4587. "reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
  4588. "shasum": ""
  4589. },
  4590. "require": {
  4591. "php": ">=7.2.5",
  4592. "symfony/polyfill-mbstring": "~1.0",
  4593. "symfony/polyfill-php80": "^1.15"
  4594. },
  4595. "conflict": {
  4596. "phpunit/phpunit": "<5.4.3",
  4597. "symfony/console": "<4.4"
  4598. },
  4599. "require-dev": {
  4600. "ext-iconv": "*",
  4601. "symfony/console": "^4.4|^5.0",
  4602. "symfony/process": "^4.4|^5.0",
  4603. "twig/twig": "^2.4|^3.0"
  4604. },
  4605. "suggest": {
  4606. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4607. "ext-intl": "To show region name in time zone dump",
  4608. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4609. },
  4610. "bin": [
  4611. "Resources/bin/var-dump-server"
  4612. ],
  4613. "type": "library",
  4614. "autoload": {
  4615. "files": [
  4616. "Resources/functions/dump.php"
  4617. ],
  4618. "psr-4": {
  4619. "Symfony\\Component\\VarDumper\\": ""
  4620. },
  4621. "exclude-from-classmap": [
  4622. "/Tests/"
  4623. ]
  4624. },
  4625. "notification-url": "https://packagist.org/downloads/",
  4626. "license": [
  4627. "MIT"
  4628. ],
  4629. "authors": [
  4630. {
  4631. "name": "Nicolas Grekas",
  4632. "email": "p@tchwork.com"
  4633. },
  4634. {
  4635. "name": "Symfony Community",
  4636. "homepage": "https://symfony.com/contributors"
  4637. }
  4638. ],
  4639. "description": "Symfony mechanism for exploring and dumping PHP variables",
  4640. "homepage": "https://symfony.com",
  4641. "keywords": [
  4642. "debug",
  4643. "dump"
  4644. ],
  4645. "support": {
  4646. "source": "https://github.com/symfony/var-dumper/tree/v5.2.1"
  4647. },
  4648. "funding": [
  4649. {
  4650. "url": "https://symfony.com/sponsor",
  4651. "type": "custom"
  4652. },
  4653. {
  4654. "url": "https://github.com/fabpot",
  4655. "type": "github"
  4656. },
  4657. {
  4658. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4659. "type": "tidelift"
  4660. }
  4661. ],
  4662. "time": "2020-12-16T17:02:19+00:00"
  4663. },
  4664. {
  4665. "name": "vlucas/phpdotenv",
  4666. "version": "v5.2.0",
  4667. "source": {
  4668. "type": "git",
  4669. "url": "https://github.com/vlucas/phpdotenv.git",
  4670. "reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
  4671. },
  4672. "dist": {
  4673. "type": "zip",
  4674. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
  4675. "reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
  4676. "shasum": ""
  4677. },
  4678. "require": {
  4679. "ext-pcre": "*",
  4680. "graham-campbell/result-type": "^1.0.1",
  4681. "php": "^7.1.3 || ^8.0",
  4682. "phpoption/phpoption": "^1.7.4",
  4683. "symfony/polyfill-ctype": "^1.17",
  4684. "symfony/polyfill-mbstring": "^1.17",
  4685. "symfony/polyfill-php80": "^1.17"
  4686. },
  4687. "require-dev": {
  4688. "bamarni/composer-bin-plugin": "^1.4.1",
  4689. "ext-filter": "*",
  4690. "phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
  4691. },
  4692. "suggest": {
  4693. "ext-filter": "Required to use the boolean validator."
  4694. },
  4695. "type": "library",
  4696. "extra": {
  4697. "branch-alias": {
  4698. "dev-master": "5.2-dev"
  4699. }
  4700. },
  4701. "autoload": {
  4702. "psr-4": {
  4703. "Dotenv\\": "src/"
  4704. }
  4705. },
  4706. "notification-url": "https://packagist.org/downloads/",
  4707. "license": [
  4708. "BSD-3-Clause"
  4709. ],
  4710. "authors": [
  4711. {
  4712. "name": "Graham Campbell",
  4713. "email": "graham@alt-three.com",
  4714. "homepage": "https://gjcampbell.co.uk/"
  4715. },
  4716. {
  4717. "name": "Vance Lucas",
  4718. "email": "vance@vancelucas.com",
  4719. "homepage": "https://vancelucas.com/"
  4720. }
  4721. ],
  4722. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4723. "keywords": [
  4724. "dotenv",
  4725. "env",
  4726. "environment"
  4727. ],
  4728. "support": {
  4729. "issues": "https://github.com/vlucas/phpdotenv/issues",
  4730. "source": "https://github.com/vlucas/phpdotenv/tree/v5.2.0"
  4731. },
  4732. "funding": [
  4733. {
  4734. "url": "https://github.com/GrahamCampbell",
  4735. "type": "github"
  4736. },
  4737. {
  4738. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  4739. "type": "tidelift"
  4740. }
  4741. ],
  4742. "time": "2020-09-14T15:57:31+00:00"
  4743. },
  4744. {
  4745. "name": "voku/portable-ascii",
  4746. "version": "1.5.6",
  4747. "source": {
  4748. "type": "git",
  4749. "url": "https://github.com/voku/portable-ascii.git",
  4750. "reference": "80953678b19901e5165c56752d087fc11526017c"
  4751. },
  4752. "dist": {
  4753. "type": "zip",
  4754. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
  4755. "reference": "80953678b19901e5165c56752d087fc11526017c",
  4756. "shasum": ""
  4757. },
  4758. "require": {
  4759. "php": ">=7.0.0"
  4760. },
  4761. "require-dev": {
  4762. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  4763. },
  4764. "suggest": {
  4765. "ext-intl": "Use Intl for transliterator_transliterate() support"
  4766. },
  4767. "type": "library",
  4768. "autoload": {
  4769. "psr-4": {
  4770. "voku\\": "src/voku/"
  4771. }
  4772. },
  4773. "notification-url": "https://packagist.org/downloads/",
  4774. "license": [
  4775. "MIT"
  4776. ],
  4777. "authors": [
  4778. {
  4779. "name": "Lars Moelleken",
  4780. "homepage": "http://www.moelleken.org/"
  4781. }
  4782. ],
  4783. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  4784. "homepage": "https://github.com/voku/portable-ascii",
  4785. "keywords": [
  4786. "ascii",
  4787. "clean",
  4788. "php"
  4789. ],
  4790. "support": {
  4791. "issues": "https://github.com/voku/portable-ascii/issues",
  4792. "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
  4793. },
  4794. "funding": [
  4795. {
  4796. "url": "https://www.paypal.me/moelleken",
  4797. "type": "custom"
  4798. },
  4799. {
  4800. "url": "https://github.com/voku",
  4801. "type": "github"
  4802. },
  4803. {
  4804. "url": "https://opencollective.com/portable-ascii",
  4805. "type": "open_collective"
  4806. },
  4807. {
  4808. "url": "https://www.patreon.com/voku",
  4809. "type": "patreon"
  4810. },
  4811. {
  4812. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  4813. "type": "tidelift"
  4814. }
  4815. ],
  4816. "time": "2020-11-12T00:07:28+00:00"
  4817. },
  4818. {
  4819. "name": "webmozart/assert",
  4820. "version": "1.9.1",
  4821. "source": {
  4822. "type": "git",
  4823. "url": "https://github.com/webmozart/assert.git",
  4824. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  4825. },
  4826. "dist": {
  4827. "type": "zip",
  4828. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  4829. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  4830. "shasum": ""
  4831. },
  4832. "require": {
  4833. "php": "^5.3.3 || ^7.0 || ^8.0",
  4834. "symfony/polyfill-ctype": "^1.8"
  4835. },
  4836. "conflict": {
  4837. "phpstan/phpstan": "<0.12.20",
  4838. "vimeo/psalm": "<3.9.1"
  4839. },
  4840. "require-dev": {
  4841. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  4842. },
  4843. "type": "library",
  4844. "autoload": {
  4845. "psr-4": {
  4846. "Webmozart\\Assert\\": "src/"
  4847. }
  4848. },
  4849. "notification-url": "https://packagist.org/downloads/",
  4850. "license": [
  4851. "MIT"
  4852. ],
  4853. "authors": [
  4854. {
  4855. "name": "Bernhard Schussek",
  4856. "email": "bschussek@gmail.com"
  4857. }
  4858. ],
  4859. "description": "Assertions to validate method input/output with nice error messages.",
  4860. "keywords": [
  4861. "assert",
  4862. "check",
  4863. "validate"
  4864. ],
  4865. "support": {
  4866. "issues": "https://github.com/webmozart/assert/issues",
  4867. "source": "https://github.com/webmozart/assert/tree/master"
  4868. },
  4869. "time": "2020-07-08T17:02:28+00:00"
  4870. }
  4871. ],
  4872. "packages-dev": [
  4873. {
  4874. "name": "barryvdh/laravel-debugbar",
  4875. "version": "v3.5.1",
  4876. "source": {
  4877. "type": "git",
  4878. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  4879. "reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc"
  4880. },
  4881. "dist": {
  4882. "type": "zip",
  4883. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/233c10688f4c1a6e66ed2ef123038b1363d1bedc",
  4884. "reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc",
  4885. "shasum": ""
  4886. },
  4887. "require": {
  4888. "illuminate/routing": "^6|^7|^8",
  4889. "illuminate/session": "^6|^7|^8",
  4890. "illuminate/support": "^6|^7|^8",
  4891. "maximebf/debugbar": "^1.16.3",
  4892. "php": ">=7.2",
  4893. "symfony/debug": "^4.3|^5",
  4894. "symfony/finder": "^4.3|^5"
  4895. },
  4896. "require-dev": {
  4897. "orchestra/testbench-dusk": "^4|^5|^6",
  4898. "phpunit/phpunit": "^8.5|^9.0",
  4899. "squizlabs/php_codesniffer": "^3.5"
  4900. },
  4901. "type": "library",
  4902. "extra": {
  4903. "branch-alias": {
  4904. "dev-master": "3.5-dev"
  4905. },
  4906. "laravel": {
  4907. "providers": [
  4908. "Barryvdh\\Debugbar\\ServiceProvider"
  4909. ],
  4910. "aliases": {
  4911. "Debugbar": "Barryvdh\\Debugbar\\Facade"
  4912. }
  4913. }
  4914. },
  4915. "autoload": {
  4916. "psr-4": {
  4917. "Barryvdh\\Debugbar\\": "src/"
  4918. },
  4919. "files": [
  4920. "src/helpers.php"
  4921. ]
  4922. },
  4923. "notification-url": "https://packagist.org/downloads/",
  4924. "license": [
  4925. "MIT"
  4926. ],
  4927. "authors": [
  4928. {
  4929. "name": "Barry vd. Heuvel",
  4930. "email": "barryvdh@gmail.com"
  4931. }
  4932. ],
  4933. "description": "PHP Debugbar integration for Laravel",
  4934. "keywords": [
  4935. "debug",
  4936. "debugbar",
  4937. "laravel",
  4938. "profiler",
  4939. "webprofiler"
  4940. ],
  4941. "support": {
  4942. "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
  4943. "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.5.1"
  4944. },
  4945. "funding": [
  4946. {
  4947. "url": "https://github.com/barryvdh",
  4948. "type": "github"
  4949. }
  4950. ],
  4951. "time": "2020-09-07T19:32:39+00:00"
  4952. },
  4953. {
  4954. "name": "deployer/deployer",
  4955. "version": "v6.8.0",
  4956. "source": {
  4957. "type": "git",
  4958. "url": "https://github.com/deployphp/deployer.git",
  4959. "reference": "4e243a64ed61e779fbb31c5a74e258a8e52fdaff"
  4960. },
  4961. "dist": {
  4962. "type": "zip",
  4963. "url": "https://api.github.com/repos/deployphp/deployer/zipball/4e243a64ed61e779fbb31c5a74e258a8e52fdaff",
  4964. "reference": "4e243a64ed61e779fbb31c5a74e258a8e52fdaff",
  4965. "shasum": ""
  4966. },
  4967. "require": {
  4968. "deployer/phar-update": "~2.2",
  4969. "php": "^7.2",
  4970. "pimple/pimple": "~3.0",
  4971. "symfony/console": "~2.7|~3.0|~4.0|~5.0",
  4972. "symfony/process": "~2.7|~3.0|~4.0|~5.0",
  4973. "symfony/yaml": "~2.7|~3.0|~4.0|~5.0"
  4974. },
  4975. "require-dev": {
  4976. "phpunit/phpunit": "^8"
  4977. },
  4978. "bin": [
  4979. "bin/dep"
  4980. ],
  4981. "type": "library",
  4982. "autoload": {
  4983. "psr-4": {
  4984. "Deployer\\": "src/"
  4985. },
  4986. "files": [
  4987. "src/Support/helpers.php",
  4988. "src/functions.php"
  4989. ]
  4990. },
  4991. "notification-url": "https://packagist.org/downloads/",
  4992. "license": [
  4993. "MIT"
  4994. ],
  4995. "authors": [
  4996. {
  4997. "name": "Anton Medvedev",
  4998. "email": "anton@medv.io"
  4999. }
  5000. ],
  5001. "description": "Deployment Tool",
  5002. "homepage": "https://deployer.org",
  5003. "support": {
  5004. "docs": "https://deployer.org/docs",
  5005. "issues": "https://github.com/deployphp/deployer/issues",
  5006. "source": "https://github.com/deployphp/deployer"
  5007. },
  5008. "funding": [
  5009. {
  5010. "url": "https://github.com/antonmedv",
  5011. "type": "github"
  5012. },
  5013. {
  5014. "url": "https://www.patreon.com/deployer",
  5015. "type": "patreon"
  5016. }
  5017. ],
  5018. "time": "2020-04-25T16:05:31+00:00"
  5019. },
  5020. {
  5021. "name": "deployer/phar-update",
  5022. "version": "v2.2.0",
  5023. "source": {
  5024. "type": "git",
  5025. "url": "https://github.com/deployphp/phar-update.git",
  5026. "reference": "9ad07422f2cd43a1382ee8e134bdcd3a374848e3"
  5027. },
  5028. "dist": {
  5029. "type": "zip",
  5030. "url": "https://api.github.com/repos/deployphp/phar-update/zipball/9ad07422f2cd43a1382ee8e134bdcd3a374848e3",
  5031. "reference": "9ad07422f2cd43a1382ee8e134bdcd3a374848e3",
  5032. "shasum": ""
  5033. },
  5034. "require": {
  5035. "php": ">=5.3.3",
  5036. "symfony/console": "~2.7|~3.0|~4.0|~5.0"
  5037. },
  5038. "require-dev": {
  5039. "mikey179/vfsstream": "1.1.0",
  5040. "phpunit/phpunit": "3.7.*",
  5041. "symfony/process": "~2.7|~3.0|~4.0|~5.0"
  5042. },
  5043. "type": "library",
  5044. "autoload": {
  5045. "psr-4": {
  5046. "Deployer\\Component\\PharUpdate\\": "src/",
  5047. "Deployer\\Component\\PHPUnit\\": "src/PHPUnit/",
  5048. "Deployer\\Component\\Version\\": "src/Version/"
  5049. }
  5050. },
  5051. "notification-url": "https://packagist.org/downloads/",
  5052. "license": [
  5053. "MIT"
  5054. ],
  5055. "authors": [
  5056. {
  5057. "name": "Kevin Herrera",
  5058. "email": "kevin@herrera.io",
  5059. "homepage": "http://kevin.herrera.io"
  5060. },
  5061. {
  5062. "name": "Anton Medvedev",
  5063. "email": "anton@medv.io",
  5064. "homepage": "https://medv.io"
  5065. }
  5066. ],
  5067. "description": "Integrates Phar Update to Symfony Console.",
  5068. "homepage": "https://github.com/deployphp/phar-update",
  5069. "keywords": [
  5070. "console",
  5071. "phar",
  5072. "update"
  5073. ],
  5074. "support": {
  5075. "issues": "https://github.com/deployphp/phar-update/issues",
  5076. "source": "https://github.com/deployphp/phar-update/tree/v2.2.0"
  5077. },
  5078. "abandoned": true,
  5079. "time": "2019-12-12T13:45:57+00:00"
  5080. },
  5081. {
  5082. "name": "doctrine/instantiator",
  5083. "version": "1.4.0",
  5084. "source": {
  5085. "type": "git",
  5086. "url": "https://github.com/doctrine/instantiator.git",
  5087. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  5088. },
  5089. "dist": {
  5090. "type": "zip",
  5091. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  5092. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  5093. "shasum": ""
  5094. },
  5095. "require": {
  5096. "php": "^7.1 || ^8.0"
  5097. },
  5098. "require-dev": {
  5099. "doctrine/coding-standard": "^8.0",
  5100. "ext-pdo": "*",
  5101. "ext-phar": "*",
  5102. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  5103. "phpstan/phpstan": "^0.12",
  5104. "phpstan/phpstan-phpunit": "^0.12",
  5105. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  5106. },
  5107. "type": "library",
  5108. "autoload": {
  5109. "psr-4": {
  5110. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  5111. }
  5112. },
  5113. "notification-url": "https://packagist.org/downloads/",
  5114. "license": [
  5115. "MIT"
  5116. ],
  5117. "authors": [
  5118. {
  5119. "name": "Marco Pivetta",
  5120. "email": "ocramius@gmail.com",
  5121. "homepage": "https://ocramius.github.io/"
  5122. }
  5123. ],
  5124. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  5125. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  5126. "keywords": [
  5127. "constructor",
  5128. "instantiate"
  5129. ],
  5130. "support": {
  5131. "issues": "https://github.com/doctrine/instantiator/issues",
  5132. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  5133. },
  5134. "funding": [
  5135. {
  5136. "url": "https://www.doctrine-project.org/sponsorship.html",
  5137. "type": "custom"
  5138. },
  5139. {
  5140. "url": "https://www.patreon.com/phpdoctrine",
  5141. "type": "patreon"
  5142. },
  5143. {
  5144. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  5145. "type": "tidelift"
  5146. }
  5147. ],
  5148. "time": "2020-11-10T18:47:58+00:00"
  5149. },
  5150. {
  5151. "name": "fakerphp/faker",
  5152. "version": "v1.13.0",
  5153. "source": {
  5154. "type": "git",
  5155. "url": "https://github.com/FakerPHP/Faker.git",
  5156. "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913"
  5157. },
  5158. "dist": {
  5159. "type": "zip",
  5160. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913",
  5161. "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913",
  5162. "shasum": ""
  5163. },
  5164. "require": {
  5165. "php": "^7.1 || ^8.0"
  5166. },
  5167. "conflict": {
  5168. "fzaninotto/faker": "*"
  5169. },
  5170. "require-dev": {
  5171. "bamarni/composer-bin-plugin": "^1.4.1",
  5172. "ext-intl": "*",
  5173. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
  5174. },
  5175. "type": "library",
  5176. "autoload": {
  5177. "psr-4": {
  5178. "Faker\\": "src/Faker/"
  5179. }
  5180. },
  5181. "notification-url": "https://packagist.org/downloads/",
  5182. "license": [
  5183. "MIT"
  5184. ],
  5185. "authors": [
  5186. {
  5187. "name": "François Zaninotto"
  5188. }
  5189. ],
  5190. "description": "Faker is a PHP library that generates fake data for you.",
  5191. "keywords": [
  5192. "data",
  5193. "faker",
  5194. "fixtures"
  5195. ],
  5196. "support": {
  5197. "issues": "https://github.com/FakerPHP/Faker/issues",
  5198. "source": "https://github.com/FakerPHP/Faker/tree/v1.13.0"
  5199. },
  5200. "time": "2020-12-18T16:50:48+00:00"
  5201. },
  5202. {
  5203. "name": "hamcrest/hamcrest-php",
  5204. "version": "v2.0.1",
  5205. "source": {
  5206. "type": "git",
  5207. "url": "https://github.com/hamcrest/hamcrest-php.git",
  5208. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  5209. },
  5210. "dist": {
  5211. "type": "zip",
  5212. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5213. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5214. "shasum": ""
  5215. },
  5216. "require": {
  5217. "php": "^5.3|^7.0|^8.0"
  5218. },
  5219. "replace": {
  5220. "cordoval/hamcrest-php": "*",
  5221. "davedevelopment/hamcrest-php": "*",
  5222. "kodova/hamcrest-php": "*"
  5223. },
  5224. "require-dev": {
  5225. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  5226. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  5227. },
  5228. "type": "library",
  5229. "extra": {
  5230. "branch-alias": {
  5231. "dev-master": "2.1-dev"
  5232. }
  5233. },
  5234. "autoload": {
  5235. "classmap": [
  5236. "hamcrest"
  5237. ]
  5238. },
  5239. "notification-url": "https://packagist.org/downloads/",
  5240. "license": [
  5241. "BSD-3-Clause"
  5242. ],
  5243. "description": "This is the PHP port of Hamcrest Matchers",
  5244. "keywords": [
  5245. "test"
  5246. ],
  5247. "support": {
  5248. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  5249. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  5250. },
  5251. "time": "2020-07-09T08:09:16+00:00"
  5252. },
  5253. {
  5254. "name": "illuminate/routing",
  5255. "version": "v8.20.1",
  5256. "source": {
  5257. "type": "git",
  5258. "url": "https://github.com/illuminate/routing.git",
  5259. "reference": "5436058890dae338a07997c5a3b7088f6e6ac7ab"
  5260. },
  5261. "dist": {
  5262. "type": "zip",
  5263. "url": "https://api.github.com/repos/illuminate/routing/zipball/5436058890dae338a07997c5a3b7088f6e6ac7ab",
  5264. "reference": "5436058890dae338a07997c5a3b7088f6e6ac7ab",
  5265. "shasum": ""
  5266. },
  5267. "require": {
  5268. "ext-json": "*",
  5269. "illuminate/collections": "^8.0",
  5270. "illuminate/container": "^8.0",
  5271. "illuminate/contracts": "^8.0",
  5272. "illuminate/http": "^8.0",
  5273. "illuminate/macroable": "^8.0",
  5274. "illuminate/pipeline": "^8.0",
  5275. "illuminate/session": "^8.0",
  5276. "illuminate/support": "^8.0",
  5277. "php": "^7.3|^8.0",
  5278. "symfony/http-foundation": "^5.1.4",
  5279. "symfony/http-kernel": "^5.1.4",
  5280. "symfony/routing": "^5.1.4"
  5281. },
  5282. "suggest": {
  5283. "illuminate/console": "Required to use the make commands (^8.0).",
  5284. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  5285. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
  5286. },
  5287. "type": "library",
  5288. "extra": {
  5289. "branch-alias": {
  5290. "dev-master": "8.x-dev"
  5291. }
  5292. },
  5293. "autoload": {
  5294. "psr-4": {
  5295. "Illuminate\\Routing\\": ""
  5296. }
  5297. },
  5298. "notification-url": "https://packagist.org/downloads/",
  5299. "license": [
  5300. "MIT"
  5301. ],
  5302. "authors": [
  5303. {
  5304. "name": "Taylor Otwell",
  5305. "email": "taylor@laravel.com"
  5306. }
  5307. ],
  5308. "description": "The Illuminate Routing package.",
  5309. "homepage": "https://laravel.com",
  5310. "support": {
  5311. "issues": "https://github.com/laravel/framework/issues",
  5312. "source": "https://github.com/laravel/framework"
  5313. },
  5314. "time": "2020-12-08T17:15:16+00:00"
  5315. },
  5316. {
  5317. "name": "maximebf/debugbar",
  5318. "version": "v1.16.4",
  5319. "source": {
  5320. "type": "git",
  5321. "url": "https://github.com/maximebf/php-debugbar.git",
  5322. "reference": "c86c717e4bf3c6d98422da5c38bfa7b0f494b04c"
  5323. },
  5324. "dist": {
  5325. "type": "zip",
  5326. "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/c86c717e4bf3c6d98422da5c38bfa7b0f494b04c",
  5327. "reference": "c86c717e4bf3c6d98422da5c38bfa7b0f494b04c",
  5328. "shasum": ""
  5329. },
  5330. "require": {
  5331. "php": "^7.1|^8",
  5332. "psr/log": "^1.0",
  5333. "symfony/var-dumper": "^2.6|^3|^4|^5"
  5334. },
  5335. "require-dev": {
  5336. "phpunit/phpunit": "^7.5.20 || ^9.4.2"
  5337. },
  5338. "suggest": {
  5339. "kriswallsmith/assetic": "The best way to manage assets",
  5340. "monolog/monolog": "Log using Monolog",
  5341. "predis/predis": "Redis storage"
  5342. },
  5343. "type": "library",
  5344. "extra": {
  5345. "branch-alias": {
  5346. "dev-master": "1.16-dev"
  5347. }
  5348. },
  5349. "autoload": {
  5350. "psr-4": {
  5351. "DebugBar\\": "src/DebugBar/"
  5352. }
  5353. },
  5354. "notification-url": "https://packagist.org/downloads/",
  5355. "license": [
  5356. "MIT"
  5357. ],
  5358. "authors": [
  5359. {
  5360. "name": "Maxime Bouroumeau-Fuseau",
  5361. "email": "maxime.bouroumeau@gmail.com",
  5362. "homepage": "http://maximebf.com"
  5363. },
  5364. {
  5365. "name": "Barry vd. Heuvel",
  5366. "email": "barryvdh@gmail.com"
  5367. }
  5368. ],
  5369. "description": "Debug bar in the browser for php application",
  5370. "homepage": "https://github.com/maximebf/php-debugbar",
  5371. "keywords": [
  5372. "debug",
  5373. "debugbar"
  5374. ],
  5375. "support": {
  5376. "issues": "https://github.com/maximebf/php-debugbar/issues",
  5377. "source": "https://github.com/maximebf/php-debugbar/tree/v1.16.4"
  5378. },
  5379. "time": "2020-12-07T10:48:48+00:00"
  5380. },
  5381. {
  5382. "name": "mockery/mockery",
  5383. "version": "1.4.2",
  5384. "source": {
  5385. "type": "git",
  5386. "url": "https://github.com/mockery/mockery.git",
  5387. "reference": "20cab678faed06fac225193be281ea0fddb43b93"
  5388. },
  5389. "dist": {
  5390. "type": "zip",
  5391. "url": "https://api.github.com/repos/mockery/mockery/zipball/20cab678faed06fac225193be281ea0fddb43b93",
  5392. "reference": "20cab678faed06fac225193be281ea0fddb43b93",
  5393. "shasum": ""
  5394. },
  5395. "require": {
  5396. "hamcrest/hamcrest-php": "^2.0.1",
  5397. "lib-pcre": ">=7.0",
  5398. "php": "^7.3 || ^8.0"
  5399. },
  5400. "conflict": {
  5401. "phpunit/phpunit": "<8.0"
  5402. },
  5403. "require-dev": {
  5404. "phpunit/phpunit": "^8.5 || ^9.3"
  5405. },
  5406. "type": "library",
  5407. "extra": {
  5408. "branch-alias": {
  5409. "dev-master": "1.4.x-dev"
  5410. }
  5411. },
  5412. "autoload": {
  5413. "psr-0": {
  5414. "Mockery": "library/"
  5415. }
  5416. },
  5417. "notification-url": "https://packagist.org/downloads/",
  5418. "license": [
  5419. "BSD-3-Clause"
  5420. ],
  5421. "authors": [
  5422. {
  5423. "name": "Pádraic Brady",
  5424. "email": "padraic.brady@gmail.com",
  5425. "homepage": "http://blog.astrumfutura.com"
  5426. },
  5427. {
  5428. "name": "Dave Marshall",
  5429. "email": "dave.marshall@atstsolutions.co.uk",
  5430. "homepage": "http://davedevelopment.co.uk"
  5431. }
  5432. ],
  5433. "description": "Mockery is a simple yet flexible PHP mock object framework",
  5434. "homepage": "https://github.com/mockery/mockery",
  5435. "keywords": [
  5436. "BDD",
  5437. "TDD",
  5438. "library",
  5439. "mock",
  5440. "mock objects",
  5441. "mockery",
  5442. "stub",
  5443. "test",
  5444. "test double",
  5445. "testing"
  5446. ],
  5447. "support": {
  5448. "issues": "https://github.com/mockery/mockery/issues",
  5449. "source": "https://github.com/mockery/mockery/tree/master"
  5450. },
  5451. "time": "2020-08-11T18:10:13+00:00"
  5452. },
  5453. {
  5454. "name": "myclabs/deep-copy",
  5455. "version": "1.10.2",
  5456. "source": {
  5457. "type": "git",
  5458. "url": "https://github.com/myclabs/DeepCopy.git",
  5459. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  5460. },
  5461. "dist": {
  5462. "type": "zip",
  5463. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  5464. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  5465. "shasum": ""
  5466. },
  5467. "require": {
  5468. "php": "^7.1 || ^8.0"
  5469. },
  5470. "replace": {
  5471. "myclabs/deep-copy": "self.version"
  5472. },
  5473. "require-dev": {
  5474. "doctrine/collections": "^1.0",
  5475. "doctrine/common": "^2.6",
  5476. "phpunit/phpunit": "^7.1"
  5477. },
  5478. "type": "library",
  5479. "autoload": {
  5480. "psr-4": {
  5481. "DeepCopy\\": "src/DeepCopy/"
  5482. },
  5483. "files": [
  5484. "src/DeepCopy/deep_copy.php"
  5485. ]
  5486. },
  5487. "notification-url": "https://packagist.org/downloads/",
  5488. "license": [
  5489. "MIT"
  5490. ],
  5491. "description": "Create deep copies (clones) of your objects",
  5492. "keywords": [
  5493. "clone",
  5494. "copy",
  5495. "duplicate",
  5496. "object",
  5497. "object graph"
  5498. ],
  5499. "support": {
  5500. "issues": "https://github.com/myclabs/DeepCopy/issues",
  5501. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  5502. },
  5503. "funding": [
  5504. {
  5505. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  5506. "type": "tidelift"
  5507. }
  5508. ],
  5509. "time": "2020-11-13T09:40:50+00:00"
  5510. },
  5511. {
  5512. "name": "nikic/php-parser",
  5513. "version": "v4.10.4",
  5514. "source": {
  5515. "type": "git",
  5516. "url": "https://github.com/nikic/PHP-Parser.git",
  5517. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
  5518. },
  5519. "dist": {
  5520. "type": "zip",
  5521. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  5522. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  5523. "shasum": ""
  5524. },
  5525. "require": {
  5526. "ext-tokenizer": "*",
  5527. "php": ">=7.0"
  5528. },
  5529. "require-dev": {
  5530. "ircmaxell/php-yacc": "^0.0.7",
  5531. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  5532. },
  5533. "bin": [
  5534. "bin/php-parse"
  5535. ],
  5536. "type": "library",
  5537. "extra": {
  5538. "branch-alias": {
  5539. "dev-master": "4.9-dev"
  5540. }
  5541. },
  5542. "autoload": {
  5543. "psr-4": {
  5544. "PhpParser\\": "lib/PhpParser"
  5545. }
  5546. },
  5547. "notification-url": "https://packagist.org/downloads/",
  5548. "license": [
  5549. "BSD-3-Clause"
  5550. ],
  5551. "authors": [
  5552. {
  5553. "name": "Nikita Popov"
  5554. }
  5555. ],
  5556. "description": "A PHP parser written in PHP",
  5557. "keywords": [
  5558. "parser",
  5559. "php"
  5560. ],
  5561. "support": {
  5562. "issues": "https://github.com/nikic/PHP-Parser/issues",
  5563. "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
  5564. },
  5565. "time": "2020-12-20T10:01:03+00:00"
  5566. },
  5567. {
  5568. "name": "phar-io/manifest",
  5569. "version": "2.0.1",
  5570. "source": {
  5571. "type": "git",
  5572. "url": "https://github.com/phar-io/manifest.git",
  5573. "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
  5574. },
  5575. "dist": {
  5576. "type": "zip",
  5577. "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
  5578. "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
  5579. "shasum": ""
  5580. },
  5581. "require": {
  5582. "ext-dom": "*",
  5583. "ext-phar": "*",
  5584. "ext-xmlwriter": "*",
  5585. "phar-io/version": "^3.0.1",
  5586. "php": "^7.2 || ^8.0"
  5587. },
  5588. "type": "library",
  5589. "extra": {
  5590. "branch-alias": {
  5591. "dev-master": "2.0.x-dev"
  5592. }
  5593. },
  5594. "autoload": {
  5595. "classmap": [
  5596. "src/"
  5597. ]
  5598. },
  5599. "notification-url": "https://packagist.org/downloads/",
  5600. "license": [
  5601. "BSD-3-Clause"
  5602. ],
  5603. "authors": [
  5604. {
  5605. "name": "Arne Blankerts",
  5606. "email": "arne@blankerts.de",
  5607. "role": "Developer"
  5608. },
  5609. {
  5610. "name": "Sebastian Heuer",
  5611. "email": "sebastian@phpeople.de",
  5612. "role": "Developer"
  5613. },
  5614. {
  5615. "name": "Sebastian Bergmann",
  5616. "email": "sebastian@phpunit.de",
  5617. "role": "Developer"
  5618. }
  5619. ],
  5620. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  5621. "support": {
  5622. "issues": "https://github.com/phar-io/manifest/issues",
  5623. "source": "https://github.com/phar-io/manifest/tree/master"
  5624. },
  5625. "time": "2020-06-27T14:33:11+00:00"
  5626. },
  5627. {
  5628. "name": "phar-io/version",
  5629. "version": "3.0.4",
  5630. "source": {
  5631. "type": "git",
  5632. "url": "https://github.com/phar-io/version.git",
  5633. "reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
  5634. },
  5635. "dist": {
  5636. "type": "zip",
  5637. "url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
  5638. "reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
  5639. "shasum": ""
  5640. },
  5641. "require": {
  5642. "php": "^7.2 || ^8.0"
  5643. },
  5644. "type": "library",
  5645. "autoload": {
  5646. "classmap": [
  5647. "src/"
  5648. ]
  5649. },
  5650. "notification-url": "https://packagist.org/downloads/",
  5651. "license": [
  5652. "BSD-3-Clause"
  5653. ],
  5654. "authors": [
  5655. {
  5656. "name": "Arne Blankerts",
  5657. "email": "arne@blankerts.de",
  5658. "role": "Developer"
  5659. },
  5660. {
  5661. "name": "Sebastian Heuer",
  5662. "email": "sebastian@phpeople.de",
  5663. "role": "Developer"
  5664. },
  5665. {
  5666. "name": "Sebastian Bergmann",
  5667. "email": "sebastian@phpunit.de",
  5668. "role": "Developer"
  5669. }
  5670. ],
  5671. "description": "Library for handling version information and constraints",
  5672. "support": {
  5673. "issues": "https://github.com/phar-io/version/issues",
  5674. "source": "https://github.com/phar-io/version/tree/3.0.4"
  5675. },
  5676. "time": "2020-12-13T23:18:30+00:00"
  5677. },
  5678. {
  5679. "name": "phpdocumentor/reflection-common",
  5680. "version": "2.2.0",
  5681. "source": {
  5682. "type": "git",
  5683. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5684. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5685. },
  5686. "dist": {
  5687. "type": "zip",
  5688. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5689. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5690. "shasum": ""
  5691. },
  5692. "require": {
  5693. "php": "^7.2 || ^8.0"
  5694. },
  5695. "type": "library",
  5696. "extra": {
  5697. "branch-alias": {
  5698. "dev-2.x": "2.x-dev"
  5699. }
  5700. },
  5701. "autoload": {
  5702. "psr-4": {
  5703. "phpDocumentor\\Reflection\\": "src/"
  5704. }
  5705. },
  5706. "notification-url": "https://packagist.org/downloads/",
  5707. "license": [
  5708. "MIT"
  5709. ],
  5710. "authors": [
  5711. {
  5712. "name": "Jaap van Otterdijk",
  5713. "email": "opensource@ijaap.nl"
  5714. }
  5715. ],
  5716. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5717. "homepage": "http://www.phpdoc.org",
  5718. "keywords": [
  5719. "FQSEN",
  5720. "phpDocumentor",
  5721. "phpdoc",
  5722. "reflection",
  5723. "static analysis"
  5724. ],
  5725. "support": {
  5726. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  5727. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  5728. },
  5729. "time": "2020-06-27T09:03:43+00:00"
  5730. },
  5731. {
  5732. "name": "phpdocumentor/reflection-docblock",
  5733. "version": "5.2.2",
  5734. "source": {
  5735. "type": "git",
  5736. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5737. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  5738. },
  5739. "dist": {
  5740. "type": "zip",
  5741. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  5742. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  5743. "shasum": ""
  5744. },
  5745. "require": {
  5746. "ext-filter": "*",
  5747. "php": "^7.2 || ^8.0",
  5748. "phpdocumentor/reflection-common": "^2.2",
  5749. "phpdocumentor/type-resolver": "^1.3",
  5750. "webmozart/assert": "^1.9.1"
  5751. },
  5752. "require-dev": {
  5753. "mockery/mockery": "~1.3.2"
  5754. },
  5755. "type": "library",
  5756. "extra": {
  5757. "branch-alias": {
  5758. "dev-master": "5.x-dev"
  5759. }
  5760. },
  5761. "autoload": {
  5762. "psr-4": {
  5763. "phpDocumentor\\Reflection\\": "src"
  5764. }
  5765. },
  5766. "notification-url": "https://packagist.org/downloads/",
  5767. "license": [
  5768. "MIT"
  5769. ],
  5770. "authors": [
  5771. {
  5772. "name": "Mike van Riel",
  5773. "email": "me@mikevanriel.com"
  5774. },
  5775. {
  5776. "name": "Jaap van Otterdijk",
  5777. "email": "account@ijaap.nl"
  5778. }
  5779. ],
  5780. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5781. "support": {
  5782. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  5783. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
  5784. },
  5785. "time": "2020-09-03T19:13:55+00:00"
  5786. },
  5787. {
  5788. "name": "phpdocumentor/type-resolver",
  5789. "version": "1.4.0",
  5790. "source": {
  5791. "type": "git",
  5792. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5793. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  5794. },
  5795. "dist": {
  5796. "type": "zip",
  5797. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  5798. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  5799. "shasum": ""
  5800. },
  5801. "require": {
  5802. "php": "^7.2 || ^8.0",
  5803. "phpdocumentor/reflection-common": "^2.0"
  5804. },
  5805. "require-dev": {
  5806. "ext-tokenizer": "*"
  5807. },
  5808. "type": "library",
  5809. "extra": {
  5810. "branch-alias": {
  5811. "dev-1.x": "1.x-dev"
  5812. }
  5813. },
  5814. "autoload": {
  5815. "psr-4": {
  5816. "phpDocumentor\\Reflection\\": "src"
  5817. }
  5818. },
  5819. "notification-url": "https://packagist.org/downloads/",
  5820. "license": [
  5821. "MIT"
  5822. ],
  5823. "authors": [
  5824. {
  5825. "name": "Mike van Riel",
  5826. "email": "me@mikevanriel.com"
  5827. }
  5828. ],
  5829. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5830. "support": {
  5831. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  5832. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
  5833. },
  5834. "time": "2020-09-17T18:55:26+00:00"
  5835. },
  5836. {
  5837. "name": "phpspec/prophecy",
  5838. "version": "1.12.2",
  5839. "source": {
  5840. "type": "git",
  5841. "url": "https://github.com/phpspec/prophecy.git",
  5842. "reference": "245710e971a030f42e08f4912863805570f23d39"
  5843. },
  5844. "dist": {
  5845. "type": "zip",
  5846. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
  5847. "reference": "245710e971a030f42e08f4912863805570f23d39",
  5848. "shasum": ""
  5849. },
  5850. "require": {
  5851. "doctrine/instantiator": "^1.2",
  5852. "php": "^7.2 || ~8.0, <8.1",
  5853. "phpdocumentor/reflection-docblock": "^5.2",
  5854. "sebastian/comparator": "^3.0 || ^4.0",
  5855. "sebastian/recursion-context": "^3.0 || ^4.0"
  5856. },
  5857. "require-dev": {
  5858. "phpspec/phpspec": "^6.0",
  5859. "phpunit/phpunit": "^8.0 || ^9.0"
  5860. },
  5861. "type": "library",
  5862. "extra": {
  5863. "branch-alias": {
  5864. "dev-master": "1.11.x-dev"
  5865. }
  5866. },
  5867. "autoload": {
  5868. "psr-4": {
  5869. "Prophecy\\": "src/Prophecy"
  5870. }
  5871. },
  5872. "notification-url": "https://packagist.org/downloads/",
  5873. "license": [
  5874. "MIT"
  5875. ],
  5876. "authors": [
  5877. {
  5878. "name": "Konstantin Kudryashov",
  5879. "email": "ever.zet@gmail.com",
  5880. "homepage": "http://everzet.com"
  5881. },
  5882. {
  5883. "name": "Marcello Duarte",
  5884. "email": "marcello.duarte@gmail.com"
  5885. }
  5886. ],
  5887. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5888. "homepage": "https://github.com/phpspec/prophecy",
  5889. "keywords": [
  5890. "Double",
  5891. "Dummy",
  5892. "fake",
  5893. "mock",
  5894. "spy",
  5895. "stub"
  5896. ],
  5897. "support": {
  5898. "issues": "https://github.com/phpspec/prophecy/issues",
  5899. "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
  5900. },
  5901. "time": "2020-12-19T10:15:11+00:00"
  5902. },
  5903. {
  5904. "name": "phpunit/php-code-coverage",
  5905. "version": "9.2.5",
  5906. "source": {
  5907. "type": "git",
  5908. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5909. "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
  5910. },
  5911. "dist": {
  5912. "type": "zip",
  5913. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
  5914. "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
  5915. "shasum": ""
  5916. },
  5917. "require": {
  5918. "ext-dom": "*",
  5919. "ext-libxml": "*",
  5920. "ext-xmlwriter": "*",
  5921. "nikic/php-parser": "^4.10.2",
  5922. "php": ">=7.3",
  5923. "phpunit/php-file-iterator": "^3.0.3",
  5924. "phpunit/php-text-template": "^2.0.2",
  5925. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  5926. "sebastian/complexity": "^2.0",
  5927. "sebastian/environment": "^5.1.2",
  5928. "sebastian/lines-of-code": "^1.0.3",
  5929. "sebastian/version": "^3.0.1",
  5930. "theseer/tokenizer": "^1.2.0"
  5931. },
  5932. "require-dev": {
  5933. "phpunit/phpunit": "^9.3"
  5934. },
  5935. "suggest": {
  5936. "ext-pcov": "*",
  5937. "ext-xdebug": "*"
  5938. },
  5939. "type": "library",
  5940. "extra": {
  5941. "branch-alias": {
  5942. "dev-master": "9.2-dev"
  5943. }
  5944. },
  5945. "autoload": {
  5946. "classmap": [
  5947. "src/"
  5948. ]
  5949. },
  5950. "notification-url": "https://packagist.org/downloads/",
  5951. "license": [
  5952. "BSD-3-Clause"
  5953. ],
  5954. "authors": [
  5955. {
  5956. "name": "Sebastian Bergmann",
  5957. "email": "sebastian@phpunit.de",
  5958. "role": "lead"
  5959. }
  5960. ],
  5961. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5962. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5963. "keywords": [
  5964. "coverage",
  5965. "testing",
  5966. "xunit"
  5967. ],
  5968. "support": {
  5969. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  5970. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
  5971. },
  5972. "funding": [
  5973. {
  5974. "url": "https://github.com/sebastianbergmann",
  5975. "type": "github"
  5976. }
  5977. ],
  5978. "time": "2020-11-28T06:44:49+00:00"
  5979. },
  5980. {
  5981. "name": "phpunit/php-file-iterator",
  5982. "version": "3.0.5",
  5983. "source": {
  5984. "type": "git",
  5985. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5986. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
  5987. },
  5988. "dist": {
  5989. "type": "zip",
  5990. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
  5991. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
  5992. "shasum": ""
  5993. },
  5994. "require": {
  5995. "php": ">=7.3"
  5996. },
  5997. "require-dev": {
  5998. "phpunit/phpunit": "^9.3"
  5999. },
  6000. "type": "library",
  6001. "extra": {
  6002. "branch-alias": {
  6003. "dev-master": "3.0-dev"
  6004. }
  6005. },
  6006. "autoload": {
  6007. "classmap": [
  6008. "src/"
  6009. ]
  6010. },
  6011. "notification-url": "https://packagist.org/downloads/",
  6012. "license": [
  6013. "BSD-3-Clause"
  6014. ],
  6015. "authors": [
  6016. {
  6017. "name": "Sebastian Bergmann",
  6018. "email": "sebastian@phpunit.de",
  6019. "role": "lead"
  6020. }
  6021. ],
  6022. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  6023. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  6024. "keywords": [
  6025. "filesystem",
  6026. "iterator"
  6027. ],
  6028. "support": {
  6029. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  6030. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
  6031. },
  6032. "funding": [
  6033. {
  6034. "url": "https://github.com/sebastianbergmann",
  6035. "type": "github"
  6036. }
  6037. ],
  6038. "time": "2020-09-28T05:57:25+00:00"
  6039. },
  6040. {
  6041. "name": "phpunit/php-invoker",
  6042. "version": "3.1.1",
  6043. "source": {
  6044. "type": "git",
  6045. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  6046. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  6047. },
  6048. "dist": {
  6049. "type": "zip",
  6050. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  6051. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  6052. "shasum": ""
  6053. },
  6054. "require": {
  6055. "php": ">=7.3"
  6056. },
  6057. "require-dev": {
  6058. "ext-pcntl": "*",
  6059. "phpunit/phpunit": "^9.3"
  6060. },
  6061. "suggest": {
  6062. "ext-pcntl": "*"
  6063. },
  6064. "type": "library",
  6065. "extra": {
  6066. "branch-alias": {
  6067. "dev-master": "3.1-dev"
  6068. }
  6069. },
  6070. "autoload": {
  6071. "classmap": [
  6072. "src/"
  6073. ]
  6074. },
  6075. "notification-url": "https://packagist.org/downloads/",
  6076. "license": [
  6077. "BSD-3-Clause"
  6078. ],
  6079. "authors": [
  6080. {
  6081. "name": "Sebastian Bergmann",
  6082. "email": "sebastian@phpunit.de",
  6083. "role": "lead"
  6084. }
  6085. ],
  6086. "description": "Invoke callables with a timeout",
  6087. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  6088. "keywords": [
  6089. "process"
  6090. ],
  6091. "support": {
  6092. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  6093. "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
  6094. },
  6095. "funding": [
  6096. {
  6097. "url": "https://github.com/sebastianbergmann",
  6098. "type": "github"
  6099. }
  6100. ],
  6101. "time": "2020-09-28T05:58:55+00:00"
  6102. },
  6103. {
  6104. "name": "phpunit/php-text-template",
  6105. "version": "2.0.4",
  6106. "source": {
  6107. "type": "git",
  6108. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  6109. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  6110. },
  6111. "dist": {
  6112. "type": "zip",
  6113. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  6114. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  6115. "shasum": ""
  6116. },
  6117. "require": {
  6118. "php": ">=7.3"
  6119. },
  6120. "require-dev": {
  6121. "phpunit/phpunit": "^9.3"
  6122. },
  6123. "type": "library",
  6124. "extra": {
  6125. "branch-alias": {
  6126. "dev-master": "2.0-dev"
  6127. }
  6128. },
  6129. "autoload": {
  6130. "classmap": [
  6131. "src/"
  6132. ]
  6133. },
  6134. "notification-url": "https://packagist.org/downloads/",
  6135. "license": [
  6136. "BSD-3-Clause"
  6137. ],
  6138. "authors": [
  6139. {
  6140. "name": "Sebastian Bergmann",
  6141. "email": "sebastian@phpunit.de",
  6142. "role": "lead"
  6143. }
  6144. ],
  6145. "description": "Simple template engine.",
  6146. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  6147. "keywords": [
  6148. "template"
  6149. ],
  6150. "support": {
  6151. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  6152. "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
  6153. },
  6154. "funding": [
  6155. {
  6156. "url": "https://github.com/sebastianbergmann",
  6157. "type": "github"
  6158. }
  6159. ],
  6160. "time": "2020-10-26T05:33:50+00:00"
  6161. },
  6162. {
  6163. "name": "phpunit/php-timer",
  6164. "version": "5.0.3",
  6165. "source": {
  6166. "type": "git",
  6167. "url": "https://github.com/sebastianbergmann/php-timer.git",
  6168. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  6169. },
  6170. "dist": {
  6171. "type": "zip",
  6172. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  6173. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  6174. "shasum": ""
  6175. },
  6176. "require": {
  6177. "php": ">=7.3"
  6178. },
  6179. "require-dev": {
  6180. "phpunit/phpunit": "^9.3"
  6181. },
  6182. "type": "library",
  6183. "extra": {
  6184. "branch-alias": {
  6185. "dev-master": "5.0-dev"
  6186. }
  6187. },
  6188. "autoload": {
  6189. "classmap": [
  6190. "src/"
  6191. ]
  6192. },
  6193. "notification-url": "https://packagist.org/downloads/",
  6194. "license": [
  6195. "BSD-3-Clause"
  6196. ],
  6197. "authors": [
  6198. {
  6199. "name": "Sebastian Bergmann",
  6200. "email": "sebastian@phpunit.de",
  6201. "role": "lead"
  6202. }
  6203. ],
  6204. "description": "Utility class for timing",
  6205. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  6206. "keywords": [
  6207. "timer"
  6208. ],
  6209. "support": {
  6210. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  6211. "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
  6212. },
  6213. "funding": [
  6214. {
  6215. "url": "https://github.com/sebastianbergmann",
  6216. "type": "github"
  6217. }
  6218. ],
  6219. "time": "2020-10-26T13:16:10+00:00"
  6220. },
  6221. {
  6222. "name": "phpunit/phpunit",
  6223. "version": "9.5.0",
  6224. "source": {
  6225. "type": "git",
  6226. "url": "https://github.com/sebastianbergmann/phpunit.git",
  6227. "reference": "8e16c225d57c3d6808014df6b1dd7598d0a5bbbe"
  6228. },
  6229. "dist": {
  6230. "type": "zip",
  6231. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e16c225d57c3d6808014df6b1dd7598d0a5bbbe",
  6232. "reference": "8e16c225d57c3d6808014df6b1dd7598d0a5bbbe",
  6233. "shasum": ""
  6234. },
  6235. "require": {
  6236. "doctrine/instantiator": "^1.3.1",
  6237. "ext-dom": "*",
  6238. "ext-json": "*",
  6239. "ext-libxml": "*",
  6240. "ext-mbstring": "*",
  6241. "ext-xml": "*",
  6242. "ext-xmlwriter": "*",
  6243. "myclabs/deep-copy": "^1.10.1",
  6244. "phar-io/manifest": "^2.0.1",
  6245. "phar-io/version": "^3.0.2",
  6246. "php": ">=7.3",
  6247. "phpspec/prophecy": "^1.12.1",
  6248. "phpunit/php-code-coverage": "^9.2.3",
  6249. "phpunit/php-file-iterator": "^3.0.5",
  6250. "phpunit/php-invoker": "^3.1.1",
  6251. "phpunit/php-text-template": "^2.0.3",
  6252. "phpunit/php-timer": "^5.0.2",
  6253. "sebastian/cli-parser": "^1.0.1",
  6254. "sebastian/code-unit": "^1.0.6",
  6255. "sebastian/comparator": "^4.0.5",
  6256. "sebastian/diff": "^4.0.3",
  6257. "sebastian/environment": "^5.1.3",
  6258. "sebastian/exporter": "^4.0.3",
  6259. "sebastian/global-state": "^5.0.1",
  6260. "sebastian/object-enumerator": "^4.0.3",
  6261. "sebastian/resource-operations": "^3.0.3",
  6262. "sebastian/type": "^2.3",
  6263. "sebastian/version": "^3.0.2"
  6264. },
  6265. "require-dev": {
  6266. "ext-pdo": "*",
  6267. "phpspec/prophecy-phpunit": "^2.0.1"
  6268. },
  6269. "suggest": {
  6270. "ext-soap": "*",
  6271. "ext-xdebug": "*"
  6272. },
  6273. "bin": [
  6274. "phpunit"
  6275. ],
  6276. "type": "library",
  6277. "extra": {
  6278. "branch-alias": {
  6279. "dev-master": "9.5-dev"
  6280. }
  6281. },
  6282. "autoload": {
  6283. "classmap": [
  6284. "src/"
  6285. ],
  6286. "files": [
  6287. "src/Framework/Assert/Functions.php"
  6288. ]
  6289. },
  6290. "notification-url": "https://packagist.org/downloads/",
  6291. "license": [
  6292. "BSD-3-Clause"
  6293. ],
  6294. "authors": [
  6295. {
  6296. "name": "Sebastian Bergmann",
  6297. "email": "sebastian@phpunit.de",
  6298. "role": "lead"
  6299. }
  6300. ],
  6301. "description": "The PHP Unit Testing framework.",
  6302. "homepage": "https://phpunit.de/",
  6303. "keywords": [
  6304. "phpunit",
  6305. "testing",
  6306. "xunit"
  6307. ],
  6308. "support": {
  6309. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  6310. "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.0"
  6311. },
  6312. "funding": [
  6313. {
  6314. "url": "https://phpunit.de/donate.html",
  6315. "type": "custom"
  6316. },
  6317. {
  6318. "url": "https://github.com/sebastianbergmann",
  6319. "type": "github"
  6320. }
  6321. ],
  6322. "time": "2020-12-04T05:05:53+00:00"
  6323. },
  6324. {
  6325. "name": "pimple/pimple",
  6326. "version": "v3.3.1",
  6327. "source": {
  6328. "type": "git",
  6329. "url": "https://github.com/silexphp/Pimple.git",
  6330. "reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0"
  6331. },
  6332. "dist": {
  6333. "type": "zip",
  6334. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/21e45061c3429b1e06233475cc0e1f6fc774d5b0",
  6335. "reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0",
  6336. "shasum": ""
  6337. },
  6338. "require": {
  6339. "php": ">=7.2.5",
  6340. "psr/container": "^1.0"
  6341. },
  6342. "require-dev": {
  6343. "symfony/phpunit-bridge": "^5.0"
  6344. },
  6345. "type": "library",
  6346. "extra": {
  6347. "branch-alias": {
  6348. "dev-master": "3.3.x-dev"
  6349. }
  6350. },
  6351. "autoload": {
  6352. "psr-0": {
  6353. "Pimple": "src/"
  6354. }
  6355. },
  6356. "notification-url": "https://packagist.org/downloads/",
  6357. "license": [
  6358. "MIT"
  6359. ],
  6360. "authors": [
  6361. {
  6362. "name": "Fabien Potencier",
  6363. "email": "fabien@symfony.com"
  6364. }
  6365. ],
  6366. "description": "Pimple, a simple Dependency Injection Container",
  6367. "homepage": "https://pimple.symfony.com",
  6368. "keywords": [
  6369. "container",
  6370. "dependency injection"
  6371. ],
  6372. "support": {
  6373. "source": "https://github.com/silexphp/Pimple/tree/v3.3.1"
  6374. },
  6375. "time": "2020-11-24T20:35:42+00:00"
  6376. },
  6377. {
  6378. "name": "sebastian/cli-parser",
  6379. "version": "1.0.1",
  6380. "source": {
  6381. "type": "git",
  6382. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  6383. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  6384. },
  6385. "dist": {
  6386. "type": "zip",
  6387. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  6388. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  6389. "shasum": ""
  6390. },
  6391. "require": {
  6392. "php": ">=7.3"
  6393. },
  6394. "require-dev": {
  6395. "phpunit/phpunit": "^9.3"
  6396. },
  6397. "type": "library",
  6398. "extra": {
  6399. "branch-alias": {
  6400. "dev-master": "1.0-dev"
  6401. }
  6402. },
  6403. "autoload": {
  6404. "classmap": [
  6405. "src/"
  6406. ]
  6407. },
  6408. "notification-url": "https://packagist.org/downloads/",
  6409. "license": [
  6410. "BSD-3-Clause"
  6411. ],
  6412. "authors": [
  6413. {
  6414. "name": "Sebastian Bergmann",
  6415. "email": "sebastian@phpunit.de",
  6416. "role": "lead"
  6417. }
  6418. ],
  6419. "description": "Library for parsing CLI options",
  6420. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  6421. "support": {
  6422. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  6423. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  6424. },
  6425. "funding": [
  6426. {
  6427. "url": "https://github.com/sebastianbergmann",
  6428. "type": "github"
  6429. }
  6430. ],
  6431. "time": "2020-09-28T06:08:49+00:00"
  6432. },
  6433. {
  6434. "name": "sebastian/code-unit",
  6435. "version": "1.0.8",
  6436. "source": {
  6437. "type": "git",
  6438. "url": "https://github.com/sebastianbergmann/code-unit.git",
  6439. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  6440. },
  6441. "dist": {
  6442. "type": "zip",
  6443. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  6444. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  6445. "shasum": ""
  6446. },
  6447. "require": {
  6448. "php": ">=7.3"
  6449. },
  6450. "require-dev": {
  6451. "phpunit/phpunit": "^9.3"
  6452. },
  6453. "type": "library",
  6454. "extra": {
  6455. "branch-alias": {
  6456. "dev-master": "1.0-dev"
  6457. }
  6458. },
  6459. "autoload": {
  6460. "classmap": [
  6461. "src/"
  6462. ]
  6463. },
  6464. "notification-url": "https://packagist.org/downloads/",
  6465. "license": [
  6466. "BSD-3-Clause"
  6467. ],
  6468. "authors": [
  6469. {
  6470. "name": "Sebastian Bergmann",
  6471. "email": "sebastian@phpunit.de",
  6472. "role": "lead"
  6473. }
  6474. ],
  6475. "description": "Collection of value objects that represent the PHP code units",
  6476. "homepage": "https://github.com/sebastianbergmann/code-unit",
  6477. "support": {
  6478. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  6479. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  6480. },
  6481. "funding": [
  6482. {
  6483. "url": "https://github.com/sebastianbergmann",
  6484. "type": "github"
  6485. }
  6486. ],
  6487. "time": "2020-10-26T13:08:54+00:00"
  6488. },
  6489. {
  6490. "name": "sebastian/code-unit-reverse-lookup",
  6491. "version": "2.0.3",
  6492. "source": {
  6493. "type": "git",
  6494. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  6495. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  6496. },
  6497. "dist": {
  6498. "type": "zip",
  6499. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  6500. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  6501. "shasum": ""
  6502. },
  6503. "require": {
  6504. "php": ">=7.3"
  6505. },
  6506. "require-dev": {
  6507. "phpunit/phpunit": "^9.3"
  6508. },
  6509. "type": "library",
  6510. "extra": {
  6511. "branch-alias": {
  6512. "dev-master": "2.0-dev"
  6513. }
  6514. },
  6515. "autoload": {
  6516. "classmap": [
  6517. "src/"
  6518. ]
  6519. },
  6520. "notification-url": "https://packagist.org/downloads/",
  6521. "license": [
  6522. "BSD-3-Clause"
  6523. ],
  6524. "authors": [
  6525. {
  6526. "name": "Sebastian Bergmann",
  6527. "email": "sebastian@phpunit.de"
  6528. }
  6529. ],
  6530. "description": "Looks up which function or method a line of code belongs to",
  6531. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  6532. "support": {
  6533. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  6534. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  6535. },
  6536. "funding": [
  6537. {
  6538. "url": "https://github.com/sebastianbergmann",
  6539. "type": "github"
  6540. }
  6541. ],
  6542. "time": "2020-09-28T05:30:19+00:00"
  6543. },
  6544. {
  6545. "name": "sebastian/comparator",
  6546. "version": "4.0.6",
  6547. "source": {
  6548. "type": "git",
  6549. "url": "https://github.com/sebastianbergmann/comparator.git",
  6550. "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
  6551. },
  6552. "dist": {
  6553. "type": "zip",
  6554. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
  6555. "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
  6556. "shasum": ""
  6557. },
  6558. "require": {
  6559. "php": ">=7.3",
  6560. "sebastian/diff": "^4.0",
  6561. "sebastian/exporter": "^4.0"
  6562. },
  6563. "require-dev": {
  6564. "phpunit/phpunit": "^9.3"
  6565. },
  6566. "type": "library",
  6567. "extra": {
  6568. "branch-alias": {
  6569. "dev-master": "4.0-dev"
  6570. }
  6571. },
  6572. "autoload": {
  6573. "classmap": [
  6574. "src/"
  6575. ]
  6576. },
  6577. "notification-url": "https://packagist.org/downloads/",
  6578. "license": [
  6579. "BSD-3-Clause"
  6580. ],
  6581. "authors": [
  6582. {
  6583. "name": "Sebastian Bergmann",
  6584. "email": "sebastian@phpunit.de"
  6585. },
  6586. {
  6587. "name": "Jeff Welch",
  6588. "email": "whatthejeff@gmail.com"
  6589. },
  6590. {
  6591. "name": "Volker Dusch",
  6592. "email": "github@wallbash.com"
  6593. },
  6594. {
  6595. "name": "Bernhard Schussek",
  6596. "email": "bschussek@2bepublished.at"
  6597. }
  6598. ],
  6599. "description": "Provides the functionality to compare PHP values for equality",
  6600. "homepage": "https://github.com/sebastianbergmann/comparator",
  6601. "keywords": [
  6602. "comparator",
  6603. "compare",
  6604. "equality"
  6605. ],
  6606. "support": {
  6607. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  6608. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
  6609. },
  6610. "funding": [
  6611. {
  6612. "url": "https://github.com/sebastianbergmann",
  6613. "type": "github"
  6614. }
  6615. ],
  6616. "time": "2020-10-26T15:49:45+00:00"
  6617. },
  6618. {
  6619. "name": "sebastian/complexity",
  6620. "version": "2.0.2",
  6621. "source": {
  6622. "type": "git",
  6623. "url": "https://github.com/sebastianbergmann/complexity.git",
  6624. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  6625. },
  6626. "dist": {
  6627. "type": "zip",
  6628. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  6629. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  6630. "shasum": ""
  6631. },
  6632. "require": {
  6633. "nikic/php-parser": "^4.7",
  6634. "php": ">=7.3"
  6635. },
  6636. "require-dev": {
  6637. "phpunit/phpunit": "^9.3"
  6638. },
  6639. "type": "library",
  6640. "extra": {
  6641. "branch-alias": {
  6642. "dev-master": "2.0-dev"
  6643. }
  6644. },
  6645. "autoload": {
  6646. "classmap": [
  6647. "src/"
  6648. ]
  6649. },
  6650. "notification-url": "https://packagist.org/downloads/",
  6651. "license": [
  6652. "BSD-3-Clause"
  6653. ],
  6654. "authors": [
  6655. {
  6656. "name": "Sebastian Bergmann",
  6657. "email": "sebastian@phpunit.de",
  6658. "role": "lead"
  6659. }
  6660. ],
  6661. "description": "Library for calculating the complexity of PHP code units",
  6662. "homepage": "https://github.com/sebastianbergmann/complexity",
  6663. "support": {
  6664. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  6665. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  6666. },
  6667. "funding": [
  6668. {
  6669. "url": "https://github.com/sebastianbergmann",
  6670. "type": "github"
  6671. }
  6672. ],
  6673. "time": "2020-10-26T15:52:27+00:00"
  6674. },
  6675. {
  6676. "name": "sebastian/diff",
  6677. "version": "4.0.4",
  6678. "source": {
  6679. "type": "git",
  6680. "url": "https://github.com/sebastianbergmann/diff.git",
  6681. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
  6682. },
  6683. "dist": {
  6684. "type": "zip",
  6685. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  6686. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  6687. "shasum": ""
  6688. },
  6689. "require": {
  6690. "php": ">=7.3"
  6691. },
  6692. "require-dev": {
  6693. "phpunit/phpunit": "^9.3",
  6694. "symfony/process": "^4.2 || ^5"
  6695. },
  6696. "type": "library",
  6697. "extra": {
  6698. "branch-alias": {
  6699. "dev-master": "4.0-dev"
  6700. }
  6701. },
  6702. "autoload": {
  6703. "classmap": [
  6704. "src/"
  6705. ]
  6706. },
  6707. "notification-url": "https://packagist.org/downloads/",
  6708. "license": [
  6709. "BSD-3-Clause"
  6710. ],
  6711. "authors": [
  6712. {
  6713. "name": "Sebastian Bergmann",
  6714. "email": "sebastian@phpunit.de"
  6715. },
  6716. {
  6717. "name": "Kore Nordmann",
  6718. "email": "mail@kore-nordmann.de"
  6719. }
  6720. ],
  6721. "description": "Diff implementation",
  6722. "homepage": "https://github.com/sebastianbergmann/diff",
  6723. "keywords": [
  6724. "diff",
  6725. "udiff",
  6726. "unidiff",
  6727. "unified diff"
  6728. ],
  6729. "support": {
  6730. "issues": "https://github.com/sebastianbergmann/diff/issues",
  6731. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
  6732. },
  6733. "funding": [
  6734. {
  6735. "url": "https://github.com/sebastianbergmann",
  6736. "type": "github"
  6737. }
  6738. ],
  6739. "time": "2020-10-26T13:10:38+00:00"
  6740. },
  6741. {
  6742. "name": "sebastian/environment",
  6743. "version": "5.1.3",
  6744. "source": {
  6745. "type": "git",
  6746. "url": "https://github.com/sebastianbergmann/environment.git",
  6747. "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
  6748. },
  6749. "dist": {
  6750. "type": "zip",
  6751. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
  6752. "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
  6753. "shasum": ""
  6754. },
  6755. "require": {
  6756. "php": ">=7.3"
  6757. },
  6758. "require-dev": {
  6759. "phpunit/phpunit": "^9.3"
  6760. },
  6761. "suggest": {
  6762. "ext-posix": "*"
  6763. },
  6764. "type": "library",
  6765. "extra": {
  6766. "branch-alias": {
  6767. "dev-master": "5.1-dev"
  6768. }
  6769. },
  6770. "autoload": {
  6771. "classmap": [
  6772. "src/"
  6773. ]
  6774. },
  6775. "notification-url": "https://packagist.org/downloads/",
  6776. "license": [
  6777. "BSD-3-Clause"
  6778. ],
  6779. "authors": [
  6780. {
  6781. "name": "Sebastian Bergmann",
  6782. "email": "sebastian@phpunit.de"
  6783. }
  6784. ],
  6785. "description": "Provides functionality to handle HHVM/PHP environments",
  6786. "homepage": "http://www.github.com/sebastianbergmann/environment",
  6787. "keywords": [
  6788. "Xdebug",
  6789. "environment",
  6790. "hhvm"
  6791. ],
  6792. "support": {
  6793. "issues": "https://github.com/sebastianbergmann/environment/issues",
  6794. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
  6795. },
  6796. "funding": [
  6797. {
  6798. "url": "https://github.com/sebastianbergmann",
  6799. "type": "github"
  6800. }
  6801. ],
  6802. "time": "2020-09-28T05:52:38+00:00"
  6803. },
  6804. {
  6805. "name": "sebastian/exporter",
  6806. "version": "4.0.3",
  6807. "source": {
  6808. "type": "git",
  6809. "url": "https://github.com/sebastianbergmann/exporter.git",
  6810. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
  6811. },
  6812. "dist": {
  6813. "type": "zip",
  6814. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  6815. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  6816. "shasum": ""
  6817. },
  6818. "require": {
  6819. "php": ">=7.3",
  6820. "sebastian/recursion-context": "^4.0"
  6821. },
  6822. "require-dev": {
  6823. "ext-mbstring": "*",
  6824. "phpunit/phpunit": "^9.3"
  6825. },
  6826. "type": "library",
  6827. "extra": {
  6828. "branch-alias": {
  6829. "dev-master": "4.0-dev"
  6830. }
  6831. },
  6832. "autoload": {
  6833. "classmap": [
  6834. "src/"
  6835. ]
  6836. },
  6837. "notification-url": "https://packagist.org/downloads/",
  6838. "license": [
  6839. "BSD-3-Clause"
  6840. ],
  6841. "authors": [
  6842. {
  6843. "name": "Sebastian Bergmann",
  6844. "email": "sebastian@phpunit.de"
  6845. },
  6846. {
  6847. "name": "Jeff Welch",
  6848. "email": "whatthejeff@gmail.com"
  6849. },
  6850. {
  6851. "name": "Volker Dusch",
  6852. "email": "github@wallbash.com"
  6853. },
  6854. {
  6855. "name": "Adam Harvey",
  6856. "email": "aharvey@php.net"
  6857. },
  6858. {
  6859. "name": "Bernhard Schussek",
  6860. "email": "bschussek@gmail.com"
  6861. }
  6862. ],
  6863. "description": "Provides the functionality to export PHP variables for visualization",
  6864. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6865. "keywords": [
  6866. "export",
  6867. "exporter"
  6868. ],
  6869. "support": {
  6870. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  6871. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
  6872. },
  6873. "funding": [
  6874. {
  6875. "url": "https://github.com/sebastianbergmann",
  6876. "type": "github"
  6877. }
  6878. ],
  6879. "time": "2020-09-28T05:24:23+00:00"
  6880. },
  6881. {
  6882. "name": "sebastian/global-state",
  6883. "version": "5.0.2",
  6884. "source": {
  6885. "type": "git",
  6886. "url": "https://github.com/sebastianbergmann/global-state.git",
  6887. "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
  6888. },
  6889. "dist": {
  6890. "type": "zip",
  6891. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
  6892. "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
  6893. "shasum": ""
  6894. },
  6895. "require": {
  6896. "php": ">=7.3",
  6897. "sebastian/object-reflector": "^2.0",
  6898. "sebastian/recursion-context": "^4.0"
  6899. },
  6900. "require-dev": {
  6901. "ext-dom": "*",
  6902. "phpunit/phpunit": "^9.3"
  6903. },
  6904. "suggest": {
  6905. "ext-uopz": "*"
  6906. },
  6907. "type": "library",
  6908. "extra": {
  6909. "branch-alias": {
  6910. "dev-master": "5.0-dev"
  6911. }
  6912. },
  6913. "autoload": {
  6914. "classmap": [
  6915. "src/"
  6916. ]
  6917. },
  6918. "notification-url": "https://packagist.org/downloads/",
  6919. "license": [
  6920. "BSD-3-Clause"
  6921. ],
  6922. "authors": [
  6923. {
  6924. "name": "Sebastian Bergmann",
  6925. "email": "sebastian@phpunit.de"
  6926. }
  6927. ],
  6928. "description": "Snapshotting of global state",
  6929. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6930. "keywords": [
  6931. "global state"
  6932. ],
  6933. "support": {
  6934. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  6935. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
  6936. },
  6937. "funding": [
  6938. {
  6939. "url": "https://github.com/sebastianbergmann",
  6940. "type": "github"
  6941. }
  6942. ],
  6943. "time": "2020-10-26T15:55:19+00:00"
  6944. },
  6945. {
  6946. "name": "sebastian/lines-of-code",
  6947. "version": "1.0.3",
  6948. "source": {
  6949. "type": "git",
  6950. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  6951. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  6952. },
  6953. "dist": {
  6954. "type": "zip",
  6955. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  6956. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  6957. "shasum": ""
  6958. },
  6959. "require": {
  6960. "nikic/php-parser": "^4.6",
  6961. "php": ">=7.3"
  6962. },
  6963. "require-dev": {
  6964. "phpunit/phpunit": "^9.3"
  6965. },
  6966. "type": "library",
  6967. "extra": {
  6968. "branch-alias": {
  6969. "dev-master": "1.0-dev"
  6970. }
  6971. },
  6972. "autoload": {
  6973. "classmap": [
  6974. "src/"
  6975. ]
  6976. },
  6977. "notification-url": "https://packagist.org/downloads/",
  6978. "license": [
  6979. "BSD-3-Clause"
  6980. ],
  6981. "authors": [
  6982. {
  6983. "name": "Sebastian Bergmann",
  6984. "email": "sebastian@phpunit.de",
  6985. "role": "lead"
  6986. }
  6987. ],
  6988. "description": "Library for counting the lines of code in PHP source code",
  6989. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  6990. "support": {
  6991. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  6992. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  6993. },
  6994. "funding": [
  6995. {
  6996. "url": "https://github.com/sebastianbergmann",
  6997. "type": "github"
  6998. }
  6999. ],
  7000. "time": "2020-11-28T06:42:11+00:00"
  7001. },
  7002. {
  7003. "name": "sebastian/object-enumerator",
  7004. "version": "4.0.4",
  7005. "source": {
  7006. "type": "git",
  7007. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  7008. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  7009. },
  7010. "dist": {
  7011. "type": "zip",
  7012. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  7013. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  7014. "shasum": ""
  7015. },
  7016. "require": {
  7017. "php": ">=7.3",
  7018. "sebastian/object-reflector": "^2.0",
  7019. "sebastian/recursion-context": "^4.0"
  7020. },
  7021. "require-dev": {
  7022. "phpunit/phpunit": "^9.3"
  7023. },
  7024. "type": "library",
  7025. "extra": {
  7026. "branch-alias": {
  7027. "dev-master": "4.0-dev"
  7028. }
  7029. },
  7030. "autoload": {
  7031. "classmap": [
  7032. "src/"
  7033. ]
  7034. },
  7035. "notification-url": "https://packagist.org/downloads/",
  7036. "license": [
  7037. "BSD-3-Clause"
  7038. ],
  7039. "authors": [
  7040. {
  7041. "name": "Sebastian Bergmann",
  7042. "email": "sebastian@phpunit.de"
  7043. }
  7044. ],
  7045. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  7046. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  7047. "support": {
  7048. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  7049. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  7050. },
  7051. "funding": [
  7052. {
  7053. "url": "https://github.com/sebastianbergmann",
  7054. "type": "github"
  7055. }
  7056. ],
  7057. "time": "2020-10-26T13:12:34+00:00"
  7058. },
  7059. {
  7060. "name": "sebastian/object-reflector",
  7061. "version": "2.0.4",
  7062. "source": {
  7063. "type": "git",
  7064. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  7065. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  7066. },
  7067. "dist": {
  7068. "type": "zip",
  7069. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  7070. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  7071. "shasum": ""
  7072. },
  7073. "require": {
  7074. "php": ">=7.3"
  7075. },
  7076. "require-dev": {
  7077. "phpunit/phpunit": "^9.3"
  7078. },
  7079. "type": "library",
  7080. "extra": {
  7081. "branch-alias": {
  7082. "dev-master": "2.0-dev"
  7083. }
  7084. },
  7085. "autoload": {
  7086. "classmap": [
  7087. "src/"
  7088. ]
  7089. },
  7090. "notification-url": "https://packagist.org/downloads/",
  7091. "license": [
  7092. "BSD-3-Clause"
  7093. ],
  7094. "authors": [
  7095. {
  7096. "name": "Sebastian Bergmann",
  7097. "email": "sebastian@phpunit.de"
  7098. }
  7099. ],
  7100. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  7101. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  7102. "support": {
  7103. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  7104. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  7105. },
  7106. "funding": [
  7107. {
  7108. "url": "https://github.com/sebastianbergmann",
  7109. "type": "github"
  7110. }
  7111. ],
  7112. "time": "2020-10-26T13:14:26+00:00"
  7113. },
  7114. {
  7115. "name": "sebastian/recursion-context",
  7116. "version": "4.0.4",
  7117. "source": {
  7118. "type": "git",
  7119. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  7120. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
  7121. },
  7122. "dist": {
  7123. "type": "zip",
  7124. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
  7125. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
  7126. "shasum": ""
  7127. },
  7128. "require": {
  7129. "php": ">=7.3"
  7130. },
  7131. "require-dev": {
  7132. "phpunit/phpunit": "^9.3"
  7133. },
  7134. "type": "library",
  7135. "extra": {
  7136. "branch-alias": {
  7137. "dev-master": "4.0-dev"
  7138. }
  7139. },
  7140. "autoload": {
  7141. "classmap": [
  7142. "src/"
  7143. ]
  7144. },
  7145. "notification-url": "https://packagist.org/downloads/",
  7146. "license": [
  7147. "BSD-3-Clause"
  7148. ],
  7149. "authors": [
  7150. {
  7151. "name": "Sebastian Bergmann",
  7152. "email": "sebastian@phpunit.de"
  7153. },
  7154. {
  7155. "name": "Jeff Welch",
  7156. "email": "whatthejeff@gmail.com"
  7157. },
  7158. {
  7159. "name": "Adam Harvey",
  7160. "email": "aharvey@php.net"
  7161. }
  7162. ],
  7163. "description": "Provides functionality to recursively process PHP variables",
  7164. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  7165. "support": {
  7166. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  7167. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
  7168. },
  7169. "funding": [
  7170. {
  7171. "url": "https://github.com/sebastianbergmann",
  7172. "type": "github"
  7173. }
  7174. ],
  7175. "time": "2020-10-26T13:17:30+00:00"
  7176. },
  7177. {
  7178. "name": "sebastian/resource-operations",
  7179. "version": "3.0.3",
  7180. "source": {
  7181. "type": "git",
  7182. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  7183. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  7184. },
  7185. "dist": {
  7186. "type": "zip",
  7187. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  7188. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  7189. "shasum": ""
  7190. },
  7191. "require": {
  7192. "php": ">=7.3"
  7193. },
  7194. "require-dev": {
  7195. "phpunit/phpunit": "^9.0"
  7196. },
  7197. "type": "library",
  7198. "extra": {
  7199. "branch-alias": {
  7200. "dev-master": "3.0-dev"
  7201. }
  7202. },
  7203. "autoload": {
  7204. "classmap": [
  7205. "src/"
  7206. ]
  7207. },
  7208. "notification-url": "https://packagist.org/downloads/",
  7209. "license": [
  7210. "BSD-3-Clause"
  7211. ],
  7212. "authors": [
  7213. {
  7214. "name": "Sebastian Bergmann",
  7215. "email": "sebastian@phpunit.de"
  7216. }
  7217. ],
  7218. "description": "Provides a list of PHP built-in functions that operate on resources",
  7219. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  7220. "support": {
  7221. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  7222. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  7223. },
  7224. "funding": [
  7225. {
  7226. "url": "https://github.com/sebastianbergmann",
  7227. "type": "github"
  7228. }
  7229. ],
  7230. "time": "2020-09-28T06:45:17+00:00"
  7231. },
  7232. {
  7233. "name": "sebastian/type",
  7234. "version": "2.3.1",
  7235. "source": {
  7236. "type": "git",
  7237. "url": "https://github.com/sebastianbergmann/type.git",
  7238. "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
  7239. },
  7240. "dist": {
  7241. "type": "zip",
  7242. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
  7243. "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
  7244. "shasum": ""
  7245. },
  7246. "require": {
  7247. "php": ">=7.3"
  7248. },
  7249. "require-dev": {
  7250. "phpunit/phpunit": "^9.3"
  7251. },
  7252. "type": "library",
  7253. "extra": {
  7254. "branch-alias": {
  7255. "dev-master": "2.3-dev"
  7256. }
  7257. },
  7258. "autoload": {
  7259. "classmap": [
  7260. "src/"
  7261. ]
  7262. },
  7263. "notification-url": "https://packagist.org/downloads/",
  7264. "license": [
  7265. "BSD-3-Clause"
  7266. ],
  7267. "authors": [
  7268. {
  7269. "name": "Sebastian Bergmann",
  7270. "email": "sebastian@phpunit.de",
  7271. "role": "lead"
  7272. }
  7273. ],
  7274. "description": "Collection of value objects that represent the types of the PHP type system",
  7275. "homepage": "https://github.com/sebastianbergmann/type",
  7276. "support": {
  7277. "issues": "https://github.com/sebastianbergmann/type/issues",
  7278. "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
  7279. },
  7280. "funding": [
  7281. {
  7282. "url": "https://github.com/sebastianbergmann",
  7283. "type": "github"
  7284. }
  7285. ],
  7286. "time": "2020-10-26T13:18:59+00:00"
  7287. },
  7288. {
  7289. "name": "sebastian/version",
  7290. "version": "3.0.2",
  7291. "source": {
  7292. "type": "git",
  7293. "url": "https://github.com/sebastianbergmann/version.git",
  7294. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  7295. },
  7296. "dist": {
  7297. "type": "zip",
  7298. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  7299. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  7300. "shasum": ""
  7301. },
  7302. "require": {
  7303. "php": ">=7.3"
  7304. },
  7305. "type": "library",
  7306. "extra": {
  7307. "branch-alias": {
  7308. "dev-master": "3.0-dev"
  7309. }
  7310. },
  7311. "autoload": {
  7312. "classmap": [
  7313. "src/"
  7314. ]
  7315. },
  7316. "notification-url": "https://packagist.org/downloads/",
  7317. "license": [
  7318. "BSD-3-Clause"
  7319. ],
  7320. "authors": [
  7321. {
  7322. "name": "Sebastian Bergmann",
  7323. "email": "sebastian@phpunit.de",
  7324. "role": "lead"
  7325. }
  7326. ],
  7327. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  7328. "homepage": "https://github.com/sebastianbergmann/version",
  7329. "support": {
  7330. "issues": "https://github.com/sebastianbergmann/version/issues",
  7331. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  7332. },
  7333. "funding": [
  7334. {
  7335. "url": "https://github.com/sebastianbergmann",
  7336. "type": "github"
  7337. }
  7338. ],
  7339. "time": "2020-09-28T06:39:44+00:00"
  7340. },
  7341. {
  7342. "name": "symfony/debug",
  7343. "version": "v4.4.18",
  7344. "source": {
  7345. "type": "git",
  7346. "url": "https://github.com/symfony/debug.git",
  7347. "reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544"
  7348. },
  7349. "dist": {
  7350. "type": "zip",
  7351. "url": "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
  7352. "reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
  7353. "shasum": ""
  7354. },
  7355. "require": {
  7356. "php": ">=7.1.3",
  7357. "psr/log": "~1.0",
  7358. "symfony/polyfill-php80": "^1.15"
  7359. },
  7360. "conflict": {
  7361. "symfony/http-kernel": "<3.4"
  7362. },
  7363. "require-dev": {
  7364. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  7365. },
  7366. "type": "library",
  7367. "autoload": {
  7368. "psr-4": {
  7369. "Symfony\\Component\\Debug\\": ""
  7370. },
  7371. "exclude-from-classmap": [
  7372. "/Tests/"
  7373. ]
  7374. },
  7375. "notification-url": "https://packagist.org/downloads/",
  7376. "license": [
  7377. "MIT"
  7378. ],
  7379. "authors": [
  7380. {
  7381. "name": "Fabien Potencier",
  7382. "email": "fabien@symfony.com"
  7383. },
  7384. {
  7385. "name": "Symfony Community",
  7386. "homepage": "https://symfony.com/contributors"
  7387. }
  7388. ],
  7389. "description": "Symfony Debug Component",
  7390. "homepage": "https://symfony.com",
  7391. "support": {
  7392. "source": "https://github.com/symfony/debug/tree/v4.4.18"
  7393. },
  7394. "funding": [
  7395. {
  7396. "url": "https://symfony.com/sponsor",
  7397. "type": "custom"
  7398. },
  7399. {
  7400. "url": "https://github.com/fabpot",
  7401. "type": "github"
  7402. },
  7403. {
  7404. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7405. "type": "tidelift"
  7406. }
  7407. ],
  7408. "time": "2020-12-10T16:34:26+00:00"
  7409. },
  7410. {
  7411. "name": "symfony/routing",
  7412. "version": "v5.2.1",
  7413. "source": {
  7414. "type": "git",
  7415. "url": "https://github.com/symfony/routing.git",
  7416. "reference": "934ac2720dcc878a47a45c986b483a7ee7193620"
  7417. },
  7418. "dist": {
  7419. "type": "zip",
  7420. "url": "https://api.github.com/repos/symfony/routing/zipball/934ac2720dcc878a47a45c986b483a7ee7193620",
  7421. "reference": "934ac2720dcc878a47a45c986b483a7ee7193620",
  7422. "shasum": ""
  7423. },
  7424. "require": {
  7425. "php": ">=7.2.5",
  7426. "symfony/deprecation-contracts": "^2.1",
  7427. "symfony/polyfill-php80": "^1.15"
  7428. },
  7429. "conflict": {
  7430. "symfony/config": "<5.0",
  7431. "symfony/dependency-injection": "<4.4",
  7432. "symfony/yaml": "<4.4"
  7433. },
  7434. "require-dev": {
  7435. "doctrine/annotations": "^1.7",
  7436. "psr/log": "~1.0",
  7437. "symfony/config": "^5.0",
  7438. "symfony/dependency-injection": "^4.4|^5.0",
  7439. "symfony/expression-language": "^4.4|^5.0",
  7440. "symfony/http-foundation": "^4.4|^5.0",
  7441. "symfony/yaml": "^4.4|^5.0"
  7442. },
  7443. "suggest": {
  7444. "doctrine/annotations": "For using the annotation loader",
  7445. "symfony/config": "For using the all-in-one router or any loader",
  7446. "symfony/expression-language": "For using expression matching",
  7447. "symfony/http-foundation": "For using a Symfony Request object",
  7448. "symfony/yaml": "For using the YAML loader"
  7449. },
  7450. "type": "library",
  7451. "autoload": {
  7452. "psr-4": {
  7453. "Symfony\\Component\\Routing\\": ""
  7454. },
  7455. "exclude-from-classmap": [
  7456. "/Tests/"
  7457. ]
  7458. },
  7459. "notification-url": "https://packagist.org/downloads/",
  7460. "license": [
  7461. "MIT"
  7462. ],
  7463. "authors": [
  7464. {
  7465. "name": "Fabien Potencier",
  7466. "email": "fabien@symfony.com"
  7467. },
  7468. {
  7469. "name": "Symfony Community",
  7470. "homepage": "https://symfony.com/contributors"
  7471. }
  7472. ],
  7473. "description": "Symfony Routing Component",
  7474. "homepage": "https://symfony.com",
  7475. "keywords": [
  7476. "router",
  7477. "routing",
  7478. "uri",
  7479. "url"
  7480. ],
  7481. "support": {
  7482. "source": "https://github.com/symfony/routing/tree/v5.2.1"
  7483. },
  7484. "funding": [
  7485. {
  7486. "url": "https://symfony.com/sponsor",
  7487. "type": "custom"
  7488. },
  7489. {
  7490. "url": "https://github.com/fabpot",
  7491. "type": "github"
  7492. },
  7493. {
  7494. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7495. "type": "tidelift"
  7496. }
  7497. ],
  7498. "time": "2020-12-08T17:03:37+00:00"
  7499. },
  7500. {
  7501. "name": "symfony/yaml",
  7502. "version": "v5.2.1",
  7503. "source": {
  7504. "type": "git",
  7505. "url": "https://github.com/symfony/yaml.git",
  7506. "reference": "290ea5e03b8cf9b42c783163123f54441fb06939"
  7507. },
  7508. "dist": {
  7509. "type": "zip",
  7510. "url": "https://api.github.com/repos/symfony/yaml/zipball/290ea5e03b8cf9b42c783163123f54441fb06939",
  7511. "reference": "290ea5e03b8cf9b42c783163123f54441fb06939",
  7512. "shasum": ""
  7513. },
  7514. "require": {
  7515. "php": ">=7.2.5",
  7516. "symfony/deprecation-contracts": "^2.1",
  7517. "symfony/polyfill-ctype": "~1.8"
  7518. },
  7519. "conflict": {
  7520. "symfony/console": "<4.4"
  7521. },
  7522. "require-dev": {
  7523. "symfony/console": "^4.4|^5.0"
  7524. },
  7525. "suggest": {
  7526. "symfony/console": "For validating YAML files using the lint command"
  7527. },
  7528. "bin": [
  7529. "Resources/bin/yaml-lint"
  7530. ],
  7531. "type": "library",
  7532. "autoload": {
  7533. "psr-4": {
  7534. "Symfony\\Component\\Yaml\\": ""
  7535. },
  7536. "exclude-from-classmap": [
  7537. "/Tests/"
  7538. ]
  7539. },
  7540. "notification-url": "https://packagist.org/downloads/",
  7541. "license": [
  7542. "MIT"
  7543. ],
  7544. "authors": [
  7545. {
  7546. "name": "Fabien Potencier",
  7547. "email": "fabien@symfony.com"
  7548. },
  7549. {
  7550. "name": "Symfony Community",
  7551. "homepage": "https://symfony.com/contributors"
  7552. }
  7553. ],
  7554. "description": "Symfony Yaml Component",
  7555. "homepage": "https://symfony.com",
  7556. "support": {
  7557. "source": "https://github.com/symfony/yaml/tree/v5.2.1"
  7558. },
  7559. "funding": [
  7560. {
  7561. "url": "https://symfony.com/sponsor",
  7562. "type": "custom"
  7563. },
  7564. {
  7565. "url": "https://github.com/fabpot",
  7566. "type": "github"
  7567. },
  7568. {
  7569. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7570. "type": "tidelift"
  7571. }
  7572. ],
  7573. "time": "2020-12-08T17:02:38+00:00"
  7574. },
  7575. {
  7576. "name": "theseer/tokenizer",
  7577. "version": "1.2.0",
  7578. "source": {
  7579. "type": "git",
  7580. "url": "https://github.com/theseer/tokenizer.git",
  7581. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  7582. },
  7583. "dist": {
  7584. "type": "zip",
  7585. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  7586. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  7587. "shasum": ""
  7588. },
  7589. "require": {
  7590. "ext-dom": "*",
  7591. "ext-tokenizer": "*",
  7592. "ext-xmlwriter": "*",
  7593. "php": "^7.2 || ^8.0"
  7594. },
  7595. "type": "library",
  7596. "autoload": {
  7597. "classmap": [
  7598. "src/"
  7599. ]
  7600. },
  7601. "notification-url": "https://packagist.org/downloads/",
  7602. "license": [
  7603. "BSD-3-Clause"
  7604. ],
  7605. "authors": [
  7606. {
  7607. "name": "Arne Blankerts",
  7608. "email": "arne@blankerts.de",
  7609. "role": "Developer"
  7610. }
  7611. ],
  7612. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  7613. "support": {
  7614. "issues": "https://github.com/theseer/tokenizer/issues",
  7615. "source": "https://github.com/theseer/tokenizer/tree/master"
  7616. },
  7617. "funding": [
  7618. {
  7619. "url": "https://github.com/theseer",
  7620. "type": "github"
  7621. }
  7622. ],
  7623. "time": "2020-07-12T23:59:07+00:00"
  7624. }
  7625. ],
  7626. "aliases": [],
  7627. "minimum-stability": "dev",
  7628. "stability-flags": {
  7629. "knockout/bbcode": 20
  7630. },
  7631. "prefer-stable": true,
  7632. "prefer-lowest": false,
  7633. "platform": {
  7634. "php": ">=7.4"
  7635. },
  7636. "platform-dev": [],
  7637. "plugin-api-version": "2.0.0"
  7638. }