composer.lock 42 KB

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