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.

2163 lines
73 KiB

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