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.

2904 lines
100 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.1",
  1035. "source": {
  1036. "type": "git",
  1037. "url": "https://github.com/aaronpk/Caterpillar.git",
  1038. "reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb"
  1039. },
  1040. "dist": {
  1041. "type": "zip",
  1042. "url": "https://api.github.com/repos/aaronpk/Caterpillar/zipball/61f94612f25d6b5dbfda5c792147bd5f6fa62fcb",
  1043. "reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb",
  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": "2015-12-21T22:52:21+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. "time": "2015-07-30T18:34:15+00:00"
  1395. },
  1396. {
  1397. "name": "psr/log",
  1398. "version": "1.0.0",
  1399. "source": {
  1400. "type": "git",
  1401. "url": "https://github.com/php-fig/log.git",
  1402. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1403. },
  1404. "dist": {
  1405. "type": "zip",
  1406. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1407. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1408. "shasum": ""
  1409. },
  1410. "type": "library",
  1411. "autoload": {
  1412. "psr-0": {
  1413. "Psr\\Log\\": ""
  1414. }
  1415. },
  1416. "notification-url": "https://packagist.org/downloads/",
  1417. "license": [
  1418. "MIT"
  1419. ],
  1420. "authors": [
  1421. {
  1422. "name": "PHP-FIG",
  1423. "homepage": "http://www.php-fig.org/"
  1424. }
  1425. ],
  1426. "description": "Common interface for logging libraries",
  1427. "keywords": [
  1428. "log",
  1429. "psr",
  1430. "psr-3"
  1431. ],
  1432. "time": "2012-12-21T11:40:51+00:00"
  1433. },
  1434. {
  1435. "name": "symfony/http-foundation",
  1436. "version": "v2.8.4",
  1437. "source": {
  1438. "type": "git",
  1439. "url": "https://github.com/symfony/http-foundation.git",
  1440. "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4"
  1441. },
  1442. "dist": {
  1443. "type": "zip",
  1444. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/06d6b2c755b2f34ce21e688b62072e9c625709c4",
  1445. "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4",
  1446. "shasum": ""
  1447. },
  1448. "require": {
  1449. "php": ">=5.3.9",
  1450. "symfony/polyfill-mbstring": "~1.1",
  1451. "symfony/polyfill-php54": "~1.0",
  1452. "symfony/polyfill-php55": "~1.0"
  1453. },
  1454. "require-dev": {
  1455. "symfony/expression-language": "~2.4|~3.0.0"
  1456. },
  1457. "type": "library",
  1458. "extra": {
  1459. "branch-alias": {
  1460. "dev-master": "2.8-dev"
  1461. }
  1462. },
  1463. "autoload": {
  1464. "psr-4": {
  1465. "Symfony\\Component\\HttpFoundation\\": ""
  1466. },
  1467. "exclude-from-classmap": [
  1468. "/Tests/"
  1469. ]
  1470. },
  1471. "notification-url": "https://packagist.org/downloads/",
  1472. "license": [
  1473. "MIT"
  1474. ],
  1475. "authors": [
  1476. {
  1477. "name": "Fabien Potencier",
  1478. "email": "fabien@symfony.com"
  1479. },
  1480. {
  1481. "name": "Symfony Community",
  1482. "homepage": "https://symfony.com/contributors"
  1483. }
  1484. ],
  1485. "description": "Symfony HttpFoundation Component",
  1486. "homepage": "https://symfony.com",
  1487. "time": "2016-03-27T12:57:53+00:00"
  1488. },
  1489. {
  1490. "name": "symfony/polyfill-mbstring",
  1491. "version": "v1.1.1",
  1492. "source": {
  1493. "type": "git",
  1494. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1495. "reference": "1289d16209491b584839022f29257ad859b8532d"
  1496. },
  1497. "dist": {
  1498. "type": "zip",
  1499. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
  1500. "reference": "1289d16209491b584839022f29257ad859b8532d",
  1501. "shasum": ""
  1502. },
  1503. "require": {
  1504. "php": ">=5.3.3"
  1505. },
  1506. "suggest": {
  1507. "ext-mbstring": "For best performance"
  1508. },
  1509. "type": "library",
  1510. "extra": {
  1511. "branch-alias": {
  1512. "dev-master": "1.1-dev"
  1513. }
  1514. },
  1515. "autoload": {
  1516. "psr-4": {
  1517. "Symfony\\Polyfill\\Mbstring\\": ""
  1518. },
  1519. "files": [
  1520. "bootstrap.php"
  1521. ]
  1522. },
  1523. "notification-url": "https://packagist.org/downloads/",
  1524. "license": [
  1525. "MIT"
  1526. ],
  1527. "authors": [
  1528. {
  1529. "name": "Nicolas Grekas",
  1530. "email": "p@tchwork.com"
  1531. },
  1532. {
  1533. "name": "Symfony Community",
  1534. "homepage": "https://symfony.com/contributors"
  1535. }
  1536. ],
  1537. "description": "Symfony polyfill for the Mbstring extension",
  1538. "homepage": "https://symfony.com",
  1539. "keywords": [
  1540. "compatibility",
  1541. "mbstring",
  1542. "polyfill",
  1543. "portable",
  1544. "shim"
  1545. ],
  1546. "time": "2016-01-20T09:13:37+00:00"
  1547. },
  1548. {
  1549. "name": "symfony/polyfill-php54",
  1550. "version": "v1.1.1",
  1551. "source": {
  1552. "type": "git",
  1553. "url": "https://github.com/symfony/polyfill-php54.git",
  1554. "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
  1555. },
  1556. "dist": {
  1557. "type": "zip",
  1558. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
  1559. "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
  1560. "shasum": ""
  1561. },
  1562. "require": {
  1563. "php": ">=5.3.3"
  1564. },
  1565. "type": "library",
  1566. "extra": {
  1567. "branch-alias": {
  1568. "dev-master": "1.1-dev"
  1569. }
  1570. },
  1571. "autoload": {
  1572. "psr-4": {
  1573. "Symfony\\Polyfill\\Php54\\": ""
  1574. },
  1575. "files": [
  1576. "bootstrap.php"
  1577. ],
  1578. "classmap": [
  1579. "Resources/stubs"
  1580. ]
  1581. },
  1582. "notification-url": "https://packagist.org/downloads/",
  1583. "license": [
  1584. "MIT"
  1585. ],
  1586. "authors": [
  1587. {
  1588. "name": "Nicolas Grekas",
  1589. "email": "p@tchwork.com"
  1590. },
  1591. {
  1592. "name": "Symfony Community",
  1593. "homepage": "https://symfony.com/contributors"
  1594. }
  1595. ],
  1596. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  1597. "homepage": "https://symfony.com",
  1598. "keywords": [
  1599. "compatibility",
  1600. "polyfill",
  1601. "portable",
  1602. "shim"
  1603. ],
  1604. "time": "2016-01-25T19:13:00+00:00"
  1605. },
  1606. {
  1607. "name": "symfony/polyfill-php55",
  1608. "version": "v1.1.1",
  1609. "source": {
  1610. "type": "git",
  1611. "url": "https://github.com/symfony/polyfill-php55.git",
  1612. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  1613. },
  1614. "dist": {
  1615. "type": "zip",
  1616. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  1617. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  1618. "shasum": ""
  1619. },
  1620. "require": {
  1621. "ircmaxell/password-compat": "~1.0",
  1622. "php": ">=5.3.3"
  1623. },
  1624. "type": "library",
  1625. "extra": {
  1626. "branch-alias": {
  1627. "dev-master": "1.1-dev"
  1628. }
  1629. },
  1630. "autoload": {
  1631. "psr-4": {
  1632. "Symfony\\Polyfill\\Php55\\": ""
  1633. },
  1634. "files": [
  1635. "bootstrap.php"
  1636. ]
  1637. },
  1638. "notification-url": "https://packagist.org/downloads/",
  1639. "license": [
  1640. "MIT"
  1641. ],
  1642. "authors": [
  1643. {
  1644. "name": "Nicolas Grekas",
  1645. "email": "p@tchwork.com"
  1646. },
  1647. {
  1648. "name": "Symfony Community",
  1649. "homepage": "https://symfony.com/contributors"
  1650. }
  1651. ],
  1652. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  1653. "homepage": "https://symfony.com",
  1654. "keywords": [
  1655. "compatibility",
  1656. "polyfill",
  1657. "portable",
  1658. "shim"
  1659. ],
  1660. "time": "2016-01-20T09:13:37+00:00"
  1661. },
  1662. {
  1663. "name": "zendframework/zendxml",
  1664. "version": "1.1.0",
  1665. "source": {
  1666. "type": "git",
  1667. "url": "https://github.com/zendframework/ZendXml.git",
  1668. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99"
  1669. },
  1670. "dist": {
  1671. "type": "zip",
  1672. "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1673. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1674. "shasum": ""
  1675. },
  1676. "require": {
  1677. "php": "^5.6 || ^7.0"
  1678. },
  1679. "require-dev": {
  1680. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
  1681. "zendframework/zend-coding-standard": "~1.0.0"
  1682. },
  1683. "type": "library",
  1684. "extra": {
  1685. "branch-alias": {
  1686. "dev-master": "1.1.x-dev",
  1687. "dev-develop": "1.2.x-dev"
  1688. }
  1689. },
  1690. "autoload": {
  1691. "psr-4": {
  1692. "ZendXml\\": "src/"
  1693. }
  1694. },
  1695. "notification-url": "https://packagist.org/downloads/",
  1696. "license": [
  1697. "BSD-3-Clause"
  1698. ],
  1699. "description": "Utility library for XML usage, best practices, and security in PHP",
  1700. "keywords": [
  1701. "ZendFramework",
  1702. "security",
  1703. "xml",
  1704. "zf"
  1705. ],
  1706. "abandoned": "laminas/laminas-xml",
  1707. "time": "2018-04-30T15:11:04+00:00"
  1708. }
  1709. ],
  1710. "packages-dev": [
  1711. {
  1712. "name": "barnabywalters/mf-cleaner",
  1713. "version": "v0.1.4",
  1714. "source": {
  1715. "type": "git",
  1716. "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
  1717. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
  1718. },
  1719. "dist": {
  1720. "type": "zip",
  1721. "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  1722. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  1723. "shasum": ""
  1724. },
  1725. "require-dev": {
  1726. "php": ">=5.3",
  1727. "phpunit/phpunit": "*"
  1728. },
  1729. "suggest": {
  1730. "mf2/mf2": "To parse microformats2 structures from (X)HTML"
  1731. },
  1732. "type": "library",
  1733. "autoload": {
  1734. "files": [
  1735. "src/BarnabyWalters/Mf2/Functions.php"
  1736. ]
  1737. },
  1738. "notification-url": "https://packagist.org/downloads/",
  1739. "license": [
  1740. "MIT"
  1741. ],
  1742. "authors": [
  1743. {
  1744. "name": "Barnaby Walters",
  1745. "email": "barnaby@waterpigs.co.uk"
  1746. }
  1747. ],
  1748. "description": "Cleans up microformats2 array structures",
  1749. "time": "2014-10-06T23:11:15+00:00"
  1750. },
  1751. {
  1752. "name": "doctrine/instantiator",
  1753. "version": "1.0.5",
  1754. "source": {
  1755. "type": "git",
  1756. "url": "https://github.com/doctrine/instantiator.git",
  1757. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1758. },
  1759. "dist": {
  1760. "type": "zip",
  1761. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1762. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1763. "shasum": ""
  1764. },
  1765. "require": {
  1766. "php": ">=5.3,<8.0-DEV"
  1767. },
  1768. "require-dev": {
  1769. "athletic/athletic": "~0.1.8",
  1770. "ext-pdo": "*",
  1771. "ext-phar": "*",
  1772. "phpunit/phpunit": "~4.0",
  1773. "squizlabs/php_codesniffer": "~2.0"
  1774. },
  1775. "type": "library",
  1776. "extra": {
  1777. "branch-alias": {
  1778. "dev-master": "1.0.x-dev"
  1779. }
  1780. },
  1781. "autoload": {
  1782. "psr-4": {
  1783. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1784. }
  1785. },
  1786. "notification-url": "https://packagist.org/downloads/",
  1787. "license": [
  1788. "MIT"
  1789. ],
  1790. "authors": [
  1791. {
  1792. "name": "Marco Pivetta",
  1793. "email": "ocramius@gmail.com",
  1794. "homepage": "http://ocramius.github.com/"
  1795. }
  1796. ],
  1797. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1798. "homepage": "https://github.com/doctrine/instantiator",
  1799. "keywords": [
  1800. "constructor",
  1801. "instantiate"
  1802. ],
  1803. "time": "2015-06-14T21:17:01+00:00"
  1804. },
  1805. {
  1806. "name": "myclabs/deep-copy",
  1807. "version": "1.5.0",
  1808. "source": {
  1809. "type": "git",
  1810. "url": "https://github.com/myclabs/DeepCopy.git",
  1811. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  1812. },
  1813. "dist": {
  1814. "type": "zip",
  1815. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  1816. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  1817. "shasum": ""
  1818. },
  1819. "require": {
  1820. "php": ">=5.4.0"
  1821. },
  1822. "require-dev": {
  1823. "doctrine/collections": "1.*",
  1824. "phpunit/phpunit": "~4.1"
  1825. },
  1826. "type": "library",
  1827. "autoload": {
  1828. "psr-4": {
  1829. "DeepCopy\\": "src/DeepCopy/"
  1830. }
  1831. },
  1832. "notification-url": "https://packagist.org/downloads/",
  1833. "license": [
  1834. "MIT"
  1835. ],
  1836. "description": "Create deep copies (clones) of your objects",
  1837. "homepage": "https://github.com/myclabs/DeepCopy",
  1838. "keywords": [
  1839. "clone",
  1840. "copy",
  1841. "duplicate",
  1842. "object",
  1843. "object graph"
  1844. ],
  1845. "time": "2015-11-07T22:20:37+00:00"
  1846. },
  1847. {
  1848. "name": "phpdocumentor/reflection-docblock",
  1849. "version": "2.0.4",
  1850. "source": {
  1851. "type": "git",
  1852. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1853. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  1854. },
  1855. "dist": {
  1856. "type": "zip",
  1857. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1858. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1859. "shasum": ""
  1860. },
  1861. "require": {
  1862. "php": ">=5.3.3"
  1863. },
  1864. "require-dev": {
  1865. "phpunit/phpunit": "~4.0"
  1866. },
  1867. "suggest": {
  1868. "dflydev/markdown": "~1.0",
  1869. "erusev/parsedown": "~1.0"
  1870. },
  1871. "type": "library",
  1872. "extra": {
  1873. "branch-alias": {
  1874. "dev-master": "2.0.x-dev"
  1875. }
  1876. },
  1877. "autoload": {
  1878. "psr-0": {
  1879. "phpDocumentor": [
  1880. "src/"
  1881. ]
  1882. }
  1883. },
  1884. "notification-url": "https://packagist.org/downloads/",
  1885. "license": [
  1886. "MIT"
  1887. ],
  1888. "authors": [
  1889. {
  1890. "name": "Mike van Riel",
  1891. "email": "mike.vanriel@naenius.com"
  1892. }
  1893. ],
  1894. "time": "2015-02-03T12:10:50+00:00"
  1895. },
  1896. {
  1897. "name": "phpspec/prophecy",
  1898. "version": "v1.6.0",
  1899. "source": {
  1900. "type": "git",
  1901. "url": "https://github.com/phpspec/prophecy.git",
  1902. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  1903. },
  1904. "dist": {
  1905. "type": "zip",
  1906. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  1907. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  1908. "shasum": ""
  1909. },
  1910. "require": {
  1911. "doctrine/instantiator": "^1.0.2",
  1912. "php": "^5.3|^7.0",
  1913. "phpdocumentor/reflection-docblock": "~2.0",
  1914. "sebastian/comparator": "~1.1",
  1915. "sebastian/recursion-context": "~1.0"
  1916. },
  1917. "require-dev": {
  1918. "phpspec/phpspec": "~2.0"
  1919. },
  1920. "type": "library",
  1921. "extra": {
  1922. "branch-alias": {
  1923. "dev-master": "1.5.x-dev"
  1924. }
  1925. },
  1926. "autoload": {
  1927. "psr-0": {
  1928. "Prophecy\\": "src/"
  1929. }
  1930. },
  1931. "notification-url": "https://packagist.org/downloads/",
  1932. "license": [
  1933. "MIT"
  1934. ],
  1935. "authors": [
  1936. {
  1937. "name": "Konstantin Kudryashov",
  1938. "email": "ever.zet@gmail.com",
  1939. "homepage": "http://everzet.com"
  1940. },
  1941. {
  1942. "name": "Marcello Duarte",
  1943. "email": "marcello.duarte@gmail.com"
  1944. }
  1945. ],
  1946. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1947. "homepage": "https://github.com/phpspec/prophecy",
  1948. "keywords": [
  1949. "Double",
  1950. "Dummy",
  1951. "fake",
  1952. "mock",
  1953. "spy",
  1954. "stub"
  1955. ],
  1956. "time": "2016-02-15T07:46:21+00:00"
  1957. },
  1958. {
  1959. "name": "phpunit/php-code-coverage",
  1960. "version": "3.3.1",
  1961. "source": {
  1962. "type": "git",
  1963. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1964. "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86"
  1965. },
  1966. "dist": {
  1967. "type": "zip",
  1968. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86",
  1969. "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86",
  1970. "shasum": ""
  1971. },
  1972. "require": {
  1973. "php": "^5.6 || ^7.0",
  1974. "phpunit/php-file-iterator": "~1.3",
  1975. "phpunit/php-text-template": "~1.2",
  1976. "phpunit/php-token-stream": "^1.4.2",
  1977. "sebastian/code-unit-reverse-lookup": "~1.0",
  1978. "sebastian/environment": "^1.3.2",
  1979. "sebastian/version": "~1.0|~2.0"
  1980. },
  1981. "require-dev": {
  1982. "ext-xdebug": ">=2.1.4",
  1983. "phpunit/phpunit": "~5"
  1984. },
  1985. "suggest": {
  1986. "ext-dom": "*",
  1987. "ext-xdebug": ">=2.4.0",
  1988. "ext-xmlwriter": "*"
  1989. },
  1990. "type": "library",
  1991. "extra": {
  1992. "branch-alias": {
  1993. "dev-master": "3.3.x-dev"
  1994. }
  1995. },
  1996. "autoload": {
  1997. "classmap": [
  1998. "src/"
  1999. ]
  2000. },
  2001. "notification-url": "https://packagist.org/downloads/",
  2002. "license": [
  2003. "BSD-3-Clause"
  2004. ],
  2005. "authors": [
  2006. {
  2007. "name": "Sebastian Bergmann",
  2008. "email": "sb@sebastian-bergmann.de",
  2009. "role": "lead"
  2010. }
  2011. ],
  2012. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2013. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2014. "keywords": [
  2015. "coverage",
  2016. "testing",
  2017. "xunit"
  2018. ],
  2019. "time": "2016-04-08T08:14:53+00:00"
  2020. },
  2021. {
  2022. "name": "phpunit/php-file-iterator",
  2023. "version": "1.4.1",
  2024. "source": {
  2025. "type": "git",
  2026. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2027. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2028. },
  2029. "dist": {
  2030. "type": "zip",
  2031. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2032. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2033. "shasum": ""
  2034. },
  2035. "require": {
  2036. "php": ">=5.3.3"
  2037. },
  2038. "type": "library",
  2039. "extra": {
  2040. "branch-alias": {
  2041. "dev-master": "1.4.x-dev"
  2042. }
  2043. },
  2044. "autoload": {
  2045. "classmap": [
  2046. "src/"
  2047. ]
  2048. },
  2049. "notification-url": "https://packagist.org/downloads/",
  2050. "license": [
  2051. "BSD-3-Clause"
  2052. ],
  2053. "authors": [
  2054. {
  2055. "name": "Sebastian Bergmann",
  2056. "email": "sb@sebastian-bergmann.de",
  2057. "role": "lead"
  2058. }
  2059. ],
  2060. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2061. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2062. "keywords": [
  2063. "filesystem",
  2064. "iterator"
  2065. ],
  2066. "time": "2015-06-21T13:08:43+00:00"
  2067. },
  2068. {
  2069. "name": "phpunit/php-text-template",
  2070. "version": "1.2.1",
  2071. "source": {
  2072. "type": "git",
  2073. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2074. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2075. },
  2076. "dist": {
  2077. "type": "zip",
  2078. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2079. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2080. "shasum": ""
  2081. },
  2082. "require": {
  2083. "php": ">=5.3.3"
  2084. },
  2085. "type": "library",
  2086. "autoload": {
  2087. "classmap": [
  2088. "src/"
  2089. ]
  2090. },
  2091. "notification-url": "https://packagist.org/downloads/",
  2092. "license": [
  2093. "BSD-3-Clause"
  2094. ],
  2095. "authors": [
  2096. {
  2097. "name": "Sebastian Bergmann",
  2098. "email": "sebastian@phpunit.de",
  2099. "role": "lead"
  2100. }
  2101. ],
  2102. "description": "Simple template engine.",
  2103. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2104. "keywords": [
  2105. "template"
  2106. ],
  2107. "time": "2015-06-21T13:50:34+00:00"
  2108. },
  2109. {
  2110. "name": "phpunit/php-timer",
  2111. "version": "1.0.7",
  2112. "source": {
  2113. "type": "git",
  2114. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2115. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  2116. },
  2117. "dist": {
  2118. "type": "zip",
  2119. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2120. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2121. "shasum": ""
  2122. },
  2123. "require": {
  2124. "php": ">=5.3.3"
  2125. },
  2126. "type": "library",
  2127. "autoload": {
  2128. "classmap": [
  2129. "src/"
  2130. ]
  2131. },
  2132. "notification-url": "https://packagist.org/downloads/",
  2133. "license": [
  2134. "BSD-3-Clause"
  2135. ],
  2136. "authors": [
  2137. {
  2138. "name": "Sebastian Bergmann",
  2139. "email": "sb@sebastian-bergmann.de",
  2140. "role": "lead"
  2141. }
  2142. ],
  2143. "description": "Utility class for timing",
  2144. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2145. "keywords": [
  2146. "timer"
  2147. ],
  2148. "time": "2015-06-21T08:01:12+00:00"
  2149. },
  2150. {
  2151. "name": "phpunit/php-token-stream",
  2152. "version": "1.4.8",
  2153. "source": {
  2154. "type": "git",
  2155. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2156. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  2157. },
  2158. "dist": {
  2159. "type": "zip",
  2160. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2161. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2162. "shasum": ""
  2163. },
  2164. "require": {
  2165. "ext-tokenizer": "*",
  2166. "php": ">=5.3.3"
  2167. },
  2168. "require-dev": {
  2169. "phpunit/phpunit": "~4.2"
  2170. },
  2171. "type": "library",
  2172. "extra": {
  2173. "branch-alias": {
  2174. "dev-master": "1.4-dev"
  2175. }
  2176. },
  2177. "autoload": {
  2178. "classmap": [
  2179. "src/"
  2180. ]
  2181. },
  2182. "notification-url": "https://packagist.org/downloads/",
  2183. "license": [
  2184. "BSD-3-Clause"
  2185. ],
  2186. "authors": [
  2187. {
  2188. "name": "Sebastian Bergmann",
  2189. "email": "sebastian@phpunit.de"
  2190. }
  2191. ],
  2192. "description": "Wrapper around PHP's tokenizer extension.",
  2193. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2194. "keywords": [
  2195. "tokenizer"
  2196. ],
  2197. "abandoned": true,
  2198. "time": "2015-09-15T10:49:45+00:00"
  2199. },
  2200. {
  2201. "name": "phpunit/phpunit",
  2202. "version": "5.3.2",
  2203. "source": {
  2204. "type": "git",
  2205. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2206. "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3"
  2207. },
  2208. "dist": {
  2209. "type": "zip",
  2210. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3",
  2211. "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3",
  2212. "shasum": ""
  2213. },
  2214. "require": {
  2215. "ext-dom": "*",
  2216. "ext-json": "*",
  2217. "ext-pcre": "*",
  2218. "ext-reflection": "*",
  2219. "ext-spl": "*",
  2220. "myclabs/deep-copy": "~1.3",
  2221. "php": "^5.6 || ^7.0",
  2222. "phpspec/prophecy": "^1.3.1",
  2223. "phpunit/php-code-coverage": "^3.3.0",
  2224. "phpunit/php-file-iterator": "~1.4",
  2225. "phpunit/php-text-template": "~1.2",
  2226. "phpunit/php-timer": "^1.0.6",
  2227. "phpunit/phpunit-mock-objects": "^3.1",
  2228. "sebastian/comparator": "~1.1",
  2229. "sebastian/diff": "~1.2",
  2230. "sebastian/environment": "~1.3",
  2231. "sebastian/exporter": "~1.2",
  2232. "sebastian/global-state": "~1.0",
  2233. "sebastian/object-enumerator": "~1.0",
  2234. "sebastian/resource-operations": "~1.0",
  2235. "sebastian/version": "~1.0|~2.0",
  2236. "symfony/yaml": "~2.1|~3.0"
  2237. },
  2238. "suggest": {
  2239. "phpunit/php-invoker": "~1.1"
  2240. },
  2241. "bin": [
  2242. "phpunit"
  2243. ],
  2244. "type": "library",
  2245. "extra": {
  2246. "branch-alias": {
  2247. "dev-master": "5.3.x-dev"
  2248. }
  2249. },
  2250. "autoload": {
  2251. "classmap": [
  2252. "src/"
  2253. ]
  2254. },
  2255. "notification-url": "https://packagist.org/downloads/",
  2256. "license": [
  2257. "BSD-3-Clause"
  2258. ],
  2259. "authors": [
  2260. {
  2261. "name": "Sebastian Bergmann",
  2262. "email": "sebastian@phpunit.de",
  2263. "role": "lead"
  2264. }
  2265. ],
  2266. "description": "The PHP Unit Testing framework.",
  2267. "homepage": "https://phpunit.de/",
  2268. "keywords": [
  2269. "phpunit",
  2270. "testing",
  2271. "xunit"
  2272. ],
  2273. "time": "2016-04-12T16:20:08+00:00"
  2274. },
  2275. {
  2276. "name": "phpunit/phpunit-mock-objects",
  2277. "version": "3.1.2",
  2278. "source": {
  2279. "type": "git",
  2280. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2281. "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1"
  2282. },
  2283. "dist": {
  2284. "type": "zip",
  2285. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7c34c9bdde4131b824086457a3145e27dba10ca1",
  2286. "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1",
  2287. "shasum": ""
  2288. },
  2289. "require": {
  2290. "doctrine/instantiator": "^1.0.2",
  2291. "php": ">=5.6",
  2292. "phpunit/php-text-template": "~1.2",
  2293. "sebastian/exporter": "~1.2"
  2294. },
  2295. "require-dev": {
  2296. "phpunit/phpunit": "~5"
  2297. },
  2298. "suggest": {
  2299. "ext-soap": "*"
  2300. },
  2301. "type": "library",
  2302. "extra": {
  2303. "branch-alias": {
  2304. "dev-master": "3.1.x-dev"
  2305. }
  2306. },
  2307. "autoload": {
  2308. "classmap": [
  2309. "src/"
  2310. ]
  2311. },
  2312. "notification-url": "https://packagist.org/downloads/",
  2313. "license": [
  2314. "BSD-3-Clause"
  2315. ],
  2316. "authors": [
  2317. {
  2318. "name": "Sebastian Bergmann",
  2319. "email": "sb@sebastian-bergmann.de",
  2320. "role": "lead"
  2321. }
  2322. ],
  2323. "description": "Mock Object library for PHPUnit",
  2324. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2325. "keywords": [
  2326. "mock",
  2327. "xunit"
  2328. ],
  2329. "abandoned": true,
  2330. "time": "2016-03-24T05:58:25+00:00"
  2331. },
  2332. {
  2333. "name": "sebastian/code-unit-reverse-lookup",
  2334. "version": "1.0.0",
  2335. "source": {
  2336. "type": "git",
  2337. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2338. "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  2339. },
  2340. "dist": {
  2341. "type": "zip",
  2342. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2343. "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2344. "shasum": ""
  2345. },
  2346. "require": {
  2347. "php": ">=5.6"
  2348. },
  2349. "require-dev": {
  2350. "phpunit/phpunit": "~5"
  2351. },
  2352. "type": "library",
  2353. "extra": {
  2354. "branch-alias": {
  2355. "dev-master": "1.0.x-dev"
  2356. }
  2357. },
  2358. "autoload": {
  2359. "classmap": [
  2360. "src/"
  2361. ]
  2362. },
  2363. "notification-url": "https://packagist.org/downloads/",
  2364. "license": [
  2365. "BSD-3-Clause"
  2366. ],
  2367. "authors": [
  2368. {
  2369. "name": "Sebastian Bergmann",
  2370. "email": "sebastian@phpunit.de"
  2371. }
  2372. ],
  2373. "description": "Looks up which function or method a line of code belongs to",
  2374. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2375. "time": "2016-02-13T06:45:14+00:00"
  2376. },
  2377. {
  2378. "name": "sebastian/comparator",
  2379. "version": "1.2.0",
  2380. "source": {
  2381. "type": "git",
  2382. "url": "https://github.com/sebastianbergmann/comparator.git",
  2383. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  2384. },
  2385. "dist": {
  2386. "type": "zip",
  2387. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  2388. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  2389. "shasum": ""
  2390. },
  2391. "require": {
  2392. "php": ">=5.3.3",
  2393. "sebastian/diff": "~1.2",
  2394. "sebastian/exporter": "~1.2"
  2395. },
  2396. "require-dev": {
  2397. "phpunit/phpunit": "~4.4"
  2398. },
  2399. "type": "library",
  2400. "extra": {
  2401. "branch-alias": {
  2402. "dev-master": "1.2.x-dev"
  2403. }
  2404. },
  2405. "autoload": {
  2406. "classmap": [
  2407. "src/"
  2408. ]
  2409. },
  2410. "notification-url": "https://packagist.org/downloads/",
  2411. "license": [
  2412. "BSD-3-Clause"
  2413. ],
  2414. "authors": [
  2415. {
  2416. "name": "Jeff Welch",
  2417. "email": "whatthejeff@gmail.com"
  2418. },
  2419. {
  2420. "name": "Volker Dusch",
  2421. "email": "github@wallbash.com"
  2422. },
  2423. {
  2424. "name": "Bernhard Schussek",
  2425. "email": "bschussek@2bepublished.at"
  2426. },
  2427. {
  2428. "name": "Sebastian Bergmann",
  2429. "email": "sebastian@phpunit.de"
  2430. }
  2431. ],
  2432. "description": "Provides the functionality to compare PHP values for equality",
  2433. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2434. "keywords": [
  2435. "comparator",
  2436. "compare",
  2437. "equality"
  2438. ],
  2439. "time": "2015-07-26T15:48:44+00:00"
  2440. },
  2441. {
  2442. "name": "sebastian/diff",
  2443. "version": "1.4.1",
  2444. "source": {
  2445. "type": "git",
  2446. "url": "https://github.com/sebastianbergmann/diff.git",
  2447. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  2448. },
  2449. "dist": {
  2450. "type": "zip",
  2451. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  2452. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  2453. "shasum": ""
  2454. },
  2455. "require": {
  2456. "php": ">=5.3.3"
  2457. },
  2458. "require-dev": {
  2459. "phpunit/phpunit": "~4.8"
  2460. },
  2461. "type": "library",
  2462. "extra": {
  2463. "branch-alias": {
  2464. "dev-master": "1.4-dev"
  2465. }
  2466. },
  2467. "autoload": {
  2468. "classmap": [
  2469. "src/"
  2470. ]
  2471. },
  2472. "notification-url": "https://packagist.org/downloads/",
  2473. "license": [
  2474. "BSD-3-Clause"
  2475. ],
  2476. "authors": [
  2477. {
  2478. "name": "Kore Nordmann",
  2479. "email": "mail@kore-nordmann.de"
  2480. },
  2481. {
  2482. "name": "Sebastian Bergmann",
  2483. "email": "sebastian@phpunit.de"
  2484. }
  2485. ],
  2486. "description": "Diff implementation",
  2487. "homepage": "https://github.com/sebastianbergmann/diff",
  2488. "keywords": [
  2489. "diff"
  2490. ],
  2491. "time": "2015-12-08T07:14:41+00:00"
  2492. },
  2493. {
  2494. "name": "sebastian/environment",
  2495. "version": "1.3.5",
  2496. "source": {
  2497. "type": "git",
  2498. "url": "https://github.com/sebastianbergmann/environment.git",
  2499. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
  2500. },
  2501. "dist": {
  2502. "type": "zip",
  2503. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  2504. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  2505. "shasum": ""
  2506. },
  2507. "require": {
  2508. "php": ">=5.3.3"
  2509. },
  2510. "require-dev": {
  2511. "phpunit/phpunit": "~4.4"
  2512. },
  2513. "type": "library",
  2514. "extra": {
  2515. "branch-alias": {
  2516. "dev-master": "1.3.x-dev"
  2517. }
  2518. },
  2519. "autoload": {
  2520. "classmap": [
  2521. "src/"
  2522. ]
  2523. },
  2524. "notification-url": "https://packagist.org/downloads/",
  2525. "license": [
  2526. "BSD-3-Clause"
  2527. ],
  2528. "authors": [
  2529. {
  2530. "name": "Sebastian Bergmann",
  2531. "email": "sebastian@phpunit.de"
  2532. }
  2533. ],
  2534. "description": "Provides functionality to handle HHVM/PHP environments",
  2535. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2536. "keywords": [
  2537. "Xdebug",
  2538. "environment",
  2539. "hhvm"
  2540. ],
  2541. "time": "2016-02-26T18:40:46+00:00"
  2542. },
  2543. {
  2544. "name": "sebastian/exporter",
  2545. "version": "1.2.1",
  2546. "source": {
  2547. "type": "git",
  2548. "url": "https://github.com/sebastianbergmann/exporter.git",
  2549. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  2550. },
  2551. "dist": {
  2552. "type": "zip",
  2553. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  2554. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  2555. "shasum": ""
  2556. },
  2557. "require": {
  2558. "php": ">=5.3.3",
  2559. "sebastian/recursion-context": "~1.0"
  2560. },
  2561. "require-dev": {
  2562. "phpunit/phpunit": "~4.4"
  2563. },
  2564. "type": "library",
  2565. "extra": {
  2566. "branch-alias": {
  2567. "dev-master": "1.2.x-dev"
  2568. }
  2569. },
  2570. "autoload": {
  2571. "classmap": [
  2572. "src/"
  2573. ]
  2574. },
  2575. "notification-url": "https://packagist.org/downloads/",
  2576. "license": [
  2577. "BSD-3-Clause"
  2578. ],
  2579. "authors": [
  2580. {
  2581. "name": "Jeff Welch",
  2582. "email": "whatthejeff@gmail.com"
  2583. },
  2584. {
  2585. "name": "Volker Dusch",
  2586. "email": "github@wallbash.com"
  2587. },
  2588. {
  2589. "name": "Bernhard Schussek",
  2590. "email": "bschussek@2bepublished.at"
  2591. },
  2592. {
  2593. "name": "Sebastian Bergmann",
  2594. "email": "sebastian@phpunit.de"
  2595. },
  2596. {
  2597. "name": "Adam Harvey",
  2598. "email": "aharvey@php.net"
  2599. }
  2600. ],
  2601. "description": "Provides the functionality to export PHP variables for visualization",
  2602. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2603. "keywords": [
  2604. "export",
  2605. "exporter"
  2606. ],
  2607. "time": "2015-06-21T07:55:53+00:00"
  2608. },
  2609. {
  2610. "name": "sebastian/global-state",
  2611. "version": "1.1.1",
  2612. "source": {
  2613. "type": "git",
  2614. "url": "https://github.com/sebastianbergmann/global-state.git",
  2615. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2616. },
  2617. "dist": {
  2618. "type": "zip",
  2619. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2620. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2621. "shasum": ""
  2622. },
  2623. "require": {
  2624. "php": ">=5.3.3"
  2625. },
  2626. "require-dev": {
  2627. "phpunit/phpunit": "~4.2"
  2628. },
  2629. "suggest": {
  2630. "ext-uopz": "*"
  2631. },
  2632. "type": "library",
  2633. "extra": {
  2634. "branch-alias": {
  2635. "dev-master": "1.0-dev"
  2636. }
  2637. },
  2638. "autoload": {
  2639. "classmap": [
  2640. "src/"
  2641. ]
  2642. },
  2643. "notification-url": "https://packagist.org/downloads/",
  2644. "license": [
  2645. "BSD-3-Clause"
  2646. ],
  2647. "authors": [
  2648. {
  2649. "name": "Sebastian Bergmann",
  2650. "email": "sebastian@phpunit.de"
  2651. }
  2652. ],
  2653. "description": "Snapshotting of global state",
  2654. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2655. "keywords": [
  2656. "global state"
  2657. ],
  2658. "time": "2015-10-12T03:26:01+00:00"
  2659. },
  2660. {
  2661. "name": "sebastian/object-enumerator",
  2662. "version": "1.0.0",
  2663. "source": {
  2664. "type": "git",
  2665. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  2666. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  2667. },
  2668. "dist": {
  2669. "type": "zip",
  2670. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  2671. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  2672. "shasum": ""
  2673. },
  2674. "require": {
  2675. "php": ">=5.6",
  2676. "sebastian/recursion-context": "~1.0"
  2677. },
  2678. "require-dev": {
  2679. "phpunit/phpunit": "~5"
  2680. },
  2681. "type": "library",
  2682. "extra": {
  2683. "branch-alias": {
  2684. "dev-master": "1.0.x-dev"
  2685. }
  2686. },
  2687. "autoload": {
  2688. "classmap": [
  2689. "src/"
  2690. ]
  2691. },
  2692. "notification-url": "https://packagist.org/downloads/",
  2693. "license": [
  2694. "BSD-3-Clause"
  2695. ],
  2696. "authors": [
  2697. {
  2698. "name": "Sebastian Bergmann",
  2699. "email": "sebastian@phpunit.de"
  2700. }
  2701. ],
  2702. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  2703. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  2704. "time": "2016-01-28T13:25:10+00:00"
  2705. },
  2706. {
  2707. "name": "sebastian/recursion-context",
  2708. "version": "1.0.2",
  2709. "source": {
  2710. "type": "git",
  2711. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2712. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  2713. },
  2714. "dist": {
  2715. "type": "zip",
  2716. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  2717. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  2718. "shasum": ""
  2719. },
  2720. "require": {
  2721. "php": ">=5.3.3"
  2722. },
  2723. "require-dev": {
  2724. "phpunit/phpunit": "~4.4"
  2725. },
  2726. "type": "library",
  2727. "extra": {
  2728. "branch-alias": {
  2729. "dev-master": "1.0.x-dev"
  2730. }
  2731. },
  2732. "autoload": {
  2733. "classmap": [
  2734. "src/"
  2735. ]
  2736. },
  2737. "notification-url": "https://packagist.org/downloads/",
  2738. "license": [
  2739. "BSD-3-Clause"
  2740. ],
  2741. "authors": [
  2742. {
  2743. "name": "Jeff Welch",
  2744. "email": "whatthejeff@gmail.com"
  2745. },
  2746. {
  2747. "name": "Sebastian Bergmann",
  2748. "email": "sebastian@phpunit.de"
  2749. },
  2750. {
  2751. "name": "Adam Harvey",
  2752. "email": "aharvey@php.net"
  2753. }
  2754. ],
  2755. "description": "Provides functionality to recursively process PHP variables",
  2756. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2757. "time": "2015-11-11T19:50:13+00:00"
  2758. },
  2759. {
  2760. "name": "sebastian/resource-operations",
  2761. "version": "1.0.0",
  2762. "source": {
  2763. "type": "git",
  2764. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  2765. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  2766. },
  2767. "dist": {
  2768. "type": "zip",
  2769. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2770. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2771. "shasum": ""
  2772. },
  2773. "require": {
  2774. "php": ">=5.6.0"
  2775. },
  2776. "type": "library",
  2777. "extra": {
  2778. "branch-alias": {
  2779. "dev-master": "1.0.x-dev"
  2780. }
  2781. },
  2782. "autoload": {
  2783. "classmap": [
  2784. "src/"
  2785. ]
  2786. },
  2787. "notification-url": "https://packagist.org/downloads/",
  2788. "license": [
  2789. "BSD-3-Clause"
  2790. ],
  2791. "authors": [
  2792. {
  2793. "name": "Sebastian Bergmann",
  2794. "email": "sebastian@phpunit.de"
  2795. }
  2796. ],
  2797. "description": "Provides a list of PHP built-in functions that operate on resources",
  2798. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  2799. "time": "2015-07-28T20:34:47+00:00"
  2800. },
  2801. {
  2802. "name": "sebastian/version",
  2803. "version": "2.0.0",
  2804. "source": {
  2805. "type": "git",
  2806. "url": "https://github.com/sebastianbergmann/version.git",
  2807. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  2808. },
  2809. "dist": {
  2810. "type": "zip",
  2811. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2812. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2813. "shasum": ""
  2814. },
  2815. "require": {
  2816. "php": ">=5.6"
  2817. },
  2818. "type": "library",
  2819. "extra": {
  2820. "branch-alias": {
  2821. "dev-master": "2.0.x-dev"
  2822. }
  2823. },
  2824. "autoload": {
  2825. "classmap": [
  2826. "src/"
  2827. ]
  2828. },
  2829. "notification-url": "https://packagist.org/downloads/",
  2830. "license": [
  2831. "BSD-3-Clause"
  2832. ],
  2833. "authors": [
  2834. {
  2835. "name": "Sebastian Bergmann",
  2836. "email": "sebastian@phpunit.de",
  2837. "role": "lead"
  2838. }
  2839. ],
  2840. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2841. "homepage": "https://github.com/sebastianbergmann/version",
  2842. "time": "2016-02-04T12:56:52+00:00"
  2843. },
  2844. {
  2845. "name": "symfony/yaml",
  2846. "version": "v3.0.4",
  2847. "source": {
  2848. "type": "git",
  2849. "url": "https://github.com/symfony/yaml.git",
  2850. "reference": "0047c8366744a16de7516622c5b7355336afae96"
  2851. },
  2852. "dist": {
  2853. "type": "zip",
  2854. "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
  2855. "reference": "0047c8366744a16de7516622c5b7355336afae96",
  2856. "shasum": ""
  2857. },
  2858. "require": {
  2859. "php": ">=5.5.9"
  2860. },
  2861. "type": "library",
  2862. "extra": {
  2863. "branch-alias": {
  2864. "dev-master": "3.0-dev"
  2865. }
  2866. },
  2867. "autoload": {
  2868. "psr-4": {
  2869. "Symfony\\Component\\Yaml\\": ""
  2870. },
  2871. "exclude-from-classmap": [
  2872. "/Tests/"
  2873. ]
  2874. },
  2875. "notification-url": "https://packagist.org/downloads/",
  2876. "license": [
  2877. "MIT"
  2878. ],
  2879. "authors": [
  2880. {
  2881. "name": "Fabien Potencier",
  2882. "email": "fabien@symfony.com"
  2883. },
  2884. {
  2885. "name": "Symfony Community",
  2886. "homepage": "https://symfony.com/contributors"
  2887. }
  2888. ],
  2889. "description": "Symfony Yaml Component",
  2890. "homepage": "https://symfony.com",
  2891. "time": "2016-03-04T07:55:57+00:00"
  2892. }
  2893. ],
  2894. "aliases": [],
  2895. "minimum-stability": "stable",
  2896. "stability-flags": [],
  2897. "prefer-stable": false,
  2898. "prefer-lowest": false,
  2899. "platform": {
  2900. "php": ">=5.5"
  2901. },
  2902. "platform-dev": [],
  2903. "plugin-api-version": "1.1.0"
  2904. }