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.

1935 lines
66 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
  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. "hash": "fe88436a4cf4b629d33a4969c34cefa5",
  8. "content-hash": "40f23b807dfa9bbd43f7542fa5c41faa",
  9. "packages": [
  10. {
  11. "name": "barnabywalters/mf-cleaner",
  12. "version": "v0.1.4",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
  16. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  21. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  22. "shasum": ""
  23. },
  24. "require-dev": {
  25. "php": ">=5.3",
  26. "phpunit/phpunit": "*"
  27. },
  28. "suggest": {
  29. "mf2/mf2": "To parse microformats2 structures from (X)HTML"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "files": [
  34. "src/BarnabyWalters/Mf2/Functions.php"
  35. ]
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Barnaby Walters",
  44. "email": "barnaby@waterpigs.co.uk"
  45. }
  46. ],
  47. "description": "Cleans up microformats2 array structures",
  48. "time": "2014-10-06 23:11:15"
  49. },
  50. {
  51. "name": "firebase/php-jwt",
  52. "version": "v3.0.0",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/firebase/php-jwt.git",
  56. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  61. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  62. "shasum": ""
  63. },
  64. "require": {
  65. "php": ">=5.3.0"
  66. },
  67. "type": "library",
  68. "autoload": {
  69. "psr-4": {
  70. "Firebase\\JWT\\": "src"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "BSD-3-Clause"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Neuman Vong",
  80. "email": "neuman+pear@twilio.com",
  81. "role": "Developer"
  82. },
  83. {
  84. "name": "Anant Narayanan",
  85. "email": "anant@php.net",
  86. "role": "Developer"
  87. }
  88. ],
  89. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  90. "homepage": "https://github.com/firebase/php-jwt",
  91. "time": "2015-07-22 18:31:08"
  92. },
  93. {
  94. "name": "indieauth/client",
  95. "version": "0.1.11",
  96. "source": {
  97. "type": "git",
  98. "url": "https://github.com/indieweb/indieauth-client-php.git",
  99. "reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038"
  100. },
  101. "dist": {
  102. "type": "zip",
  103. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/6504ed0d4714084e9955f639d6e5cf4e976f9038",
  104. "reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038",
  105. "shasum": ""
  106. },
  107. "require": {
  108. "barnabywalters/mf-cleaner": "0.*",
  109. "indieweb/link-rel-parser": "0.1.1",
  110. "mf2/mf2": "0.2.*",
  111. "php": ">5.3.0"
  112. },
  113. "type": "library",
  114. "autoload": {
  115. "psr-0": {
  116. "IndieAuth": "src/"
  117. }
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "Apache 2.0"
  122. ],
  123. "authors": [
  124. {
  125. "name": "Aaron Parecki",
  126. "homepage": "http://aaronparecki.com"
  127. }
  128. ],
  129. "description": "IndieAuth Client Library",
  130. "time": "2015-08-30 22:29:40"
  131. },
  132. {
  133. "name": "indieweb/link-rel-parser",
  134. "version": "0.1.1",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  138. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  143. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": ">=5.3.0"
  148. },
  149. "type": "library",
  150. "autoload": {
  151. "files": [
  152. "src/IndieWeb/link_rel_parser.php"
  153. ]
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "Apache-2.0"
  158. ],
  159. "authors": [
  160. {
  161. "name": "Aaron Parecki",
  162. "homepage": "http://aaronparecki.com"
  163. },
  164. {
  165. "name": "Tantek Çelik",
  166. "homepage": "http://tantek.com"
  167. }
  168. ],
  169. "description": "Parse rel values from HTTP headers",
  170. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  171. "keywords": [
  172. "http",
  173. "indieweb",
  174. "microformats2"
  175. ],
  176. "time": "2013-12-23 00:14:58"
  177. },
  178. {
  179. "name": "indieweb/mention-client",
  180. "version": "1.1.1",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/indieweb/mention-client-php.git",
  184. "reference": "28115f604eb0c0d88a4b46a11771823af27e9e58"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/28115f604eb0c0d88a4b46a11771823af27e9e58",
  189. "reference": "28115f604eb0c0d88a4b46a11771823af27e9e58",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "mf2/mf2": "0.2.*",
  194. "php": ">=5.3"
  195. },
  196. "require-dev": {
  197. "phpunit/phpunit": ">=4.8.13"
  198. },
  199. "type": "library",
  200. "autoload": {
  201. "psr-0": {
  202. "IndieWeb": "src/"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "Apache-2.0"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Aaron Parecki",
  212. "email": "aaron@parecki.com",
  213. "homepage": "http://aaronparecki.com/"
  214. }
  215. ],
  216. "description": "Client library for sending webmention and pingback notifications",
  217. "homepage": "https://github.com/indieweb/mention-client-php",
  218. "time": "2015-12-22 23:40:11"
  219. },
  220. {
  221. "name": "indieweb/representative-h-card",
  222. "version": "0.1.2",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/indieweb/representative-h-card-php.git",
  226. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  231. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": ">=5.4"
  236. },
  237. "require-dev": {
  238. "mf2/mf2": "0.2.*",
  239. "phpunit/phpunit": "*"
  240. },
  241. "type": "library",
  242. "autoload": {
  243. "files": [
  244. "src/mf2/representative-h-card.php"
  245. ]
  246. },
  247. "notification-url": "https://packagist.org/downloads/",
  248. "license": [
  249. "Apache-2.0"
  250. ],
  251. "authors": [
  252. {
  253. "name": "Aaron Parecki",
  254. "homepage": "http://aaronparecki.com"
  255. }
  256. ],
  257. "keywords": [
  258. "h-card",
  259. "indieweb",
  260. "mf2",
  261. "microformats"
  262. ],
  263. "time": "2015-12-23 18:11:19"
  264. },
  265. {
  266. "name": "j4mie/idiorm",
  267. "version": "v1.5.1",
  268. "source": {
  269. "type": "git",
  270. "url": "https://github.com/j4mie/idiorm.git",
  271. "reference": "b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf"
  272. },
  273. "dist": {
  274. "type": "zip",
  275. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf",
  276. "reference": "b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf",
  277. "shasum": ""
  278. },
  279. "require": {
  280. "php": ">=5.2.0"
  281. },
  282. "type": "library",
  283. "autoload": {
  284. "classmap": [
  285. "idiorm.php"
  286. ]
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "BSD-2-Clause",
  291. "BSD-3-Clause",
  292. "BSD-4-Clause"
  293. ],
  294. "authors": [
  295. {
  296. "name": "Simon Holywell",
  297. "email": "treffynnon@php.net",
  298. "homepage": "http://simonholywell.com",
  299. "role": "Maintainer"
  300. },
  301. {
  302. "name": "Jamie Matthews",
  303. "email": "jamie.matthews@gmail.com",
  304. "homepage": "http://j4mie.org",
  305. "role": "Developer"
  306. },
  307. {
  308. "name": "Durham Hale",
  309. "email": "me@durhamhale.com",
  310. "homepage": "http://durhamhale.com",
  311. "role": "Maintainer"
  312. }
  313. ],
  314. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  315. "homepage": "http://j4mie.github.com/idiormandparis",
  316. "keywords": [
  317. "idiorm",
  318. "orm",
  319. "query builder"
  320. ],
  321. "time": "2014-06-23 13:08:57"
  322. },
  323. {
  324. "name": "league/container",
  325. "version": "1.3.2",
  326. "source": {
  327. "type": "git",
  328. "url": "https://github.com/thephpleague/container.git",
  329. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  330. },
  331. "dist": {
  332. "type": "zip",
  333. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  334. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  335. "shasum": ""
  336. },
  337. "require": {
  338. "php": ">=5.4.0"
  339. },
  340. "replace": {
  341. "orno/di": "~2.0"
  342. },
  343. "require-dev": {
  344. "phpunit/phpunit": "4.*"
  345. },
  346. "type": "library",
  347. "extra": {
  348. "branch-alias": {
  349. "dev-master": "2.0-dev",
  350. "dev-1.x": "1.3-dev"
  351. }
  352. },
  353. "autoload": {
  354. "psr-4": {
  355. "League\\Container\\": "src"
  356. }
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Phil Bennett",
  365. "email": "philipobenito@gmail.com",
  366. "homepage": "http://philipobenito.github.io",
  367. "role": "Developer"
  368. }
  369. ],
  370. "description": "A fast and intuitive dependency injection container.",
  371. "homepage": "https://github.com/thephpleague/container",
  372. "keywords": [
  373. "container",
  374. "dependency",
  375. "di",
  376. "injection",
  377. "league"
  378. ],
  379. "time": "2015-04-05 17:14:48"
  380. },
  381. {
  382. "name": "league/plates",
  383. "version": "3.1.1",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/thephpleague/plates.git",
  387. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
  392. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
  393. "shasum": ""
  394. },
  395. "require-dev": {
  396. "mikey179/vfsstream": "~1.4.0",
  397. "phpunit/phpunit": "~4.0",
  398. "squizlabs/php_codesniffer": "~1.5"
  399. },
  400. "type": "library",
  401. "extra": {
  402. "branch-alias": {
  403. "dev-master": "3.0-dev"
  404. }
  405. },
  406. "autoload": {
  407. "psr-4": {
  408. "League\\Plates\\": "src"
  409. }
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Jonathan Reinink",
  418. "email": "jonathan@reinink.ca",
  419. "role": "Developer"
  420. }
  421. ],
  422. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  423. "homepage": "http://platesphp.com",
  424. "keywords": [
  425. "league",
  426. "package",
  427. "templates",
  428. "templating",
  429. "views"
  430. ],
  431. "time": "2015-07-09 02:14:40"
  432. },
  433. {
  434. "name": "league/route",
  435. "version": "1.2.3",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/thephpleague/route.git",
  439. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  440. },
  441. "dist": {
  442. "type": "zip",
  443. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  444. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  445. "shasum": ""
  446. },
  447. "require": {
  448. "league/container": "~1.0",
  449. "nikic/fast-route": "~0.3",
  450. "php": ">=5.4.0",
  451. "symfony/http-foundation": "~2.6"
  452. },
  453. "replace": {
  454. "orno/http": "~1.0",
  455. "orno/route": "~1.0"
  456. },
  457. "require-dev": {
  458. "phpunit/phpunit": "4.*"
  459. },
  460. "type": "library",
  461. "extra": {
  462. "branch-alias": {
  463. "dev-master": "1.0-dev"
  464. }
  465. },
  466. "autoload": {
  467. "psr-4": {
  468. "League\\Route\\": "src"
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "MIT"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Phil Bennett",
  478. "email": "philipobenito@gmail.com",
  479. "homepage": "http://philipobenito.github.io",
  480. "role": "Developer"
  481. }
  482. ],
  483. "description": "A fast routing and dispatch package built on top of FastRoute.",
  484. "homepage": "https://github.com/thephpleague/route",
  485. "keywords": [
  486. "league",
  487. "route"
  488. ],
  489. "time": "2015-09-11 07:40:31"
  490. },
  491. {
  492. "name": "mf2/mf2",
  493. "version": "v0.2.12",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/indieweb/php-mf2.git",
  497. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e",
  502. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e",
  503. "shasum": ""
  504. },
  505. "require": {
  506. "php": ">=5.3.0"
  507. },
  508. "require-dev": {
  509. "phpunit/phpunit": "3.7.*"
  510. },
  511. "suggest": {
  512. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  513. },
  514. "bin": [
  515. "bin/fetch-mf2",
  516. "bin/parse-mf2"
  517. ],
  518. "type": "library",
  519. "autoload": {
  520. "files": [
  521. "Mf2/Parser.php"
  522. ]
  523. },
  524. "notification-url": "https://packagist.org/downloads/",
  525. "license": [
  526. "MIT"
  527. ],
  528. "authors": [
  529. {
  530. "name": "Barnaby Walters",
  531. "homepage": "http://waterpigs.co.uk"
  532. }
  533. ],
  534. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  535. "keywords": [
  536. "html",
  537. "microformats",
  538. "microformats 2",
  539. "parser",
  540. "semantic"
  541. ],
  542. "time": "2015-07-12 14:10:01"
  543. },
  544. {
  545. "name": "michelf/php-markdown",
  546. "version": "1.6.0",
  547. "source": {
  548. "type": "git",
  549. "url": "https://github.com/michelf/php-markdown.git",
  550. "reference": "156e56ee036505ec637d761ee62dc425d807183c"
  551. },
  552. "dist": {
  553. "type": "zip",
  554. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
  555. "reference": "156e56ee036505ec637d761ee62dc425d807183c",
  556. "shasum": ""
  557. },
  558. "require": {
  559. "php": ">=5.3.0"
  560. },
  561. "type": "library",
  562. "extra": {
  563. "branch-alias": {
  564. "dev-lib": "1.4.x-dev"
  565. }
  566. },
  567. "autoload": {
  568. "psr-0": {
  569. "Michelf": ""
  570. }
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "BSD-3-Clause"
  575. ],
  576. "authors": [
  577. {
  578. "name": "Michel Fortin",
  579. "email": "michel.fortin@michelf.ca",
  580. "homepage": "https://michelf.ca/",
  581. "role": "Developer"
  582. },
  583. {
  584. "name": "John Gruber",
  585. "homepage": "https://daringfireball.net/"
  586. }
  587. ],
  588. "description": "PHP Markdown",
  589. "homepage": "https://michelf.ca/projects/php-markdown/",
  590. "keywords": [
  591. "markdown"
  592. ],
  593. "time": "2015-12-24 01:37:31"
  594. },
  595. {
  596. "name": "nikic/fast-route",
  597. "version": "v0.7.0",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/nikic/FastRoute.git",
  601. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  606. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.4.0"
  611. },
  612. "type": "library",
  613. "autoload": {
  614. "psr-4": {
  615. "FastRoute\\": "src/"
  616. },
  617. "files": [
  618. "src/functions.php"
  619. ]
  620. },
  621. "notification-url": "https://packagist.org/downloads/",
  622. "license": [
  623. "BSD-3-Clause"
  624. ],
  625. "authors": [
  626. {
  627. "name": "Nikita Popov",
  628. "email": "nikic@php.net"
  629. }
  630. ],
  631. "description": "Fast request router for PHP",
  632. "keywords": [
  633. "router",
  634. "routing"
  635. ],
  636. "time": "2015-12-20 19:50:12"
  637. },
  638. {
  639. "name": "p3k/caterpillar",
  640. "version": "0.1.1",
  641. "source": {
  642. "type": "git",
  643. "url": "https://github.com/aaronpk/Caterpillar.git",
  644. "reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb"
  645. },
  646. "dist": {
  647. "type": "zip",
  648. "url": "https://api.github.com/repos/aaronpk/Caterpillar/zipball/61f94612f25d6b5dbfda5c792147bd5f6fa62fcb",
  649. "reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb",
  650. "shasum": ""
  651. },
  652. "require": {
  653. "pda/pheanstalk": "3.*",
  654. "php": ">5.4.0"
  655. },
  656. "type": "library",
  657. "autoload": {
  658. "psr-0": {
  659. "Caterpillar": "src/"
  660. }
  661. },
  662. "notification-url": "https://packagist.org/downloads/",
  663. "license": [
  664. "Apache 2.0"
  665. ],
  666. "authors": [
  667. {
  668. "name": "Aaron Parecki",
  669. "homepage": "http://aaronparecki.com/"
  670. }
  671. ],
  672. "description": "Caterpillar is a background queue manager",
  673. "time": "2015-12-21 22:52:21"
  674. },
  675. {
  676. "name": "pda/pheanstalk",
  677. "version": "v3.1.0",
  678. "source": {
  679. "type": "git",
  680. "url": "https://github.com/pda/pheanstalk.git",
  681. "reference": "430e77c551479aad0c6ada0450ee844cf656a18b"
  682. },
  683. "dist": {
  684. "type": "zip",
  685. "url": "https://api.github.com/repos/pda/pheanstalk/zipball/430e77c551479aad0c6ada0450ee844cf656a18b",
  686. "reference": "430e77c551479aad0c6ada0450ee844cf656a18b",
  687. "shasum": ""
  688. },
  689. "require": {
  690. "php": ">=5.3.0"
  691. },
  692. "require-dev": {
  693. "phpunit/phpunit": "~4.0"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "3.0-dev"
  699. }
  700. },
  701. "autoload": {
  702. "psr-4": {
  703. "Pheanstalk\\": "src/"
  704. }
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "MIT"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Paul Annesley",
  713. "email": "paul@annesley.cc",
  714. "homepage": "http://paul.annesley.cc/",
  715. "role": "Developer"
  716. }
  717. ],
  718. "description": "PHP client for beanstalkd queue",
  719. "homepage": "https://github.com/pda/pheanstalk",
  720. "keywords": [
  721. "beanstalkd"
  722. ],
  723. "time": "2015-08-07 21:42:41"
  724. },
  725. {
  726. "name": "predis/predis",
  727. "version": "v1.0.3",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/nrk/predis.git",
  731. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
  736. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
  737. "shasum": ""
  738. },
  739. "require": {
  740. "php": ">=5.3.2"
  741. },
  742. "require-dev": {
  743. "phpunit/phpunit": "~4.0"
  744. },
  745. "suggest": {
  746. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  747. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  748. },
  749. "type": "library",
  750. "autoload": {
  751. "psr-4": {
  752. "Predis\\": "src/"
  753. }
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "MIT"
  758. ],
  759. "authors": [
  760. {
  761. "name": "Daniele Alessandri",
  762. "email": "suppakilla@gmail.com",
  763. "homepage": "http://clorophilla.net"
  764. }
  765. ],
  766. "description": "Flexible and feature-complete PHP client library for Redis",
  767. "homepage": "http://github.com/nrk/predis",
  768. "keywords": [
  769. "nosql",
  770. "predis",
  771. "redis"
  772. ],
  773. "time": "2015-07-30 18:34:15"
  774. },
  775. {
  776. "name": "symfony/http-foundation",
  777. "version": "v2.8.0",
  778. "source": {
  779. "type": "git",
  780. "url": "https://github.com/symfony/http-foundation.git",
  781. "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49"
  782. },
  783. "dist": {
  784. "type": "zip",
  785. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ed0ec39ef684bec84d1fd9f2a55104e403b7e49",
  786. "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49",
  787. "shasum": ""
  788. },
  789. "require": {
  790. "php": ">=5.3.9",
  791. "symfony/polyfill-php54": "~1.0"
  792. },
  793. "require-dev": {
  794. "symfony/expression-language": "~2.4|~3.0.0"
  795. },
  796. "type": "library",
  797. "extra": {
  798. "branch-alias": {
  799. "dev-master": "2.8-dev"
  800. }
  801. },
  802. "autoload": {
  803. "psr-4": {
  804. "Symfony\\Component\\HttpFoundation\\": ""
  805. },
  806. "exclude-from-classmap": [
  807. "/Tests/"
  808. ]
  809. },
  810. "notification-url": "https://packagist.org/downloads/",
  811. "license": [
  812. "MIT"
  813. ],
  814. "authors": [
  815. {
  816. "name": "Fabien Potencier",
  817. "email": "fabien@symfony.com"
  818. },
  819. {
  820. "name": "Symfony Community",
  821. "homepage": "https://symfony.com/contributors"
  822. }
  823. ],
  824. "description": "Symfony HttpFoundation Component",
  825. "homepage": "https://symfony.com",
  826. "time": "2015-11-27 11:03:19"
  827. },
  828. {
  829. "name": "symfony/polyfill-php54",
  830. "version": "v1.0.0",
  831. "source": {
  832. "type": "git",
  833. "url": "https://github.com/symfony/polyfill-php54.git",
  834. "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
  835. },
  836. "dist": {
  837. "type": "zip",
  838. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
  839. "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
  840. "shasum": ""
  841. },
  842. "require": {
  843. "php": ">=5.3.3"
  844. },
  845. "type": "library",
  846. "extra": {
  847. "branch-alias": {
  848. "dev-master": "1.0-dev"
  849. }
  850. },
  851. "autoload": {
  852. "psr-4": {
  853. "Symfony\\Polyfill\\Php54\\": ""
  854. },
  855. "files": [
  856. "bootstrap.php"
  857. ],
  858. "classmap": [
  859. "Resources/stubs"
  860. ]
  861. },
  862. "notification-url": "https://packagist.org/downloads/",
  863. "license": [
  864. "MIT"
  865. ],
  866. "authors": [
  867. {
  868. "name": "Nicolas Grekas",
  869. "email": "p@tchwork.com"
  870. },
  871. {
  872. "name": "Symfony Community",
  873. "homepage": "https://symfony.com/contributors"
  874. }
  875. ],
  876. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  877. "homepage": "https://symfony.com",
  878. "keywords": [
  879. "compatibility",
  880. "polyfill",
  881. "portable",
  882. "shim"
  883. ],
  884. "time": "2015-11-04 20:28:58"
  885. }
  886. ],
  887. "packages-dev": [
  888. {
  889. "name": "doctrine/instantiator",
  890. "version": "1.0.5",
  891. "source": {
  892. "type": "git",
  893. "url": "https://github.com/doctrine/instantiator.git",
  894. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  895. },
  896. "dist": {
  897. "type": "zip",
  898. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  899. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  900. "shasum": ""
  901. },
  902. "require": {
  903. "php": ">=5.3,<8.0-DEV"
  904. },
  905. "require-dev": {
  906. "athletic/athletic": "~0.1.8",
  907. "ext-pdo": "*",
  908. "ext-phar": "*",
  909. "phpunit/phpunit": "~4.0",
  910. "squizlabs/php_codesniffer": "~2.0"
  911. },
  912. "type": "library",
  913. "extra": {
  914. "branch-alias": {
  915. "dev-master": "1.0.x-dev"
  916. }
  917. },
  918. "autoload": {
  919. "psr-4": {
  920. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  921. }
  922. },
  923. "notification-url": "https://packagist.org/downloads/",
  924. "license": [
  925. "MIT"
  926. ],
  927. "authors": [
  928. {
  929. "name": "Marco Pivetta",
  930. "email": "ocramius@gmail.com",
  931. "homepage": "http://ocramius.github.com/"
  932. }
  933. ],
  934. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  935. "homepage": "https://github.com/doctrine/instantiator",
  936. "keywords": [
  937. "constructor",
  938. "instantiate"
  939. ],
  940. "time": "2015-06-14 21:17:01"
  941. },
  942. {
  943. "name": "myclabs/deep-copy",
  944. "version": "1.5.0",
  945. "source": {
  946. "type": "git",
  947. "url": "https://github.com/myclabs/DeepCopy.git",
  948. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  949. },
  950. "dist": {
  951. "type": "zip",
  952. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  953. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  954. "shasum": ""
  955. },
  956. "require": {
  957. "php": ">=5.4.0"
  958. },
  959. "require-dev": {
  960. "doctrine/collections": "1.*",
  961. "phpunit/phpunit": "~4.1"
  962. },
  963. "type": "library",
  964. "autoload": {
  965. "psr-4": {
  966. "DeepCopy\\": "src/DeepCopy/"
  967. }
  968. },
  969. "notification-url": "https://packagist.org/downloads/",
  970. "license": [
  971. "MIT"
  972. ],
  973. "description": "Create deep copies (clones) of your objects",
  974. "homepage": "https://github.com/myclabs/DeepCopy",
  975. "keywords": [
  976. "clone",
  977. "copy",
  978. "duplicate",
  979. "object",
  980. "object graph"
  981. ],
  982. "time": "2015-11-07 22:20:37"
  983. },
  984. {
  985. "name": "phpdocumentor/reflection-docblock",
  986. "version": "2.0.4",
  987. "source": {
  988. "type": "git",
  989. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  990. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  991. },
  992. "dist": {
  993. "type": "zip",
  994. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  995. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  996. "shasum": ""
  997. },
  998. "require": {
  999. "php": ">=5.3.3"
  1000. },
  1001. "require-dev": {
  1002. "phpunit/phpunit": "~4.0"
  1003. },
  1004. "suggest": {
  1005. "dflydev/markdown": "~1.0",
  1006. "erusev/parsedown": "~1.0"
  1007. },
  1008. "type": "library",
  1009. "extra": {
  1010. "branch-alias": {
  1011. "dev-master": "2.0.x-dev"
  1012. }
  1013. },
  1014. "autoload": {
  1015. "psr-0": {
  1016. "phpDocumentor": [
  1017. "src/"
  1018. ]
  1019. }
  1020. },
  1021. "notification-url": "https://packagist.org/downloads/",
  1022. "license": [
  1023. "MIT"
  1024. ],
  1025. "authors": [
  1026. {
  1027. "name": "Mike van Riel",
  1028. "email": "mike.vanriel@naenius.com"
  1029. }
  1030. ],
  1031. "time": "2015-02-03 12:10:50"
  1032. },
  1033. {
  1034. "name": "phpspec/prophecy",
  1035. "version": "v1.5.0",
  1036. "source": {
  1037. "type": "git",
  1038. "url": "https://github.com/phpspec/prophecy.git",
  1039. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  1040. },
  1041. "dist": {
  1042. "type": "zip",
  1043. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  1044. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  1045. "shasum": ""
  1046. },
  1047. "require": {
  1048. "doctrine/instantiator": "^1.0.2",
  1049. "phpdocumentor/reflection-docblock": "~2.0",
  1050. "sebastian/comparator": "~1.1"
  1051. },
  1052. "require-dev": {
  1053. "phpspec/phpspec": "~2.0"
  1054. },
  1055. "type": "library",
  1056. "extra": {
  1057. "branch-alias": {
  1058. "dev-master": "1.4.x-dev"
  1059. }
  1060. },
  1061. "autoload": {
  1062. "psr-0": {
  1063. "Prophecy\\": "src/"
  1064. }
  1065. },
  1066. "notification-url": "https://packagist.org/downloads/",
  1067. "license": [
  1068. "MIT"
  1069. ],
  1070. "authors": [
  1071. {
  1072. "name": "Konstantin Kudryashov",
  1073. "email": "ever.zet@gmail.com",
  1074. "homepage": "http://everzet.com"
  1075. },
  1076. {
  1077. "name": "Marcello Duarte",
  1078. "email": "marcello.duarte@gmail.com"
  1079. }
  1080. ],
  1081. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1082. "homepage": "https://github.com/phpspec/prophecy",
  1083. "keywords": [
  1084. "Double",
  1085. "Dummy",
  1086. "fake",
  1087. "mock",
  1088. "spy",
  1089. "stub"
  1090. ],
  1091. "time": "2015-08-13 10:07:40"
  1092. },
  1093. {
  1094. "name": "phpunit/php-code-coverage",
  1095. "version": "3.0.2",
  1096. "source": {
  1097. "type": "git",
  1098. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1099. "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d"
  1100. },
  1101. "dist": {
  1102. "type": "zip",
  1103. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
  1104. "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
  1105. "shasum": ""
  1106. },
  1107. "require": {
  1108. "php": ">=5.6",
  1109. "phpunit/php-file-iterator": "~1.3",
  1110. "phpunit/php-text-template": "~1.2",
  1111. "phpunit/php-token-stream": "~1.3",
  1112. "sebastian/environment": "^1.3.2",
  1113. "sebastian/version": "~1.0"
  1114. },
  1115. "require-dev": {
  1116. "ext-xdebug": ">=2.1.4",
  1117. "phpunit/phpunit": "~5"
  1118. },
  1119. "suggest": {
  1120. "ext-dom": "*",
  1121. "ext-xdebug": ">=2.2.1",
  1122. "ext-xmlwriter": "*"
  1123. },
  1124. "type": "library",
  1125. "extra": {
  1126. "branch-alias": {
  1127. "dev-master": "3.0.x-dev"
  1128. }
  1129. },
  1130. "autoload": {
  1131. "classmap": [
  1132. "src/"
  1133. ]
  1134. },
  1135. "notification-url": "https://packagist.org/downloads/",
  1136. "license": [
  1137. "BSD-3-Clause"
  1138. ],
  1139. "authors": [
  1140. {
  1141. "name": "Sebastian Bergmann",
  1142. "email": "sb@sebastian-bergmann.de",
  1143. "role": "lead"
  1144. }
  1145. ],
  1146. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1147. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1148. "keywords": [
  1149. "coverage",
  1150. "testing",
  1151. "xunit"
  1152. ],
  1153. "time": "2015-11-12 21:08:20"
  1154. },
  1155. {
  1156. "name": "phpunit/php-file-iterator",
  1157. "version": "1.4.1",
  1158. "source": {
  1159. "type": "git",
  1160. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1161. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  1162. },
  1163. "dist": {
  1164. "type": "zip",
  1165. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1166. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1167. "shasum": ""
  1168. },
  1169. "require": {
  1170. "php": ">=5.3.3"
  1171. },
  1172. "type": "library",
  1173. "extra": {
  1174. "branch-alias": {
  1175. "dev-master": "1.4.x-dev"
  1176. }
  1177. },
  1178. "autoload": {
  1179. "classmap": [
  1180. "src/"
  1181. ]
  1182. },
  1183. "notification-url": "https://packagist.org/downloads/",
  1184. "license": [
  1185. "BSD-3-Clause"
  1186. ],
  1187. "authors": [
  1188. {
  1189. "name": "Sebastian Bergmann",
  1190. "email": "sb@sebastian-bergmann.de",
  1191. "role": "lead"
  1192. }
  1193. ],
  1194. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1195. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1196. "keywords": [
  1197. "filesystem",
  1198. "iterator"
  1199. ],
  1200. "time": "2015-06-21 13:08:43"
  1201. },
  1202. {
  1203. "name": "phpunit/php-text-template",
  1204. "version": "1.2.1",
  1205. "source": {
  1206. "type": "git",
  1207. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1208. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1209. },
  1210. "dist": {
  1211. "type": "zip",
  1212. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1213. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1214. "shasum": ""
  1215. },
  1216. "require": {
  1217. "php": ">=5.3.3"
  1218. },
  1219. "type": "library",
  1220. "autoload": {
  1221. "classmap": [
  1222. "src/"
  1223. ]
  1224. },
  1225. "notification-url": "https://packagist.org/downloads/",
  1226. "license": [
  1227. "BSD-3-Clause"
  1228. ],
  1229. "authors": [
  1230. {
  1231. "name": "Sebastian Bergmann",
  1232. "email": "sebastian@phpunit.de",
  1233. "role": "lead"
  1234. }
  1235. ],
  1236. "description": "Simple template engine.",
  1237. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1238. "keywords": [
  1239. "template"
  1240. ],
  1241. "time": "2015-06-21 13:50:34"
  1242. },
  1243. {
  1244. "name": "phpunit/php-timer",
  1245. "version": "1.0.7",
  1246. "source": {
  1247. "type": "git",
  1248. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1249. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  1250. },
  1251. "dist": {
  1252. "type": "zip",
  1253. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1254. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1255. "shasum": ""
  1256. },
  1257. "require": {
  1258. "php": ">=5.3.3"
  1259. },
  1260. "type": "library",
  1261. "autoload": {
  1262. "classmap": [
  1263. "src/"
  1264. ]
  1265. },
  1266. "notification-url": "https://packagist.org/downloads/",
  1267. "license": [
  1268. "BSD-3-Clause"
  1269. ],
  1270. "authors": [
  1271. {
  1272. "name": "Sebastian Bergmann",
  1273. "email": "sb@sebastian-bergmann.de",
  1274. "role": "lead"
  1275. }
  1276. ],
  1277. "description": "Utility class for timing",
  1278. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1279. "keywords": [
  1280. "timer"
  1281. ],
  1282. "time": "2015-06-21 08:01:12"
  1283. },
  1284. {
  1285. "name": "phpunit/php-token-stream",
  1286. "version": "1.4.8",
  1287. "source": {
  1288. "type": "git",
  1289. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1290. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1291. },
  1292. "dist": {
  1293. "type": "zip",
  1294. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1295. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1296. "shasum": ""
  1297. },
  1298. "require": {
  1299. "ext-tokenizer": "*",
  1300. "php": ">=5.3.3"
  1301. },
  1302. "require-dev": {
  1303. "phpunit/phpunit": "~4.2"
  1304. },
  1305. "type": "library",
  1306. "extra": {
  1307. "branch-alias": {
  1308. "dev-master": "1.4-dev"
  1309. }
  1310. },
  1311. "autoload": {
  1312. "classmap": [
  1313. "src/"
  1314. ]
  1315. },
  1316. "notification-url": "https://packagist.org/downloads/",
  1317. "license": [
  1318. "BSD-3-Clause"
  1319. ],
  1320. "authors": [
  1321. {
  1322. "name": "Sebastian Bergmann",
  1323. "email": "sebastian@phpunit.de"
  1324. }
  1325. ],
  1326. "description": "Wrapper around PHP's tokenizer extension.",
  1327. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1328. "keywords": [
  1329. "tokenizer"
  1330. ],
  1331. "time": "2015-09-15 10:49:45"
  1332. },
  1333. {
  1334. "name": "phpunit/phpunit",
  1335. "version": "5.1.3",
  1336. "source": {
  1337. "type": "git",
  1338. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1339. "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022"
  1340. },
  1341. "dist": {
  1342. "type": "zip",
  1343. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c047ff05d2279404af9a7e89e2a7151c32c88022",
  1344. "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022",
  1345. "shasum": ""
  1346. },
  1347. "require": {
  1348. "ext-dom": "*",
  1349. "ext-json": "*",
  1350. "ext-pcre": "*",
  1351. "ext-reflection": "*",
  1352. "ext-spl": "*",
  1353. "myclabs/deep-copy": "~1.3",
  1354. "php": ">=5.6",
  1355. "phpspec/prophecy": "^1.3.1",
  1356. "phpunit/php-code-coverage": "~3.0",
  1357. "phpunit/php-file-iterator": "~1.4",
  1358. "phpunit/php-text-template": "~1.2",
  1359. "phpunit/php-timer": ">=1.0.6",
  1360. "phpunit/phpunit-mock-objects": ">=3.0.5",
  1361. "sebastian/comparator": "~1.1",
  1362. "sebastian/diff": "~1.2",
  1363. "sebastian/environment": "~1.3",
  1364. "sebastian/exporter": "~1.2",
  1365. "sebastian/global-state": "~1.0",
  1366. "sebastian/resource-operations": "~1.0",
  1367. "sebastian/version": "~1.0",
  1368. "symfony/yaml": "~2.1|~3.0"
  1369. },
  1370. "suggest": {
  1371. "phpunit/php-invoker": "~1.1"
  1372. },
  1373. "bin": [
  1374. "phpunit"
  1375. ],
  1376. "type": "library",
  1377. "extra": {
  1378. "branch-alias": {
  1379. "dev-master": "5.1.x-dev"
  1380. }
  1381. },
  1382. "autoload": {
  1383. "classmap": [
  1384. "src/"
  1385. ]
  1386. },
  1387. "notification-url": "https://packagist.org/downloads/",
  1388. "license": [
  1389. "BSD-3-Clause"
  1390. ],
  1391. "authors": [
  1392. {
  1393. "name": "Sebastian Bergmann",
  1394. "email": "sebastian@phpunit.de",
  1395. "role": "lead"
  1396. }
  1397. ],
  1398. "description": "The PHP Unit Testing framework.",
  1399. "homepage": "https://phpunit.de/",
  1400. "keywords": [
  1401. "phpunit",
  1402. "testing",
  1403. "xunit"
  1404. ],
  1405. "time": "2015-12-10 07:54:54"
  1406. },
  1407. {
  1408. "name": "phpunit/phpunit-mock-objects",
  1409. "version": "3.0.6",
  1410. "source": {
  1411. "type": "git",
  1412. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1413. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
  1414. },
  1415. "dist": {
  1416. "type": "zip",
  1417. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
  1418. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
  1419. "shasum": ""
  1420. },
  1421. "require": {
  1422. "doctrine/instantiator": "^1.0.2",
  1423. "php": ">=5.6",
  1424. "phpunit/php-text-template": "~1.2",
  1425. "sebastian/exporter": "~1.2"
  1426. },
  1427. "require-dev": {
  1428. "phpunit/phpunit": "~5"
  1429. },
  1430. "suggest": {
  1431. "ext-soap": "*"
  1432. },
  1433. "type": "library",
  1434. "extra": {
  1435. "branch-alias": {
  1436. "dev-master": "3.0.x-dev"
  1437. }
  1438. },
  1439. "autoload": {
  1440. "classmap": [
  1441. "src/"
  1442. ]
  1443. },
  1444. "notification-url": "https://packagist.org/downloads/",
  1445. "license": [
  1446. "BSD-3-Clause"
  1447. ],
  1448. "authors": [
  1449. {
  1450. "name": "Sebastian Bergmann",
  1451. "email": "sb@sebastian-bergmann.de",
  1452. "role": "lead"
  1453. }
  1454. ],
  1455. "description": "Mock Object library for PHPUnit",
  1456. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1457. "keywords": [
  1458. "mock",
  1459. "xunit"
  1460. ],
  1461. "time": "2015-12-08 08:47:06"
  1462. },
  1463. {
  1464. "name": "sebastian/comparator",
  1465. "version": "1.2.0",
  1466. "source": {
  1467. "type": "git",
  1468. "url": "https://github.com/sebastianbergmann/comparator.git",
  1469. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1470. },
  1471. "dist": {
  1472. "type": "zip",
  1473. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1474. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1475. "shasum": ""
  1476. },
  1477. "require": {
  1478. "php": ">=5.3.3",
  1479. "sebastian/diff": "~1.2",
  1480. "sebastian/exporter": "~1.2"
  1481. },
  1482. "require-dev": {
  1483. "phpunit/phpunit": "~4.4"
  1484. },
  1485. "type": "library",
  1486. "extra": {
  1487. "branch-alias": {
  1488. "dev-master": "1.2.x-dev"
  1489. }
  1490. },
  1491. "autoload": {
  1492. "classmap": [
  1493. "src/"
  1494. ]
  1495. },
  1496. "notification-url": "https://packagist.org/downloads/",
  1497. "license": [
  1498. "BSD-3-Clause"
  1499. ],
  1500. "authors": [
  1501. {
  1502. "name": "Jeff Welch",
  1503. "email": "whatthejeff@gmail.com"
  1504. },
  1505. {
  1506. "name": "Volker Dusch",
  1507. "email": "github@wallbash.com"
  1508. },
  1509. {
  1510. "name": "Bernhard Schussek",
  1511. "email": "bschussek@2bepublished.at"
  1512. },
  1513. {
  1514. "name": "Sebastian Bergmann",
  1515. "email": "sebastian@phpunit.de"
  1516. }
  1517. ],
  1518. "description": "Provides the functionality to compare PHP values for equality",
  1519. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1520. "keywords": [
  1521. "comparator",
  1522. "compare",
  1523. "equality"
  1524. ],
  1525. "time": "2015-07-26 15:48:44"
  1526. },
  1527. {
  1528. "name": "sebastian/diff",
  1529. "version": "1.4.1",
  1530. "source": {
  1531. "type": "git",
  1532. "url": "https://github.com/sebastianbergmann/diff.git",
  1533. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1534. },
  1535. "dist": {
  1536. "type": "zip",
  1537. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1538. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1539. "shasum": ""
  1540. },
  1541. "require": {
  1542. "php": ">=5.3.3"
  1543. },
  1544. "require-dev": {
  1545. "phpunit/phpunit": "~4.8"
  1546. },
  1547. "type": "library",
  1548. "extra": {
  1549. "branch-alias": {
  1550. "dev-master": "1.4-dev"
  1551. }
  1552. },
  1553. "autoload": {
  1554. "classmap": [
  1555. "src/"
  1556. ]
  1557. },
  1558. "notification-url": "https://packagist.org/downloads/",
  1559. "license": [
  1560. "BSD-3-Clause"
  1561. ],
  1562. "authors": [
  1563. {
  1564. "name": "Kore Nordmann",
  1565. "email": "mail@kore-nordmann.de"
  1566. },
  1567. {
  1568. "name": "Sebastian Bergmann",
  1569. "email": "sebastian@phpunit.de"
  1570. }
  1571. ],
  1572. "description": "Diff implementation",
  1573. "homepage": "https://github.com/sebastianbergmann/diff",
  1574. "keywords": [
  1575. "diff"
  1576. ],
  1577. "time": "2015-12-08 07:14:41"
  1578. },
  1579. {
  1580. "name": "sebastian/environment",
  1581. "version": "1.3.3",
  1582. "source": {
  1583. "type": "git",
  1584. "url": "https://github.com/sebastianbergmann/environment.git",
  1585. "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  1586. },
  1587. "dist": {
  1588. "type": "zip",
  1589. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  1590. "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  1591. "shasum": ""
  1592. },
  1593. "require": {
  1594. "php": ">=5.3.3"
  1595. },
  1596. "require-dev": {
  1597. "phpunit/phpunit": "~4.4"
  1598. },
  1599. "type": "library",
  1600. "extra": {
  1601. "branch-alias": {
  1602. "dev-master": "1.3.x-dev"
  1603. }
  1604. },
  1605. "autoload": {
  1606. "classmap": [
  1607. "src/"
  1608. ]
  1609. },
  1610. "notification-url": "https://packagist.org/downloads/",
  1611. "license": [
  1612. "BSD-3-Clause"
  1613. ],
  1614. "authors": [
  1615. {
  1616. "name": "Sebastian Bergmann",
  1617. "email": "sebastian@phpunit.de"
  1618. }
  1619. ],
  1620. "description": "Provides functionality to handle HHVM/PHP environments",
  1621. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1622. "keywords": [
  1623. "Xdebug",
  1624. "environment",
  1625. "hhvm"
  1626. ],
  1627. "time": "2015-12-02 08:37:27"
  1628. },
  1629. {
  1630. "name": "sebastian/exporter",
  1631. "version": "1.2.1",
  1632. "source": {
  1633. "type": "git",
  1634. "url": "https://github.com/sebastianbergmann/exporter.git",
  1635. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1636. },
  1637. "dist": {
  1638. "type": "zip",
  1639. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1640. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1641. "shasum": ""
  1642. },
  1643. "require": {
  1644. "php": ">=5.3.3",
  1645. "sebastian/recursion-context": "~1.0"
  1646. },
  1647. "require-dev": {
  1648. "phpunit/phpunit": "~4.4"
  1649. },
  1650. "type": "library",
  1651. "extra": {
  1652. "branch-alias": {
  1653. "dev-master": "1.2.x-dev"
  1654. }
  1655. },
  1656. "autoload": {
  1657. "classmap": [
  1658. "src/"
  1659. ]
  1660. },
  1661. "notification-url": "https://packagist.org/downloads/",
  1662. "license": [
  1663. "BSD-3-Clause"
  1664. ],
  1665. "authors": [
  1666. {
  1667. "name": "Jeff Welch",
  1668. "email": "whatthejeff@gmail.com"
  1669. },
  1670. {
  1671. "name": "Volker Dusch",
  1672. "email": "github@wallbash.com"
  1673. },
  1674. {
  1675. "name": "Bernhard Schussek",
  1676. "email": "bschussek@2bepublished.at"
  1677. },
  1678. {
  1679. "name": "Sebastian Bergmann",
  1680. "email": "sebastian@phpunit.de"
  1681. },
  1682. {
  1683. "name": "Adam Harvey",
  1684. "email": "aharvey@php.net"
  1685. }
  1686. ],
  1687. "description": "Provides the functionality to export PHP variables for visualization",
  1688. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1689. "keywords": [
  1690. "export",
  1691. "exporter"
  1692. ],
  1693. "time": "2015-06-21 07:55:53"
  1694. },
  1695. {
  1696. "name": "sebastian/global-state",
  1697. "version": "1.1.1",
  1698. "source": {
  1699. "type": "git",
  1700. "url": "https://github.com/sebastianbergmann/global-state.git",
  1701. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1702. },
  1703. "dist": {
  1704. "type": "zip",
  1705. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1706. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1707. "shasum": ""
  1708. },
  1709. "require": {
  1710. "php": ">=5.3.3"
  1711. },
  1712. "require-dev": {
  1713. "phpunit/phpunit": "~4.2"
  1714. },
  1715. "suggest": {
  1716. "ext-uopz": "*"
  1717. },
  1718. "type": "library",
  1719. "extra": {
  1720. "branch-alias": {
  1721. "dev-master": "1.0-dev"
  1722. }
  1723. },
  1724. "autoload": {
  1725. "classmap": [
  1726. "src/"
  1727. ]
  1728. },
  1729. "notification-url": "https://packagist.org/downloads/",
  1730. "license": [
  1731. "BSD-3-Clause"
  1732. ],
  1733. "authors": [
  1734. {
  1735. "name": "Sebastian Bergmann",
  1736. "email": "sebastian@phpunit.de"
  1737. }
  1738. ],
  1739. "description": "Snapshotting of global state",
  1740. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1741. "keywords": [
  1742. "global state"
  1743. ],
  1744. "time": "2015-10-12 03:26:01"
  1745. },
  1746. {
  1747. "name": "sebastian/recursion-context",
  1748. "version": "1.0.2",
  1749. "source": {
  1750. "type": "git",
  1751. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1752. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  1753. },
  1754. "dist": {
  1755. "type": "zip",
  1756. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  1757. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  1758. "shasum": ""
  1759. },
  1760. "require": {
  1761. "php": ">=5.3.3"
  1762. },
  1763. "require-dev": {
  1764. "phpunit/phpunit": "~4.4"
  1765. },
  1766. "type": "library",
  1767. "extra": {
  1768. "branch-alias": {
  1769. "dev-master": "1.0.x-dev"
  1770. }
  1771. },
  1772. "autoload": {
  1773. "classmap": [
  1774. "src/"
  1775. ]
  1776. },
  1777. "notification-url": "https://packagist.org/downloads/",
  1778. "license": [
  1779. "BSD-3-Clause"
  1780. ],
  1781. "authors": [
  1782. {
  1783. "name": "Jeff Welch",
  1784. "email": "whatthejeff@gmail.com"
  1785. },
  1786. {
  1787. "name": "Sebastian Bergmann",
  1788. "email": "sebastian@phpunit.de"
  1789. },
  1790. {
  1791. "name": "Adam Harvey",
  1792. "email": "aharvey@php.net"
  1793. }
  1794. ],
  1795. "description": "Provides functionality to recursively process PHP variables",
  1796. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1797. "time": "2015-11-11 19:50:13"
  1798. },
  1799. {
  1800. "name": "sebastian/resource-operations",
  1801. "version": "1.0.0",
  1802. "source": {
  1803. "type": "git",
  1804. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1805. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1806. },
  1807. "dist": {
  1808. "type": "zip",
  1809. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1810. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1811. "shasum": ""
  1812. },
  1813. "require": {
  1814. "php": ">=5.6.0"
  1815. },
  1816. "type": "library",
  1817. "extra": {
  1818. "branch-alias": {
  1819. "dev-master": "1.0.x-dev"
  1820. }
  1821. },
  1822. "autoload": {
  1823. "classmap": [
  1824. "src/"
  1825. ]
  1826. },
  1827. "notification-url": "https://packagist.org/downloads/",
  1828. "license": [
  1829. "BSD-3-Clause"
  1830. ],
  1831. "authors": [
  1832. {
  1833. "name": "Sebastian Bergmann",
  1834. "email": "sebastian@phpunit.de"
  1835. }
  1836. ],
  1837. "description": "Provides a list of PHP built-in functions that operate on resources",
  1838. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1839. "time": "2015-07-28 20:34:47"
  1840. },
  1841. {
  1842. "name": "sebastian/version",
  1843. "version": "1.0.6",
  1844. "source": {
  1845. "type": "git",
  1846. "url": "https://github.com/sebastianbergmann/version.git",
  1847. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1848. },
  1849. "dist": {
  1850. "type": "zip",
  1851. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1852. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1853. "shasum": ""
  1854. },
  1855. "type": "library",
  1856. "autoload": {
  1857. "classmap": [
  1858. "src/"
  1859. ]
  1860. },
  1861. "notification-url": "https://packagist.org/downloads/",
  1862. "license": [
  1863. "BSD-3-Clause"
  1864. ],
  1865. "authors": [
  1866. {
  1867. "name": "Sebastian Bergmann",
  1868. "email": "sebastian@phpunit.de",
  1869. "role": "lead"
  1870. }
  1871. ],
  1872. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1873. "homepage": "https://github.com/sebastianbergmann/version",
  1874. "time": "2015-06-21 13:59:46"
  1875. },
  1876. {
  1877. "name": "symfony/yaml",
  1878. "version": "v3.0.0",
  1879. "source": {
  1880. "type": "git",
  1881. "url": "https://github.com/symfony/yaml.git",
  1882. "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
  1883. },
  1884. "dist": {
  1885. "type": "zip",
  1886. "url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
  1887. "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
  1888. "shasum": ""
  1889. },
  1890. "require": {
  1891. "php": ">=5.5.9"
  1892. },
  1893. "type": "library",
  1894. "extra": {
  1895. "branch-alias": {
  1896. "dev-master": "3.0-dev"
  1897. }
  1898. },
  1899. "autoload": {
  1900. "psr-4": {
  1901. "Symfony\\Component\\Yaml\\": ""
  1902. },
  1903. "exclude-from-classmap": [
  1904. "/Tests/"
  1905. ]
  1906. },
  1907. "notification-url": "https://packagist.org/downloads/",
  1908. "license": [
  1909. "MIT"
  1910. ],
  1911. "authors": [
  1912. {
  1913. "name": "Fabien Potencier",
  1914. "email": "fabien@symfony.com"
  1915. },
  1916. {
  1917. "name": "Symfony Community",
  1918. "homepage": "https://symfony.com/contributors"
  1919. }
  1920. ],
  1921. "description": "Symfony Yaml Component",
  1922. "homepage": "https://symfony.com",
  1923. "time": "2015-11-30 12:36:17"
  1924. }
  1925. ],
  1926. "aliases": [],
  1927. "minimum-stability": "stable",
  1928. "stability-flags": [],
  1929. "prefer-stable": false,
  1930. "prefer-lowest": false,
  1931. "platform": {
  1932. "php": ">=5.5"
  1933. },
  1934. "platform-dev": []
  1935. }