composer.lock 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
  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": "7bfefa6f7d4d8c18836028dae680bd4f",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.2.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
  20. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  30. "psr/log": "^1.0",
  31. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Composer\\CaBundle\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Jordi Boggiano",
  51. "email": "j.boggiano@seld.be",
  52. "homepage": "http://seld.be"
  53. }
  54. ],
  55. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  56. "keywords": [
  57. "cabundle",
  58. "cacert",
  59. "certificate",
  60. "ssl",
  61. "tls"
  62. ],
  63. "time": "2020-01-13T10:02:55+00:00"
  64. },
  65. {
  66. "name": "composer/semver",
  67. "version": "1.5.1",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/composer/semver.git",
  71. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  76. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": "^5.3.2 || ^7.0"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "^4.5 || ^5.0.5"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.x-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-4": {
  93. "Composer\\Semver\\": "src"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Nils Adermann",
  103. "email": "naderman@naderman.de",
  104. "homepage": "http://www.naderman.de"
  105. },
  106. {
  107. "name": "Jordi Boggiano",
  108. "email": "j.boggiano@seld.be",
  109. "homepage": "http://seld.be"
  110. },
  111. {
  112. "name": "Rob Bast",
  113. "email": "rob.bast@gmail.com",
  114. "homepage": "http://robbast.nl"
  115. }
  116. ],
  117. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  118. "keywords": [
  119. "semantic",
  120. "semver",
  121. "validation",
  122. "versioning"
  123. ],
  124. "time": "2020-01-13T12:06:48+00:00"
  125. },
  126. {
  127. "name": "composer/spdx-licenses",
  128. "version": "1.5.2",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/composer/spdx-licenses.git",
  132. "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
  137. "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
  138. "shasum": ""
  139. },
  140. "require": {
  141. "php": "^5.3.2 || ^7.0 || ^8.0"
  142. },
  143. "require-dev": {
  144. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
  145. },
  146. "type": "library",
  147. "extra": {
  148. "branch-alias": {
  149. "dev-master": "1.x-dev"
  150. }
  151. },
  152. "autoload": {
  153. "psr-4": {
  154. "Composer\\Spdx\\": "src"
  155. }
  156. },
  157. "notification-url": "https://packagist.org/downloads/",
  158. "license": [
  159. "MIT"
  160. ],
  161. "authors": [
  162. {
  163. "name": "Nils Adermann",
  164. "email": "naderman@naderman.de",
  165. "homepage": "http://www.naderman.de"
  166. },
  167. {
  168. "name": "Jordi Boggiano",
  169. "email": "j.boggiano@seld.be",
  170. "homepage": "http://seld.be"
  171. },
  172. {
  173. "name": "Rob Bast",
  174. "email": "rob.bast@gmail.com",
  175. "homepage": "http://robbast.nl"
  176. }
  177. ],
  178. "description": "SPDX licenses list and validation library.",
  179. "keywords": [
  180. "license",
  181. "spdx",
  182. "validator"
  183. ],
  184. "time": "2019-07-29T10:31:59+00:00"
  185. },
  186. {
  187. "name": "composer/xdebug-handler",
  188. "version": "1.4.0",
  189. "source": {
  190. "type": "git",
  191. "url": "https://github.com/composer/xdebug-handler.git",
  192. "reference": "cbe23383749496fe0f373345208b79568e4bc248"
  193. },
  194. "dist": {
  195. "type": "zip",
  196. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
  197. "reference": "cbe23383749496fe0f373345208b79568e4bc248",
  198. "shasum": ""
  199. },
  200. "require": {
  201. "php": "^5.3.2 || ^7.0 || ^8.0",
  202. "psr/log": "^1.0"
  203. },
  204. "require-dev": {
  205. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  206. },
  207. "type": "library",
  208. "autoload": {
  209. "psr-4": {
  210. "Composer\\XdebugHandler\\": "src"
  211. }
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "John Stevenson",
  220. "email": "john-stevenson@blueyonder.co.uk"
  221. }
  222. ],
  223. "description": "Restarts a process without Xdebug.",
  224. "keywords": [
  225. "Xdebug",
  226. "performance"
  227. ],
  228. "support": {
  229. "irc": "irc://irc.freenode.org/composer",
  230. "issues": "https://github.com/composer/xdebug-handler/issues",
  231. "source": "https://github.com/composer/xdebug-handler/tree/1.4.0"
  232. },
  233. "time": "2019-11-06T16:40:04+00:00"
  234. },
  235. {
  236. "name": "justinrainbow/json-schema",
  237. "version": "5.2.9",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/justinrainbow/json-schema.git",
  241. "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  246. "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "php": ">=5.3.3"
  251. },
  252. "require-dev": {
  253. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  254. "json-schema/json-schema-test-suite": "1.2.0",
  255. "phpunit/phpunit": "^4.8.35"
  256. },
  257. "bin": [
  258. "bin/validate-json"
  259. ],
  260. "type": "library",
  261. "extra": {
  262. "branch-alias": {
  263. "dev-master": "5.0.x-dev"
  264. }
  265. },
  266. "autoload": {
  267. "psr-4": {
  268. "JsonSchema\\": "src/JsonSchema/"
  269. }
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "MIT"
  274. ],
  275. "authors": [
  276. {
  277. "name": "Bruno Prieto Reis",
  278. "email": "bruno.p.reis@gmail.com"
  279. },
  280. {
  281. "name": "Justin Rainbow",
  282. "email": "justin.rainbow@gmail.com"
  283. },
  284. {
  285. "name": "Igor Wiedler",
  286. "email": "igor@wiedler.ch"
  287. },
  288. {
  289. "name": "Robert Schönthal",
  290. "email": "seroscho@googlemail.com"
  291. }
  292. ],
  293. "description": "A library to validate a json schema.",
  294. "homepage": "https://github.com/justinrainbow/json-schema",
  295. "keywords": [
  296. "json",
  297. "schema"
  298. ],
  299. "support": {
  300. "issues": "https://github.com/justinrainbow/json-schema/issues",
  301. "source": "https://github.com/justinrainbow/json-schema/tree/5.2.9"
  302. },
  303. "time": "2019-09-25T14:49:45+00:00"
  304. },
  305. {
  306. "name": "psr/log",
  307. "version": "1.1.2",
  308. "source": {
  309. "type": "git",
  310. "url": "https://github.com/php-fig/log.git",
  311. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  312. },
  313. "dist": {
  314. "type": "zip",
  315. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  316. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  317. "shasum": ""
  318. },
  319. "require": {
  320. "php": ">=5.3.0"
  321. },
  322. "type": "library",
  323. "extra": {
  324. "branch-alias": {
  325. "dev-master": "1.1.x-dev"
  326. }
  327. },
  328. "autoload": {
  329. "psr-4": {
  330. "Psr\\Log\\": "Psr/Log/"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "PHP-FIG",
  340. "homepage": "http://www.php-fig.org/"
  341. }
  342. ],
  343. "description": "Common interface for logging libraries",
  344. "homepage": "https://github.com/php-fig/log",
  345. "keywords": [
  346. "log",
  347. "psr",
  348. "psr-3"
  349. ],
  350. "support": {
  351. "source": "https://github.com/php-fig/log/tree/1.1.2"
  352. },
  353. "time": "2019-11-01T11:05:21+00:00"
  354. },
  355. {
  356. "name": "react/promise",
  357. "version": "v1.2.1",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/reactphp/promise.git",
  361. "reference": "eefff597e67ff66b719f8171480add3c91474a1e"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/reactphp/promise/zipball/eefff597e67ff66b719f8171480add3c91474a1e",
  366. "reference": "eefff597e67ff66b719f8171480add3c91474a1e",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "php": ">=5.3.3"
  371. },
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "1.1-dev"
  376. }
  377. },
  378. "autoload": {
  379. "psr-0": {
  380. "React\\Promise": "src/"
  381. },
  382. "files": [
  383. "src/React/Promise/functions_include.php"
  384. ]
  385. },
  386. "notification-url": "https://packagist.org/downloads/",
  387. "license": [
  388. "MIT"
  389. ],
  390. "authors": [
  391. {
  392. "name": "Jan Sorgalla",
  393. "email": "jsorgalla@gmail.com"
  394. }
  395. ],
  396. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  397. "time": "2016-03-07T13:46:50+00:00"
  398. },
  399. {
  400. "name": "seld/jsonlint",
  401. "version": "1.7.2",
  402. "source": {
  403. "type": "git",
  404. "url": "https://github.com/Seldaek/jsonlint.git",
  405. "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
  406. },
  407. "dist": {
  408. "type": "zip",
  409. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  410. "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  411. "shasum": ""
  412. },
  413. "require": {
  414. "php": "^5.3 || ^7.0"
  415. },
  416. "require-dev": {
  417. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  418. },
  419. "bin": [
  420. "bin/jsonlint"
  421. ],
  422. "type": "library",
  423. "autoload": {
  424. "psr-4": {
  425. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  426. }
  427. },
  428. "notification-url": "https://packagist.org/downloads/",
  429. "license": [
  430. "MIT"
  431. ],
  432. "authors": [
  433. {
  434. "name": "Jordi Boggiano",
  435. "email": "j.boggiano@seld.be",
  436. "homepage": "http://seld.be"
  437. }
  438. ],
  439. "description": "JSON Linter",
  440. "keywords": [
  441. "json",
  442. "linter",
  443. "parser",
  444. "validator"
  445. ],
  446. "support": {
  447. "issues": "https://github.com/Seldaek/jsonlint/issues",
  448. "source": "https://github.com/Seldaek/jsonlint/tree/1.7.2"
  449. },
  450. "time": "2019-10-24T14:27:39+00:00"
  451. },
  452. {
  453. "name": "seld/phar-utils",
  454. "version": "1.0.2",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/Seldaek/phar-utils.git",
  458. "reference": "84715761c35808076b00908a20317a3a8a67d17e"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/84715761c35808076b00908a20317a3a8a67d17e",
  463. "reference": "84715761c35808076b00908a20317a3a8a67d17e",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3"
  468. },
  469. "type": "library",
  470. "extra": {
  471. "branch-alias": {
  472. "dev-master": "1.x-dev"
  473. }
  474. },
  475. "autoload": {
  476. "psr-4": {
  477. "Seld\\PharUtils\\": "src/"
  478. }
  479. },
  480. "notification-url": "https://packagist.org/downloads/",
  481. "license": [
  482. "MIT"
  483. ],
  484. "authors": [
  485. {
  486. "name": "Jordi Boggiano",
  487. "email": "j.boggiano@seld.be"
  488. }
  489. ],
  490. "description": "PHAR file format utilities, for when PHP phars you up",
  491. "keywords": [
  492. "phra"
  493. ],
  494. "time": "2020-01-13T10:41:09+00:00"
  495. },
  496. {
  497. "name": "symfony/console",
  498. "version": "v2.8.52",
  499. "source": {
  500. "type": "git",
  501. "url": "https://github.com/symfony/console.git",
  502. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
  503. },
  504. "dist": {
  505. "type": "zip",
  506. "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  507. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  508. "shasum": ""
  509. },
  510. "require": {
  511. "php": ">=5.3.9",
  512. "symfony/debug": "^2.7.2|~3.0.0",
  513. "symfony/polyfill-mbstring": "~1.0"
  514. },
  515. "require-dev": {
  516. "psr/log": "~1.0",
  517. "symfony/event-dispatcher": "~2.1|~3.0.0",
  518. "symfony/process": "~2.1|~3.0.0"
  519. },
  520. "suggest": {
  521. "psr/log-implementation": "For using the console logger",
  522. "symfony/event-dispatcher": "",
  523. "symfony/process": ""
  524. },
  525. "type": "library",
  526. "extra": {
  527. "branch-alias": {
  528. "dev-master": "2.8-dev"
  529. }
  530. },
  531. "autoload": {
  532. "psr-4": {
  533. "Symfony\\Component\\Console\\": ""
  534. },
  535. "exclude-from-classmap": [
  536. "/Tests/"
  537. ]
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "MIT"
  542. ],
  543. "authors": [
  544. {
  545. "name": "Fabien Potencier",
  546. "email": "fabien@symfony.com"
  547. },
  548. {
  549. "name": "Symfony Community",
  550. "homepage": "https://symfony.com/contributors"
  551. }
  552. ],
  553. "description": "Symfony Console Component",
  554. "homepage": "https://symfony.com",
  555. "support": {
  556. "source": "https://github.com/symfony/console/tree/v2.8.52"
  557. },
  558. "time": "2018-11-20T15:55:20+00:00"
  559. },
  560. {
  561. "name": "symfony/debug",
  562. "version": "v2.8.52",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/symfony/debug.git",
  566. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  571. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": ">=5.3.9",
  576. "psr/log": "~1.0"
  577. },
  578. "conflict": {
  579. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  580. },
  581. "require-dev": {
  582. "symfony/class-loader": "~2.2|~3.0.0",
  583. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  584. },
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "2.8-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-4": {
  593. "Symfony\\Component\\Debug\\": ""
  594. },
  595. "exclude-from-classmap": [
  596. "/Tests/"
  597. ]
  598. },
  599. "notification-url": "https://packagist.org/downloads/",
  600. "license": [
  601. "MIT"
  602. ],
  603. "authors": [
  604. {
  605. "name": "Fabien Potencier",
  606. "email": "fabien@symfony.com"
  607. },
  608. {
  609. "name": "Symfony Community",
  610. "homepage": "https://symfony.com/contributors"
  611. }
  612. ],
  613. "description": "Symfony Debug Component",
  614. "homepage": "https://symfony.com",
  615. "support": {
  616. "source": "https://github.com/symfony/debug/tree/v2.8.50"
  617. },
  618. "time": "2018-11-11T11:18:13+00:00"
  619. },
  620. {
  621. "name": "symfony/filesystem",
  622. "version": "v2.8.52",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/symfony/filesystem.git",
  626. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
  631. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": ">=5.3.9",
  636. "symfony/polyfill-ctype": "~1.8"
  637. },
  638. "type": "library",
  639. "extra": {
  640. "branch-alias": {
  641. "dev-master": "2.8-dev"
  642. }
  643. },
  644. "autoload": {
  645. "psr-4": {
  646. "Symfony\\Component\\Filesystem\\": ""
  647. },
  648. "exclude-from-classmap": [
  649. "/Tests/"
  650. ]
  651. },
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "MIT"
  655. ],
  656. "authors": [
  657. {
  658. "name": "Fabien Potencier",
  659. "email": "fabien@symfony.com"
  660. },
  661. {
  662. "name": "Symfony Community",
  663. "homepage": "https://symfony.com/contributors"
  664. }
  665. ],
  666. "description": "Symfony Filesystem Component",
  667. "homepage": "https://symfony.com",
  668. "support": {
  669. "source": "https://github.com/symfony/filesystem/tree/v2.8.52"
  670. },
  671. "time": "2018-11-11T11:18:13+00:00"
  672. },
  673. {
  674. "name": "symfony/finder",
  675. "version": "v2.8.52",
  676. "source": {
  677. "type": "git",
  678. "url": "https://github.com/symfony/finder.git",
  679. "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
  680. },
  681. "dist": {
  682. "type": "zip",
  683. "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
  684. "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
  685. "shasum": ""
  686. },
  687. "require": {
  688. "php": ">=5.3.9"
  689. },
  690. "type": "library",
  691. "extra": {
  692. "branch-alias": {
  693. "dev-master": "2.8-dev"
  694. }
  695. },
  696. "autoload": {
  697. "psr-4": {
  698. "Symfony\\Component\\Finder\\": ""
  699. },
  700. "exclude-from-classmap": [
  701. "/Tests/"
  702. ]
  703. },
  704. "notification-url": "https://packagist.org/downloads/",
  705. "license": [
  706. "MIT"
  707. ],
  708. "authors": [
  709. {
  710. "name": "Fabien Potencier",
  711. "email": "fabien@symfony.com"
  712. },
  713. {
  714. "name": "Symfony Community",
  715. "homepage": "https://symfony.com/contributors"
  716. }
  717. ],
  718. "description": "Symfony Finder Component",
  719. "homepage": "https://symfony.com",
  720. "support": {
  721. "source": "https://github.com/symfony/finder/tree/v2.8.50"
  722. },
  723. "time": "2018-11-11T11:18:13+00:00"
  724. },
  725. {
  726. "name": "symfony/polyfill-ctype",
  727. "version": "v1.13.1",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/symfony/polyfill-ctype.git",
  731. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  736. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  737. "shasum": ""
  738. },
  739. "require": {
  740. "php": ">=5.3.3"
  741. },
  742. "suggest": {
  743. "ext-ctype": "For best performance"
  744. },
  745. "type": "library",
  746. "extra": {
  747. "branch-alias": {
  748. "dev-master": "1.13-dev"
  749. }
  750. },
  751. "autoload": {
  752. "psr-4": {
  753. "Symfony\\Polyfill\\Ctype\\": ""
  754. },
  755. "files": [
  756. "bootstrap.php"
  757. ]
  758. },
  759. "notification-url": "https://packagist.org/downloads/",
  760. "license": [
  761. "MIT"
  762. ],
  763. "description": "Symfony polyfill for ctype functions",
  764. "homepage": "https://symfony.com",
  765. "keywords": [
  766. "compatibility",
  767. "ctype",
  768. "polyfill",
  769. "portable"
  770. ],
  771. "time": "2019-11-27T13:56:44+00:00"
  772. },
  773. {
  774. "name": "symfony/polyfill-mbstring",
  775. "version": "v1.13.1",
  776. "source": {
  777. "type": "git",
  778. "url": "https://github.com/symfony/polyfill-mbstring.git",
  779. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
  780. },
  781. "dist": {
  782. "type": "zip",
  783. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
  784. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
  785. "shasum": ""
  786. },
  787. "require": {
  788. "php": ">=5.3.3"
  789. },
  790. "suggest": {
  791. "ext-mbstring": "For best performance"
  792. },
  793. "type": "library",
  794. "extra": {
  795. "branch-alias": {
  796. "dev-master": "1.13-dev"
  797. }
  798. },
  799. "autoload": {
  800. "psr-4": {
  801. "Symfony\\Polyfill\\Mbstring\\": ""
  802. },
  803. "files": [
  804. "bootstrap.php"
  805. ]
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Nicolas Grekas",
  814. "email": "p@tchwork.com"
  815. },
  816. {
  817. "name": "Symfony Community",
  818. "homepage": "https://symfony.com/contributors"
  819. }
  820. ],
  821. "description": "Symfony polyfill for the Mbstring extension",
  822. "homepage": "https://symfony.com",
  823. "keywords": [
  824. "compatibility",
  825. "mbstring",
  826. "polyfill",
  827. "portable",
  828. "shim"
  829. ],
  830. "time": "2019-11-27T14:18:11+00:00"
  831. },
  832. {
  833. "name": "symfony/process",
  834. "version": "v2.8.52",
  835. "source": {
  836. "type": "git",
  837. "url": "https://github.com/symfony/process.git",
  838. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
  839. },
  840. "dist": {
  841. "type": "zip",
  842. "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
  843. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
  844. "shasum": ""
  845. },
  846. "require": {
  847. "php": ">=5.3.9"
  848. },
  849. "type": "library",
  850. "extra": {
  851. "branch-alias": {
  852. "dev-master": "2.8-dev"
  853. }
  854. },
  855. "autoload": {
  856. "psr-4": {
  857. "Symfony\\Component\\Process\\": ""
  858. },
  859. "exclude-from-classmap": [
  860. "/Tests/"
  861. ]
  862. },
  863. "notification-url": "https://packagist.org/downloads/",
  864. "license": [
  865. "MIT"
  866. ],
  867. "authors": [
  868. {
  869. "name": "Fabien Potencier",
  870. "email": "fabien@symfony.com"
  871. },
  872. {
  873. "name": "Symfony Community",
  874. "homepage": "https://symfony.com/contributors"
  875. }
  876. ],
  877. "description": "Symfony Process Component",
  878. "homepage": "https://symfony.com",
  879. "support": {
  880. "source": "https://github.com/symfony/process/tree/v2.8.50"
  881. },
  882. "time": "2018-11-11T11:18:13+00:00"
  883. }
  884. ],
  885. "packages-dev": [
  886. {
  887. "name": "doctrine/instantiator",
  888. "version": "1.0.5",
  889. "source": {
  890. "type": "git",
  891. "url": "https://github.com/doctrine/instantiator.git",
  892. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  893. },
  894. "dist": {
  895. "type": "zip",
  896. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  897. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  898. "shasum": ""
  899. },
  900. "require": {
  901. "php": ">=5.3,<8.0-DEV"
  902. },
  903. "require-dev": {
  904. "athletic/athletic": "~0.1.8",
  905. "ext-pdo": "*",
  906. "ext-phar": "*",
  907. "phpunit/phpunit": "~4.0",
  908. "squizlabs/php_codesniffer": "~2.0"
  909. },
  910. "type": "library",
  911. "extra": {
  912. "branch-alias": {
  913. "dev-master": "1.0.x-dev"
  914. }
  915. },
  916. "autoload": {
  917. "psr-4": {
  918. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  919. }
  920. },
  921. "notification-url": "https://packagist.org/downloads/",
  922. "license": [
  923. "MIT"
  924. ],
  925. "authors": [
  926. {
  927. "name": "Marco Pivetta",
  928. "email": "ocramius@gmail.com",
  929. "homepage": "http://ocramius.github.com/"
  930. }
  931. ],
  932. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  933. "homepage": "https://github.com/doctrine/instantiator",
  934. "keywords": [
  935. "constructor",
  936. "instantiate"
  937. ],
  938. "support": {
  939. "issues": "https://github.com/doctrine/instantiator/issues",
  940. "source": "https://github.com/doctrine/instantiator/tree/master"
  941. },
  942. "time": "2015-06-14T21:17:01+00:00"
  943. },
  944. {
  945. "name": "phpdocumentor/reflection-docblock",
  946. "version": "2.0.5",
  947. "source": {
  948. "type": "git",
  949. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  950. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  951. },
  952. "dist": {
  953. "type": "zip",
  954. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  955. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  956. "shasum": ""
  957. },
  958. "require": {
  959. "php": ">=5.3.3"
  960. },
  961. "require-dev": {
  962. "phpunit/phpunit": "~4.0"
  963. },
  964. "suggest": {
  965. "dflydev/markdown": "~1.0",
  966. "erusev/parsedown": "~1.0"
  967. },
  968. "type": "library",
  969. "extra": {
  970. "branch-alias": {
  971. "dev-master": "2.0.x-dev"
  972. }
  973. },
  974. "autoload": {
  975. "psr-0": {
  976. "phpDocumentor": [
  977. "src/"
  978. ]
  979. }
  980. },
  981. "notification-url": "https://packagist.org/downloads/",
  982. "license": [
  983. "MIT"
  984. ],
  985. "time": "2016-01-25T08:17:30+00:00"
  986. },
  987. {
  988. "name": "phpspec/prophecy",
  989. "version": "v1.10.2",
  990. "source": {
  991. "type": "git",
  992. "url": "https://github.com/phpspec/prophecy.git",
  993. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9"
  994. },
  995. "dist": {
  996. "type": "zip",
  997. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  998. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  999. "shasum": ""
  1000. },
  1001. "require": {
  1002. "doctrine/instantiator": "^1.0.2",
  1003. "php": "^5.3|^7.0",
  1004. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1005. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  1006. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  1007. },
  1008. "require-dev": {
  1009. "phpspec/phpspec": "^2.5 || ^3.2",
  1010. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1011. },
  1012. "type": "library",
  1013. "extra": {
  1014. "branch-alias": {
  1015. "dev-master": "1.10.x-dev"
  1016. }
  1017. },
  1018. "autoload": {
  1019. "psr-4": {
  1020. "Prophecy\\": "src/Prophecy"
  1021. }
  1022. },
  1023. "notification-url": "https://packagist.org/downloads/",
  1024. "license": [
  1025. "MIT"
  1026. ],
  1027. "authors": [
  1028. {
  1029. "name": "Konstantin Kudryashov",
  1030. "email": "ever.zet@gmail.com",
  1031. "homepage": "http://everzet.com"
  1032. },
  1033. {
  1034. "name": "Marcello Duarte",
  1035. "email": "marcello.duarte@gmail.com"
  1036. }
  1037. ],
  1038. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1039. "homepage": "https://github.com/phpspec/prophecy",
  1040. "keywords": [
  1041. "Double",
  1042. "Dummy",
  1043. "fake",
  1044. "mock",
  1045. "spy",
  1046. "stub"
  1047. ],
  1048. "time": "2020-01-20T15:57:02+00:00"
  1049. },
  1050. {
  1051. "name": "sebastian/comparator",
  1052. "version": "1.2.4",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/sebastianbergmann/comparator.git",
  1056. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1061. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1062. "shasum": ""
  1063. },
  1064. "require": {
  1065. "php": ">=5.3.3",
  1066. "sebastian/diff": "~1.2",
  1067. "sebastian/exporter": "~1.2 || ~2.0"
  1068. },
  1069. "require-dev": {
  1070. "phpunit/phpunit": "~4.4"
  1071. },
  1072. "type": "library",
  1073. "extra": {
  1074. "branch-alias": {
  1075. "dev-master": "1.2.x-dev"
  1076. }
  1077. },
  1078. "autoload": {
  1079. "classmap": [
  1080. "src/"
  1081. ]
  1082. },
  1083. "notification-url": "https://packagist.org/downloads/",
  1084. "license": [
  1085. "BSD-3-Clause"
  1086. ],
  1087. "authors": [
  1088. {
  1089. "name": "Jeff Welch",
  1090. "email": "whatthejeff@gmail.com"
  1091. },
  1092. {
  1093. "name": "Volker Dusch",
  1094. "email": "github@wallbash.com"
  1095. },
  1096. {
  1097. "name": "Bernhard Schussek",
  1098. "email": "bschussek@2bepublished.at"
  1099. },
  1100. {
  1101. "name": "Sebastian Bergmann",
  1102. "email": "sebastian@phpunit.de"
  1103. }
  1104. ],
  1105. "description": "Provides the functionality to compare PHP values for equality",
  1106. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1107. "keywords": [
  1108. "comparator",
  1109. "compare",
  1110. "equality"
  1111. ],
  1112. "time": "2017-01-29T09:50:25+00:00"
  1113. },
  1114. {
  1115. "name": "sebastian/diff",
  1116. "version": "1.4.3",
  1117. "source": {
  1118. "type": "git",
  1119. "url": "https://github.com/sebastianbergmann/diff.git",
  1120. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1121. },
  1122. "dist": {
  1123. "type": "zip",
  1124. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1125. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1126. "shasum": ""
  1127. },
  1128. "require": {
  1129. "php": "^5.3.3 || ^7.0"
  1130. },
  1131. "require-dev": {
  1132. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1133. },
  1134. "type": "library",
  1135. "extra": {
  1136. "branch-alias": {
  1137. "dev-master": "1.4-dev"
  1138. }
  1139. },
  1140. "autoload": {
  1141. "classmap": [
  1142. "src/"
  1143. ]
  1144. },
  1145. "notification-url": "https://packagist.org/downloads/",
  1146. "license": [
  1147. "BSD-3-Clause"
  1148. ],
  1149. "authors": [
  1150. {
  1151. "name": "Kore Nordmann",
  1152. "email": "mail@kore-nordmann.de"
  1153. },
  1154. {
  1155. "name": "Sebastian Bergmann",
  1156. "email": "sebastian@phpunit.de"
  1157. }
  1158. ],
  1159. "description": "Diff implementation",
  1160. "homepage": "https://github.com/sebastianbergmann/diff",
  1161. "keywords": [
  1162. "diff"
  1163. ],
  1164. "time": "2017-05-22T07:24:03+00:00"
  1165. },
  1166. {
  1167. "name": "sebastian/exporter",
  1168. "version": "2.0.0",
  1169. "source": {
  1170. "type": "git",
  1171. "url": "https://github.com/sebastianbergmann/exporter.git",
  1172. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1173. },
  1174. "dist": {
  1175. "type": "zip",
  1176. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1177. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1178. "shasum": ""
  1179. },
  1180. "require": {
  1181. "php": ">=5.3.3",
  1182. "sebastian/recursion-context": "~2.0"
  1183. },
  1184. "require-dev": {
  1185. "ext-mbstring": "*",
  1186. "phpunit/phpunit": "~4.4"
  1187. },
  1188. "type": "library",
  1189. "extra": {
  1190. "branch-alias": {
  1191. "dev-master": "2.0.x-dev"
  1192. }
  1193. },
  1194. "autoload": {
  1195. "classmap": [
  1196. "src/"
  1197. ]
  1198. },
  1199. "notification-url": "https://packagist.org/downloads/",
  1200. "license": [
  1201. "BSD-3-Clause"
  1202. ],
  1203. "authors": [
  1204. {
  1205. "name": "Jeff Welch",
  1206. "email": "whatthejeff@gmail.com"
  1207. },
  1208. {
  1209. "name": "Volker Dusch",
  1210. "email": "github@wallbash.com"
  1211. },
  1212. {
  1213. "name": "Bernhard Schussek",
  1214. "email": "bschussek@2bepublished.at"
  1215. },
  1216. {
  1217. "name": "Sebastian Bergmann",
  1218. "email": "sebastian@phpunit.de"
  1219. },
  1220. {
  1221. "name": "Adam Harvey",
  1222. "email": "aharvey@php.net"
  1223. }
  1224. ],
  1225. "description": "Provides the functionality to export PHP variables for visualization",
  1226. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1227. "keywords": [
  1228. "export",
  1229. "exporter"
  1230. ],
  1231. "time": "2016-11-19T08:54:04+00:00"
  1232. },
  1233. {
  1234. "name": "sebastian/recursion-context",
  1235. "version": "2.0.0",
  1236. "source": {
  1237. "type": "git",
  1238. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1239. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1240. },
  1241. "dist": {
  1242. "type": "zip",
  1243. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1244. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1245. "shasum": ""
  1246. },
  1247. "require": {
  1248. "php": ">=5.3.3"
  1249. },
  1250. "require-dev": {
  1251. "phpunit/phpunit": "~4.4"
  1252. },
  1253. "type": "library",
  1254. "extra": {
  1255. "branch-alias": {
  1256. "dev-master": "2.0.x-dev"
  1257. }
  1258. },
  1259. "autoload": {
  1260. "classmap": [
  1261. "src/"
  1262. ]
  1263. },
  1264. "notification-url": "https://packagist.org/downloads/",
  1265. "license": [
  1266. "BSD-3-Clause"
  1267. ],
  1268. "authors": [
  1269. {
  1270. "name": "Jeff Welch",
  1271. "email": "whatthejeff@gmail.com"
  1272. },
  1273. {
  1274. "name": "Sebastian Bergmann",
  1275. "email": "sebastian@phpunit.de"
  1276. },
  1277. {
  1278. "name": "Adam Harvey",
  1279. "email": "aharvey@php.net"
  1280. }
  1281. ],
  1282. "description": "Provides functionality to recursively process PHP variables",
  1283. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1284. "time": "2016-11-19T07:33:16+00:00"
  1285. },
  1286. {
  1287. "name": "symfony/phpunit-bridge",
  1288. "version": "v3.4.37",
  1289. "source": {
  1290. "type": "git",
  1291. "url": "https://github.com/symfony/phpunit-bridge.git",
  1292. "reference": "ebfd1b428ffc14306e843092763f228bfba168d0"
  1293. },
  1294. "dist": {
  1295. "type": "zip",
  1296. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ebfd1b428ffc14306e843092763f228bfba168d0",
  1297. "reference": "ebfd1b428ffc14306e843092763f228bfba168d0",
  1298. "shasum": ""
  1299. },
  1300. "require": {
  1301. "php": ">=5.3.3"
  1302. },
  1303. "conflict": {
  1304. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1305. },
  1306. "suggest": {
  1307. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1308. },
  1309. "bin": [
  1310. "bin/simple-phpunit"
  1311. ],
  1312. "type": "symfony-bridge",
  1313. "extra": {
  1314. "branch-alias": {
  1315. "dev-master": "3.4-dev"
  1316. },
  1317. "thanks": {
  1318. "name": "phpunit/phpunit",
  1319. "url": "https://github.com/sebastianbergmann/phpunit"
  1320. }
  1321. },
  1322. "autoload": {
  1323. "files": [
  1324. "bootstrap.php"
  1325. ],
  1326. "psr-4": {
  1327. "Symfony\\Bridge\\PhpUnit\\": ""
  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": "Nicolas Grekas",
  1340. "email": "p@tchwork.com"
  1341. },
  1342. {
  1343. "name": "Symfony Community",
  1344. "homepage": "https://symfony.com/contributors"
  1345. }
  1346. ],
  1347. "description": "Symfony PHPUnit Bridge",
  1348. "homepage": "https://symfony.com",
  1349. "time": "2020-01-14T14:27:59+00:00"
  1350. }
  1351. ],
  1352. "aliases": [],
  1353. "minimum-stability": "stable",
  1354. "stability-flags": [],
  1355. "prefer-stable": false,
  1356. "prefer-lowest": false,
  1357. "platform": {
  1358. "php": "^5.3.2 || ^7.0"
  1359. },
  1360. "platform-dev": [],
  1361. "platform-overrides": {
  1362. "php": "5.3.9"
  1363. }
  1364. }