A Drupal-CiviCRM setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1142 lines
40KB

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