composer.lock 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  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": "dcf5c9dd39d640b0b33a7ac09178fbf4",
  8. "content-hash": "20fde3ca91f87ab26fdb44c16588a1bb",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "doctrine/instantiator",
  13. "version": "1.0.5",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/doctrine/instantiator.git",
  17. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  22. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": ">=5.3,<8.0-DEV"
  27. },
  28. "require-dev": {
  29. "athletic/athletic": "~0.1.8",
  30. "ext-pdo": "*",
  31. "ext-phar": "*",
  32. "phpunit/phpunit": "~4.0",
  33. "squizlabs/php_codesniffer": "~2.0"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.0.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Marco Pivetta",
  53. "email": "ocramius@gmail.com",
  54. "homepage": "http://ocramius.github.com/"
  55. }
  56. ],
  57. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  58. "homepage": "https://github.com/doctrine/instantiator",
  59. "keywords": [
  60. "constructor",
  61. "instantiate"
  62. ],
  63. "time": "2015-06-14 21:17:01"
  64. },
  65. {
  66. "name": "phpdocumentor/reflection-docblock",
  67. "version": "2.0.4",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  71. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  76. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.3"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "~4.0"
  84. },
  85. "suggest": {
  86. "dflydev/markdown": "~1.0",
  87. "erusev/parsedown": "~1.0"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "2.0.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-0": {
  97. "phpDocumentor": [
  98. "src/"
  99. ]
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Mike van Riel",
  109. "email": "mike.vanriel@naenius.com"
  110. }
  111. ],
  112. "time": "2015-02-03 12:10:50"
  113. },
  114. {
  115. "name": "phpspec/prophecy",
  116. "version": "v1.6.0",
  117. "source": {
  118. "type": "git",
  119. "url": "https://github.com/phpspec/prophecy.git",
  120. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  121. },
  122. "dist": {
  123. "type": "zip",
  124. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  125. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  126. "shasum": ""
  127. },
  128. "require": {
  129. "doctrine/instantiator": "^1.0.2",
  130. "php": "^5.3|^7.0",
  131. "phpdocumentor/reflection-docblock": "~2.0",
  132. "sebastian/comparator": "~1.1",
  133. "sebastian/recursion-context": "~1.0"
  134. },
  135. "require-dev": {
  136. "phpspec/phpspec": "~2.0"
  137. },
  138. "type": "library",
  139. "extra": {
  140. "branch-alias": {
  141. "dev-master": "1.5.x-dev"
  142. }
  143. },
  144. "autoload": {
  145. "psr-0": {
  146. "Prophecy\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "Konstantin Kudryashov",
  156. "email": "ever.zet@gmail.com",
  157. "homepage": "http://everzet.com"
  158. },
  159. {
  160. "name": "Marcello Duarte",
  161. "email": "marcello.duarte@gmail.com"
  162. }
  163. ],
  164. "description": "Highly opinionated mocking framework for PHP 5.3+",
  165. "homepage": "https://github.com/phpspec/prophecy",
  166. "keywords": [
  167. "Double",
  168. "Dummy",
  169. "fake",
  170. "mock",
  171. "spy",
  172. "stub"
  173. ],
  174. "time": "2016-02-15 07:46:21"
  175. },
  176. {
  177. "name": "phpunit/php-code-coverage",
  178. "version": "2.2.4",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  182. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  187. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.3.3",
  192. "phpunit/php-file-iterator": "~1.3",
  193. "phpunit/php-text-template": "~1.2",
  194. "phpunit/php-token-stream": "~1.3",
  195. "sebastian/environment": "^1.3.2",
  196. "sebastian/version": "~1.0"
  197. },
  198. "require-dev": {
  199. "ext-xdebug": ">=2.1.4",
  200. "phpunit/phpunit": "~4"
  201. },
  202. "suggest": {
  203. "ext-dom": "*",
  204. "ext-xdebug": ">=2.2.1",
  205. "ext-xmlwriter": "*"
  206. },
  207. "type": "library",
  208. "extra": {
  209. "branch-alias": {
  210. "dev-master": "2.2.x-dev"
  211. }
  212. },
  213. "autoload": {
  214. "classmap": [
  215. "src/"
  216. ]
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "BSD-3-Clause"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Sebastian Bergmann",
  225. "email": "sb@sebastian-bergmann.de",
  226. "role": "lead"
  227. }
  228. ],
  229. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  230. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  231. "keywords": [
  232. "coverage",
  233. "testing",
  234. "xunit"
  235. ],
  236. "time": "2015-10-06 15:47:00"
  237. },
  238. {
  239. "name": "phpunit/php-file-iterator",
  240. "version": "1.4.1",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  244. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  249. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "php": ">=5.3.3"
  254. },
  255. "type": "library",
  256. "extra": {
  257. "branch-alias": {
  258. "dev-master": "1.4.x-dev"
  259. }
  260. },
  261. "autoload": {
  262. "classmap": [
  263. "src/"
  264. ]
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "BSD-3-Clause"
  269. ],
  270. "authors": [
  271. {
  272. "name": "Sebastian Bergmann",
  273. "email": "sb@sebastian-bergmann.de",
  274. "role": "lead"
  275. }
  276. ],
  277. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  278. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  279. "keywords": [
  280. "filesystem",
  281. "iterator"
  282. ],
  283. "time": "2015-06-21 13:08:43"
  284. },
  285. {
  286. "name": "phpunit/php-text-template",
  287. "version": "1.2.1",
  288. "source": {
  289. "type": "git",
  290. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  291. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  292. },
  293. "dist": {
  294. "type": "zip",
  295. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  296. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  297. "shasum": ""
  298. },
  299. "require": {
  300. "php": ">=5.3.3"
  301. },
  302. "type": "library",
  303. "autoload": {
  304. "classmap": [
  305. "src/"
  306. ]
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "BSD-3-Clause"
  311. ],
  312. "authors": [
  313. {
  314. "name": "Sebastian Bergmann",
  315. "email": "sebastian@phpunit.de",
  316. "role": "lead"
  317. }
  318. ],
  319. "description": "Simple template engine.",
  320. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  321. "keywords": [
  322. "template"
  323. ],
  324. "time": "2015-06-21 13:50:34"
  325. },
  326. {
  327. "name": "phpunit/php-timer",
  328. "version": "1.0.7",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/sebastianbergmann/php-timer.git",
  332. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  337. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "php": ">=5.3.3"
  342. },
  343. "type": "library",
  344. "autoload": {
  345. "classmap": [
  346. "src/"
  347. ]
  348. },
  349. "notification-url": "https://packagist.org/downloads/",
  350. "license": [
  351. "BSD-3-Clause"
  352. ],
  353. "authors": [
  354. {
  355. "name": "Sebastian Bergmann",
  356. "email": "sb@sebastian-bergmann.de",
  357. "role": "lead"
  358. }
  359. ],
  360. "description": "Utility class for timing",
  361. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  362. "keywords": [
  363. "timer"
  364. ],
  365. "time": "2015-06-21 08:01:12"
  366. },
  367. {
  368. "name": "phpunit/php-token-stream",
  369. "version": "1.4.8",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  373. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  378. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "ext-tokenizer": "*",
  383. "php": ">=5.3.3"
  384. },
  385. "require-dev": {
  386. "phpunit/phpunit": "~4.2"
  387. },
  388. "type": "library",
  389. "extra": {
  390. "branch-alias": {
  391. "dev-master": "1.4-dev"
  392. }
  393. },
  394. "autoload": {
  395. "classmap": [
  396. "src/"
  397. ]
  398. },
  399. "notification-url": "https://packagist.org/downloads/",
  400. "license": [
  401. "BSD-3-Clause"
  402. ],
  403. "authors": [
  404. {
  405. "name": "Sebastian Bergmann",
  406. "email": "sebastian@phpunit.de"
  407. }
  408. ],
  409. "description": "Wrapper around PHP's tokenizer extension.",
  410. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  411. "keywords": [
  412. "tokenizer"
  413. ],
  414. "time": "2015-09-15 10:49:45"
  415. },
  416. {
  417. "name": "phpunit/phpunit",
  418. "version": "4.8.24",
  419. "source": {
  420. "type": "git",
  421. "url": "https://github.com/sebastianbergmann/phpunit.git",
  422. "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
  423. },
  424. "dist": {
  425. "type": "zip",
  426. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
  427. "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
  428. "shasum": ""
  429. },
  430. "require": {
  431. "ext-dom": "*",
  432. "ext-json": "*",
  433. "ext-pcre": "*",
  434. "ext-reflection": "*",
  435. "ext-spl": "*",
  436. "php": ">=5.3.3",
  437. "phpspec/prophecy": "^1.3.1",
  438. "phpunit/php-code-coverage": "~2.1",
  439. "phpunit/php-file-iterator": "~1.4",
  440. "phpunit/php-text-template": "~1.2",
  441. "phpunit/php-timer": ">=1.0.6",
  442. "phpunit/phpunit-mock-objects": "~2.3",
  443. "sebastian/comparator": "~1.1",
  444. "sebastian/diff": "~1.2",
  445. "sebastian/environment": "~1.3",
  446. "sebastian/exporter": "~1.2",
  447. "sebastian/global-state": "~1.0",
  448. "sebastian/version": "~1.0",
  449. "symfony/yaml": "~2.1|~3.0"
  450. },
  451. "suggest": {
  452. "phpunit/php-invoker": "~1.1"
  453. },
  454. "bin": [
  455. "phpunit"
  456. ],
  457. "type": "library",
  458. "extra": {
  459. "branch-alias": {
  460. "dev-master": "4.8.x-dev"
  461. }
  462. },
  463. "autoload": {
  464. "classmap": [
  465. "src/"
  466. ]
  467. },
  468. "notification-url": "https://packagist.org/downloads/",
  469. "license": [
  470. "BSD-3-Clause"
  471. ],
  472. "authors": [
  473. {
  474. "name": "Sebastian Bergmann",
  475. "email": "sebastian@phpunit.de",
  476. "role": "lead"
  477. }
  478. ],
  479. "description": "The PHP Unit Testing framework.",
  480. "homepage": "https://phpunit.de/",
  481. "keywords": [
  482. "phpunit",
  483. "testing",
  484. "xunit"
  485. ],
  486. "time": "2016-03-14 06:16:08"
  487. },
  488. {
  489. "name": "phpunit/phpunit-mock-objects",
  490. "version": "2.3.8",
  491. "source": {
  492. "type": "git",
  493. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  494. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  495. },
  496. "dist": {
  497. "type": "zip",
  498. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  499. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  500. "shasum": ""
  501. },
  502. "require": {
  503. "doctrine/instantiator": "^1.0.2",
  504. "php": ">=5.3.3",
  505. "phpunit/php-text-template": "~1.2",
  506. "sebastian/exporter": "~1.2"
  507. },
  508. "require-dev": {
  509. "phpunit/phpunit": "~4.4"
  510. },
  511. "suggest": {
  512. "ext-soap": "*"
  513. },
  514. "type": "library",
  515. "extra": {
  516. "branch-alias": {
  517. "dev-master": "2.3.x-dev"
  518. }
  519. },
  520. "autoload": {
  521. "classmap": [
  522. "src/"
  523. ]
  524. },
  525. "notification-url": "https://packagist.org/downloads/",
  526. "license": [
  527. "BSD-3-Clause"
  528. ],
  529. "authors": [
  530. {
  531. "name": "Sebastian Bergmann",
  532. "email": "sb@sebastian-bergmann.de",
  533. "role": "lead"
  534. }
  535. ],
  536. "description": "Mock Object library for PHPUnit",
  537. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  538. "keywords": [
  539. "mock",
  540. "xunit"
  541. ],
  542. "time": "2015-10-02 06:51:40"
  543. },
  544. {
  545. "name": "sebastian/comparator",
  546. "version": "1.2.0",
  547. "source": {
  548. "type": "git",
  549. "url": "https://github.com/sebastianbergmann/comparator.git",
  550. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  551. },
  552. "dist": {
  553. "type": "zip",
  554. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  555. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  556. "shasum": ""
  557. },
  558. "require": {
  559. "php": ">=5.3.3",
  560. "sebastian/diff": "~1.2",
  561. "sebastian/exporter": "~1.2"
  562. },
  563. "require-dev": {
  564. "phpunit/phpunit": "~4.4"
  565. },
  566. "type": "library",
  567. "extra": {
  568. "branch-alias": {
  569. "dev-master": "1.2.x-dev"
  570. }
  571. },
  572. "autoload": {
  573. "classmap": [
  574. "src/"
  575. ]
  576. },
  577. "notification-url": "https://packagist.org/downloads/",
  578. "license": [
  579. "BSD-3-Clause"
  580. ],
  581. "authors": [
  582. {
  583. "name": "Jeff Welch",
  584. "email": "whatthejeff@gmail.com"
  585. },
  586. {
  587. "name": "Volker Dusch",
  588. "email": "github@wallbash.com"
  589. },
  590. {
  591. "name": "Bernhard Schussek",
  592. "email": "bschussek@2bepublished.at"
  593. },
  594. {
  595. "name": "Sebastian Bergmann",
  596. "email": "sebastian@phpunit.de"
  597. }
  598. ],
  599. "description": "Provides the functionality to compare PHP values for equality",
  600. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  601. "keywords": [
  602. "comparator",
  603. "compare",
  604. "equality"
  605. ],
  606. "time": "2015-07-26 15:48:44"
  607. },
  608. {
  609. "name": "sebastian/diff",
  610. "version": "1.4.1",
  611. "source": {
  612. "type": "git",
  613. "url": "https://github.com/sebastianbergmann/diff.git",
  614. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  619. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  620. "shasum": ""
  621. },
  622. "require": {
  623. "php": ">=5.3.3"
  624. },
  625. "require-dev": {
  626. "phpunit/phpunit": "~4.8"
  627. },
  628. "type": "library",
  629. "extra": {
  630. "branch-alias": {
  631. "dev-master": "1.4-dev"
  632. }
  633. },
  634. "autoload": {
  635. "classmap": [
  636. "src/"
  637. ]
  638. },
  639. "notification-url": "https://packagist.org/downloads/",
  640. "license": [
  641. "BSD-3-Clause"
  642. ],
  643. "authors": [
  644. {
  645. "name": "Kore Nordmann",
  646. "email": "mail@kore-nordmann.de"
  647. },
  648. {
  649. "name": "Sebastian Bergmann",
  650. "email": "sebastian@phpunit.de"
  651. }
  652. ],
  653. "description": "Diff implementation",
  654. "homepage": "https://github.com/sebastianbergmann/diff",
  655. "keywords": [
  656. "diff"
  657. ],
  658. "time": "2015-12-08 07:14:41"
  659. },
  660. {
  661. "name": "sebastian/environment",
  662. "version": "1.3.5",
  663. "source": {
  664. "type": "git",
  665. "url": "https://github.com/sebastianbergmann/environment.git",
  666. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
  667. },
  668. "dist": {
  669. "type": "zip",
  670. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  671. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  672. "shasum": ""
  673. },
  674. "require": {
  675. "php": ">=5.3.3"
  676. },
  677. "require-dev": {
  678. "phpunit/phpunit": "~4.4"
  679. },
  680. "type": "library",
  681. "extra": {
  682. "branch-alias": {
  683. "dev-master": "1.3.x-dev"
  684. }
  685. },
  686. "autoload": {
  687. "classmap": [
  688. "src/"
  689. ]
  690. },
  691. "notification-url": "https://packagist.org/downloads/",
  692. "license": [
  693. "BSD-3-Clause"
  694. ],
  695. "authors": [
  696. {
  697. "name": "Sebastian Bergmann",
  698. "email": "sebastian@phpunit.de"
  699. }
  700. ],
  701. "description": "Provides functionality to handle HHVM/PHP environments",
  702. "homepage": "http://www.github.com/sebastianbergmann/environment",
  703. "keywords": [
  704. "Xdebug",
  705. "environment",
  706. "hhvm"
  707. ],
  708. "time": "2016-02-26 18:40:46"
  709. },
  710. {
  711. "name": "sebastian/exporter",
  712. "version": "1.2.1",
  713. "source": {
  714. "type": "git",
  715. "url": "https://github.com/sebastianbergmann/exporter.git",
  716. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  717. },
  718. "dist": {
  719. "type": "zip",
  720. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  721. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  722. "shasum": ""
  723. },
  724. "require": {
  725. "php": ">=5.3.3",
  726. "sebastian/recursion-context": "~1.0"
  727. },
  728. "require-dev": {
  729. "phpunit/phpunit": "~4.4"
  730. },
  731. "type": "library",
  732. "extra": {
  733. "branch-alias": {
  734. "dev-master": "1.2.x-dev"
  735. }
  736. },
  737. "autoload": {
  738. "classmap": [
  739. "src/"
  740. ]
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "BSD-3-Clause"
  745. ],
  746. "authors": [
  747. {
  748. "name": "Jeff Welch",
  749. "email": "whatthejeff@gmail.com"
  750. },
  751. {
  752. "name": "Volker Dusch",
  753. "email": "github@wallbash.com"
  754. },
  755. {
  756. "name": "Bernhard Schussek",
  757. "email": "bschussek@2bepublished.at"
  758. },
  759. {
  760. "name": "Sebastian Bergmann",
  761. "email": "sebastian@phpunit.de"
  762. },
  763. {
  764. "name": "Adam Harvey",
  765. "email": "aharvey@php.net"
  766. }
  767. ],
  768. "description": "Provides the functionality to export PHP variables for visualization",
  769. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  770. "keywords": [
  771. "export",
  772. "exporter"
  773. ],
  774. "time": "2015-06-21 07:55:53"
  775. },
  776. {
  777. "name": "sebastian/global-state",
  778. "version": "1.1.1",
  779. "source": {
  780. "type": "git",
  781. "url": "https://github.com/sebastianbergmann/global-state.git",
  782. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  783. },
  784. "dist": {
  785. "type": "zip",
  786. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  787. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  788. "shasum": ""
  789. },
  790. "require": {
  791. "php": ">=5.3.3"
  792. },
  793. "require-dev": {
  794. "phpunit/phpunit": "~4.2"
  795. },
  796. "suggest": {
  797. "ext-uopz": "*"
  798. },
  799. "type": "library",
  800. "extra": {
  801. "branch-alias": {
  802. "dev-master": "1.0-dev"
  803. }
  804. },
  805. "autoload": {
  806. "classmap": [
  807. "src/"
  808. ]
  809. },
  810. "notification-url": "https://packagist.org/downloads/",
  811. "license": [
  812. "BSD-3-Clause"
  813. ],
  814. "authors": [
  815. {
  816. "name": "Sebastian Bergmann",
  817. "email": "sebastian@phpunit.de"
  818. }
  819. ],
  820. "description": "Snapshotting of global state",
  821. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  822. "keywords": [
  823. "global state"
  824. ],
  825. "time": "2015-10-12 03:26:01"
  826. },
  827. {
  828. "name": "sebastian/recursion-context",
  829. "version": "1.0.2",
  830. "source": {
  831. "type": "git",
  832. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  833. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  834. },
  835. "dist": {
  836. "type": "zip",
  837. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  838. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  839. "shasum": ""
  840. },
  841. "require": {
  842. "php": ">=5.3.3"
  843. },
  844. "require-dev": {
  845. "phpunit/phpunit": "~4.4"
  846. },
  847. "type": "library",
  848. "extra": {
  849. "branch-alias": {
  850. "dev-master": "1.0.x-dev"
  851. }
  852. },
  853. "autoload": {
  854. "classmap": [
  855. "src/"
  856. ]
  857. },
  858. "notification-url": "https://packagist.org/downloads/",
  859. "license": [
  860. "BSD-3-Clause"
  861. ],
  862. "authors": [
  863. {
  864. "name": "Jeff Welch",
  865. "email": "whatthejeff@gmail.com"
  866. },
  867. {
  868. "name": "Sebastian Bergmann",
  869. "email": "sebastian@phpunit.de"
  870. },
  871. {
  872. "name": "Adam Harvey",
  873. "email": "aharvey@php.net"
  874. }
  875. ],
  876. "description": "Provides functionality to recursively process PHP variables",
  877. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  878. "time": "2015-11-11 19:50:13"
  879. },
  880. {
  881. "name": "sebastian/version",
  882. "version": "1.0.6",
  883. "source": {
  884. "type": "git",
  885. "url": "https://github.com/sebastianbergmann/version.git",
  886. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  887. },
  888. "dist": {
  889. "type": "zip",
  890. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  891. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  892. "shasum": ""
  893. },
  894. "type": "library",
  895. "autoload": {
  896. "classmap": [
  897. "src/"
  898. ]
  899. },
  900. "notification-url": "https://packagist.org/downloads/",
  901. "license": [
  902. "BSD-3-Clause"
  903. ],
  904. "authors": [
  905. {
  906. "name": "Sebastian Bergmann",
  907. "email": "sebastian@phpunit.de",
  908. "role": "lead"
  909. }
  910. ],
  911. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  912. "homepage": "https://github.com/sebastianbergmann/version",
  913. "time": "2015-06-21 13:59:46"
  914. },
  915. {
  916. "name": "symfony/yaml",
  917. "version": "v3.0.4",
  918. "source": {
  919. "type": "git",
  920. "url": "https://github.com/symfony/yaml.git",
  921. "reference": "0047c8366744a16de7516622c5b7355336afae96"
  922. },
  923. "dist": {
  924. "type": "zip",
  925. "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
  926. "reference": "0047c8366744a16de7516622c5b7355336afae96",
  927. "shasum": ""
  928. },
  929. "require": {
  930. "php": ">=5.5.9"
  931. },
  932. "type": "library",
  933. "extra": {
  934. "branch-alias": {
  935. "dev-master": "3.0-dev"
  936. }
  937. },
  938. "autoload": {
  939. "psr-4": {
  940. "Symfony\\Component\\Yaml\\": ""
  941. },
  942. "exclude-from-classmap": [
  943. "/Tests/"
  944. ]
  945. },
  946. "notification-url": "https://packagist.org/downloads/",
  947. "license": [
  948. "MIT"
  949. ],
  950. "authors": [
  951. {
  952. "name": "Fabien Potencier",
  953. "email": "fabien@symfony.com"
  954. },
  955. {
  956. "name": "Symfony Community",
  957. "homepage": "https://symfony.com/contributors"
  958. }
  959. ],
  960. "description": "Symfony Yaml Component",
  961. "homepage": "https://symfony.com",
  962. "time": "2016-03-04 07:55:57"
  963. }
  964. ],
  965. "aliases": [],
  966. "minimum-stability": "stable",
  967. "stability-flags": [],
  968. "prefer-stable": false,
  969. "prefer-lowest": false,
  970. "platform": {
  971. "php": ">=5.3.0"
  972. },
  973. "platform-dev": []
  974. }