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.

2233 lines
76 KiB

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