composer.lock 50 KB

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