composer.lock 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  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": "e54b3723970749e58f560dbf659ecf85",
  8. "packages": [
  9. {
  10. "name": "consolidation/annotated-command",
  11. "version": "2.12.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/consolidation/annotated-command.git",
  15. "reference": "512a2e54c98f3af377589de76c43b24652bcb789"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789",
  20. "reference": "512a2e54c98f3af377589de76c43b24652bcb789",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "consolidation/output-formatters": "^3.4",
  25. "php": ">=5.4.5",
  26. "psr/log": "^1",
  27. "symfony/console": "^2.8|^3|^4",
  28. "symfony/event-dispatcher": "^2.5|^3|^4",
  29. "symfony/finder": "^2.5|^3|^4"
  30. },
  31. "require-dev": {
  32. "g1a/composer-test-scenarios": "^3",
  33. "php-coveralls/php-coveralls": "^1",
  34. "phpunit/phpunit": "^6",
  35. "squizlabs/php_codesniffer": "^2.7"
  36. },
  37. "type": "library",
  38. "extra": {
  39. "scenarios": {
  40. "symfony4": {
  41. "require": {
  42. "symfony/console": "^4.0"
  43. },
  44. "config": {
  45. "platform": {
  46. "php": "7.1.3"
  47. }
  48. }
  49. },
  50. "symfony2": {
  51. "require": {
  52. "symfony/console": "^2.8"
  53. },
  54. "require-dev": {
  55. "phpunit/phpunit": "^4.8.36"
  56. },
  57. "remove": [
  58. "php-coveralls/php-coveralls"
  59. ],
  60. "config": {
  61. "platform": {
  62. "php": "5.4.8"
  63. }
  64. },
  65. "scenario-options": {
  66. "create-lockfile": "false"
  67. }
  68. },
  69. "phpunit4": {
  70. "require-dev": {
  71. "phpunit/phpunit": "^4.8.36"
  72. },
  73. "remove": [
  74. "php-coveralls/php-coveralls"
  75. ],
  76. "config": {
  77. "platform": {
  78. "php": "5.4.8"
  79. }
  80. }
  81. }
  82. },
  83. "branch-alias": {
  84. "dev-master": "2.x-dev"
  85. }
  86. },
  87. "autoload": {
  88. "psr-4": {
  89. "Consolidation\\AnnotatedCommand\\": "src"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "MIT"
  95. ],
  96. "authors": [
  97. {
  98. "name": "Greg Anderson",
  99. "email": "greg.1.anderson@greenknowe.org"
  100. }
  101. ],
  102. "description": "Initialize Symfony Console commands from annotated command class methods.",
  103. "time": "2019-03-08T16:55:03+00:00"
  104. },
  105. {
  106. "name": "consolidation/output-formatters",
  107. "version": "3.4.1",
  108. "source": {
  109. "type": "git",
  110. "url": "https://github.com/consolidation/output-formatters.git",
  111. "reference": "0881112642ad9059071f13f397f571035b527cb9"
  112. },
  113. "dist": {
  114. "type": "zip",
  115. "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0881112642ad9059071f13f397f571035b527cb9",
  116. "reference": "0881112642ad9059071f13f397f571035b527cb9",
  117. "shasum": ""
  118. },
  119. "require": {
  120. "dflydev/dot-access-data": "^1.1.0",
  121. "php": ">=5.4.0",
  122. "symfony/console": "^2.8|^3|^4",
  123. "symfony/finder": "^2.5|^3|^4"
  124. },
  125. "require-dev": {
  126. "g1a/composer-test-scenarios": "^3",
  127. "php-coveralls/php-coveralls": "^1",
  128. "phpunit/phpunit": "^5.7.27",
  129. "squizlabs/php_codesniffer": "^2.7",
  130. "symfony/var-dumper": "^2.8|^3|^4",
  131. "victorjonsson/markdowndocs": "^1.3"
  132. },
  133. "suggest": {
  134. "symfony/var-dumper": "For using the var_dump formatter"
  135. },
  136. "type": "library",
  137. "extra": {
  138. "scenarios": {
  139. "symfony4": {
  140. "require": {
  141. "symfony/console": "^4.0"
  142. },
  143. "require-dev": {
  144. "phpunit/phpunit": "^6"
  145. },
  146. "config": {
  147. "platform": {
  148. "php": "7.1.3"
  149. }
  150. }
  151. },
  152. "symfony3": {
  153. "require": {
  154. "symfony/console": "^3.4",
  155. "symfony/finder": "^3.4",
  156. "symfony/var-dumper": "^3.4"
  157. },
  158. "config": {
  159. "platform": {
  160. "php": "5.6.32"
  161. }
  162. }
  163. },
  164. "symfony2": {
  165. "require": {
  166. "symfony/console": "^2.8"
  167. },
  168. "require-dev": {
  169. "phpunit/phpunit": "^4.8.36"
  170. },
  171. "remove": [
  172. "php-coveralls/php-coveralls"
  173. ],
  174. "config": {
  175. "platform": {
  176. "php": "5.4.8"
  177. }
  178. },
  179. "scenario-options": {
  180. "create-lockfile": "false"
  181. }
  182. }
  183. },
  184. "branch-alias": {
  185. "dev-master": "3.x-dev"
  186. }
  187. },
  188. "autoload": {
  189. "psr-4": {
  190. "Consolidation\\OutputFormatters\\": "src"
  191. }
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "MIT"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Greg Anderson",
  200. "email": "greg.1.anderson@greenknowe.org"
  201. }
  202. ],
  203. "description": "Format text by applying transformations provided by plug-in formatters.",
  204. "time": "2019-03-14T03:45:44+00:00"
  205. },
  206. {
  207. "name": "dflydev/dot-access-data",
  208. "version": "v1.1.0",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  212. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
  217. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "php": ">=5.3.2"
  222. },
  223. "type": "library",
  224. "extra": {
  225. "branch-alias": {
  226. "dev-master": "1.0-dev"
  227. }
  228. },
  229. "autoload": {
  230. "psr-0": {
  231. "Dflydev\\DotAccessData": "src"
  232. }
  233. },
  234. "notification-url": "https://packagist.org/downloads/",
  235. "license": [
  236. "MIT"
  237. ],
  238. "authors": [
  239. {
  240. "name": "Dragonfly Development Inc.",
  241. "email": "info@dflydev.com",
  242. "homepage": "http://dflydev.com"
  243. },
  244. {
  245. "name": "Beau Simensen",
  246. "email": "beau@dflydev.com",
  247. "homepage": "http://beausimensen.com"
  248. },
  249. {
  250. "name": "Carlos Frutos",
  251. "email": "carlos@kiwing.it",
  252. "homepage": "https://github.com/cfrutos"
  253. }
  254. ],
  255. "description": "Given a deep data structure, access data by dot notation.",
  256. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  257. "keywords": [
  258. "access",
  259. "data",
  260. "dot",
  261. "notation"
  262. ],
  263. "time": "2017-01-20T21:14:22+00:00"
  264. },
  265. {
  266. "name": "dnoegel/php-xdg-base-dir",
  267. "version": "0.1",
  268. "source": {
  269. "type": "git",
  270. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  271. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  272. },
  273. "dist": {
  274. "type": "zip",
  275. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  276. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  277. "shasum": ""
  278. },
  279. "require": {
  280. "php": ">=5.3.2"
  281. },
  282. "require-dev": {
  283. "phpunit/phpunit": "@stable"
  284. },
  285. "type": "project",
  286. "autoload": {
  287. "psr-4": {
  288. "XdgBaseDir\\": "src/"
  289. }
  290. },
  291. "notification-url": "https://packagist.org/downloads/",
  292. "license": [
  293. "MIT"
  294. ],
  295. "description": "implementation of xdg base directory specification for php",
  296. "time": "2014-10-24T07:27:01+00:00"
  297. },
  298. {
  299. "name": "drush/drush",
  300. "version": "8.2.3",
  301. "source": {
  302. "type": "git",
  303. "url": "https://github.com/drush-ops/drush.git",
  304. "reference": "bf2b2471b9410e0ff4adc23aee020ee1aff28610"
  305. },
  306. "dist": {
  307. "type": "zip",
  308. "url": "https://api.github.com/repos/drush-ops/drush/zipball/bf2b2471b9410e0ff4adc23aee020ee1aff28610",
  309. "reference": "bf2b2471b9410e0ff4adc23aee020ee1aff28610",
  310. "shasum": ""
  311. },
  312. "require": {
  313. "consolidation/annotated-command": "^2.12.0",
  314. "consolidation/output-formatters": "~3",
  315. "pear/console_table": "~1.3.1",
  316. "php": ">=5.4.5",
  317. "psr/log": "~1.0",
  318. "psy/psysh": "~0.6",
  319. "symfony/console": "~2.7|^3",
  320. "symfony/event-dispatcher": "~2.7|^3",
  321. "symfony/finder": "~2.7|^3",
  322. "symfony/var-dumper": "~2.7|^3",
  323. "symfony/yaml": "~2.3|^3",
  324. "webflo/drupal-finder": "^1.1.0",
  325. "webmozart/path-util": "~2"
  326. },
  327. "require-dev": {
  328. "phpunit/phpunit": "4.*",
  329. "symfony/console": "~2.7",
  330. "symfony/event-dispatcher": "~2.7",
  331. "symfony/finder": "~2.7",
  332. "symfony/process": "2.7.*",
  333. "symfony/var-dumper": "~2.7",
  334. "symfony/yaml": "~2.3"
  335. },
  336. "suggest": {
  337. "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
  338. "ext-pcntl": "*"
  339. },
  340. "bin": [
  341. "drush",
  342. "drush.launcher",
  343. "drush.php",
  344. "drush.complete.sh"
  345. ],
  346. "type": "library",
  347. "extra": {
  348. "branch-alias": {
  349. "dev-master": "8.0.x-dev"
  350. }
  351. },
  352. "autoload": {
  353. "psr-0": {
  354. "Drush": "lib/",
  355. "Consolidation": "lib/"
  356. },
  357. "psr-4": {
  358. "Drush\\": "src/"
  359. }
  360. },
  361. "notification-url": "https://packagist.org/downloads/",
  362. "license": [
  363. "GPL-2.0-or-later"
  364. ],
  365. "authors": [
  366. {
  367. "name": "Moshe Weitzman",
  368. "email": "weitzman@tejasa.com"
  369. },
  370. {
  371. "name": "Owen Barton",
  372. "email": "drupal@owenbarton.com"
  373. },
  374. {
  375. "name": "Mark Sonnabaum",
  376. "email": "marksonnabaum@gmail.com"
  377. },
  378. {
  379. "name": "Antoine Beaupré",
  380. "email": "anarcat@koumbit.org"
  381. },
  382. {
  383. "name": "Greg Anderson",
  384. "email": "greg.1.anderson@greenknowe.org"
  385. },
  386. {
  387. "name": "Jonathan Araña Cruz",
  388. "email": "jonhattan@faita.net"
  389. },
  390. {
  391. "name": "Jonathan Hedstrom",
  392. "email": "jhedstrom@gmail.com"
  393. },
  394. {
  395. "name": "Christopher Gervais",
  396. "email": "chris@ergonlogic.com"
  397. },
  398. {
  399. "name": "Dave Reid",
  400. "email": "dave@davereid.net"
  401. },
  402. {
  403. "name": "Damian Lee",
  404. "email": "damiankloip@googlemail.com"
  405. }
  406. ],
  407. "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
  408. "homepage": "http://www.drush.org",
  409. "time": "2019-04-03T04:20:26+00:00"
  410. },
  411. {
  412. "name": "jakub-onderka/php-console-color",
  413. "version": "v0.2",
  414. "source": {
  415. "type": "git",
  416. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  417. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  418. },
  419. "dist": {
  420. "type": "zip",
  421. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  422. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  423. "shasum": ""
  424. },
  425. "require": {
  426. "php": ">=5.4.0"
  427. },
  428. "require-dev": {
  429. "jakub-onderka/php-code-style": "1.0",
  430. "jakub-onderka/php-parallel-lint": "1.0",
  431. "jakub-onderka/php-var-dump-check": "0.*",
  432. "phpunit/phpunit": "~4.3",
  433. "squizlabs/php_codesniffer": "1.*"
  434. },
  435. "type": "library",
  436. "autoload": {
  437. "psr-4": {
  438. "JakubOnderka\\PhpConsoleColor\\": "src/"
  439. }
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "BSD-2-Clause"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Jakub Onderka",
  448. "email": "jakub.onderka@gmail.com"
  449. }
  450. ],
  451. "time": "2018-09-29T17:23:10+00:00"
  452. },
  453. {
  454. "name": "jakub-onderka/php-console-highlighter",
  455. "version": "v0.4",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  459. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  464. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "ext-tokenizer": "*",
  469. "jakub-onderka/php-console-color": "~0.2",
  470. "php": ">=5.4.0"
  471. },
  472. "require-dev": {
  473. "jakub-onderka/php-code-style": "~1.0",
  474. "jakub-onderka/php-parallel-lint": "~1.0",
  475. "jakub-onderka/php-var-dump-check": "~0.1",
  476. "phpunit/phpunit": "~4.0",
  477. "squizlabs/php_codesniffer": "~1.5"
  478. },
  479. "type": "library",
  480. "autoload": {
  481. "psr-4": {
  482. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  483. }
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "Jakub Onderka",
  492. "email": "acci@acci.cz",
  493. "homepage": "http://www.acci.cz/"
  494. }
  495. ],
  496. "description": "Highlight PHP code in terminal",
  497. "time": "2018-09-29T18:48:56+00:00"
  498. },
  499. {
  500. "name": "nikic/php-parser",
  501. "version": "v3.1.5",
  502. "source": {
  503. "type": "git",
  504. "url": "https://github.com/nikic/PHP-Parser.git",
  505. "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
  506. },
  507. "dist": {
  508. "type": "zip",
  509. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
  510. "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
  511. "shasum": ""
  512. },
  513. "require": {
  514. "ext-tokenizer": "*",
  515. "php": ">=5.5"
  516. },
  517. "require-dev": {
  518. "phpunit/phpunit": "~4.0|~5.0"
  519. },
  520. "bin": [
  521. "bin/php-parse"
  522. ],
  523. "type": "library",
  524. "extra": {
  525. "branch-alias": {
  526. "dev-master": "3.0-dev"
  527. }
  528. },
  529. "autoload": {
  530. "psr-4": {
  531. "PhpParser\\": "lib/PhpParser"
  532. }
  533. },
  534. "notification-url": "https://packagist.org/downloads/",
  535. "license": [
  536. "BSD-3-Clause"
  537. ],
  538. "authors": [
  539. {
  540. "name": "Nikita Popov"
  541. }
  542. ],
  543. "description": "A PHP parser written in PHP",
  544. "keywords": [
  545. "parser",
  546. "php"
  547. ],
  548. "time": "2018-02-28T20:30:58+00:00"
  549. },
  550. {
  551. "name": "pear/console_table",
  552. "version": "v1.3.1",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/pear/Console_Table.git",
  556. "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
  561. "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
  562. "shasum": ""
  563. },
  564. "require": {
  565. "php": ">=5.2.0"
  566. },
  567. "suggest": {
  568. "pear/Console_Color2": ">=0.1.2"
  569. },
  570. "type": "library",
  571. "autoload": {
  572. "classmap": [
  573. "Table.php"
  574. ]
  575. },
  576. "notification-url": "https://packagist.org/downloads/",
  577. "license": [
  578. "BSD-2-Clause"
  579. ],
  580. "authors": [
  581. {
  582. "name": "Jan Schneider",
  583. "homepage": "http://pear.php.net/user/yunosh"
  584. },
  585. {
  586. "name": "Tal Peer",
  587. "homepage": "http://pear.php.net/user/tal"
  588. },
  589. {
  590. "name": "Xavier Noguer",
  591. "homepage": "http://pear.php.net/user/xnoguer"
  592. },
  593. {
  594. "name": "Richard Heyes",
  595. "homepage": "http://pear.php.net/user/richard"
  596. }
  597. ],
  598. "description": "Library that makes it easy to build console style tables.",
  599. "homepage": "http://pear.php.net/package/Console_Table/",
  600. "keywords": [
  601. "console"
  602. ],
  603. "time": "2018-01-25T20:47:17+00:00"
  604. },
  605. {
  606. "name": "psr/log",
  607. "version": "1.1.0",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/php-fig/log.git",
  611. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  616. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  617. "shasum": ""
  618. },
  619. "require": {
  620. "php": ">=5.3.0"
  621. },
  622. "type": "library",
  623. "extra": {
  624. "branch-alias": {
  625. "dev-master": "1.0.x-dev"
  626. }
  627. },
  628. "autoload": {
  629. "psr-4": {
  630. "Psr\\Log\\": "Psr/Log/"
  631. }
  632. },
  633. "notification-url": "https://packagist.org/downloads/",
  634. "license": [
  635. "MIT"
  636. ],
  637. "authors": [
  638. {
  639. "name": "PHP-FIG",
  640. "homepage": "http://www.php-fig.org/"
  641. }
  642. ],
  643. "description": "Common interface for logging libraries",
  644. "homepage": "https://github.com/php-fig/log",
  645. "keywords": [
  646. "log",
  647. "psr",
  648. "psr-3"
  649. ],
  650. "time": "2018-11-20T15:27:04+00:00"
  651. },
  652. {
  653. "name": "psy/psysh",
  654. "version": "v0.9.9",
  655. "source": {
  656. "type": "git",
  657. "url": "https://github.com/bobthecow/psysh.git",
  658. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
  659. },
  660. "dist": {
  661. "type": "zip",
  662. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  663. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  664. "shasum": ""
  665. },
  666. "require": {
  667. "dnoegel/php-xdg-base-dir": "0.1",
  668. "ext-json": "*",
  669. "ext-tokenizer": "*",
  670. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  671. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  672. "php": ">=5.4.0",
  673. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  674. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  675. },
  676. "require-dev": {
  677. "bamarni/composer-bin-plugin": "^1.2",
  678. "hoa/console": "~2.15|~3.16",
  679. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  680. },
  681. "suggest": {
  682. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  683. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  684. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  685. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  686. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  687. },
  688. "bin": [
  689. "bin/psysh"
  690. ],
  691. "type": "library",
  692. "extra": {
  693. "branch-alias": {
  694. "dev-develop": "0.9.x-dev"
  695. }
  696. },
  697. "autoload": {
  698. "files": [
  699. "src/functions.php"
  700. ],
  701. "psr-4": {
  702. "Psy\\": "src/"
  703. }
  704. },
  705. "notification-url": "https://packagist.org/downloads/",
  706. "license": [
  707. "MIT"
  708. ],
  709. "authors": [
  710. {
  711. "name": "Justin Hileman",
  712. "email": "justin@justinhileman.info",
  713. "homepage": "http://justinhileman.com"
  714. }
  715. ],
  716. "description": "An interactive shell for modern PHP.",
  717. "homepage": "http://psysh.org",
  718. "keywords": [
  719. "REPL",
  720. "console",
  721. "interactive",
  722. "shell"
  723. ],
  724. "time": "2018-10-13T15:16:03+00:00"
  725. },
  726. {
  727. "name": "symfony/console",
  728. "version": "v3.4.26",
  729. "source": {
  730. "type": "git",
  731. "url": "https://github.com/symfony/console.git",
  732. "reference": "15a9104356436cb26e08adab97706654799d31d8"
  733. },
  734. "dist": {
  735. "type": "zip",
  736. "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8",
  737. "reference": "15a9104356436cb26e08adab97706654799d31d8",
  738. "shasum": ""
  739. },
  740. "require": {
  741. "php": "^5.5.9|>=7.0.8",
  742. "symfony/debug": "~2.8|~3.0|~4.0",
  743. "symfony/polyfill-mbstring": "~1.0"
  744. },
  745. "conflict": {
  746. "symfony/dependency-injection": "<3.4",
  747. "symfony/process": "<3.3"
  748. },
  749. "provide": {
  750. "psr/log-implementation": "1.0"
  751. },
  752. "require-dev": {
  753. "psr/log": "~1.0",
  754. "symfony/config": "~3.3|~4.0",
  755. "symfony/dependency-injection": "~3.4|~4.0",
  756. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  757. "symfony/lock": "~3.4|~4.0",
  758. "symfony/process": "~3.3|~4.0"
  759. },
  760. "suggest": {
  761. "psr/log": "For using the console logger",
  762. "symfony/event-dispatcher": "",
  763. "symfony/lock": "",
  764. "symfony/process": ""
  765. },
  766. "type": "library",
  767. "extra": {
  768. "branch-alias": {
  769. "dev-master": "3.4-dev"
  770. }
  771. },
  772. "autoload": {
  773. "psr-4": {
  774. "Symfony\\Component\\Console\\": ""
  775. },
  776. "exclude-from-classmap": [
  777. "/Tests/"
  778. ]
  779. },
  780. "notification-url": "https://packagist.org/downloads/",
  781. "license": [
  782. "MIT"
  783. ],
  784. "authors": [
  785. {
  786. "name": "Fabien Potencier",
  787. "email": "fabien@symfony.com"
  788. },
  789. {
  790. "name": "Symfony Community",
  791. "homepage": "https://symfony.com/contributors"
  792. }
  793. ],
  794. "description": "Symfony Console Component",
  795. "homepage": "https://symfony.com",
  796. "time": "2019-04-08T09:29:13+00:00"
  797. },
  798. {
  799. "name": "symfony/debug",
  800. "version": "v3.4.26",
  801. "source": {
  802. "type": "git",
  803. "url": "https://github.com/symfony/debug.git",
  804. "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9"
  805. },
  806. "dist": {
  807. "type": "zip",
  808. "url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9",
  809. "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9",
  810. "shasum": ""
  811. },
  812. "require": {
  813. "php": "^5.5.9|>=7.0.8",
  814. "psr/log": "~1.0"
  815. },
  816. "conflict": {
  817. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  818. },
  819. "require-dev": {
  820. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  821. },
  822. "type": "library",
  823. "extra": {
  824. "branch-alias": {
  825. "dev-master": "3.4-dev"
  826. }
  827. },
  828. "autoload": {
  829. "psr-4": {
  830. "Symfony\\Component\\Debug\\": ""
  831. },
  832. "exclude-from-classmap": [
  833. "/Tests/"
  834. ]
  835. },
  836. "notification-url": "https://packagist.org/downloads/",
  837. "license": [
  838. "MIT"
  839. ],
  840. "authors": [
  841. {
  842. "name": "Fabien Potencier",
  843. "email": "fabien@symfony.com"
  844. },
  845. {
  846. "name": "Symfony Community",
  847. "homepage": "https://symfony.com/contributors"
  848. }
  849. ],
  850. "description": "Symfony Debug Component",
  851. "homepage": "https://symfony.com",
  852. "time": "2019-04-11T09:48:14+00:00"
  853. },
  854. {
  855. "name": "symfony/event-dispatcher",
  856. "version": "v3.4.26",
  857. "source": {
  858. "type": "git",
  859. "url": "https://github.com/symfony/event-dispatcher.git",
  860. "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff"
  861. },
  862. "dist": {
  863. "type": "zip",
  864. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff",
  865. "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff",
  866. "shasum": ""
  867. },
  868. "require": {
  869. "php": "^5.5.9|>=7.0.8"
  870. },
  871. "conflict": {
  872. "symfony/dependency-injection": "<3.3"
  873. },
  874. "require-dev": {
  875. "psr/log": "~1.0",
  876. "symfony/config": "~2.8|~3.0|~4.0",
  877. "symfony/dependency-injection": "~3.3|~4.0",
  878. "symfony/expression-language": "~2.8|~3.0|~4.0",
  879. "symfony/stopwatch": "~2.8|~3.0|~4.0"
  880. },
  881. "suggest": {
  882. "symfony/dependency-injection": "",
  883. "symfony/http-kernel": ""
  884. },
  885. "type": "library",
  886. "extra": {
  887. "branch-alias": {
  888. "dev-master": "3.4-dev"
  889. }
  890. },
  891. "autoload": {
  892. "psr-4": {
  893. "Symfony\\Component\\EventDispatcher\\": ""
  894. },
  895. "exclude-from-classmap": [
  896. "/Tests/"
  897. ]
  898. },
  899. "notification-url": "https://packagist.org/downloads/",
  900. "license": [
  901. "MIT"
  902. ],
  903. "authors": [
  904. {
  905. "name": "Fabien Potencier",
  906. "email": "fabien@symfony.com"
  907. },
  908. {
  909. "name": "Symfony Community",
  910. "homepage": "https://symfony.com/contributors"
  911. }
  912. ],
  913. "description": "Symfony EventDispatcher Component",
  914. "homepage": "https://symfony.com",
  915. "time": "2019-04-02T08:51:52+00:00"
  916. },
  917. {
  918. "name": "symfony/finder",
  919. "version": "v3.4.26",
  920. "source": {
  921. "type": "git",
  922. "url": "https://github.com/symfony/finder.git",
  923. "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98"
  924. },
  925. "dist": {
  926. "type": "zip",
  927. "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
  928. "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
  929. "shasum": ""
  930. },
  931. "require": {
  932. "php": "^5.5.9|>=7.0.8"
  933. },
  934. "type": "library",
  935. "extra": {
  936. "branch-alias": {
  937. "dev-master": "3.4-dev"
  938. }
  939. },
  940. "autoload": {
  941. "psr-4": {
  942. "Symfony\\Component\\Finder\\": ""
  943. },
  944. "exclude-from-classmap": [
  945. "/Tests/"
  946. ]
  947. },
  948. "notification-url": "https://packagist.org/downloads/",
  949. "license": [
  950. "MIT"
  951. ],
  952. "authors": [
  953. {
  954. "name": "Fabien Potencier",
  955. "email": "fabien@symfony.com"
  956. },
  957. {
  958. "name": "Symfony Community",
  959. "homepage": "https://symfony.com/contributors"
  960. }
  961. ],
  962. "description": "Symfony Finder Component",
  963. "homepage": "https://symfony.com",
  964. "time": "2019-04-02T19:54:57+00:00"
  965. },
  966. {
  967. "name": "symfony/polyfill-ctype",
  968. "version": "v1.11.0",
  969. "source": {
  970. "type": "git",
  971. "url": "https://github.com/symfony/polyfill-ctype.git",
  972. "reference": "82ebae02209c21113908c229e9883c419720738a"
  973. },
  974. "dist": {
  975. "type": "zip",
  976. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  977. "reference": "82ebae02209c21113908c229e9883c419720738a",
  978. "shasum": ""
  979. },
  980. "require": {
  981. "php": ">=5.3.3"
  982. },
  983. "suggest": {
  984. "ext-ctype": "For best performance"
  985. },
  986. "type": "library",
  987. "extra": {
  988. "branch-alias": {
  989. "dev-master": "1.11-dev"
  990. }
  991. },
  992. "autoload": {
  993. "psr-4": {
  994. "Symfony\\Polyfill\\Ctype\\": ""
  995. },
  996. "files": [
  997. "bootstrap.php"
  998. ]
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "MIT"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "Symfony Community",
  1007. "homepage": "https://symfony.com/contributors"
  1008. },
  1009. {
  1010. "name": "Gert de Pagter",
  1011. "email": "backendtea@gmail.com"
  1012. }
  1013. ],
  1014. "description": "Symfony polyfill for ctype functions",
  1015. "homepage": "https://symfony.com",
  1016. "keywords": [
  1017. "compatibility",
  1018. "ctype",
  1019. "polyfill",
  1020. "portable"
  1021. ],
  1022. "time": "2019-02-06T07:57:58+00:00"
  1023. },
  1024. {
  1025. "name": "symfony/polyfill-mbstring",
  1026. "version": "v1.11.0",
  1027. "source": {
  1028. "type": "git",
  1029. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1030. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  1031. },
  1032. "dist": {
  1033. "type": "zip",
  1034. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  1035. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  1036. "shasum": ""
  1037. },
  1038. "require": {
  1039. "php": ">=5.3.3"
  1040. },
  1041. "suggest": {
  1042. "ext-mbstring": "For best performance"
  1043. },
  1044. "type": "library",
  1045. "extra": {
  1046. "branch-alias": {
  1047. "dev-master": "1.11-dev"
  1048. }
  1049. },
  1050. "autoload": {
  1051. "psr-4": {
  1052. "Symfony\\Polyfill\\Mbstring\\": ""
  1053. },
  1054. "files": [
  1055. "bootstrap.php"
  1056. ]
  1057. },
  1058. "notification-url": "https://packagist.org/downloads/",
  1059. "license": [
  1060. "MIT"
  1061. ],
  1062. "authors": [
  1063. {
  1064. "name": "Nicolas Grekas",
  1065. "email": "p@tchwork.com"
  1066. },
  1067. {
  1068. "name": "Symfony Community",
  1069. "homepage": "https://symfony.com/contributors"
  1070. }
  1071. ],
  1072. "description": "Symfony polyfill for the Mbstring extension",
  1073. "homepage": "https://symfony.com",
  1074. "keywords": [
  1075. "compatibility",
  1076. "mbstring",
  1077. "polyfill",
  1078. "portable",
  1079. "shim"
  1080. ],
  1081. "time": "2019-02-06T07:57:58+00:00"
  1082. },
  1083. {
  1084. "name": "symfony/var-dumper",
  1085. "version": "v3.4.26",
  1086. "source": {
  1087. "type": "git",
  1088. "url": "https://github.com/symfony/var-dumper.git",
  1089. "reference": "f0883812642a6d6583a9e2ae6aec4ba134436f40"
  1090. },
  1091. "dist": {
  1092. "type": "zip",
  1093. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f0883812642a6d6583a9e2ae6aec4ba134436f40",
  1094. "reference": "f0883812642a6d6583a9e2ae6aec4ba134436f40",
  1095. "shasum": ""
  1096. },
  1097. "require": {
  1098. "php": "^5.5.9|>=7.0.8",
  1099. "symfony/polyfill-mbstring": "~1.0"
  1100. },
  1101. "conflict": {
  1102. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1103. },
  1104. "require-dev": {
  1105. "ext-iconv": "*",
  1106. "twig/twig": "~1.34|~2.4"
  1107. },
  1108. "suggest": {
  1109. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1110. "ext-intl": "To show region name in time zone dump",
  1111. "ext-symfony_debug": ""
  1112. },
  1113. "type": "library",
  1114. "extra": {
  1115. "branch-alias": {
  1116. "dev-master": "3.4-dev"
  1117. }
  1118. },
  1119. "autoload": {
  1120. "files": [
  1121. "Resources/functions/dump.php"
  1122. ],
  1123. "psr-4": {
  1124. "Symfony\\Component\\VarDumper\\": ""
  1125. },
  1126. "exclude-from-classmap": [
  1127. "/Tests/"
  1128. ]
  1129. },
  1130. "notification-url": "https://packagist.org/downloads/",
  1131. "license": [
  1132. "MIT"
  1133. ],
  1134. "authors": [
  1135. {
  1136. "name": "Nicolas Grekas",
  1137. "email": "p@tchwork.com"
  1138. },
  1139. {
  1140. "name": "Symfony Community",
  1141. "homepage": "https://symfony.com/contributors"
  1142. }
  1143. ],
  1144. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1145. "homepage": "https://symfony.com",
  1146. "keywords": [
  1147. "debug",
  1148. "dump"
  1149. ],
  1150. "time": "2019-04-16T13:58:17+00:00"
  1151. },
  1152. {
  1153. "name": "symfony/yaml",
  1154. "version": "v3.4.26",
  1155. "source": {
  1156. "type": "git",
  1157. "url": "https://github.com/symfony/yaml.git",
  1158. "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
  1159. },
  1160. "dist": {
  1161. "type": "zip",
  1162. "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  1163. "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  1164. "shasum": ""
  1165. },
  1166. "require": {
  1167. "php": "^5.5.9|>=7.0.8",
  1168. "symfony/polyfill-ctype": "~1.8"
  1169. },
  1170. "conflict": {
  1171. "symfony/console": "<3.4"
  1172. },
  1173. "require-dev": {
  1174. "symfony/console": "~3.4|~4.0"
  1175. },
  1176. "suggest": {
  1177. "symfony/console": "For validating YAML files using the lint command"
  1178. },
  1179. "type": "library",
  1180. "extra": {
  1181. "branch-alias": {
  1182. "dev-master": "3.4-dev"
  1183. }
  1184. },
  1185. "autoload": {
  1186. "psr-4": {
  1187. "Symfony\\Component\\Yaml\\": ""
  1188. },
  1189. "exclude-from-classmap": [
  1190. "/Tests/"
  1191. ]
  1192. },
  1193. "notification-url": "https://packagist.org/downloads/",
  1194. "license": [
  1195. "MIT"
  1196. ],
  1197. "authors": [
  1198. {
  1199. "name": "Fabien Potencier",
  1200. "email": "fabien@symfony.com"
  1201. },
  1202. {
  1203. "name": "Symfony Community",
  1204. "homepage": "https://symfony.com/contributors"
  1205. }
  1206. ],
  1207. "description": "Symfony Yaml Component",
  1208. "homepage": "https://symfony.com",
  1209. "time": "2019-03-25T07:48:46+00:00"
  1210. },
  1211. {
  1212. "name": "webflo/drupal-finder",
  1213. "version": "1.1.0",
  1214. "source": {
  1215. "type": "git",
  1216. "url": "https://github.com/webflo/drupal-finder.git",
  1217. "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
  1218. },
  1219. "dist": {
  1220. "type": "zip",
  1221. "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
  1222. "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
  1223. "shasum": ""
  1224. },
  1225. "require-dev": {
  1226. "mikey179/vfsstream": "^1.6",
  1227. "phpunit/phpunit": "^4.8"
  1228. },
  1229. "type": "library",
  1230. "autoload": {
  1231. "classmap": [
  1232. "src/DrupalFinder.php"
  1233. ]
  1234. },
  1235. "notification-url": "https://packagist.org/downloads/",
  1236. "license": [
  1237. "GPL-2.0+"
  1238. ],
  1239. "authors": [
  1240. {
  1241. "name": "Florian Weber",
  1242. "email": "florian@webflo.org"
  1243. }
  1244. ],
  1245. "description": "Helper class to locate a Drupal installation from a given path.",
  1246. "time": "2017-10-24T08:12:11+00:00"
  1247. },
  1248. {
  1249. "name": "webmozart/assert",
  1250. "version": "1.4.0",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/webmozart/assert.git",
  1254. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
  1259. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "php": "^5.3.3 || ^7.0",
  1264. "symfony/polyfill-ctype": "^1.8"
  1265. },
  1266. "require-dev": {
  1267. "phpunit/phpunit": "^4.6",
  1268. "sebastian/version": "^1.0.1"
  1269. },
  1270. "type": "library",
  1271. "extra": {
  1272. "branch-alias": {
  1273. "dev-master": "1.3-dev"
  1274. }
  1275. },
  1276. "autoload": {
  1277. "psr-4": {
  1278. "Webmozart\\Assert\\": "src/"
  1279. }
  1280. },
  1281. "notification-url": "https://packagist.org/downloads/",
  1282. "license": [
  1283. "MIT"
  1284. ],
  1285. "authors": [
  1286. {
  1287. "name": "Bernhard Schussek",
  1288. "email": "bschussek@gmail.com"
  1289. }
  1290. ],
  1291. "description": "Assertions to validate method input/output with nice error messages.",
  1292. "keywords": [
  1293. "assert",
  1294. "check",
  1295. "validate"
  1296. ],
  1297. "time": "2018-12-25T11:19:39+00:00"
  1298. },
  1299. {
  1300. "name": "webmozart/path-util",
  1301. "version": "2.3.0",
  1302. "source": {
  1303. "type": "git",
  1304. "url": "https://github.com/webmozart/path-util.git",
  1305. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  1306. },
  1307. "dist": {
  1308. "type": "zip",
  1309. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  1310. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  1311. "shasum": ""
  1312. },
  1313. "require": {
  1314. "php": ">=5.3.3",
  1315. "webmozart/assert": "~1.0"
  1316. },
  1317. "require-dev": {
  1318. "phpunit/phpunit": "^4.6",
  1319. "sebastian/version": "^1.0.1"
  1320. },
  1321. "type": "library",
  1322. "extra": {
  1323. "branch-alias": {
  1324. "dev-master": "2.3-dev"
  1325. }
  1326. },
  1327. "autoload": {
  1328. "psr-4": {
  1329. "Webmozart\\PathUtil\\": "src/"
  1330. }
  1331. },
  1332. "notification-url": "https://packagist.org/downloads/",
  1333. "license": [
  1334. "MIT"
  1335. ],
  1336. "authors": [
  1337. {
  1338. "name": "Bernhard Schussek",
  1339. "email": "bschussek@gmail.com"
  1340. }
  1341. ],
  1342. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  1343. "time": "2015-12-17T08:42:14+00:00"
  1344. }
  1345. ],
  1346. "packages-dev": [],
  1347. "aliases": [],
  1348. "minimum-stability": "stable",
  1349. "stability-flags": [],
  1350. "prefer-stable": false,
  1351. "prefer-lowest": false,
  1352. "platform": [],
  1353. "platform-dev": []
  1354. }