Drupal investigation

composer.lock 37KB

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