composer.lock 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409
  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. "content-hash": "2dc8e746d67e37ec73bbca4578ed5266",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "doctrine/instantiator",
  12. "version": "1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/doctrine/instantiator.git",
  16. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  21. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": "^7.1"
  26. },
  27. "require-dev": {
  28. "athletic/athletic": "~0.1.8",
  29. "ext-pdo": "*",
  30. "ext-phar": "*",
  31. "phpunit/phpunit": "^6.2.3",
  32. "squizlabs/php_codesniffer": "^3.0.2"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.2.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  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": "2017-07-22T11:58:36+00:00"
  63. },
  64. {
  65. "name": "myclabs/deep-copy",
  66. "version": "1.6.1",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/myclabs/DeepCopy.git",
  70. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  75. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.4.0"
  80. },
  81. "require-dev": {
  82. "doctrine/collections": "1.*",
  83. "phpunit/phpunit": "~4.1"
  84. },
  85. "type": "library",
  86. "autoload": {
  87. "psr-4": {
  88. "DeepCopy\\": "src/DeepCopy/"
  89. }
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "description": "Create deep copies (clones) of your objects",
  96. "homepage": "https://github.com/myclabs/DeepCopy",
  97. "keywords": [
  98. "clone",
  99. "copy",
  100. "duplicate",
  101. "object",
  102. "object graph"
  103. ],
  104. "time": "2017-04-12T18:52:22+00:00"
  105. },
  106. {
  107. "name": "phpdocumentor/reflection-common",
  108. "version": "1.0.1",
  109. "source": {
  110. "type": "git",
  111. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  112. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  113. },
  114. "dist": {
  115. "type": "zip",
  116. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  117. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  118. "shasum": ""
  119. },
  120. "require": {
  121. "php": ">=5.5"
  122. },
  123. "require-dev": {
  124. "phpunit/phpunit": "^4.6"
  125. },
  126. "type": "library",
  127. "extra": {
  128. "branch-alias": {
  129. "dev-master": "1.0.x-dev"
  130. }
  131. },
  132. "autoload": {
  133. "psr-4": {
  134. "phpDocumentor\\Reflection\\": [
  135. "src"
  136. ]
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "Jaap van Otterdijk",
  146. "email": "opensource@ijaap.nl"
  147. }
  148. ],
  149. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  150. "homepage": "http://www.phpdoc.org",
  151. "keywords": [
  152. "FQSEN",
  153. "phpDocumentor",
  154. "phpdoc",
  155. "reflection",
  156. "static analysis"
  157. ],
  158. "time": "2017-09-11T18:02:19+00:00"
  159. },
  160. {
  161. "name": "phpdocumentor/reflection-docblock",
  162. "version": "4.1.1",
  163. "source": {
  164. "type": "git",
  165. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  166. "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
  167. },
  168. "dist": {
  169. "type": "zip",
  170. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
  171. "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
  172. "shasum": ""
  173. },
  174. "require": {
  175. "php": "^7.0",
  176. "phpdocumentor/reflection-common": "^1.0@dev",
  177. "phpdocumentor/type-resolver": "^0.4.0",
  178. "webmozart/assert": "^1.0"
  179. },
  180. "require-dev": {
  181. "mockery/mockery": "^0.9.4",
  182. "phpunit/phpunit": "^4.4"
  183. },
  184. "type": "library",
  185. "autoload": {
  186. "psr-4": {
  187. "phpDocumentor\\Reflection\\": [
  188. "src/"
  189. ]
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Mike van Riel",
  199. "email": "me@mikevanriel.com"
  200. }
  201. ],
  202. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  203. "time": "2017-08-30T18:51:59+00:00"
  204. },
  205. {
  206. "name": "phpdocumentor/type-resolver",
  207. "version": "0.4.0",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  211. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  216. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": "^5.5 || ^7.0",
  221. "phpdocumentor/reflection-common": "^1.0"
  222. },
  223. "require-dev": {
  224. "mockery/mockery": "^0.9.4",
  225. "phpunit/phpunit": "^5.2||^4.8.24"
  226. },
  227. "type": "library",
  228. "extra": {
  229. "branch-alias": {
  230. "dev-master": "1.0.x-dev"
  231. }
  232. },
  233. "autoload": {
  234. "psr-4": {
  235. "phpDocumentor\\Reflection\\": [
  236. "src/"
  237. ]
  238. }
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "MIT"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Mike van Riel",
  247. "email": "me@mikevanriel.com"
  248. }
  249. ],
  250. "time": "2017-07-14T14:27:02+00:00"
  251. },
  252. {
  253. "name": "phpspec/prophecy",
  254. "version": "v1.7.2",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/phpspec/prophecy.git",
  258. "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  263. "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  264. "shasum": ""
  265. },
  266. "require": {
  267. "doctrine/instantiator": "^1.0.2",
  268. "php": "^5.3|^7.0",
  269. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  270. "sebastian/comparator": "^1.1|^2.0",
  271. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  272. },
  273. "require-dev": {
  274. "phpspec/phpspec": "^2.5|^3.2",
  275. "phpunit/phpunit": "^4.8 || ^5.6.5"
  276. },
  277. "type": "library",
  278. "extra": {
  279. "branch-alias": {
  280. "dev-master": "1.7.x-dev"
  281. }
  282. },
  283. "autoload": {
  284. "psr-0": {
  285. "Prophecy\\": "src/"
  286. }
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "MIT"
  291. ],
  292. "authors": [
  293. {
  294. "name": "Konstantin Kudryashov",
  295. "email": "ever.zet@gmail.com",
  296. "homepage": "http://everzet.com"
  297. },
  298. {
  299. "name": "Marcello Duarte",
  300. "email": "marcello.duarte@gmail.com"
  301. }
  302. ],
  303. "description": "Highly opinionated mocking framework for PHP 5.3+",
  304. "homepage": "https://github.com/phpspec/prophecy",
  305. "keywords": [
  306. "Double",
  307. "Dummy",
  308. "fake",
  309. "mock",
  310. "spy",
  311. "stub"
  312. ],
  313. "time": "2017-09-04T11:05:03+00:00"
  314. },
  315. {
  316. "name": "phpunit/php-code-coverage",
  317. "version": "4.0.8",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  321. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  326. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "ext-dom": "*",
  331. "ext-xmlwriter": "*",
  332. "php": "^5.6 || ^7.0",
  333. "phpunit/php-file-iterator": "^1.3",
  334. "phpunit/php-text-template": "^1.2",
  335. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  336. "sebastian/code-unit-reverse-lookup": "^1.0",
  337. "sebastian/environment": "^1.3.2 || ^2.0",
  338. "sebastian/version": "^1.0 || ^2.0"
  339. },
  340. "require-dev": {
  341. "ext-xdebug": "^2.1.4",
  342. "phpunit/phpunit": "^5.7"
  343. },
  344. "suggest": {
  345. "ext-xdebug": "^2.5.1"
  346. },
  347. "type": "library",
  348. "extra": {
  349. "branch-alias": {
  350. "dev-master": "4.0.x-dev"
  351. }
  352. },
  353. "autoload": {
  354. "classmap": [
  355. "src/"
  356. ]
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "BSD-3-Clause"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Sebastian Bergmann",
  365. "email": "sb@sebastian-bergmann.de",
  366. "role": "lead"
  367. }
  368. ],
  369. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  370. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  371. "keywords": [
  372. "coverage",
  373. "testing",
  374. "xunit"
  375. ],
  376. "time": "2017-04-02T07:44:40+00:00"
  377. },
  378. {
  379. "name": "phpunit/php-file-iterator",
  380. "version": "1.4.2",
  381. "source": {
  382. "type": "git",
  383. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  384. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  385. },
  386. "dist": {
  387. "type": "zip",
  388. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  389. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  390. "shasum": ""
  391. },
  392. "require": {
  393. "php": ">=5.3.3"
  394. },
  395. "type": "library",
  396. "extra": {
  397. "branch-alias": {
  398. "dev-master": "1.4.x-dev"
  399. }
  400. },
  401. "autoload": {
  402. "classmap": [
  403. "src/"
  404. ]
  405. },
  406. "notification-url": "https://packagist.org/downloads/",
  407. "license": [
  408. "BSD-3-Clause"
  409. ],
  410. "authors": [
  411. {
  412. "name": "Sebastian Bergmann",
  413. "email": "sb@sebastian-bergmann.de",
  414. "role": "lead"
  415. }
  416. ],
  417. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  418. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  419. "keywords": [
  420. "filesystem",
  421. "iterator"
  422. ],
  423. "time": "2016-10-03T07:40:28+00:00"
  424. },
  425. {
  426. "name": "phpunit/php-text-template",
  427. "version": "1.2.1",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  431. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  436. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "php": ">=5.3.3"
  441. },
  442. "type": "library",
  443. "autoload": {
  444. "classmap": [
  445. "src/"
  446. ]
  447. },
  448. "notification-url": "https://packagist.org/downloads/",
  449. "license": [
  450. "BSD-3-Clause"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Sebastian Bergmann",
  455. "email": "sebastian@phpunit.de",
  456. "role": "lead"
  457. }
  458. ],
  459. "description": "Simple template engine.",
  460. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  461. "keywords": [
  462. "template"
  463. ],
  464. "time": "2015-06-21T13:50:34+00:00"
  465. },
  466. {
  467. "name": "phpunit/php-timer",
  468. "version": "1.0.9",
  469. "source": {
  470. "type": "git",
  471. "url": "https://github.com/sebastianbergmann/php-timer.git",
  472. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  473. },
  474. "dist": {
  475. "type": "zip",
  476. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  477. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  478. "shasum": ""
  479. },
  480. "require": {
  481. "php": "^5.3.3 || ^7.0"
  482. },
  483. "require-dev": {
  484. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  485. },
  486. "type": "library",
  487. "extra": {
  488. "branch-alias": {
  489. "dev-master": "1.0-dev"
  490. }
  491. },
  492. "autoload": {
  493. "classmap": [
  494. "src/"
  495. ]
  496. },
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. "BSD-3-Clause"
  500. ],
  501. "authors": [
  502. {
  503. "name": "Sebastian Bergmann",
  504. "email": "sb@sebastian-bergmann.de",
  505. "role": "lead"
  506. }
  507. ],
  508. "description": "Utility class for timing",
  509. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  510. "keywords": [
  511. "timer"
  512. ],
  513. "time": "2017-02-26T11:10:40+00:00"
  514. },
  515. {
  516. "name": "phpunit/php-token-stream",
  517. "version": "2.0.1",
  518. "source": {
  519. "type": "git",
  520. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  521. "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
  522. },
  523. "dist": {
  524. "type": "zip",
  525. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
  526. "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
  527. "shasum": ""
  528. },
  529. "require": {
  530. "ext-tokenizer": "*",
  531. "php": "^7.0"
  532. },
  533. "require-dev": {
  534. "phpunit/phpunit": "^6.2.4"
  535. },
  536. "type": "library",
  537. "extra": {
  538. "branch-alias": {
  539. "dev-master": "2.0-dev"
  540. }
  541. },
  542. "autoload": {
  543. "classmap": [
  544. "src/"
  545. ]
  546. },
  547. "notification-url": "https://packagist.org/downloads/",
  548. "license": [
  549. "BSD-3-Clause"
  550. ],
  551. "authors": [
  552. {
  553. "name": "Sebastian Bergmann",
  554. "email": "sebastian@phpunit.de"
  555. }
  556. ],
  557. "description": "Wrapper around PHP's tokenizer extension.",
  558. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  559. "keywords": [
  560. "tokenizer"
  561. ],
  562. "time": "2017-08-20T05:47:52+00:00"
  563. },
  564. {
  565. "name": "phpunit/phpunit",
  566. "version": "5.7.22",
  567. "source": {
  568. "type": "git",
  569. "url": "https://github.com/sebastianbergmann/phpunit.git",
  570. "reference": "10df877596c9906d4110b5b905313829043f2ada"
  571. },
  572. "dist": {
  573. "type": "zip",
  574. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/10df877596c9906d4110b5b905313829043f2ada",
  575. "reference": "10df877596c9906d4110b5b905313829043f2ada",
  576. "shasum": ""
  577. },
  578. "require": {
  579. "ext-dom": "*",
  580. "ext-json": "*",
  581. "ext-libxml": "*",
  582. "ext-mbstring": "*",
  583. "ext-xml": "*",
  584. "myclabs/deep-copy": "~1.3",
  585. "php": "^5.6 || ^7.0",
  586. "phpspec/prophecy": "^1.6.2",
  587. "phpunit/php-code-coverage": "^4.0.4",
  588. "phpunit/php-file-iterator": "~1.4",
  589. "phpunit/php-text-template": "~1.2",
  590. "phpunit/php-timer": "^1.0.6",
  591. "phpunit/phpunit-mock-objects": "^3.2",
  592. "sebastian/comparator": "^1.2.4",
  593. "sebastian/diff": "^1.4.3",
  594. "sebastian/environment": "^1.3.4 || ^2.0",
  595. "sebastian/exporter": "~2.0",
  596. "sebastian/global-state": "^1.1",
  597. "sebastian/object-enumerator": "~2.0",
  598. "sebastian/resource-operations": "~1.0",
  599. "sebastian/version": "~1.0.3|~2.0",
  600. "symfony/yaml": "~2.1|~3.0"
  601. },
  602. "conflict": {
  603. "phpdocumentor/reflection-docblock": "3.0.2"
  604. },
  605. "require-dev": {
  606. "ext-pdo": "*"
  607. },
  608. "suggest": {
  609. "ext-xdebug": "*",
  610. "phpunit/php-invoker": "~1.1"
  611. },
  612. "bin": [
  613. "phpunit"
  614. ],
  615. "type": "library",
  616. "extra": {
  617. "branch-alias": {
  618. "dev-master": "5.7.x-dev"
  619. }
  620. },
  621. "autoload": {
  622. "classmap": [
  623. "src/"
  624. ]
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "BSD-3-Clause"
  629. ],
  630. "authors": [
  631. {
  632. "name": "Sebastian Bergmann",
  633. "email": "sebastian@phpunit.de",
  634. "role": "lead"
  635. }
  636. ],
  637. "description": "The PHP Unit Testing framework.",
  638. "homepage": "https://phpunit.de/",
  639. "keywords": [
  640. "phpunit",
  641. "testing",
  642. "xunit"
  643. ],
  644. "time": "2017-09-24T07:23:38+00:00"
  645. },
  646. {
  647. "name": "phpunit/phpunit-mock-objects",
  648. "version": "3.4.4",
  649. "source": {
  650. "type": "git",
  651. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  652. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  653. },
  654. "dist": {
  655. "type": "zip",
  656. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  657. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  658. "shasum": ""
  659. },
  660. "require": {
  661. "doctrine/instantiator": "^1.0.2",
  662. "php": "^5.6 || ^7.0",
  663. "phpunit/php-text-template": "^1.2",
  664. "sebastian/exporter": "^1.2 || ^2.0"
  665. },
  666. "conflict": {
  667. "phpunit/phpunit": "<5.4.0"
  668. },
  669. "require-dev": {
  670. "phpunit/phpunit": "^5.4"
  671. },
  672. "suggest": {
  673. "ext-soap": "*"
  674. },
  675. "type": "library",
  676. "extra": {
  677. "branch-alias": {
  678. "dev-master": "3.2.x-dev"
  679. }
  680. },
  681. "autoload": {
  682. "classmap": [
  683. "src/"
  684. ]
  685. },
  686. "notification-url": "https://packagist.org/downloads/",
  687. "license": [
  688. "BSD-3-Clause"
  689. ],
  690. "authors": [
  691. {
  692. "name": "Sebastian Bergmann",
  693. "email": "sb@sebastian-bergmann.de",
  694. "role": "lead"
  695. }
  696. ],
  697. "description": "Mock Object library for PHPUnit",
  698. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  699. "keywords": [
  700. "mock",
  701. "xunit"
  702. ],
  703. "time": "2017-06-30T09:13:00+00:00"
  704. },
  705. {
  706. "name": "sebastian/code-unit-reverse-lookup",
  707. "version": "1.0.1",
  708. "source": {
  709. "type": "git",
  710. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  711. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  712. },
  713. "dist": {
  714. "type": "zip",
  715. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  716. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  717. "shasum": ""
  718. },
  719. "require": {
  720. "php": "^5.6 || ^7.0"
  721. },
  722. "require-dev": {
  723. "phpunit/phpunit": "^5.7 || ^6.0"
  724. },
  725. "type": "library",
  726. "extra": {
  727. "branch-alias": {
  728. "dev-master": "1.0.x-dev"
  729. }
  730. },
  731. "autoload": {
  732. "classmap": [
  733. "src/"
  734. ]
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "BSD-3-Clause"
  739. ],
  740. "authors": [
  741. {
  742. "name": "Sebastian Bergmann",
  743. "email": "sebastian@phpunit.de"
  744. }
  745. ],
  746. "description": "Looks up which function or method a line of code belongs to",
  747. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  748. "time": "2017-03-04T06:30:41+00:00"
  749. },
  750. {
  751. "name": "sebastian/comparator",
  752. "version": "1.2.4",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/sebastianbergmann/comparator.git",
  756. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  761. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "php": ">=5.3.3",
  766. "sebastian/diff": "~1.2",
  767. "sebastian/exporter": "~1.2 || ~2.0"
  768. },
  769. "require-dev": {
  770. "phpunit/phpunit": "~4.4"
  771. },
  772. "type": "library",
  773. "extra": {
  774. "branch-alias": {
  775. "dev-master": "1.2.x-dev"
  776. }
  777. },
  778. "autoload": {
  779. "classmap": [
  780. "src/"
  781. ]
  782. },
  783. "notification-url": "https://packagist.org/downloads/",
  784. "license": [
  785. "BSD-3-Clause"
  786. ],
  787. "authors": [
  788. {
  789. "name": "Jeff Welch",
  790. "email": "whatthejeff@gmail.com"
  791. },
  792. {
  793. "name": "Volker Dusch",
  794. "email": "github@wallbash.com"
  795. },
  796. {
  797. "name": "Bernhard Schussek",
  798. "email": "bschussek@2bepublished.at"
  799. },
  800. {
  801. "name": "Sebastian Bergmann",
  802. "email": "sebastian@phpunit.de"
  803. }
  804. ],
  805. "description": "Provides the functionality to compare PHP values for equality",
  806. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  807. "keywords": [
  808. "comparator",
  809. "compare",
  810. "equality"
  811. ],
  812. "time": "2017-01-29T09:50:25+00:00"
  813. },
  814. {
  815. "name": "sebastian/diff",
  816. "version": "1.4.3",
  817. "source": {
  818. "type": "git",
  819. "url": "https://github.com/sebastianbergmann/diff.git",
  820. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  821. },
  822. "dist": {
  823. "type": "zip",
  824. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  825. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  826. "shasum": ""
  827. },
  828. "require": {
  829. "php": "^5.3.3 || ^7.0"
  830. },
  831. "require-dev": {
  832. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  833. },
  834. "type": "library",
  835. "extra": {
  836. "branch-alias": {
  837. "dev-master": "1.4-dev"
  838. }
  839. },
  840. "autoload": {
  841. "classmap": [
  842. "src/"
  843. ]
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "BSD-3-Clause"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Kore Nordmann",
  852. "email": "mail@kore-nordmann.de"
  853. },
  854. {
  855. "name": "Sebastian Bergmann",
  856. "email": "sebastian@phpunit.de"
  857. }
  858. ],
  859. "description": "Diff implementation",
  860. "homepage": "https://github.com/sebastianbergmann/diff",
  861. "keywords": [
  862. "diff"
  863. ],
  864. "time": "2017-05-22T07:24:03+00:00"
  865. },
  866. {
  867. "name": "sebastian/environment",
  868. "version": "2.0.0",
  869. "source": {
  870. "type": "git",
  871. "url": "https://github.com/sebastianbergmann/environment.git",
  872. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  873. },
  874. "dist": {
  875. "type": "zip",
  876. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  877. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  878. "shasum": ""
  879. },
  880. "require": {
  881. "php": "^5.6 || ^7.0"
  882. },
  883. "require-dev": {
  884. "phpunit/phpunit": "^5.0"
  885. },
  886. "type": "library",
  887. "extra": {
  888. "branch-alias": {
  889. "dev-master": "2.0.x-dev"
  890. }
  891. },
  892. "autoload": {
  893. "classmap": [
  894. "src/"
  895. ]
  896. },
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "BSD-3-Clause"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Sebastian Bergmann",
  904. "email": "sebastian@phpunit.de"
  905. }
  906. ],
  907. "description": "Provides functionality to handle HHVM/PHP environments",
  908. "homepage": "http://www.github.com/sebastianbergmann/environment",
  909. "keywords": [
  910. "Xdebug",
  911. "environment",
  912. "hhvm"
  913. ],
  914. "time": "2016-11-26T07:53:53+00:00"
  915. },
  916. {
  917. "name": "sebastian/exporter",
  918. "version": "2.0.0",
  919. "source": {
  920. "type": "git",
  921. "url": "https://github.com/sebastianbergmann/exporter.git",
  922. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  923. },
  924. "dist": {
  925. "type": "zip",
  926. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  927. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  928. "shasum": ""
  929. },
  930. "require": {
  931. "php": ">=5.3.3",
  932. "sebastian/recursion-context": "~2.0"
  933. },
  934. "require-dev": {
  935. "ext-mbstring": "*",
  936. "phpunit/phpunit": "~4.4"
  937. },
  938. "type": "library",
  939. "extra": {
  940. "branch-alias": {
  941. "dev-master": "2.0.x-dev"
  942. }
  943. },
  944. "autoload": {
  945. "classmap": [
  946. "src/"
  947. ]
  948. },
  949. "notification-url": "https://packagist.org/downloads/",
  950. "license": [
  951. "BSD-3-Clause"
  952. ],
  953. "authors": [
  954. {
  955. "name": "Jeff Welch",
  956. "email": "whatthejeff@gmail.com"
  957. },
  958. {
  959. "name": "Volker Dusch",
  960. "email": "github@wallbash.com"
  961. },
  962. {
  963. "name": "Bernhard Schussek",
  964. "email": "bschussek@2bepublished.at"
  965. },
  966. {
  967. "name": "Sebastian Bergmann",
  968. "email": "sebastian@phpunit.de"
  969. },
  970. {
  971. "name": "Adam Harvey",
  972. "email": "aharvey@php.net"
  973. }
  974. ],
  975. "description": "Provides the functionality to export PHP variables for visualization",
  976. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  977. "keywords": [
  978. "export",
  979. "exporter"
  980. ],
  981. "time": "2016-11-19T08:54:04+00:00"
  982. },
  983. {
  984. "name": "sebastian/global-state",
  985. "version": "1.1.1",
  986. "source": {
  987. "type": "git",
  988. "url": "https://github.com/sebastianbergmann/global-state.git",
  989. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  990. },
  991. "dist": {
  992. "type": "zip",
  993. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  994. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  995. "shasum": ""
  996. },
  997. "require": {
  998. "php": ">=5.3.3"
  999. },
  1000. "require-dev": {
  1001. "phpunit/phpunit": "~4.2"
  1002. },
  1003. "suggest": {
  1004. "ext-uopz": "*"
  1005. },
  1006. "type": "library",
  1007. "extra": {
  1008. "branch-alias": {
  1009. "dev-master": "1.0-dev"
  1010. }
  1011. },
  1012. "autoload": {
  1013. "classmap": [
  1014. "src/"
  1015. ]
  1016. },
  1017. "notification-url": "https://packagist.org/downloads/",
  1018. "license": [
  1019. "BSD-3-Clause"
  1020. ],
  1021. "authors": [
  1022. {
  1023. "name": "Sebastian Bergmann",
  1024. "email": "sebastian@phpunit.de"
  1025. }
  1026. ],
  1027. "description": "Snapshotting of global state",
  1028. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1029. "keywords": [
  1030. "global state"
  1031. ],
  1032. "time": "2015-10-12T03:26:01+00:00"
  1033. },
  1034. {
  1035. "name": "sebastian/object-enumerator",
  1036. "version": "2.0.1",
  1037. "source": {
  1038. "type": "git",
  1039. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1040. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  1041. },
  1042. "dist": {
  1043. "type": "zip",
  1044. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1045. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1046. "shasum": ""
  1047. },
  1048. "require": {
  1049. "php": ">=5.6",
  1050. "sebastian/recursion-context": "~2.0"
  1051. },
  1052. "require-dev": {
  1053. "phpunit/phpunit": "~5"
  1054. },
  1055. "type": "library",
  1056. "extra": {
  1057. "branch-alias": {
  1058. "dev-master": "2.0.x-dev"
  1059. }
  1060. },
  1061. "autoload": {
  1062. "classmap": [
  1063. "src/"
  1064. ]
  1065. },
  1066. "notification-url": "https://packagist.org/downloads/",
  1067. "license": [
  1068. "BSD-3-Clause"
  1069. ],
  1070. "authors": [
  1071. {
  1072. "name": "Sebastian Bergmann",
  1073. "email": "sebastian@phpunit.de"
  1074. }
  1075. ],
  1076. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1077. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1078. "time": "2017-02-18T15:18:39+00:00"
  1079. },
  1080. {
  1081. "name": "sebastian/recursion-context",
  1082. "version": "2.0.0",
  1083. "source": {
  1084. "type": "git",
  1085. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1086. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1087. },
  1088. "dist": {
  1089. "type": "zip",
  1090. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1091. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1092. "shasum": ""
  1093. },
  1094. "require": {
  1095. "php": ">=5.3.3"
  1096. },
  1097. "require-dev": {
  1098. "phpunit/phpunit": "~4.4"
  1099. },
  1100. "type": "library",
  1101. "extra": {
  1102. "branch-alias": {
  1103. "dev-master": "2.0.x-dev"
  1104. }
  1105. },
  1106. "autoload": {
  1107. "classmap": [
  1108. "src/"
  1109. ]
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "BSD-3-Clause"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Jeff Welch",
  1118. "email": "whatthejeff@gmail.com"
  1119. },
  1120. {
  1121. "name": "Sebastian Bergmann",
  1122. "email": "sebastian@phpunit.de"
  1123. },
  1124. {
  1125. "name": "Adam Harvey",
  1126. "email": "aharvey@php.net"
  1127. }
  1128. ],
  1129. "description": "Provides functionality to recursively process PHP variables",
  1130. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1131. "time": "2016-11-19T07:33:16+00:00"
  1132. },
  1133. {
  1134. "name": "sebastian/resource-operations",
  1135. "version": "1.0.0",
  1136. "source": {
  1137. "type": "git",
  1138. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1139. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1140. },
  1141. "dist": {
  1142. "type": "zip",
  1143. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1144. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1145. "shasum": ""
  1146. },
  1147. "require": {
  1148. "php": ">=5.6.0"
  1149. },
  1150. "type": "library",
  1151. "extra": {
  1152. "branch-alias": {
  1153. "dev-master": "1.0.x-dev"
  1154. }
  1155. },
  1156. "autoload": {
  1157. "classmap": [
  1158. "src/"
  1159. ]
  1160. },
  1161. "notification-url": "https://packagist.org/downloads/",
  1162. "license": [
  1163. "BSD-3-Clause"
  1164. ],
  1165. "authors": [
  1166. {
  1167. "name": "Sebastian Bergmann",
  1168. "email": "sebastian@phpunit.de"
  1169. }
  1170. ],
  1171. "description": "Provides a list of PHP built-in functions that operate on resources",
  1172. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1173. "time": "2015-07-28T20:34:47+00:00"
  1174. },
  1175. {
  1176. "name": "sebastian/version",
  1177. "version": "2.0.1",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/sebastianbergmann/version.git",
  1181. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1186. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "php": ">=5.6"
  1191. },
  1192. "type": "library",
  1193. "extra": {
  1194. "branch-alias": {
  1195. "dev-master": "2.0.x-dev"
  1196. }
  1197. },
  1198. "autoload": {
  1199. "classmap": [
  1200. "src/"
  1201. ]
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "BSD-3-Clause"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "Sebastian Bergmann",
  1210. "email": "sebastian@phpunit.de",
  1211. "role": "lead"
  1212. }
  1213. ],
  1214. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1215. "homepage": "https://github.com/sebastianbergmann/version",
  1216. "time": "2016-10-03T07:35:21+00:00"
  1217. },
  1218. {
  1219. "name": "squizlabs/php_codesniffer",
  1220. "version": "2.9.1",
  1221. "source": {
  1222. "type": "git",
  1223. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1224. "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
  1225. },
  1226. "dist": {
  1227. "type": "zip",
  1228. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
  1229. "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
  1230. "shasum": ""
  1231. },
  1232. "require": {
  1233. "ext-simplexml": "*",
  1234. "ext-tokenizer": "*",
  1235. "ext-xmlwriter": "*",
  1236. "php": ">=5.1.2"
  1237. },
  1238. "require-dev": {
  1239. "phpunit/phpunit": "~4.0"
  1240. },
  1241. "bin": [
  1242. "scripts/phpcs",
  1243. "scripts/phpcbf"
  1244. ],
  1245. "type": "library",
  1246. "extra": {
  1247. "branch-alias": {
  1248. "dev-master": "2.x-dev"
  1249. }
  1250. },
  1251. "autoload": {
  1252. "classmap": [
  1253. "CodeSniffer.php",
  1254. "CodeSniffer/CLI.php",
  1255. "CodeSniffer/Exception.php",
  1256. "CodeSniffer/File.php",
  1257. "CodeSniffer/Fixer.php",
  1258. "CodeSniffer/Report.php",
  1259. "CodeSniffer/Reporting.php",
  1260. "CodeSniffer/Sniff.php",
  1261. "CodeSniffer/Tokens.php",
  1262. "CodeSniffer/Reports/",
  1263. "CodeSniffer/Tokenizers/",
  1264. "CodeSniffer/DocGenerators/",
  1265. "CodeSniffer/Standards/AbstractPatternSniff.php",
  1266. "CodeSniffer/Standards/AbstractScopeSniff.php",
  1267. "CodeSniffer/Standards/AbstractVariableSniff.php",
  1268. "CodeSniffer/Standards/IncorrectPatternException.php",
  1269. "CodeSniffer/Standards/Generic/Sniffs/",
  1270. "CodeSniffer/Standards/MySource/Sniffs/",
  1271. "CodeSniffer/Standards/PEAR/Sniffs/",
  1272. "CodeSniffer/Standards/PSR1/Sniffs/",
  1273. "CodeSniffer/Standards/PSR2/Sniffs/",
  1274. "CodeSniffer/Standards/Squiz/Sniffs/",
  1275. "CodeSniffer/Standards/Zend/Sniffs/"
  1276. ]
  1277. },
  1278. "notification-url": "https://packagist.org/downloads/",
  1279. "license": [
  1280. "BSD-3-Clause"
  1281. ],
  1282. "authors": [
  1283. {
  1284. "name": "Greg Sherwood",
  1285. "role": "lead"
  1286. }
  1287. ],
  1288. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1289. "homepage": "http://www.squizlabs.com/php-codesniffer",
  1290. "keywords": [
  1291. "phpcs",
  1292. "standards"
  1293. ],
  1294. "time": "2017-05-22T02:43:20+00:00"
  1295. },
  1296. {
  1297. "name": "symfony/yaml",
  1298. "version": "v3.3.9",
  1299. "source": {
  1300. "type": "git",
  1301. "url": "https://github.com/symfony/yaml.git",
  1302. "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0"
  1303. },
  1304. "dist": {
  1305. "type": "zip",
  1306. "url": "https://api.github.com/repos/symfony/yaml/zipball/1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
  1307. "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
  1308. "shasum": ""
  1309. },
  1310. "require": {
  1311. "php": "^5.5.9|>=7.0.8"
  1312. },
  1313. "require-dev": {
  1314. "symfony/console": "~2.8|~3.0"
  1315. },
  1316. "suggest": {
  1317. "symfony/console": "For validating YAML files using the lint command"
  1318. },
  1319. "type": "library",
  1320. "extra": {
  1321. "branch-alias": {
  1322. "dev-master": "3.3-dev"
  1323. }
  1324. },
  1325. "autoload": {
  1326. "psr-4": {
  1327. "Symfony\\Component\\Yaml\\": ""
  1328. },
  1329. "exclude-from-classmap": [
  1330. "/Tests/"
  1331. ]
  1332. },
  1333. "notification-url": "https://packagist.org/downloads/",
  1334. "license": [
  1335. "MIT"
  1336. ],
  1337. "authors": [
  1338. {
  1339. "name": "Fabien Potencier",
  1340. "email": "fabien@symfony.com"
  1341. },
  1342. {
  1343. "name": "Symfony Community",
  1344. "homepage": "https://symfony.com/contributors"
  1345. }
  1346. ],
  1347. "description": "Symfony Yaml Component",
  1348. "homepage": "https://symfony.com",
  1349. "time": "2017-07-29T21:54:42+00:00"
  1350. },
  1351. {
  1352. "name": "webmozart/assert",
  1353. "version": "1.2.0",
  1354. "source": {
  1355. "type": "git",
  1356. "url": "https://github.com/webmozart/assert.git",
  1357. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1358. },
  1359. "dist": {
  1360. "type": "zip",
  1361. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1362. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1363. "shasum": ""
  1364. },
  1365. "require": {
  1366. "php": "^5.3.3 || ^7.0"
  1367. },
  1368. "require-dev": {
  1369. "phpunit/phpunit": "^4.6",
  1370. "sebastian/version": "^1.0.1"
  1371. },
  1372. "type": "library",
  1373. "extra": {
  1374. "branch-alias": {
  1375. "dev-master": "1.3-dev"
  1376. }
  1377. },
  1378. "autoload": {
  1379. "psr-4": {
  1380. "Webmozart\\Assert\\": "src/"
  1381. }
  1382. },
  1383. "notification-url": "https://packagist.org/downloads/",
  1384. "license": [
  1385. "MIT"
  1386. ],
  1387. "authors": [
  1388. {
  1389. "name": "Bernhard Schussek",
  1390. "email": "bschussek@gmail.com"
  1391. }
  1392. ],
  1393. "description": "Assertions to validate method input/output with nice error messages.",
  1394. "keywords": [
  1395. "assert",
  1396. "check",
  1397. "validate"
  1398. ],
  1399. "time": "2016-11-23T20:04:58+00:00"
  1400. }
  1401. ],
  1402. "aliases": [],
  1403. "minimum-stability": "stable",
  1404. "stability-flags": [],
  1405. "prefer-stable": false,
  1406. "prefer-lowest": false,
  1407. "platform": [],
  1408. "platform-dev": []
  1409. }