Guest User

Untitled

a guest
May 26th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.49 KB | None | 0 0
  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": "1cf56a07ceba9520878b1298eed1954c",
  8. "packages": [
  9. {
  10. "name": "opis/closure",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/opis/closure.git",
  15. "reference": "2e3299cea6f485ca64d19c540f46d7896c512ace"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/opis/closure/zipball/2e3299cea6f485ca64d19c540f46d7896c512ace",
  20. "reference": "2e3299cea6f485ca64d19c540f46d7896c512ace",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.4 || ^7.0"
  25. },
  26. "require-dev": {
  27. "jeremeamia/superclosure": "^2.0",
  28. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "3.5.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Opis\\Closure\\": "src/"
  39. },
  40. "files": [
  41. "functions.php"
  42. ]
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Marius Sarca",
  51. "email": "[email protected]"
  52. },
  53. {
  54. "name": "Sorin Sarca",
  55. "email": "[email protected]"
  56. }
  57. ],
  58. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  59. "homepage": "https://opis.io/closure",
  60. "keywords": [
  61. "anonymous functions",
  62. "closure",
  63. "function",
  64. "serializable",
  65. "serialization",
  66. "serialize"
  67. ],
  68. "time": "2020-05-21T20:09:36+00:00"
  69. },
  70. {
  71. "name": "riimu/kit-phpencoder",
  72. "version": "v2.4.0",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/Riimu/Kit-PHPEncoder.git",
  76. "reference": "7e876d25019c3f6c23321ab5ac1a55c72fcd0933"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/Riimu/Kit-PHPEncoder/zipball/7e876d25019c3f6c23321ab5ac1a55c72fcd0933",
  81. "reference": "7e876d25019c3f6c23321ab5ac1a55c72fcd0933",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.6.0"
  86. },
  87. "require-dev": {
  88. "phpunit/phpunit": "^7.2 || ^6.5 || ^5.7"
  89. },
  90. "suggest": {
  91. "ext-gmp": "To convert GMP numbers into PHP code"
  92. },
  93. "type": "library",
  94. "autoload": {
  95. "psr-4": {
  96. "Riimu\\Kit\\PHPEncoder\\": "src/"
  97. }
  98. },
  99. "notification-url": "https://packagist.org/downloads/",
  100. "license": [
  101. "MIT"
  102. ],
  103. "authors": [
  104. {
  105. "name": "Riikka Kalliomäki",
  106. "email": "[email protected]",
  107. "homepage": "http://riimu.net"
  108. }
  109. ],
  110. "description": "Highly customizable alternative to var_export for PHP code generation",
  111. "homepage": "http://kit.riimu.net",
  112. "keywords": [
  113. "code",
  114. "encoder",
  115. "export",
  116. "generator",
  117. "variable"
  118. ],
  119. "time": "2018-07-03T12:46:23+00:00"
  120. },
  121. {
  122. "name": "yiisoft/arrays",
  123. "version": "dev-master",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/yiisoft/arrays.git",
  127. "reference": "085e78d65e574d20737deccfee84ebe4125b022b"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/yiisoft/arrays/zipball/085e78d65e574d20737deccfee84ebe4125b022b",
  132. "reference": "085e78d65e574d20737deccfee84ebe4125b022b",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "php": "^7.4 || ^8.0",
  137. "yiisoft/strings": "^3.0@dev"
  138. },
  139. "require-dev": {
  140. "phpunit/phpunit": "^9.0"
  141. },
  142. "type": "library",
  143. "extra": {
  144. "branch-alias": {
  145. "dev-master": "3.0.x-dev"
  146. }
  147. },
  148. "autoload": {
  149. "psr-4": {
  150. "Yiisoft\\Arrays\\": "src"
  151. }
  152. },
  153. "notification-url": "https://packagist.org/downloads/",
  154. "license": [
  155. "BSD-3-Clause"
  156. ],
  157. "description": "Yii - Array Helper",
  158. "homepage": "http://www.yiiframework.com/",
  159. "keywords": [
  160. "array",
  161. "helper",
  162. "yii"
  163. ],
  164. "funding": [
  165. {
  166. "url": "https://github.com/yiisoft",
  167. "type": "github"
  168. },
  169. {
  170. "url": "https://opencollective.com/yiisoft",
  171. "type": "open_collective"
  172. }
  173. ],
  174. "time": "2020-05-16T10:48:02+00:00"
  175. },
  176. {
  177. "name": "yiisoft/strings",
  178. "version": "dev-master",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/yiisoft/strings.git",
  182. "reference": "05b2dd0a381739ff38263a944d9f353103596dd8"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/yiisoft/strings/zipball/05b2dd0a381739ff38263a944d9f353103596dd8",
  187. "reference": "05b2dd0a381739ff38263a944d9f353103596dd8",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "ext-mbstring": "*",
  192. "php": "^7.4"
  193. },
  194. "require-dev": {
  195. "phpunit/phpunit": "^8.4",
  196. "yiisoft/var-dumper": "^3.0@dev"
  197. },
  198. "type": "library",
  199. "extra": {
  200. "branch-alias": {
  201. "dev-master": "3.0.x-dev"
  202. }
  203. },
  204. "autoload": {
  205. "psr-4": {
  206. "Yiisoft\\Strings\\": "src"
  207. }
  208. },
  209. "notification-url": "https://packagist.org/downloads/",
  210. "license": [
  211. "BSD-3-Clause"
  212. ],
  213. "description": "Yii - String Helper",
  214. "homepage": "http://www.yiiframework.com/",
  215. "keywords": [
  216. "helper",
  217. "string",
  218. "yii"
  219. ],
  220. "funding": [
  221. {
  222. "url": "https://github.com/yiisoft",
  223. "type": "github"
  224. },
  225. {
  226. "url": "https://opencollective.com/yiisoft",
  227. "type": "open_collective"
  228. }
  229. ],
  230. "time": "2020-03-27T12:21:55+00:00"
  231. }
  232. ],
  233. "packages-dev": [
  234. {
  235. "name": "composer/ca-bundle",
  236. "version": "dev-master",
  237. "source": {
  238. "type": "git",
  239. "url": "https://github.com/composer/ca-bundle.git",
  240. "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
  241. },
  242. "dist": {
  243. "type": "zip",
  244. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
  245. "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
  246. "shasum": ""
  247. },
  248. "require": {
  249. "ext-openssl": "*",
  250. "ext-pcre": "*",
  251. "php": "^5.3.2 || ^7.0 || ^8.0"
  252. },
  253. "require-dev": {
  254. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  255. "psr/log": "^1.0",
  256. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  257. },
  258. "type": "library",
  259. "extra": {
  260. "branch-alias": {
  261. "dev-master": "1.x-dev"
  262. }
  263. },
  264. "autoload": {
  265. "psr-4": {
  266. "Composer\\CaBundle\\": "src"
  267. }
  268. },
  269. "notification-url": "https://packagist.org/downloads/",
  270. "license": [
  271. "MIT"
  272. ],
  273. "authors": [
  274. {
  275. "name": "Jordi Boggiano",
  276. "email": "[email protected]",
  277. "homepage": "http://seld.be"
  278. }
  279. ],
  280. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  281. "keywords": [
  282. "cabundle",
  283. "cacert",
  284. "certificate",
  285. "ssl",
  286. "tls"
  287. ],
  288. "funding": [
  289. {
  290. "url": "https://packagist.com",
  291. "type": "custom"
  292. },
  293. {
  294. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  295. "type": "tidelift"
  296. }
  297. ],
  298. "time": "2020-04-08T08:27:21+00:00"
  299. },
  300. {
  301. "name": "composer/composer",
  302. "version": "1.10.x-dev",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/composer/composer.git",
  306. "reference": "541692bbfe495bdd2d80aadc1e38285ed8b7c26d"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/composer/composer/zipball/541692bbfe495bdd2d80aadc1e38285ed8b7c26d",
  311. "reference": "541692bbfe495bdd2d80aadc1e38285ed8b7c26d",
  312. "shasum": ""
  313. },
  314. "require": {
  315. "composer/ca-bundle": "^1.0",
  316. "composer/semver": "^1.0",
  317. "composer/spdx-licenses": "^1.2",
  318. "composer/xdebug-handler": "^1.1",
  319. "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
  320. "php": "^5.3.2 || ^7.0",
  321. "psr/log": "^1.0",
  322. "seld/jsonlint": "^1.4",
  323. "seld/phar-utils": "^1.0",
  324. "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  325. "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  326. "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  327. "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  328. },
  329. "conflict": {
  330. "symfony/console": "2.8.38",
  331. "symfony/phpunit-bridge": "3.4.40"
  332. },
  333. "require-dev": {
  334. "phpspec/prophecy": "^1.10",
  335. "symfony/phpunit-bridge": "^3.4"
  336. },
  337. "suggest": {
  338. "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  339. "ext-zip": "Enabling the zip extension allows you to unzip archives",
  340. "ext-zlib": "Allow gzip compression of HTTP requests"
  341. },
  342. "bin": [
  343. "bin/composer"
  344. ],
  345. "type": "library",
  346. "extra": {
  347. "branch-alias": {
  348. "dev-master": "1.10-dev"
  349. }
  350. },
  351. "autoload": {
  352. "psr-4": {
  353. "Composer\\": "src/Composer"
  354. }
  355. },
  356. "notification-url": "https://packagist.org/downloads/",
  357. "license": [
  358. "MIT"
  359. ],
  360. "authors": [
  361. {
  362. "name": "Nils Adermann",
  363. "email": "[email protected]",
  364. "homepage": "http://www.naderman.de"
  365. },
  366. {
  367. "name": "Jordi Boggiano",
  368. "email": "[email protected]",
  369. "homepage": "http://seld.be"
  370. }
  371. ],
  372. "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
  373. "homepage": "https://getcomposer.org/",
  374. "keywords": [
  375. "autoload",
  376. "dependency",
  377. "package"
  378. ],
  379. "funding": [
  380. {
  381. "url": "https://packagist.com",
  382. "type": "custom"
  383. },
  384. {
  385. "url": "https://github.com/composer",
  386. "type": "github"
  387. },
  388. {
  389. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  390. "type": "tidelift"
  391. }
  392. ],
  393. "time": "2020-05-19T13:47:51+00:00"
  394. },
  395. {
  396. "name": "composer/semver",
  397. "version": "1.x-dev",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/composer/semver.git",
  401. "reference": "854423eadba4e1421dcdadb0deeb3134a9b91d88"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://api.github.com/repos/composer/semver/zipball/854423eadba4e1421dcdadb0deeb3134a9b91d88",
  406. "reference": "854423eadba4e1421dcdadb0deeb3134a9b91d88",
  407. "shasum": ""
  408. },
  409. "require": {
  410. "php": "^5.3.2 || ^7.0"
  411. },
  412. "require-dev": {
  413. "phpunit/phpunit": "^4.5 || ^5.0.5"
  414. },
  415. "type": "library",
  416. "extra": {
  417. "branch-alias": {
  418. "dev-master": "1.x-dev"
  419. }
  420. },
  421. "autoload": {
  422. "psr-4": {
  423. "Composer\\Semver\\": "src"
  424. }
  425. },
  426. "notification-url": "https://packagist.org/downloads/",
  427. "license": [
  428. "MIT"
  429. ],
  430. "authors": [
  431. {
  432. "name": "Nils Adermann",
  433. "email": "[email protected]",
  434. "homepage": "http://www.naderman.de"
  435. },
  436. {
  437. "name": "Jordi Boggiano",
  438. "email": "[email protected]",
  439. "homepage": "http://seld.be"
  440. },
  441. {
  442. "name": "Rob Bast",
  443. "email": "[email protected]",
  444. "homepage": "http://robbast.nl"
  445. }
  446. ],
  447. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  448. "keywords": [
  449. "semantic",
  450. "semver",
  451. "validation",
  452. "versioning"
  453. ],
  454. "time": "2020-04-21T08:26:55+00:00"
  455. },
  456. {
  457. "name": "composer/spdx-licenses",
  458. "version": "dev-master",
  459. "source": {
  460. "type": "git",
  461. "url": "https://github.com/composer/spdx-licenses.git",
  462. "reference": "5a22999026e9d9bddbb2bc51d838b1efa48d627c"
  463. },
  464. "dist": {
  465. "type": "zip",
  466. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/5a22999026e9d9bddbb2bc51d838b1efa48d627c",
  467. "reference": "5a22999026e9d9bddbb2bc51d838b1efa48d627c",
  468. "shasum": ""
  469. },
  470. "require": {
  471. "php": "^5.3.2 || ^7.0 || ^8.0"
  472. },
  473. "require-dev": {
  474. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
  475. },
  476. "type": "library",
  477. "extra": {
  478. "branch-alias": {
  479. "dev-master": "1.x-dev"
  480. }
  481. },
  482. "autoload": {
  483. "psr-4": {
  484. "Composer\\Spdx\\": "src"
  485. }
  486. },
  487. "notification-url": "https://packagist.org/downloads/",
  488. "license": [
  489. "MIT"
  490. ],
  491. "authors": [
  492. {
  493. "name": "Nils Adermann",
  494. "email": "[email protected]",
  495. "homepage": "http://www.naderman.de"
  496. },
  497. {
  498. "name": "Jordi Boggiano",
  499. "email": "[email protected]",
  500. "homepage": "http://seld.be"
  501. },
  502. {
  503. "name": "Rob Bast",
  504. "email": "[email protected]",
  505. "homepage": "http://robbast.nl"
  506. }
  507. ],
  508. "description": "SPDX licenses list and validation library.",
  509. "keywords": [
  510. "license",
  511. "spdx",
  512. "validator"
  513. ],
  514. "funding": [
  515. {
  516. "url": "https://packagist.com",
  517. "type": "custom"
  518. },
  519. {
  520. "url": "https://github.com/composer",
  521. "type": "github"
  522. },
  523. {
  524. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  525. "type": "tidelift"
  526. }
  527. ],
  528. "time": "2020-05-20T14:05:41+00:00"
  529. },
  530. {
  531. "name": "composer/xdebug-handler",
  532. "version": "1.4.1",
  533. "source": {
  534. "type": "git",
  535. "url": "https://github.com/composer/xdebug-handler.git",
  536. "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
  537. },
  538. "dist": {
  539. "type": "zip",
  540. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  541. "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  542. "shasum": ""
  543. },
  544. "require": {
  545. "php": "^5.3.2 || ^7.0 || ^8.0",
  546. "psr/log": "^1.0"
  547. },
  548. "require-dev": {
  549. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  550. },
  551. "type": "library",
  552. "autoload": {
  553. "psr-4": {
  554. "Composer\\XdebugHandler\\": "src"
  555. }
  556. },
  557. "notification-url": "https://packagist.org/downloads/",
  558. "license": [
  559. "MIT"
  560. ],
  561. "authors": [
  562. {
  563. "name": "John Stevenson",
  564. "email": "[email protected]"
  565. }
  566. ],
  567. "description": "Restarts a process without Xdebug.",
  568. "keywords": [
  569. "Xdebug",
  570. "performance"
  571. ],
  572. "funding": [
  573. {
  574. "url": "https://packagist.com",
  575. "type": "custom"
  576. }
  577. ],
  578. "time": "2020-03-01T12:26:26+00:00"
  579. },
  580. {
  581. "name": "doctrine/instantiator",
  582. "version": "dev-master",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/doctrine/instantiator.git",
  586. "reference": "6a1471ddbf2f448b35f3a8e390c903435e6dd5de"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/6a1471ddbf2f448b35f3a8e390c903435e6dd5de",
  591. "reference": "6a1471ddbf2f448b35f3a8e390c903435e6dd5de",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "php": "^7.1"
  596. },
  597. "require-dev": {
  598. "doctrine/coding-standard": "^6.0",
  599. "ext-pdo": "*",
  600. "ext-phar": "*",
  601. "phpbench/phpbench": "^0.13",
  602. "phpstan/phpstan-phpunit": "^0.11",
  603. "phpstan/phpstan-shim": "^0.11",
  604. "phpunit/phpunit": "^7.0"
  605. },
  606. "type": "library",
  607. "extra": {
  608. "branch-alias": {
  609. "dev-master": "1.4.x-dev"
  610. }
  611. },
  612. "autoload": {
  613. "psr-4": {
  614. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "MIT"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Marco Pivetta",
  624. "email": "[email protected]",
  625. "homepage": "http://ocramius.github.com/"
  626. }
  627. ],
  628. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  629. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  630. "keywords": [
  631. "constructor",
  632. "instantiate"
  633. ],
  634. "time": "2019-12-23T19:18:31+00:00"
  635. },
  636. {
  637. "name": "justinrainbow/json-schema",
  638. "version": "5.2.9",
  639. "source": {
  640. "type": "git",
  641. "url": "https://github.com/justinrainbow/json-schema.git",
  642. "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
  643. },
  644. "dist": {
  645. "type": "zip",
  646. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  647. "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
  648. "shasum": ""
  649. },
  650. "require": {
  651. "php": ">=5.3.3"
  652. },
  653. "require-dev": {
  654. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  655. "json-schema/json-schema-test-suite": "1.2.0",
  656. "phpunit/phpunit": "^4.8.35"
  657. },
  658. "bin": [
  659. "bin/validate-json"
  660. ],
  661. "type": "library",
  662. "extra": {
  663. "branch-alias": {
  664. "dev-master": "5.0.x-dev"
  665. }
  666. },
  667. "autoload": {
  668. "psr-4": {
  669. "JsonSchema\\": "src/JsonSchema/"
  670. }
  671. },
  672. "notification-url": "https://packagist.org/downloads/",
  673. "license": [
  674. "MIT"
  675. ],
  676. "authors": [
  677. {
  678. "name": "Bruno Prieto Reis",
  679. "email": "[email protected]"
  680. },
  681. {
  682. "name": "Justin Rainbow",
  683. "email": "[email protected]"
  684. },
  685. {
  686. "name": "Igor Wiedler",
  687. "email": "[email protected]"
  688. },
  689. {
  690. "name": "Robert Schönthal",
  691. "email": "[email protected]"
  692. }
  693. ],
  694. "description": "A library to validate a json schema.",
  695. "homepage": "https://github.com/justinrainbow/json-schema",
  696. "keywords": [
  697. "json",
  698. "schema"
  699. ],
  700. "time": "2019-09-25T14:49:45+00:00"
  701. },
  702. {
  703. "name": "myclabs/deep-copy",
  704. "version": "1.x-dev",
  705. "source": {
  706. "type": "git",
  707. "url": "https://github.com/myclabs/DeepCopy.git",
  708. "reference": "a491d65139e2411c75704e871dd02bdddf5a4bdc"
  709. },
  710. "dist": {
  711. "type": "zip",
  712. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a491d65139e2411c75704e871dd02bdddf5a4bdc",
  713. "reference": "a491d65139e2411c75704e871dd02bdddf5a4bdc",
  714. "shasum": ""
  715. },
  716. "require": {
  717. "php": "^7.1"
  718. },
  719. "replace": {
  720. "myclabs/deep-copy": "self.version"
  721. },
  722. "require-dev": {
  723. "doctrine/collections": "^1.0",
  724. "doctrine/common": "^2.6",
  725. "phpunit/phpunit": "^7.1"
  726. },
  727. "type": "library",
  728. "autoload": {
  729. "psr-4": {
  730. "DeepCopy\\": "src/DeepCopy/"
  731. },
  732. "files": [
  733. "src/DeepCopy/deep_copy.php"
  734. ]
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "MIT"
  739. ],
  740. "description": "Create deep copies (clones) of your objects",
  741. "keywords": [
  742. "clone",
  743. "copy",
  744. "duplicate",
  745. "object",
  746. "object graph"
  747. ],
  748. "time": "2020-03-12T21:49:07+00:00"
  749. },
  750. {
  751. "name": "phar-io/manifest",
  752. "version": "1.0.3",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/phar-io/manifest.git",
  756. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  761. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "ext-dom": "*",
  766. "ext-phar": "*",
  767. "phar-io/version": "^2.0",
  768. "php": "^5.6 || ^7.0"
  769. },
  770. "type": "library",
  771. "extra": {
  772. "branch-alias": {
  773. "dev-master": "1.0.x-dev"
  774. }
  775. },
  776. "autoload": {
  777. "classmap": [
  778. "src/"
  779. ]
  780. },
  781. "notification-url": "https://packagist.org/downloads/",
  782. "license": [
  783. "BSD-3-Clause"
  784. ],
  785. "authors": [
  786. {
  787. "name": "Arne Blankerts",
  788. "email": "[email protected]",
  789. "role": "Developer"
  790. },
  791. {
  792. "name": "Sebastian Heuer",
  793. "email": "[email protected]",
  794. "role": "Developer"
  795. },
  796. {
  797. "name": "Sebastian Bergmann",
  798. "email": "[email protected]",
  799. "role": "Developer"
  800. }
  801. ],
  802. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  803. "time": "2018-07-08T19:23:20+00:00"
  804. },
  805. {
  806. "name": "phar-io/version",
  807. "version": "2.0.1",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/phar-io/version.git",
  811. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  816. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": "^5.6 || ^7.0"
  821. },
  822. "type": "library",
  823. "autoload": {
  824. "classmap": [
  825. "src/"
  826. ]
  827. },
  828. "notification-url": "https://packagist.org/downloads/",
  829. "license": [
  830. "BSD-3-Clause"
  831. ],
  832. "authors": [
  833. {
  834. "name": "Arne Blankerts",
  835. "email": "[email protected]",
  836. "role": "Developer"
  837. },
  838. {
  839. "name": "Sebastian Heuer",
  840. "email": "[email protected]",
  841. "role": "Developer"
  842. },
  843. {
  844. "name": "Sebastian Bergmann",
  845. "email": "[email protected]",
  846. "role": "Developer"
  847. }
  848. ],
  849. "description": "Library for handling version information and constraints",
  850. "time": "2018-07-08T19:19:57+00:00"
  851. },
  852. {
  853. "name": "phpdocumentor/reflection-common",
  854. "version": "dev-master",
  855. "source": {
  856. "type": "git",
  857. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  858. "reference": "985f414b55eca4296ffc99db960a97b3cc8fbcea"
  859. },
  860. "dist": {
  861. "type": "zip",
  862. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/985f414b55eca4296ffc99db960a97b3cc8fbcea",
  863. "reference": "985f414b55eca4296ffc99db960a97b3cc8fbcea",
  864. "shasum": ""
  865. },
  866. "require": {
  867. "php": ">=7.1"
  868. },
  869. "type": "library",
  870. "extra": {
  871. "branch-alias": {
  872. "dev-master": "2.x-dev"
  873. }
  874. },
  875. "autoload": {
  876. "psr-4": {
  877. "phpDocumentor\\Reflection\\": "src/"
  878. }
  879. },
  880. "notification-url": "https://packagist.org/downloads/",
  881. "license": [
  882. "MIT"
  883. ],
  884. "authors": [
  885. {
  886. "name": "Jaap van Otterdijk",
  887. "email": "[email protected]"
  888. }
  889. ],
  890. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  891. "homepage": "http://www.phpdoc.org",
  892. "keywords": [
  893. "FQSEN",
  894. "phpDocumentor",
  895. "phpdoc",
  896. "reflection",
  897. "static analysis"
  898. ],
  899. "time": "2020-04-27T09:34:19+00:00"
  900. },
  901. {
  902. "name": "phpdocumentor/reflection-docblock",
  903. "version": "dev-master",
  904. "source": {
  905. "type": "git",
  906. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  907. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
  908. },
  909. "dist": {
  910. "type": "zip",
  911. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  912. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  913. "shasum": ""
  914. },
  915. "require": {
  916. "ext-filter": "^7.1",
  917. "php": "^7.2",
  918. "phpdocumentor/reflection-common": "^2.0",
  919. "phpdocumentor/type-resolver": "^1.0",
  920. "webmozart/assert": "^1"
  921. },
  922. "require-dev": {
  923. "doctrine/instantiator": "^1",
  924. "mockery/mockery": "^1"
  925. },
  926. "type": "library",
  927. "extra": {
  928. "branch-alias": {
  929. "dev-master": "5.x-dev"
  930. }
  931. },
  932. "autoload": {
  933. "psr-4": {
  934. "phpDocumentor\\Reflection\\": "src"
  935. }
  936. },
  937. "notification-url": "https://packagist.org/downloads/",
  938. "license": [
  939. "MIT"
  940. ],
  941. "authors": [
  942. {
  943. "name": "Mike van Riel",
  944. "email": "[email protected]"
  945. },
  946. {
  947. "name": "Jaap van Otterdijk",
  948. "email": "[email protected]"
  949. }
  950. ],
  951. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  952. "time": "2020-02-22T12:28:44+00:00"
  953. },
  954. {
  955. "name": "phpdocumentor/type-resolver",
  956. "version": "dev-master",
  957. "source": {
  958. "type": "git",
  959. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  960. "reference": "95d8782070ccd738295bbe4483f8760f998ad64d"
  961. },
  962. "dist": {
  963. "type": "zip",
  964. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/95d8782070ccd738295bbe4483f8760f998ad64d",
  965. "reference": "95d8782070ccd738295bbe4483f8760f998ad64d",
  966. "shasum": ""
  967. },
  968. "require": {
  969. "php": "^7.2",
  970. "phpdocumentor/reflection-common": "^2.0"
  971. },
  972. "require-dev": {
  973. "ext-tokenizer": "^7.2",
  974. "mockery/mockery": "~1"
  975. },
  976. "type": "library",
  977. "extra": {
  978. "branch-alias": {
  979. "dev-master": "1.x-dev"
  980. }
  981. },
  982. "autoload": {
  983. "psr-4": {
  984. "phpDocumentor\\Reflection\\": "src"
  985. }
  986. },
  987. "notification-url": "https://packagist.org/downloads/",
  988. "license": [
  989. "MIT"
  990. ],
  991. "authors": [
  992. {
  993. "name": "Mike van Riel",
  994. "email": "[email protected]"
  995. }
  996. ],
  997. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  998. "time": "2020-05-13T13:46:15+00:00"
  999. },
  1000. {
  1001. "name": "phpspec/prophecy",
  1002. "version": "dev-master",
  1003. "source": {
  1004. "type": "git",
  1005. "url": "https://github.com/phpspec/prophecy.git",
  1006. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  1007. },
  1008. "dist": {
  1009. "type": "zip",
  1010. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  1011. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  1012. "shasum": ""
  1013. },
  1014. "require": {
  1015. "doctrine/instantiator": "^1.0.2",
  1016. "php": "^5.3|^7.0",
  1017. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1018. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  1019. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  1020. },
  1021. "require-dev": {
  1022. "phpspec/phpspec": "^2.5 || ^3.2",
  1023. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1024. },
  1025. "type": "library",
  1026. "extra": {
  1027. "branch-alias": {
  1028. "dev-master": "1.10.x-dev"
  1029. }
  1030. },
  1031. "autoload": {
  1032. "psr-4": {
  1033. "Prophecy\\": "src/Prophecy"
  1034. }
  1035. },
  1036. "notification-url": "https://packagist.org/downloads/",
  1037. "license": [
  1038. "MIT"
  1039. ],
  1040. "authors": [
  1041. {
  1042. "name": "Konstantin Kudryashov",
  1043. "email": "[email protected]",
  1044. "homepage": "http://everzet.com"
  1045. },
  1046. {
  1047. "name": "Marcello Duarte",
  1048. "email": "[email protected]"
  1049. }
  1050. ],
  1051. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1052. "homepage": "https://github.com/phpspec/prophecy",
  1053. "keywords": [
  1054. "Double",
  1055. "Dummy",
  1056. "fake",
  1057. "mock",
  1058. "spy",
  1059. "stub"
  1060. ],
  1061. "time": "2020-03-05T15:02:03+00:00"
  1062. },
  1063. {
  1064. "name": "phpunit/php-code-coverage",
  1065. "version": "dev-master",
  1066. "source": {
  1067. "type": "git",
  1068. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1069. "reference": "f0d58f70987542ac00cf974cef48ad7b46be932c"
  1070. },
  1071. "dist": {
  1072. "type": "zip",
  1073. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f0d58f70987542ac00cf974cef48ad7b46be932c",
  1074. "reference": "f0d58f70987542ac00cf974cef48ad7b46be932c",
  1075. "shasum": ""
  1076. },
  1077. "require": {
  1078. "ext-dom": "*",
  1079. "ext-xmlwriter": "*",
  1080. "php": "^7.3",
  1081. "phpunit/php-file-iterator": "^3.0",
  1082. "phpunit/php-text-template": "^2.0",
  1083. "phpunit/php-token-stream": "^4.0",
  1084. "sebastian/code-unit-reverse-lookup": "^2.0",
  1085. "sebastian/environment": "^5.0",
  1086. "sebastian/version": "^3.0",
  1087. "theseer/tokenizer": "^1.1.3"
  1088. },
  1089. "require-dev": {
  1090. "phpunit/phpunit": "^9.0"
  1091. },
  1092. "suggest": {
  1093. "ext-pcov": "*",
  1094. "ext-xdebug": "*"
  1095. },
  1096. "type": "library",
  1097. "extra": {
  1098. "branch-alias": {
  1099. "dev-master": "8.0-dev"
  1100. }
  1101. },
  1102. "autoload": {
  1103. "classmap": [
  1104. "src/"
  1105. ]
  1106. },
  1107. "notification-url": "https://packagist.org/downloads/",
  1108. "license": [
  1109. "BSD-3-Clause"
  1110. ],
  1111. "authors": [
  1112. {
  1113. "name": "Sebastian Bergmann",
  1114. "email": "[email protected]",
  1115. "role": "lead"
  1116. }
  1117. ],
  1118. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1119. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1120. "keywords": [
  1121. "coverage",
  1122. "testing",
  1123. "xunit"
  1124. ],
  1125. "funding": [
  1126. {
  1127. "url": "https://github.com/sebastianbergmann",
  1128. "type": "github"
  1129. }
  1130. ],
  1131. "time": "2020-05-19T06:07:25+00:00"
  1132. },
  1133. {
  1134. "name": "phpunit/php-file-iterator",
  1135. "version": "dev-master",
  1136. "source": {
  1137. "type": "git",
  1138. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1139. "reference": "eeb2a15546ef74248ac526bca66722d62cbd3688"
  1140. },
  1141. "dist": {
  1142. "type": "zip",
  1143. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/eeb2a15546ef74248ac526bca66722d62cbd3688",
  1144. "reference": "eeb2a15546ef74248ac526bca66722d62cbd3688",
  1145. "shasum": ""
  1146. },
  1147. "require": {
  1148. "php": "^7.3"
  1149. },
  1150. "require-dev": {
  1151. "phpunit/phpunit": "^9.0"
  1152. },
  1153. "type": "library",
  1154. "extra": {
  1155. "branch-alias": {
  1156. "dev-master": "3.0-dev"
  1157. }
  1158. },
  1159. "autoload": {
  1160. "classmap": [
  1161. "src/"
  1162. ]
  1163. },
  1164. "notification-url": "https://packagist.org/downloads/",
  1165. "license": [
  1166. "BSD-3-Clause"
  1167. ],
  1168. "authors": [
  1169. {
  1170. "name": "Sebastian Bergmann",
  1171. "email": "[email protected]",
  1172. "role": "lead"
  1173. }
  1174. ],
  1175. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1176. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1177. "keywords": [
  1178. "filesystem",
  1179. "iterator"
  1180. ],
  1181. "funding": [
  1182. {
  1183. "url": "https://github.com/sebastianbergmann",
  1184. "type": "github"
  1185. }
  1186. ],
  1187. "time": "2020-05-12T05:30:19+00:00"
  1188. },
  1189. {
  1190. "name": "phpunit/php-invoker",
  1191. "version": "dev-master",
  1192. "source": {
  1193. "type": "git",
  1194. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  1195. "reference": "f7209481c825478ed478b11a7689545af48fa59c"
  1196. },
  1197. "dist": {
  1198. "type": "zip",
  1199. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f7209481c825478ed478b11a7689545af48fa59c",
  1200. "reference": "f7209481c825478ed478b11a7689545af48fa59c",
  1201. "shasum": ""
  1202. },
  1203. "require": {
  1204. "php": "^7.3"
  1205. },
  1206. "require-dev": {
  1207. "ext-pcntl": "*",
  1208. "phpunit/phpunit": "^9.0"
  1209. },
  1210. "suggest": {
  1211. "ext-pcntl": "*"
  1212. },
  1213. "type": "library",
  1214. "extra": {
  1215. "branch-alias": {
  1216. "dev-master": "3.0-dev"
  1217. }
  1218. },
  1219. "autoload": {
  1220. "classmap": [
  1221. "src/"
  1222. ]
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "BSD-3-Clause"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "Sebastian Bergmann",
  1231. "email": "[email protected]",
  1232. "role": "lead"
  1233. }
  1234. ],
  1235. "description": "Invoke callables with a timeout",
  1236. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  1237. "keywords": [
  1238. "process"
  1239. ],
  1240. "funding": [
  1241. {
  1242. "url": "https://github.com/sebastianbergmann",
  1243. "type": "github"
  1244. }
  1245. ],
  1246. "time": "2020-05-12T05:30:28+00:00"
  1247. },
  1248. {
  1249. "name": "phpunit/php-text-template",
  1250. "version": "dev-master",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1254. "reference": "42da34892b413739ab8bae63475338e3ee3236b9"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/42da34892b413739ab8bae63475338e3ee3236b9",
  1259. "reference": "42da34892b413739ab8bae63475338e3ee3236b9",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "php": "^7.3"
  1264. },
  1265. "require-dev": {
  1266. "phpunit/phpunit": "^9.0"
  1267. },
  1268. "type": "library",
  1269. "extra": {
  1270. "branch-alias": {
  1271. "dev-master": "2.0-dev"
  1272. }
  1273. },
  1274. "autoload": {
  1275. "classmap": [
  1276. "src/"
  1277. ]
  1278. },
  1279. "notification-url": "https://packagist.org/downloads/",
  1280. "license": [
  1281. "BSD-3-Clause"
  1282. ],
  1283. "authors": [
  1284. {
  1285. "name": "Sebastian Bergmann",
  1286. "email": "[email protected]",
  1287. "role": "lead"
  1288. }
  1289. ],
  1290. "description": "Simple template engine.",
  1291. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1292. "keywords": [
  1293. "template"
  1294. ],
  1295. "funding": [
  1296. {
  1297. "url": "https://github.com/sebastianbergmann",
  1298. "type": "github"
  1299. }
  1300. ],
  1301. "time": "2020-05-12T05:31:17+00:00"
  1302. },
  1303. {
  1304. "name": "phpunit/php-timer",
  1305. "version": "dev-master",
  1306. "source": {
  1307. "type": "git",
  1308. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1309. "reference": "1a435b604264ecb2e6baa360c7f3f7940861e7a5"
  1310. },
  1311. "dist": {
  1312. "type": "zip",
  1313. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1a435b604264ecb2e6baa360c7f3f7940861e7a5",
  1314. "reference": "1a435b604264ecb2e6baa360c7f3f7940861e7a5",
  1315. "shasum": ""
  1316. },
  1317. "require": {
  1318. "php": "^7.3"
  1319. },
  1320. "require-dev": {
  1321. "phpunit/phpunit": "^9.2"
  1322. },
  1323. "type": "library",
  1324. "extra": {
  1325. "branch-alias": {
  1326. "dev-master": "4.0-dev"
  1327. }
  1328. },
  1329. "autoload": {
  1330. "classmap": [
  1331. "src/"
  1332. ]
  1333. },
  1334. "notification-url": "https://packagist.org/downloads/",
  1335. "license": [
  1336. "BSD-3-Clause"
  1337. ],
  1338. "authors": [
  1339. {
  1340. "name": "Sebastian Bergmann",
  1341. "email": "[email protected]",
  1342. "role": "lead"
  1343. }
  1344. ],
  1345. "description": "Utility class for timing",
  1346. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1347. "keywords": [
  1348. "timer"
  1349. ],
  1350. "funding": [
  1351. {
  1352. "url": "https://github.com/sebastianbergmann",
  1353. "type": "github"
  1354. }
  1355. ],
  1356. "time": "2020-05-12T05:30:38+00:00"
  1357. },
  1358. {
  1359. "name": "phpunit/php-token-stream",
  1360. "version": "dev-master",
  1361. "source": {
  1362. "type": "git",
  1363. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1364. "reference": "7efb02306b6e89ec38519d58fc3449034f2118f9"
  1365. },
  1366. "dist": {
  1367. "type": "zip",
  1368. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7efb02306b6e89ec38519d58fc3449034f2118f9",
  1369. "reference": "7efb02306b6e89ec38519d58fc3449034f2118f9",
  1370. "shasum": ""
  1371. },
  1372. "require": {
  1373. "ext-tokenizer": "*",
  1374. "php": "^7.3"
  1375. },
  1376. "require-dev": {
  1377. "phpunit/phpunit": "^9.0"
  1378. },
  1379. "type": "library",
  1380. "extra": {
  1381. "branch-alias": {
  1382. "dev-master": "4.0-dev"
  1383. }
  1384. },
  1385. "autoload": {
  1386. "classmap": [
  1387. "src/"
  1388. ]
  1389. },
  1390. "notification-url": "https://packagist.org/downloads/",
  1391. "license": [
  1392. "BSD-3-Clause"
  1393. ],
  1394. "authors": [
  1395. {
  1396. "name": "Sebastian Bergmann",
  1397. "email": "[email protected]"
  1398. }
  1399. ],
  1400. "description": "Wrapper around PHP's tokenizer extension.",
  1401. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1402. "keywords": [
  1403. "tokenizer"
  1404. ],
  1405. "funding": [
  1406. {
  1407. "url": "https://github.com/sebastianbergmann",
  1408. "type": "github"
  1409. }
  1410. ],
  1411. "time": "2020-05-12T05:30:48+00:00"
  1412. },
  1413. {
  1414. "name": "phpunit/phpunit",
  1415. "version": "dev-master",
  1416. "source": {
  1417. "type": "git",
  1418. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1419. "reference": "1dc40a56dc5765efaf07a9231617e2e625bc1b35"
  1420. },
  1421. "dist": {
  1422. "type": "zip",
  1423. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1dc40a56dc5765efaf07a9231617e2e625bc1b35",
  1424. "reference": "1dc40a56dc5765efaf07a9231617e2e625bc1b35",
  1425. "shasum": ""
  1426. },
  1427. "require": {
  1428. "doctrine/instantiator": "^1.2.0",
  1429. "ext-dom": "*",
  1430. "ext-json": "*",
  1431. "ext-libxml": "*",
  1432. "ext-mbstring": "*",
  1433. "ext-xml": "*",
  1434. "ext-xmlwriter": "*",
  1435. "myclabs/deep-copy": "^1.9.1",
  1436. "phar-io/manifest": "^1.0.3",
  1437. "phar-io/version": "^2.0.1",
  1438. "php": "^7.3",
  1439. "phpspec/prophecy": "^1.8.1",
  1440. "phpunit/php-code-coverage": "^8.0.1",
  1441. "phpunit/php-file-iterator": "^3.0",
  1442. "phpunit/php-invoker": "^3.0",
  1443. "phpunit/php-text-template": "^2.0",
  1444. "phpunit/php-timer": "^4.0",
  1445. "sebastian/code-unit": "^1.0.2",
  1446. "sebastian/comparator": "^4.0",
  1447. "sebastian/diff": "^4.0",
  1448. "sebastian/environment": "^5.0.1",
  1449. "sebastian/exporter": "^4.0",
  1450. "sebastian/global-state": "^4.0",
  1451. "sebastian/object-enumerator": "^4.0",
  1452. "sebastian/resource-operations": "^3.0",
  1453. "sebastian/type": "^2.1",
  1454. "sebastian/version": "^3.0"
  1455. },
  1456. "require-dev": {
  1457. "ext-pdo": "*",
  1458. "phpspec/prophecy-phpunit": "^2.0"
  1459. },
  1460. "suggest": {
  1461. "ext-soap": "*",
  1462. "ext-xdebug": "*"
  1463. },
  1464. "bin": [
  1465. "phpunit"
  1466. ],
  1467. "type": "library",
  1468. "extra": {
  1469. "branch-alias": {
  1470. "dev-master": "9.2-dev"
  1471. }
  1472. },
  1473. "autoload": {
  1474. "classmap": [
  1475. "src/"
  1476. ],
  1477. "files": [
  1478. "src/Framework/Assert/Functions.php"
  1479. ]
  1480. },
  1481. "notification-url": "https://packagist.org/downloads/",
  1482. "license": [
  1483. "BSD-3-Clause"
  1484. ],
  1485. "authors": [
  1486. {
  1487. "name": "Sebastian Bergmann",
  1488. "email": "[email protected]",
  1489. "role": "lead"
  1490. }
  1491. ],
  1492. "description": "The PHP Unit Testing framework.",
  1493. "homepage": "https://phpunit.de/",
  1494. "keywords": [
  1495. "phpunit",
  1496. "testing",
  1497. "xunit"
  1498. ],
  1499. "funding": [
  1500. {
  1501. "url": "https://phpunit.de/donate.html",
  1502. "type": "custom"
  1503. },
  1504. {
  1505. "url": "https://github.com/sebastianbergmann",
  1506. "type": "github"
  1507. }
  1508. ],
  1509. "time": "2020-05-12T14:46:28+00:00"
  1510. },
  1511. {
  1512. "name": "psr/container",
  1513. "version": "dev-master",
  1514. "source": {
  1515. "type": "git",
  1516. "url": "https://github.com/php-fig/container.git",
  1517. "reference": "fc1bc363ecf887921e3897c7b1dad3587ae154eb"
  1518. },
  1519. "dist": {
  1520. "type": "zip",
  1521. "url": "https://api.github.com/repos/php-fig/container/zipball/fc1bc363ecf887921e3897c7b1dad3587ae154eb",
  1522. "reference": "fc1bc363ecf887921e3897c7b1dad3587ae154eb",
  1523. "shasum": ""
  1524. },
  1525. "require": {
  1526. "php": ">=5.3.0"
  1527. },
  1528. "type": "library",
  1529. "extra": {
  1530. "branch-alias": {
  1531. "dev-master": "1.0.x-dev"
  1532. }
  1533. },
  1534. "autoload": {
  1535. "psr-4": {
  1536. "Psr\\Container\\": "src/"
  1537. }
  1538. },
  1539. "notification-url": "https://packagist.org/downloads/",
  1540. "license": [
  1541. "MIT"
  1542. ],
  1543. "authors": [
  1544. {
  1545. "name": "PHP-FIG",
  1546. "homepage": "http://www.php-fig.org/"
  1547. }
  1548. ],
  1549. "description": "Common Container Interface (PHP FIG PSR-11)",
  1550. "homepage": "https://github.com/php-fig/container",
  1551. "keywords": [
  1552. "PSR-11",
  1553. "container",
  1554. "container-interface",
  1555. "container-interop",
  1556. "psr"
  1557. ],
  1558. "time": "2019-10-04T14:07:35+00:00"
  1559. },
  1560. {
  1561. "name": "psr/log",
  1562. "version": "dev-master",
  1563. "source": {
  1564. "type": "git",
  1565. "url": "https://github.com/php-fig/log.git",
  1566. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1567. },
  1568. "dist": {
  1569. "type": "zip",
  1570. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1571. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1572. "shasum": ""
  1573. },
  1574. "require": {
  1575. "php": ">=5.3.0"
  1576. },
  1577. "type": "library",
  1578. "extra": {
  1579. "branch-alias": {
  1580. "dev-master": "1.1.x-dev"
  1581. }
  1582. },
  1583. "autoload": {
  1584. "psr-4": {
  1585. "Psr\\Log\\": "Psr/Log/"
  1586. }
  1587. },
  1588. "notification-url": "https://packagist.org/downloads/",
  1589. "license": [
  1590. "MIT"
  1591. ],
  1592. "authors": [
  1593. {
  1594. "name": "PHP-FIG",
  1595. "homepage": "http://www.php-fig.org/"
  1596. }
  1597. ],
  1598. "description": "Common interface for logging libraries",
  1599. "homepage": "https://github.com/php-fig/log",
  1600. "keywords": [
  1601. "log",
  1602. "psr",
  1603. "psr-3"
  1604. ],
  1605. "time": "2020-03-23T09:12:05+00:00"
  1606. },
  1607. {
  1608. "name": "sebastian/code-unit",
  1609. "version": "dev-master",
  1610. "source": {
  1611. "type": "git",
  1612. "url": "https://github.com/sebastianbergmann/code-unit.git",
  1613. "reference": "52da60432fa33f59be9bf556f9f238d1c66c4d00"
  1614. },
  1615. "dist": {
  1616. "type": "zip",
  1617. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/52da60432fa33f59be9bf556f9f238d1c66c4d00",
  1618. "reference": "52da60432fa33f59be9bf556f9f238d1c66c4d00",
  1619. "shasum": ""
  1620. },
  1621. "require": {
  1622. "php": "^7.3"
  1623. },
  1624. "require-dev": {
  1625. "phpunit/phpunit": "^9.0"
  1626. },
  1627. "type": "library",
  1628. "extra": {
  1629. "branch-alias": {
  1630. "dev-master": "1.0-dev"
  1631. }
  1632. },
  1633. "autoload": {
  1634. "classmap": [
  1635. "src/"
  1636. ]
  1637. },
  1638. "notification-url": "https://packagist.org/downloads/",
  1639. "license": [
  1640. "BSD-3-Clause"
  1641. ],
  1642. "authors": [
  1643. {
  1644. "name": "Sebastian Bergmann",
  1645. "email": "[email protected]",
  1646. "role": "lead"
  1647. }
  1648. ],
  1649. "description": "Collection of value objects that represent the PHP code units",
  1650. "homepage": "https://github.com/sebastianbergmann/code-unit",
  1651. "funding": [
  1652. {
  1653. "url": "https://github.com/sebastianbergmann",
  1654. "type": "github"
  1655. }
  1656. ],
  1657. "time": "2020-05-04T12:44:44+00:00"
  1658. },
  1659. {
  1660. "name": "sebastian/code-unit-reverse-lookup",
  1661. "version": "dev-master",
  1662. "source": {
  1663. "type": "git",
  1664. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1665. "reference": "8cd5b97e353dbc1adc8f1fc31c5783f0b0b640d1"
  1666. },
  1667. "dist": {
  1668. "type": "zip",
  1669. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/8cd5b97e353dbc1adc8f1fc31c5783f0b0b640d1",
  1670. "reference": "8cd5b97e353dbc1adc8f1fc31c5783f0b0b640d1",
  1671. "shasum": ""
  1672. },
  1673. "require": {
  1674. "php": "^7.3"
  1675. },
  1676. "require-dev": {
  1677. "phpunit/phpunit": "^9.0"
  1678. },
  1679. "type": "library",
  1680. "extra": {
  1681. "branch-alias": {
  1682. "dev-master": "2.0-dev"
  1683. }
  1684. },
  1685. "autoload": {
  1686. "classmap": [
  1687. "src/"
  1688. ]
  1689. },
  1690. "notification-url": "https://packagist.org/downloads/",
  1691. "license": [
  1692. "BSD-3-Clause"
  1693. ],
  1694. "authors": [
  1695. {
  1696. "name": "Sebastian Bergmann",
  1697. "email": "[email protected]"
  1698. }
  1699. ],
  1700. "description": "Looks up which function or method a line of code belongs to",
  1701. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1702. "funding": [
  1703. {
  1704. "url": "https://github.com/sebastianbergmann",
  1705. "type": "github"
  1706. }
  1707. ],
  1708. "time": "2020-05-12T05:28:59+00:00"
  1709. },
  1710. {
  1711. "name": "sebastian/comparator",
  1712. "version": "dev-master",
  1713. "source": {
  1714. "type": "git",
  1715. "url": "https://github.com/sebastianbergmann/comparator.git",
  1716. "reference": "7c46c67f7defa26b924adcc3eba4dece8140070d"
  1717. },
  1718. "dist": {
  1719. "type": "zip",
  1720. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7c46c67f7defa26b924adcc3eba4dece8140070d",
  1721. "reference": "7c46c67f7defa26b924adcc3eba4dece8140070d",
  1722. "shasum": ""
  1723. },
  1724. "require": {
  1725. "php": "^7.3",
  1726. "sebastian/diff": "^4.0",
  1727. "sebastian/exporter": "^4.0"
  1728. },
  1729. "require-dev": {
  1730. "phpunit/phpunit": "^9.0"
  1731. },
  1732. "type": "library",
  1733. "extra": {
  1734. "branch-alias": {
  1735. "dev-master": "4.0-dev"
  1736. }
  1737. },
  1738. "autoload": {
  1739. "classmap": [
  1740. "src/"
  1741. ]
  1742. },
  1743. "notification-url": "https://packagist.org/downloads/",
  1744. "license": [
  1745. "BSD-3-Clause"
  1746. ],
  1747. "authors": [
  1748. {
  1749. "name": "Sebastian Bergmann",
  1750. "email": "[email protected]"
  1751. },
  1752. {
  1753. "name": "Jeff Welch",
  1754. "email": "[email protected]"
  1755. },
  1756. {
  1757. "name": "Volker Dusch",
  1758. "email": "[email protected]"
  1759. },
  1760. {
  1761. "name": "Bernhard Schussek",
  1762. "email": "[email protected]"
  1763. }
  1764. ],
  1765. "description": "Provides the functionality to compare PHP values for equality",
  1766. "homepage": "https://github.com/sebastianbergmann/comparator",
  1767. "keywords": [
  1768. "comparator",
  1769. "compare",
  1770. "equality"
  1771. ],
  1772. "funding": [
  1773. {
  1774. "url": "https://github.com/sebastianbergmann",
  1775. "type": "github"
  1776. }
  1777. ],
  1778. "time": "2020-05-12T05:29:09+00:00"
  1779. },
  1780. {
  1781. "name": "sebastian/diff",
  1782. "version": "dev-master",
  1783. "source": {
  1784. "type": "git",
  1785. "url": "https://github.com/sebastianbergmann/diff.git",
  1786. "reference": "ade987526cd593f093ce168a3a4ba89903ae8577"
  1787. },
  1788. "dist": {
  1789. "type": "zip",
  1790. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ade987526cd593f093ce168a3a4ba89903ae8577",
  1791. "reference": "ade987526cd593f093ce168a3a4ba89903ae8577",
  1792. "shasum": ""
  1793. },
  1794. "require": {
  1795. "php": "^7.3"
  1796. },
  1797. "require-dev": {
  1798. "phpunit/phpunit": "^9.0",
  1799. "symfony/process": "^4.2 || ^5"
  1800. },
  1801. "type": "library",
  1802. "extra": {
  1803. "branch-alias": {
  1804. "dev-master": "4.0-dev"
  1805. }
  1806. },
  1807. "autoload": {
  1808. "classmap": [
  1809. "src/"
  1810. ]
  1811. },
  1812. "notification-url": "https://packagist.org/downloads/",
  1813. "license": [
  1814. "BSD-3-Clause"
  1815. ],
  1816. "authors": [
  1817. {
  1818. "name": "Sebastian Bergmann",
  1819. "email": "[email protected]"
  1820. },
  1821. {
  1822. "name": "Kore Nordmann",
  1823. "email": "[email protected]"
  1824. }
  1825. ],
  1826. "description": "Diff implementation",
  1827. "homepage": "https://github.com/sebastianbergmann/diff",
  1828. "keywords": [
  1829. "diff",
  1830. "udiff",
  1831. "unidiff",
  1832. "unified diff"
  1833. ],
  1834. "funding": [
  1835. {
  1836. "url": "https://github.com/sebastianbergmann",
  1837. "type": "github"
  1838. }
  1839. ],
  1840. "time": "2020-05-12T05:29:19+00:00"
  1841. },
  1842. {
  1843. "name": "sebastian/environment",
  1844. "version": "5.1.0",
  1845. "source": {
  1846. "type": "git",
  1847. "url": "https://github.com/sebastianbergmann/environment.git",
  1848. "reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c"
  1849. },
  1850. "dist": {
  1851. "type": "zip",
  1852. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c753f04d68cd489b6973cf9b4e505e191af3b05c",
  1853. "reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c",
  1854. "shasum": ""
  1855. },
  1856. "require": {
  1857. "php": "^7.3"
  1858. },
  1859. "require-dev": {
  1860. "phpunit/phpunit": "^9.0"
  1861. },
  1862. "suggest": {
  1863. "ext-posix": "*"
  1864. },
  1865. "type": "library",
  1866. "extra": {
  1867. "branch-alias": {
  1868. "dev-master": "5.0-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": "[email protected]"
  1884. }
  1885. ],
  1886. "description": "Provides functionality to handle HHVM/PHP environments",
  1887. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1888. "keywords": [
  1889. "Xdebug",
  1890. "environment",
  1891. "hhvm"
  1892. ],
  1893. "time": "2020-04-14T13:36:52+00:00"
  1894. },
  1895. {
  1896. "name": "sebastian/exporter",
  1897. "version": "dev-master",
  1898. "source": {
  1899. "type": "git",
  1900. "url": "https://github.com/sebastianbergmann/exporter.git",
  1901. "reference": "f90c5654c47d670350faf90f8e1e229d82e5df01"
  1902. },
  1903. "dist": {
  1904. "type": "zip",
  1905. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f90c5654c47d670350faf90f8e1e229d82e5df01",
  1906. "reference": "f90c5654c47d670350faf90f8e1e229d82e5df01",
  1907. "shasum": ""
  1908. },
  1909. "require": {
  1910. "php": "^7.3",
  1911. "sebastian/recursion-context": "^4.0"
  1912. },
  1913. "require-dev": {
  1914. "ext-mbstring": "*",
  1915. "phpunit/phpunit": "^9.0"
  1916. },
  1917. "type": "library",
  1918. "extra": {
  1919. "branch-alias": {
  1920. "dev-master": "4.0-dev"
  1921. }
  1922. },
  1923. "autoload": {
  1924. "classmap": [
  1925. "src/"
  1926. ]
  1927. },
  1928. "notification-url": "https://packagist.org/downloads/",
  1929. "license": [
  1930. "BSD-3-Clause"
  1931. ],
  1932. "authors": [
  1933. {
  1934. "name": "Sebastian Bergmann",
  1935. "email": "[email protected]"
  1936. },
  1937. {
  1938. "name": "Jeff Welch",
  1939. "email": "[email protected]"
  1940. },
  1941. {
  1942. "name": "Volker Dusch",
  1943. "email": "[email protected]"
  1944. },
  1945. {
  1946. "name": "Adam Harvey",
  1947. "email": "[email protected]"
  1948. },
  1949. {
  1950. "name": "Bernhard Schussek",
  1951. "email": "[email protected]"
  1952. }
  1953. ],
  1954. "description": "Provides the functionality to export PHP variables for visualization",
  1955. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1956. "keywords": [
  1957. "export",
  1958. "exporter"
  1959. ],
  1960. "funding": [
  1961. {
  1962. "url": "https://github.com/sebastianbergmann",
  1963. "type": "github"
  1964. }
  1965. ],
  1966. "time": "2020-05-12T05:29:39+00:00"
  1967. },
  1968. {
  1969. "name": "sebastian/global-state",
  1970. "version": "dev-master",
  1971. "source": {
  1972. "type": "git",
  1973. "url": "https://github.com/sebastianbergmann/global-state.git",
  1974. "reference": "8b5e4b1ae467d9ad5693fe080bf8df4798a90e77"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/8b5e4b1ae467d9ad5693fe080bf8df4798a90e77",
  1979. "reference": "8b5e4b1ae467d9ad5693fe080bf8df4798a90e77",
  1980. "shasum": ""
  1981. },
  1982. "require": {
  1983. "php": "^7.3",
  1984. "sebastian/object-reflector": "^2.0",
  1985. "sebastian/recursion-context": "^4.0"
  1986. },
  1987. "require-dev": {
  1988. "ext-dom": "*",
  1989. "phpunit/phpunit": "^9.0"
  1990. },
  1991. "suggest": {
  1992. "ext-uopz": "*"
  1993. },
  1994. "type": "library",
  1995. "extra": {
  1996. "branch-alias": {
  1997. "dev-master": "4.0-dev"
  1998. }
  1999. },
  2000. "autoload": {
  2001. "classmap": [
  2002. "src/"
  2003. ]
  2004. },
  2005. "notification-url": "https://packagist.org/downloads/",
  2006. "license": [
  2007. "BSD-3-Clause"
  2008. ],
  2009. "authors": [
  2010. {
  2011. "name": "Sebastian Bergmann",
  2012. "email": "[email protected]"
  2013. }
  2014. ],
  2015. "description": "Snapshotting of global state",
  2016. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2017. "keywords": [
  2018. "global state"
  2019. ],
  2020. "funding": [
  2021. {
  2022. "url": "https://github.com/sebastianbergmann",
  2023. "type": "github"
  2024. }
  2025. ],
  2026. "time": "2020-05-12T05:29:49+00:00"
  2027. },
  2028. {
  2029. "name": "sebastian/object-enumerator",
  2030. "version": "dev-master",
  2031. "source": {
  2032. "type": "git",
  2033. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  2034. "reference": "bbb13a4d2d5115575c97636a5ab97d1cd4cc671e"
  2035. },
  2036. "dist": {
  2037. "type": "zip",
  2038. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/bbb13a4d2d5115575c97636a5ab97d1cd4cc671e",
  2039. "reference": "bbb13a4d2d5115575c97636a5ab97d1cd4cc671e",
  2040. "shasum": ""
  2041. },
  2042. "require": {
  2043. "php": "^7.3",
  2044. "sebastian/object-reflector": "^2.0",
  2045. "sebastian/recursion-context": "^4.0"
  2046. },
  2047. "require-dev": {
  2048. "phpunit/phpunit": "^9.0"
  2049. },
  2050. "type": "library",
  2051. "extra": {
  2052. "branch-alias": {
  2053. "dev-master": "4.0-dev"
  2054. }
  2055. },
  2056. "autoload": {
  2057. "classmap": [
  2058. "src/"
  2059. ]
  2060. },
  2061. "notification-url": "https://packagist.org/downloads/",
  2062. "license": [
  2063. "BSD-3-Clause"
  2064. ],
  2065. "authors": [
  2066. {
  2067. "name": "Sebastian Bergmann",
  2068. "email": "[email protected]"
  2069. }
  2070. ],
  2071. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  2072. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  2073. "funding": [
  2074. {
  2075. "url": "https://github.com/sebastianbergmann",
  2076. "type": "github"
  2077. }
  2078. ],
  2079. "time": "2020-05-12T05:29:59+00:00"
  2080. },
  2081. {
  2082. "name": "sebastian/object-reflector",
  2083. "version": "dev-master",
  2084. "source": {
  2085. "type": "git",
  2086. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  2087. "reference": "82d265e8efce83f6f893ff767e37dda48d73b1cc"
  2088. },
  2089. "dist": {
  2090. "type": "zip",
  2091. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/82d265e8efce83f6f893ff767e37dda48d73b1cc",
  2092. "reference": "82d265e8efce83f6f893ff767e37dda48d73b1cc",
  2093. "shasum": ""
  2094. },
  2095. "require": {
  2096. "php": "^7.3"
  2097. },
  2098. "require-dev": {
  2099. "phpunit/phpunit": "^9.0"
  2100. },
  2101. "type": "library",
  2102. "extra": {
  2103. "branch-alias": {
  2104. "dev-master": "2.0-dev"
  2105. }
  2106. },
  2107. "autoload": {
  2108. "classmap": [
  2109. "src/"
  2110. ]
  2111. },
  2112. "notification-url": "https://packagist.org/downloads/",
  2113. "license": [
  2114. "BSD-3-Clause"
  2115. ],
  2116. "authors": [
  2117. {
  2118. "name": "Sebastian Bergmann",
  2119. "email": "[email protected]"
  2120. }
  2121. ],
  2122. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  2123. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  2124. "funding": [
  2125. {
  2126. "url": "https://github.com/sebastianbergmann",
  2127. "type": "github"
  2128. }
  2129. ],
  2130. "time": "2020-05-12T05:30:09+00:00"
  2131. },
  2132. {
  2133. "name": "sebastian/recursion-context",
  2134. "version": "dev-master",
  2135. "source": {
  2136. "type": "git",
  2137. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2138. "reference": "833d76debf9752c4b9fd52fc864a581a7f20aa0f"
  2139. },
  2140. "dist": {
  2141. "type": "zip",
  2142. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/833d76debf9752c4b9fd52fc864a581a7f20aa0f",
  2143. "reference": "833d76debf9752c4b9fd52fc864a581a7f20aa0f",
  2144. "shasum": ""
  2145. },
  2146. "require": {
  2147. "php": "^7.3"
  2148. },
  2149. "require-dev": {
  2150. "phpunit/phpunit": "^9.0"
  2151. },
  2152. "type": "library",
  2153. "extra": {
  2154. "branch-alias": {
  2155. "dev-master": "4.0-dev"
  2156. }
  2157. },
  2158. "autoload": {
  2159. "classmap": [
  2160. "src/"
  2161. ]
  2162. },
  2163. "notification-url": "https://packagist.org/downloads/",
  2164. "license": [
  2165. "BSD-3-Clause"
  2166. ],
  2167. "authors": [
  2168. {
  2169. "name": "Sebastian Bergmann",
  2170. "email": "[email protected]"
  2171. },
  2172. {
  2173. "name": "Jeff Welch",
  2174. "email": "[email protected]"
  2175. },
  2176. {
  2177. "name": "Adam Harvey",
  2178. "email": "[email protected]"
  2179. }
  2180. ],
  2181. "description": "Provides functionality to recursively process PHP variables",
  2182. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2183. "funding": [
  2184. {
  2185. "url": "https://github.com/sebastianbergmann",
  2186. "type": "github"
  2187. }
  2188. ],
  2189. "time": "2020-05-12T05:30:57+00:00"
  2190. },
  2191. {
  2192. "name": "sebastian/resource-operations",
  2193. "version": "dev-master",
  2194. "source": {
  2195. "type": "git",
  2196. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  2197. "reference": "dd53d000c3b488bef036f6a6c10e732fdb5861e8"
  2198. },
  2199. "dist": {
  2200. "type": "zip",
  2201. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/dd53d000c3b488bef036f6a6c10e732fdb5861e8",
  2202. "reference": "dd53d000c3b488bef036f6a6c10e732fdb5861e8",
  2203. "shasum": ""
  2204. },
  2205. "require": {
  2206. "php": "^7.3"
  2207. },
  2208. "require-dev": {
  2209. "phpunit/phpunit": "^9.0"
  2210. },
  2211. "type": "library",
  2212. "extra": {
  2213. "branch-alias": {
  2214. "dev-master": "3.0-dev"
  2215. }
  2216. },
  2217. "autoload": {
  2218. "classmap": [
  2219. "src/"
  2220. ]
  2221. },
  2222. "notification-url": "https://packagist.org/downloads/",
  2223. "license": [
  2224. "BSD-3-Clause"
  2225. ],
  2226. "authors": [
  2227. {
  2228. "name": "Sebastian Bergmann",
  2229. "email": "[email protected]"
  2230. }
  2231. ],
  2232. "description": "Provides a list of PHP built-in functions that operate on resources",
  2233. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  2234. "funding": [
  2235. {
  2236. "url": "https://github.com/sebastianbergmann",
  2237. "type": "github"
  2238. }
  2239. ],
  2240. "time": "2020-05-04T13:13:33+00:00"
  2241. },
  2242. {
  2243. "name": "sebastian/type",
  2244. "version": "dev-master",
  2245. "source": {
  2246. "type": "git",
  2247. "url": "https://github.com/sebastianbergmann/type.git",
  2248. "reference": "7c63f570924c4b05857c68d8fb578256780a2694"
  2249. },
  2250. "dist": {
  2251. "type": "zip",
  2252. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/7c63f570924c4b05857c68d8fb578256780a2694",
  2253. "reference": "7c63f570924c4b05857c68d8fb578256780a2694",
  2254. "shasum": ""
  2255. },
  2256. "require": {
  2257. "php": "^7.3"
  2258. },
  2259. "require-dev": {
  2260. "phpunit/phpunit": "^9.2"
  2261. },
  2262. "type": "library",
  2263. "extra": {
  2264. "branch-alias": {
  2265. "dev-master": "2.1-dev"
  2266. }
  2267. },
  2268. "autoload": {
  2269. "classmap": [
  2270. "src/"
  2271. ]
  2272. },
  2273. "notification-url": "https://packagist.org/downloads/",
  2274. "license": [
  2275. "BSD-3-Clause"
  2276. ],
  2277. "authors": [
  2278. {
  2279. "name": "Sebastian Bergmann",
  2280. "email": "[email protected]",
  2281. "role": "lead"
  2282. }
  2283. ],
  2284. "description": "Collection of value objects that represent the types of the PHP type system",
  2285. "homepage": "https://github.com/sebastianbergmann/type",
  2286. "funding": [
  2287. {
  2288. "url": "https://github.com/sebastianbergmann",
  2289. "type": "github"
  2290. }
  2291. ],
  2292. "time": "2020-05-12T14:01:20+00:00"
  2293. },
  2294. {
  2295. "name": "sebastian/version",
  2296. "version": "dev-master",
  2297. "source": {
  2298. "type": "git",
  2299. "url": "https://github.com/sebastianbergmann/version.git",
  2300. "reference": "e5e546867c9373c887d797a44093841ac2fa0a30"
  2301. },
  2302. "dist": {
  2303. "type": "zip",
  2304. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/e5e546867c9373c887d797a44093841ac2fa0a30",
  2305. "reference": "e5e546867c9373c887d797a44093841ac2fa0a30",
  2306. "shasum": ""
  2307. },
  2308. "require": {
  2309. "php": "^7.3"
  2310. },
  2311. "type": "library",
  2312. "extra": {
  2313. "branch-alias": {
  2314. "dev-master": "3.0-dev"
  2315. }
  2316. },
  2317. "autoload": {
  2318. "classmap": [
  2319. "src/"
  2320. ]
  2321. },
  2322. "notification-url": "https://packagist.org/downloads/",
  2323. "license": [
  2324. "BSD-3-Clause"
  2325. ],
  2326. "authors": [
  2327. {
  2328. "name": "Sebastian Bergmann",
  2329. "email": "[email protected]",
  2330. "role": "lead"
  2331. }
  2332. ],
  2333. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2334. "homepage": "https://github.com/sebastianbergmann/version",
  2335. "funding": [
  2336. {
  2337. "url": "https://github.com/sebastianbergmann",
  2338. "type": "github"
  2339. }
  2340. ],
  2341. "time": "2020-05-04T13:12:41+00:00"
  2342. },
  2343. {
  2344. "name": "seld/jsonlint",
  2345. "version": "1.8.0",
  2346. "source": {
  2347. "type": "git",
  2348. "url": "https://github.com/Seldaek/jsonlint.git",
  2349. "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
  2350. },
  2351. "dist": {
  2352. "type": "zip",
  2353. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
  2354. "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
  2355. "shasum": ""
  2356. },
  2357. "require": {
  2358. "php": "^5.3 || ^7.0 || ^8.0"
  2359. },
  2360. "require-dev": {
  2361. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2362. },
  2363. "bin": [
  2364. "bin/jsonlint"
  2365. ],
  2366. "type": "library",
  2367. "autoload": {
  2368. "psr-4": {
  2369. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  2370. }
  2371. },
  2372. "notification-url": "https://packagist.org/downloads/",
  2373. "license": [
  2374. "MIT"
  2375. ],
  2376. "authors": [
  2377. {
  2378. "name": "Jordi Boggiano",
  2379. "email": "[email protected]",
  2380. "homepage": "http://seld.be"
  2381. }
  2382. ],
  2383. "description": "JSON Linter",
  2384. "keywords": [
  2385. "json",
  2386. "linter",
  2387. "parser",
  2388. "validator"
  2389. ],
  2390. "funding": [
  2391. {
  2392. "url": "https://github.com/Seldaek",
  2393. "type": "github"
  2394. },
  2395. {
  2396. "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
  2397. "type": "tidelift"
  2398. }
  2399. ],
  2400. "time": "2020-04-30T19:05:18+00:00"
  2401. },
  2402. {
  2403. "name": "seld/phar-utils",
  2404. "version": "dev-master",
  2405. "source": {
  2406. "type": "git",
  2407. "url": "https://github.com/Seldaek/phar-utils.git",
  2408. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
  2409. },
  2410. "dist": {
  2411. "type": "zip",
  2412. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
  2413. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
  2414. "shasum": ""
  2415. },
  2416. "require": {
  2417. "php": ">=5.3"
  2418. },
  2419. "type": "library",
  2420. "extra": {
  2421. "branch-alias": {
  2422. "dev-master": "1.x-dev"
  2423. }
  2424. },
  2425. "autoload": {
  2426. "psr-4": {
  2427. "Seld\\PharUtils\\": "src/"
  2428. }
  2429. },
  2430. "notification-url": "https://packagist.org/downloads/",
  2431. "license": [
  2432. "MIT"
  2433. ],
  2434. "authors": [
  2435. {
  2436. "name": "Jordi Boggiano",
  2437. "email": "[email protected]"
  2438. }
  2439. ],
  2440. "description": "PHAR file format utilities, for when PHP phars you up",
  2441. "keywords": [
  2442. "phar"
  2443. ],
  2444. "time": "2020-02-14T15:25:33+00:00"
  2445. },
  2446. {
  2447. "name": "symfony/console",
  2448. "version": "dev-master",
  2449. "source": {
  2450. "type": "git",
  2451. "url": "https://github.com/symfony/console.git",
  2452. "reference": "19a0ea9ff5bc3a737a51da53a3fdf4a071dc0463"
  2453. },
  2454. "dist": {
  2455. "type": "zip",
  2456. "url": "https://api.github.com/repos/symfony/console/zipball/19a0ea9ff5bc3a737a51da53a3fdf4a071dc0463",
  2457. "reference": "19a0ea9ff5bc3a737a51da53a3fdf4a071dc0463",
  2458. "shasum": ""
  2459. },
  2460. "require": {
  2461. "php": ">=7.2.5",
  2462. "symfony/polyfill-mbstring": "~1.0",
  2463. "symfony/polyfill-php73": "^1.8",
  2464. "symfony/polyfill-php80": "^1.15",
  2465. "symfony/service-contracts": "^1.1|^2",
  2466. "symfony/string": "^5.1"
  2467. },
  2468. "conflict": {
  2469. "symfony/dependency-injection": "<4.4",
  2470. "symfony/dotenv": "<5.1",
  2471. "symfony/event-dispatcher": "<4.4",
  2472. "symfony/lock": "<4.4",
  2473. "symfony/process": "<4.4"
  2474. },
  2475. "provide": {
  2476. "psr/log-implementation": "1.0"
  2477. },
  2478. "require-dev": {
  2479. "psr/log": "~1.0",
  2480. "symfony/config": "^4.4|^5.0",
  2481. "symfony/dependency-injection": "^4.4|^5.0",
  2482. "symfony/event-dispatcher": "^4.4|^5.0",
  2483. "symfony/lock": "^4.4|^5.0",
  2484. "symfony/process": "^4.4|^5.0",
  2485. "symfony/var-dumper": "^4.4|^5.0"
  2486. },
  2487. "suggest": {
  2488. "psr/log": "For using the console logger",
  2489. "symfony/event-dispatcher": "",
  2490. "symfony/lock": "",
  2491. "symfony/process": ""
  2492. },
  2493. "type": "library",
  2494. "extra": {
  2495. "branch-alias": {
  2496. "dev-master": "5.2-dev"
  2497. }
  2498. },
  2499. "autoload": {
  2500. "psr-4": {
  2501. "Symfony\\Component\\Console\\": ""
  2502. },
  2503. "exclude-from-classmap": [
  2504. "/Tests/"
  2505. ]
  2506. },
  2507. "notification-url": "https://packagist.org/downloads/",
  2508. "license": [
  2509. "MIT"
  2510. ],
  2511. "authors": [
  2512. {
  2513. "name": "Fabien Potencier",
  2514. "email": "[email protected]"
  2515. },
  2516. {
  2517. "name": "Symfony Community",
  2518. "homepage": "https://symfony.com/contributors"
  2519. }
  2520. ],
  2521. "description": "Symfony Console Component",
  2522. "homepage": "https://symfony.com",
  2523. "funding": [
  2524. {
  2525. "url": "https://symfony.com/sponsor",
  2526. "type": "custom"
  2527. },
  2528. {
  2529. "url": "https://github.com/fabpot",
  2530. "type": "github"
  2531. },
  2532. {
  2533. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2534. "type": "tidelift"
  2535. }
  2536. ],
  2537. "time": "2020-05-20T17:44:07+00:00"
  2538. },
  2539. {
  2540. "name": "symfony/filesystem",
  2541. "version": "dev-master",
  2542. "source": {
  2543. "type": "git",
  2544. "url": "https://github.com/symfony/filesystem.git",
  2545. "reference": "2072269a880763bd871d8c681252824895308fa2"
  2546. },
  2547. "dist": {
  2548. "type": "zip",
  2549. "url": "https://api.github.com/repos/symfony/filesystem/zipball/2072269a880763bd871d8c681252824895308fa2",
  2550. "reference": "2072269a880763bd871d8c681252824895308fa2",
  2551. "shasum": ""
  2552. },
  2553. "require": {
  2554. "php": ">=7.2.5",
  2555. "symfony/polyfill-ctype": "~1.8"
  2556. },
  2557. "type": "library",
  2558. "extra": {
  2559. "branch-alias": {
  2560. "dev-master": "5.2-dev"
  2561. }
  2562. },
  2563. "autoload": {
  2564. "psr-4": {
  2565. "Symfony\\Component\\Filesystem\\": ""
  2566. },
  2567. "exclude-from-classmap": [
  2568. "/Tests/"
  2569. ]
  2570. },
  2571. "notification-url": "https://packagist.org/downloads/",
  2572. "license": [
  2573. "MIT"
  2574. ],
  2575. "authors": [
  2576. {
  2577. "name": "Fabien Potencier",
  2578. "email": "[email protected]"
  2579. },
  2580. {
  2581. "name": "Symfony Community",
  2582. "homepage": "https://symfony.com/contributors"
  2583. }
  2584. ],
  2585. "description": "Symfony Filesystem Component",
  2586. "homepage": "https://symfony.com",
  2587. "funding": [
  2588. {
  2589. "url": "https://symfony.com/sponsor",
  2590. "type": "custom"
  2591. },
  2592. {
  2593. "url": "https://github.com/fabpot",
  2594. "type": "github"
  2595. },
  2596. {
  2597. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2598. "type": "tidelift"
  2599. }
  2600. ],
  2601. "time": "2020-05-20T17:44:07+00:00"
  2602. },
  2603. {
  2604. "name": "symfony/finder",
  2605. "version": "dev-master",
  2606. "source": {
  2607. "type": "git",
  2608. "url": "https://github.com/symfony/finder.git",
  2609. "reference": "2a63a45741144325f84d28ea1e67bc1b669b1748"
  2610. },
  2611. "dist": {
  2612. "type": "zip",
  2613. "url": "https://api.github.com/repos/symfony/finder/zipball/2a63a45741144325f84d28ea1e67bc1b669b1748",
  2614. "reference": "2a63a45741144325f84d28ea1e67bc1b669b1748",
  2615. "shasum": ""
  2616. },
  2617. "require": {
  2618. "php": ">=7.2.5"
  2619. },
  2620. "type": "library",
  2621. "extra": {
  2622. "branch-alias": {
  2623. "dev-master": "5.2-dev"
  2624. }
  2625. },
  2626. "autoload": {
  2627. "psr-4": {
  2628. "Symfony\\Component\\Finder\\": ""
  2629. },
  2630. "exclude-from-classmap": [
  2631. "/Tests/"
  2632. ]
  2633. },
  2634. "notification-url": "https://packagist.org/downloads/",
  2635. "license": [
  2636. "MIT"
  2637. ],
  2638. "authors": [
  2639. {
  2640. "name": "Fabien Potencier",
  2641. "email": "[email protected]"
  2642. },
  2643. {
  2644. "name": "Symfony Community",
  2645. "homepage": "https://symfony.com/contributors"
  2646. }
  2647. ],
  2648. "description": "Symfony Finder Component",
  2649. "homepage": "https://symfony.com",
  2650. "funding": [
  2651. {
  2652. "url": "https://symfony.com/sponsor",
  2653. "type": "custom"
  2654. },
  2655. {
  2656. "url": "https://github.com/fabpot",
  2657. "type": "github"
  2658. },
  2659. {
  2660. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2661. "type": "tidelift"
  2662. }
  2663. ],
  2664. "time": "2020-05-20T17:44:07+00:00"
  2665. },
  2666. {
  2667. "name": "symfony/polyfill-ctype",
  2668. "version": "dev-master",
  2669. "source": {
  2670. "type": "git",
  2671. "url": "https://github.com/symfony/polyfill-ctype.git",
  2672. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
  2673. },
  2674. "dist": {
  2675. "type": "zip",
  2676. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  2677. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  2678. "shasum": ""
  2679. },
  2680. "require": {
  2681. "php": ">=5.3.3"
  2682. },
  2683. "suggest": {
  2684. "ext-ctype": "For best performance"
  2685. },
  2686. "type": "library",
  2687. "extra": {
  2688. "branch-alias": {
  2689. "dev-master": "1.17-dev"
  2690. }
  2691. },
  2692. "autoload": {
  2693. "psr-4": {
  2694. "Symfony\\Polyfill\\Ctype\\": ""
  2695. },
  2696. "files": [
  2697. "bootstrap.php"
  2698. ]
  2699. },
  2700. "notification-url": "https://packagist.org/downloads/",
  2701. "license": [
  2702. "MIT"
  2703. ],
  2704. "authors": [
  2705. {
  2706. "name": "Gert de Pagter",
  2707. "email": "[email protected]"
  2708. },
  2709. {
  2710. "name": "Symfony Community",
  2711. "homepage": "https://symfony.com/contributors"
  2712. }
  2713. ],
  2714. "description": "Symfony polyfill for ctype functions",
  2715. "homepage": "https://symfony.com",
  2716. "keywords": [
  2717. "compatibility",
  2718. "ctype",
  2719. "polyfill",
  2720. "portable"
  2721. ],
  2722. "funding": [
  2723. {
  2724. "url": "https://symfony.com/sponsor",
  2725. "type": "custom"
  2726. },
  2727. {
  2728. "url": "https://github.com/fabpot",
  2729. "type": "github"
  2730. },
  2731. {
  2732. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2733. "type": "tidelift"
  2734. }
  2735. ],
  2736. "time": "2020-05-12T16:14:59+00:00"
  2737. },
  2738. {
  2739. "name": "symfony/polyfill-intl-grapheme",
  2740. "version": "dev-master",
  2741. "source": {
  2742. "type": "git",
  2743. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  2744. "reference": "e094b0770f7833fdf257e6ba4775be4e258230b2"
  2745. },
  2746. "dist": {
  2747. "type": "zip",
  2748. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e094b0770f7833fdf257e6ba4775be4e258230b2",
  2749. "reference": "e094b0770f7833fdf257e6ba4775be4e258230b2",
  2750. "shasum": ""
  2751. },
  2752. "require": {
  2753. "php": ">=5.3.3"
  2754. },
  2755. "suggest": {
  2756. "ext-intl": "For best performance"
  2757. },
  2758. "type": "library",
  2759. "extra": {
  2760. "branch-alias": {
  2761. "dev-master": "1.17-dev"
  2762. }
  2763. },
  2764. "autoload": {
  2765. "psr-4": {
  2766. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  2767. },
  2768. "files": [
  2769. "bootstrap.php"
  2770. ]
  2771. },
  2772. "notification-url": "https://packagist.org/downloads/",
  2773. "license": [
  2774. "MIT"
  2775. ],
  2776. "authors": [
  2777. {
  2778. "name": "Nicolas Grekas",
  2779. "email": "[email protected]"
  2780. },
  2781. {
  2782. "name": "Symfony Community",
  2783. "homepage": "https://symfony.com/contributors"
  2784. }
  2785. ],
  2786. "description": "Symfony polyfill for intl's grapheme_* functions",
  2787. "homepage": "https://symfony.com",
  2788. "keywords": [
  2789. "compatibility",
  2790. "grapheme",
  2791. "intl",
  2792. "polyfill",
  2793. "portable",
  2794. "shim"
  2795. ],
  2796. "funding": [
  2797. {
  2798. "url": "https://symfony.com/sponsor",
  2799. "type": "custom"
  2800. },
  2801. {
  2802. "url": "https://github.com/fabpot",
  2803. "type": "github"
  2804. },
  2805. {
  2806. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2807. "type": "tidelift"
  2808. }
  2809. ],
  2810. "time": "2020-05-12T16:47:27+00:00"
  2811. },
  2812. {
  2813. "name": "symfony/polyfill-intl-normalizer",
  2814. "version": "dev-master",
  2815. "source": {
  2816. "type": "git",
  2817. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  2818. "reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9"
  2819. },
  2820. "dist": {
  2821. "type": "zip",
  2822. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/1357b1d168eb7f68ad6a134838e46b0b159444a9",
  2823. "reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9",
  2824. "shasum": ""
  2825. },
  2826. "require": {
  2827. "php": ">=5.3.3"
  2828. },
  2829. "suggest": {
  2830. "ext-intl": "For best performance"
  2831. },
  2832. "type": "library",
  2833. "extra": {
  2834. "branch-alias": {
  2835. "dev-master": "1.17-dev"
  2836. }
  2837. },
  2838. "autoload": {
  2839. "psr-4": {
  2840. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  2841. },
  2842. "files": [
  2843. "bootstrap.php"
  2844. ],
  2845. "classmap": [
  2846. "Resources/stubs"
  2847. ]
  2848. },
  2849. "notification-url": "https://packagist.org/downloads/",
  2850. "license": [
  2851. "MIT"
  2852. ],
  2853. "authors": [
  2854. {
  2855. "name": "Nicolas Grekas",
  2856. "email": "[email protected]"
  2857. },
  2858. {
  2859. "name": "Symfony Community",
  2860. "homepage": "https://symfony.com/contributors"
  2861. }
  2862. ],
  2863. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  2864. "homepage": "https://symfony.com",
  2865. "keywords": [
  2866. "compatibility",
  2867. "intl",
  2868. "normalizer",
  2869. "polyfill",
  2870. "portable",
  2871. "shim"
  2872. ],
  2873. "funding": [
  2874. {
  2875. "url": "https://symfony.com/sponsor",
  2876. "type": "custom"
  2877. },
  2878. {
  2879. "url": "https://github.com/fabpot",
  2880. "type": "github"
  2881. },
  2882. {
  2883. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2884. "type": "tidelift"
  2885. }
  2886. ],
  2887. "time": "2020-05-12T16:14:59+00:00"
  2888. },
  2889. {
  2890. "name": "symfony/polyfill-mbstring",
  2891. "version": "dev-master",
  2892. "source": {
  2893. "type": "git",
  2894. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2895. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
  2896. },
  2897. "dist": {
  2898. "type": "zip",
  2899. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
  2900. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
  2901. "shasum": ""
  2902. },
  2903. "require": {
  2904. "php": ">=5.3.3"
  2905. },
  2906. "suggest": {
  2907. "ext-mbstring": "For best performance"
  2908. },
  2909. "type": "library",
  2910. "extra": {
  2911. "branch-alias": {
  2912. "dev-master": "1.17-dev"
  2913. }
  2914. },
  2915. "autoload": {
  2916. "psr-4": {
  2917. "Symfony\\Polyfill\\Mbstring\\": ""
  2918. },
  2919. "files": [
  2920. "bootstrap.php"
  2921. ]
  2922. },
  2923. "notification-url": "https://packagist.org/downloads/",
  2924. "license": [
  2925. "MIT"
  2926. ],
  2927. "authors": [
  2928. {
  2929. "name": "Nicolas Grekas",
  2930. "email": "[email protected]"
  2931. },
  2932. {
  2933. "name": "Symfony Community",
  2934. "homepage": "https://symfony.com/contributors"
  2935. }
  2936. ],
  2937. "description": "Symfony polyfill for the Mbstring extension",
  2938. "homepage": "https://symfony.com",
  2939. "keywords": [
  2940. "compatibility",
  2941. "mbstring",
  2942. "polyfill",
  2943. "portable",
  2944. "shim"
  2945. ],
  2946. "funding": [
  2947. {
  2948. "url": "https://symfony.com/sponsor",
  2949. "type": "custom"
  2950. },
  2951. {
  2952. "url": "https://github.com/fabpot",
  2953. "type": "github"
  2954. },
  2955. {
  2956. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2957. "type": "tidelift"
  2958. }
  2959. ],
  2960. "time": "2020-05-12T16:47:27+00:00"
  2961. },
  2962. {
  2963. "name": "symfony/polyfill-php73",
  2964. "version": "dev-master",
  2965. "source": {
  2966. "type": "git",
  2967. "url": "https://github.com/symfony/polyfill-php73.git",
  2968. "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
  2969. },
  2970. "dist": {
  2971. "type": "zip",
  2972. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
  2973. "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
  2974. "shasum": ""
  2975. },
  2976. "require": {
  2977. "php": ">=5.3.3"
  2978. },
  2979. "type": "library",
  2980. "extra": {
  2981. "branch-alias": {
  2982. "dev-master": "1.17-dev"
  2983. }
  2984. },
  2985. "autoload": {
  2986. "psr-4": {
  2987. "Symfony\\Polyfill\\Php73\\": ""
  2988. },
  2989. "files": [
  2990. "bootstrap.php"
  2991. ],
  2992. "classmap": [
  2993. "Resources/stubs"
  2994. ]
  2995. },
  2996. "notification-url": "https://packagist.org/downloads/",
  2997. "license": [
  2998. "MIT"
  2999. ],
  3000. "authors": [
  3001. {
  3002. "name": "Nicolas Grekas",
  3003. "email": "[email protected]"
  3004. },
  3005. {
  3006. "name": "Symfony Community",
  3007. "homepage": "https://symfony.com/contributors"
  3008. }
  3009. ],
  3010. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  3011. "homepage": "https://symfony.com",
  3012. "keywords": [
  3013. "compatibility",
  3014. "polyfill",
  3015. "portable",
  3016. "shim"
  3017. ],
  3018. "funding": [
  3019. {
  3020. "url": "https://symfony.com/sponsor",
  3021. "type": "custom"
  3022. },
  3023. {
  3024. "url": "https://github.com/fabpot",
  3025. "type": "github"
  3026. },
  3027. {
  3028. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3029. "type": "tidelift"
  3030. }
  3031. ],
  3032. "time": "2020-05-12T16:47:27+00:00"
  3033. },
  3034. {
  3035. "name": "symfony/polyfill-php80",
  3036. "version": "dev-master",
  3037. "source": {
  3038. "type": "git",
  3039. "url": "https://github.com/symfony/polyfill-php80.git",
  3040. "reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd"
  3041. },
  3042. "dist": {
  3043. "type": "zip",
  3044. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/5e30b2799bc1ad68f7feb62b60a73743589438dd",
  3045. "reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd",
  3046. "shasum": ""
  3047. },
  3048. "require": {
  3049. "php": ">=7.0.8"
  3050. },
  3051. "type": "library",
  3052. "extra": {
  3053. "branch-alias": {
  3054. "dev-master": "1.17-dev"
  3055. }
  3056. },
  3057. "autoload": {
  3058. "psr-4": {
  3059. "Symfony\\Polyfill\\Php80\\": ""
  3060. },
  3061. "files": [
  3062. "bootstrap.php"
  3063. ],
  3064. "classmap": [
  3065. "Resources/stubs"
  3066. ]
  3067. },
  3068. "notification-url": "https://packagist.org/downloads/",
  3069. "license": [
  3070. "MIT"
  3071. ],
  3072. "authors": [
  3073. {
  3074. "name": "Ion Bazan",
  3075. "email": "[email protected]"
  3076. },
  3077. {
  3078. "name": "Nicolas Grekas",
  3079. "email": "[email protected]"
  3080. },
  3081. {
  3082. "name": "Symfony Community",
  3083. "homepage": "https://symfony.com/contributors"
  3084. }
  3085. ],
  3086. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  3087. "homepage": "https://symfony.com",
  3088. "keywords": [
  3089. "compatibility",
  3090. "polyfill",
  3091. "portable",
  3092. "shim"
  3093. ],
  3094. "funding": [
  3095. {
  3096. "url": "https://symfony.com/sponsor",
  3097. "type": "custom"
  3098. },
  3099. {
  3100. "url": "https://github.com/fabpot",
  3101. "type": "github"
  3102. },
  3103. {
  3104. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3105. "type": "tidelift"
  3106. }
  3107. ],
  3108. "time": "2020-05-12T16:47:27+00:00"
  3109. },
  3110. {
  3111. "name": "symfony/process",
  3112. "version": "dev-master",
  3113. "source": {
  3114. "type": "git",
  3115. "url": "https://github.com/symfony/process.git",
  3116. "reference": "2aa6f94d315d87cbc6b960d1d4348d3aa855b54d"
  3117. },
  3118. "dist": {
  3119. "type": "zip",
  3120. "url": "https://api.github.com/repos/symfony/process/zipball/2aa6f94d315d87cbc6b960d1d4348d3aa855b54d",
  3121. "reference": "2aa6f94d315d87cbc6b960d1d4348d3aa855b54d",
  3122. "shasum": ""
  3123. },
  3124. "require": {
  3125. "php": ">=7.2.5",
  3126. "symfony/polyfill-php80": "^1.15"
  3127. },
  3128. "type": "library",
  3129. "extra": {
  3130. "branch-alias": {
  3131. "dev-master": "5.2-dev"
  3132. }
  3133. },
  3134. "autoload": {
  3135. "psr-4": {
  3136. "Symfony\\Component\\Process\\": ""
  3137. },
  3138. "exclude-from-classmap": [
  3139. "/Tests/"
  3140. ]
  3141. },
  3142. "notification-url": "https://packagist.org/downloads/",
  3143. "license": [
  3144. "MIT"
  3145. ],
  3146. "authors": [
  3147. {
  3148. "name": "Fabien Potencier",
  3149. "email": "[email protected]"
  3150. },
  3151. {
  3152. "name": "Symfony Community",
  3153. "homepage": "https://symfony.com/contributors"
  3154. }
  3155. ],
  3156. "description": "Symfony Process Component",
  3157. "homepage": "https://symfony.com",
  3158. "funding": [
  3159. {
  3160. "url": "https://symfony.com/sponsor",
  3161. "type": "custom"
  3162. },
  3163. {
  3164. "url": "https://github.com/fabpot",
  3165. "type": "github"
  3166. },
  3167. {
  3168. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3169. "type": "tidelift"
  3170. }
  3171. ],
  3172. "time": "2020-05-20T17:44:07+00:00"
  3173. },
  3174. {
  3175. "name": "symfony/service-contracts",
  3176. "version": "dev-master",
  3177. "source": {
  3178. "type": "git",
  3179. "url": "https://github.com/symfony/service-contracts.git",
  3180. "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b"
  3181. },
  3182. "dist": {
  3183. "type": "zip",
  3184. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b",
  3185. "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b",
  3186. "shasum": ""
  3187. },
  3188. "require": {
  3189. "php": ">=7.2.5",
  3190. "psr/container": "^1.0"
  3191. },
  3192. "suggest": {
  3193. "symfony/service-implementation": ""
  3194. },
  3195. "type": "library",
  3196. "extra": {
  3197. "branch-alias": {
  3198. "dev-master": "2.1-dev"
  3199. }
  3200. },
  3201. "autoload": {
  3202. "psr-4": {
  3203. "Symfony\\Contracts\\Service\\": ""
  3204. }
  3205. },
  3206. "notification-url": "https://packagist.org/downloads/",
  3207. "license": [
  3208. "MIT"
  3209. ],
  3210. "authors": [
  3211. {
  3212. "name": "Nicolas Grekas",
  3213. "email": "[email protected]"
  3214. },
  3215. {
  3216. "name": "Symfony Community",
  3217. "homepage": "https://symfony.com/contributors"
  3218. }
  3219. ],
  3220. "description": "Generic abstractions related to writing services",
  3221. "homepage": "https://symfony.com",
  3222. "keywords": [
  3223. "abstractions",
  3224. "contracts",
  3225. "decoupling",
  3226. "interfaces",
  3227. "interoperability",
  3228. "standards"
  3229. ],
  3230. "funding": [
  3231. {
  3232. "url": "https://symfony.com/sponsor",
  3233. "type": "custom"
  3234. },
  3235. {
  3236. "url": "https://github.com/fabpot",
  3237. "type": "github"
  3238. },
  3239. {
  3240. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3241. "type": "tidelift"
  3242. }
  3243. ],
  3244. "time": "2020-05-20T17:43:50+00:00"
  3245. },
  3246. {
  3247. "name": "symfony/string",
  3248. "version": "dev-master",
  3249. "source": {
  3250. "type": "git",
  3251. "url": "https://github.com/symfony/string.git",
  3252. "reference": "5a3def001d333ffba82085f63efb575f09a9c724"
  3253. },
  3254. "dist": {
  3255. "type": "zip",
  3256. "url": "https://api.github.com/repos/symfony/string/zipball/5a3def001d333ffba82085f63efb575f09a9c724",
  3257. "reference": "5a3def001d333ffba82085f63efb575f09a9c724",
  3258. "shasum": ""
  3259. },
  3260. "require": {
  3261. "php": ">=7.2.5",
  3262. "symfony/polyfill-ctype": "~1.8",
  3263. "symfony/polyfill-intl-grapheme": "~1.0",
  3264. "symfony/polyfill-intl-normalizer": "~1.0",
  3265. "symfony/polyfill-mbstring": "~1.0",
  3266. "symfony/polyfill-php80": "~1.15"
  3267. },
  3268. "require-dev": {
  3269. "symfony/error-handler": "^4.4|^5.0",
  3270. "symfony/http-client": "^4.4|^5.0",
  3271. "symfony/translation-contracts": "^1.1|^2",
  3272. "symfony/var-exporter": "^4.4|^5.0"
  3273. },
  3274. "type": "library",
  3275. "extra": {
  3276. "branch-alias": {
  3277. "dev-master": "5.2-dev"
  3278. }
  3279. },
  3280. "autoload": {
  3281. "psr-4": {
  3282. "Symfony\\Component\\String\\": ""
  3283. },
  3284. "files": [
  3285. "Resources/functions.php"
  3286. ],
  3287. "exclude-from-classmap": [
  3288. "/Tests/"
  3289. ]
  3290. },
  3291. "notification-url": "https://packagist.org/downloads/",
  3292. "license": [
  3293. "MIT"
  3294. ],
  3295. "authors": [
  3296. {
  3297. "name": "Nicolas Grekas",
  3298. "email": "[email protected]"
  3299. },
  3300. {
  3301. "name": "Symfony Community",
  3302. "homepage": "https://symfony.com/contributors"
  3303. }
  3304. ],
  3305. "description": "Symfony String component",
  3306. "homepage": "https://symfony.com",
  3307. "keywords": [
  3308. "grapheme",
  3309. "i18n",
  3310. "string",
  3311. "unicode",
  3312. "utf-8",
  3313. "utf8"
  3314. ],
  3315. "funding": [
  3316. {
  3317. "url": "https://symfony.com/sponsor",
  3318. "type": "custom"
  3319. },
  3320. {
  3321. "url": "https://github.com/fabpot",
  3322. "type": "github"
  3323. },
  3324. {
  3325. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3326. "type": "tidelift"
  3327. }
  3328. ],
  3329. "time": "2020-05-20T17:44:07+00:00"
  3330. },
  3331. {
  3332. "name": "theseer/tokenizer",
  3333. "version": "1.1.3",
  3334. "source": {
  3335. "type": "git",
  3336. "url": "https://github.com/theseer/tokenizer.git",
  3337. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  3338. },
  3339. "dist": {
  3340. "type": "zip",
  3341. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  3342. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  3343. "shasum": ""
  3344. },
  3345. "require": {
  3346. "ext-dom": "*",
  3347. "ext-tokenizer": "*",
  3348. "ext-xmlwriter": "*",
  3349. "php": "^7.0"
  3350. },
  3351. "type": "library",
  3352. "autoload": {
  3353. "classmap": [
  3354. "src/"
  3355. ]
  3356. },
  3357. "notification-url": "https://packagist.org/downloads/",
  3358. "license": [
  3359. "BSD-3-Clause"
  3360. ],
  3361. "authors": [
  3362. {
  3363. "name": "Arne Blankerts",
  3364. "email": "[email protected]",
  3365. "role": "Developer"
  3366. }
  3367. ],
  3368. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  3369. "time": "2019-06-13T22:48:21+00:00"
  3370. },
  3371. {
  3372. "name": "webmozart/assert",
  3373. "version": "1.8.0",
  3374. "source": {
  3375. "type": "git",
  3376. "url": "https://github.com/webmozart/assert.git",
  3377. "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
  3378. },
  3379. "dist": {
  3380. "type": "zip",
  3381. "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
  3382. "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
  3383. "shasum": ""
  3384. },
  3385. "require": {
  3386. "php": "^5.3.3 || ^7.0",
  3387. "symfony/polyfill-ctype": "^1.8"
  3388. },
  3389. "conflict": {
  3390. "vimeo/psalm": "<3.9.1"
  3391. },
  3392. "require-dev": {
  3393. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  3394. },
  3395. "type": "library",
  3396. "autoload": {
  3397. "psr-4": {
  3398. "Webmozart\\Assert\\": "src/"
  3399. }
  3400. },
  3401. "notification-url": "https://packagist.org/downloads/",
  3402. "license": [
  3403. "MIT"
  3404. ],
  3405. "authors": [
  3406. {
  3407. "name": "Bernhard Schussek",
  3408. "email": "[email protected]"
  3409. }
  3410. ],
  3411. "description": "Assertions to validate method input/output with nice error messages.",
  3412. "keywords": [
  3413. "assert",
  3414. "check",
  3415. "validate"
  3416. ],
  3417. "time": "2020-04-18T12:12:48+00:00"
  3418. }
  3419. ],
  3420. "aliases": [],
  3421. "minimum-stability": "dev",
  3422. "stability-flags": {
  3423. "yiisoft/arrays": 20,
  3424. "composer/composer": 20
  3425. },
  3426. "prefer-stable": false,
  3427. "prefer-lowest": false,
  3428. "platform": {
  3429. "php": "^7.4",
  3430. "ext-json": "*",
  3431. "composer-plugin-api": "^1.0|^2.0"
  3432. },
  3433. "platform-dev": [],
  3434. "plugin-api-version": "1.1.0"
  3435. }
Advertisement
Add Comment
Please, Sign In to add comment