Drupal investigation

composer.lock 39KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "dadea9773b7761c02457c2a1a00012d2",
  8. "packages": [
  9. {
  10. "name": "consolidation/annotated-command",
  11. "version": "2.4.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/consolidation/annotated-command.git",
  15. "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/6672ea38212f8bffb71fec7eadc8b3372154b17e",
  20. "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "consolidation/output-formatters": "^3.1.5",
  25. "php": ">=5.4.0",
  26. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  27. "psr/log": "^1",
  28. "symfony/console": "^2.8|~3",
  29. "symfony/event-dispatcher": "^2.5|^3",
  30. "symfony/finder": "^2.5|^3"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": "^4.8",
  34. "satooshi/php-coveralls": "^1.0",
  35. "squizlabs/php_codesniffer": "^2.7"
  36. },
  37. "type": "library",
  38. "extra": {
  39. "branch-alias": {
  40. "dev-master": "2.x-dev"
  41. }
  42. },
  43. "autoload": {
  44. "psr-4": {
  45. "Consolidation\\AnnotatedCommand\\": "src"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Greg Anderson",
  55. "email": "greg.1.anderson@greenknowe.org"
  56. }
  57. ],
  58. "description": "Initialize Symfony Console commands from annotated command class methods.",
  59. "time": "2017-04-03T22:37:00+00:00"
  60. },
  61. {
  62. "name": "consolidation/output-formatters",
  63. "version": "3.1.8",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/consolidation/output-formatters.git",
  67. "reference": "0b50ba1134d581fd55376f3e21508dab009ced47"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0b50ba1134d581fd55376f3e21508dab009ced47",
  72. "reference": "0b50ba1134d581fd55376f3e21508dab009ced47",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "php": ">=5.4.0",
  77. "symfony/console": "^2.8|~3",
  78. "symfony/finder": "~2.5|~3.0"
  79. },
  80. "require-dev": {
  81. "phpunit/phpunit": "^4.8",
  82. "satooshi/php-coveralls": "^1.0",
  83. "squizlabs/php_codesniffer": "^2.7",
  84. "victorjonsson/markdowndocs": "^1.3"
  85. },
  86. "type": "library",
  87. "extra": {
  88. "branch-alias": {
  89. "dev-master": "2.x-dev"
  90. }
  91. },
  92. "autoload": {
  93. "psr-4": {
  94. "Consolidation\\OutputFormatters\\": "src"
  95. }
  96. },
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "MIT"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Greg Anderson",
  104. "email": "greg.1.anderson@greenknowe.org"
  105. }
  106. ],
  107. "description": "Format text by applying transformations provided by plug-in formatters.",
  108. "time": "2017-03-01T20:54:45+00:00"
  109. },
  110. {
  111. "name": "dnoegel/php-xdg-base-dir",
  112. "version": "0.1",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  116. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  121. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "php": ">=5.3.2"
  126. },
  127. "require-dev": {
  128. "phpunit/phpunit": "@stable"
  129. },
  130. "type": "project",
  131. "autoload": {
  132. "psr-4": {
  133. "XdgBaseDir\\": "src/"
  134. }
  135. },
  136. "notification-url": "https://packagist.org/downloads/",
  137. "license": [
  138. "MIT"
  139. ],
  140. "description": "implementation of xdg base directory specification for php",
  141. "time": "2014-10-24T07:27:01+00:00"
  142. },
  143. {
  144. "name": "drush/drush",
  145. "version": "8.1.10",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/drush-ops/drush.git",
  149. "reference": "2192496b80aa9cdb0581a2d308623f950f747e94"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/drush-ops/drush/zipball/2192496b80aa9cdb0581a2d308623f950f747e94",
  154. "reference": "2192496b80aa9cdb0581a2d308623f950f747e94",
  155. "shasum": ""
  156. },
  157. "require": {
  158. "consolidation/annotated-command": "~2",
  159. "consolidation/output-formatters": "~3",
  160. "pear/console_table": "~1.3.0",
  161. "php": ">=5.4.5",
  162. "phpdocumentor/reflection-docblock": "^2.0",
  163. "psr/log": "~1.0",
  164. "psy/psysh": "~0.6",
  165. "symfony/console": "~2.7",
  166. "symfony/event-dispatcher": "~2.7",
  167. "symfony/finder": "~2.7",
  168. "symfony/var-dumper": "~2.7",
  169. "symfony/yaml": "~2.3",
  170. "webmozart/path-util": "~2"
  171. },
  172. "require-dev": {
  173. "phpunit/phpunit": "4.*",
  174. "symfony/process": "2.7.*"
  175. },
  176. "suggest": {
  177. "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
  178. "ext-pcntl": "*"
  179. },
  180. "bin": [
  181. "drush",
  182. "drush.launcher",
  183. "drush.php",
  184. "drush.complete.sh"
  185. ],
  186. "type": "library",
  187. "extra": {
  188. "branch-alias": {
  189. "dev-master": "8.0.x-dev"
  190. }
  191. },
  192. "autoload": {
  193. "psr-0": {
  194. "Drush": "lib/",
  195. "Consolidation": "lib/"
  196. }
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "GPL-2.0+"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Moshe Weitzman",
  205. "email": "weitzman@tejasa.com"
  206. },
  207. {
  208. "name": "Owen Barton",
  209. "email": "drupal@owenbarton.com"
  210. },
  211. {
  212. "name": "Mark Sonnabaum",
  213. "email": "marksonnabaum@gmail.com"
  214. },
  215. {
  216. "name": "Antoine Beaupré",
  217. "email": "anarcat@koumbit.org"
  218. },
  219. {
  220. "name": "Greg Anderson",
  221. "email": "greg.1.anderson@greenknowe.org"
  222. },
  223. {
  224. "name": "Jonathan Araña Cruz",
  225. "email": "jonhattan@faita.net"
  226. },
  227. {
  228. "name": "Jonathan Hedstrom",
  229. "email": "jhedstrom@gmail.com"
  230. },
  231. {
  232. "name": "Christopher Gervais",
  233. "email": "chris@ergonlogic.com"
  234. },
  235. {
  236. "name": "Dave Reid",
  237. "email": "dave@davereid.net"
  238. },
  239. {
  240. "name": "Damian Lee",
  241. "email": "damiankloip@googlemail.com"
  242. }
  243. ],
  244. "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.",
  245. "homepage": "http://www.drush.org",
  246. "time": "2017-02-23T20:46:12+00:00"
  247. },
  248. {
  249. "name": "jakub-onderka/php-console-color",
  250. "version": "0.1",
  251. "source": {
  252. "type": "git",
  253. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  254. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  255. },
  256. "dist": {
  257. "type": "zip",
  258. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  259. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  260. "shasum": ""
  261. },
  262. "require": {
  263. "php": ">=5.3.2"
  264. },
  265. "require-dev": {
  266. "jakub-onderka/php-code-style": "1.0",
  267. "jakub-onderka/php-parallel-lint": "0.*",
  268. "jakub-onderka/php-var-dump-check": "0.*",
  269. "phpunit/phpunit": "3.7.*",
  270. "squizlabs/php_codesniffer": "1.*"
  271. },
  272. "type": "library",
  273. "autoload": {
  274. "psr-0": {
  275. "JakubOnderka\\PhpConsoleColor": "src/"
  276. }
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  279. "license": [
  280. "BSD-2-Clause"
  281. ],
  282. "authors": [
  283. {
  284. "name": "Jakub Onderka",
  285. "email": "jakub.onderka@gmail.com",
  286. "homepage": "http://www.acci.cz"
  287. }
  288. ],
  289. "time": "2014-04-08T15:00:19+00:00"
  290. },
  291. {
  292. "name": "jakub-onderka/php-console-highlighter",
  293. "version": "v0.3.2",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  297. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  302. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "jakub-onderka/php-console-color": "~0.1",
  307. "php": ">=5.3.0"
  308. },
  309. "require-dev": {
  310. "jakub-onderka/php-code-style": "~1.0",
  311. "jakub-onderka/php-parallel-lint": "~0.5",
  312. "jakub-onderka/php-var-dump-check": "~0.1",
  313. "phpunit/phpunit": "~4.0",
  314. "squizlabs/php_codesniffer": "~1.5"
  315. },
  316. "type": "library",
  317. "autoload": {
  318. "psr-0": {
  319. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  320. }
  321. },
  322. "notification-url": "https://packagist.org/downloads/",
  323. "license": [
  324. "MIT"
  325. ],
  326. "authors": [
  327. {
  328. "name": "Jakub Onderka",
  329. "email": "acci@acci.cz",
  330. "homepage": "http://www.acci.cz/"
  331. }
  332. ],
  333. "time": "2015-04-20T18:58:01+00:00"
  334. },
  335. {
  336. "name": "nikic/php-parser",
  337. "version": "v3.0.5",
  338. "source": {
  339. "type": "git",
  340. "url": "https://github.com/nikic/PHP-Parser.git",
  341. "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
  342. },
  343. "dist": {
  344. "type": "zip",
  345. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
  346. "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
  347. "shasum": ""
  348. },
  349. "require": {
  350. "ext-tokenizer": "*",
  351. "php": ">=5.5"
  352. },
  353. "require-dev": {
  354. "phpunit/phpunit": "~4.0|~5.0"
  355. },
  356. "bin": [
  357. "bin/php-parse"
  358. ],
  359. "type": "library",
  360. "extra": {
  361. "branch-alias": {
  362. "dev-master": "3.0-dev"
  363. }
  364. },
  365. "autoload": {
  366. "psr-4": {
  367. "PhpParser\\": "lib/PhpParser"
  368. }
  369. },
  370. "notification-url": "https://packagist.org/downloads/",
  371. "license": [
  372. "BSD-3-Clause"
  373. ],
  374. "authors": [
  375. {
  376. "name": "Nikita Popov"
  377. }
  378. ],
  379. "description": "A PHP parser written in PHP",
  380. "keywords": [
  381. "parser",
  382. "php"
  383. ],
  384. "time": "2017-03-05T18:23:57+00:00"
  385. },
  386. {
  387. "name": "pear/console_table",
  388. "version": "v1.3.0",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/pear/Console_Table.git",
  392. "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
  397. "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
  398. "shasum": ""
  399. },
  400. "require": {
  401. "php": ">=5.2.0"
  402. },
  403. "suggest": {
  404. "pear/Console_Color2": ">=0.1.2"
  405. },
  406. "type": "library",
  407. "autoload": {
  408. "classmap": [
  409. "Table.php"
  410. ]
  411. },
  412. "notification-url": "https://packagist.org/downloads/",
  413. "license": [
  414. "BSD-2-Clause"
  415. ],
  416. "authors": [
  417. {
  418. "name": "Jan Schneider",
  419. "homepage": "http://pear.php.net/user/yunosh"
  420. },
  421. {
  422. "name": "Tal Peer",
  423. "homepage": "http://pear.php.net/user/tal"
  424. },
  425. {
  426. "name": "Xavier Noguer",
  427. "homepage": "http://pear.php.net/user/xnoguer"
  428. },
  429. {
  430. "name": "Richard Heyes",
  431. "homepage": "http://pear.php.net/user/richard"
  432. }
  433. ],
  434. "description": "Library that makes it easy to build console style tables.",
  435. "homepage": "http://pear.php.net/package/Console_Table/",
  436. "keywords": [
  437. "console"
  438. ],
  439. "time": "2016-01-21T16:14:31+00:00"
  440. },
  441. {
  442. "name": "phpdocumentor/reflection-docblock",
  443. "version": "2.0.4",
  444. "source": {
  445. "type": "git",
  446. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  447. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  448. },
  449. "dist": {
  450. "type": "zip",
  451. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  452. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  453. "shasum": ""
  454. },
  455. "require": {
  456. "php": ">=5.3.3"
  457. },
  458. "require-dev": {
  459. "phpunit/phpunit": "~4.0"
  460. },
  461. "suggest": {
  462. "dflydev/markdown": "~1.0",
  463. "erusev/parsedown": "~1.0"
  464. },
  465. "type": "library",
  466. "extra": {
  467. "branch-alias": {
  468. "dev-master": "2.0.x-dev"
  469. }
  470. },
  471. "autoload": {
  472. "psr-0": {
  473. "phpDocumentor": [
  474. "src/"
  475. ]
  476. }
  477. },
  478. "notification-url": "https://packagist.org/downloads/",
  479. "license": [
  480. "MIT"
  481. ],
  482. "authors": [
  483. {
  484. "name": "Mike van Riel",
  485. "email": "mike.vanriel@naenius.com"
  486. }
  487. ],
  488. "time": "2015-02-03T12:10:50+00:00"
  489. },
  490. {
  491. "name": "psr/log",
  492. "version": "1.0.2",
  493. "source": {
  494. "type": "git",
  495. "url": "https://github.com/php-fig/log.git",
  496. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  497. },
  498. "dist": {
  499. "type": "zip",
  500. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  501. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  502. "shasum": ""
  503. },
  504. "require": {
  505. "php": ">=5.3.0"
  506. },
  507. "type": "library",
  508. "extra": {
  509. "branch-alias": {
  510. "dev-master": "1.0.x-dev"
  511. }
  512. },
  513. "autoload": {
  514. "psr-4": {
  515. "Psr\\Log\\": "Psr/Log/"
  516. }
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "MIT"
  521. ],
  522. "authors": [
  523. {
  524. "name": "PHP-FIG",
  525. "homepage": "http://www.php-fig.org/"
  526. }
  527. ],
  528. "description": "Common interface for logging libraries",
  529. "homepage": "https://github.com/php-fig/log",
  530. "keywords": [
  531. "log",
  532. "psr",
  533. "psr-3"
  534. ],
  535. "time": "2016-10-10T12:19:37+00:00"
  536. },
  537. {
  538. "name": "psy/psysh",
  539. "version": "v0.8.3",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/bobthecow/psysh.git",
  543. "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
  548. "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "dnoegel/php-xdg-base-dir": "0.1",
  553. "jakub-onderka/php-console-highlighter": "0.3.*",
  554. "nikic/php-parser": "~1.3|~2.0|~3.0",
  555. "php": ">=5.3.9",
  556. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  557. "symfony/var-dumper": "~2.7|~3.0"
  558. },
  559. "require-dev": {
  560. "friendsofphp/php-cs-fixer": "~1.11",
  561. "hoa/console": "~3.16|~1.14",
  562. "phpunit/phpunit": "~4.4|~5.0",
  563. "symfony/finder": "~2.1|~3.0"
  564. },
  565. "suggest": {
  566. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  567. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  568. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  569. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  570. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  571. },
  572. "bin": [
  573. "bin/psysh"
  574. ],
  575. "type": "library",
  576. "extra": {
  577. "branch-alias": {
  578. "dev-develop": "0.9.x-dev"
  579. }
  580. },
  581. "autoload": {
  582. "files": [
  583. "src/Psy/functions.php"
  584. ],
  585. "psr-4": {
  586. "Psy\\": "src/Psy/"
  587. }
  588. },
  589. "notification-url": "https://packagist.org/downloads/",
  590. "license": [
  591. "MIT"
  592. ],
  593. "authors": [
  594. {
  595. "name": "Justin Hileman",
  596. "email": "justin@justinhileman.info",
  597. "homepage": "http://justinhileman.com"
  598. }
  599. ],
  600. "description": "An interactive shell for modern PHP.",
  601. "homepage": "http://psysh.org",
  602. "keywords": [
  603. "REPL",
  604. "console",
  605. "interactive",
  606. "shell"
  607. ],
  608. "time": "2017-03-19T21:40:44+00:00"
  609. },
  610. {
  611. "name": "symfony/console",
  612. "version": "v2.8.19",
  613. "source": {
  614. "type": "git",
  615. "url": "https://github.com/symfony/console.git",
  616. "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e"
  617. },
  618. "dist": {
  619. "type": "zip",
  620. "url": "https://api.github.com/repos/symfony/console/zipball/86407ff20855a5eaa2a7219bd815e9c40a88633e",
  621. "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e",
  622. "shasum": ""
  623. },
  624. "require": {
  625. "php": ">=5.3.9",
  626. "symfony/debug": "^2.7.2|~3.0.0",
  627. "symfony/polyfill-mbstring": "~1.0"
  628. },
  629. "require-dev": {
  630. "psr/log": "~1.0",
  631. "symfony/event-dispatcher": "~2.1|~3.0.0",
  632. "symfony/process": "~2.1|~3.0.0"
  633. },
  634. "suggest": {
  635. "psr/log": "For using the console logger",
  636. "symfony/event-dispatcher": "",
  637. "symfony/process": ""
  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\\Console\\": ""
  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 Console Component",
  668. "homepage": "https://symfony.com",
  669. "time": "2017-04-03T20:37:06+00:00"
  670. },
  671. {
  672. "name": "symfony/debug",
  673. "version": "v3.0.9",
  674. "source": {
  675. "type": "git",
  676. "url": "https://github.com/symfony/debug.git",
  677. "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
  678. },
  679. "dist": {
  680. "type": "zip",
  681. "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
  682. "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
  683. "shasum": ""
  684. },
  685. "require": {
  686. "php": ">=5.5.9",
  687. "psr/log": "~1.0"
  688. },
  689. "conflict": {
  690. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  691. },
  692. "require-dev": {
  693. "symfony/class-loader": "~2.8|~3.0",
  694. "symfony/http-kernel": "~2.8|~3.0"
  695. },
  696. "type": "library",
  697. "extra": {
  698. "branch-alias": {
  699. "dev-master": "3.0-dev"
  700. }
  701. },
  702. "autoload": {
  703. "psr-4": {
  704. "Symfony\\Component\\Debug\\": ""
  705. },
  706. "exclude-from-classmap": [
  707. "/Tests/"
  708. ]
  709. },
  710. "notification-url": "https://packagist.org/downloads/",
  711. "license": [
  712. "MIT"
  713. ],
  714. "authors": [
  715. {
  716. "name": "Fabien Potencier",
  717. "email": "fabien@symfony.com"
  718. },
  719. {
  720. "name": "Symfony Community",
  721. "homepage": "https://symfony.com/contributors"
  722. }
  723. ],
  724. "description": "Symfony Debug Component",
  725. "homepage": "https://symfony.com",
  726. "time": "2016-07-30T07:22:48+00:00"
  727. },
  728. {
  729. "name": "symfony/event-dispatcher",
  730. "version": "v2.8.19",
  731. "source": {
  732. "type": "git",
  733. "url": "https://github.com/symfony/event-dispatcher.git",
  734. "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2"
  735. },
  736. "dist": {
  737. "type": "zip",
  738. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/88b65f0ac25355090e524aba4ceb066025df8bd2",
  739. "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2",
  740. "shasum": ""
  741. },
  742. "require": {
  743. "php": ">=5.3.9"
  744. },
  745. "require-dev": {
  746. "psr/log": "~1.0",
  747. "symfony/config": "^2.0.5|~3.0.0",
  748. "symfony/dependency-injection": "~2.6|~3.0.0",
  749. "symfony/expression-language": "~2.6|~3.0.0",
  750. "symfony/stopwatch": "~2.3|~3.0.0"
  751. },
  752. "suggest": {
  753. "symfony/dependency-injection": "",
  754. "symfony/http-kernel": ""
  755. },
  756. "type": "library",
  757. "extra": {
  758. "branch-alias": {
  759. "dev-master": "2.8-dev"
  760. }
  761. },
  762. "autoload": {
  763. "psr-4": {
  764. "Symfony\\Component\\EventDispatcher\\": ""
  765. },
  766. "exclude-from-classmap": [
  767. "/Tests/"
  768. ]
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "MIT"
  773. ],
  774. "authors": [
  775. {
  776. "name": "Fabien Potencier",
  777. "email": "fabien@symfony.com"
  778. },
  779. {
  780. "name": "Symfony Community",
  781. "homepage": "https://symfony.com/contributors"
  782. }
  783. ],
  784. "description": "Symfony EventDispatcher Component",
  785. "homepage": "https://symfony.com",
  786. "time": "2017-04-03T20:37:06+00:00"
  787. },
  788. {
  789. "name": "symfony/finder",
  790. "version": "v2.8.19",
  791. "source": {
  792. "type": "git",
  793. "url": "https://github.com/symfony/finder.git",
  794. "reference": "7131327eb95d86d72039fd1216226c28f36fd02a"
  795. },
  796. "dist": {
  797. "type": "zip",
  798. "url": "https://api.github.com/repos/symfony/finder/zipball/7131327eb95d86d72039fd1216226c28f36fd02a",
  799. "reference": "7131327eb95d86d72039fd1216226c28f36fd02a",
  800. "shasum": ""
  801. },
  802. "require": {
  803. "php": ">=5.3.9"
  804. },
  805. "type": "library",
  806. "extra": {
  807. "branch-alias": {
  808. "dev-master": "2.8-dev"
  809. }
  810. },
  811. "autoload": {
  812. "psr-4": {
  813. "Symfony\\Component\\Finder\\": ""
  814. },
  815. "exclude-from-classmap": [
  816. "/Tests/"
  817. ]
  818. },
  819. "notification-url": "https://packagist.org/downloads/",
  820. "license": [
  821. "MIT"
  822. ],
  823. "authors": [
  824. {
  825. "name": "Fabien Potencier",
  826. "email": "fabien@symfony.com"
  827. },
  828. {
  829. "name": "Symfony Community",
  830. "homepage": "https://symfony.com/contributors"
  831. }
  832. ],
  833. "description": "Symfony Finder Component",
  834. "homepage": "https://symfony.com",
  835. "time": "2017-03-20T08:46:40+00:00"
  836. },
  837. {
  838. "name": "symfony/polyfill-mbstring",
  839. "version": "v1.3.0",
  840. "source": {
  841. "type": "git",
  842. "url": "https://github.com/symfony/polyfill-mbstring.git",
  843. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
  844. },
  845. "dist": {
  846. "type": "zip",
  847. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  848. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
  849. "shasum": ""
  850. },
  851. "require": {
  852. "php": ">=5.3.3"
  853. },
  854. "suggest": {
  855. "ext-mbstring": "For best performance"
  856. },
  857. "type": "library",
  858. "extra": {
  859. "branch-alias": {
  860. "dev-master": "1.3-dev"
  861. }
  862. },
  863. "autoload": {
  864. "psr-4": {
  865. "Symfony\\Polyfill\\Mbstring\\": ""
  866. },
  867. "files": [
  868. "bootstrap.php"
  869. ]
  870. },
  871. "notification-url": "https://packagist.org/downloads/",
  872. "license": [
  873. "MIT"
  874. ],
  875. "authors": [
  876. {
  877. "name": "Nicolas Grekas",
  878. "email": "p@tchwork.com"
  879. },
  880. {
  881. "name": "Symfony Community",
  882. "homepage": "https://symfony.com/contributors"
  883. }
  884. ],
  885. "description": "Symfony polyfill for the Mbstring extension",
  886. "homepage": "https://symfony.com",
  887. "keywords": [
  888. "compatibility",
  889. "mbstring",
  890. "polyfill",
  891. "portable",
  892. "shim"
  893. ],
  894. "time": "2016-11-14T01:06:16+00:00"
  895. },
  896. {
  897. "name": "symfony/var-dumper",
  898. "version": "v2.8.19",
  899. "source": {
  900. "type": "git",
  901. "url": "https://github.com/symfony/var-dumper.git",
  902. "reference": "f8ff23ad5352f96e66c1df5468d492d2f37f3ac4"
  903. },
  904. "dist": {
  905. "type": "zip",
  906. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f8ff23ad5352f96e66c1df5468d492d2f37f3ac4",
  907. "reference": "f8ff23ad5352f96e66c1df5468d492d2f37f3ac4",
  908. "shasum": ""
  909. },
  910. "require": {
  911. "php": ">=5.3.9",
  912. "symfony/polyfill-mbstring": "~1.0"
  913. },
  914. "conflict": {
  915. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  916. },
  917. "require-dev": {
  918. "twig/twig": "~1.20|~2.0"
  919. },
  920. "suggest": {
  921. "ext-symfony_debug": ""
  922. },
  923. "type": "library",
  924. "extra": {
  925. "branch-alias": {
  926. "dev-master": "2.8-dev"
  927. }
  928. },
  929. "autoload": {
  930. "files": [
  931. "Resources/functions/dump.php"
  932. ],
  933. "psr-4": {
  934. "Symfony\\Component\\VarDumper\\": ""
  935. },
  936. "exclude-from-classmap": [
  937. "/Tests/"
  938. ]
  939. },
  940. "notification-url": "https://packagist.org/downloads/",
  941. "license": [
  942. "MIT"
  943. ],
  944. "authors": [
  945. {
  946. "name": "Nicolas Grekas",
  947. "email": "p@tchwork.com"
  948. },
  949. {
  950. "name": "Symfony Community",
  951. "homepage": "https://symfony.com/contributors"
  952. }
  953. ],
  954. "description": "Symfony mechanism for exploring and dumping PHP variables",
  955. "homepage": "https://symfony.com",
  956. "keywords": [
  957. "debug",
  958. "dump"
  959. ],
  960. "time": "2017-03-12T16:01:59+00:00"
  961. },
  962. {
  963. "name": "symfony/yaml",
  964. "version": "v2.8.19",
  965. "source": {
  966. "type": "git",
  967. "url": "https://github.com/symfony/yaml.git",
  968. "reference": "286d84891690b0e2515874717e49360d1c98a703"
  969. },
  970. "dist": {
  971. "type": "zip",
  972. "url": "https://api.github.com/repos/symfony/yaml/zipball/286d84891690b0e2515874717e49360d1c98a703",
  973. "reference": "286d84891690b0e2515874717e49360d1c98a703",
  974. "shasum": ""
  975. },
  976. "require": {
  977. "php": ">=5.3.9"
  978. },
  979. "type": "library",
  980. "extra": {
  981. "branch-alias": {
  982. "dev-master": "2.8-dev"
  983. }
  984. },
  985. "autoload": {
  986. "psr-4": {
  987. "Symfony\\Component\\Yaml\\": ""
  988. },
  989. "exclude-from-classmap": [
  990. "/Tests/"
  991. ]
  992. },
  993. "notification-url": "https://packagist.org/downloads/",
  994. "license": [
  995. "MIT"
  996. ],
  997. "authors": [
  998. {
  999. "name": "Fabien Potencier",
  1000. "email": "fabien@symfony.com"
  1001. },
  1002. {
  1003. "name": "Symfony Community",
  1004. "homepage": "https://symfony.com/contributors"
  1005. }
  1006. ],
  1007. "description": "Symfony Yaml Component",
  1008. "homepage": "https://symfony.com",
  1009. "time": "2017-03-20T09:41:44+00:00"
  1010. },
  1011. {
  1012. "name": "webmozart/assert",
  1013. "version": "1.2.0",
  1014. "source": {
  1015. "type": "git",
  1016. "url": "https://github.com/webmozart/assert.git",
  1017. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1018. },
  1019. "dist": {
  1020. "type": "zip",
  1021. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1022. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1023. "shasum": ""
  1024. },
  1025. "require": {
  1026. "php": "^5.3.3 || ^7.0"
  1027. },
  1028. "require-dev": {
  1029. "phpunit/phpunit": "^4.6",
  1030. "sebastian/version": "^1.0.1"
  1031. },
  1032. "type": "library",
  1033. "extra": {
  1034. "branch-alias": {
  1035. "dev-master": "1.3-dev"
  1036. }
  1037. },
  1038. "autoload": {
  1039. "psr-4": {
  1040. "Webmozart\\Assert\\": "src/"
  1041. }
  1042. },
  1043. "notification-url": "https://packagist.org/downloads/",
  1044. "license": [
  1045. "MIT"
  1046. ],
  1047. "authors": [
  1048. {
  1049. "name": "Bernhard Schussek",
  1050. "email": "bschussek@gmail.com"
  1051. }
  1052. ],
  1053. "description": "Assertions to validate method input/output with nice error messages.",
  1054. "keywords": [
  1055. "assert",
  1056. "check",
  1057. "validate"
  1058. ],
  1059. "time": "2016-11-23T20:04:58+00:00"
  1060. },
  1061. {
  1062. "name": "webmozart/path-util",
  1063. "version": "2.3.0",
  1064. "source": {
  1065. "type": "git",
  1066. "url": "https://github.com/webmozart/path-util.git",
  1067. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  1068. },
  1069. "dist": {
  1070. "type": "zip",
  1071. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  1072. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  1073. "shasum": ""
  1074. },
  1075. "require": {
  1076. "php": ">=5.3.3",
  1077. "webmozart/assert": "~1.0"
  1078. },
  1079. "require-dev": {
  1080. "phpunit/phpunit": "^4.6",
  1081. "sebastian/version": "^1.0.1"
  1082. },
  1083. "type": "library",
  1084. "extra": {
  1085. "branch-alias": {
  1086. "dev-master": "2.3-dev"
  1087. }
  1088. },
  1089. "autoload": {
  1090. "psr-4": {
  1091. "Webmozart\\PathUtil\\": "src/"
  1092. }
  1093. },
  1094. "notification-url": "https://packagist.org/downloads/",
  1095. "license": [
  1096. "MIT"
  1097. ],
  1098. "authors": [
  1099. {
  1100. "name": "Bernhard Schussek",
  1101. "email": "bschussek@gmail.com"
  1102. }
  1103. ],
  1104. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  1105. "time": "2015-12-17T08:42:14+00:00"
  1106. }
  1107. ],
  1108. "packages-dev": [],
  1109. "aliases": [],
  1110. "minimum-stability": "stable",
  1111. "stability-flags": [],
  1112. "prefer-stable": false,
  1113. "prefer-lowest": false,
  1114. "platform": [],
  1115. "platform-dev": []
  1116. }