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.

2968 lines
102 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "2e3a9f1ddef93aa21e064fcee6c98176",
  8. "packages": [
  9. {
  10. "name": "camspiers/json-pretty",
  11. "version": "1.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/camspiers/json-pretty.git",
  15. "reference": "17be37cb83af8014658da48fa0012604179039a7"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7",
  20. "reference": "17be37cb83af8014658da48fa0012604179039a7",
  21. "shasum": ""
  22. },
  23. "require-dev": {
  24. "phpunit/phpunit": "~4.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-0": {
  29. "Camspiers": "src/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Cam Spiers",
  39. "email": "cameron@heyday.co.nz"
  40. }
  41. ],
  42. "description": "Provides support for json pretty printing",
  43. "time": "2016-02-06T01:25:58+00:00"
  44. },
  45. {
  46. "name": "cebe/markdown",
  47. "version": "1.1.2",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/cebe/markdown.git",
  51. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
  56. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
  57. "shasum": ""
  58. },
  59. "require": {
  60. "lib-pcre": "*",
  61. "php": ">=5.4.0"
  62. },
  63. "require-dev": {
  64. "cebe/indent": "*",
  65. "facebook/xhprof": "*@dev",
  66. "phpunit/phpunit": "4.1.*"
  67. },
  68. "bin": [
  69. "bin/markdown"
  70. ],
  71. "type": "library",
  72. "extra": {
  73. "branch-alias": {
  74. "dev-master": "1.1.x-dev"
  75. }
  76. },
  77. "autoload": {
  78. "psr-4": {
  79. "cebe\\markdown\\": ""
  80. }
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Carsten Brandt",
  89. "email": "mail@cebe.cc",
  90. "homepage": "http://cebe.cc/",
  91. "role": "Creator"
  92. }
  93. ],
  94. "description": "A super fast, highly extensible markdown parser for PHP",
  95. "homepage": "https://github.com/cebe/markdown#readme",
  96. "keywords": [
  97. "extensible",
  98. "fast",
  99. "gfm",
  100. "markdown",
  101. "markdown-extra"
  102. ],
  103. "time": "2017-07-16T21:13:23+00:00"
  104. },
  105. {
  106. "name": "dg/twitter-php",
  107. "version": "v3.6",
  108. "source": {
  109. "type": "git",
  110. "url": "https://github.com/dg/twitter-php.git",
  111. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8"
  112. },
  113. "dist": {
  114. "type": "zip",
  115. "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  116. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  117. "shasum": ""
  118. },
  119. "require": {
  120. "ext-curl": "*",
  121. "php": ">=5.2.0"
  122. },
  123. "type": "library",
  124. "autoload": {
  125. "classmap": [
  126. "src/"
  127. ]
  128. },
  129. "notification-url": "https://packagist.org/downloads/",
  130. "license": [
  131. "BSD-3-Clause"
  132. ],
  133. "authors": [
  134. {
  135. "name": "David Grudl",
  136. "homepage": "https://davidgrudl.com"
  137. }
  138. ],
  139. "description": "Small and easy Twitter library for PHP",
  140. "homepage": "https://github.com/dg/twitter-php",
  141. "keywords": [
  142. "oauth",
  143. "twitter"
  144. ],
  145. "time": "2016-08-15T16:46:22+00:00"
  146. },
  147. {
  148. "name": "emgiezet/errbit-php",
  149. "version": "1.1.0",
  150. "source": {
  151. "type": "git",
  152. "url": "https://github.com/emgiezet/errbitPHP.git",
  153. "reference": "c233c262d359a4890163423bfe8d4488f3fd33b2"
  154. },
  155. "dist": {
  156. "type": "zip",
  157. "url": "https://api.github.com/repos/emgiezet/errbitPHP/zipball/c233c262d359a4890163423bfe8d4488f3fd33b2",
  158. "reference": "c233c262d359a4890163423bfe8d4488f3fd33b2",
  159. "shasum": ""
  160. },
  161. "require": {
  162. "php": ">=5.3.2"
  163. },
  164. "replace": {
  165. "flippa-official/errbit-php": "dev-master",
  166. "nodrew/php-airbrake": "dev-master"
  167. },
  168. "require-dev": {
  169. "mockery/mockery": "0.9.4",
  170. "phpunit/phpcov": "2.0.*@dev",
  171. "phpunit/phpunit": "4.*",
  172. "satooshi/php-coveralls": "dev-master"
  173. },
  174. "type": "library",
  175. "extra": {
  176. "branch-alias": {
  177. "dev-master": "1.0.x-dev"
  178. }
  179. },
  180. "autoload": {
  181. "psr-0": {
  182. "Errbit\\": "src/"
  183. }
  184. },
  185. "notification-url": "https://packagist.org/downloads/",
  186. "license": [
  187. "MIT"
  188. ],
  189. "authors": [
  190. {
  191. "name": "emgiezet"
  192. },
  193. {
  194. "name": "flippa"
  195. },
  196. {
  197. "name": "karolsojko"
  198. },
  199. {
  200. "name": "deathowl"
  201. }
  202. ],
  203. "description": "errbit/airbrake integration with php with psr-2",
  204. "homepage": "http://github.com/emgiezet/errbitPHP",
  205. "keywords": [
  206. "airbrake",
  207. "errbit",
  208. "errbit php",
  209. "error tracking"
  210. ],
  211. "time": "2015-11-04T14:49:04+00:00"
  212. },
  213. {
  214. "name": "ezyang/htmlpurifier",
  215. "version": "v4.10.0",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/ezyang/htmlpurifier.git",
  219. "reference": "d85d39da4576a6934b72480be6978fb10c860021"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
  224. "reference": "d85d39da4576a6934b72480be6978fb10c860021",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.2"
  229. },
  230. "require-dev": {
  231. "simpletest/simpletest": "^1.1"
  232. },
  233. "type": "library",
  234. "autoload": {
  235. "psr-0": {
  236. "HTMLPurifier": "library/"
  237. },
  238. "files": [
  239. "library/HTMLPurifier.composer.php"
  240. ]
  241. },
  242. "notification-url": "https://packagist.org/downloads/",
  243. "license": [
  244. "LGPL"
  245. ],
  246. "authors": [
  247. {
  248. "name": "Edward Z. Yang",
  249. "email": "admin@htmlpurifier.org",
  250. "homepage": "http://ezyang.com"
  251. }
  252. ],
  253. "description": "Standards compliant HTML filter written in PHP",
  254. "homepage": "http://htmlpurifier.org/",
  255. "keywords": [
  256. "html"
  257. ],
  258. "time": "2018-02-23T01:58:20+00:00"
  259. },
  260. {
  261. "name": "facebook/graph-sdk",
  262. "version": "5.6.2",
  263. "source": {
  264. "type": "git",
  265. "url": "https://github.com/facebook/php-graph-sdk.git",
  266. "reference": "030f8c5b9b1a6c09e71719fd638b66ea4daa2f10"
  267. },
  268. "dist": {
  269. "type": "zip",
  270. "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/030f8c5b9b1a6c09e71719fd638b66ea4daa2f10",
  271. "reference": "030f8c5b9b1a6c09e71719fd638b66ea4daa2f10",
  272. "shasum": ""
  273. },
  274. "require": {
  275. "php": "^5.4|^7.0"
  276. },
  277. "require-dev": {
  278. "guzzlehttp/guzzle": "~5.0",
  279. "mockery/mockery": "~0.8",
  280. "phpunit/phpunit": "~4.0"
  281. },
  282. "suggest": {
  283. "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
  284. "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
  285. },
  286. "type": "library",
  287. "extra": {
  288. "branch-alias": {
  289. "dev-master": "5.x-dev"
  290. }
  291. },
  292. "autoload": {
  293. "psr-4": {
  294. "Facebook\\": "src/Facebook/"
  295. },
  296. "files": [
  297. "src/Facebook/polyfills.php"
  298. ]
  299. },
  300. "notification-url": "https://packagist.org/downloads/",
  301. "license": [
  302. "Facebook Platform"
  303. ],
  304. "authors": [
  305. {
  306. "name": "Facebook",
  307. "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
  308. }
  309. ],
  310. "description": "Facebook SDK for PHP",
  311. "homepage": "https://github.com/facebook/php-graph-sdk",
  312. "keywords": [
  313. "facebook",
  314. "sdk"
  315. ],
  316. "time": "2018-02-14T23:24:51+00:00"
  317. },
  318. {
  319. "name": "firebase/php-jwt",
  320. "version": "v3.0.0",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/firebase/php-jwt.git",
  324. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  329. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  330. "shasum": ""
  331. },
  332. "require": {
  333. "php": ">=5.3.0"
  334. },
  335. "type": "library",
  336. "autoload": {
  337. "psr-4": {
  338. "Firebase\\JWT\\": "src"
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "BSD-3-Clause"
  344. ],
  345. "authors": [
  346. {
  347. "name": "Neuman Vong",
  348. "email": "neuman+pear@twilio.com",
  349. "role": "Developer"
  350. },
  351. {
  352. "name": "Anant Narayanan",
  353. "email": "anant@php.net",
  354. "role": "Developer"
  355. }
  356. ],
  357. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  358. "homepage": "https://github.com/firebase/php-jwt",
  359. "time": "2015-07-22T18:31:08+00:00"
  360. },
  361. {
  362. "name": "indieauth/client",
  363. "version": "1.0.1",
  364. "source": {
  365. "type": "git",
  366. "url": "https://github.com/indieweb/indieauth-client-php.git",
  367. "reference": "d551eeb268100b87ebc7a05ae796a858550e700a"
  368. },
  369. "dist": {
  370. "type": "zip",
  371. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/d551eeb268100b87ebc7a05ae796a858550e700a",
  372. "reference": "d551eeb268100b87ebc7a05ae796a858550e700a",
  373. "shasum": ""
  374. },
  375. "require": {
  376. "indieweb/representative-h-card": "^0.1.2",
  377. "mf2/mf2": ">=0.3.2",
  378. "p3k/http": ">=0.1.6",
  379. "php": ">5.3.0"
  380. },
  381. "require-dev": {
  382. "phpunit/phpunit": "4.8.*"
  383. },
  384. "type": "library",
  385. "autoload": {
  386. "psr-0": {
  387. "IndieAuth": "src/"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "Apache-2.0"
  393. ],
  394. "authors": [
  395. {
  396. "name": "Aaron Parecki",
  397. "homepage": "https://aaronparecki.com"
  398. }
  399. ],
  400. "description": "IndieAuth Client Library",
  401. "time": "2020-11-26T19:41:45+00:00"
  402. },
  403. {
  404. "name": "indieweb/link-rel-parser",
  405. "version": "0.1.1",
  406. "source": {
  407. "type": "git",
  408. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  409. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  414. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "php": ">=5.3.0"
  419. },
  420. "type": "library",
  421. "autoload": {
  422. "files": [
  423. "src/IndieWeb/link_rel_parser.php"
  424. ]
  425. },
  426. "notification-url": "https://packagist.org/downloads/",
  427. "license": [
  428. "Apache-2.0"
  429. ],
  430. "authors": [
  431. {
  432. "name": "Aaron Parecki",
  433. "homepage": "http://aaronparecki.com"
  434. },
  435. {
  436. "name": "Tantek Çelik",
  437. "homepage": "http://tantek.com"
  438. }
  439. ],
  440. "description": "Parse rel values from HTTP headers",
  441. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  442. "keywords": [
  443. "http",
  444. "indieweb",
  445. "microformats2"
  446. ],
  447. "time": "2013-12-23T00:14:58+00:00"
  448. },
  449. {
  450. "name": "indieweb/mention-client",
  451. "version": "1.1.8",
  452. "source": {
  453. "type": "git",
  454. "url": "https://github.com/indieweb/mention-client-php.git",
  455. "reference": "20852ee619e43ef0f0c0be49877c6251f3a2b402"
  456. },
  457. "dist": {
  458. "type": "zip",
  459. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/20852ee619e43ef0f0c0be49877c6251f3a2b402",
  460. "reference": "20852ee619e43ef0f0c0be49877c6251f3a2b402",
  461. "shasum": ""
  462. },
  463. "require": {
  464. "mf2/mf2": ">=0.2",
  465. "php": ">=5.4"
  466. },
  467. "require-dev": {
  468. "phpunit/phpunit": ">=4.8.13"
  469. },
  470. "type": "library",
  471. "autoload": {
  472. "psr-0": {
  473. "IndieWeb": "src/"
  474. }
  475. },
  476. "notification-url": "https://packagist.org/downloads/",
  477. "license": [
  478. "Apache-2.0"
  479. ],
  480. "authors": [
  481. {
  482. "name": "Aaron Parecki",
  483. "email": "aaron@parecki.com",
  484. "homepage": "http://aaronparecki.com/"
  485. }
  486. ],
  487. "description": "Client library for sending webmention and pingback notifications",
  488. "homepage": "https://github.com/indieweb/mention-client-php",
  489. "time": "2018-04-16T13:26:38+00:00"
  490. },
  491. {
  492. "name": "indieweb/representative-h-card",
  493. "version": "0.1.2",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/indieweb/representative-h-card-php.git",
  497. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  502. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  503. "shasum": ""
  504. },
  505. "require": {
  506. "php": ">=5.4"
  507. },
  508. "require-dev": {
  509. "mf2/mf2": "0.2.*",
  510. "phpunit/phpunit": "*"
  511. },
  512. "type": "library",
  513. "autoload": {
  514. "files": [
  515. "src/mf2/representative-h-card.php"
  516. ]
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "Apache-2.0"
  521. ],
  522. "authors": [
  523. {
  524. "name": "Aaron Parecki",
  525. "homepage": "http://aaronparecki.com"
  526. }
  527. ],
  528. "keywords": [
  529. "h-card",
  530. "indieweb",
  531. "mf2",
  532. "microformats"
  533. ],
  534. "time": "2015-12-23T18:11:19+00:00"
  535. },
  536. {
  537. "name": "ircmaxell/password-compat",
  538. "version": "v1.0.4",
  539. "source": {
  540. "type": "git",
  541. "url": "https://github.com/ircmaxell/password_compat.git",
  542. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  543. },
  544. "dist": {
  545. "type": "zip",
  546. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  547. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  548. "shasum": ""
  549. },
  550. "require-dev": {
  551. "phpunit/phpunit": "4.*"
  552. },
  553. "type": "library",
  554. "autoload": {
  555. "files": [
  556. "lib/password.php"
  557. ]
  558. },
  559. "notification-url": "https://packagist.org/downloads/",
  560. "license": [
  561. "MIT"
  562. ],
  563. "authors": [
  564. {
  565. "name": "Anthony Ferrara",
  566. "email": "ircmaxell@php.net",
  567. "homepage": "http://blog.ircmaxell.com"
  568. }
  569. ],
  570. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  571. "homepage": "https://github.com/ircmaxell/password_compat",
  572. "keywords": [
  573. "hashing",
  574. "password"
  575. ],
  576. "time": "2014-11-20T16:49:30+00:00"
  577. },
  578. {
  579. "name": "j4mie/idiorm",
  580. "version": "v1.5.1",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/j4mie/idiorm.git",
  584. "reference": "b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf",
  589. "reference": "b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "php": ">=5.2.0"
  594. },
  595. "type": "library",
  596. "autoload": {
  597. "classmap": [
  598. "idiorm.php"
  599. ]
  600. },
  601. "notification-url": "https://packagist.org/downloads/",
  602. "license": [
  603. "BSD-2-Clause",
  604. "BSD-3-Clause",
  605. "BSD-4-Clause"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Simon Holywell",
  610. "email": "treffynnon@php.net",
  611. "homepage": "http://simonholywell.com",
  612. "role": "Maintainer"
  613. },
  614. {
  615. "name": "Jamie Matthews",
  616. "email": "jamie.matthews@gmail.com",
  617. "homepage": "http://j4mie.org",
  618. "role": "Developer"
  619. },
  620. {
  621. "name": "Durham Hale",
  622. "email": "me@durhamhale.com",
  623. "homepage": "http://durhamhale.com",
  624. "role": "Maintainer"
  625. }
  626. ],
  627. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  628. "homepage": "http://j4mie.github.com/idiormandparis",
  629. "keywords": [
  630. "idiorm",
  631. "orm",
  632. "query builder"
  633. ],
  634. "time": "2014-06-23T13:08:57+00:00"
  635. },
  636. {
  637. "name": "league/container",
  638. "version": "1.3.2",
  639. "source": {
  640. "type": "git",
  641. "url": "https://github.com/thephpleague/container.git",
  642. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  643. },
  644. "dist": {
  645. "type": "zip",
  646. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  647. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  648. "shasum": ""
  649. },
  650. "require": {
  651. "php": ">=5.4.0"
  652. },
  653. "replace": {
  654. "orno/di": "~2.0"
  655. },
  656. "require-dev": {
  657. "phpunit/phpunit": "4.*"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "branch-alias": {
  662. "dev-master": "2.0-dev",
  663. "dev-1.x": "1.3-dev"
  664. }
  665. },
  666. "autoload": {
  667. "psr-4": {
  668. "League\\Container\\": "src"
  669. }
  670. },
  671. "notification-url": "https://packagist.org/downloads/",
  672. "license": [
  673. "MIT"
  674. ],
  675. "authors": [
  676. {
  677. "name": "Phil Bennett",
  678. "email": "philipobenito@gmail.com",
  679. "homepage": "http://philipobenito.github.io",
  680. "role": "Developer"
  681. }
  682. ],
  683. "description": "A fast and intuitive dependency injection container.",
  684. "homepage": "https://github.com/thephpleague/container",
  685. "keywords": [
  686. "container",
  687. "dependency",
  688. "di",
  689. "injection",
  690. "league"
  691. ],
  692. "time": "2015-04-05T17:14:48+00:00"
  693. },
  694. {
  695. "name": "league/plates",
  696. "version": "3.1.1",
  697. "source": {
  698. "type": "git",
  699. "url": "https://github.com/thephpleague/plates.git",
  700. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
  701. },
  702. "dist": {
  703. "type": "zip",
  704. "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
  705. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
  706. "shasum": ""
  707. },
  708. "require-dev": {
  709. "mikey179/vfsstream": "~1.4.0",
  710. "phpunit/phpunit": "~4.0",
  711. "squizlabs/php_codesniffer": "~1.5"
  712. },
  713. "type": "library",
  714. "extra": {
  715. "branch-alias": {
  716. "dev-master": "3.0-dev"
  717. }
  718. },
  719. "autoload": {
  720. "psr-4": {
  721. "League\\Plates\\": "src"
  722. }
  723. },
  724. "notification-url": "https://packagist.org/downloads/",
  725. "license": [
  726. "MIT"
  727. ],
  728. "authors": [
  729. {
  730. "name": "Jonathan Reinink",
  731. "email": "jonathan@reinink.ca",
  732. "role": "Developer"
  733. }
  734. ],
  735. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  736. "homepage": "http://platesphp.com",
  737. "keywords": [
  738. "league",
  739. "package",
  740. "templates",
  741. "templating",
  742. "views"
  743. ],
  744. "time": "2015-07-09T02:14:40+00:00"
  745. },
  746. {
  747. "name": "league/route",
  748. "version": "1.2.3",
  749. "source": {
  750. "type": "git",
  751. "url": "https://github.com/thephpleague/route.git",
  752. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  753. },
  754. "dist": {
  755. "type": "zip",
  756. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  757. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  758. "shasum": ""
  759. },
  760. "require": {
  761. "league/container": "~1.0",
  762. "nikic/fast-route": "~0.3",
  763. "php": ">=5.4.0",
  764. "symfony/http-foundation": "~2.6"
  765. },
  766. "replace": {
  767. "orno/http": "~1.0",
  768. "orno/route": "~1.0"
  769. },
  770. "require-dev": {
  771. "phpunit/phpunit": "4.*"
  772. },
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-master": "1.0-dev"
  777. }
  778. },
  779. "autoload": {
  780. "psr-4": {
  781. "League\\Route\\": "src"
  782. }
  783. },
  784. "notification-url": "https://packagist.org/downloads/",
  785. "license": [
  786. "MIT"
  787. ],
  788. "authors": [
  789. {
  790. "name": "Phil Bennett",
  791. "email": "philipobenito@gmail.com",
  792. "homepage": "http://philipobenito.github.io",
  793. "role": "Developer"
  794. }
  795. ],
  796. "description": "A fast routing and dispatch package built on top of FastRoute.",
  797. "homepage": "https://github.com/thephpleague/route",
  798. "keywords": [
  799. "league",
  800. "route"
  801. ],
  802. "time": "2015-09-11T07:40:31+00:00"
  803. },
  804. {
  805. "name": "mf2/mf2",
  806. "version": "v0.4.3",
  807. "source": {
  808. "type": "git",
  809. "url": "https://github.com/indieweb/php-mf2.git",
  810. "reference": "5c056e81f48b71130dab98de755683bb2b7e7615"
  811. },
  812. "dist": {
  813. "type": "zip",
  814. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/5c056e81f48b71130dab98de755683bb2b7e7615",
  815. "reference": "5c056e81f48b71130dab98de755683bb2b7e7615",
  816. "shasum": ""
  817. },
  818. "require": {
  819. "php": ">=5.4.0"
  820. },
  821. "require-dev": {
  822. "mf2/tests": "@dev",
  823. "phpdocumentor/phpdocumentor": "v2.8.4",
  824. "phpunit/phpunit": "4.8.*"
  825. },
  826. "suggest": {
  827. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  828. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  829. },
  830. "bin": [
  831. "bin/fetch-mf2",
  832. "bin/parse-mf2"
  833. ],
  834. "type": "library",
  835. "autoload": {
  836. "files": [
  837. "Mf2/Parser.php"
  838. ]
  839. },
  840. "notification-url": "https://packagist.org/downloads/",
  841. "license": [
  842. "CC0-1.0"
  843. ],
  844. "authors": [
  845. {
  846. "name": "Barnaby Walters",
  847. "homepage": "http://waterpigs.co.uk"
  848. }
  849. ],
  850. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  851. "keywords": [
  852. "html",
  853. "microformats",
  854. "microformats 2",
  855. "parser",
  856. "semantic"
  857. ],
  858. "time": "2018-03-29T17:54:32+00:00"
  859. },
  860. {
  861. "name": "michelf/php-markdown",
  862. "version": "1.6.0",
  863. "source": {
  864. "type": "git",
  865. "url": "https://github.com/michelf/php-markdown.git",
  866. "reference": "156e56ee036505ec637d761ee62dc425d807183c"
  867. },
  868. "dist": {
  869. "type": "zip",
  870. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
  871. "reference": "156e56ee036505ec637d761ee62dc425d807183c",
  872. "shasum": ""
  873. },
  874. "require": {
  875. "php": ">=5.3.0"
  876. },
  877. "type": "library",
  878. "extra": {
  879. "branch-alias": {
  880. "dev-lib": "1.4.x-dev"
  881. }
  882. },
  883. "autoload": {
  884. "psr-0": {
  885. "Michelf": ""
  886. }
  887. },
  888. "notification-url": "https://packagist.org/downloads/",
  889. "license": [
  890. "BSD-3-Clause"
  891. ],
  892. "authors": [
  893. {
  894. "name": "Michel Fortin",
  895. "email": "michel.fortin@michelf.ca",
  896. "homepage": "https://michelf.ca/",
  897. "role": "Developer"
  898. },
  899. {
  900. "name": "John Gruber",
  901. "homepage": "https://daringfireball.net/"
  902. }
  903. ],
  904. "description": "PHP Markdown",
  905. "homepage": "https://michelf.ca/projects/php-markdown/",
  906. "keywords": [
  907. "markdown"
  908. ],
  909. "time": "2015-12-24T01:37:31+00:00"
  910. },
  911. {
  912. "name": "monolog/monolog",
  913. "version": "1.19.0",
  914. "source": {
  915. "type": "git",
  916. "url": "https://github.com/Seldaek/monolog.git",
  917. "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
  918. },
  919. "dist": {
  920. "type": "zip",
  921. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  922. "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  923. "shasum": ""
  924. },
  925. "require": {
  926. "php": ">=5.3.0",
  927. "psr/log": "~1.0"
  928. },
  929. "provide": {
  930. "psr/log-implementation": "1.0.0"
  931. },
  932. "require-dev": {
  933. "aws/aws-sdk-php": "^2.4.9",
  934. "doctrine/couchdb": "~1.0@dev",
  935. "graylog2/gelf-php": "~1.0",
  936. "jakub-onderka/php-parallel-lint": "0.9",
  937. "php-amqplib/php-amqplib": "~2.4",
  938. "php-console/php-console": "^3.1.3",
  939. "phpunit/phpunit": "~4.5",
  940. "phpunit/phpunit-mock-objects": "2.3.0",
  941. "raven/raven": "^0.13",
  942. "ruflin/elastica": ">=0.90 <3.0",
  943. "swiftmailer/swiftmailer": "~5.3"
  944. },
  945. "suggest": {
  946. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  947. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  948. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  949. "ext-mongo": "Allow sending log messages to a MongoDB server",
  950. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  951. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  952. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  953. "php-console/php-console": "Allow sending log messages to Google Chrome",
  954. "raven/raven": "Allow sending log messages to a Sentry server",
  955. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  956. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  957. },
  958. "type": "library",
  959. "extra": {
  960. "branch-alias": {
  961. "dev-master": "2.0.x-dev"
  962. }
  963. },
  964. "autoload": {
  965. "psr-4": {
  966. "Monolog\\": "src/Monolog"
  967. }
  968. },
  969. "notification-url": "https://packagist.org/downloads/",
  970. "license": [
  971. "MIT"
  972. ],
  973. "authors": [
  974. {
  975. "name": "Jordi Boggiano",
  976. "email": "j.boggiano@seld.be",
  977. "homepage": "http://seld.be"
  978. }
  979. ],
  980. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  981. "homepage": "http://github.com/Seldaek/monolog",
  982. "keywords": [
  983. "log",
  984. "logging",
  985. "psr-3"
  986. ],
  987. "time": "2016-04-12T18:29:35+00:00"
  988. },
  989. {
  990. "name": "nikic/fast-route",
  991. "version": "v0.8.0",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/nikic/FastRoute.git",
  995. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  1000. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "php": ">=5.4.0"
  1005. },
  1006. "type": "library",
  1007. "autoload": {
  1008. "psr-4": {
  1009. "FastRoute\\": "src/"
  1010. },
  1011. "files": [
  1012. "src/functions.php"
  1013. ]
  1014. },
  1015. "notification-url": "https://packagist.org/downloads/",
  1016. "license": [
  1017. "BSD-3-Clause"
  1018. ],
  1019. "authors": [
  1020. {
  1021. "name": "Nikita Popov",
  1022. "email": "nikic@php.net"
  1023. }
  1024. ],
  1025. "description": "Fast request router for PHP",
  1026. "keywords": [
  1027. "router",
  1028. "routing"
  1029. ],
  1030. "time": "2016-03-25T23:46:52+00:00"
  1031. },
  1032. {
  1033. "name": "p3k/caterpillar",
  1034. "version": "0.1.2",
  1035. "source": {
  1036. "type": "git",
  1037. "url": "https://github.com/aaronpk/Caterpillar.git",
  1038. "reference": "3090a9dcdab2da9a3a21deae2841c9a3f286097f"
  1039. },
  1040. "dist": {
  1041. "type": "zip",
  1042. "url": "https://api.github.com/repos/aaronpk/Caterpillar/zipball/3090a9dcdab2da9a3a21deae2841c9a3f286097f",
  1043. "reference": "3090a9dcdab2da9a3a21deae2841c9a3f286097f",
  1044. "shasum": ""
  1045. },
  1046. "require": {
  1047. "pda/pheanstalk": "3.*",
  1048. "php": ">5.4.0"
  1049. },
  1050. "type": "library",
  1051. "autoload": {
  1052. "psr-0": {
  1053. "Caterpillar": "src/"
  1054. }
  1055. },
  1056. "notification-url": "https://packagist.org/downloads/",
  1057. "license": [
  1058. "Apache 2.0"
  1059. ],
  1060. "authors": [
  1061. {
  1062. "name": "Aaron Parecki",
  1063. "homepage": "http://aaronparecki.com/"
  1064. }
  1065. ],
  1066. "description": "Caterpillar is a background queue manager",
  1067. "time": "2017-03-19T19:58:18+00:00"
  1068. },
  1069. {
  1070. "name": "p3k/http",
  1071. "version": "0.1.7",
  1072. "source": {
  1073. "type": "git",
  1074. "url": "https://github.com/aaronpk/p3k-http.git",
  1075. "reference": "1826647c4902a18dea5ec532f21509ba4d51210b"
  1076. },
  1077. "dist": {
  1078. "type": "zip",
  1079. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/1826647c4902a18dea5ec532f21509ba4d51210b",
  1080. "reference": "1826647c4902a18dea5ec532f21509ba4d51210b",
  1081. "shasum": ""
  1082. },
  1083. "require": {
  1084. "indieweb/link-rel-parser": "0.1.*",
  1085. "mf2/mf2": ">=0.3.2"
  1086. },
  1087. "type": "library",
  1088. "autoload": {
  1089. "psr-4": {
  1090. "p3k\\": "src/p3k"
  1091. }
  1092. },
  1093. "notification-url": "https://packagist.org/downloads/",
  1094. "license": [
  1095. "MIT"
  1096. ],
  1097. "authors": [
  1098. {
  1099. "name": "Aaron Parecki",
  1100. "homepage": "https://aaronparecki.com"
  1101. }
  1102. ],
  1103. "description": "A simple wrapper API around the PHP curl functions",
  1104. "homepage": "https://github.com/aaronpk/p3k-http",
  1105. "time": "2018-03-04T15:21:58+00:00"
  1106. },
  1107. {
  1108. "name": "p3k/picofeed",
  1109. "version": "v0.1.38",
  1110. "source": {
  1111. "type": "git",
  1112. "url": "https://github.com/aaronpk/picoFeed.git",
  1113. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab"
  1114. },
  1115. "dist": {
  1116. "type": "zip",
  1117. "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab",
  1118. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab",
  1119. "shasum": ""
  1120. },
  1121. "require": {
  1122. "ext-dom": "*",
  1123. "ext-iconv": "*",
  1124. "ext-libxml": "*",
  1125. "ext-simplexml": "*",
  1126. "ext-xml": "*",
  1127. "php": ">=5.3.0",
  1128. "zendframework/zendxml": "^1.0"
  1129. },
  1130. "require-dev": {
  1131. "phpdocumentor/reflection-docblock": "2.0.4",
  1132. "phpunit/phpunit": "4.8.26",
  1133. "symfony/yaml": "2.8.7"
  1134. },
  1135. "suggest": {
  1136. "ext-curl": "PicoFeed will use cURL if present"
  1137. },
  1138. "bin": [
  1139. "picofeed"
  1140. ],
  1141. "type": "library",
  1142. "autoload": {
  1143. "psr-0": {
  1144. "PicoFeed": "lib/"
  1145. }
  1146. },
  1147. "notification-url": "https://packagist.org/downloads/",
  1148. "license": [
  1149. "MIT"
  1150. ],
  1151. "authors": [
  1152. {
  1153. "name": "Frédéric Guillot"
  1154. }
  1155. ],
  1156. "description": "Modern library to handle RSS/Atom feeds",
  1157. "homepage": "https://github.com/miniflux/picoFeed",
  1158. "time": "2017-11-30T00:16:58+00:00"
  1159. },
  1160. {
  1161. "name": "p3k/timezone",
  1162. "version": "0.1.0",
  1163. "source": {
  1164. "type": "git",
  1165. "url": "https://github.com/aaronpk/p3k-timezone.git",
  1166. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  1167. },
  1168. "dist": {
  1169. "type": "zip",
  1170. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  1171. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  1172. "shasum": ""
  1173. },
  1174. "require": {
  1175. "php": ">=5.4.0"
  1176. },
  1177. "type": "library",
  1178. "autoload": {
  1179. "files": [
  1180. "src/p3k/Timezone.php"
  1181. ]
  1182. },
  1183. "notification-url": "https://packagist.org/downloads/",
  1184. "license": [
  1185. "Apache-2.0"
  1186. ],
  1187. "authors": [
  1188. {
  1189. "name": "Aaron Parecki",
  1190. "homepage": "https://aaronparecki.com"
  1191. }
  1192. ],
  1193. "description": "Find the timezone of a given location",
  1194. "homepage": "https://github.com/aaronpk/p3k-timezone",
  1195. "keywords": [
  1196. "date",
  1197. "p3k",
  1198. "timezone"
  1199. ],
  1200. "time": "2017-01-12T17:30:08+00:00"
  1201. },
  1202. {
  1203. "name": "p3k/utils",
  1204. "version": "1.2.0",
  1205. "source": {
  1206. "type": "git",
  1207. "url": "https://github.com/aaronpk/p3k-utils.git",
  1208. "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde"
  1209. },
  1210. "dist": {
  1211. "type": "zip",
  1212. "url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/ecd0ba1afca8e586f09792f7be5052e142d3cbde",
  1213. "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde",
  1214. "shasum": ""
  1215. },
  1216. "require": {
  1217. "php": ">=5.5"
  1218. },
  1219. "require-dev": {
  1220. "phpunit/phpunit": "^4.8.13",
  1221. "predis/predis": "1.1.*"
  1222. },
  1223. "type": "library",
  1224. "autoload": {
  1225. "files": [
  1226. "src/global.php",
  1227. "src/url.php",
  1228. "src/utils.php",
  1229. "src/date.php",
  1230. "src/cache.php",
  1231. "src/geo.php"
  1232. ]
  1233. },
  1234. "notification-url": "https://packagist.org/downloads/",
  1235. "license": [
  1236. "MIT"
  1237. ],
  1238. "authors": [
  1239. {
  1240. "name": "Aaron Parecki",
  1241. "homepage": "https://aaronparecki.com"
  1242. }
  1243. ],
  1244. "description": "Some helpful functions used by https://p3k.io projects",
  1245. "homepage": "https://github.com/aaronpk/p3k-utils",
  1246. "time": "2018-03-28T13:44:56+00:00"
  1247. },
  1248. {
  1249. "name": "p3k/xray",
  1250. "version": "v1.4.23",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/aaronpk/XRay.git",
  1254. "reference": "6687167d5c6b920c9ac5a3109c123eb98b9a9493"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/aaronpk/XRay/zipball/6687167d5c6b920c9ac5a3109c123eb98b9a9493",
  1259. "reference": "6687167d5c6b920c9ac5a3109c123eb98b9a9493",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "cebe/markdown": "1.1.*",
  1264. "dg/twitter-php": "3.6.*",
  1265. "ezyang/htmlpurifier": "4.10.*",
  1266. "facebook/graph-sdk": "^5.5",
  1267. "indieweb/link-rel-parser": "0.1.*",
  1268. "mf2/mf2": ">=0.4.0",
  1269. "p3k/http": ">=0.1.7",
  1270. "p3k/picofeed": ">=0.1.38",
  1271. "p3k/timezone": "*"
  1272. },
  1273. "require-dev": {
  1274. "league/plates": "3.*",
  1275. "league/route": "1.*",
  1276. "phpunit/phpunit": "4.8.*"
  1277. },
  1278. "type": "library",
  1279. "autoload": {
  1280. "psr-4": {
  1281. "p3k\\XRay\\": "lib/XRay"
  1282. },
  1283. "files": [
  1284. "lib/helpers.php",
  1285. "lib/XRay.php"
  1286. ]
  1287. },
  1288. "notification-url": "https://packagist.org/downloads/",
  1289. "license": [
  1290. "MIT"
  1291. ],
  1292. "description": "X-Ray returns structured data from any URL",
  1293. "homepage": "https://github.com/aaronpk/XRay",
  1294. "time": "2018-03-15T16:58:07+00:00"
  1295. },
  1296. {
  1297. "name": "pda/pheanstalk",
  1298. "version": "v3.1.0",
  1299. "source": {
  1300. "type": "git",
  1301. "url": "https://github.com/pda/pheanstalk.git",
  1302. "reference": "430e77c551479aad0c6ada0450ee844cf656a18b"
  1303. },
  1304. "dist": {
  1305. "type": "zip",
  1306. "url": "https://api.github.com/repos/pda/pheanstalk/zipball/430e77c551479aad0c6ada0450ee844cf656a18b",
  1307. "reference": "430e77c551479aad0c6ada0450ee844cf656a18b",
  1308. "shasum": ""
  1309. },
  1310. "require": {
  1311. "php": ">=5.3.0"
  1312. },
  1313. "require-dev": {
  1314. "phpunit/phpunit": "~4.0"
  1315. },
  1316. "type": "library",
  1317. "extra": {
  1318. "branch-alias": {
  1319. "dev-master": "3.0-dev"
  1320. }
  1321. },
  1322. "autoload": {
  1323. "psr-4": {
  1324. "Pheanstalk\\": "src/"
  1325. }
  1326. },
  1327. "notification-url": "https://packagist.org/downloads/",
  1328. "license": [
  1329. "MIT"
  1330. ],
  1331. "authors": [
  1332. {
  1333. "name": "Paul Annesley",
  1334. "email": "paul@annesley.cc",
  1335. "homepage": "http://paul.annesley.cc/",
  1336. "role": "Developer"
  1337. }
  1338. ],
  1339. "description": "PHP client for beanstalkd queue",
  1340. "homepage": "https://github.com/pda/pheanstalk",
  1341. "keywords": [
  1342. "beanstalkd"
  1343. ],
  1344. "time": "2015-08-07T21:42:41+00:00"
  1345. },
  1346. {
  1347. "name": "predis/predis",
  1348. "version": "v1.0.3",
  1349. "source": {
  1350. "type": "git",
  1351. "url": "https://github.com/predis/predis.git",
  1352. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
  1353. },
  1354. "dist": {
  1355. "type": "zip",
  1356. "url": "https://api.github.com/repos/predis/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
  1357. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
  1358. "shasum": ""
  1359. },
  1360. "require": {
  1361. "php": ">=5.3.2"
  1362. },
  1363. "require-dev": {
  1364. "phpunit/phpunit": "~4.0"
  1365. },
  1366. "suggest": {
  1367. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  1368. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  1369. },
  1370. "type": "library",
  1371. "autoload": {
  1372. "psr-4": {
  1373. "Predis\\": "src/"
  1374. }
  1375. },
  1376. "notification-url": "https://packagist.org/downloads/",
  1377. "license": [
  1378. "MIT"
  1379. ],
  1380. "authors": [
  1381. {
  1382. "name": "Daniele Alessandri",
  1383. "email": "suppakilla@gmail.com",
  1384. "homepage": "http://clorophilla.net"
  1385. }
  1386. ],
  1387. "description": "Flexible and feature-complete PHP client library for Redis",
  1388. "homepage": "http://github.com/nrk/predis",
  1389. "keywords": [
  1390. "nosql",
  1391. "predis",
  1392. "redis"
  1393. ],
  1394. "funding": [
  1395. {
  1396. "url": "https://www.paypal.me/tillkruss",
  1397. "type": "custom"
  1398. },
  1399. {
  1400. "url": "https://github.com/tillkruss",
  1401. "type": "github"
  1402. }
  1403. ],
  1404. "time": "2015-07-30T18:34:15+00:00"
  1405. },
  1406. {
  1407. "name": "psr/log",
  1408. "version": "1.0.0",
  1409. "source": {
  1410. "type": "git",
  1411. "url": "https://github.com/php-fig/log.git",
  1412. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1413. },
  1414. "dist": {
  1415. "type": "zip",
  1416. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1417. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1418. "shasum": ""
  1419. },
  1420. "type": "library",
  1421. "autoload": {
  1422. "psr-0": {
  1423. "Psr\\Log\\": ""
  1424. }
  1425. },
  1426. "notification-url": "https://packagist.org/downloads/",
  1427. "license": [
  1428. "MIT"
  1429. ],
  1430. "authors": [
  1431. {
  1432. "name": "PHP-FIG",
  1433. "homepage": "http://www.php-fig.org/"
  1434. }
  1435. ],
  1436. "description": "Common interface for logging libraries",
  1437. "keywords": [
  1438. "log",
  1439. "psr",
  1440. "psr-3"
  1441. ],
  1442. "time": "2012-12-21T11:40:51+00:00"
  1443. },
  1444. {
  1445. "name": "symfony/http-foundation",
  1446. "version": "v2.8.52",
  1447. "source": {
  1448. "type": "git",
  1449. "url": "https://github.com/symfony/http-foundation.git",
  1450. "reference": "3929d9fe8148d17819ad0178c748b8d339420709"
  1451. },
  1452. "dist": {
  1453. "type": "zip",
  1454. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3929d9fe8148d17819ad0178c748b8d339420709",
  1455. "reference": "3929d9fe8148d17819ad0178c748b8d339420709",
  1456. "shasum": ""
  1457. },
  1458. "require": {
  1459. "php": ">=5.3.9",
  1460. "symfony/polyfill-mbstring": "~1.1",
  1461. "symfony/polyfill-php54": "~1.0",
  1462. "symfony/polyfill-php55": "~1.0"
  1463. },
  1464. "require-dev": {
  1465. "symfony/expression-language": "~2.4|~3.0.0"
  1466. },
  1467. "type": "library",
  1468. "extra": {
  1469. "branch-alias": {
  1470. "dev-master": "2.8-dev"
  1471. }
  1472. },
  1473. "autoload": {
  1474. "psr-4": {
  1475. "Symfony\\Component\\HttpFoundation\\": ""
  1476. },
  1477. "exclude-from-classmap": [
  1478. "/Tests/"
  1479. ]
  1480. },
  1481. "notification-url": "https://packagist.org/downloads/",
  1482. "license": [
  1483. "MIT"
  1484. ],
  1485. "authors": [
  1486. {
  1487. "name": "Fabien Potencier",
  1488. "email": "fabien@symfony.com"
  1489. },
  1490. {
  1491. "name": "Symfony Community",
  1492. "homepage": "https://symfony.com/contributors"
  1493. }
  1494. ],
  1495. "description": "Symfony HttpFoundation Component",
  1496. "homepage": "https://symfony.com",
  1497. "time": "2019-11-12T12:34:41+00:00"
  1498. },
  1499. {
  1500. "name": "symfony/polyfill-mbstring",
  1501. "version": "v1.19.0",
  1502. "source": {
  1503. "type": "git",
  1504. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1505. "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
  1506. },
  1507. "dist": {
  1508. "type": "zip",
  1509. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  1510. "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  1511. "shasum": ""
  1512. },
  1513. "require": {
  1514. "php": ">=5.3.3"
  1515. },
  1516. "suggest": {
  1517. "ext-mbstring": "For best performance"
  1518. },
  1519. "type": "library",
  1520. "extra": {
  1521. "branch-alias": {
  1522. "dev-main": "1.19-dev"
  1523. },
  1524. "thanks": {
  1525. "name": "symfony/polyfill",
  1526. "url": "https://github.com/symfony/polyfill"
  1527. }
  1528. },
  1529. "autoload": {
  1530. "psr-4": {
  1531. "Symfony\\Polyfill\\Mbstring\\": ""
  1532. },
  1533. "files": [
  1534. "bootstrap.php"
  1535. ]
  1536. },
  1537. "notification-url": "https://packagist.org/downloads/",
  1538. "license": [
  1539. "MIT"
  1540. ],
  1541. "authors": [
  1542. {
  1543. "name": "Nicolas Grekas",
  1544. "email": "p@tchwork.com"
  1545. },
  1546. {
  1547. "name": "Symfony Community",
  1548. "homepage": "https://symfony.com/contributors"
  1549. }
  1550. ],
  1551. "description": "Symfony polyfill for the Mbstring extension",
  1552. "homepage": "https://symfony.com",
  1553. "keywords": [
  1554. "compatibility",
  1555. "mbstring",
  1556. "polyfill",
  1557. "portable",
  1558. "shim"
  1559. ],
  1560. "funding": [
  1561. {
  1562. "url": "https://symfony.com/sponsor",
  1563. "type": "custom"
  1564. },
  1565. {
  1566. "url": "https://github.com/fabpot",
  1567. "type": "github"
  1568. },
  1569. {
  1570. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1571. "type": "tidelift"
  1572. }
  1573. ],
  1574. "time": "2020-10-23T09:01:57+00:00"
  1575. },
  1576. {
  1577. "name": "symfony/polyfill-php54",
  1578. "version": "v1.19.0",
  1579. "source": {
  1580. "type": "git",
  1581. "url": "https://github.com/symfony/polyfill-php54.git",
  1582. "reference": "c248bab30dad46a5f3917e7d92907e148bdc50c6"
  1583. },
  1584. "dist": {
  1585. "type": "zip",
  1586. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/c248bab30dad46a5f3917e7d92907e148bdc50c6",
  1587. "reference": "c248bab30dad46a5f3917e7d92907e148bdc50c6",
  1588. "shasum": ""
  1589. },
  1590. "require": {
  1591. "php": ">=5.3.3"
  1592. },
  1593. "type": "library",
  1594. "extra": {
  1595. "branch-alias": {
  1596. "dev-main": "1.19-dev"
  1597. },
  1598. "thanks": {
  1599. "name": "symfony/polyfill",
  1600. "url": "https://github.com/symfony/polyfill"
  1601. }
  1602. },
  1603. "autoload": {
  1604. "psr-4": {
  1605. "Symfony\\Polyfill\\Php54\\": ""
  1606. },
  1607. "files": [
  1608. "bootstrap.php"
  1609. ],
  1610. "classmap": [
  1611. "Resources/stubs"
  1612. ]
  1613. },
  1614. "notification-url": "https://packagist.org/downloads/",
  1615. "license": [
  1616. "MIT"
  1617. ],
  1618. "authors": [
  1619. {
  1620. "name": "Nicolas Grekas",
  1621. "email": "p@tchwork.com"
  1622. },
  1623. {
  1624. "name": "Symfony Community",
  1625. "homepage": "https://symfony.com/contributors"
  1626. }
  1627. ],
  1628. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  1629. "homepage": "https://symfony.com",
  1630. "keywords": [
  1631. "compatibility",
  1632. "polyfill",
  1633. "portable",
  1634. "shim"
  1635. ],
  1636. "funding": [
  1637. {
  1638. "url": "https://symfony.com/sponsor",
  1639. "type": "custom"
  1640. },
  1641. {
  1642. "url": "https://github.com/fabpot",
  1643. "type": "github"
  1644. },
  1645. {
  1646. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1647. "type": "tidelift"
  1648. }
  1649. ],
  1650. "time": "2020-10-23T09:01:57+00:00"
  1651. },
  1652. {
  1653. "name": "symfony/polyfill-php55",
  1654. "version": "v1.19.0",
  1655. "source": {
  1656. "type": "git",
  1657. "url": "https://github.com/symfony/polyfill-php55.git",
  1658. "reference": "248a5c9877b126493abb661e4fb47792e418035b"
  1659. },
  1660. "dist": {
  1661. "type": "zip",
  1662. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/248a5c9877b126493abb661e4fb47792e418035b",
  1663. "reference": "248a5c9877b126493abb661e4fb47792e418035b",
  1664. "shasum": ""
  1665. },
  1666. "require": {
  1667. "ircmaxell/password-compat": "~1.0",
  1668. "php": ">=5.3.3"
  1669. },
  1670. "type": "library",
  1671. "extra": {
  1672. "branch-alias": {
  1673. "dev-main": "1.19-dev"
  1674. },
  1675. "thanks": {
  1676. "name": "symfony/polyfill",
  1677. "url": "https://github.com/symfony/polyfill"
  1678. }
  1679. },
  1680. "autoload": {
  1681. "psr-4": {
  1682. "Symfony\\Polyfill\\Php55\\": ""
  1683. },
  1684. "files": [
  1685. "bootstrap.php"
  1686. ]
  1687. },
  1688. "notification-url": "https://packagist.org/downloads/",
  1689. "license": [
  1690. "MIT"
  1691. ],
  1692. "authors": [
  1693. {
  1694. "name": "Nicolas Grekas",
  1695. "email": "p@tchwork.com"
  1696. },
  1697. {
  1698. "name": "Symfony Community",
  1699. "homepage": "https://symfony.com/contributors"
  1700. }
  1701. ],
  1702. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  1703. "homepage": "https://symfony.com",
  1704. "keywords": [
  1705. "compatibility",
  1706. "polyfill",
  1707. "portable",
  1708. "shim"
  1709. ],
  1710. "funding": [
  1711. {
  1712. "url": "https://symfony.com/sponsor",
  1713. "type": "custom"
  1714. },
  1715. {
  1716. "url": "https://github.com/fabpot",
  1717. "type": "github"
  1718. },
  1719. {
  1720. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1721. "type": "tidelift"
  1722. }
  1723. ],
  1724. "time": "2020-10-23T09:01:57+00:00"
  1725. },
  1726. {
  1727. "name": "zendframework/zendxml",
  1728. "version": "1.1.0",
  1729. "source": {
  1730. "type": "git",
  1731. "url": "https://github.com/zendframework/ZendXml.git",
  1732. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99"
  1733. },
  1734. "dist": {
  1735. "type": "zip",
  1736. "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1737. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1738. "shasum": ""
  1739. },
  1740. "require": {
  1741. "php": "^5.6 || ^7.0"
  1742. },
  1743. "require-dev": {
  1744. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
  1745. "zendframework/zend-coding-standard": "~1.0.0"
  1746. },
  1747. "type": "library",
  1748. "extra": {
  1749. "branch-alias": {
  1750. "dev-master": "1.1.x-dev",
  1751. "dev-develop": "1.2.x-dev"
  1752. }
  1753. },
  1754. "autoload": {
  1755. "psr-4": {
  1756. "ZendXml\\": "src/"
  1757. }
  1758. },
  1759. "notification-url": "https://packagist.org/downloads/",
  1760. "license": [
  1761. "BSD-3-Clause"
  1762. ],
  1763. "description": "Utility library for XML usage, best practices, and security in PHP",
  1764. "keywords": [
  1765. "ZendFramework",
  1766. "security",
  1767. "xml",
  1768. "zf"
  1769. ],
  1770. "abandoned": "laminas/laminas-xml",
  1771. "time": "2018-04-30T15:11:04+00:00"
  1772. }
  1773. ],
  1774. "packages-dev": [
  1775. {
  1776. "name": "barnabywalters/mf-cleaner",
  1777. "version": "v0.1.4",
  1778. "source": {
  1779. "type": "git",
  1780. "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
  1781. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
  1782. },
  1783. "dist": {
  1784. "type": "zip",
  1785. "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  1786. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  1787. "shasum": ""
  1788. },
  1789. "require-dev": {
  1790. "php": ">=5.3",
  1791. "phpunit/phpunit": "*"
  1792. },
  1793. "suggest": {
  1794. "mf2/mf2": "To parse microformats2 structures from (X)HTML"
  1795. },
  1796. "type": "library",
  1797. "autoload": {
  1798. "files": [
  1799. "src/BarnabyWalters/Mf2/Functions.php"
  1800. ]
  1801. },
  1802. "notification-url": "https://packagist.org/downloads/",
  1803. "license": [
  1804. "MIT"
  1805. ],
  1806. "authors": [
  1807. {
  1808. "name": "Barnaby Walters",
  1809. "email": "barnaby@waterpigs.co.uk"
  1810. }
  1811. ],
  1812. "description": "Cleans up microformats2 array structures",
  1813. "time": "2014-10-06T23:11:15+00:00"
  1814. },
  1815. {
  1816. "name": "doctrine/instantiator",
  1817. "version": "1.0.5",
  1818. "source": {
  1819. "type": "git",
  1820. "url": "https://github.com/doctrine/instantiator.git",
  1821. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1822. },
  1823. "dist": {
  1824. "type": "zip",
  1825. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1826. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1827. "shasum": ""
  1828. },
  1829. "require": {
  1830. "php": ">=5.3,<8.0-DEV"
  1831. },
  1832. "require-dev": {
  1833. "athletic/athletic": "~0.1.8",
  1834. "ext-pdo": "*",
  1835. "ext-phar": "*",
  1836. "phpunit/phpunit": "~4.0",
  1837. "squizlabs/php_codesniffer": "~2.0"
  1838. },
  1839. "type": "library",
  1840. "extra": {
  1841. "branch-alias": {
  1842. "dev-master": "1.0.x-dev"
  1843. }
  1844. },
  1845. "autoload": {
  1846. "psr-4": {
  1847. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1848. }
  1849. },
  1850. "notification-url": "https://packagist.org/downloads/",
  1851. "license": [
  1852. "MIT"
  1853. ],
  1854. "authors": [
  1855. {
  1856. "name": "Marco Pivetta",
  1857. "email": "ocramius@gmail.com",
  1858. "homepage": "http://ocramius.github.com/"
  1859. }
  1860. ],
  1861. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1862. "homepage": "https://github.com/doctrine/instantiator",
  1863. "keywords": [
  1864. "constructor",
  1865. "instantiate"
  1866. ],
  1867. "time": "2015-06-14T21:17:01+00:00"
  1868. },
  1869. {
  1870. "name": "myclabs/deep-copy",
  1871. "version": "1.5.0",
  1872. "source": {
  1873. "type": "git",
  1874. "url": "https://github.com/myclabs/DeepCopy.git",
  1875. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  1876. },
  1877. "dist": {
  1878. "type": "zip",
  1879. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  1880. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  1881. "shasum": ""
  1882. },
  1883. "require": {
  1884. "php": ">=5.4.0"
  1885. },
  1886. "require-dev": {
  1887. "doctrine/collections": "1.*",
  1888. "phpunit/phpunit": "~4.1"
  1889. },
  1890. "type": "library",
  1891. "autoload": {
  1892. "psr-4": {
  1893. "DeepCopy\\": "src/DeepCopy/"
  1894. }
  1895. },
  1896. "notification-url": "https://packagist.org/downloads/",
  1897. "license": [
  1898. "MIT"
  1899. ],
  1900. "description": "Create deep copies (clones) of your objects",
  1901. "homepage": "https://github.com/myclabs/DeepCopy",
  1902. "keywords": [
  1903. "clone",
  1904. "copy",
  1905. "duplicate",
  1906. "object",
  1907. "object graph"
  1908. ],
  1909. "time": "2015-11-07T22:20:37+00:00"
  1910. },
  1911. {
  1912. "name": "phpdocumentor/reflection-docblock",
  1913. "version": "2.0.4",
  1914. "source": {
  1915. "type": "git",
  1916. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1917. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  1918. },
  1919. "dist": {
  1920. "type": "zip",
  1921. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1922. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1923. "shasum": ""
  1924. },
  1925. "require": {
  1926. "php": ">=5.3.3"
  1927. },
  1928. "require-dev": {
  1929. "phpunit/phpunit": "~4.0"
  1930. },
  1931. "suggest": {
  1932. "dflydev/markdown": "~1.0",
  1933. "erusev/parsedown": "~1.0"
  1934. },
  1935. "type": "library",
  1936. "extra": {
  1937. "branch-alias": {
  1938. "dev-master": "2.0.x-dev"
  1939. }
  1940. },
  1941. "autoload": {
  1942. "psr-0": {
  1943. "phpDocumentor": [
  1944. "src/"
  1945. ]
  1946. }
  1947. },
  1948. "notification-url": "https://packagist.org/downloads/",
  1949. "license": [
  1950. "MIT"
  1951. ],
  1952. "authors": [
  1953. {
  1954. "name": "Mike van Riel",
  1955. "email": "mike.vanriel@naenius.com"
  1956. }
  1957. ],
  1958. "time": "2015-02-03T12:10:50+00:00"
  1959. },
  1960. {
  1961. "name": "phpspec/prophecy",
  1962. "version": "v1.6.0",
  1963. "source": {
  1964. "type": "git",
  1965. "url": "https://github.com/phpspec/prophecy.git",
  1966. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  1967. },
  1968. "dist": {
  1969. "type": "zip",
  1970. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  1971. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  1972. "shasum": ""
  1973. },
  1974. "require": {
  1975. "doctrine/instantiator": "^1.0.2",
  1976. "php": "^5.3|^7.0",
  1977. "phpdocumentor/reflection-docblock": "~2.0",
  1978. "sebastian/comparator": "~1.1",
  1979. "sebastian/recursion-context": "~1.0"
  1980. },
  1981. "require-dev": {
  1982. "phpspec/phpspec": "~2.0"
  1983. },
  1984. "type": "library",
  1985. "extra": {
  1986. "branch-alias": {
  1987. "dev-master": "1.5.x-dev"
  1988. }
  1989. },
  1990. "autoload": {
  1991. "psr-0": {
  1992. "Prophecy\\": "src/"
  1993. }
  1994. },
  1995. "notification-url": "https://packagist.org/downloads/",
  1996. "license": [
  1997. "MIT"
  1998. ],
  1999. "authors": [
  2000. {
  2001. "name": "Konstantin Kudryashov",
  2002. "email": "ever.zet@gmail.com",
  2003. "homepage": "http://everzet.com"
  2004. },
  2005. {
  2006. "name": "Marcello Duarte",
  2007. "email": "marcello.duarte@gmail.com"
  2008. }
  2009. ],
  2010. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2011. "homepage": "https://github.com/phpspec/prophecy",
  2012. "keywords": [
  2013. "Double",
  2014. "Dummy",
  2015. "fake",
  2016. "mock",
  2017. "spy",
  2018. "stub"
  2019. ],
  2020. "time": "2016-02-15T07:46:21+00:00"
  2021. },
  2022. {
  2023. "name": "phpunit/php-code-coverage",
  2024. "version": "3.3.1",
  2025. "source": {
  2026. "type": "git",
  2027. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2028. "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86"
  2029. },
  2030. "dist": {
  2031. "type": "zip",
  2032. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86",
  2033. "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86",
  2034. "shasum": ""
  2035. },
  2036. "require": {
  2037. "php": "^5.6 || ^7.0",
  2038. "phpunit/php-file-iterator": "~1.3",
  2039. "phpunit/php-text-template": "~1.2",
  2040. "phpunit/php-token-stream": "^1.4.2",
  2041. "sebastian/code-unit-reverse-lookup": "~1.0",
  2042. "sebastian/environment": "^1.3.2",
  2043. "sebastian/version": "~1.0|~2.0"
  2044. },
  2045. "require-dev": {
  2046. "ext-xdebug": ">=2.1.4",
  2047. "phpunit/phpunit": "~5"
  2048. },
  2049. "suggest": {
  2050. "ext-dom": "*",
  2051. "ext-xdebug": ">=2.4.0",
  2052. "ext-xmlwriter": "*"
  2053. },
  2054. "type": "library",
  2055. "extra": {
  2056. "branch-alias": {
  2057. "dev-master": "3.3.x-dev"
  2058. }
  2059. },
  2060. "autoload": {
  2061. "classmap": [
  2062. "src/"
  2063. ]
  2064. },
  2065. "notification-url": "https://packagist.org/downloads/",
  2066. "license": [
  2067. "BSD-3-Clause"
  2068. ],
  2069. "authors": [
  2070. {
  2071. "name": "Sebastian Bergmann",
  2072. "email": "sb@sebastian-bergmann.de",
  2073. "role": "lead"
  2074. }
  2075. ],
  2076. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2077. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2078. "keywords": [
  2079. "coverage",
  2080. "testing",
  2081. "xunit"
  2082. ],
  2083. "time": "2016-04-08T08:14:53+00:00"
  2084. },
  2085. {
  2086. "name": "phpunit/php-file-iterator",
  2087. "version": "1.4.1",
  2088. "source": {
  2089. "type": "git",
  2090. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2091. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2092. },
  2093. "dist": {
  2094. "type": "zip",
  2095. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2096. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2097. "shasum": ""
  2098. },
  2099. "require": {
  2100. "php": ">=5.3.3"
  2101. },
  2102. "type": "library",
  2103. "extra": {
  2104. "branch-alias": {
  2105. "dev-master": "1.4.x-dev"
  2106. }
  2107. },
  2108. "autoload": {
  2109. "classmap": [
  2110. "src/"
  2111. ]
  2112. },
  2113. "notification-url": "https://packagist.org/downloads/",
  2114. "license": [
  2115. "BSD-3-Clause"
  2116. ],
  2117. "authors": [
  2118. {
  2119. "name": "Sebastian Bergmann",
  2120. "email": "sb@sebastian-bergmann.de",
  2121. "role": "lead"
  2122. }
  2123. ],
  2124. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2125. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2126. "keywords": [
  2127. "filesystem",
  2128. "iterator"
  2129. ],
  2130. "time": "2015-06-21T13:08:43+00:00"
  2131. },
  2132. {
  2133. "name": "phpunit/php-text-template",
  2134. "version": "1.2.1",
  2135. "source": {
  2136. "type": "git",
  2137. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2138. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2139. },
  2140. "dist": {
  2141. "type": "zip",
  2142. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2143. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2144. "shasum": ""
  2145. },
  2146. "require": {
  2147. "php": ">=5.3.3"
  2148. },
  2149. "type": "library",
  2150. "autoload": {
  2151. "classmap": [
  2152. "src/"
  2153. ]
  2154. },
  2155. "notification-url": "https://packagist.org/downloads/",
  2156. "license": [
  2157. "BSD-3-Clause"
  2158. ],
  2159. "authors": [
  2160. {
  2161. "name": "Sebastian Bergmann",
  2162. "email": "sebastian@phpunit.de",
  2163. "role": "lead"
  2164. }
  2165. ],
  2166. "description": "Simple template engine.",
  2167. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2168. "keywords": [
  2169. "template"
  2170. ],
  2171. "time": "2015-06-21T13:50:34+00:00"
  2172. },
  2173. {
  2174. "name": "phpunit/php-timer",
  2175. "version": "1.0.7",
  2176. "source": {
  2177. "type": "git",
  2178. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2179. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  2180. },
  2181. "dist": {
  2182. "type": "zip",
  2183. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2184. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2185. "shasum": ""
  2186. },
  2187. "require": {
  2188. "php": ">=5.3.3"
  2189. },
  2190. "type": "library",
  2191. "autoload": {
  2192. "classmap": [
  2193. "src/"
  2194. ]
  2195. },
  2196. "notification-url": "https://packagist.org/downloads/",
  2197. "license": [
  2198. "BSD-3-Clause"
  2199. ],
  2200. "authors": [
  2201. {
  2202. "name": "Sebastian Bergmann",
  2203. "email": "sb@sebastian-bergmann.de",
  2204. "role": "lead"
  2205. }
  2206. ],
  2207. "description": "Utility class for timing",
  2208. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2209. "keywords": [
  2210. "timer"
  2211. ],
  2212. "time": "2015-06-21T08:01:12+00:00"
  2213. },
  2214. {
  2215. "name": "phpunit/php-token-stream",
  2216. "version": "1.4.8",
  2217. "source": {
  2218. "type": "git",
  2219. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2220. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  2221. },
  2222. "dist": {
  2223. "type": "zip",
  2224. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2225. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2226. "shasum": ""
  2227. },
  2228. "require": {
  2229. "ext-tokenizer": "*",
  2230. "php": ">=5.3.3"
  2231. },
  2232. "require-dev": {
  2233. "phpunit/phpunit": "~4.2"
  2234. },
  2235. "type": "library",
  2236. "extra": {
  2237. "branch-alias": {
  2238. "dev-master": "1.4-dev"
  2239. }
  2240. },
  2241. "autoload": {
  2242. "classmap": [
  2243. "src/"
  2244. ]
  2245. },
  2246. "notification-url": "https://packagist.org/downloads/",
  2247. "license": [
  2248. "BSD-3-Clause"
  2249. ],
  2250. "authors": [
  2251. {
  2252. "name": "Sebastian Bergmann",
  2253. "email": "sebastian@phpunit.de"
  2254. }
  2255. ],
  2256. "description": "Wrapper around PHP's tokenizer extension.",
  2257. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2258. "keywords": [
  2259. "tokenizer"
  2260. ],
  2261. "abandoned": true,
  2262. "time": "2015-09-15T10:49:45+00:00"
  2263. },
  2264. {
  2265. "name": "phpunit/phpunit",
  2266. "version": "5.3.2",
  2267. "source": {
  2268. "type": "git",
  2269. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2270. "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3"
  2271. },
  2272. "dist": {
  2273. "type": "zip",
  2274. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3",
  2275. "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3",
  2276. "shasum": ""
  2277. },
  2278. "require": {
  2279. "ext-dom": "*",
  2280. "ext-json": "*",
  2281. "ext-pcre": "*",
  2282. "ext-reflection": "*",
  2283. "ext-spl": "*",
  2284. "myclabs/deep-copy": "~1.3",
  2285. "php": "^5.6 || ^7.0",
  2286. "phpspec/prophecy": "^1.3.1",
  2287. "phpunit/php-code-coverage": "^3.3.0",
  2288. "phpunit/php-file-iterator": "~1.4",
  2289. "phpunit/php-text-template": "~1.2",
  2290. "phpunit/php-timer": "^1.0.6",
  2291. "phpunit/phpunit-mock-objects": "^3.1",
  2292. "sebastian/comparator": "~1.1",
  2293. "sebastian/diff": "~1.2",
  2294. "sebastian/environment": "~1.3",
  2295. "sebastian/exporter": "~1.2",
  2296. "sebastian/global-state": "~1.0",
  2297. "sebastian/object-enumerator": "~1.0",
  2298. "sebastian/resource-operations": "~1.0",
  2299. "sebastian/version": "~1.0|~2.0",
  2300. "symfony/yaml": "~2.1|~3.0"
  2301. },
  2302. "suggest": {
  2303. "phpunit/php-invoker": "~1.1"
  2304. },
  2305. "bin": [
  2306. "phpunit"
  2307. ],
  2308. "type": "library",
  2309. "extra": {
  2310. "branch-alias": {
  2311. "dev-master": "5.3.x-dev"
  2312. }
  2313. },
  2314. "autoload": {
  2315. "classmap": [
  2316. "src/"
  2317. ]
  2318. },
  2319. "notification-url": "https://packagist.org/downloads/",
  2320. "license": [
  2321. "BSD-3-Clause"
  2322. ],
  2323. "authors": [
  2324. {
  2325. "name": "Sebastian Bergmann",
  2326. "email": "sebastian@phpunit.de",
  2327. "role": "lead"
  2328. }
  2329. ],
  2330. "description": "The PHP Unit Testing framework.",
  2331. "homepage": "https://phpunit.de/",
  2332. "keywords": [
  2333. "phpunit",
  2334. "testing",
  2335. "xunit"
  2336. ],
  2337. "time": "2016-04-12T16:20:08+00:00"
  2338. },
  2339. {
  2340. "name": "phpunit/phpunit-mock-objects",
  2341. "version": "3.1.2",
  2342. "source": {
  2343. "type": "git",
  2344. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2345. "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1"
  2346. },
  2347. "dist": {
  2348. "type": "zip",
  2349. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7c34c9bdde4131b824086457a3145e27dba10ca1",
  2350. "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1",
  2351. "shasum": ""
  2352. },
  2353. "require": {
  2354. "doctrine/instantiator": "^1.0.2",
  2355. "php": ">=5.6",
  2356. "phpunit/php-text-template": "~1.2",
  2357. "sebastian/exporter": "~1.2"
  2358. },
  2359. "require-dev": {
  2360. "phpunit/phpunit": "~5"
  2361. },
  2362. "suggest": {
  2363. "ext-soap": "*"
  2364. },
  2365. "type": "library",
  2366. "extra": {
  2367. "branch-alias": {
  2368. "dev-master": "3.1.x-dev"
  2369. }
  2370. },
  2371. "autoload": {
  2372. "classmap": [
  2373. "src/"
  2374. ]
  2375. },
  2376. "notification-url": "https://packagist.org/downloads/",
  2377. "license": [
  2378. "BSD-3-Clause"
  2379. ],
  2380. "authors": [
  2381. {
  2382. "name": "Sebastian Bergmann",
  2383. "email": "sb@sebastian-bergmann.de",
  2384. "role": "lead"
  2385. }
  2386. ],
  2387. "description": "Mock Object library for PHPUnit",
  2388. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2389. "keywords": [
  2390. "mock",
  2391. "xunit"
  2392. ],
  2393. "abandoned": true,
  2394. "time": "2016-03-24T05:58:25+00:00"
  2395. },
  2396. {
  2397. "name": "sebastian/code-unit-reverse-lookup",
  2398. "version": "1.0.0",
  2399. "source": {
  2400. "type": "git",
  2401. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2402. "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  2403. },
  2404. "dist": {
  2405. "type": "zip",
  2406. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2407. "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2408. "shasum": ""
  2409. },
  2410. "require": {
  2411. "php": ">=5.6"
  2412. },
  2413. "require-dev": {
  2414. "phpunit/phpunit": "~5"
  2415. },
  2416. "type": "library",
  2417. "extra": {
  2418. "branch-alias": {
  2419. "dev-master": "1.0.x-dev"
  2420. }
  2421. },
  2422. "autoload": {
  2423. "classmap": [
  2424. "src/"
  2425. ]
  2426. },
  2427. "notification-url": "https://packagist.org/downloads/",
  2428. "license": [
  2429. "BSD-3-Clause"
  2430. ],
  2431. "authors": [
  2432. {
  2433. "name": "Sebastian Bergmann",
  2434. "email": "sebastian@phpunit.de"
  2435. }
  2436. ],
  2437. "description": "Looks up which function or method a line of code belongs to",
  2438. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2439. "time": "2016-02-13T06:45:14+00:00"
  2440. },
  2441. {
  2442. "name": "sebastian/comparator",
  2443. "version": "1.2.0",
  2444. "source": {
  2445. "type": "git",
  2446. "url": "https://github.com/sebastianbergmann/comparator.git",
  2447. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  2448. },
  2449. "dist": {
  2450. "type": "zip",
  2451. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  2452. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  2453. "shasum": ""
  2454. },
  2455. "require": {
  2456. "php": ">=5.3.3",
  2457. "sebastian/diff": "~1.2",
  2458. "sebastian/exporter": "~1.2"
  2459. },
  2460. "require-dev": {
  2461. "phpunit/phpunit": "~4.4"
  2462. },
  2463. "type": "library",
  2464. "extra": {
  2465. "branch-alias": {
  2466. "dev-master": "1.2.x-dev"
  2467. }
  2468. },
  2469. "autoload": {
  2470. "classmap": [
  2471. "src/"
  2472. ]
  2473. },
  2474. "notification-url": "https://packagist.org/downloads/",
  2475. "license": [
  2476. "BSD-3-Clause"
  2477. ],
  2478. "authors": [
  2479. {
  2480. "name": "Jeff Welch",
  2481. "email": "whatthejeff@gmail.com"
  2482. },
  2483. {
  2484. "name": "Volker Dusch",
  2485. "email": "github@wallbash.com"
  2486. },
  2487. {
  2488. "name": "Bernhard Schussek",
  2489. "email": "bschussek@2bepublished.at"
  2490. },
  2491. {
  2492. "name": "Sebastian Bergmann",
  2493. "email": "sebastian@phpunit.de"
  2494. }
  2495. ],
  2496. "description": "Provides the functionality to compare PHP values for equality",
  2497. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2498. "keywords": [
  2499. "comparator",
  2500. "compare",
  2501. "equality"
  2502. ],
  2503. "time": "2015-07-26T15:48:44+00:00"
  2504. },
  2505. {
  2506. "name": "sebastian/diff",
  2507. "version": "1.4.1",
  2508. "source": {
  2509. "type": "git",
  2510. "url": "https://github.com/sebastianbergmann/diff.git",
  2511. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  2512. },
  2513. "dist": {
  2514. "type": "zip",
  2515. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  2516. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  2517. "shasum": ""
  2518. },
  2519. "require": {
  2520. "php": ">=5.3.3"
  2521. },
  2522. "require-dev": {
  2523. "phpunit/phpunit": "~4.8"
  2524. },
  2525. "type": "library",
  2526. "extra": {
  2527. "branch-alias": {
  2528. "dev-master": "1.4-dev"
  2529. }
  2530. },
  2531. "autoload": {
  2532. "classmap": [
  2533. "src/"
  2534. ]
  2535. },
  2536. "notification-url": "https://packagist.org/downloads/",
  2537. "license": [
  2538. "BSD-3-Clause"
  2539. ],
  2540. "authors": [
  2541. {
  2542. "name": "Kore Nordmann",
  2543. "email": "mail@kore-nordmann.de"
  2544. },
  2545. {
  2546. "name": "Sebastian Bergmann",
  2547. "email": "sebastian@phpunit.de"
  2548. }
  2549. ],
  2550. "description": "Diff implementation",
  2551. "homepage": "https://github.com/sebastianbergmann/diff",
  2552. "keywords": [
  2553. "diff"
  2554. ],
  2555. "time": "2015-12-08T07:14:41+00:00"
  2556. },
  2557. {
  2558. "name": "sebastian/environment",
  2559. "version": "1.3.5",
  2560. "source": {
  2561. "type": "git",
  2562. "url": "https://github.com/sebastianbergmann/environment.git",
  2563. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
  2564. },
  2565. "dist": {
  2566. "type": "zip",
  2567. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  2568. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  2569. "shasum": ""
  2570. },
  2571. "require": {
  2572. "php": ">=5.3.3"
  2573. },
  2574. "require-dev": {
  2575. "phpunit/phpunit": "~4.4"
  2576. },
  2577. "type": "library",
  2578. "extra": {
  2579. "branch-alias": {
  2580. "dev-master": "1.3.x-dev"
  2581. }
  2582. },
  2583. "autoload": {
  2584. "classmap": [
  2585. "src/"
  2586. ]
  2587. },
  2588. "notification-url": "https://packagist.org/downloads/",
  2589. "license": [
  2590. "BSD-3-Clause"
  2591. ],
  2592. "authors": [
  2593. {
  2594. "name": "Sebastian Bergmann",
  2595. "email": "sebastian@phpunit.de"
  2596. }
  2597. ],
  2598. "description": "Provides functionality to handle HHVM/PHP environments",
  2599. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2600. "keywords": [
  2601. "Xdebug",
  2602. "environment",
  2603. "hhvm"
  2604. ],
  2605. "time": "2016-02-26T18:40:46+00:00"
  2606. },
  2607. {
  2608. "name": "sebastian/exporter",
  2609. "version": "1.2.1",
  2610. "source": {
  2611. "type": "git",
  2612. "url": "https://github.com/sebastianbergmann/exporter.git",
  2613. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  2614. },
  2615. "dist": {
  2616. "type": "zip",
  2617. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  2618. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  2619. "shasum": ""
  2620. },
  2621. "require": {
  2622. "php": ">=5.3.3",
  2623. "sebastian/recursion-context": "~1.0"
  2624. },
  2625. "require-dev": {
  2626. "phpunit/phpunit": "~4.4"
  2627. },
  2628. "type": "library",
  2629. "extra": {
  2630. "branch-alias": {
  2631. "dev-master": "1.2.x-dev"
  2632. }
  2633. },
  2634. "autoload": {
  2635. "classmap": [
  2636. "src/"
  2637. ]
  2638. },
  2639. "notification-url": "https://packagist.org/downloads/",
  2640. "license": [
  2641. "BSD-3-Clause"
  2642. ],
  2643. "authors": [
  2644. {
  2645. "name": "Jeff Welch",
  2646. "email": "whatthejeff@gmail.com"
  2647. },
  2648. {
  2649. "name": "Volker Dusch",
  2650. "email": "github@wallbash.com"
  2651. },
  2652. {
  2653. "name": "Bernhard Schussek",
  2654. "email": "bschussek@2bepublished.at"
  2655. },
  2656. {
  2657. "name": "Sebastian Bergmann",
  2658. "email": "sebastian@phpunit.de"
  2659. },
  2660. {
  2661. "name": "Adam Harvey",
  2662. "email": "aharvey@php.net"
  2663. }
  2664. ],
  2665. "description": "Provides the functionality to export PHP variables for visualization",
  2666. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2667. "keywords": [
  2668. "export",
  2669. "exporter"
  2670. ],
  2671. "time": "2015-06-21T07:55:53+00:00"
  2672. },
  2673. {
  2674. "name": "sebastian/global-state",
  2675. "version": "1.1.1",
  2676. "source": {
  2677. "type": "git",
  2678. "url": "https://github.com/sebastianbergmann/global-state.git",
  2679. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2680. },
  2681. "dist": {
  2682. "type": "zip",
  2683. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2684. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2685. "shasum": ""
  2686. },
  2687. "require": {
  2688. "php": ">=5.3.3"
  2689. },
  2690. "require-dev": {
  2691. "phpunit/phpunit": "~4.2"
  2692. },
  2693. "suggest": {
  2694. "ext-uopz": "*"
  2695. },
  2696. "type": "library",
  2697. "extra": {
  2698. "branch-alias": {
  2699. "dev-master": "1.0-dev"
  2700. }
  2701. },
  2702. "autoload": {
  2703. "classmap": [
  2704. "src/"
  2705. ]
  2706. },
  2707. "notification-url": "https://packagist.org/downloads/",
  2708. "license": [
  2709. "BSD-3-Clause"
  2710. ],
  2711. "authors": [
  2712. {
  2713. "name": "Sebastian Bergmann",
  2714. "email": "sebastian@phpunit.de"
  2715. }
  2716. ],
  2717. "description": "Snapshotting of global state",
  2718. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2719. "keywords": [
  2720. "global state"
  2721. ],
  2722. "time": "2015-10-12T03:26:01+00:00"
  2723. },
  2724. {
  2725. "name": "sebastian/object-enumerator",
  2726. "version": "1.0.0",
  2727. "source": {
  2728. "type": "git",
  2729. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  2730. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  2731. },
  2732. "dist": {
  2733. "type": "zip",
  2734. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  2735. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  2736. "shasum": ""
  2737. },
  2738. "require": {
  2739. "php": ">=5.6",
  2740. "sebastian/recursion-context": "~1.0"
  2741. },
  2742. "require-dev": {
  2743. "phpunit/phpunit": "~5"
  2744. },
  2745. "type": "library",
  2746. "extra": {
  2747. "branch-alias": {
  2748. "dev-master": "1.0.x-dev"
  2749. }
  2750. },
  2751. "autoload": {
  2752. "classmap": [
  2753. "src/"
  2754. ]
  2755. },
  2756. "notification-url": "https://packagist.org/downloads/",
  2757. "license": [
  2758. "BSD-3-Clause"
  2759. ],
  2760. "authors": [
  2761. {
  2762. "name": "Sebastian Bergmann",
  2763. "email": "sebastian@phpunit.de"
  2764. }
  2765. ],
  2766. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  2767. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  2768. "time": "2016-01-28T13:25:10+00:00"
  2769. },
  2770. {
  2771. "name": "sebastian/recursion-context",
  2772. "version": "1.0.2",
  2773. "source": {
  2774. "type": "git",
  2775. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2776. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  2777. },
  2778. "dist": {
  2779. "type": "zip",
  2780. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  2781. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  2782. "shasum": ""
  2783. },
  2784. "require": {
  2785. "php": ">=5.3.3"
  2786. },
  2787. "require-dev": {
  2788. "phpunit/phpunit": "~4.4"
  2789. },
  2790. "type": "library",
  2791. "extra": {
  2792. "branch-alias": {
  2793. "dev-master": "1.0.x-dev"
  2794. }
  2795. },
  2796. "autoload": {
  2797. "classmap": [
  2798. "src/"
  2799. ]
  2800. },
  2801. "notification-url": "https://packagist.org/downloads/",
  2802. "license": [
  2803. "BSD-3-Clause"
  2804. ],
  2805. "authors": [
  2806. {
  2807. "name": "Jeff Welch",
  2808. "email": "whatthejeff@gmail.com"
  2809. },
  2810. {
  2811. "name": "Sebastian Bergmann",
  2812. "email": "sebastian@phpunit.de"
  2813. },
  2814. {
  2815. "name": "Adam Harvey",
  2816. "email": "aharvey@php.net"
  2817. }
  2818. ],
  2819. "description": "Provides functionality to recursively process PHP variables",
  2820. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2821. "time": "2015-11-11T19:50:13+00:00"
  2822. },
  2823. {
  2824. "name": "sebastian/resource-operations",
  2825. "version": "1.0.0",
  2826. "source": {
  2827. "type": "git",
  2828. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  2829. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  2830. },
  2831. "dist": {
  2832. "type": "zip",
  2833. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2834. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2835. "shasum": ""
  2836. },
  2837. "require": {
  2838. "php": ">=5.6.0"
  2839. },
  2840. "type": "library",
  2841. "extra": {
  2842. "branch-alias": {
  2843. "dev-master": "1.0.x-dev"
  2844. }
  2845. },
  2846. "autoload": {
  2847. "classmap": [
  2848. "src/"
  2849. ]
  2850. },
  2851. "notification-url": "https://packagist.org/downloads/",
  2852. "license": [
  2853. "BSD-3-Clause"
  2854. ],
  2855. "authors": [
  2856. {
  2857. "name": "Sebastian Bergmann",
  2858. "email": "sebastian@phpunit.de"
  2859. }
  2860. ],
  2861. "description": "Provides a list of PHP built-in functions that operate on resources",
  2862. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  2863. "time": "2015-07-28T20:34:47+00:00"
  2864. },
  2865. {
  2866. "name": "sebastian/version",
  2867. "version": "2.0.0",
  2868. "source": {
  2869. "type": "git",
  2870. "url": "https://github.com/sebastianbergmann/version.git",
  2871. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  2872. },
  2873. "dist": {
  2874. "type": "zip",
  2875. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2876. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2877. "shasum": ""
  2878. },
  2879. "require": {
  2880. "php": ">=5.6"
  2881. },
  2882. "type": "library",
  2883. "extra": {
  2884. "branch-alias": {
  2885. "dev-master": "2.0.x-dev"
  2886. }
  2887. },
  2888. "autoload": {
  2889. "classmap": [
  2890. "src/"
  2891. ]
  2892. },
  2893. "notification-url": "https://packagist.org/downloads/",
  2894. "license": [
  2895. "BSD-3-Clause"
  2896. ],
  2897. "authors": [
  2898. {
  2899. "name": "Sebastian Bergmann",
  2900. "email": "sebastian@phpunit.de",
  2901. "role": "lead"
  2902. }
  2903. ],
  2904. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2905. "homepage": "https://github.com/sebastianbergmann/version",
  2906. "time": "2016-02-04T12:56:52+00:00"
  2907. },
  2908. {
  2909. "name": "symfony/yaml",
  2910. "version": "v3.0.4",
  2911. "source": {
  2912. "type": "git",
  2913. "url": "https://github.com/symfony/yaml.git",
  2914. "reference": "0047c8366744a16de7516622c5b7355336afae96"
  2915. },
  2916. "dist": {
  2917. "type": "zip",
  2918. "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
  2919. "reference": "0047c8366744a16de7516622c5b7355336afae96",
  2920. "shasum": ""
  2921. },
  2922. "require": {
  2923. "php": ">=5.5.9"
  2924. },
  2925. "type": "library",
  2926. "extra": {
  2927. "branch-alias": {
  2928. "dev-master": "3.0-dev"
  2929. }
  2930. },
  2931. "autoload": {
  2932. "psr-4": {
  2933. "Symfony\\Component\\Yaml\\": ""
  2934. },
  2935. "exclude-from-classmap": [
  2936. "/Tests/"
  2937. ]
  2938. },
  2939. "notification-url": "https://packagist.org/downloads/",
  2940. "license": [
  2941. "MIT"
  2942. ],
  2943. "authors": [
  2944. {
  2945. "name": "Fabien Potencier",
  2946. "email": "fabien@symfony.com"
  2947. },
  2948. {
  2949. "name": "Symfony Community",
  2950. "homepage": "https://symfony.com/contributors"
  2951. }
  2952. ],
  2953. "description": "Symfony Yaml Component",
  2954. "homepage": "https://symfony.com",
  2955. "time": "2016-03-04T07:55:57+00:00"
  2956. }
  2957. ],
  2958. "aliases": [],
  2959. "minimum-stability": "stable",
  2960. "stability-flags": [],
  2961. "prefer-stable": false,
  2962. "prefer-lowest": false,
  2963. "platform": {
  2964. "php": ">=5.5"
  2965. },
  2966. "platform-dev": [],
  2967. "plugin-api-version": "1.1.0"
  2968. }