composer.lock 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366
  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.3",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/composer/spdx-licenses.git",
  132. "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
  137. "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
  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": "2020-02-14T07:44:31+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.1.0",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/Seldaek/phar-utils.git",
  458. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
  463. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
  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. "phar"
  493. ],
  494. "time": "2020-02-14T15:25:33+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.14.0",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/symfony/polyfill-ctype.git",
  731. "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
  736. "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
  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.14-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": "2020-01-13T11:15:53+00:00"
  772. },
  773. {
  774. "name": "symfony/polyfill-mbstring",
  775. "version": "v1.14.0",
  776. "source": {
  777. "type": "git",
  778. "url": "https://github.com/symfony/polyfill-mbstring.git",
  779. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
  780. },
  781. "dist": {
  782. "type": "zip",
  783. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
  784. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
  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.14-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": "2020-01-13T11:15:53+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. "time": "2015-06-14T21:17:01+00:00"
  939. },
  940. {
  941. "name": "phpdocumentor/reflection-docblock",
  942. "version": "2.0.5",
  943. "source": {
  944. "type": "git",
  945. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  946. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  947. },
  948. "dist": {
  949. "type": "zip",
  950. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  951. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  952. "shasum": ""
  953. },
  954. "require": {
  955. "php": ">=5.3.3"
  956. },
  957. "require-dev": {
  958. "phpunit/phpunit": "~4.0"
  959. },
  960. "suggest": {
  961. "dflydev/markdown": "~1.0",
  962. "erusev/parsedown": "~1.0"
  963. },
  964. "type": "library",
  965. "extra": {
  966. "branch-alias": {
  967. "dev-master": "2.0.x-dev"
  968. }
  969. },
  970. "autoload": {
  971. "psr-0": {
  972. "phpDocumentor": [
  973. "src/"
  974. ]
  975. }
  976. },
  977. "notification-url": "https://packagist.org/downloads/",
  978. "license": [
  979. "MIT"
  980. ],
  981. "authors": [
  982. {
  983. "name": "Mike van Riel",
  984. "email": "mike.vanriel@naenius.com"
  985. }
  986. ],
  987. "time": "2016-01-25T08:17:30+00:00"
  988. },
  989. {
  990. "name": "phpspec/prophecy",
  991. "version": "v1.10.2",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/phpspec/prophecy.git",
  995. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  1000. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "doctrine/instantiator": "^1.0.2",
  1005. "php": "^5.3|^7.0",
  1006. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1007. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  1008. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  1009. },
  1010. "require-dev": {
  1011. "phpspec/phpspec": "^2.5 || ^3.2",
  1012. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1013. },
  1014. "type": "library",
  1015. "extra": {
  1016. "branch-alias": {
  1017. "dev-master": "1.10.x-dev"
  1018. }
  1019. },
  1020. "autoload": {
  1021. "psr-4": {
  1022. "Prophecy\\": "src/Prophecy"
  1023. }
  1024. },
  1025. "notification-url": "https://packagist.org/downloads/",
  1026. "license": [
  1027. "MIT"
  1028. ],
  1029. "authors": [
  1030. {
  1031. "name": "Konstantin Kudryashov",
  1032. "email": "ever.zet@gmail.com",
  1033. "homepage": "http://everzet.com"
  1034. },
  1035. {
  1036. "name": "Marcello Duarte",
  1037. "email": "marcello.duarte@gmail.com"
  1038. }
  1039. ],
  1040. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1041. "homepage": "https://github.com/phpspec/prophecy",
  1042. "keywords": [
  1043. "Double",
  1044. "Dummy",
  1045. "fake",
  1046. "mock",
  1047. "spy",
  1048. "stub"
  1049. ],
  1050. "time": "2020-01-20T15:57:02+00:00"
  1051. },
  1052. {
  1053. "name": "sebastian/comparator",
  1054. "version": "1.2.4",
  1055. "source": {
  1056. "type": "git",
  1057. "url": "https://github.com/sebastianbergmann/comparator.git",
  1058. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1059. },
  1060. "dist": {
  1061. "type": "zip",
  1062. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1063. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1064. "shasum": ""
  1065. },
  1066. "require": {
  1067. "php": ">=5.3.3",
  1068. "sebastian/diff": "~1.2",
  1069. "sebastian/exporter": "~1.2 || ~2.0"
  1070. },
  1071. "require-dev": {
  1072. "phpunit/phpunit": "~4.4"
  1073. },
  1074. "type": "library",
  1075. "extra": {
  1076. "branch-alias": {
  1077. "dev-master": "1.2.x-dev"
  1078. }
  1079. },
  1080. "autoload": {
  1081. "classmap": [
  1082. "src/"
  1083. ]
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "BSD-3-Clause"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Jeff Welch",
  1092. "email": "whatthejeff@gmail.com"
  1093. },
  1094. {
  1095. "name": "Volker Dusch",
  1096. "email": "github@wallbash.com"
  1097. },
  1098. {
  1099. "name": "Bernhard Schussek",
  1100. "email": "bschussek@2bepublished.at"
  1101. },
  1102. {
  1103. "name": "Sebastian Bergmann",
  1104. "email": "sebastian@phpunit.de"
  1105. }
  1106. ],
  1107. "description": "Provides the functionality to compare PHP values for equality",
  1108. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1109. "keywords": [
  1110. "comparator",
  1111. "compare",
  1112. "equality"
  1113. ],
  1114. "time": "2017-01-29T09:50:25+00:00"
  1115. },
  1116. {
  1117. "name": "sebastian/diff",
  1118. "version": "1.4.3",
  1119. "source": {
  1120. "type": "git",
  1121. "url": "https://github.com/sebastianbergmann/diff.git",
  1122. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1123. },
  1124. "dist": {
  1125. "type": "zip",
  1126. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1127. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1128. "shasum": ""
  1129. },
  1130. "require": {
  1131. "php": "^5.3.3 || ^7.0"
  1132. },
  1133. "require-dev": {
  1134. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1135. },
  1136. "type": "library",
  1137. "extra": {
  1138. "branch-alias": {
  1139. "dev-master": "1.4-dev"
  1140. }
  1141. },
  1142. "autoload": {
  1143. "classmap": [
  1144. "src/"
  1145. ]
  1146. },
  1147. "notification-url": "https://packagist.org/downloads/",
  1148. "license": [
  1149. "BSD-3-Clause"
  1150. ],
  1151. "authors": [
  1152. {
  1153. "name": "Kore Nordmann",
  1154. "email": "mail@kore-nordmann.de"
  1155. },
  1156. {
  1157. "name": "Sebastian Bergmann",
  1158. "email": "sebastian@phpunit.de"
  1159. }
  1160. ],
  1161. "description": "Diff implementation",
  1162. "homepage": "https://github.com/sebastianbergmann/diff",
  1163. "keywords": [
  1164. "diff"
  1165. ],
  1166. "time": "2017-05-22T07:24:03+00:00"
  1167. },
  1168. {
  1169. "name": "sebastian/exporter",
  1170. "version": "2.0.0",
  1171. "source": {
  1172. "type": "git",
  1173. "url": "https://github.com/sebastianbergmann/exporter.git",
  1174. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1175. },
  1176. "dist": {
  1177. "type": "zip",
  1178. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1179. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1180. "shasum": ""
  1181. },
  1182. "require": {
  1183. "php": ">=5.3.3",
  1184. "sebastian/recursion-context": "~2.0"
  1185. },
  1186. "require-dev": {
  1187. "ext-mbstring": "*",
  1188. "phpunit/phpunit": "~4.4"
  1189. },
  1190. "type": "library",
  1191. "extra": {
  1192. "branch-alias": {
  1193. "dev-master": "2.0.x-dev"
  1194. }
  1195. },
  1196. "autoload": {
  1197. "classmap": [
  1198. "src/"
  1199. ]
  1200. },
  1201. "notification-url": "https://packagist.org/downloads/",
  1202. "license": [
  1203. "BSD-3-Clause"
  1204. ],
  1205. "authors": [
  1206. {
  1207. "name": "Jeff Welch",
  1208. "email": "whatthejeff@gmail.com"
  1209. },
  1210. {
  1211. "name": "Volker Dusch",
  1212. "email": "github@wallbash.com"
  1213. },
  1214. {
  1215. "name": "Bernhard Schussek",
  1216. "email": "bschussek@2bepublished.at"
  1217. },
  1218. {
  1219. "name": "Sebastian Bergmann",
  1220. "email": "sebastian@phpunit.de"
  1221. },
  1222. {
  1223. "name": "Adam Harvey",
  1224. "email": "aharvey@php.net"
  1225. }
  1226. ],
  1227. "description": "Provides the functionality to export PHP variables for visualization",
  1228. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1229. "keywords": [
  1230. "export",
  1231. "exporter"
  1232. ],
  1233. "time": "2016-11-19T08:54:04+00:00"
  1234. },
  1235. {
  1236. "name": "sebastian/recursion-context",
  1237. "version": "2.0.0",
  1238. "source": {
  1239. "type": "git",
  1240. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1241. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1242. },
  1243. "dist": {
  1244. "type": "zip",
  1245. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1246. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1247. "shasum": ""
  1248. },
  1249. "require": {
  1250. "php": ">=5.3.3"
  1251. },
  1252. "require-dev": {
  1253. "phpunit/phpunit": "~4.4"
  1254. },
  1255. "type": "library",
  1256. "extra": {
  1257. "branch-alias": {
  1258. "dev-master": "2.0.x-dev"
  1259. }
  1260. },
  1261. "autoload": {
  1262. "classmap": [
  1263. "src/"
  1264. ]
  1265. },
  1266. "notification-url": "https://packagist.org/downloads/",
  1267. "license": [
  1268. "BSD-3-Clause"
  1269. ],
  1270. "authors": [
  1271. {
  1272. "name": "Jeff Welch",
  1273. "email": "whatthejeff@gmail.com"
  1274. },
  1275. {
  1276. "name": "Sebastian Bergmann",
  1277. "email": "sebastian@phpunit.de"
  1278. },
  1279. {
  1280. "name": "Adam Harvey",
  1281. "email": "aharvey@php.net"
  1282. }
  1283. ],
  1284. "description": "Provides functionality to recursively process PHP variables",
  1285. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1286. "time": "2016-11-19T07:33:16+00:00"
  1287. },
  1288. {
  1289. "name": "symfony/phpunit-bridge",
  1290. "version": "v3.4.37",
  1291. "source": {
  1292. "type": "git",
  1293. "url": "https://github.com/symfony/phpunit-bridge.git",
  1294. "reference": "ebfd1b428ffc14306e843092763f228bfba168d0"
  1295. },
  1296. "dist": {
  1297. "type": "zip",
  1298. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ebfd1b428ffc14306e843092763f228bfba168d0",
  1299. "reference": "ebfd1b428ffc14306e843092763f228bfba168d0",
  1300. "shasum": ""
  1301. },
  1302. "require": {
  1303. "php": ">=5.3.3"
  1304. },
  1305. "conflict": {
  1306. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1307. },
  1308. "suggest": {
  1309. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1310. },
  1311. "bin": [
  1312. "bin/simple-phpunit"
  1313. ],
  1314. "type": "symfony-bridge",
  1315. "extra": {
  1316. "branch-alias": {
  1317. "dev-master": "3.4-dev"
  1318. },
  1319. "thanks": {
  1320. "name": "phpunit/phpunit",
  1321. "url": "https://github.com/sebastianbergmann/phpunit"
  1322. }
  1323. },
  1324. "autoload": {
  1325. "files": [
  1326. "bootstrap.php"
  1327. ],
  1328. "psr-4": {
  1329. "Symfony\\Bridge\\PhpUnit\\": ""
  1330. },
  1331. "exclude-from-classmap": [
  1332. "/Tests/"
  1333. ]
  1334. },
  1335. "notification-url": "https://packagist.org/downloads/",
  1336. "license": [
  1337. "MIT"
  1338. ],
  1339. "authors": [
  1340. {
  1341. "name": "Nicolas Grekas",
  1342. "email": "p@tchwork.com"
  1343. },
  1344. {
  1345. "name": "Symfony Community",
  1346. "homepage": "https://symfony.com/contributors"
  1347. }
  1348. ],
  1349. "description": "Symfony PHPUnit Bridge",
  1350. "homepage": "https://symfony.com",
  1351. "time": "2020-01-14T14:27:59+00:00"
  1352. }
  1353. ],
  1354. "aliases": [],
  1355. "minimum-stability": "stable",
  1356. "stability-flags": [],
  1357. "prefer-stable": false,
  1358. "prefer-lowest": false,
  1359. "platform": {
  1360. "php": "^5.3.2 || ^7.0"
  1361. },
  1362. "platform-dev": [],
  1363. "platform-overrides": {
  1364. "php": "5.3.9"
  1365. }
  1366. }