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.

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