composer.lock 33 KB

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