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.

2897 lines
100 KiB

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