25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2086 lines
71 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "cd99ec05b86608c741f0f4cdf62b27d9",
  8. "packages": [
  9. {
  10. "name": "psr/log",
  11. "version": "1.1.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/log.git",
  15. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  20. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.1.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Log\\": "Psr/Log/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "http://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common interface for logging libraries",
  48. "homepage": "https://github.com/php-fig/log",
  49. "keywords": [
  50. "log",
  51. "psr",
  52. "psr-3"
  53. ],
  54. "time": "2020-03-23T09:12:05+00:00"
  55. },
  56. {
  57. "name": "symfony/console",
  58. "version": "v3.4.39",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/symfony/console.git",
  62. "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
  67. "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": "^5.5.9|>=7.0.8",
  72. "symfony/debug": "~2.8|~3.0|~4.0",
  73. "symfony/polyfill-mbstring": "~1.0"
  74. },
  75. "conflict": {
  76. "symfony/dependency-injection": "<3.4",
  77. "symfony/process": "<3.3"
  78. },
  79. "provide": {
  80. "psr/log-implementation": "1.0"
  81. },
  82. "require-dev": {
  83. "psr/log": "~1.0",
  84. "symfony/config": "~3.3|~4.0",
  85. "symfony/dependency-injection": "~3.4|~4.0",
  86. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  87. "symfony/lock": "~3.4|~4.0",
  88. "symfony/process": "~3.3|~4.0"
  89. },
  90. "suggest": {
  91. "psr/log": "For using the console logger",
  92. "symfony/event-dispatcher": "",
  93. "symfony/lock": "",
  94. "symfony/process": ""
  95. },
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "3.4-dev"
  100. }
  101. },
  102. "autoload": {
  103. "psr-4": {
  104. "Symfony\\Component\\Console\\": ""
  105. },
  106. "exclude-from-classmap": [
  107. "/Tests/"
  108. ]
  109. },
  110. "notification-url": "https://packagist.org/downloads/",
  111. "license": [
  112. "MIT"
  113. ],
  114. "authors": [
  115. {
  116. "name": "Fabien Potencier",
  117. "email": "fabien@symfony.com"
  118. },
  119. {
  120. "name": "Symfony Community",
  121. "homepage": "https://symfony.com/contributors"
  122. }
  123. ],
  124. "description": "Symfony Console Component",
  125. "homepage": "https://symfony.com",
  126. "funding": [
  127. {
  128. "url": "https://symfony.com/sponsor",
  129. "type": "custom"
  130. },
  131. {
  132. "url": "https://github.com/fabpot",
  133. "type": "github"
  134. },
  135. {
  136. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  137. "type": "tidelift"
  138. }
  139. ],
  140. "time": "2020-03-27T17:07:22+00:00"
  141. },
  142. {
  143. "name": "symfony/debug",
  144. "version": "v3.4.39",
  145. "source": {
  146. "type": "git",
  147. "url": "https://github.com/symfony/debug.git",
  148. "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
  149. },
  150. "dist": {
  151. "type": "zip",
  152. "url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
  153. "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
  154. "shasum": ""
  155. },
  156. "require": {
  157. "php": "^5.5.9|>=7.0.8",
  158. "psr/log": "~1.0"
  159. },
  160. "conflict": {
  161. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  162. },
  163. "require-dev": {
  164. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  165. },
  166. "type": "library",
  167. "extra": {
  168. "branch-alias": {
  169. "dev-master": "3.4-dev"
  170. }
  171. },
  172. "autoload": {
  173. "psr-4": {
  174. "Symfony\\Component\\Debug\\": ""
  175. },
  176. "exclude-from-classmap": [
  177. "/Tests/"
  178. ]
  179. },
  180. "notification-url": "https://packagist.org/downloads/",
  181. "license": [
  182. "MIT"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Fabien Potencier",
  187. "email": "fabien@symfony.com"
  188. },
  189. {
  190. "name": "Symfony Community",
  191. "homepage": "https://symfony.com/contributors"
  192. }
  193. ],
  194. "description": "Symfony Debug Component",
  195. "homepage": "https://symfony.com",
  196. "funding": [
  197. {
  198. "url": "https://symfony.com/sponsor",
  199. "type": "custom"
  200. },
  201. {
  202. "url": "https://github.com/fabpot",
  203. "type": "github"
  204. },
  205. {
  206. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  207. "type": "tidelift"
  208. }
  209. ],
  210. "time": "2020-03-23T10:22:40+00:00"
  211. },
  212. {
  213. "name": "symfony/polyfill-ctype",
  214. "version": "v1.15.0",
  215. "source": {
  216. "type": "git",
  217. "url": "https://github.com/symfony/polyfill-ctype.git",
  218. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
  219. },
  220. "dist": {
  221. "type": "zip",
  222. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  223. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  224. "shasum": ""
  225. },
  226. "require": {
  227. "php": ">=5.3.3"
  228. },
  229. "suggest": {
  230. "ext-ctype": "For best performance"
  231. },
  232. "type": "library",
  233. "extra": {
  234. "branch-alias": {
  235. "dev-master": "1.15-dev"
  236. }
  237. },
  238. "autoload": {
  239. "psr-4": {
  240. "Symfony\\Polyfill\\Ctype\\": ""
  241. },
  242. "files": [
  243. "bootstrap.php"
  244. ]
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "MIT"
  249. ],
  250. "authors": [
  251. {
  252. "name": "Gert de Pagter",
  253. "email": "BackEndTea@gmail.com"
  254. },
  255. {
  256. "name": "Symfony Community",
  257. "homepage": "https://symfony.com/contributors"
  258. }
  259. ],
  260. "description": "Symfony polyfill for ctype functions",
  261. "homepage": "https://symfony.com",
  262. "keywords": [
  263. "compatibility",
  264. "ctype",
  265. "polyfill",
  266. "portable"
  267. ],
  268. "funding": [
  269. {
  270. "url": "https://symfony.com/sponsor",
  271. "type": "custom"
  272. },
  273. {
  274. "url": "https://github.com/fabpot",
  275. "type": "github"
  276. },
  277. {
  278. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  279. "type": "tidelift"
  280. }
  281. ],
  282. "time": "2020-02-27T09:26:54+00:00"
  283. },
  284. {
  285. "name": "symfony/polyfill-mbstring",
  286. "version": "v1.15.0",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/symfony/polyfill-mbstring.git",
  290. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  295. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "php": ">=5.3.3"
  300. },
  301. "suggest": {
  302. "ext-mbstring": "For best performance"
  303. },
  304. "type": "library",
  305. "extra": {
  306. "branch-alias": {
  307. "dev-master": "1.15-dev"
  308. }
  309. },
  310. "autoload": {
  311. "psr-4": {
  312. "Symfony\\Polyfill\\Mbstring\\": ""
  313. },
  314. "files": [
  315. "bootstrap.php"
  316. ]
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Nicolas Grekas",
  325. "email": "p@tchwork.com"
  326. },
  327. {
  328. "name": "Symfony Community",
  329. "homepage": "https://symfony.com/contributors"
  330. }
  331. ],
  332. "description": "Symfony polyfill for the Mbstring extension",
  333. "homepage": "https://symfony.com",
  334. "keywords": [
  335. "compatibility",
  336. "mbstring",
  337. "polyfill",
  338. "portable",
  339. "shim"
  340. ],
  341. "funding": [
  342. {
  343. "url": "https://symfony.com/sponsor",
  344. "type": "custom"
  345. },
  346. {
  347. "url": "https://github.com/fabpot",
  348. "type": "github"
  349. },
  350. {
  351. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  352. "type": "tidelift"
  353. }
  354. ],
  355. "time": "2020-03-09T19:04:49+00:00"
  356. },
  357. {
  358. "name": "symfony/yaml",
  359. "version": "v3.4.39",
  360. "source": {
  361. "type": "git",
  362. "url": "https://github.com/symfony/yaml.git",
  363. "reference": "e701b47e11749970f63803879c4febb520f07b6c"
  364. },
  365. "dist": {
  366. "type": "zip",
  367. "url": "https://api.github.com/repos/symfony/yaml/zipball/e701b47e11749970f63803879c4febb520f07b6c",
  368. "reference": "e701b47e11749970f63803879c4febb520f07b6c",
  369. "shasum": ""
  370. },
  371. "require": {
  372. "php": "^5.5.9|>=7.0.8",
  373. "symfony/polyfill-ctype": "~1.8"
  374. },
  375. "conflict": {
  376. "symfony/console": "<3.4"
  377. },
  378. "require-dev": {
  379. "symfony/console": "~3.4|~4.0"
  380. },
  381. "suggest": {
  382. "symfony/console": "For validating YAML files using the lint command"
  383. },
  384. "type": "library",
  385. "extra": {
  386. "branch-alias": {
  387. "dev-master": "3.4-dev"
  388. }
  389. },
  390. "autoload": {
  391. "psr-4": {
  392. "Symfony\\Component\\Yaml\\": ""
  393. },
  394. "exclude-from-classmap": [
  395. "/Tests/"
  396. ]
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Fabien Potencier",
  405. "email": "fabien@symfony.com"
  406. },
  407. {
  408. "name": "Symfony Community",
  409. "homepage": "https://symfony.com/contributors"
  410. }
  411. ],
  412. "description": "Symfony Yaml Component",
  413. "homepage": "https://symfony.com",
  414. "funding": [
  415. {
  416. "url": "https://symfony.com/sponsor",
  417. "type": "custom"
  418. },
  419. {
  420. "url": "https://github.com/fabpot",
  421. "type": "github"
  422. },
  423. {
  424. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  425. "type": "tidelift"
  426. }
  427. ],
  428. "time": "2020-03-25T12:02:26+00:00"
  429. }
  430. ],
  431. "packages-dev": [
  432. {
  433. "name": "brainmaestro/composer-git-hooks",
  434. "version": "v2.8.3",
  435. "source": {
  436. "type": "git",
  437. "url": "https://github.com/BrainMaestro/composer-git-hooks.git",
  438. "reference": "97888dd34e900931117747cd34a42fdfcf271142"
  439. },
  440. "dist": {
  441. "type": "zip",
  442. "url": "https://api.github.com/repos/BrainMaestro/composer-git-hooks/zipball/97888dd34e900931117747cd34a42fdfcf271142",
  443. "reference": "97888dd34e900931117747cd34a42fdfcf271142",
  444. "shasum": ""
  445. },
  446. "require": {
  447. "php": "^5.6 || >=7.0",
  448. "symfony/console": "^3.2 || ^4.0 || ^5.0"
  449. },
  450. "require-dev": {
  451. "ext-json": "*",
  452. "friendsofphp/php-cs-fixer": "^2.9",
  453. "phpunit/phpunit": "^5.7 || ^7.0"
  454. },
  455. "bin": [
  456. "cghooks"
  457. ],
  458. "type": "library",
  459. "extra": {
  460. "hooks": {
  461. "pre-commit": "composer check-style",
  462. "pre-push": [
  463. "composer test",
  464. "appver=$(grep -o -E '\\d.\\d.\\d' cghooks)",
  465. "tag=$(git describe --tags --abbrev=0)",
  466. "if [ \"$tag\" != \"v$appver\" ]; then",
  467. "echo \"The most recent tag $tag does not match the application version $appver\\n\"",
  468. "tag=${tag#v}",
  469. "sed -i -E \"s/$appver/$tag/\" cghooks",
  470. "exit 1",
  471. "fi"
  472. ]
  473. }
  474. },
  475. "autoload": {
  476. "psr-4": {
  477. "BrainMaestro\\GitHooks\\": "src/"
  478. },
  479. "files": [
  480. "src/helpers.php"
  481. ]
  482. },
  483. "notification-url": "https://packagist.org/downloads/",
  484. "license": [
  485. "MIT"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Ezinwa Okpoechi",
  490. "email": "brainmaestro@outlook.com"
  491. }
  492. ],
  493. "description": "Easily manage git hooks in your composer config",
  494. "keywords": [
  495. "HOOK",
  496. "composer",
  497. "git"
  498. ],
  499. "time": "2019-12-09T09:49:20+00:00"
  500. },
  501. {
  502. "name": "doctrine/instantiator",
  503. "version": "1.3.0",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/doctrine/instantiator.git",
  507. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
  512. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
  513. "shasum": ""
  514. },
  515. "require": {
  516. "php": "^7.1"
  517. },
  518. "require-dev": {
  519. "doctrine/coding-standard": "^6.0",
  520. "ext-pdo": "*",
  521. "ext-phar": "*",
  522. "phpbench/phpbench": "^0.13",
  523. "phpstan/phpstan-phpunit": "^0.11",
  524. "phpstan/phpstan-shim": "^0.11",
  525. "phpunit/phpunit": "^7.0"
  526. },
  527. "type": "library",
  528. "extra": {
  529. "branch-alias": {
  530. "dev-master": "1.2.x-dev"
  531. }
  532. },
  533. "autoload": {
  534. "psr-4": {
  535. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  536. }
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "MIT"
  541. ],
  542. "authors": [
  543. {
  544. "name": "Marco Pivetta",
  545. "email": "ocramius@gmail.com",
  546. "homepage": "http://ocramius.github.com/"
  547. }
  548. ],
  549. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  550. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  551. "keywords": [
  552. "constructor",
  553. "instantiate"
  554. ],
  555. "time": "2019-10-21T16:45:58+00:00"
  556. },
  557. {
  558. "name": "myclabs/deep-copy",
  559. "version": "1.9.5",
  560. "source": {
  561. "type": "git",
  562. "url": "https://github.com/myclabs/DeepCopy.git",
  563. "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
  564. },
  565. "dist": {
  566. "type": "zip",
  567. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
  568. "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
  569. "shasum": ""
  570. },
  571. "require": {
  572. "php": "^7.1"
  573. },
  574. "replace": {
  575. "myclabs/deep-copy": "self.version"
  576. },
  577. "require-dev": {
  578. "doctrine/collections": "^1.0",
  579. "doctrine/common": "^2.6",
  580. "phpunit/phpunit": "^7.1"
  581. },
  582. "type": "library",
  583. "autoload": {
  584. "psr-4": {
  585. "DeepCopy\\": "src/DeepCopy/"
  586. },
  587. "files": [
  588. "src/DeepCopy/deep_copy.php"
  589. ]
  590. },
  591. "notification-url": "https://packagist.org/downloads/",
  592. "license": [
  593. "MIT"
  594. ],
  595. "description": "Create deep copies (clones) of your objects",
  596. "keywords": [
  597. "clone",
  598. "copy",
  599. "duplicate",
  600. "object",
  601. "object graph"
  602. ],
  603. "time": "2020-01-17T21:11:47+00:00"
  604. },
  605. {
  606. "name": "phar-io/manifest",
  607. "version": "1.0.3",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/phar-io/manifest.git",
  611. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  616. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  617. "shasum": ""
  618. },
  619. "require": {
  620. "ext-dom": "*",
  621. "ext-phar": "*",
  622. "phar-io/version": "^2.0",
  623. "php": "^5.6 || ^7.0"
  624. },
  625. "type": "library",
  626. "extra": {
  627. "branch-alias": {
  628. "dev-master": "1.0.x-dev"
  629. }
  630. },
  631. "autoload": {
  632. "classmap": [
  633. "src/"
  634. ]
  635. },
  636. "notification-url": "https://packagist.org/downloads/",
  637. "license": [
  638. "BSD-3-Clause"
  639. ],
  640. "authors": [
  641. {
  642. "name": "Arne Blankerts",
  643. "email": "arne@blankerts.de",
  644. "role": "Developer"
  645. },
  646. {
  647. "name": "Sebastian Heuer",
  648. "email": "sebastian@phpeople.de",
  649. "role": "Developer"
  650. },
  651. {
  652. "name": "Sebastian Bergmann",
  653. "email": "sebastian@phpunit.de",
  654. "role": "Developer"
  655. }
  656. ],
  657. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  658. "time": "2018-07-08T19:23:20+00:00"
  659. },
  660. {
  661. "name": "phar-io/version",
  662. "version": "2.0.1",
  663. "source": {
  664. "type": "git",
  665. "url": "https://github.com/phar-io/version.git",
  666. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  667. },
  668. "dist": {
  669. "type": "zip",
  670. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  671. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  672. "shasum": ""
  673. },
  674. "require": {
  675. "php": "^5.6 || ^7.0"
  676. },
  677. "type": "library",
  678. "autoload": {
  679. "classmap": [
  680. "src/"
  681. ]
  682. },
  683. "notification-url": "https://packagist.org/downloads/",
  684. "license": [
  685. "BSD-3-Clause"
  686. ],
  687. "authors": [
  688. {
  689. "name": "Arne Blankerts",
  690. "email": "arne@blankerts.de",
  691. "role": "Developer"
  692. },
  693. {
  694. "name": "Sebastian Heuer",
  695. "email": "sebastian@phpeople.de",
  696. "role": "Developer"
  697. },
  698. {
  699. "name": "Sebastian Bergmann",
  700. "email": "sebastian@phpunit.de",
  701. "role": "Developer"
  702. }
  703. ],
  704. "description": "Library for handling version information and constraints",
  705. "time": "2018-07-08T19:19:57+00:00"
  706. },
  707. {
  708. "name": "phpdocumentor/reflection-common",
  709. "version": "2.0.0",
  710. "source": {
  711. "type": "git",
  712. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  713. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
  714. },
  715. "dist": {
  716. "type": "zip",
  717. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
  718. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
  719. "shasum": ""
  720. },
  721. "require": {
  722. "php": ">=7.1"
  723. },
  724. "require-dev": {
  725. "phpunit/phpunit": "~6"
  726. },
  727. "type": "library",
  728. "extra": {
  729. "branch-alias": {
  730. "dev-master": "2.x-dev"
  731. }
  732. },
  733. "autoload": {
  734. "psr-4": {
  735. "phpDocumentor\\Reflection\\": "src/"
  736. }
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "MIT"
  741. ],
  742. "authors": [
  743. {
  744. "name": "Jaap van Otterdijk",
  745. "email": "opensource@ijaap.nl"
  746. }
  747. ],
  748. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  749. "homepage": "http://www.phpdoc.org",
  750. "keywords": [
  751. "FQSEN",
  752. "phpDocumentor",
  753. "phpdoc",
  754. "reflection",
  755. "static analysis"
  756. ],
  757. "time": "2018-08-07T13:53:10+00:00"
  758. },
  759. {
  760. "name": "phpdocumentor/reflection-docblock",
  761. "version": "5.1.0",
  762. "source": {
  763. "type": "git",
  764. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  765. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
  766. },
  767. "dist": {
  768. "type": "zip",
  769. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  770. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  771. "shasum": ""
  772. },
  773. "require": {
  774. "ext-filter": "^7.1",
  775. "php": "^7.2",
  776. "phpdocumentor/reflection-common": "^2.0",
  777. "phpdocumentor/type-resolver": "^1.0",
  778. "webmozart/assert": "^1"
  779. },
  780. "require-dev": {
  781. "doctrine/instantiator": "^1",
  782. "mockery/mockery": "^1"
  783. },
  784. "type": "library",
  785. "extra": {
  786. "branch-alias": {
  787. "dev-master": "5.x-dev"
  788. }
  789. },
  790. "autoload": {
  791. "psr-4": {
  792. "phpDocumentor\\Reflection\\": "src"
  793. }
  794. },
  795. "notification-url": "https://packagist.org/downloads/",
  796. "license": [
  797. "MIT"
  798. ],
  799. "authors": [
  800. {
  801. "name": "Mike van Riel",
  802. "email": "me@mikevanriel.com"
  803. },
  804. {
  805. "name": "Jaap van Otterdijk",
  806. "email": "account@ijaap.nl"
  807. }
  808. ],
  809. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  810. "time": "2020-02-22T12:28:44+00:00"
  811. },
  812. {
  813. "name": "phpdocumentor/type-resolver",
  814. "version": "1.1.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  818. "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
  823. "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "php": "^7.2",
  828. "phpdocumentor/reflection-common": "^2.0"
  829. },
  830. "require-dev": {
  831. "ext-tokenizer": "^7.2",
  832. "mockery/mockery": "~1"
  833. },
  834. "type": "library",
  835. "extra": {
  836. "branch-alias": {
  837. "dev-master": "1.x-dev"
  838. }
  839. },
  840. "autoload": {
  841. "psr-4": {
  842. "phpDocumentor\\Reflection\\": "src"
  843. }
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "MIT"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Mike van Riel",
  852. "email": "me@mikevanriel.com"
  853. }
  854. ],
  855. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  856. "time": "2020-02-18T18:59:58+00:00"
  857. },
  858. {
  859. "name": "phpspec/prophecy",
  860. "version": "v1.10.3",
  861. "source": {
  862. "type": "git",
  863. "url": "https://github.com/phpspec/prophecy.git",
  864. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  865. },
  866. "dist": {
  867. "type": "zip",
  868. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  869. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  870. "shasum": ""
  871. },
  872. "require": {
  873. "doctrine/instantiator": "^1.0.2",
  874. "php": "^5.3|^7.0",
  875. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  876. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  877. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  878. },
  879. "require-dev": {
  880. "phpspec/phpspec": "^2.5 || ^3.2",
  881. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  882. },
  883. "type": "library",
  884. "extra": {
  885. "branch-alias": {
  886. "dev-master": "1.10.x-dev"
  887. }
  888. },
  889. "autoload": {
  890. "psr-4": {
  891. "Prophecy\\": "src/Prophecy"
  892. }
  893. },
  894. "notification-url": "https://packagist.org/downloads/",
  895. "license": [
  896. "MIT"
  897. ],
  898. "authors": [
  899. {
  900. "name": "Konstantin Kudryashov",
  901. "email": "ever.zet@gmail.com",
  902. "homepage": "http://everzet.com"
  903. },
  904. {
  905. "name": "Marcello Duarte",
  906. "email": "marcello.duarte@gmail.com"
  907. }
  908. ],
  909. "description": "Highly opinionated mocking framework for PHP 5.3+",
  910. "homepage": "https://github.com/phpspec/prophecy",
  911. "keywords": [
  912. "Double",
  913. "Dummy",
  914. "fake",
  915. "mock",
  916. "spy",
  917. "stub"
  918. ],
  919. "time": "2020-03-05T15:02:03+00:00"
  920. },
  921. {
  922. "name": "phpstan/phpstan",
  923. "version": "0.12.18",
  924. "source": {
  925. "type": "git",
  926. "url": "https://github.com/phpstan/phpstan.git",
  927. "reference": "1ce27fe29c8660a27926127d350d53d80c4d4286"
  928. },
  929. "dist": {
  930. "type": "zip",
  931. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1ce27fe29c8660a27926127d350d53d80c4d4286",
  932. "reference": "1ce27fe29c8660a27926127d350d53d80c4d4286",
  933. "shasum": ""
  934. },
  935. "require": {
  936. "php": "^7.1"
  937. },
  938. "bin": [
  939. "phpstan",
  940. "phpstan.phar"
  941. ],
  942. "type": "library",
  943. "extra": {
  944. "branch-alias": {
  945. "dev-master": "0.12-dev"
  946. }
  947. },
  948. "autoload": {
  949. "files": [
  950. "bootstrap.php"
  951. ]
  952. },
  953. "notification-url": "https://packagist.org/downloads/",
  954. "license": [
  955. "MIT"
  956. ],
  957. "description": "PHPStan - PHP Static Analysis Tool",
  958. "funding": [
  959. {
  960. "url": "https://github.com/ondrejmirtes",
  961. "type": "github"
  962. },
  963. {
  964. "url": "https://www.patreon.com/phpstan",
  965. "type": "patreon"
  966. },
  967. {
  968. "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
  969. "type": "tidelift"
  970. }
  971. ],
  972. "time": "2020-03-22T16:51:47+00:00"
  973. },
  974. {
  975. "name": "phpunit/php-code-coverage",
  976. "version": "7.0.10",
  977. "source": {
  978. "type": "git",
  979. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  980. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  981. },
  982. "dist": {
  983. "type": "zip",
  984. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  985. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  986. "shasum": ""
  987. },
  988. "require": {
  989. "ext-dom": "*",
  990. "ext-xmlwriter": "*",
  991. "php": "^7.2",
  992. "phpunit/php-file-iterator": "^2.0.2",
  993. "phpunit/php-text-template": "^1.2.1",
  994. "phpunit/php-token-stream": "^3.1.1",
  995. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  996. "sebastian/environment": "^4.2.2",
  997. "sebastian/version": "^2.0.1",
  998. "theseer/tokenizer": "^1.1.3"
  999. },
  1000. "require-dev": {
  1001. "phpunit/phpunit": "^8.2.2"
  1002. },
  1003. "suggest": {
  1004. "ext-xdebug": "^2.7.2"
  1005. },
  1006. "type": "library",
  1007. "extra": {
  1008. "branch-alias": {
  1009. "dev-master": "7.0-dev"
  1010. }
  1011. },
  1012. "autoload": {
  1013. "classmap": [
  1014. "src/"
  1015. ]
  1016. },
  1017. "notification-url": "https://packagist.org/downloads/",
  1018. "license": [
  1019. "BSD-3-Clause"
  1020. ],
  1021. "authors": [
  1022. {
  1023. "name": "Sebastian Bergmann",
  1024. "email": "sebastian@phpunit.de",
  1025. "role": "lead"
  1026. }
  1027. ],
  1028. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1029. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1030. "keywords": [
  1031. "coverage",
  1032. "testing",
  1033. "xunit"
  1034. ],
  1035. "time": "2019-11-20T13:55:58+00:00"
  1036. },
  1037. {
  1038. "name": "phpunit/php-file-iterator",
  1039. "version": "2.0.2",
  1040. "source": {
  1041. "type": "git",
  1042. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1043. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  1044. },
  1045. "dist": {
  1046. "type": "zip",
  1047. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  1048. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  1049. "shasum": ""
  1050. },
  1051. "require": {
  1052. "php": "^7.1"
  1053. },
  1054. "require-dev": {
  1055. "phpunit/phpunit": "^7.1"
  1056. },
  1057. "type": "library",
  1058. "extra": {
  1059. "branch-alias": {
  1060. "dev-master": "2.0.x-dev"
  1061. }
  1062. },
  1063. "autoload": {
  1064. "classmap": [
  1065. "src/"
  1066. ]
  1067. },
  1068. "notification-url": "https://packagist.org/downloads/",
  1069. "license": [
  1070. "BSD-3-Clause"
  1071. ],
  1072. "authors": [
  1073. {
  1074. "name": "Sebastian Bergmann",
  1075. "email": "sebastian@phpunit.de",
  1076. "role": "lead"
  1077. }
  1078. ],
  1079. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1080. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1081. "keywords": [
  1082. "filesystem",
  1083. "iterator"
  1084. ],
  1085. "time": "2018-09-13T20:33:42+00:00"
  1086. },
  1087. {
  1088. "name": "phpunit/php-text-template",
  1089. "version": "1.2.1",
  1090. "source": {
  1091. "type": "git",
  1092. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1093. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1094. },
  1095. "dist": {
  1096. "type": "zip",
  1097. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1098. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1099. "shasum": ""
  1100. },
  1101. "require": {
  1102. "php": ">=5.3.3"
  1103. },
  1104. "type": "library",
  1105. "autoload": {
  1106. "classmap": [
  1107. "src/"
  1108. ]
  1109. },
  1110. "notification-url": "https://packagist.org/downloads/",
  1111. "license": [
  1112. "BSD-3-Clause"
  1113. ],
  1114. "authors": [
  1115. {
  1116. "name": "Sebastian Bergmann",
  1117. "email": "sebastian@phpunit.de",
  1118. "role": "lead"
  1119. }
  1120. ],
  1121. "description": "Simple template engine.",
  1122. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1123. "keywords": [
  1124. "template"
  1125. ],
  1126. "time": "2015-06-21T13:50:34+00:00"
  1127. },
  1128. {
  1129. "name": "phpunit/php-timer",
  1130. "version": "2.1.2",
  1131. "source": {
  1132. "type": "git",
  1133. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1134. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  1135. },
  1136. "dist": {
  1137. "type": "zip",
  1138. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  1139. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  1140. "shasum": ""
  1141. },
  1142. "require": {
  1143. "php": "^7.1"
  1144. },
  1145. "require-dev": {
  1146. "phpunit/phpunit": "^7.0"
  1147. },
  1148. "type": "library",
  1149. "extra": {
  1150. "branch-alias": {
  1151. "dev-master": "2.1-dev"
  1152. }
  1153. },
  1154. "autoload": {
  1155. "classmap": [
  1156. "src/"
  1157. ]
  1158. },
  1159. "notification-url": "https://packagist.org/downloads/",
  1160. "license": [
  1161. "BSD-3-Clause"
  1162. ],
  1163. "authors": [
  1164. {
  1165. "name": "Sebastian Bergmann",
  1166. "email": "sebastian@phpunit.de",
  1167. "role": "lead"
  1168. }
  1169. ],
  1170. "description": "Utility class for timing",
  1171. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1172. "keywords": [
  1173. "timer"
  1174. ],
  1175. "time": "2019-06-07T04:22:29+00:00"
  1176. },
  1177. {
  1178. "name": "phpunit/php-token-stream",
  1179. "version": "3.1.1",
  1180. "source": {
  1181. "type": "git",
  1182. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1183. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  1184. },
  1185. "dist": {
  1186. "type": "zip",
  1187. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  1188. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  1189. "shasum": ""
  1190. },
  1191. "require": {
  1192. "ext-tokenizer": "*",
  1193. "php": "^7.1"
  1194. },
  1195. "require-dev": {
  1196. "phpunit/phpunit": "^7.0"
  1197. },
  1198. "type": "library",
  1199. "extra": {
  1200. "branch-alias": {
  1201. "dev-master": "3.1-dev"
  1202. }
  1203. },
  1204. "autoload": {
  1205. "classmap": [
  1206. "src/"
  1207. ]
  1208. },
  1209. "notification-url": "https://packagist.org/downloads/",
  1210. "license": [
  1211. "BSD-3-Clause"
  1212. ],
  1213. "authors": [
  1214. {
  1215. "name": "Sebastian Bergmann",
  1216. "email": "sebastian@phpunit.de"
  1217. }
  1218. ],
  1219. "description": "Wrapper around PHP's tokenizer extension.",
  1220. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1221. "keywords": [
  1222. "tokenizer"
  1223. ],
  1224. "time": "2019-09-17T06:23:10+00:00"
  1225. },
  1226. {
  1227. "name": "phpunit/phpunit",
  1228. "version": "8.5.3",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1232. "reference": "67750516bc02f300e2742fed2f50177f8f37bedf"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/67750516bc02f300e2742fed2f50177f8f37bedf",
  1237. "reference": "67750516bc02f300e2742fed2f50177f8f37bedf",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "doctrine/instantiator": "^1.2.0",
  1242. "ext-dom": "*",
  1243. "ext-json": "*",
  1244. "ext-libxml": "*",
  1245. "ext-mbstring": "*",
  1246. "ext-xml": "*",
  1247. "ext-xmlwriter": "*",
  1248. "myclabs/deep-copy": "^1.9.1",
  1249. "phar-io/manifest": "^1.0.3",
  1250. "phar-io/version": "^2.0.1",
  1251. "php": "^7.2",
  1252. "phpspec/prophecy": "^1.8.1",
  1253. "phpunit/php-code-coverage": "^7.0.7",
  1254. "phpunit/php-file-iterator": "^2.0.2",
  1255. "phpunit/php-text-template": "^1.2.1",
  1256. "phpunit/php-timer": "^2.1.2",
  1257. "sebastian/comparator": "^3.0.2",
  1258. "sebastian/diff": "^3.0.2",
  1259. "sebastian/environment": "^4.2.2",
  1260. "sebastian/exporter": "^3.1.1",
  1261. "sebastian/global-state": "^3.0.0",
  1262. "sebastian/object-enumerator": "^3.0.3",
  1263. "sebastian/resource-operations": "^2.0.1",
  1264. "sebastian/type": "^1.1.3",
  1265. "sebastian/version": "^2.0.1"
  1266. },
  1267. "require-dev": {
  1268. "ext-pdo": "*"
  1269. },
  1270. "suggest": {
  1271. "ext-soap": "*",
  1272. "ext-xdebug": "*",
  1273. "phpunit/php-invoker": "^2.0.0"
  1274. },
  1275. "bin": [
  1276. "phpunit"
  1277. ],
  1278. "type": "library",
  1279. "extra": {
  1280. "branch-alias": {
  1281. "dev-master": "8.5-dev"
  1282. }
  1283. },
  1284. "autoload": {
  1285. "classmap": [
  1286. "src/"
  1287. ]
  1288. },
  1289. "notification-url": "https://packagist.org/downloads/",
  1290. "license": [
  1291. "BSD-3-Clause"
  1292. ],
  1293. "authors": [
  1294. {
  1295. "name": "Sebastian Bergmann",
  1296. "email": "sebastian@phpunit.de",
  1297. "role": "lead"
  1298. }
  1299. ],
  1300. "description": "The PHP Unit Testing framework.",
  1301. "homepage": "https://phpunit.de/",
  1302. "keywords": [
  1303. "phpunit",
  1304. "testing",
  1305. "xunit"
  1306. ],
  1307. "funding": [
  1308. {
  1309. "url": "https://phpunit.de/donate.html",
  1310. "type": "custom"
  1311. },
  1312. {
  1313. "url": "https://github.com/sebastianbergmann",
  1314. "type": "github"
  1315. }
  1316. ],
  1317. "time": "2020-03-31T08:52:04+00:00"
  1318. },
  1319. {
  1320. "name": "sebastian/code-unit-reverse-lookup",
  1321. "version": "1.0.1",
  1322. "source": {
  1323. "type": "git",
  1324. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1325. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  1326. },
  1327. "dist": {
  1328. "type": "zip",
  1329. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1330. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1331. "shasum": ""
  1332. },
  1333. "require": {
  1334. "php": "^5.6 || ^7.0"
  1335. },
  1336. "require-dev": {
  1337. "phpunit/phpunit": "^5.7 || ^6.0"
  1338. },
  1339. "type": "library",
  1340. "extra": {
  1341. "branch-alias": {
  1342. "dev-master": "1.0.x-dev"
  1343. }
  1344. },
  1345. "autoload": {
  1346. "classmap": [
  1347. "src/"
  1348. ]
  1349. },
  1350. "notification-url": "https://packagist.org/downloads/",
  1351. "license": [
  1352. "BSD-3-Clause"
  1353. ],
  1354. "authors": [
  1355. {
  1356. "name": "Sebastian Bergmann",
  1357. "email": "sebastian@phpunit.de"
  1358. }
  1359. ],
  1360. "description": "Looks up which function or method a line of code belongs to",
  1361. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1362. "time": "2017-03-04T06:30:41+00:00"
  1363. },
  1364. {
  1365. "name": "sebastian/comparator",
  1366. "version": "3.0.2",
  1367. "source": {
  1368. "type": "git",
  1369. "url": "https://github.com/sebastianbergmann/comparator.git",
  1370. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  1371. },
  1372. "dist": {
  1373. "type": "zip",
  1374. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  1375. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  1376. "shasum": ""
  1377. },
  1378. "require": {
  1379. "php": "^7.1",
  1380. "sebastian/diff": "^3.0",
  1381. "sebastian/exporter": "^3.1"
  1382. },
  1383. "require-dev": {
  1384. "phpunit/phpunit": "^7.1"
  1385. },
  1386. "type": "library",
  1387. "extra": {
  1388. "branch-alias": {
  1389. "dev-master": "3.0-dev"
  1390. }
  1391. },
  1392. "autoload": {
  1393. "classmap": [
  1394. "src/"
  1395. ]
  1396. },
  1397. "notification-url": "https://packagist.org/downloads/",
  1398. "license": [
  1399. "BSD-3-Clause"
  1400. ],
  1401. "authors": [
  1402. {
  1403. "name": "Jeff Welch",
  1404. "email": "whatthejeff@gmail.com"
  1405. },
  1406. {
  1407. "name": "Volker Dusch",
  1408. "email": "github@wallbash.com"
  1409. },
  1410. {
  1411. "name": "Bernhard Schussek",
  1412. "email": "bschussek@2bepublished.at"
  1413. },
  1414. {
  1415. "name": "Sebastian Bergmann",
  1416. "email": "sebastian@phpunit.de"
  1417. }
  1418. ],
  1419. "description": "Provides the functionality to compare PHP values for equality",
  1420. "homepage": "https://github.com/sebastianbergmann/comparator",
  1421. "keywords": [
  1422. "comparator",
  1423. "compare",
  1424. "equality"
  1425. ],
  1426. "time": "2018-07-12T15:12:46+00:00"
  1427. },
  1428. {
  1429. "name": "sebastian/diff",
  1430. "version": "3.0.2",
  1431. "source": {
  1432. "type": "git",
  1433. "url": "https://github.com/sebastianbergmann/diff.git",
  1434. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  1435. },
  1436. "dist": {
  1437. "type": "zip",
  1438. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  1439. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  1440. "shasum": ""
  1441. },
  1442. "require": {
  1443. "php": "^7.1"
  1444. },
  1445. "require-dev": {
  1446. "phpunit/phpunit": "^7.5 || ^8.0",
  1447. "symfony/process": "^2 || ^3.3 || ^4"
  1448. },
  1449. "type": "library",
  1450. "extra": {
  1451. "branch-alias": {
  1452. "dev-master": "3.0-dev"
  1453. }
  1454. },
  1455. "autoload": {
  1456. "classmap": [
  1457. "src/"
  1458. ]
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "BSD-3-Clause"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Kore Nordmann",
  1467. "email": "mail@kore-nordmann.de"
  1468. },
  1469. {
  1470. "name": "Sebastian Bergmann",
  1471. "email": "sebastian@phpunit.de"
  1472. }
  1473. ],
  1474. "description": "Diff implementation",
  1475. "homepage": "https://github.com/sebastianbergmann/diff",
  1476. "keywords": [
  1477. "diff",
  1478. "udiff",
  1479. "unidiff",
  1480. "unified diff"
  1481. ],
  1482. "time": "2019-02-04T06:01:07+00:00"
  1483. },
  1484. {
  1485. "name": "sebastian/environment",
  1486. "version": "4.2.3",
  1487. "source": {
  1488. "type": "git",
  1489. "url": "https://github.com/sebastianbergmann/environment.git",
  1490. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  1491. },
  1492. "dist": {
  1493. "type": "zip",
  1494. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  1495. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  1496. "shasum": ""
  1497. },
  1498. "require": {
  1499. "php": "^7.1"
  1500. },
  1501. "require-dev": {
  1502. "phpunit/phpunit": "^7.5"
  1503. },
  1504. "suggest": {
  1505. "ext-posix": "*"
  1506. },
  1507. "type": "library",
  1508. "extra": {
  1509. "branch-alias": {
  1510. "dev-master": "4.2-dev"
  1511. }
  1512. },
  1513. "autoload": {
  1514. "classmap": [
  1515. "src/"
  1516. ]
  1517. },
  1518. "notification-url": "https://packagist.org/downloads/",
  1519. "license": [
  1520. "BSD-3-Clause"
  1521. ],
  1522. "authors": [
  1523. {
  1524. "name": "Sebastian Bergmann",
  1525. "email": "sebastian@phpunit.de"
  1526. }
  1527. ],
  1528. "description": "Provides functionality to handle HHVM/PHP environments",
  1529. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1530. "keywords": [
  1531. "Xdebug",
  1532. "environment",
  1533. "hhvm"
  1534. ],
  1535. "time": "2019-11-20T08:46:58+00:00"
  1536. },
  1537. {
  1538. "name": "sebastian/exporter",
  1539. "version": "3.1.2",
  1540. "source": {
  1541. "type": "git",
  1542. "url": "https://github.com/sebastianbergmann/exporter.git",
  1543. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  1544. },
  1545. "dist": {
  1546. "type": "zip",
  1547. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  1548. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  1549. "shasum": ""
  1550. },
  1551. "require": {
  1552. "php": "^7.0",
  1553. "sebastian/recursion-context": "^3.0"
  1554. },
  1555. "require-dev": {
  1556. "ext-mbstring": "*",
  1557. "phpunit/phpunit": "^6.0"
  1558. },
  1559. "type": "library",
  1560. "extra": {
  1561. "branch-alias": {
  1562. "dev-master": "3.1.x-dev"
  1563. }
  1564. },
  1565. "autoload": {
  1566. "classmap": [
  1567. "src/"
  1568. ]
  1569. },
  1570. "notification-url": "https://packagist.org/downloads/",
  1571. "license": [
  1572. "BSD-3-Clause"
  1573. ],
  1574. "authors": [
  1575. {
  1576. "name": "Sebastian Bergmann",
  1577. "email": "sebastian@phpunit.de"
  1578. },
  1579. {
  1580. "name": "Jeff Welch",
  1581. "email": "whatthejeff@gmail.com"
  1582. },
  1583. {
  1584. "name": "Volker Dusch",
  1585. "email": "github@wallbash.com"
  1586. },
  1587. {
  1588. "name": "Adam Harvey",
  1589. "email": "aharvey@php.net"
  1590. },
  1591. {
  1592. "name": "Bernhard Schussek",
  1593. "email": "bschussek@gmail.com"
  1594. }
  1595. ],
  1596. "description": "Provides the functionality to export PHP variables for visualization",
  1597. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1598. "keywords": [
  1599. "export",
  1600. "exporter"
  1601. ],
  1602. "time": "2019-09-14T09:02:43+00:00"
  1603. },
  1604. {
  1605. "name": "sebastian/global-state",
  1606. "version": "3.0.0",
  1607. "source": {
  1608. "type": "git",
  1609. "url": "https://github.com/sebastianbergmann/global-state.git",
  1610. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  1611. },
  1612. "dist": {
  1613. "type": "zip",
  1614. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  1615. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  1616. "shasum": ""
  1617. },
  1618. "require": {
  1619. "php": "^7.2",
  1620. "sebastian/object-reflector": "^1.1.1",
  1621. "sebastian/recursion-context": "^3.0"
  1622. },
  1623. "require-dev": {
  1624. "ext-dom": "*",
  1625. "phpunit/phpunit": "^8.0"
  1626. },
  1627. "suggest": {
  1628. "ext-uopz": "*"
  1629. },
  1630. "type": "library",
  1631. "extra": {
  1632. "branch-alias": {
  1633. "dev-master": "3.0-dev"
  1634. }
  1635. },
  1636. "autoload": {
  1637. "classmap": [
  1638. "src/"
  1639. ]
  1640. },
  1641. "notification-url": "https://packagist.org/downloads/",
  1642. "license": [
  1643. "BSD-3-Clause"
  1644. ],
  1645. "authors": [
  1646. {
  1647. "name": "Sebastian Bergmann",
  1648. "email": "sebastian@phpunit.de"
  1649. }
  1650. ],
  1651. "description": "Snapshotting of global state",
  1652. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1653. "keywords": [
  1654. "global state"
  1655. ],
  1656. "time": "2019-02-01T05:30:01+00:00"
  1657. },
  1658. {
  1659. "name": "sebastian/object-enumerator",
  1660. "version": "3.0.3",
  1661. "source": {
  1662. "type": "git",
  1663. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1664. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  1665. },
  1666. "dist": {
  1667. "type": "zip",
  1668. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  1669. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  1670. "shasum": ""
  1671. },
  1672. "require": {
  1673. "php": "^7.0",
  1674. "sebastian/object-reflector": "^1.1.1",
  1675. "sebastian/recursion-context": "^3.0"
  1676. },
  1677. "require-dev": {
  1678. "phpunit/phpunit": "^6.0"
  1679. },
  1680. "type": "library",
  1681. "extra": {
  1682. "branch-alias": {
  1683. "dev-master": "3.0.x-dev"
  1684. }
  1685. },
  1686. "autoload": {
  1687. "classmap": [
  1688. "src/"
  1689. ]
  1690. },
  1691. "notification-url": "https://packagist.org/downloads/",
  1692. "license": [
  1693. "BSD-3-Clause"
  1694. ],
  1695. "authors": [
  1696. {
  1697. "name": "Sebastian Bergmann",
  1698. "email": "sebastian@phpunit.de"
  1699. }
  1700. ],
  1701. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1702. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1703. "time": "2017-08-03T12:35:26+00:00"
  1704. },
  1705. {
  1706. "name": "sebastian/object-reflector",
  1707. "version": "1.1.1",
  1708. "source": {
  1709. "type": "git",
  1710. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  1711. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  1712. },
  1713. "dist": {
  1714. "type": "zip",
  1715. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  1716. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  1717. "shasum": ""
  1718. },
  1719. "require": {
  1720. "php": "^7.0"
  1721. },
  1722. "require-dev": {
  1723. "phpunit/phpunit": "^6.0"
  1724. },
  1725. "type": "library",
  1726. "extra": {
  1727. "branch-alias": {
  1728. "dev-master": "1.1-dev"
  1729. }
  1730. },
  1731. "autoload": {
  1732. "classmap": [
  1733. "src/"
  1734. ]
  1735. },
  1736. "notification-url": "https://packagist.org/downloads/",
  1737. "license": [
  1738. "BSD-3-Clause"
  1739. ],
  1740. "authors": [
  1741. {
  1742. "name": "Sebastian Bergmann",
  1743. "email": "sebastian@phpunit.de"
  1744. }
  1745. ],
  1746. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  1747. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  1748. "time": "2017-03-29T09:07:27+00:00"
  1749. },
  1750. {
  1751. "name": "sebastian/recursion-context",
  1752. "version": "3.0.0",
  1753. "source": {
  1754. "type": "git",
  1755. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1756. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  1757. },
  1758. "dist": {
  1759. "type": "zip",
  1760. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  1761. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  1762. "shasum": ""
  1763. },
  1764. "require": {
  1765. "php": "^7.0"
  1766. },
  1767. "require-dev": {
  1768. "phpunit/phpunit": "^6.0"
  1769. },
  1770. "type": "library",
  1771. "extra": {
  1772. "branch-alias": {
  1773. "dev-master": "3.0.x-dev"
  1774. }
  1775. },
  1776. "autoload": {
  1777. "classmap": [
  1778. "src/"
  1779. ]
  1780. },
  1781. "notification-url": "https://packagist.org/downloads/",
  1782. "license": [
  1783. "BSD-3-Clause"
  1784. ],
  1785. "authors": [
  1786. {
  1787. "name": "Jeff Welch",
  1788. "email": "whatthejeff@gmail.com"
  1789. },
  1790. {
  1791. "name": "Sebastian Bergmann",
  1792. "email": "sebastian@phpunit.de"
  1793. },
  1794. {
  1795. "name": "Adam Harvey",
  1796. "email": "aharvey@php.net"
  1797. }
  1798. ],
  1799. "description": "Provides functionality to recursively process PHP variables",
  1800. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1801. "time": "2017-03-03T06:23:57+00:00"
  1802. },
  1803. {
  1804. "name": "sebastian/resource-operations",
  1805. "version": "2.0.1",
  1806. "source": {
  1807. "type": "git",
  1808. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1809. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  1810. },
  1811. "dist": {
  1812. "type": "zip",
  1813. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  1814. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  1815. "shasum": ""
  1816. },
  1817. "require": {
  1818. "php": "^7.1"
  1819. },
  1820. "type": "library",
  1821. "extra": {
  1822. "branch-alias": {
  1823. "dev-master": "2.0-dev"
  1824. }
  1825. },
  1826. "autoload": {
  1827. "classmap": [
  1828. "src/"
  1829. ]
  1830. },
  1831. "notification-url": "https://packagist.org/downloads/",
  1832. "license": [
  1833. "BSD-3-Clause"
  1834. ],
  1835. "authors": [
  1836. {
  1837. "name": "Sebastian Bergmann",
  1838. "email": "sebastian@phpunit.de"
  1839. }
  1840. ],
  1841. "description": "Provides a list of PHP built-in functions that operate on resources",
  1842. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1843. "time": "2018-10-04T04:07:39+00:00"
  1844. },
  1845. {
  1846. "name": "sebastian/type",
  1847. "version": "1.1.3",
  1848. "source": {
  1849. "type": "git",
  1850. "url": "https://github.com/sebastianbergmann/type.git",
  1851. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
  1852. },
  1853. "dist": {
  1854. "type": "zip",
  1855. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
  1856. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
  1857. "shasum": ""
  1858. },
  1859. "require": {
  1860. "php": "^7.2"
  1861. },
  1862. "require-dev": {
  1863. "phpunit/phpunit": "^8.2"
  1864. },
  1865. "type": "library",
  1866. "extra": {
  1867. "branch-alias": {
  1868. "dev-master": "1.1-dev"
  1869. }
  1870. },
  1871. "autoload": {
  1872. "classmap": [
  1873. "src/"
  1874. ]
  1875. },
  1876. "notification-url": "https://packagist.org/downloads/",
  1877. "license": [
  1878. "BSD-3-Clause"
  1879. ],
  1880. "authors": [
  1881. {
  1882. "name": "Sebastian Bergmann",
  1883. "email": "sebastian@phpunit.de",
  1884. "role": "lead"
  1885. }
  1886. ],
  1887. "description": "Collection of value objects that represent the types of the PHP type system",
  1888. "homepage": "https://github.com/sebastianbergmann/type",
  1889. "time": "2019-07-02T08:10:15+00:00"
  1890. },
  1891. {
  1892. "name": "sebastian/version",
  1893. "version": "2.0.1",
  1894. "source": {
  1895. "type": "git",
  1896. "url": "https://github.com/sebastianbergmann/version.git",
  1897. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1898. },
  1899. "dist": {
  1900. "type": "zip",
  1901. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1902. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1903. "shasum": ""
  1904. },
  1905. "require": {
  1906. "php": ">=5.6"
  1907. },
  1908. "type": "library",
  1909. "extra": {
  1910. "branch-alias": {
  1911. "dev-master": "2.0.x-dev"
  1912. }
  1913. },
  1914. "autoload": {
  1915. "classmap": [
  1916. "src/"
  1917. ]
  1918. },
  1919. "notification-url": "https://packagist.org/downloads/",
  1920. "license": [
  1921. "BSD-3-Clause"
  1922. ],
  1923. "authors": [
  1924. {
  1925. "name": "Sebastian Bergmann",
  1926. "email": "sebastian@phpunit.de",
  1927. "role": "lead"
  1928. }
  1929. ],
  1930. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1931. "homepage": "https://github.com/sebastianbergmann/version",
  1932. "time": "2016-10-03T07:35:21+00:00"
  1933. },
  1934. {
  1935. "name": "squizlabs/php_codesniffer",
  1936. "version": "3.5.4",
  1937. "source": {
  1938. "type": "git",
  1939. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1940. "reference": "dceec07328401de6211037abbb18bda423677e26"
  1941. },
  1942. "dist": {
  1943. "type": "zip",
  1944. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
  1945. "reference": "dceec07328401de6211037abbb18bda423677e26",
  1946. "shasum": ""
  1947. },
  1948. "require": {
  1949. "ext-simplexml": "*",
  1950. "ext-tokenizer": "*",
  1951. "ext-xmlwriter": "*",
  1952. "php": ">=5.4.0"
  1953. },
  1954. "require-dev": {
  1955. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1956. },
  1957. "bin": [
  1958. "bin/phpcs",
  1959. "bin/phpcbf"
  1960. ],
  1961. "type": "library",
  1962. "extra": {
  1963. "branch-alias": {
  1964. "dev-master": "3.x-dev"
  1965. }
  1966. },
  1967. "notification-url": "https://packagist.org/downloads/",
  1968. "license": [
  1969. "BSD-3-Clause"
  1970. ],
  1971. "authors": [
  1972. {
  1973. "name": "Greg Sherwood",
  1974. "role": "lead"
  1975. }
  1976. ],
  1977. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1978. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  1979. "keywords": [
  1980. "phpcs",
  1981. "standards"
  1982. ],
  1983. "time": "2020-01-30T22:20:29+00:00"
  1984. },
  1985. {
  1986. "name": "theseer/tokenizer",
  1987. "version": "1.1.3",
  1988. "source": {
  1989. "type": "git",
  1990. "url": "https://github.com/theseer/tokenizer.git",
  1991. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  1992. },
  1993. "dist": {
  1994. "type": "zip",
  1995. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  1996. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  1997. "shasum": ""
  1998. },
  1999. "require": {
  2000. "ext-dom": "*",
  2001. "ext-tokenizer": "*",
  2002. "ext-xmlwriter": "*",
  2003. "php": "^7.0"
  2004. },
  2005. "type": "library",
  2006. "autoload": {
  2007. "classmap": [
  2008. "src/"
  2009. ]
  2010. },
  2011. "notification-url": "https://packagist.org/downloads/",
  2012. "license": [
  2013. "BSD-3-Clause"
  2014. ],
  2015. "authors": [
  2016. {
  2017. "name": "Arne Blankerts",
  2018. "email": "arne@blankerts.de",
  2019. "role": "Developer"
  2020. }
  2021. ],
  2022. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  2023. "time": "2019-06-13T22:48:21+00:00"
  2024. },
  2025. {
  2026. "name": "webmozart/assert",
  2027. "version": "1.7.0",
  2028. "source": {
  2029. "type": "git",
  2030. "url": "https://github.com/webmozart/assert.git",
  2031. "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
  2032. },
  2033. "dist": {
  2034. "type": "zip",
  2035. "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
  2036. "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
  2037. "shasum": ""
  2038. },
  2039. "require": {
  2040. "php": "^5.3.3 || ^7.0",
  2041. "symfony/polyfill-ctype": "^1.8"
  2042. },
  2043. "conflict": {
  2044. "vimeo/psalm": "<3.6.0"
  2045. },
  2046. "require-dev": {
  2047. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  2048. },
  2049. "type": "library",
  2050. "autoload": {
  2051. "psr-4": {
  2052. "Webmozart\\Assert\\": "src/"
  2053. }
  2054. },
  2055. "notification-url": "https://packagist.org/downloads/",
  2056. "license": [
  2057. "MIT"
  2058. ],
  2059. "authors": [
  2060. {
  2061. "name": "Bernhard Schussek",
  2062. "email": "bschussek@gmail.com"
  2063. }
  2064. ],
  2065. "description": "Assertions to validate method input/output with nice error messages.",
  2066. "keywords": [
  2067. "assert",
  2068. "check",
  2069. "validate"
  2070. ],
  2071. "time": "2020-02-14T12:15:55+00:00"
  2072. }
  2073. ],
  2074. "aliases": [],
  2075. "minimum-stability": "stable",
  2076. "stability-flags": [],
  2077. "prefer-stable": false,
  2078. "prefer-lowest": false,
  2079. "platform": {
  2080. "php": ">=7.2",
  2081. "ext-mbstring": "*"
  2082. },
  2083. "platform-dev": [],
  2084. "plugin-api-version": "1.1.0"
  2085. }