composer.lock 44 KB

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