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.

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