composer.lock 48 KB

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