You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2297 lines
78 KiB

3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
6 years ago
4 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  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": "383c315ac9fc68ab5443e1386772e6a7",
  8. "packages": [
  9. {
  10. "name": "cebe/markdown",
  11. "version": "1.1.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cebe/markdown.git",
  15. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
  20. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "lib-pcre": "*",
  25. "php": ">=5.4.0"
  26. },
  27. "require-dev": {
  28. "cebe/indent": "*",
  29. "facebook/xhprof": "*@dev",
  30. "phpunit/phpunit": "4.1.*"
  31. },
  32. "bin": [
  33. "bin/markdown"
  34. ],
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.1.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "cebe\\markdown\\": ""
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Carsten Brandt",
  53. "email": "mail@cebe.cc",
  54. "homepage": "http://cebe.cc/",
  55. "role": "Creator"
  56. }
  57. ],
  58. "description": "A super fast, highly extensible markdown parser for PHP",
  59. "homepage": "https://github.com/cebe/markdown#readme",
  60. "keywords": [
  61. "extensible",
  62. "fast",
  63. "gfm",
  64. "markdown",
  65. "markdown-extra"
  66. ],
  67. "time": "2017-07-16T21:13:23+00:00"
  68. },
  69. {
  70. "name": "dg/twitter-php",
  71. "version": "v3.6",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/dg/twitter-php.git",
  75. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  80. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "ext-curl": "*",
  85. "php": ">=5.2.0"
  86. },
  87. "type": "library",
  88. "autoload": {
  89. "classmap": [
  90. "src/"
  91. ]
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "BSD-3-Clause"
  96. ],
  97. "authors": [
  98. {
  99. "name": "David Grudl",
  100. "homepage": "https://davidgrudl.com"
  101. }
  102. ],
  103. "description": "Small and easy Twitter library for PHP",
  104. "homepage": "https://github.com/dg/twitter-php",
  105. "keywords": [
  106. "oauth",
  107. "twitter"
  108. ],
  109. "time": "2016-08-15T16:46:22+00:00"
  110. },
  111. {
  112. "name": "ezyang/htmlpurifier",
  113. "version": "v4.12.0",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/ezyang/htmlpurifier.git",
  117. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
  122. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
  123. "shasum": ""
  124. },
  125. "require": {
  126. "php": ">=5.2"
  127. },
  128. "require-dev": {
  129. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  130. },
  131. "type": "library",
  132. "autoload": {
  133. "psr-0": {
  134. "HTMLPurifier": "library/"
  135. },
  136. "files": [
  137. "library/HTMLPurifier.composer.php"
  138. ]
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "LGPL-2.1-or-later"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Edward Z. Yang",
  147. "email": "admin@htmlpurifier.org",
  148. "homepage": "http://ezyang.com"
  149. }
  150. ],
  151. "description": "Standards compliant HTML filter written in PHP",
  152. "homepage": "http://htmlpurifier.org/",
  153. "keywords": [
  154. "html"
  155. ],
  156. "time": "2019-10-28T03:44:26+00:00"
  157. },
  158. {
  159. "name": "facebook/graph-sdk",
  160. "version": "5.7.0",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/facebook/php-graph-sdk.git",
  164. "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
  169. "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "php": "^5.4|^7.0"
  174. },
  175. "require-dev": {
  176. "guzzlehttp/guzzle": "~5.0",
  177. "mockery/mockery": "~0.8",
  178. "phpunit/phpunit": "~4.0"
  179. },
  180. "suggest": {
  181. "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
  182. "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
  183. },
  184. "type": "library",
  185. "extra": {
  186. "branch-alias": {
  187. "dev-master": "5.x-dev"
  188. }
  189. },
  190. "autoload": {
  191. "psr-4": {
  192. "Facebook\\": "src/Facebook/"
  193. },
  194. "files": [
  195. "src/Facebook/polyfills.php"
  196. ]
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "Facebook Platform"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Facebook",
  205. "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
  206. }
  207. ],
  208. "description": "Facebook SDK for PHP",
  209. "homepage": "https://github.com/facebook/php-graph-sdk",
  210. "keywords": [
  211. "facebook",
  212. "sdk"
  213. ],
  214. "time": "2018-12-11T22:56:31+00:00"
  215. },
  216. {
  217. "name": "indieweb/link-rel-parser",
  218. "version": "0.1.3",
  219. "source": {
  220. "type": "git",
  221. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  222. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
  223. },
  224. "dist": {
  225. "type": "zip",
  226. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
  227. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
  228. "shasum": ""
  229. },
  230. "require": {
  231. "php": ">=5.3.0"
  232. },
  233. "type": "library",
  234. "autoload": {
  235. "files": [
  236. "src/IndieWeb/link_rel_parser.php"
  237. ]
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "Apache-2.0"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Aaron Parecki",
  246. "homepage": "http://aaronparecki.com"
  247. },
  248. {
  249. "name": "Tantek Çelik",
  250. "homepage": "http://tantek.com"
  251. }
  252. ],
  253. "description": "Parse rel values from HTTP headers",
  254. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  255. "keywords": [
  256. "http",
  257. "indieweb",
  258. "microformats2"
  259. ],
  260. "time": "2017-01-11T17:14:49+00:00"
  261. },
  262. {
  263. "name": "laminas/laminas-xml",
  264. "version": "1.2.0",
  265. "source": {
  266. "type": "git",
  267. "url": "https://github.com/laminas/laminas-xml.git",
  268. "reference": "879cc66d1bba6a37705e98074f52a6960c220020"
  269. },
  270. "dist": {
  271. "type": "zip",
  272. "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/879cc66d1bba6a37705e98074f52a6960c220020",
  273. "reference": "879cc66d1bba6a37705e98074f52a6960c220020",
  274. "shasum": ""
  275. },
  276. "require": {
  277. "laminas/laminas-zendframework-bridge": "^1.0",
  278. "php": "^5.6 || ^7.0"
  279. },
  280. "replace": {
  281. "zendframework/zendxml": "self.version"
  282. },
  283. "require-dev": {
  284. "laminas/laminas-coding-standard": "~1.0.0",
  285. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
  286. },
  287. "type": "library",
  288. "extra": {
  289. "branch-alias": {
  290. "dev-master": "1.2.x-dev",
  291. "dev-develop": "1.3.x-dev"
  292. }
  293. },
  294. "autoload": {
  295. "psr-4": {
  296. "Laminas\\Xml\\": "src/"
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "BSD-3-Clause"
  302. ],
  303. "description": "Utility library for XML usage, best practices, and security in PHP",
  304. "homepage": "https://laminas.dev",
  305. "keywords": [
  306. "laminas",
  307. "security",
  308. "xml"
  309. ],
  310. "time": "2019-12-31T18:05:42+00:00"
  311. },
  312. {
  313. "name": "laminas/laminas-zendframework-bridge",
  314. "version": "1.0.3",
  315. "source": {
  316. "type": "git",
  317. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  318. "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
  319. },
  320. "dist": {
  321. "type": "zip",
  322. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
  323. "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
  324. "shasum": ""
  325. },
  326. "require": {
  327. "php": "^5.6 || ^7.0"
  328. },
  329. "require-dev": {
  330. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
  331. "squizlabs/php_codesniffer": "^3.5"
  332. },
  333. "type": "library",
  334. "extra": {
  335. "branch-alias": {
  336. "dev-master": "1.0.x-dev",
  337. "dev-develop": "1.1.x-dev"
  338. },
  339. "laminas": {
  340. "module": "Laminas\\ZendFrameworkBridge"
  341. }
  342. },
  343. "autoload": {
  344. "files": [
  345. "src/autoload.php"
  346. ],
  347. "psr-4": {
  348. "Laminas\\ZendFrameworkBridge\\": "src//"
  349. }
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "BSD-3-Clause"
  354. ],
  355. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  356. "keywords": [
  357. "ZendFramework",
  358. "autoloading",
  359. "laminas",
  360. "zf"
  361. ],
  362. "time": "2020-04-03T16:01:00+00:00"
  363. },
  364. {
  365. "name": "masterminds/html5",
  366. "version": "2.7.0",
  367. "source": {
  368. "type": "git",
  369. "url": "https://github.com/Masterminds/html5-php.git",
  370. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
  371. },
  372. "dist": {
  373. "type": "zip",
  374. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
  375. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
  376. "shasum": ""
  377. },
  378. "require": {
  379. "ext-ctype": "*",
  380. "ext-dom": "*",
  381. "ext-libxml": "*",
  382. "php": ">=5.3.0"
  383. },
  384. "require-dev": {
  385. "phpunit/phpunit": "^4.8.35",
  386. "sami/sami": "~2.0",
  387. "satooshi/php-coveralls": "1.0.*"
  388. },
  389. "type": "library",
  390. "extra": {
  391. "branch-alias": {
  392. "dev-master": "2.7-dev"
  393. }
  394. },
  395. "autoload": {
  396. "psr-4": {
  397. "Masterminds\\": "src"
  398. }
  399. },
  400. "notification-url": "https://packagist.org/downloads/",
  401. "license": [
  402. "MIT"
  403. ],
  404. "authors": [
  405. {
  406. "name": "Matt Butcher",
  407. "email": "technosophos@gmail.com"
  408. },
  409. {
  410. "name": "Matt Farina",
  411. "email": "matt@mattfarina.com"
  412. },
  413. {
  414. "name": "Asmir Mustafic",
  415. "email": "goetas@gmail.com"
  416. }
  417. ],
  418. "description": "An HTML5 parser and serializer.",
  419. "homepage": "http://masterminds.github.io/html5-php",
  420. "keywords": [
  421. "HTML5",
  422. "dom",
  423. "html",
  424. "parser",
  425. "querypath",
  426. "serializer",
  427. "xml"
  428. ],
  429. "time": "2019-07-25T07:03:26+00:00"
  430. },
  431. {
  432. "name": "mf2/mf2",
  433. "version": "0.4.6",
  434. "source": {
  435. "type": "git",
  436. "url": "https://github.com/microformats/php-mf2.git",
  437. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
  438. },
  439. "dist": {
  440. "type": "zip",
  441. "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  442. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  443. "shasum": ""
  444. },
  445. "require": {
  446. "php": ">=5.4.0"
  447. },
  448. "require-dev": {
  449. "mf2/tests": "@dev",
  450. "phpdocumentor/phpdocumentor": "v2.8.4",
  451. "phpunit/phpunit": "4.8.*"
  452. },
  453. "suggest": {
  454. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  455. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  456. },
  457. "bin": [
  458. "bin/fetch-mf2",
  459. "bin/parse-mf2"
  460. ],
  461. "type": "library",
  462. "autoload": {
  463. "files": [
  464. "Mf2/Parser.php"
  465. ]
  466. },
  467. "notification-url": "https://packagist.org/downloads/",
  468. "license": [
  469. "CC0-1.0"
  470. ],
  471. "authors": [
  472. {
  473. "name": "Barnaby Walters",
  474. "homepage": "http://waterpigs.co.uk"
  475. }
  476. ],
  477. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  478. "keywords": [
  479. "html",
  480. "microformats",
  481. "microformats 2",
  482. "parser",
  483. "semantic"
  484. ],
  485. "time": "2018-08-24T14:47:04+00:00"
  486. },
  487. {
  488. "name": "p3k/http",
  489. "version": "0.1.11",
  490. "source": {
  491. "type": "git",
  492. "url": "https://github.com/aaronpk/p3k-http.git",
  493. "reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7"
  494. },
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/24d28287e0c5606aa45b23c6e3c17628d89468f7",
  498. "reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "indieweb/link-rel-parser": "0.1.*",
  503. "mf2/mf2": ">=0.3.2"
  504. },
  505. "type": "library",
  506. "autoload": {
  507. "psr-4": {
  508. "p3k\\": "src/p3k"
  509. }
  510. },
  511. "notification-url": "https://packagist.org/downloads/",
  512. "license": [
  513. "MIT"
  514. ],
  515. "authors": [
  516. {
  517. "name": "Aaron Parecki",
  518. "homepage": "https://aaronparecki.com"
  519. }
  520. ],
  521. "description": "A simple wrapper API around the PHP curl functions",
  522. "homepage": "https://github.com/aaronpk/p3k-http",
  523. "time": "2020-02-19T03:00:09+00:00"
  524. },
  525. {
  526. "name": "p3k/picofeed",
  527. "version": "v0.1.39",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/aaronpk/picofeed.git",
  531. "reference": "2c6469ce845db0f26b80b32eb18758cdc62a33ed"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/aaronpk/picofeed/zipball/2c6469ce845db0f26b80b32eb18758cdc62a33ed",
  536. "reference": "2c6469ce845db0f26b80b32eb18758cdc62a33ed",
  537. "shasum": ""
  538. },
  539. "require": {
  540. "ext-dom": "*",
  541. "ext-iconv": "*",
  542. "ext-libxml": "*",
  543. "ext-simplexml": "*",
  544. "ext-xml": "*",
  545. "laminas/laminas-xml": "^1.2",
  546. "php": ">=5.3.0"
  547. },
  548. "require-dev": {
  549. "phpdocumentor/reflection-docblock": "2.0.4",
  550. "phpunit/phpunit": "4.8.26",
  551. "symfony/yaml": "2.8.7"
  552. },
  553. "suggest": {
  554. "ext-curl": "PicoFeed will use cURL if present"
  555. },
  556. "bin": [
  557. "picofeed"
  558. ],
  559. "type": "library",
  560. "autoload": {
  561. "psr-0": {
  562. "PicoFeed": "lib/"
  563. }
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "license": [
  567. "MIT"
  568. ],
  569. "authors": [
  570. {
  571. "name": "Frédéric Guillot"
  572. }
  573. ],
  574. "description": "Modern library to handle RSS/Atom feeds",
  575. "homepage": "https://github.com/aaronpk/picoFeed",
  576. "time": "2020-04-18T23:59:05+00:00"
  577. },
  578. {
  579. "name": "p3k/timezone",
  580. "version": "0.1.0",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/aaronpk/p3k-timezone.git",
  584. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  589. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "php": ">=5.4.0"
  594. },
  595. "type": "library",
  596. "autoload": {
  597. "files": [
  598. "src/p3k/Timezone.php"
  599. ]
  600. },
  601. "license": [
  602. "Apache-2.0"
  603. ],
  604. "authors": [
  605. {
  606. "name": "Aaron Parecki",
  607. "homepage": "https://aaronparecki.com"
  608. }
  609. ],
  610. "description": "Find the timezone of a given location",
  611. "homepage": "https://github.com/aaronpk/p3k-timezone",
  612. "keywords": [
  613. "date",
  614. "p3k",
  615. "timezone"
  616. ],
  617. "time": "2017-01-12T17:30:08+00:00"
  618. }
  619. ],
  620. "packages-dev": [
  621. {
  622. "name": "doctrine/instantiator",
  623. "version": "1.3.0",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/doctrine/instantiator.git",
  627. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
  632. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
  633. "shasum": ""
  634. },
  635. "require": {
  636. "php": "^7.1"
  637. },
  638. "require-dev": {
  639. "doctrine/coding-standard": "^6.0",
  640. "ext-pdo": "*",
  641. "ext-phar": "*",
  642. "phpbench/phpbench": "^0.13",
  643. "phpstan/phpstan-phpunit": "^0.11",
  644. "phpstan/phpstan-shim": "^0.11",
  645. "phpunit/phpunit": "^7.0"
  646. },
  647. "type": "library",
  648. "extra": {
  649. "branch-alias": {
  650. "dev-master": "1.2.x-dev"
  651. }
  652. },
  653. "autoload": {
  654. "psr-4": {
  655. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  656. }
  657. },
  658. "notification-url": "https://packagist.org/downloads/",
  659. "license": [
  660. "MIT"
  661. ],
  662. "authors": [
  663. {
  664. "name": "Marco Pivetta",
  665. "email": "ocramius@gmail.com",
  666. "homepage": "http://ocramius.github.com/"
  667. }
  668. ],
  669. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  670. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  671. "keywords": [
  672. "constructor",
  673. "instantiate"
  674. ],
  675. "time": "2019-10-21T16:45:58+00:00"
  676. },
  677. {
  678. "name": "ircmaxell/password-compat",
  679. "version": "v1.0.4",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/ircmaxell/password_compat.git",
  683. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  688. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  689. "shasum": ""
  690. },
  691. "require-dev": {
  692. "phpunit/phpunit": "4.*"
  693. },
  694. "type": "library",
  695. "autoload": {
  696. "files": [
  697. "lib/password.php"
  698. ]
  699. },
  700. "notification-url": "https://packagist.org/downloads/",
  701. "license": [
  702. "MIT"
  703. ],
  704. "authors": [
  705. {
  706. "name": "Anthony Ferrara",
  707. "email": "ircmaxell@php.net",
  708. "homepage": "http://blog.ircmaxell.com"
  709. }
  710. ],
  711. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  712. "homepage": "https://github.com/ircmaxell/password_compat",
  713. "keywords": [
  714. "hashing",
  715. "password"
  716. ],
  717. "time": "2014-11-20T16:49:30+00:00"
  718. },
  719. {
  720. "name": "league/container",
  721. "version": "1.3.2",
  722. "source": {
  723. "type": "git",
  724. "url": "https://github.com/thephpleague/container.git",
  725. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  726. },
  727. "dist": {
  728. "type": "zip",
  729. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  730. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  731. "shasum": ""
  732. },
  733. "require": {
  734. "php": ">=5.4.0"
  735. },
  736. "replace": {
  737. "orno/di": "~2.0"
  738. },
  739. "require-dev": {
  740. "phpunit/phpunit": "4.*"
  741. },
  742. "type": "library",
  743. "extra": {
  744. "branch-alias": {
  745. "dev-master": "2.0-dev",
  746. "dev-1.x": "1.3-dev"
  747. }
  748. },
  749. "autoload": {
  750. "psr-4": {
  751. "League\\Container\\": "src"
  752. }
  753. },
  754. "notification-url": "https://packagist.org/downloads/",
  755. "license": [
  756. "MIT"
  757. ],
  758. "authors": [
  759. {
  760. "name": "Phil Bennett",
  761. "email": "philipobenito@gmail.com",
  762. "homepage": "http://philipobenito.github.io",
  763. "role": "Developer"
  764. }
  765. ],
  766. "description": "A fast and intuitive dependency injection container.",
  767. "homepage": "https://github.com/thephpleague/container",
  768. "keywords": [
  769. "container",
  770. "dependency",
  771. "di",
  772. "injection",
  773. "league"
  774. ],
  775. "time": "2015-04-05T17:14:48+00:00"
  776. },
  777. {
  778. "name": "league/plates",
  779. "version": "3.3.0",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/thephpleague/plates.git",
  783. "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af",
  788. "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "php": "^5.3 | ^7.0"
  793. },
  794. "require-dev": {
  795. "mikey179/vfsstream": "^1.4",
  796. "phpunit/phpunit": "~4.0",
  797. "squizlabs/php_codesniffer": "~1.5"
  798. },
  799. "type": "library",
  800. "extra": {
  801. "branch-alias": {
  802. "dev-master": "3.0-dev"
  803. }
  804. },
  805. "autoload": {
  806. "psr-4": {
  807. "League\\Plates\\": "src"
  808. }
  809. },
  810. "notification-url": "https://packagist.org/downloads/",
  811. "license": [
  812. "MIT"
  813. ],
  814. "authors": [
  815. {
  816. "name": "Jonathan Reinink",
  817. "email": "jonathan@reinink.ca",
  818. "role": "Developer"
  819. }
  820. ],
  821. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  822. "homepage": "http://platesphp.com",
  823. "keywords": [
  824. "league",
  825. "package",
  826. "templates",
  827. "templating",
  828. "views"
  829. ],
  830. "time": "2016-12-28T00:14:17+00:00"
  831. },
  832. {
  833. "name": "league/route",
  834. "version": "1.2.3",
  835. "source": {
  836. "type": "git",
  837. "url": "https://github.com/thephpleague/route.git",
  838. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  839. },
  840. "dist": {
  841. "type": "zip",
  842. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  843. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  844. "shasum": ""
  845. },
  846. "require": {
  847. "league/container": "~1.0",
  848. "nikic/fast-route": "~0.3",
  849. "php": ">=5.4.0",
  850. "symfony/http-foundation": "~2.6"
  851. },
  852. "replace": {
  853. "orno/http": "~1.0",
  854. "orno/route": "~1.0"
  855. },
  856. "require-dev": {
  857. "phpunit/phpunit": "4.*"
  858. },
  859. "type": "library",
  860. "extra": {
  861. "branch-alias": {
  862. "dev-master": "1.0-dev"
  863. }
  864. },
  865. "autoload": {
  866. "psr-4": {
  867. "League\\Route\\": "src"
  868. }
  869. },
  870. "notification-url": "https://packagist.org/downloads/",
  871. "license": [
  872. "MIT"
  873. ],
  874. "authors": [
  875. {
  876. "name": "Phil Bennett",
  877. "email": "philipobenito@gmail.com",
  878. "homepage": "http://philipobenito.github.io",
  879. "role": "Developer"
  880. }
  881. ],
  882. "description": "A fast routing and dispatch package built on top of FastRoute.",
  883. "homepage": "https://github.com/thephpleague/route",
  884. "keywords": [
  885. "league",
  886. "route"
  887. ],
  888. "time": "2015-09-11T07:40:31+00:00"
  889. },
  890. {
  891. "name": "nikic/fast-route",
  892. "version": "v0.8.0",
  893. "source": {
  894. "type": "git",
  895. "url": "https://github.com/nikic/FastRoute.git",
  896. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6"
  897. },
  898. "dist": {
  899. "type": "zip",
  900. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  901. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  902. "shasum": ""
  903. },
  904. "require": {
  905. "php": ">=5.4.0"
  906. },
  907. "type": "library",
  908. "autoload": {
  909. "psr-4": {
  910. "FastRoute\\": "src/"
  911. },
  912. "files": [
  913. "src/functions.php"
  914. ]
  915. },
  916. "notification-url": "https://packagist.org/downloads/",
  917. "license": [
  918. "BSD-3-Clause"
  919. ],
  920. "authors": [
  921. {
  922. "name": "Nikita Popov",
  923. "email": "nikic@php.net"
  924. }
  925. ],
  926. "description": "Fast request router for PHP",
  927. "keywords": [
  928. "router",
  929. "routing"
  930. ],
  931. "time": "2016-03-25T23:46:52+00:00"
  932. },
  933. {
  934. "name": "phpdocumentor/reflection-common",
  935. "version": "2.0.0",
  936. "source": {
  937. "type": "git",
  938. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  939. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
  940. },
  941. "dist": {
  942. "type": "zip",
  943. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
  944. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
  945. "shasum": ""
  946. },
  947. "require": {
  948. "php": ">=7.1"
  949. },
  950. "require-dev": {
  951. "phpunit/phpunit": "~6"
  952. },
  953. "type": "library",
  954. "extra": {
  955. "branch-alias": {
  956. "dev-master": "2.x-dev"
  957. }
  958. },
  959. "autoload": {
  960. "psr-4": {
  961. "phpDocumentor\\Reflection\\": "src/"
  962. }
  963. },
  964. "notification-url": "https://packagist.org/downloads/",
  965. "license": [
  966. "MIT"
  967. ],
  968. "authors": [
  969. {
  970. "name": "Jaap van Otterdijk",
  971. "email": "opensource@ijaap.nl"
  972. }
  973. ],
  974. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  975. "homepage": "http://www.phpdoc.org",
  976. "keywords": [
  977. "FQSEN",
  978. "phpDocumentor",
  979. "phpdoc",
  980. "reflection",
  981. "static analysis"
  982. ],
  983. "time": "2018-08-07T13:53:10+00:00"
  984. },
  985. {
  986. "name": "phpdocumentor/reflection-docblock",
  987. "version": "4.3.2",
  988. "source": {
  989. "type": "git",
  990. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  991. "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
  992. },
  993. "dist": {
  994. "type": "zip",
  995. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
  996. "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
  997. "shasum": ""
  998. },
  999. "require": {
  1000. "php": "^7.0",
  1001. "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
  1002. "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
  1003. "webmozart/assert": "^1.0"
  1004. },
  1005. "require-dev": {
  1006. "doctrine/instantiator": "^1.0.5",
  1007. "mockery/mockery": "^1.0",
  1008. "phpunit/phpunit": "^6.4"
  1009. },
  1010. "type": "library",
  1011. "extra": {
  1012. "branch-alias": {
  1013. "dev-master": "4.x-dev"
  1014. }
  1015. },
  1016. "autoload": {
  1017. "psr-4": {
  1018. "phpDocumentor\\Reflection\\": [
  1019. "src/"
  1020. ]
  1021. }
  1022. },
  1023. "notification-url": "https://packagist.org/downloads/",
  1024. "license": [
  1025. "MIT"
  1026. ],
  1027. "authors": [
  1028. {
  1029. "name": "Mike van Riel",
  1030. "email": "me@mikevanriel.com"
  1031. }
  1032. ],
  1033. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1034. "time": "2019-09-12T14:27:41+00:00"
  1035. },
  1036. {
  1037. "name": "phpdocumentor/type-resolver",
  1038. "version": "1.0.1",
  1039. "source": {
  1040. "type": "git",
  1041. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1042. "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
  1043. },
  1044. "dist": {
  1045. "type": "zip",
  1046. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
  1047. "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
  1048. "shasum": ""
  1049. },
  1050. "require": {
  1051. "php": "^7.1",
  1052. "phpdocumentor/reflection-common": "^2.0"
  1053. },
  1054. "require-dev": {
  1055. "ext-tokenizer": "^7.1",
  1056. "mockery/mockery": "~1",
  1057. "phpunit/phpunit": "^7.0"
  1058. },
  1059. "type": "library",
  1060. "extra": {
  1061. "branch-alias": {
  1062. "dev-master": "1.x-dev"
  1063. }
  1064. },
  1065. "autoload": {
  1066. "psr-4": {
  1067. "phpDocumentor\\Reflection\\": "src"
  1068. }
  1069. },
  1070. "notification-url": "https://packagist.org/downloads/",
  1071. "license": [
  1072. "MIT"
  1073. ],
  1074. "authors": [
  1075. {
  1076. "name": "Mike van Riel",
  1077. "email": "me@mikevanriel.com"
  1078. }
  1079. ],
  1080. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  1081. "time": "2019-08-22T18:11:29+00:00"
  1082. },
  1083. {
  1084. "name": "phpspec/prophecy",
  1085. "version": "1.9.0",
  1086. "source": {
  1087. "type": "git",
  1088. "url": "https://github.com/phpspec/prophecy.git",
  1089. "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
  1090. },
  1091. "dist": {
  1092. "type": "zip",
  1093. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
  1094. "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
  1095. "shasum": ""
  1096. },
  1097. "require": {
  1098. "doctrine/instantiator": "^1.0.2",
  1099. "php": "^5.3|^7.0",
  1100. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1101. "sebastian/comparator": "^1.1|^2.0|^3.0",
  1102. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  1103. },
  1104. "require-dev": {
  1105. "phpspec/phpspec": "^2.5|^3.2",
  1106. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1107. },
  1108. "type": "library",
  1109. "extra": {
  1110. "branch-alias": {
  1111. "dev-master": "1.8.x-dev"
  1112. }
  1113. },
  1114. "autoload": {
  1115. "psr-4": {
  1116. "Prophecy\\": "src/Prophecy"
  1117. }
  1118. },
  1119. "notification-url": "https://packagist.org/downloads/",
  1120. "license": [
  1121. "MIT"
  1122. ],
  1123. "authors": [
  1124. {
  1125. "name": "Konstantin Kudryashov",
  1126. "email": "ever.zet@gmail.com",
  1127. "homepage": "http://everzet.com"
  1128. },
  1129. {
  1130. "name": "Marcello Duarte",
  1131. "email": "marcello.duarte@gmail.com"
  1132. }
  1133. ],
  1134. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1135. "homepage": "https://github.com/phpspec/prophecy",
  1136. "keywords": [
  1137. "Double",
  1138. "Dummy",
  1139. "fake",
  1140. "mock",
  1141. "spy",
  1142. "stub"
  1143. ],
  1144. "time": "2019-10-03T11:07:50+00:00"
  1145. },
  1146. {
  1147. "name": "phpunit/php-code-coverage",
  1148. "version": "2.2.4",
  1149. "source": {
  1150. "type": "git",
  1151. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1152. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  1153. },
  1154. "dist": {
  1155. "type": "zip",
  1156. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1157. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1158. "shasum": ""
  1159. },
  1160. "require": {
  1161. "php": ">=5.3.3",
  1162. "phpunit/php-file-iterator": "~1.3",
  1163. "phpunit/php-text-template": "~1.2",
  1164. "phpunit/php-token-stream": "~1.3",
  1165. "sebastian/environment": "^1.3.2",
  1166. "sebastian/version": "~1.0"
  1167. },
  1168. "require-dev": {
  1169. "ext-xdebug": ">=2.1.4",
  1170. "phpunit/phpunit": "~4"
  1171. },
  1172. "suggest": {
  1173. "ext-dom": "*",
  1174. "ext-xdebug": ">=2.2.1",
  1175. "ext-xmlwriter": "*"
  1176. },
  1177. "type": "library",
  1178. "extra": {
  1179. "branch-alias": {
  1180. "dev-master": "2.2.x-dev"
  1181. }
  1182. },
  1183. "autoload": {
  1184. "classmap": [
  1185. "src/"
  1186. ]
  1187. },
  1188. "notification-url": "https://packagist.org/downloads/",
  1189. "license": [
  1190. "BSD-3-Clause"
  1191. ],
  1192. "authors": [
  1193. {
  1194. "name": "Sebastian Bergmann",
  1195. "email": "sb@sebastian-bergmann.de",
  1196. "role": "lead"
  1197. }
  1198. ],
  1199. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1200. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1201. "keywords": [
  1202. "coverage",
  1203. "testing",
  1204. "xunit"
  1205. ],
  1206. "time": "2015-10-06T15:47:00+00:00"
  1207. },
  1208. {
  1209. "name": "phpunit/php-file-iterator",
  1210. "version": "1.4.5",
  1211. "source": {
  1212. "type": "git",
  1213. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1214. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  1215. },
  1216. "dist": {
  1217. "type": "zip",
  1218. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1219. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1220. "shasum": ""
  1221. },
  1222. "require": {
  1223. "php": ">=5.3.3"
  1224. },
  1225. "type": "library",
  1226. "extra": {
  1227. "branch-alias": {
  1228. "dev-master": "1.4.x-dev"
  1229. }
  1230. },
  1231. "autoload": {
  1232. "classmap": [
  1233. "src/"
  1234. ]
  1235. },
  1236. "notification-url": "https://packagist.org/downloads/",
  1237. "license": [
  1238. "BSD-3-Clause"
  1239. ],
  1240. "authors": [
  1241. {
  1242. "name": "Sebastian Bergmann",
  1243. "email": "sb@sebastian-bergmann.de",
  1244. "role": "lead"
  1245. }
  1246. ],
  1247. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1248. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1249. "keywords": [
  1250. "filesystem",
  1251. "iterator"
  1252. ],
  1253. "time": "2017-11-27T13:52:08+00:00"
  1254. },
  1255. {
  1256. "name": "phpunit/php-text-template",
  1257. "version": "1.2.1",
  1258. "source": {
  1259. "type": "git",
  1260. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1261. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1262. },
  1263. "dist": {
  1264. "type": "zip",
  1265. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1266. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1267. "shasum": ""
  1268. },
  1269. "require": {
  1270. "php": ">=5.3.3"
  1271. },
  1272. "type": "library",
  1273. "autoload": {
  1274. "classmap": [
  1275. "src/"
  1276. ]
  1277. },
  1278. "notification-url": "https://packagist.org/downloads/",
  1279. "license": [
  1280. "BSD-3-Clause"
  1281. ],
  1282. "authors": [
  1283. {
  1284. "name": "Sebastian Bergmann",
  1285. "email": "sebastian@phpunit.de",
  1286. "role": "lead"
  1287. }
  1288. ],
  1289. "description": "Simple template engine.",
  1290. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1291. "keywords": [
  1292. "template"
  1293. ],
  1294. "time": "2015-06-21T13:50:34+00:00"
  1295. },
  1296. {
  1297. "name": "phpunit/php-timer",
  1298. "version": "1.0.9",
  1299. "source": {
  1300. "type": "git",
  1301. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1302. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1303. },
  1304. "dist": {
  1305. "type": "zip",
  1306. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1307. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1308. "shasum": ""
  1309. },
  1310. "require": {
  1311. "php": "^5.3.3 || ^7.0"
  1312. },
  1313. "require-dev": {
  1314. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1315. },
  1316. "type": "library",
  1317. "extra": {
  1318. "branch-alias": {
  1319. "dev-master": "1.0-dev"
  1320. }
  1321. },
  1322. "autoload": {
  1323. "classmap": [
  1324. "src/"
  1325. ]
  1326. },
  1327. "notification-url": "https://packagist.org/downloads/",
  1328. "license": [
  1329. "BSD-3-Clause"
  1330. ],
  1331. "authors": [
  1332. {
  1333. "name": "Sebastian Bergmann",
  1334. "email": "sb@sebastian-bergmann.de",
  1335. "role": "lead"
  1336. }
  1337. ],
  1338. "description": "Utility class for timing",
  1339. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1340. "keywords": [
  1341. "timer"
  1342. ],
  1343. "time": "2017-02-26T11:10:40+00:00"
  1344. },
  1345. {
  1346. "name": "phpunit/php-token-stream",
  1347. "version": "1.4.12",
  1348. "source": {
  1349. "type": "git",
  1350. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1351. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
  1352. },
  1353. "dist": {
  1354. "type": "zip",
  1355. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
  1356. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
  1357. "shasum": ""
  1358. },
  1359. "require": {
  1360. "ext-tokenizer": "*",
  1361. "php": ">=5.3.3"
  1362. },
  1363. "require-dev": {
  1364. "phpunit/phpunit": "~4.2"
  1365. },
  1366. "type": "library",
  1367. "extra": {
  1368. "branch-alias": {
  1369. "dev-master": "1.4-dev"
  1370. }
  1371. },
  1372. "autoload": {
  1373. "classmap": [
  1374. "src/"
  1375. ]
  1376. },
  1377. "notification-url": "https://packagist.org/downloads/",
  1378. "license": [
  1379. "BSD-3-Clause"
  1380. ],
  1381. "authors": [
  1382. {
  1383. "name": "Sebastian Bergmann",
  1384. "email": "sebastian@phpunit.de"
  1385. }
  1386. ],
  1387. "description": "Wrapper around PHP's tokenizer extension.",
  1388. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1389. "keywords": [
  1390. "tokenizer"
  1391. ],
  1392. "time": "2017-12-04T08:55:13+00:00"
  1393. },
  1394. {
  1395. "name": "phpunit/phpunit",
  1396. "version": "4.8.36",
  1397. "source": {
  1398. "type": "git",
  1399. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1400. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  1401. },
  1402. "dist": {
  1403. "type": "zip",
  1404. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  1405. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  1406. "shasum": ""
  1407. },
  1408. "require": {
  1409. "ext-dom": "*",
  1410. "ext-json": "*",
  1411. "ext-pcre": "*",
  1412. "ext-reflection": "*",
  1413. "ext-spl": "*",
  1414. "php": ">=5.3.3",
  1415. "phpspec/prophecy": "^1.3.1",
  1416. "phpunit/php-code-coverage": "~2.1",
  1417. "phpunit/php-file-iterator": "~1.4",
  1418. "phpunit/php-text-template": "~1.2",
  1419. "phpunit/php-timer": "^1.0.6",
  1420. "phpunit/phpunit-mock-objects": "~2.3",
  1421. "sebastian/comparator": "~1.2.2",
  1422. "sebastian/diff": "~1.2",
  1423. "sebastian/environment": "~1.3",
  1424. "sebastian/exporter": "~1.2",
  1425. "sebastian/global-state": "~1.0",
  1426. "sebastian/version": "~1.0",
  1427. "symfony/yaml": "~2.1|~3.0"
  1428. },
  1429. "suggest": {
  1430. "phpunit/php-invoker": "~1.1"
  1431. },
  1432. "bin": [
  1433. "phpunit"
  1434. ],
  1435. "type": "library",
  1436. "extra": {
  1437. "branch-alias": {
  1438. "dev-master": "4.8.x-dev"
  1439. }
  1440. },
  1441. "autoload": {
  1442. "classmap": [
  1443. "src/"
  1444. ]
  1445. },
  1446. "notification-url": "https://packagist.org/downloads/",
  1447. "license": [
  1448. "BSD-3-Clause"
  1449. ],
  1450. "authors": [
  1451. {
  1452. "name": "Sebastian Bergmann",
  1453. "email": "sebastian@phpunit.de",
  1454. "role": "lead"
  1455. }
  1456. ],
  1457. "description": "The PHP Unit Testing framework.",
  1458. "homepage": "https://phpunit.de/",
  1459. "keywords": [
  1460. "phpunit",
  1461. "testing",
  1462. "xunit"
  1463. ],
  1464. "time": "2017-06-21T08:07:12+00:00"
  1465. },
  1466. {
  1467. "name": "phpunit/phpunit-mock-objects",
  1468. "version": "2.3.8",
  1469. "source": {
  1470. "type": "git",
  1471. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1472. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1473. },
  1474. "dist": {
  1475. "type": "zip",
  1476. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1477. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1478. "shasum": ""
  1479. },
  1480. "require": {
  1481. "doctrine/instantiator": "^1.0.2",
  1482. "php": ">=5.3.3",
  1483. "phpunit/php-text-template": "~1.2",
  1484. "sebastian/exporter": "~1.2"
  1485. },
  1486. "require-dev": {
  1487. "phpunit/phpunit": "~4.4"
  1488. },
  1489. "suggest": {
  1490. "ext-soap": "*"
  1491. },
  1492. "type": "library",
  1493. "extra": {
  1494. "branch-alias": {
  1495. "dev-master": "2.3.x-dev"
  1496. }
  1497. },
  1498. "autoload": {
  1499. "classmap": [
  1500. "src/"
  1501. ]
  1502. },
  1503. "notification-url": "https://packagist.org/downloads/",
  1504. "license": [
  1505. "BSD-3-Clause"
  1506. ],
  1507. "authors": [
  1508. {
  1509. "name": "Sebastian Bergmann",
  1510. "email": "sb@sebastian-bergmann.de",
  1511. "role": "lead"
  1512. }
  1513. ],
  1514. "description": "Mock Object library for PHPUnit",
  1515. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1516. "keywords": [
  1517. "mock",
  1518. "xunit"
  1519. ],
  1520. "abandoned": true,
  1521. "time": "2015-10-02T06:51:40+00:00"
  1522. },
  1523. {
  1524. "name": "sebastian/comparator",
  1525. "version": "1.2.4",
  1526. "source": {
  1527. "type": "git",
  1528. "url": "https://github.com/sebastianbergmann/comparator.git",
  1529. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1530. },
  1531. "dist": {
  1532. "type": "zip",
  1533. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1534. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1535. "shasum": ""
  1536. },
  1537. "require": {
  1538. "php": ">=5.3.3",
  1539. "sebastian/diff": "~1.2",
  1540. "sebastian/exporter": "~1.2 || ~2.0"
  1541. },
  1542. "require-dev": {
  1543. "phpunit/phpunit": "~4.4"
  1544. },
  1545. "type": "library",
  1546. "extra": {
  1547. "branch-alias": {
  1548. "dev-master": "1.2.x-dev"
  1549. }
  1550. },
  1551. "autoload": {
  1552. "classmap": [
  1553. "src/"
  1554. ]
  1555. },
  1556. "notification-url": "https://packagist.org/downloads/",
  1557. "license": [
  1558. "BSD-3-Clause"
  1559. ],
  1560. "authors": [
  1561. {
  1562. "name": "Jeff Welch",
  1563. "email": "whatthejeff@gmail.com"
  1564. },
  1565. {
  1566. "name": "Volker Dusch",
  1567. "email": "github@wallbash.com"
  1568. },
  1569. {
  1570. "name": "Bernhard Schussek",
  1571. "email": "bschussek@2bepublished.at"
  1572. },
  1573. {
  1574. "name": "Sebastian Bergmann",
  1575. "email": "sebastian@phpunit.de"
  1576. }
  1577. ],
  1578. "description": "Provides the functionality to compare PHP values for equality",
  1579. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1580. "keywords": [
  1581. "comparator",
  1582. "compare",
  1583. "equality"
  1584. ],
  1585. "time": "2017-01-29T09:50:25+00:00"
  1586. },
  1587. {
  1588. "name": "sebastian/diff",
  1589. "version": "1.4.3",
  1590. "source": {
  1591. "type": "git",
  1592. "url": "https://github.com/sebastianbergmann/diff.git",
  1593. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1594. },
  1595. "dist": {
  1596. "type": "zip",
  1597. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1598. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1599. "shasum": ""
  1600. },
  1601. "require": {
  1602. "php": "^5.3.3 || ^7.0"
  1603. },
  1604. "require-dev": {
  1605. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1606. },
  1607. "type": "library",
  1608. "extra": {
  1609. "branch-alias": {
  1610. "dev-master": "1.4-dev"
  1611. }
  1612. },
  1613. "autoload": {
  1614. "classmap": [
  1615. "src/"
  1616. ]
  1617. },
  1618. "notification-url": "https://packagist.org/downloads/",
  1619. "license": [
  1620. "BSD-3-Clause"
  1621. ],
  1622. "authors": [
  1623. {
  1624. "name": "Kore Nordmann",
  1625. "email": "mail@kore-nordmann.de"
  1626. },
  1627. {
  1628. "name": "Sebastian Bergmann",
  1629. "email": "sebastian@phpunit.de"
  1630. }
  1631. ],
  1632. "description": "Diff implementation",
  1633. "homepage": "https://github.com/sebastianbergmann/diff",
  1634. "keywords": [
  1635. "diff"
  1636. ],
  1637. "time": "2017-05-22T07:24:03+00:00"
  1638. },
  1639. {
  1640. "name": "sebastian/environment",
  1641. "version": "1.3.8",
  1642. "source": {
  1643. "type": "git",
  1644. "url": "https://github.com/sebastianbergmann/environment.git",
  1645. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  1646. },
  1647. "dist": {
  1648. "type": "zip",
  1649. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1650. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1651. "shasum": ""
  1652. },
  1653. "require": {
  1654. "php": "^5.3.3 || ^7.0"
  1655. },
  1656. "require-dev": {
  1657. "phpunit/phpunit": "^4.8 || ^5.0"
  1658. },
  1659. "type": "library",
  1660. "extra": {
  1661. "branch-alias": {
  1662. "dev-master": "1.3.x-dev"
  1663. }
  1664. },
  1665. "autoload": {
  1666. "classmap": [
  1667. "src/"
  1668. ]
  1669. },
  1670. "notification-url": "https://packagist.org/downloads/",
  1671. "license": [
  1672. "BSD-3-Clause"
  1673. ],
  1674. "authors": [
  1675. {
  1676. "name": "Sebastian Bergmann",
  1677. "email": "sebastian@phpunit.de"
  1678. }
  1679. ],
  1680. "description": "Provides functionality to handle HHVM/PHP environments",
  1681. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1682. "keywords": [
  1683. "Xdebug",
  1684. "environment",
  1685. "hhvm"
  1686. ],
  1687. "time": "2016-08-18T05:49:44+00:00"
  1688. },
  1689. {
  1690. "name": "sebastian/exporter",
  1691. "version": "1.2.2",
  1692. "source": {
  1693. "type": "git",
  1694. "url": "https://github.com/sebastianbergmann/exporter.git",
  1695. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  1696. },
  1697. "dist": {
  1698. "type": "zip",
  1699. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  1700. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  1701. "shasum": ""
  1702. },
  1703. "require": {
  1704. "php": ">=5.3.3",
  1705. "sebastian/recursion-context": "~1.0"
  1706. },
  1707. "require-dev": {
  1708. "ext-mbstring": "*",
  1709. "phpunit/phpunit": "~4.4"
  1710. },
  1711. "type": "library",
  1712. "extra": {
  1713. "branch-alias": {
  1714. "dev-master": "1.3.x-dev"
  1715. }
  1716. },
  1717. "autoload": {
  1718. "classmap": [
  1719. "src/"
  1720. ]
  1721. },
  1722. "notification-url": "https://packagist.org/downloads/",
  1723. "license": [
  1724. "BSD-3-Clause"
  1725. ],
  1726. "authors": [
  1727. {
  1728. "name": "Jeff Welch",
  1729. "email": "whatthejeff@gmail.com"
  1730. },
  1731. {
  1732. "name": "Volker Dusch",
  1733. "email": "github@wallbash.com"
  1734. },
  1735. {
  1736. "name": "Bernhard Schussek",
  1737. "email": "bschussek@2bepublished.at"
  1738. },
  1739. {
  1740. "name": "Sebastian Bergmann",
  1741. "email": "sebastian@phpunit.de"
  1742. },
  1743. {
  1744. "name": "Adam Harvey",
  1745. "email": "aharvey@php.net"
  1746. }
  1747. ],
  1748. "description": "Provides the functionality to export PHP variables for visualization",
  1749. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1750. "keywords": [
  1751. "export",
  1752. "exporter"
  1753. ],
  1754. "time": "2016-06-17T09:04:28+00:00"
  1755. },
  1756. {
  1757. "name": "sebastian/global-state",
  1758. "version": "1.1.1",
  1759. "source": {
  1760. "type": "git",
  1761. "url": "https://github.com/sebastianbergmann/global-state.git",
  1762. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1763. },
  1764. "dist": {
  1765. "type": "zip",
  1766. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1767. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1768. "shasum": ""
  1769. },
  1770. "require": {
  1771. "php": ">=5.3.3"
  1772. },
  1773. "require-dev": {
  1774. "phpunit/phpunit": "~4.2"
  1775. },
  1776. "suggest": {
  1777. "ext-uopz": "*"
  1778. },
  1779. "type": "library",
  1780. "extra": {
  1781. "branch-alias": {
  1782. "dev-master": "1.0-dev"
  1783. }
  1784. },
  1785. "autoload": {
  1786. "classmap": [
  1787. "src/"
  1788. ]
  1789. },
  1790. "notification-url": "https://packagist.org/downloads/",
  1791. "license": [
  1792. "BSD-3-Clause"
  1793. ],
  1794. "authors": [
  1795. {
  1796. "name": "Sebastian Bergmann",
  1797. "email": "sebastian@phpunit.de"
  1798. }
  1799. ],
  1800. "description": "Snapshotting of global state",
  1801. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1802. "keywords": [
  1803. "global state"
  1804. ],
  1805. "time": "2015-10-12T03:26:01+00:00"
  1806. },
  1807. {
  1808. "name": "sebastian/recursion-context",
  1809. "version": "1.0.5",
  1810. "source": {
  1811. "type": "git",
  1812. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1813. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  1814. },
  1815. "dist": {
  1816. "type": "zip",
  1817. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1818. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1819. "shasum": ""
  1820. },
  1821. "require": {
  1822. "php": ">=5.3.3"
  1823. },
  1824. "require-dev": {
  1825. "phpunit/phpunit": "~4.4"
  1826. },
  1827. "type": "library",
  1828. "extra": {
  1829. "branch-alias": {
  1830. "dev-master": "1.0.x-dev"
  1831. }
  1832. },
  1833. "autoload": {
  1834. "classmap": [
  1835. "src/"
  1836. ]
  1837. },
  1838. "notification-url": "https://packagist.org/downloads/",
  1839. "license": [
  1840. "BSD-3-Clause"
  1841. ],
  1842. "authors": [
  1843. {
  1844. "name": "Jeff Welch",
  1845. "email": "whatthejeff@gmail.com"
  1846. },
  1847. {
  1848. "name": "Sebastian Bergmann",
  1849. "email": "sebastian@phpunit.de"
  1850. },
  1851. {
  1852. "name": "Adam Harvey",
  1853. "email": "aharvey@php.net"
  1854. }
  1855. ],
  1856. "description": "Provides functionality to recursively process PHP variables",
  1857. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1858. "time": "2016-10-03T07:41:43+00:00"
  1859. },
  1860. {
  1861. "name": "sebastian/version",
  1862. "version": "1.0.6",
  1863. "source": {
  1864. "type": "git",
  1865. "url": "https://github.com/sebastianbergmann/version.git",
  1866. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1867. },
  1868. "dist": {
  1869. "type": "zip",
  1870. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1871. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1872. "shasum": ""
  1873. },
  1874. "type": "library",
  1875. "autoload": {
  1876. "classmap": [
  1877. "src/"
  1878. ]
  1879. },
  1880. "notification-url": "https://packagist.org/downloads/",
  1881. "license": [
  1882. "BSD-3-Clause"
  1883. ],
  1884. "authors": [
  1885. {
  1886. "name": "Sebastian Bergmann",
  1887. "email": "sebastian@phpunit.de",
  1888. "role": "lead"
  1889. }
  1890. ],
  1891. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1892. "homepage": "https://github.com/sebastianbergmann/version",
  1893. "time": "2015-06-21T13:59:46+00:00"
  1894. },
  1895. {
  1896. "name": "symfony/http-foundation",
  1897. "version": "v2.8.52",
  1898. "source": {
  1899. "type": "git",
  1900. "url": "https://github.com/symfony/http-foundation.git",
  1901. "reference": "3929d9fe8148d17819ad0178c748b8d339420709"
  1902. },
  1903. "dist": {
  1904. "type": "zip",
  1905. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3929d9fe8148d17819ad0178c748b8d339420709",
  1906. "reference": "3929d9fe8148d17819ad0178c748b8d339420709",
  1907. "shasum": ""
  1908. },
  1909. "require": {
  1910. "php": ">=5.3.9",
  1911. "symfony/polyfill-mbstring": "~1.1",
  1912. "symfony/polyfill-php54": "~1.0",
  1913. "symfony/polyfill-php55": "~1.0"
  1914. },
  1915. "require-dev": {
  1916. "symfony/expression-language": "~2.4|~3.0.0"
  1917. },
  1918. "type": "library",
  1919. "extra": {
  1920. "branch-alias": {
  1921. "dev-master": "2.8-dev"
  1922. }
  1923. },
  1924. "autoload": {
  1925. "psr-4": {
  1926. "Symfony\\Component\\HttpFoundation\\": ""
  1927. },
  1928. "exclude-from-classmap": [
  1929. "/Tests/"
  1930. ]
  1931. },
  1932. "notification-url": "https://packagist.org/downloads/",
  1933. "license": [
  1934. "MIT"
  1935. ],
  1936. "authors": [
  1937. {
  1938. "name": "Fabien Potencier",
  1939. "email": "fabien@symfony.com"
  1940. },
  1941. {
  1942. "name": "Symfony Community",
  1943. "homepage": "https://symfony.com/contributors"
  1944. }
  1945. ],
  1946. "description": "Symfony HttpFoundation Component",
  1947. "homepage": "https://symfony.com",
  1948. "time": "2019-11-12T12:34:41+00:00"
  1949. },
  1950. {
  1951. "name": "symfony/polyfill-ctype",
  1952. "version": "v1.13.0",
  1953. "source": {
  1954. "type": "git",
  1955. "url": "https://github.com/symfony/polyfill-ctype.git",
  1956. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
  1957. },
  1958. "dist": {
  1959. "type": "zip",
  1960. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  1961. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  1962. "shasum": ""
  1963. },
  1964. "require": {
  1965. "php": ">=5.3.3"
  1966. },
  1967. "suggest": {
  1968. "ext-ctype": "For best performance"
  1969. },
  1970. "type": "library",
  1971. "extra": {
  1972. "branch-alias": {
  1973. "dev-master": "1.13-dev"
  1974. }
  1975. },
  1976. "autoload": {
  1977. "psr-4": {
  1978. "Symfony\\Polyfill\\Ctype\\": ""
  1979. },
  1980. "files": [
  1981. "bootstrap.php"
  1982. ]
  1983. },
  1984. "notification-url": "https://packagist.org/downloads/",
  1985. "license": [
  1986. "MIT"
  1987. ],
  1988. "authors": [
  1989. {
  1990. "name": "Gert de Pagter",
  1991. "email": "BackEndTea@gmail.com"
  1992. },
  1993. {
  1994. "name": "Symfony Community",
  1995. "homepage": "https://symfony.com/contributors"
  1996. }
  1997. ],
  1998. "description": "Symfony polyfill for ctype functions",
  1999. "homepage": "https://symfony.com",
  2000. "keywords": [
  2001. "compatibility",
  2002. "ctype",
  2003. "polyfill",
  2004. "portable"
  2005. ],
  2006. "time": "2019-11-27T13:56:44+00:00"
  2007. },
  2008. {
  2009. "name": "symfony/polyfill-mbstring",
  2010. "version": "v1.13.0",
  2011. "source": {
  2012. "type": "git",
  2013. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2014. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
  2015. },
  2016. "dist": {
  2017. "type": "zip",
  2018. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
  2019. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
  2020. "shasum": ""
  2021. },
  2022. "require": {
  2023. "php": ">=5.3.3"
  2024. },
  2025. "suggest": {
  2026. "ext-mbstring": "For best performance"
  2027. },
  2028. "type": "library",
  2029. "extra": {
  2030. "branch-alias": {
  2031. "dev-master": "1.13-dev"
  2032. }
  2033. },
  2034. "autoload": {
  2035. "psr-4": {
  2036. "Symfony\\Polyfill\\Mbstring\\": ""
  2037. },
  2038. "files": [
  2039. "bootstrap.php"
  2040. ]
  2041. },
  2042. "notification-url": "https://packagist.org/downloads/",
  2043. "license": [
  2044. "MIT"
  2045. ],
  2046. "authors": [
  2047. {
  2048. "name": "Nicolas Grekas",
  2049. "email": "p@tchwork.com"
  2050. },
  2051. {
  2052. "name": "Symfony Community",
  2053. "homepage": "https://symfony.com/contributors"
  2054. }
  2055. ],
  2056. "description": "Symfony polyfill for the Mbstring extension",
  2057. "homepage": "https://symfony.com",
  2058. "keywords": [
  2059. "compatibility",
  2060. "mbstring",
  2061. "polyfill",
  2062. "portable",
  2063. "shim"
  2064. ],
  2065. "time": "2019-11-27T14:18:11+00:00"
  2066. },
  2067. {
  2068. "name": "symfony/polyfill-php54",
  2069. "version": "v1.13.0",
  2070. "source": {
  2071. "type": "git",
  2072. "url": "https://github.com/symfony/polyfill-php54.git",
  2073. "reference": "dd1618047426412036e98d159940d58a81fc392c"
  2074. },
  2075. "dist": {
  2076. "type": "zip",
  2077. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/dd1618047426412036e98d159940d58a81fc392c",
  2078. "reference": "dd1618047426412036e98d159940d58a81fc392c",
  2079. "shasum": ""
  2080. },
  2081. "require": {
  2082. "php": ">=5.3.3"
  2083. },
  2084. "type": "library",
  2085. "extra": {
  2086. "branch-alias": {
  2087. "dev-master": "1.13-dev"
  2088. }
  2089. },
  2090. "autoload": {
  2091. "psr-4": {
  2092. "Symfony\\Polyfill\\Php54\\": ""
  2093. },
  2094. "files": [
  2095. "bootstrap.php"
  2096. ],
  2097. "classmap": [
  2098. "Resources/stubs"
  2099. ]
  2100. },
  2101. "notification-url": "https://packagist.org/downloads/",
  2102. "license": [
  2103. "MIT"
  2104. ],
  2105. "authors": [
  2106. {
  2107. "name": "Nicolas Grekas",
  2108. "email": "p@tchwork.com"
  2109. },
  2110. {
  2111. "name": "Symfony Community",
  2112. "homepage": "https://symfony.com/contributors"
  2113. }
  2114. ],
  2115. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  2116. "homepage": "https://symfony.com",
  2117. "keywords": [
  2118. "compatibility",
  2119. "polyfill",
  2120. "portable",
  2121. "shim"
  2122. ],
  2123. "time": "2019-11-27T13:56:44+00:00"
  2124. },
  2125. {
  2126. "name": "symfony/polyfill-php55",
  2127. "version": "v1.13.0",
  2128. "source": {
  2129. "type": "git",
  2130. "url": "https://github.com/symfony/polyfill-php55.git",
  2131. "reference": "b0d838f225725e2951af1aafc784d2e5ea7b656e"
  2132. },
  2133. "dist": {
  2134. "type": "zip",
  2135. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b0d838f225725e2951af1aafc784d2e5ea7b656e",
  2136. "reference": "b0d838f225725e2951af1aafc784d2e5ea7b656e",
  2137. "shasum": ""
  2138. },
  2139. "require": {
  2140. "ircmaxell/password-compat": "~1.0",
  2141. "php": ">=5.3.3"
  2142. },
  2143. "type": "library",
  2144. "extra": {
  2145. "branch-alias": {
  2146. "dev-master": "1.13-dev"
  2147. }
  2148. },
  2149. "autoload": {
  2150. "psr-4": {
  2151. "Symfony\\Polyfill\\Php55\\": ""
  2152. },
  2153. "files": [
  2154. "bootstrap.php"
  2155. ]
  2156. },
  2157. "notification-url": "https://packagist.org/downloads/",
  2158. "license": [
  2159. "MIT"
  2160. ],
  2161. "authors": [
  2162. {
  2163. "name": "Nicolas Grekas",
  2164. "email": "p@tchwork.com"
  2165. },
  2166. {
  2167. "name": "Symfony Community",
  2168. "homepage": "https://symfony.com/contributors"
  2169. }
  2170. ],
  2171. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  2172. "homepage": "https://symfony.com",
  2173. "keywords": [
  2174. "compatibility",
  2175. "polyfill",
  2176. "portable",
  2177. "shim"
  2178. ],
  2179. "time": "2019-11-27T13:56:44+00:00"
  2180. },
  2181. {
  2182. "name": "symfony/yaml",
  2183. "version": "v3.4.35",
  2184. "source": {
  2185. "type": "git",
  2186. "url": "https://github.com/symfony/yaml.git",
  2187. "reference": "dab657db15207879217fc81df4f875947bf68804"
  2188. },
  2189. "dist": {
  2190. "type": "zip",
  2191. "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804",
  2192. "reference": "dab657db15207879217fc81df4f875947bf68804",
  2193. "shasum": ""
  2194. },
  2195. "require": {
  2196. "php": "^5.5.9|>=7.0.8",
  2197. "symfony/polyfill-ctype": "~1.8"
  2198. },
  2199. "conflict": {
  2200. "symfony/console": "<3.4"
  2201. },
  2202. "require-dev": {
  2203. "symfony/console": "~3.4|~4.0"
  2204. },
  2205. "suggest": {
  2206. "symfony/console": "For validating YAML files using the lint command"
  2207. },
  2208. "type": "library",
  2209. "extra": {
  2210. "branch-alias": {
  2211. "dev-master": "3.4-dev"
  2212. }
  2213. },
  2214. "autoload": {
  2215. "psr-4": {
  2216. "Symfony\\Component\\Yaml\\": ""
  2217. },
  2218. "exclude-from-classmap": [
  2219. "/Tests/"
  2220. ]
  2221. },
  2222. "notification-url": "https://packagist.org/downloads/",
  2223. "license": [
  2224. "MIT"
  2225. ],
  2226. "authors": [
  2227. {
  2228. "name": "Fabien Potencier",
  2229. "email": "fabien@symfony.com"
  2230. },
  2231. {
  2232. "name": "Symfony Community",
  2233. "homepage": "https://symfony.com/contributors"
  2234. }
  2235. ],
  2236. "description": "Symfony Yaml Component",
  2237. "homepage": "https://symfony.com",
  2238. "time": "2019-10-24T15:33:53+00:00"
  2239. },
  2240. {
  2241. "name": "webmozart/assert",
  2242. "version": "1.6.0",
  2243. "source": {
  2244. "type": "git",
  2245. "url": "https://github.com/webmozart/assert.git",
  2246. "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
  2247. },
  2248. "dist": {
  2249. "type": "zip",
  2250. "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
  2251. "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
  2252. "shasum": ""
  2253. },
  2254. "require": {
  2255. "php": "^5.3.3 || ^7.0",
  2256. "symfony/polyfill-ctype": "^1.8"
  2257. },
  2258. "conflict": {
  2259. "vimeo/psalm": "<3.6.0"
  2260. },
  2261. "require-dev": {
  2262. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  2263. },
  2264. "type": "library",
  2265. "autoload": {
  2266. "psr-4": {
  2267. "Webmozart\\Assert\\": "src/"
  2268. }
  2269. },
  2270. "notification-url": "https://packagist.org/downloads/",
  2271. "license": [
  2272. "MIT"
  2273. ],
  2274. "authors": [
  2275. {
  2276. "name": "Bernhard Schussek",
  2277. "email": "bschussek@gmail.com"
  2278. }
  2279. ],
  2280. "description": "Assertions to validate method input/output with nice error messages.",
  2281. "keywords": [
  2282. "assert",
  2283. "check",
  2284. "validate"
  2285. ],
  2286. "time": "2019-11-24T13:36:37+00:00"
  2287. }
  2288. ],
  2289. "aliases": [],
  2290. "minimum-stability": "stable",
  2291. "stability-flags": [],
  2292. "prefer-stable": false,
  2293. "prefer-lowest": false,
  2294. "platform": [],
  2295. "platform-dev": [],
  2296. "plugin-api-version": "1.1.0"
  2297. }