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.

1702 lines
58 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
  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": "2ba7de03b37a6d84edc940e53b969dd8",
  8. "content-hash": "a54d5a9f88a410c0295e0530b51e3abc",
  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.0.0",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/indieweb/mention-client-php.git",
  184. "reference": "4f07d535716f5b2eec05e33e9b3d6e33843a3b9a"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/4f07d535716f5b2eec05e33e9b3d6e33843a3b9a",
  189. "reference": "4f07d535716f5b2eec05e33e9b3d6e33843a3b9a",
  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-09 19:10:25"
  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": "symfony/http-foundation",
  544. "version": "v2.8.0",
  545. "source": {
  546. "type": "git",
  547. "url": "https://github.com/symfony/http-foundation.git",
  548. "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49"
  549. },
  550. "dist": {
  551. "type": "zip",
  552. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ed0ec39ef684bec84d1fd9f2a55104e403b7e49",
  553. "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49",
  554. "shasum": ""
  555. },
  556. "require": {
  557. "php": ">=5.3.9",
  558. "symfony/polyfill-php54": "~1.0"
  559. },
  560. "require-dev": {
  561. "symfony/expression-language": "~2.4|~3.0.0"
  562. },
  563. "type": "library",
  564. "extra": {
  565. "branch-alias": {
  566. "dev-master": "2.8-dev"
  567. }
  568. },
  569. "autoload": {
  570. "psr-4": {
  571. "Symfony\\Component\\HttpFoundation\\": ""
  572. },
  573. "exclude-from-classmap": [
  574. "/Tests/"
  575. ]
  576. },
  577. "notification-url": "https://packagist.org/downloads/",
  578. "license": [
  579. "MIT"
  580. ],
  581. "authors": [
  582. {
  583. "name": "Fabien Potencier",
  584. "email": "fabien@symfony.com"
  585. },
  586. {
  587. "name": "Symfony Community",
  588. "homepage": "https://symfony.com/contributors"
  589. }
  590. ],
  591. "description": "Symfony HttpFoundation Component",
  592. "homepage": "https://symfony.com",
  593. "time": "2015-11-27 11:03:19"
  594. },
  595. {
  596. "name": "symfony/polyfill-php54",
  597. "version": "v1.0.0",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/symfony/polyfill-php54.git",
  601. "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
  606. "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.3.3"
  611. },
  612. "type": "library",
  613. "extra": {
  614. "branch-alias": {
  615. "dev-master": "1.0-dev"
  616. }
  617. },
  618. "autoload": {
  619. "psr-4": {
  620. "Symfony\\Polyfill\\Php54\\": ""
  621. },
  622. "files": [
  623. "bootstrap.php"
  624. ],
  625. "classmap": [
  626. "Resources/stubs"
  627. ]
  628. },
  629. "notification-url": "https://packagist.org/downloads/",
  630. "license": [
  631. "MIT"
  632. ],
  633. "authors": [
  634. {
  635. "name": "Nicolas Grekas",
  636. "email": "p@tchwork.com"
  637. },
  638. {
  639. "name": "Symfony Community",
  640. "homepage": "https://symfony.com/contributors"
  641. }
  642. ],
  643. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  644. "homepage": "https://symfony.com",
  645. "keywords": [
  646. "compatibility",
  647. "polyfill",
  648. "portable",
  649. "shim"
  650. ],
  651. "time": "2015-11-04 20:28:58"
  652. }
  653. ],
  654. "packages-dev": [
  655. {
  656. "name": "doctrine/instantiator",
  657. "version": "1.0.5",
  658. "source": {
  659. "type": "git",
  660. "url": "https://github.com/doctrine/instantiator.git",
  661. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  662. },
  663. "dist": {
  664. "type": "zip",
  665. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  666. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  667. "shasum": ""
  668. },
  669. "require": {
  670. "php": ">=5.3,<8.0-DEV"
  671. },
  672. "require-dev": {
  673. "athletic/athletic": "~0.1.8",
  674. "ext-pdo": "*",
  675. "ext-phar": "*",
  676. "phpunit/phpunit": "~4.0",
  677. "squizlabs/php_codesniffer": "~2.0"
  678. },
  679. "type": "library",
  680. "extra": {
  681. "branch-alias": {
  682. "dev-master": "1.0.x-dev"
  683. }
  684. },
  685. "autoload": {
  686. "psr-4": {
  687. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  688. }
  689. },
  690. "notification-url": "https://packagist.org/downloads/",
  691. "license": [
  692. "MIT"
  693. ],
  694. "authors": [
  695. {
  696. "name": "Marco Pivetta",
  697. "email": "ocramius@gmail.com",
  698. "homepage": "http://ocramius.github.com/"
  699. }
  700. ],
  701. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  702. "homepage": "https://github.com/doctrine/instantiator",
  703. "keywords": [
  704. "constructor",
  705. "instantiate"
  706. ],
  707. "time": "2015-06-14 21:17:01"
  708. },
  709. {
  710. "name": "myclabs/deep-copy",
  711. "version": "1.5.0",
  712. "source": {
  713. "type": "git",
  714. "url": "https://github.com/myclabs/DeepCopy.git",
  715. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  716. },
  717. "dist": {
  718. "type": "zip",
  719. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  720. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  721. "shasum": ""
  722. },
  723. "require": {
  724. "php": ">=5.4.0"
  725. },
  726. "require-dev": {
  727. "doctrine/collections": "1.*",
  728. "phpunit/phpunit": "~4.1"
  729. },
  730. "type": "library",
  731. "autoload": {
  732. "psr-4": {
  733. "DeepCopy\\": "src/DeepCopy/"
  734. }
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "MIT"
  739. ],
  740. "description": "Create deep copies (clones) of your objects",
  741. "homepage": "https://github.com/myclabs/DeepCopy",
  742. "keywords": [
  743. "clone",
  744. "copy",
  745. "duplicate",
  746. "object",
  747. "object graph"
  748. ],
  749. "time": "2015-11-07 22:20:37"
  750. },
  751. {
  752. "name": "phpdocumentor/reflection-docblock",
  753. "version": "2.0.4",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  757. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  762. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "php": ">=5.3.3"
  767. },
  768. "require-dev": {
  769. "phpunit/phpunit": "~4.0"
  770. },
  771. "suggest": {
  772. "dflydev/markdown": "~1.0",
  773. "erusev/parsedown": "~1.0"
  774. },
  775. "type": "library",
  776. "extra": {
  777. "branch-alias": {
  778. "dev-master": "2.0.x-dev"
  779. }
  780. },
  781. "autoload": {
  782. "psr-0": {
  783. "phpDocumentor": [
  784. "src/"
  785. ]
  786. }
  787. },
  788. "notification-url": "https://packagist.org/downloads/",
  789. "license": [
  790. "MIT"
  791. ],
  792. "authors": [
  793. {
  794. "name": "Mike van Riel",
  795. "email": "mike.vanriel@naenius.com"
  796. }
  797. ],
  798. "time": "2015-02-03 12:10:50"
  799. },
  800. {
  801. "name": "phpspec/prophecy",
  802. "version": "v1.5.0",
  803. "source": {
  804. "type": "git",
  805. "url": "https://github.com/phpspec/prophecy.git",
  806. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  807. },
  808. "dist": {
  809. "type": "zip",
  810. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  811. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  812. "shasum": ""
  813. },
  814. "require": {
  815. "doctrine/instantiator": "^1.0.2",
  816. "phpdocumentor/reflection-docblock": "~2.0",
  817. "sebastian/comparator": "~1.1"
  818. },
  819. "require-dev": {
  820. "phpspec/phpspec": "~2.0"
  821. },
  822. "type": "library",
  823. "extra": {
  824. "branch-alias": {
  825. "dev-master": "1.4.x-dev"
  826. }
  827. },
  828. "autoload": {
  829. "psr-0": {
  830. "Prophecy\\": "src/"
  831. }
  832. },
  833. "notification-url": "https://packagist.org/downloads/",
  834. "license": [
  835. "MIT"
  836. ],
  837. "authors": [
  838. {
  839. "name": "Konstantin Kudryashov",
  840. "email": "ever.zet@gmail.com",
  841. "homepage": "http://everzet.com"
  842. },
  843. {
  844. "name": "Marcello Duarte",
  845. "email": "marcello.duarte@gmail.com"
  846. }
  847. ],
  848. "description": "Highly opinionated mocking framework for PHP 5.3+",
  849. "homepage": "https://github.com/phpspec/prophecy",
  850. "keywords": [
  851. "Double",
  852. "Dummy",
  853. "fake",
  854. "mock",
  855. "spy",
  856. "stub"
  857. ],
  858. "time": "2015-08-13 10:07:40"
  859. },
  860. {
  861. "name": "phpunit/php-code-coverage",
  862. "version": "3.0.2",
  863. "source": {
  864. "type": "git",
  865. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  866. "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d"
  867. },
  868. "dist": {
  869. "type": "zip",
  870. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
  871. "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
  872. "shasum": ""
  873. },
  874. "require": {
  875. "php": ">=5.6",
  876. "phpunit/php-file-iterator": "~1.3",
  877. "phpunit/php-text-template": "~1.2",
  878. "phpunit/php-token-stream": "~1.3",
  879. "sebastian/environment": "^1.3.2",
  880. "sebastian/version": "~1.0"
  881. },
  882. "require-dev": {
  883. "ext-xdebug": ">=2.1.4",
  884. "phpunit/phpunit": "~5"
  885. },
  886. "suggest": {
  887. "ext-dom": "*",
  888. "ext-xdebug": ">=2.2.1",
  889. "ext-xmlwriter": "*"
  890. },
  891. "type": "library",
  892. "extra": {
  893. "branch-alias": {
  894. "dev-master": "3.0.x-dev"
  895. }
  896. },
  897. "autoload": {
  898. "classmap": [
  899. "src/"
  900. ]
  901. },
  902. "notification-url": "https://packagist.org/downloads/",
  903. "license": [
  904. "BSD-3-Clause"
  905. ],
  906. "authors": [
  907. {
  908. "name": "Sebastian Bergmann",
  909. "email": "sb@sebastian-bergmann.de",
  910. "role": "lead"
  911. }
  912. ],
  913. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  914. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  915. "keywords": [
  916. "coverage",
  917. "testing",
  918. "xunit"
  919. ],
  920. "time": "2015-11-12 21:08:20"
  921. },
  922. {
  923. "name": "phpunit/php-file-iterator",
  924. "version": "1.4.1",
  925. "source": {
  926. "type": "git",
  927. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  928. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  929. },
  930. "dist": {
  931. "type": "zip",
  932. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  933. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  934. "shasum": ""
  935. },
  936. "require": {
  937. "php": ">=5.3.3"
  938. },
  939. "type": "library",
  940. "extra": {
  941. "branch-alias": {
  942. "dev-master": "1.4.x-dev"
  943. }
  944. },
  945. "autoload": {
  946. "classmap": [
  947. "src/"
  948. ]
  949. },
  950. "notification-url": "https://packagist.org/downloads/",
  951. "license": [
  952. "BSD-3-Clause"
  953. ],
  954. "authors": [
  955. {
  956. "name": "Sebastian Bergmann",
  957. "email": "sb@sebastian-bergmann.de",
  958. "role": "lead"
  959. }
  960. ],
  961. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  962. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  963. "keywords": [
  964. "filesystem",
  965. "iterator"
  966. ],
  967. "time": "2015-06-21 13:08:43"
  968. },
  969. {
  970. "name": "phpunit/php-text-template",
  971. "version": "1.2.1",
  972. "source": {
  973. "type": "git",
  974. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  975. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  976. },
  977. "dist": {
  978. "type": "zip",
  979. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  980. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  981. "shasum": ""
  982. },
  983. "require": {
  984. "php": ">=5.3.3"
  985. },
  986. "type": "library",
  987. "autoload": {
  988. "classmap": [
  989. "src/"
  990. ]
  991. },
  992. "notification-url": "https://packagist.org/downloads/",
  993. "license": [
  994. "BSD-3-Clause"
  995. ],
  996. "authors": [
  997. {
  998. "name": "Sebastian Bergmann",
  999. "email": "sebastian@phpunit.de",
  1000. "role": "lead"
  1001. }
  1002. ],
  1003. "description": "Simple template engine.",
  1004. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1005. "keywords": [
  1006. "template"
  1007. ],
  1008. "time": "2015-06-21 13:50:34"
  1009. },
  1010. {
  1011. "name": "phpunit/php-timer",
  1012. "version": "1.0.7",
  1013. "source": {
  1014. "type": "git",
  1015. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1016. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  1017. },
  1018. "dist": {
  1019. "type": "zip",
  1020. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1021. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1022. "shasum": ""
  1023. },
  1024. "require": {
  1025. "php": ">=5.3.3"
  1026. },
  1027. "type": "library",
  1028. "autoload": {
  1029. "classmap": [
  1030. "src/"
  1031. ]
  1032. },
  1033. "notification-url": "https://packagist.org/downloads/",
  1034. "license": [
  1035. "BSD-3-Clause"
  1036. ],
  1037. "authors": [
  1038. {
  1039. "name": "Sebastian Bergmann",
  1040. "email": "sb@sebastian-bergmann.de",
  1041. "role": "lead"
  1042. }
  1043. ],
  1044. "description": "Utility class for timing",
  1045. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1046. "keywords": [
  1047. "timer"
  1048. ],
  1049. "time": "2015-06-21 08:01:12"
  1050. },
  1051. {
  1052. "name": "phpunit/php-token-stream",
  1053. "version": "1.4.8",
  1054. "source": {
  1055. "type": "git",
  1056. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1057. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1058. },
  1059. "dist": {
  1060. "type": "zip",
  1061. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1062. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1063. "shasum": ""
  1064. },
  1065. "require": {
  1066. "ext-tokenizer": "*",
  1067. "php": ">=5.3.3"
  1068. },
  1069. "require-dev": {
  1070. "phpunit/phpunit": "~4.2"
  1071. },
  1072. "type": "library",
  1073. "extra": {
  1074. "branch-alias": {
  1075. "dev-master": "1.4-dev"
  1076. }
  1077. },
  1078. "autoload": {
  1079. "classmap": [
  1080. "src/"
  1081. ]
  1082. },
  1083. "notification-url": "https://packagist.org/downloads/",
  1084. "license": [
  1085. "BSD-3-Clause"
  1086. ],
  1087. "authors": [
  1088. {
  1089. "name": "Sebastian Bergmann",
  1090. "email": "sebastian@phpunit.de"
  1091. }
  1092. ],
  1093. "description": "Wrapper around PHP's tokenizer extension.",
  1094. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1095. "keywords": [
  1096. "tokenizer"
  1097. ],
  1098. "time": "2015-09-15 10:49:45"
  1099. },
  1100. {
  1101. "name": "phpunit/phpunit",
  1102. "version": "5.1.3",
  1103. "source": {
  1104. "type": "git",
  1105. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1106. "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022"
  1107. },
  1108. "dist": {
  1109. "type": "zip",
  1110. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c047ff05d2279404af9a7e89e2a7151c32c88022",
  1111. "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022",
  1112. "shasum": ""
  1113. },
  1114. "require": {
  1115. "ext-dom": "*",
  1116. "ext-json": "*",
  1117. "ext-pcre": "*",
  1118. "ext-reflection": "*",
  1119. "ext-spl": "*",
  1120. "myclabs/deep-copy": "~1.3",
  1121. "php": ">=5.6",
  1122. "phpspec/prophecy": "^1.3.1",
  1123. "phpunit/php-code-coverage": "~3.0",
  1124. "phpunit/php-file-iterator": "~1.4",
  1125. "phpunit/php-text-template": "~1.2",
  1126. "phpunit/php-timer": ">=1.0.6",
  1127. "phpunit/phpunit-mock-objects": ">=3.0.5",
  1128. "sebastian/comparator": "~1.1",
  1129. "sebastian/diff": "~1.2",
  1130. "sebastian/environment": "~1.3",
  1131. "sebastian/exporter": "~1.2",
  1132. "sebastian/global-state": "~1.0",
  1133. "sebastian/resource-operations": "~1.0",
  1134. "sebastian/version": "~1.0",
  1135. "symfony/yaml": "~2.1|~3.0"
  1136. },
  1137. "suggest": {
  1138. "phpunit/php-invoker": "~1.1"
  1139. },
  1140. "bin": [
  1141. "phpunit"
  1142. ],
  1143. "type": "library",
  1144. "extra": {
  1145. "branch-alias": {
  1146. "dev-master": "5.1.x-dev"
  1147. }
  1148. },
  1149. "autoload": {
  1150. "classmap": [
  1151. "src/"
  1152. ]
  1153. },
  1154. "notification-url": "https://packagist.org/downloads/",
  1155. "license": [
  1156. "BSD-3-Clause"
  1157. ],
  1158. "authors": [
  1159. {
  1160. "name": "Sebastian Bergmann",
  1161. "email": "sebastian@phpunit.de",
  1162. "role": "lead"
  1163. }
  1164. ],
  1165. "description": "The PHP Unit Testing framework.",
  1166. "homepage": "https://phpunit.de/",
  1167. "keywords": [
  1168. "phpunit",
  1169. "testing",
  1170. "xunit"
  1171. ],
  1172. "time": "2015-12-10 07:54:54"
  1173. },
  1174. {
  1175. "name": "phpunit/phpunit-mock-objects",
  1176. "version": "3.0.6",
  1177. "source": {
  1178. "type": "git",
  1179. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1180. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
  1181. },
  1182. "dist": {
  1183. "type": "zip",
  1184. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
  1185. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
  1186. "shasum": ""
  1187. },
  1188. "require": {
  1189. "doctrine/instantiator": "^1.0.2",
  1190. "php": ">=5.6",
  1191. "phpunit/php-text-template": "~1.2",
  1192. "sebastian/exporter": "~1.2"
  1193. },
  1194. "require-dev": {
  1195. "phpunit/phpunit": "~5"
  1196. },
  1197. "suggest": {
  1198. "ext-soap": "*"
  1199. },
  1200. "type": "library",
  1201. "extra": {
  1202. "branch-alias": {
  1203. "dev-master": "3.0.x-dev"
  1204. }
  1205. },
  1206. "autoload": {
  1207. "classmap": [
  1208. "src/"
  1209. ]
  1210. },
  1211. "notification-url": "https://packagist.org/downloads/",
  1212. "license": [
  1213. "BSD-3-Clause"
  1214. ],
  1215. "authors": [
  1216. {
  1217. "name": "Sebastian Bergmann",
  1218. "email": "sb@sebastian-bergmann.de",
  1219. "role": "lead"
  1220. }
  1221. ],
  1222. "description": "Mock Object library for PHPUnit",
  1223. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1224. "keywords": [
  1225. "mock",
  1226. "xunit"
  1227. ],
  1228. "time": "2015-12-08 08:47:06"
  1229. },
  1230. {
  1231. "name": "sebastian/comparator",
  1232. "version": "1.2.0",
  1233. "source": {
  1234. "type": "git",
  1235. "url": "https://github.com/sebastianbergmann/comparator.git",
  1236. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1237. },
  1238. "dist": {
  1239. "type": "zip",
  1240. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1241. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1242. "shasum": ""
  1243. },
  1244. "require": {
  1245. "php": ">=5.3.3",
  1246. "sebastian/diff": "~1.2",
  1247. "sebastian/exporter": "~1.2"
  1248. },
  1249. "require-dev": {
  1250. "phpunit/phpunit": "~4.4"
  1251. },
  1252. "type": "library",
  1253. "extra": {
  1254. "branch-alias": {
  1255. "dev-master": "1.2.x-dev"
  1256. }
  1257. },
  1258. "autoload": {
  1259. "classmap": [
  1260. "src/"
  1261. ]
  1262. },
  1263. "notification-url": "https://packagist.org/downloads/",
  1264. "license": [
  1265. "BSD-3-Clause"
  1266. ],
  1267. "authors": [
  1268. {
  1269. "name": "Jeff Welch",
  1270. "email": "whatthejeff@gmail.com"
  1271. },
  1272. {
  1273. "name": "Volker Dusch",
  1274. "email": "github@wallbash.com"
  1275. },
  1276. {
  1277. "name": "Bernhard Schussek",
  1278. "email": "bschussek@2bepublished.at"
  1279. },
  1280. {
  1281. "name": "Sebastian Bergmann",
  1282. "email": "sebastian@phpunit.de"
  1283. }
  1284. ],
  1285. "description": "Provides the functionality to compare PHP values for equality",
  1286. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1287. "keywords": [
  1288. "comparator",
  1289. "compare",
  1290. "equality"
  1291. ],
  1292. "time": "2015-07-26 15:48:44"
  1293. },
  1294. {
  1295. "name": "sebastian/diff",
  1296. "version": "1.4.1",
  1297. "source": {
  1298. "type": "git",
  1299. "url": "https://github.com/sebastianbergmann/diff.git",
  1300. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1301. },
  1302. "dist": {
  1303. "type": "zip",
  1304. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1305. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1306. "shasum": ""
  1307. },
  1308. "require": {
  1309. "php": ">=5.3.3"
  1310. },
  1311. "require-dev": {
  1312. "phpunit/phpunit": "~4.8"
  1313. },
  1314. "type": "library",
  1315. "extra": {
  1316. "branch-alias": {
  1317. "dev-master": "1.4-dev"
  1318. }
  1319. },
  1320. "autoload": {
  1321. "classmap": [
  1322. "src/"
  1323. ]
  1324. },
  1325. "notification-url": "https://packagist.org/downloads/",
  1326. "license": [
  1327. "BSD-3-Clause"
  1328. ],
  1329. "authors": [
  1330. {
  1331. "name": "Kore Nordmann",
  1332. "email": "mail@kore-nordmann.de"
  1333. },
  1334. {
  1335. "name": "Sebastian Bergmann",
  1336. "email": "sebastian@phpunit.de"
  1337. }
  1338. ],
  1339. "description": "Diff implementation",
  1340. "homepage": "https://github.com/sebastianbergmann/diff",
  1341. "keywords": [
  1342. "diff"
  1343. ],
  1344. "time": "2015-12-08 07:14:41"
  1345. },
  1346. {
  1347. "name": "sebastian/environment",
  1348. "version": "1.3.3",
  1349. "source": {
  1350. "type": "git",
  1351. "url": "https://github.com/sebastianbergmann/environment.git",
  1352. "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  1353. },
  1354. "dist": {
  1355. "type": "zip",
  1356. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  1357. "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  1358. "shasum": ""
  1359. },
  1360. "require": {
  1361. "php": ">=5.3.3"
  1362. },
  1363. "require-dev": {
  1364. "phpunit/phpunit": "~4.4"
  1365. },
  1366. "type": "library",
  1367. "extra": {
  1368. "branch-alias": {
  1369. "dev-master": "1.3.x-dev"
  1370. }
  1371. },
  1372. "autoload": {
  1373. "classmap": [
  1374. "src/"
  1375. ]
  1376. },
  1377. "notification-url": "https://packagist.org/downloads/",
  1378. "license": [
  1379. "BSD-3-Clause"
  1380. ],
  1381. "authors": [
  1382. {
  1383. "name": "Sebastian Bergmann",
  1384. "email": "sebastian@phpunit.de"
  1385. }
  1386. ],
  1387. "description": "Provides functionality to handle HHVM/PHP environments",
  1388. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1389. "keywords": [
  1390. "Xdebug",
  1391. "environment",
  1392. "hhvm"
  1393. ],
  1394. "time": "2015-12-02 08:37:27"
  1395. },
  1396. {
  1397. "name": "sebastian/exporter",
  1398. "version": "1.2.1",
  1399. "source": {
  1400. "type": "git",
  1401. "url": "https://github.com/sebastianbergmann/exporter.git",
  1402. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1403. },
  1404. "dist": {
  1405. "type": "zip",
  1406. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1407. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1408. "shasum": ""
  1409. },
  1410. "require": {
  1411. "php": ">=5.3.3",
  1412. "sebastian/recursion-context": "~1.0"
  1413. },
  1414. "require-dev": {
  1415. "phpunit/phpunit": "~4.4"
  1416. },
  1417. "type": "library",
  1418. "extra": {
  1419. "branch-alias": {
  1420. "dev-master": "1.2.x-dev"
  1421. }
  1422. },
  1423. "autoload": {
  1424. "classmap": [
  1425. "src/"
  1426. ]
  1427. },
  1428. "notification-url": "https://packagist.org/downloads/",
  1429. "license": [
  1430. "BSD-3-Clause"
  1431. ],
  1432. "authors": [
  1433. {
  1434. "name": "Jeff Welch",
  1435. "email": "whatthejeff@gmail.com"
  1436. },
  1437. {
  1438. "name": "Volker Dusch",
  1439. "email": "github@wallbash.com"
  1440. },
  1441. {
  1442. "name": "Bernhard Schussek",
  1443. "email": "bschussek@2bepublished.at"
  1444. },
  1445. {
  1446. "name": "Sebastian Bergmann",
  1447. "email": "sebastian@phpunit.de"
  1448. },
  1449. {
  1450. "name": "Adam Harvey",
  1451. "email": "aharvey@php.net"
  1452. }
  1453. ],
  1454. "description": "Provides the functionality to export PHP variables for visualization",
  1455. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1456. "keywords": [
  1457. "export",
  1458. "exporter"
  1459. ],
  1460. "time": "2015-06-21 07:55:53"
  1461. },
  1462. {
  1463. "name": "sebastian/global-state",
  1464. "version": "1.1.1",
  1465. "source": {
  1466. "type": "git",
  1467. "url": "https://github.com/sebastianbergmann/global-state.git",
  1468. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1469. },
  1470. "dist": {
  1471. "type": "zip",
  1472. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1473. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1474. "shasum": ""
  1475. },
  1476. "require": {
  1477. "php": ">=5.3.3"
  1478. },
  1479. "require-dev": {
  1480. "phpunit/phpunit": "~4.2"
  1481. },
  1482. "suggest": {
  1483. "ext-uopz": "*"
  1484. },
  1485. "type": "library",
  1486. "extra": {
  1487. "branch-alias": {
  1488. "dev-master": "1.0-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": "Sebastian Bergmann",
  1503. "email": "sebastian@phpunit.de"
  1504. }
  1505. ],
  1506. "description": "Snapshotting of global state",
  1507. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1508. "keywords": [
  1509. "global state"
  1510. ],
  1511. "time": "2015-10-12 03:26:01"
  1512. },
  1513. {
  1514. "name": "sebastian/recursion-context",
  1515. "version": "1.0.2",
  1516. "source": {
  1517. "type": "git",
  1518. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1519. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  1520. },
  1521. "dist": {
  1522. "type": "zip",
  1523. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  1524. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  1525. "shasum": ""
  1526. },
  1527. "require": {
  1528. "php": ">=5.3.3"
  1529. },
  1530. "require-dev": {
  1531. "phpunit/phpunit": "~4.4"
  1532. },
  1533. "type": "library",
  1534. "extra": {
  1535. "branch-alias": {
  1536. "dev-master": "1.0.x-dev"
  1537. }
  1538. },
  1539. "autoload": {
  1540. "classmap": [
  1541. "src/"
  1542. ]
  1543. },
  1544. "notification-url": "https://packagist.org/downloads/",
  1545. "license": [
  1546. "BSD-3-Clause"
  1547. ],
  1548. "authors": [
  1549. {
  1550. "name": "Jeff Welch",
  1551. "email": "whatthejeff@gmail.com"
  1552. },
  1553. {
  1554. "name": "Sebastian Bergmann",
  1555. "email": "sebastian@phpunit.de"
  1556. },
  1557. {
  1558. "name": "Adam Harvey",
  1559. "email": "aharvey@php.net"
  1560. }
  1561. ],
  1562. "description": "Provides functionality to recursively process PHP variables",
  1563. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1564. "time": "2015-11-11 19:50:13"
  1565. },
  1566. {
  1567. "name": "sebastian/resource-operations",
  1568. "version": "1.0.0",
  1569. "source": {
  1570. "type": "git",
  1571. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1572. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1573. },
  1574. "dist": {
  1575. "type": "zip",
  1576. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1577. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1578. "shasum": ""
  1579. },
  1580. "require": {
  1581. "php": ">=5.6.0"
  1582. },
  1583. "type": "library",
  1584. "extra": {
  1585. "branch-alias": {
  1586. "dev-master": "1.0.x-dev"
  1587. }
  1588. },
  1589. "autoload": {
  1590. "classmap": [
  1591. "src/"
  1592. ]
  1593. },
  1594. "notification-url": "https://packagist.org/downloads/",
  1595. "license": [
  1596. "BSD-3-Clause"
  1597. ],
  1598. "authors": [
  1599. {
  1600. "name": "Sebastian Bergmann",
  1601. "email": "sebastian@phpunit.de"
  1602. }
  1603. ],
  1604. "description": "Provides a list of PHP built-in functions that operate on resources",
  1605. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1606. "time": "2015-07-28 20:34:47"
  1607. },
  1608. {
  1609. "name": "sebastian/version",
  1610. "version": "1.0.6",
  1611. "source": {
  1612. "type": "git",
  1613. "url": "https://github.com/sebastianbergmann/version.git",
  1614. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1615. },
  1616. "dist": {
  1617. "type": "zip",
  1618. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1619. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1620. "shasum": ""
  1621. },
  1622. "type": "library",
  1623. "autoload": {
  1624. "classmap": [
  1625. "src/"
  1626. ]
  1627. },
  1628. "notification-url": "https://packagist.org/downloads/",
  1629. "license": [
  1630. "BSD-3-Clause"
  1631. ],
  1632. "authors": [
  1633. {
  1634. "name": "Sebastian Bergmann",
  1635. "email": "sebastian@phpunit.de",
  1636. "role": "lead"
  1637. }
  1638. ],
  1639. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1640. "homepage": "https://github.com/sebastianbergmann/version",
  1641. "time": "2015-06-21 13:59:46"
  1642. },
  1643. {
  1644. "name": "symfony/yaml",
  1645. "version": "v3.0.0",
  1646. "source": {
  1647. "type": "git",
  1648. "url": "https://github.com/symfony/yaml.git",
  1649. "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
  1650. },
  1651. "dist": {
  1652. "type": "zip",
  1653. "url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
  1654. "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
  1655. "shasum": ""
  1656. },
  1657. "require": {
  1658. "php": ">=5.5.9"
  1659. },
  1660. "type": "library",
  1661. "extra": {
  1662. "branch-alias": {
  1663. "dev-master": "3.0-dev"
  1664. }
  1665. },
  1666. "autoload": {
  1667. "psr-4": {
  1668. "Symfony\\Component\\Yaml\\": ""
  1669. },
  1670. "exclude-from-classmap": [
  1671. "/Tests/"
  1672. ]
  1673. },
  1674. "notification-url": "https://packagist.org/downloads/",
  1675. "license": [
  1676. "MIT"
  1677. ],
  1678. "authors": [
  1679. {
  1680. "name": "Fabien Potencier",
  1681. "email": "fabien@symfony.com"
  1682. },
  1683. {
  1684. "name": "Symfony Community",
  1685. "homepage": "https://symfony.com/contributors"
  1686. }
  1687. ],
  1688. "description": "Symfony Yaml Component",
  1689. "homepage": "https://symfony.com",
  1690. "time": "2015-11-30 12:36:17"
  1691. }
  1692. ],
  1693. "aliases": [],
  1694. "minimum-stability": "stable",
  1695. "stability-flags": [],
  1696. "prefer-stable": false,
  1697. "prefer-lowest": false,
  1698. "platform": {
  1699. "php": ">=5.5"
  1700. },
  1701. "platform-dev": []
  1702. }