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.

2099 lines
71 KiB

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