composer.lock 46 KB

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