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.

3238 lines
113 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
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. "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. "time": "2018-04-30T15:11:04+00:00"
  1707. }
  1708. ],
  1709. "packages-dev": [
  1710. {
  1711. "name": "doctrine/instantiator",
  1712. "version": "1.0.5",
  1713. "source": {
  1714. "type": "git",
  1715. "url": "https://github.com/doctrine/instantiator.git",
  1716. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1717. },
  1718. "dist": {
  1719. "type": "zip",
  1720. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1721. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1722. "shasum": ""
  1723. },
  1724. "require": {
  1725. "php": ">=5.3,<8.0-DEV"
  1726. },
  1727. "require-dev": {
  1728. "athletic/athletic": "~0.1.8",
  1729. "ext-pdo": "*",
  1730. "ext-phar": "*",
  1731. "phpunit/phpunit": "~4.0",
  1732. "squizlabs/php_codesniffer": "~2.0"
  1733. },
  1734. "type": "library",
  1735. "extra": {
  1736. "branch-alias": {
  1737. "dev-master": "1.0.x-dev"
  1738. }
  1739. },
  1740. "autoload": {
  1741. "psr-4": {
  1742. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1743. }
  1744. },
  1745. "notification-url": "https://packagist.org/downloads/",
  1746. "license": [
  1747. "MIT"
  1748. ],
  1749. "authors": [
  1750. {
  1751. "name": "Marco Pivetta",
  1752. "email": "ocramius@gmail.com",
  1753. "homepage": "http://ocramius.github.com/"
  1754. }
  1755. ],
  1756. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1757. "homepage": "https://github.com/doctrine/instantiator",
  1758. "keywords": [
  1759. "constructor",
  1760. "instantiate"
  1761. ],
  1762. "support": {
  1763. "issues": "https://github.com/doctrine/instantiator/issues",
  1764. "source": "https://github.com/doctrine/instantiator/tree/master"
  1765. },
  1766. "time": "2015-06-14T21:17:01+00:00"
  1767. },
  1768. {
  1769. "name": "myclabs/deep-copy",
  1770. "version": "1.7.0",
  1771. "source": {
  1772. "type": "git",
  1773. "url": "https://github.com/myclabs/DeepCopy.git",
  1774. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  1775. },
  1776. "dist": {
  1777. "type": "zip",
  1778. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  1779. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  1780. "shasum": ""
  1781. },
  1782. "require": {
  1783. "php": "^5.6 || ^7.0"
  1784. },
  1785. "require-dev": {
  1786. "doctrine/collections": "^1.0",
  1787. "doctrine/common": "^2.6",
  1788. "phpunit/phpunit": "^4.1"
  1789. },
  1790. "type": "library",
  1791. "autoload": {
  1792. "files": [
  1793. "src/DeepCopy/deep_copy.php"
  1794. ],
  1795. "psr-4": {
  1796. "DeepCopy\\": "src/DeepCopy/"
  1797. }
  1798. },
  1799. "notification-url": "https://packagist.org/downloads/",
  1800. "license": [
  1801. "MIT"
  1802. ],
  1803. "description": "Create deep copies (clones) of your objects",
  1804. "keywords": [
  1805. "clone",
  1806. "copy",
  1807. "duplicate",
  1808. "object",
  1809. "object graph"
  1810. ],
  1811. "support": {
  1812. "issues": "https://github.com/myclabs/DeepCopy/issues",
  1813. "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
  1814. },
  1815. "time": "2017-10-19T19:58:43+00:00"
  1816. },
  1817. {
  1818. "name": "phpdocumentor/reflection-common",
  1819. "version": "1.0.1",
  1820. "source": {
  1821. "type": "git",
  1822. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1823. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  1824. },
  1825. "dist": {
  1826. "type": "zip",
  1827. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1828. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1829. "shasum": ""
  1830. },
  1831. "require": {
  1832. "php": ">=5.5"
  1833. },
  1834. "require-dev": {
  1835. "phpunit/phpunit": "^4.6"
  1836. },
  1837. "type": "library",
  1838. "extra": {
  1839. "branch-alias": {
  1840. "dev-master": "1.0.x-dev"
  1841. }
  1842. },
  1843. "autoload": {
  1844. "psr-4": {
  1845. "phpDocumentor\\Reflection\\": [
  1846. "src"
  1847. ]
  1848. }
  1849. },
  1850. "notification-url": "https://packagist.org/downloads/",
  1851. "license": [
  1852. "MIT"
  1853. ],
  1854. "authors": [
  1855. {
  1856. "name": "Jaap van Otterdijk",
  1857. "email": "opensource@ijaap.nl"
  1858. }
  1859. ],
  1860. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1861. "homepage": "http://www.phpdoc.org",
  1862. "keywords": [
  1863. "FQSEN",
  1864. "phpDocumentor",
  1865. "phpdoc",
  1866. "reflection",
  1867. "static analysis"
  1868. ],
  1869. "support": {
  1870. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  1871. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
  1872. },
  1873. "time": "2017-09-11T18:02:19+00:00"
  1874. },
  1875. {
  1876. "name": "phpdocumentor/reflection-docblock",
  1877. "version": "3.3.2",
  1878. "source": {
  1879. "type": "git",
  1880. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1881. "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
  1882. },
  1883. "dist": {
  1884. "type": "zip",
  1885. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
  1886. "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
  1887. "shasum": ""
  1888. },
  1889. "require": {
  1890. "php": "^5.6 || ^7.0",
  1891. "phpdocumentor/reflection-common": "^1.0.0",
  1892. "phpdocumentor/type-resolver": "^0.4.0",
  1893. "webmozart/assert": "^1.0"
  1894. },
  1895. "require-dev": {
  1896. "mockery/mockery": "^0.9.4",
  1897. "phpunit/phpunit": "^4.4"
  1898. },
  1899. "type": "library",
  1900. "autoload": {
  1901. "psr-4": {
  1902. "phpDocumentor\\Reflection\\": [
  1903. "src/"
  1904. ]
  1905. }
  1906. },
  1907. "notification-url": "https://packagist.org/downloads/",
  1908. "license": [
  1909. "MIT"
  1910. ],
  1911. "authors": [
  1912. {
  1913. "name": "Mike van Riel",
  1914. "email": "me@mikevanriel.com"
  1915. }
  1916. ],
  1917. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1918. "support": {
  1919. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  1920. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/3.x"
  1921. },
  1922. "time": "2017-11-10T14:09:06+00:00"
  1923. },
  1924. {
  1925. "name": "phpdocumentor/type-resolver",
  1926. "version": "0.4.0",
  1927. "source": {
  1928. "type": "git",
  1929. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1930. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  1931. },
  1932. "dist": {
  1933. "type": "zip",
  1934. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  1935. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  1936. "shasum": ""
  1937. },
  1938. "require": {
  1939. "php": "^5.5 || ^7.0",
  1940. "phpdocumentor/reflection-common": "^1.0"
  1941. },
  1942. "require-dev": {
  1943. "mockery/mockery": "^0.9.4",
  1944. "phpunit/phpunit": "^5.2||^4.8.24"
  1945. },
  1946. "type": "library",
  1947. "extra": {
  1948. "branch-alias": {
  1949. "dev-master": "1.0.x-dev"
  1950. }
  1951. },
  1952. "autoload": {
  1953. "psr-4": {
  1954. "phpDocumentor\\Reflection\\": [
  1955. "src/"
  1956. ]
  1957. }
  1958. },
  1959. "notification-url": "https://packagist.org/downloads/",
  1960. "license": [
  1961. "MIT"
  1962. ],
  1963. "authors": [
  1964. {
  1965. "name": "Mike van Riel",
  1966. "email": "me@mikevanriel.com"
  1967. }
  1968. ],
  1969. "support": {
  1970. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  1971. "source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
  1972. },
  1973. "time": "2017-07-14T14:27:02+00:00"
  1974. },
  1975. {
  1976. "name": "phpspec/prophecy",
  1977. "version": "v1.10.3",
  1978. "source": {
  1979. "type": "git",
  1980. "url": "https://github.com/phpspec/prophecy.git",
  1981. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  1982. },
  1983. "dist": {
  1984. "type": "zip",
  1985. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  1986. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  1987. "shasum": ""
  1988. },
  1989. "require": {
  1990. "doctrine/instantiator": "^1.0.2",
  1991. "php": "^5.3|^7.0",
  1992. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1993. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  1994. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  1995. },
  1996. "require-dev": {
  1997. "phpspec/phpspec": "^2.5 || ^3.2",
  1998. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1999. },
  2000. "type": "library",
  2001. "extra": {
  2002. "branch-alias": {
  2003. "dev-master": "1.10.x-dev"
  2004. }
  2005. },
  2006. "autoload": {
  2007. "psr-4": {
  2008. "Prophecy\\": "src/Prophecy"
  2009. }
  2010. },
  2011. "notification-url": "https://packagist.org/downloads/",
  2012. "license": [
  2013. "MIT"
  2014. ],
  2015. "authors": [
  2016. {
  2017. "name": "Konstantin Kudryashov",
  2018. "email": "ever.zet@gmail.com",
  2019. "homepage": "http://everzet.com"
  2020. },
  2021. {
  2022. "name": "Marcello Duarte",
  2023. "email": "marcello.duarte@gmail.com"
  2024. }
  2025. ],
  2026. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2027. "homepage": "https://github.com/phpspec/prophecy",
  2028. "keywords": [
  2029. "Double",
  2030. "Dummy",
  2031. "fake",
  2032. "mock",
  2033. "spy",
  2034. "stub"
  2035. ],
  2036. "support": {
  2037. "issues": "https://github.com/phpspec/prophecy/issues",
  2038. "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
  2039. },
  2040. "time": "2020-03-05T15:02:03+00:00"
  2041. },
  2042. {
  2043. "name": "phpunit/php-code-coverage",
  2044. "version": "4.0.8",
  2045. "source": {
  2046. "type": "git",
  2047. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2048. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  2049. },
  2050. "dist": {
  2051. "type": "zip",
  2052. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2053. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2054. "shasum": ""
  2055. },
  2056. "require": {
  2057. "ext-dom": "*",
  2058. "ext-xmlwriter": "*",
  2059. "php": "^5.6 || ^7.0",
  2060. "phpunit/php-file-iterator": "^1.3",
  2061. "phpunit/php-text-template": "^1.2",
  2062. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  2063. "sebastian/code-unit-reverse-lookup": "^1.0",
  2064. "sebastian/environment": "^1.3.2 || ^2.0",
  2065. "sebastian/version": "^1.0 || ^2.0"
  2066. },
  2067. "require-dev": {
  2068. "ext-xdebug": "^2.1.4",
  2069. "phpunit/phpunit": "^5.7"
  2070. },
  2071. "suggest": {
  2072. "ext-xdebug": "^2.5.1"
  2073. },
  2074. "type": "library",
  2075. "extra": {
  2076. "branch-alias": {
  2077. "dev-master": "4.0.x-dev"
  2078. }
  2079. },
  2080. "autoload": {
  2081. "classmap": [
  2082. "src/"
  2083. ]
  2084. },
  2085. "notification-url": "https://packagist.org/downloads/",
  2086. "license": [
  2087. "BSD-3-Clause"
  2088. ],
  2089. "authors": [
  2090. {
  2091. "name": "Sebastian Bergmann",
  2092. "email": "sb@sebastian-bergmann.de",
  2093. "role": "lead"
  2094. }
  2095. ],
  2096. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2097. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2098. "keywords": [
  2099. "coverage",
  2100. "testing",
  2101. "xunit"
  2102. ],
  2103. "support": {
  2104. "irc": "irc://irc.freenode.net/phpunit",
  2105. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  2106. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
  2107. },
  2108. "time": "2017-04-02T07:44:40+00:00"
  2109. },
  2110. {
  2111. "name": "phpunit/php-file-iterator",
  2112. "version": "1.4.5",
  2113. "source": {
  2114. "type": "git",
  2115. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2116. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  2117. },
  2118. "dist": {
  2119. "type": "zip",
  2120. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  2121. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  2122. "shasum": ""
  2123. },
  2124. "require": {
  2125. "php": ">=5.3.3"
  2126. },
  2127. "type": "library",
  2128. "extra": {
  2129. "branch-alias": {
  2130. "dev-master": "1.4.x-dev"
  2131. }
  2132. },
  2133. "autoload": {
  2134. "classmap": [
  2135. "src/"
  2136. ]
  2137. },
  2138. "notification-url": "https://packagist.org/downloads/",
  2139. "license": [
  2140. "BSD-3-Clause"
  2141. ],
  2142. "authors": [
  2143. {
  2144. "name": "Sebastian Bergmann",
  2145. "email": "sb@sebastian-bergmann.de",
  2146. "role": "lead"
  2147. }
  2148. ],
  2149. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2150. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2151. "keywords": [
  2152. "filesystem",
  2153. "iterator"
  2154. ],
  2155. "support": {
  2156. "irc": "irc://irc.freenode.net/phpunit",
  2157. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  2158. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
  2159. },
  2160. "time": "2017-11-27T13:52:08+00:00"
  2161. },
  2162. {
  2163. "name": "phpunit/php-text-template",
  2164. "version": "1.2.1",
  2165. "source": {
  2166. "type": "git",
  2167. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2168. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2169. },
  2170. "dist": {
  2171. "type": "zip",
  2172. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2173. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2174. "shasum": ""
  2175. },
  2176. "require": {
  2177. "php": ">=5.3.3"
  2178. },
  2179. "type": "library",
  2180. "autoload": {
  2181. "classmap": [
  2182. "src/"
  2183. ]
  2184. },
  2185. "notification-url": "https://packagist.org/downloads/",
  2186. "license": [
  2187. "BSD-3-Clause"
  2188. ],
  2189. "authors": [
  2190. {
  2191. "name": "Sebastian Bergmann",
  2192. "email": "sebastian@phpunit.de",
  2193. "role": "lead"
  2194. }
  2195. ],
  2196. "description": "Simple template engine.",
  2197. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2198. "keywords": [
  2199. "template"
  2200. ],
  2201. "support": {
  2202. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  2203. "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
  2204. },
  2205. "time": "2015-06-21T13:50:34+00:00"
  2206. },
  2207. {
  2208. "name": "phpunit/php-timer",
  2209. "version": "1.0.9",
  2210. "source": {
  2211. "type": "git",
  2212. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2213. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  2214. },
  2215. "dist": {
  2216. "type": "zip",
  2217. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2218. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2219. "shasum": ""
  2220. },
  2221. "require": {
  2222. "php": "^5.3.3 || ^7.0"
  2223. },
  2224. "require-dev": {
  2225. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2226. },
  2227. "type": "library",
  2228. "extra": {
  2229. "branch-alias": {
  2230. "dev-master": "1.0-dev"
  2231. }
  2232. },
  2233. "autoload": {
  2234. "classmap": [
  2235. "src/"
  2236. ]
  2237. },
  2238. "notification-url": "https://packagist.org/downloads/",
  2239. "license": [
  2240. "BSD-3-Clause"
  2241. ],
  2242. "authors": [
  2243. {
  2244. "name": "Sebastian Bergmann",
  2245. "email": "sb@sebastian-bergmann.de",
  2246. "role": "lead"
  2247. }
  2248. ],
  2249. "description": "Utility class for timing",
  2250. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2251. "keywords": [
  2252. "timer"
  2253. ],
  2254. "support": {
  2255. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  2256. "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
  2257. },
  2258. "time": "2017-02-26T11:10:40+00:00"
  2259. },
  2260. {
  2261. "name": "phpunit/php-token-stream",
  2262. "version": "1.4.12",
  2263. "source": {
  2264. "type": "git",
  2265. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2266. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
  2267. },
  2268. "dist": {
  2269. "type": "zip",
  2270. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
  2271. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
  2272. "shasum": ""
  2273. },
  2274. "require": {
  2275. "ext-tokenizer": "*",
  2276. "php": ">=5.3.3"
  2277. },
  2278. "require-dev": {
  2279. "phpunit/phpunit": "~4.2"
  2280. },
  2281. "type": "library",
  2282. "extra": {
  2283. "branch-alias": {
  2284. "dev-master": "1.4-dev"
  2285. }
  2286. },
  2287. "autoload": {
  2288. "classmap": [
  2289. "src/"
  2290. ]
  2291. },
  2292. "notification-url": "https://packagist.org/downloads/",
  2293. "license": [
  2294. "BSD-3-Clause"
  2295. ],
  2296. "authors": [
  2297. {
  2298. "name": "Sebastian Bergmann",
  2299. "email": "sebastian@phpunit.de"
  2300. }
  2301. ],
  2302. "description": "Wrapper around PHP's tokenizer extension.",
  2303. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2304. "keywords": [
  2305. "tokenizer"
  2306. ],
  2307. "support": {
  2308. "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
  2309. "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
  2310. },
  2311. "abandoned": true,
  2312. "time": "2017-12-04T08:55:13+00:00"
  2313. },
  2314. {
  2315. "name": "phpunit/phpunit",
  2316. "version": "5.6.3",
  2317. "source": {
  2318. "type": "git",
  2319. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2320. "reference": "a9de0dbafeb6b1391b391fbb034734cb0af9f67c"
  2321. },
  2322. "dist": {
  2323. "type": "zip",
  2324. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9de0dbafeb6b1391b391fbb034734cb0af9f67c",
  2325. "reference": "a9de0dbafeb6b1391b391fbb034734cb0af9f67c",
  2326. "shasum": ""
  2327. },
  2328. "require": {
  2329. "ext-dom": "*",
  2330. "ext-json": "*",
  2331. "ext-libxml": "*",
  2332. "ext-mbstring": "*",
  2333. "ext-xml": "*",
  2334. "myclabs/deep-copy": "~1.3",
  2335. "php": "^5.6 || ^7.0",
  2336. "phpspec/prophecy": "^1.3.1",
  2337. "phpunit/php-code-coverage": "^4.0.1",
  2338. "phpunit/php-file-iterator": "~1.4",
  2339. "phpunit/php-text-template": "~1.2",
  2340. "phpunit/php-timer": "^1.0.6",
  2341. "phpunit/phpunit-mock-objects": "^3.2",
  2342. "sebastian/comparator": "~1.1",
  2343. "sebastian/diff": "~1.2",
  2344. "sebastian/environment": "^1.3 || ^2.0",
  2345. "sebastian/exporter": "~1.2",
  2346. "sebastian/global-state": "~1.0",
  2347. "sebastian/object-enumerator": "~1.0",
  2348. "sebastian/resource-operations": "~1.0",
  2349. "sebastian/version": "~1.0|~2.0",
  2350. "symfony/yaml": "~2.1|~3.0"
  2351. },
  2352. "conflict": {
  2353. "phpdocumentor/reflection-docblock": "3.0.2"
  2354. },
  2355. "require-dev": {
  2356. "ext-pdo": "*"
  2357. },
  2358. "suggest": {
  2359. "ext-xdebug": "*",
  2360. "phpunit/php-invoker": "~1.1"
  2361. },
  2362. "bin": [
  2363. "phpunit"
  2364. ],
  2365. "type": "library",
  2366. "extra": {
  2367. "branch-alias": {
  2368. "dev-master": "5.6.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": "sebastian@phpunit.de",
  2384. "role": "lead"
  2385. }
  2386. ],
  2387. "description": "The PHP Unit Testing framework.",
  2388. "homepage": "https://phpunit.de/",
  2389. "keywords": [
  2390. "phpunit",
  2391. "testing",
  2392. "xunit"
  2393. ],
  2394. "support": {
  2395. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  2396. "source": "https://github.com/sebastianbergmann/phpunit/tree/5.6.3"
  2397. },
  2398. "time": "2016-11-14T06:39:40+00:00"
  2399. },
  2400. {
  2401. "name": "phpunit/phpunit-mock-objects",
  2402. "version": "3.4.4",
  2403. "source": {
  2404. "type": "git",
  2405. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2406. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  2407. },
  2408. "dist": {
  2409. "type": "zip",
  2410. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  2411. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  2412. "shasum": ""
  2413. },
  2414. "require": {
  2415. "doctrine/instantiator": "^1.0.2",
  2416. "php": "^5.6 || ^7.0",
  2417. "phpunit/php-text-template": "^1.2",
  2418. "sebastian/exporter": "^1.2 || ^2.0"
  2419. },
  2420. "conflict": {
  2421. "phpunit/phpunit": "<5.4.0"
  2422. },
  2423. "require-dev": {
  2424. "phpunit/phpunit": "^5.4"
  2425. },
  2426. "suggest": {
  2427. "ext-soap": "*"
  2428. },
  2429. "type": "library",
  2430. "extra": {
  2431. "branch-alias": {
  2432. "dev-master": "3.2.x-dev"
  2433. }
  2434. },
  2435. "autoload": {
  2436. "classmap": [
  2437. "src/"
  2438. ]
  2439. },
  2440. "notification-url": "https://packagist.org/downloads/",
  2441. "license": [
  2442. "BSD-3-Clause"
  2443. ],
  2444. "authors": [
  2445. {
  2446. "name": "Sebastian Bergmann",
  2447. "email": "sb@sebastian-bergmann.de",
  2448. "role": "lead"
  2449. }
  2450. ],
  2451. "description": "Mock Object library for PHPUnit",
  2452. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2453. "keywords": [
  2454. "mock",
  2455. "xunit"
  2456. ],
  2457. "support": {
  2458. "irc": "irc://irc.freenode.net/phpunit",
  2459. "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
  2460. "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4"
  2461. },
  2462. "abandoned": true,
  2463. "time": "2017-06-30T09:13:00+00:00"
  2464. },
  2465. {
  2466. "name": "sebastian/code-unit-reverse-lookup",
  2467. "version": "1.0.2",
  2468. "source": {
  2469. "type": "git",
  2470. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2471. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
  2472. },
  2473. "dist": {
  2474. "type": "zip",
  2475. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  2476. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  2477. "shasum": ""
  2478. },
  2479. "require": {
  2480. "php": ">=5.6"
  2481. },
  2482. "require-dev": {
  2483. "phpunit/phpunit": "^8.5"
  2484. },
  2485. "type": "library",
  2486. "extra": {
  2487. "branch-alias": {
  2488. "dev-master": "1.0.x-dev"
  2489. }
  2490. },
  2491. "autoload": {
  2492. "classmap": [
  2493. "src/"
  2494. ]
  2495. },
  2496. "notification-url": "https://packagist.org/downloads/",
  2497. "license": [
  2498. "BSD-3-Clause"
  2499. ],
  2500. "authors": [
  2501. {
  2502. "name": "Sebastian Bergmann",
  2503. "email": "sebastian@phpunit.de"
  2504. }
  2505. ],
  2506. "description": "Looks up which function or method a line of code belongs to",
  2507. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2508. "support": {
  2509. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  2510. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
  2511. },
  2512. "funding": [
  2513. {
  2514. "url": "https://github.com/sebastianbergmann",
  2515. "type": "github"
  2516. }
  2517. ],
  2518. "time": "2020-11-30T08:15:22+00:00"
  2519. },
  2520. {
  2521. "name": "sebastian/comparator",
  2522. "version": "1.2.4",
  2523. "source": {
  2524. "type": "git",
  2525. "url": "https://github.com/sebastianbergmann/comparator.git",
  2526. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  2527. },
  2528. "dist": {
  2529. "type": "zip",
  2530. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2531. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2532. "shasum": ""
  2533. },
  2534. "require": {
  2535. "php": ">=5.3.3",
  2536. "sebastian/diff": "~1.2",
  2537. "sebastian/exporter": "~1.2 || ~2.0"
  2538. },
  2539. "require-dev": {
  2540. "phpunit/phpunit": "~4.4"
  2541. },
  2542. "type": "library",
  2543. "extra": {
  2544. "branch-alias": {
  2545. "dev-master": "1.2.x-dev"
  2546. }
  2547. },
  2548. "autoload": {
  2549. "classmap": [
  2550. "src/"
  2551. ]
  2552. },
  2553. "notification-url": "https://packagist.org/downloads/",
  2554. "license": [
  2555. "BSD-3-Clause"
  2556. ],
  2557. "authors": [
  2558. {
  2559. "name": "Jeff Welch",
  2560. "email": "whatthejeff@gmail.com"
  2561. },
  2562. {
  2563. "name": "Volker Dusch",
  2564. "email": "github@wallbash.com"
  2565. },
  2566. {
  2567. "name": "Bernhard Schussek",
  2568. "email": "bschussek@2bepublished.at"
  2569. },
  2570. {
  2571. "name": "Sebastian Bergmann",
  2572. "email": "sebastian@phpunit.de"
  2573. }
  2574. ],
  2575. "description": "Provides the functionality to compare PHP values for equality",
  2576. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2577. "keywords": [
  2578. "comparator",
  2579. "compare",
  2580. "equality"
  2581. ],
  2582. "support": {
  2583. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  2584. "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
  2585. },
  2586. "time": "2017-01-29T09:50:25+00:00"
  2587. },
  2588. {
  2589. "name": "sebastian/diff",
  2590. "version": "1.4.3",
  2591. "source": {
  2592. "type": "git",
  2593. "url": "https://github.com/sebastianbergmann/diff.git",
  2594. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  2595. },
  2596. "dist": {
  2597. "type": "zip",
  2598. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  2599. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  2600. "shasum": ""
  2601. },
  2602. "require": {
  2603. "php": "^5.3.3 || ^7.0"
  2604. },
  2605. "require-dev": {
  2606. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2607. },
  2608. "type": "library",
  2609. "extra": {
  2610. "branch-alias": {
  2611. "dev-master": "1.4-dev"
  2612. }
  2613. },
  2614. "autoload": {
  2615. "classmap": [
  2616. "src/"
  2617. ]
  2618. },
  2619. "notification-url": "https://packagist.org/downloads/",
  2620. "license": [
  2621. "BSD-3-Clause"
  2622. ],
  2623. "authors": [
  2624. {
  2625. "name": "Kore Nordmann",
  2626. "email": "mail@kore-nordmann.de"
  2627. },
  2628. {
  2629. "name": "Sebastian Bergmann",
  2630. "email": "sebastian@phpunit.de"
  2631. }
  2632. ],
  2633. "description": "Diff implementation",
  2634. "homepage": "https://github.com/sebastianbergmann/diff",
  2635. "keywords": [
  2636. "diff"
  2637. ],
  2638. "support": {
  2639. "issues": "https://github.com/sebastianbergmann/diff/issues",
  2640. "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
  2641. },
  2642. "time": "2017-05-22T07:24:03+00:00"
  2643. },
  2644. {
  2645. "name": "sebastian/environment",
  2646. "version": "2.0.0",
  2647. "source": {
  2648. "type": "git",
  2649. "url": "https://github.com/sebastianbergmann/environment.git",
  2650. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  2651. },
  2652. "dist": {
  2653. "type": "zip",
  2654. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2655. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2656. "shasum": ""
  2657. },
  2658. "require": {
  2659. "php": "^5.6 || ^7.0"
  2660. },
  2661. "require-dev": {
  2662. "phpunit/phpunit": "^5.0"
  2663. },
  2664. "type": "library",
  2665. "extra": {
  2666. "branch-alias": {
  2667. "dev-master": "2.0.x-dev"
  2668. }
  2669. },
  2670. "autoload": {
  2671. "classmap": [
  2672. "src/"
  2673. ]
  2674. },
  2675. "notification-url": "https://packagist.org/downloads/",
  2676. "license": [
  2677. "BSD-3-Clause"
  2678. ],
  2679. "authors": [
  2680. {
  2681. "name": "Sebastian Bergmann",
  2682. "email": "sebastian@phpunit.de"
  2683. }
  2684. ],
  2685. "description": "Provides functionality to handle HHVM/PHP environments",
  2686. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2687. "keywords": [
  2688. "Xdebug",
  2689. "environment",
  2690. "hhvm"
  2691. ],
  2692. "support": {
  2693. "issues": "https://github.com/sebastianbergmann/environment/issues",
  2694. "source": "https://github.com/sebastianbergmann/environment/tree/master"
  2695. },
  2696. "time": "2016-11-26T07:53:53+00:00"
  2697. },
  2698. {
  2699. "name": "sebastian/exporter",
  2700. "version": "1.2.2",
  2701. "source": {
  2702. "type": "git",
  2703. "url": "https://github.com/sebastianbergmann/exporter.git",
  2704. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  2705. },
  2706. "dist": {
  2707. "type": "zip",
  2708. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  2709. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  2710. "shasum": ""
  2711. },
  2712. "require": {
  2713. "php": ">=5.3.3",
  2714. "sebastian/recursion-context": "~1.0"
  2715. },
  2716. "require-dev": {
  2717. "ext-mbstring": "*",
  2718. "phpunit/phpunit": "~4.4"
  2719. },
  2720. "type": "library",
  2721. "extra": {
  2722. "branch-alias": {
  2723. "dev-master": "1.3.x-dev"
  2724. }
  2725. },
  2726. "autoload": {
  2727. "classmap": [
  2728. "src/"
  2729. ]
  2730. },
  2731. "notification-url": "https://packagist.org/downloads/",
  2732. "license": [
  2733. "BSD-3-Clause"
  2734. ],
  2735. "authors": [
  2736. {
  2737. "name": "Jeff Welch",
  2738. "email": "whatthejeff@gmail.com"
  2739. },
  2740. {
  2741. "name": "Volker Dusch",
  2742. "email": "github@wallbash.com"
  2743. },
  2744. {
  2745. "name": "Bernhard Schussek",
  2746. "email": "bschussek@2bepublished.at"
  2747. },
  2748. {
  2749. "name": "Sebastian Bergmann",
  2750. "email": "sebastian@phpunit.de"
  2751. },
  2752. {
  2753. "name": "Adam Harvey",
  2754. "email": "aharvey@php.net"
  2755. }
  2756. ],
  2757. "description": "Provides the functionality to export PHP variables for visualization",
  2758. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2759. "keywords": [
  2760. "export",
  2761. "exporter"
  2762. ],
  2763. "support": {
  2764. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  2765. "source": "https://github.com/sebastianbergmann/exporter/tree/master"
  2766. },
  2767. "time": "2016-06-17T09:04:28+00:00"
  2768. },
  2769. {
  2770. "name": "sebastian/global-state",
  2771. "version": "1.1.1",
  2772. "source": {
  2773. "type": "git",
  2774. "url": "https://github.com/sebastianbergmann/global-state.git",
  2775. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2776. },
  2777. "dist": {
  2778. "type": "zip",
  2779. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2780. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2781. "shasum": ""
  2782. },
  2783. "require": {
  2784. "php": ">=5.3.3"
  2785. },
  2786. "require-dev": {
  2787. "phpunit/phpunit": "~4.2"
  2788. },
  2789. "suggest": {
  2790. "ext-uopz": "*"
  2791. },
  2792. "type": "library",
  2793. "extra": {
  2794. "branch-alias": {
  2795. "dev-master": "1.0-dev"
  2796. }
  2797. },
  2798. "autoload": {
  2799. "classmap": [
  2800. "src/"
  2801. ]
  2802. },
  2803. "notification-url": "https://packagist.org/downloads/",
  2804. "license": [
  2805. "BSD-3-Clause"
  2806. ],
  2807. "authors": [
  2808. {
  2809. "name": "Sebastian Bergmann",
  2810. "email": "sebastian@phpunit.de"
  2811. }
  2812. ],
  2813. "description": "Snapshotting of global state",
  2814. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2815. "keywords": [
  2816. "global state"
  2817. ],
  2818. "support": {
  2819. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  2820. "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
  2821. },
  2822. "time": "2015-10-12T03:26:01+00:00"
  2823. },
  2824. {
  2825. "name": "sebastian/object-enumerator",
  2826. "version": "1.0.0",
  2827. "source": {
  2828. "type": "git",
  2829. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  2830. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  2831. },
  2832. "dist": {
  2833. "type": "zip",
  2834. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  2835. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  2836. "shasum": ""
  2837. },
  2838. "require": {
  2839. "php": ">=5.6",
  2840. "sebastian/recursion-context": "~1.0"
  2841. },
  2842. "require-dev": {
  2843. "phpunit/phpunit": "~5"
  2844. },
  2845. "type": "library",
  2846. "extra": {
  2847. "branch-alias": {
  2848. "dev-master": "1.0.x-dev"
  2849. }
  2850. },
  2851. "autoload": {
  2852. "classmap": [
  2853. "src/"
  2854. ]
  2855. },
  2856. "notification-url": "https://packagist.org/downloads/",
  2857. "license": [
  2858. "BSD-3-Clause"
  2859. ],
  2860. "authors": [
  2861. {
  2862. "name": "Sebastian Bergmann",
  2863. "email": "sebastian@phpunit.de"
  2864. }
  2865. ],
  2866. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  2867. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  2868. "support": {
  2869. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  2870. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
  2871. },
  2872. "time": "2016-01-28T13:25:10+00:00"
  2873. },
  2874. {
  2875. "name": "sebastian/recursion-context",
  2876. "version": "1.0.5",
  2877. "source": {
  2878. "type": "git",
  2879. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2880. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  2881. },
  2882. "dist": {
  2883. "type": "zip",
  2884. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  2885. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  2886. "shasum": ""
  2887. },
  2888. "require": {
  2889. "php": ">=5.3.3"
  2890. },
  2891. "require-dev": {
  2892. "phpunit/phpunit": "~4.4"
  2893. },
  2894. "type": "library",
  2895. "extra": {
  2896. "branch-alias": {
  2897. "dev-master": "1.0.x-dev"
  2898. }
  2899. },
  2900. "autoload": {
  2901. "classmap": [
  2902. "src/"
  2903. ]
  2904. },
  2905. "notification-url": "https://packagist.org/downloads/",
  2906. "license": [
  2907. "BSD-3-Clause"
  2908. ],
  2909. "authors": [
  2910. {
  2911. "name": "Jeff Welch",
  2912. "email": "whatthejeff@gmail.com"
  2913. },
  2914. {
  2915. "name": "Sebastian Bergmann",
  2916. "email": "sebastian@phpunit.de"
  2917. },
  2918. {
  2919. "name": "Adam Harvey",
  2920. "email": "aharvey@php.net"
  2921. }
  2922. ],
  2923. "description": "Provides functionality to recursively process PHP variables",
  2924. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2925. "support": {
  2926. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  2927. "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
  2928. },
  2929. "time": "2016-10-03T07:41:43+00:00"
  2930. },
  2931. {
  2932. "name": "sebastian/resource-operations",
  2933. "version": "1.0.0",
  2934. "source": {
  2935. "type": "git",
  2936. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  2937. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  2938. },
  2939. "dist": {
  2940. "type": "zip",
  2941. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2942. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2943. "shasum": ""
  2944. },
  2945. "require": {
  2946. "php": ">=5.6.0"
  2947. },
  2948. "type": "library",
  2949. "extra": {
  2950. "branch-alias": {
  2951. "dev-master": "1.0.x-dev"
  2952. }
  2953. },
  2954. "autoload": {
  2955. "classmap": [
  2956. "src/"
  2957. ]
  2958. },
  2959. "notification-url": "https://packagist.org/downloads/",
  2960. "license": [
  2961. "BSD-3-Clause"
  2962. ],
  2963. "authors": [
  2964. {
  2965. "name": "Sebastian Bergmann",
  2966. "email": "sebastian@phpunit.de"
  2967. }
  2968. ],
  2969. "description": "Provides a list of PHP built-in functions that operate on resources",
  2970. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  2971. "support": {
  2972. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  2973. "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
  2974. },
  2975. "time": "2015-07-28T20:34:47+00:00"
  2976. },
  2977. {
  2978. "name": "sebastian/version",
  2979. "version": "2.0.1",
  2980. "source": {
  2981. "type": "git",
  2982. "url": "https://github.com/sebastianbergmann/version.git",
  2983. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  2984. },
  2985. "dist": {
  2986. "type": "zip",
  2987. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  2988. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  2989. "shasum": ""
  2990. },
  2991. "require": {
  2992. "php": ">=5.6"
  2993. },
  2994. "type": "library",
  2995. "extra": {
  2996. "branch-alias": {
  2997. "dev-master": "2.0.x-dev"
  2998. }
  2999. },
  3000. "autoload": {
  3001. "classmap": [
  3002. "src/"
  3003. ]
  3004. },
  3005. "notification-url": "https://packagist.org/downloads/",
  3006. "license": [
  3007. "BSD-3-Clause"
  3008. ],
  3009. "authors": [
  3010. {
  3011. "name": "Sebastian Bergmann",
  3012. "email": "sebastian@phpunit.de",
  3013. "role": "lead"
  3014. }
  3015. ],
  3016. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3017. "homepage": "https://github.com/sebastianbergmann/version",
  3018. "support": {
  3019. "issues": "https://github.com/sebastianbergmann/version/issues",
  3020. "source": "https://github.com/sebastianbergmann/version/tree/master"
  3021. },
  3022. "time": "2016-10-03T07:35:21+00:00"
  3023. },
  3024. {
  3025. "name": "symfony/polyfill-ctype",
  3026. "version": "v1.19.0",
  3027. "source": {
  3028. "type": "git",
  3029. "url": "https://github.com/symfony/polyfill-ctype.git",
  3030. "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
  3031. },
  3032. "dist": {
  3033. "type": "zip",
  3034. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
  3035. "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
  3036. "shasum": ""
  3037. },
  3038. "require": {
  3039. "php": ">=5.3.3"
  3040. },
  3041. "suggest": {
  3042. "ext-ctype": "For best performance"
  3043. },
  3044. "type": "library",
  3045. "extra": {
  3046. "branch-alias": {
  3047. "dev-main": "1.19-dev"
  3048. },
  3049. "thanks": {
  3050. "name": "symfony/polyfill",
  3051. "url": "https://github.com/symfony/polyfill"
  3052. }
  3053. },
  3054. "autoload": {
  3055. "files": [
  3056. "bootstrap.php"
  3057. ],
  3058. "psr-4": {
  3059. "Symfony\\Polyfill\\Ctype\\": ""
  3060. }
  3061. },
  3062. "notification-url": "https://packagist.org/downloads/",
  3063. "license": [
  3064. "MIT"
  3065. ],
  3066. "authors": [
  3067. {
  3068. "name": "Gert de Pagter",
  3069. "email": "BackEndTea@gmail.com"
  3070. },
  3071. {
  3072. "name": "Symfony Community",
  3073. "homepage": "https://symfony.com/contributors"
  3074. }
  3075. ],
  3076. "description": "Symfony polyfill for ctype functions",
  3077. "homepage": "https://symfony.com",
  3078. "keywords": [
  3079. "compatibility",
  3080. "ctype",
  3081. "polyfill",
  3082. "portable"
  3083. ],
  3084. "support": {
  3085. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
  3086. },
  3087. "funding": [
  3088. {
  3089. "url": "https://symfony.com/sponsor",
  3090. "type": "custom"
  3091. },
  3092. {
  3093. "url": "https://github.com/fabpot",
  3094. "type": "github"
  3095. },
  3096. {
  3097. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3098. "type": "tidelift"
  3099. }
  3100. ],
  3101. "time": "2020-10-23T09:01:57+00:00"
  3102. },
  3103. {
  3104. "name": "symfony/yaml",
  3105. "version": "v3.4.47",
  3106. "source": {
  3107. "type": "git",
  3108. "url": "https://github.com/symfony/yaml.git",
  3109. "reference": "88289caa3c166321883f67fe5130188ebbb47094"
  3110. },
  3111. "dist": {
  3112. "type": "zip",
  3113. "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
  3114. "reference": "88289caa3c166321883f67fe5130188ebbb47094",
  3115. "shasum": ""
  3116. },
  3117. "require": {
  3118. "php": "^5.5.9|>=7.0.8",
  3119. "symfony/polyfill-ctype": "~1.8"
  3120. },
  3121. "conflict": {
  3122. "symfony/console": "<3.4"
  3123. },
  3124. "require-dev": {
  3125. "symfony/console": "~3.4|~4.0"
  3126. },
  3127. "suggest": {
  3128. "symfony/console": "For validating YAML files using the lint command"
  3129. },
  3130. "type": "library",
  3131. "autoload": {
  3132. "psr-4": {
  3133. "Symfony\\Component\\Yaml\\": ""
  3134. },
  3135. "exclude-from-classmap": [
  3136. "/Tests/"
  3137. ]
  3138. },
  3139. "notification-url": "https://packagist.org/downloads/",
  3140. "license": [
  3141. "MIT"
  3142. ],
  3143. "authors": [
  3144. {
  3145. "name": "Fabien Potencier",
  3146. "email": "fabien@symfony.com"
  3147. },
  3148. {
  3149. "name": "Symfony Community",
  3150. "homepage": "https://symfony.com/contributors"
  3151. }
  3152. ],
  3153. "description": "Symfony Yaml Component",
  3154. "homepage": "https://symfony.com",
  3155. "support": {
  3156. "source": "https://github.com/symfony/yaml/tree/v3.4.47"
  3157. },
  3158. "funding": [
  3159. {
  3160. "url": "https://symfony.com/sponsor",
  3161. "type": "custom"
  3162. },
  3163. {
  3164. "url": "https://github.com/fabpot",
  3165. "type": "github"
  3166. },
  3167. {
  3168. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3169. "type": "tidelift"
  3170. }
  3171. ],
  3172. "time": "2020-10-24T10:57:07+00:00"
  3173. },
  3174. {
  3175. "name": "webmozart/assert",
  3176. "version": "1.9.1",
  3177. "source": {
  3178. "type": "git",
  3179. "url": "https://github.com/webmozarts/assert.git",
  3180. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  3181. },
  3182. "dist": {
  3183. "type": "zip",
  3184. "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  3185. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  3186. "shasum": ""
  3187. },
  3188. "require": {
  3189. "php": "^5.3.3 || ^7.0 || ^8.0",
  3190. "symfony/polyfill-ctype": "^1.8"
  3191. },
  3192. "conflict": {
  3193. "phpstan/phpstan": "<0.12.20",
  3194. "vimeo/psalm": "<3.9.1"
  3195. },
  3196. "require-dev": {
  3197. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  3198. },
  3199. "type": "library",
  3200. "autoload": {
  3201. "psr-4": {
  3202. "Webmozart\\Assert\\": "src/"
  3203. }
  3204. },
  3205. "notification-url": "https://packagist.org/downloads/",
  3206. "license": [
  3207. "MIT"
  3208. ],
  3209. "authors": [
  3210. {
  3211. "name": "Bernhard Schussek",
  3212. "email": "bschussek@gmail.com"
  3213. }
  3214. ],
  3215. "description": "Assertions to validate method input/output with nice error messages.",
  3216. "keywords": [
  3217. "assert",
  3218. "check",
  3219. "validate"
  3220. ],
  3221. "support": {
  3222. "issues": "https://github.com/webmozarts/assert/issues",
  3223. "source": "https://github.com/webmozarts/assert/tree/1.9.1"
  3224. },
  3225. "time": "2020-07-08T17:02:28+00:00"
  3226. }
  3227. ],
  3228. "aliases": [],
  3229. "minimum-stability": "stable",
  3230. "stability-flags": [],
  3231. "prefer-stable": false,
  3232. "prefer-lowest": false,
  3233. "platform": {
  3234. "php": ">=5.5"
  3235. },
  3236. "platform-dev": [],
  3237. "plugin-api-version": "2.2.0"
  3238. }