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.

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