Drupal 8 Site using Vue
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.

11279 lines
404 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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": "401d0e25d9512ba682ca7caa0cbc1b78",
  8. "packages": [
  9. {
  10. "name": "ajgl/breakpoint-twig-extension",
  11. "version": "0.3.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
  15. "reference": "13ee39406dc3d959c5704b462a3dbc3cbf088f16"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/13ee39406dc3d959c5704b462a3dbc3cbf088f16",
  20. "reference": "13ee39406dc3d959c5704b462a3dbc3cbf088f16",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.6",
  25. "twig/twig": "^1.14|^2.0"
  26. },
  27. "require-dev": {
  28. "symfony/framework-bundle": "^2.7|^3.2|^4.1",
  29. "symfony/phpunit-bridge": "^3.4|^4.1",
  30. "symfony/twig-bundle": "^2.7|^3.2|^4.1"
  31. },
  32. "suggest": {
  33. "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
  34. "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
  35. "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
  36. },
  37. "type": "library",
  38. "extra": {
  39. "branch-alias": {
  40. "dev-master": "0.3.x-dev"
  41. }
  42. },
  43. "autoload": {
  44. "psr-4": {
  45. "Ajgl\\Twig\\Extension\\": "src/"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Antonio J. García Lagar",
  55. "email": "aj@garcialagar.es",
  56. "homepage": "http://aj.garcialagar.es",
  57. "role": "developer"
  58. }
  59. ],
  60. "description": "Twig extension to set breakpoints",
  61. "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
  62. "keywords": [
  63. "Xdebug",
  64. "breakpoint",
  65. "twig"
  66. ],
  67. "time": "2019-04-10T11:41:26+00:00"
  68. },
  69. {
  70. "name": "alchemy/zippy",
  71. "version": "0.4.9",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/alchemy-fr/Zippy.git",
  75. "reference": "59fbeefb9a249122867ef25e53addfcce31850d7"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7",
  80. "reference": "59fbeefb9a249122867ef25e53addfcce31850d7",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "doctrine/collections": "~1.0",
  85. "php": ">=5.5",
  86. "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
  87. "symfony/polyfill-mbstring": "^1.3",
  88. "symfony/process": "^2.1 || ^3.0 || ^4.0"
  89. },
  90. "require-dev": {
  91. "ext-zip": "*",
  92. "guzzle/guzzle": "~3.0",
  93. "guzzlehttp/guzzle": "^6.0",
  94. "phpunit/phpunit": "^4.0 || ^5.0",
  95. "symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
  96. },
  97. "suggest": {
  98. "ext-zip": "To use the ZipExtensionAdapter",
  99. "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
  100. "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "0.4.x-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "Alchemy\\Zippy\\": "src/"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Alchemy",
  120. "email": "dev.team@alchemy.fr",
  121. "homepage": "http://www.alchemy.fr/"
  122. }
  123. ],
  124. "description": "Zippy, the archive manager companion",
  125. "keywords": [
  126. "bzip",
  127. "compression",
  128. "tar",
  129. "zip"
  130. ],
  131. "time": "2018-02-22T13:58:36+00:00"
  132. },
  133. {
  134. "name": "asm89/stack-cors",
  135. "version": "1.2.0",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/asm89/stack-cors.git",
  139. "reference": "c163e2b614550aedcf71165db2473d936abbced6"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
  144. "reference": "c163e2b614550aedcf71165db2473d936abbced6",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.5.9",
  149. "symfony/http-foundation": "~2.7|~3.0|~4.0",
  150. "symfony/http-kernel": "~2.7|~3.0|~4.0"
  151. },
  152. "require-dev": {
  153. "phpunit/phpunit": "^5.0 || ^4.8.10",
  154. "squizlabs/php_codesniffer": "^2.3"
  155. },
  156. "type": "library",
  157. "extra": {
  158. "branch-alias": {
  159. "dev-master": "1.2-dev"
  160. }
  161. },
  162. "autoload": {
  163. "psr-4": {
  164. "Asm89\\Stack\\": "src/Asm89/Stack/"
  165. }
  166. },
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "MIT"
  170. ],
  171. "authors": [
  172. {
  173. "name": "Alexander",
  174. "email": "iam.asm89@gmail.com"
  175. }
  176. ],
  177. "description": "Cross-origin resource sharing library and stack middleware",
  178. "homepage": "https://github.com/asm89/stack-cors",
  179. "keywords": [
  180. "cors",
  181. "stack"
  182. ],
  183. "time": "2017-12-20T14:37:45+00:00"
  184. },
  185. {
  186. "name": "chi-teck/drupal-code-generator",
  187. "version": "1.31.0",
  188. "source": {
  189. "type": "git",
  190. "url": "https://github.com/Chi-teck/drupal-code-generator.git",
  191. "reference": "f994157721f238175be90171f0ccc1c0aa17c276"
  192. },
  193. "dist": {
  194. "type": "zip",
  195. "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/f994157721f238175be90171f0ccc1c0aa17c276",
  196. "reference": "f994157721f238175be90171f0ccc1c0aa17c276",
  197. "shasum": ""
  198. },
  199. "require": {
  200. "ext-json": "*",
  201. "php": ">=5.5.9",
  202. "symfony/console": "^3.4 || ^4.0",
  203. "symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
  204. "twig/twig": "^1.41 || ^2.12"
  205. },
  206. "bin": [
  207. "bin/dcg"
  208. ],
  209. "type": "library",
  210. "extra": {
  211. "branch-alias": {
  212. "dev-master": "1.x-dev"
  213. }
  214. },
  215. "autoload": {
  216. "files": [
  217. "src/bootstrap.php"
  218. ],
  219. "psr-4": {
  220. "DrupalCodeGenerator\\": "src"
  221. }
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "GPL-2.0-or-later"
  226. ],
  227. "description": "Drupal code generator",
  228. "time": "2019-12-07T16:54:31+00:00"
  229. },
  230. {
  231. "name": "composer/installers",
  232. "version": "v1.7.0",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/composer/installers.git",
  236. "reference": "141b272484481432cda342727a427dc1e206bfa0"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0",
  241. "reference": "141b272484481432cda342727a427dc1e206bfa0",
  242. "shasum": ""
  243. },
  244. "require": {
  245. "composer-plugin-api": "^1.0"
  246. },
  247. "replace": {
  248. "roundcube/plugin-installer": "*",
  249. "shama/baton": "*"
  250. },
  251. "require-dev": {
  252. "composer/composer": "1.0.*@dev",
  253. "phpunit/phpunit": "^4.8.36"
  254. },
  255. "type": "composer-plugin",
  256. "extra": {
  257. "class": "Composer\\Installers\\Plugin",
  258. "branch-alias": {
  259. "dev-master": "1.0-dev"
  260. }
  261. },
  262. "autoload": {
  263. "psr-4": {
  264. "Composer\\Installers\\": "src/Composer/Installers"
  265. }
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Kyle Robinson Young",
  274. "email": "kyle@dontkry.com",
  275. "homepage": "https://github.com/shama"
  276. }
  277. ],
  278. "description": "A multi-framework Composer library installer",
  279. "homepage": "https://composer.github.io/installers/",
  280. "keywords": [
  281. "Craft",
  282. "Dolibarr",
  283. "Eliasis",
  284. "Hurad",
  285. "ImageCMS",
  286. "Kanboard",
  287. "Lan Management System",
  288. "MODX Evo",
  289. "Mautic",
  290. "Maya",
  291. "OXID",
  292. "Plentymarkets",
  293. "Porto",
  294. "RadPHP",
  295. "SMF",
  296. "Thelia",
  297. "Whmcs",
  298. "WolfCMS",
  299. "agl",
  300. "aimeos",
  301. "annotatecms",
  302. "attogram",
  303. "bitrix",
  304. "cakephp",
  305. "chef",
  306. "cockpit",
  307. "codeigniter",
  308. "concrete5",
  309. "croogo",
  310. "dokuwiki",
  311. "drupal",
  312. "eZ Platform",
  313. "elgg",
  314. "expressionengine",
  315. "fuelphp",
  316. "grav",
  317. "installer",
  318. "itop",
  319. "joomla",
  320. "known",
  321. "kohana",
  322. "laravel",
  323. "lavalite",
  324. "lithium",
  325. "magento",
  326. "majima",
  327. "mako",
  328. "mediawiki",
  329. "modulework",
  330. "modx",
  331. "moodle",
  332. "osclass",
  333. "phpbb",
  334. "piwik",
  335. "ppi",
  336. "puppet",
  337. "pxcms",
  338. "reindex",
  339. "roundcube",
  340. "shopware",
  341. "silverstripe",
  342. "sydes",
  343. "symfony",
  344. "typo3",
  345. "wordpress",
  346. "yawik",
  347. "zend",
  348. "zikula"
  349. ],
  350. "time": "2019-08-12T15:00:31+00:00"
  351. },
  352. {
  353. "name": "composer/semver",
  354. "version": "1.5.0",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/composer/semver.git",
  358. "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  363. "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  364. "shasum": ""
  365. },
  366. "require": {
  367. "php": "^5.3.2 || ^7.0"
  368. },
  369. "require-dev": {
  370. "phpunit/phpunit": "^4.5 || ^5.0.5",
  371. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  372. },
  373. "type": "library",
  374. "extra": {
  375. "branch-alias": {
  376. "dev-master": "1.x-dev"
  377. }
  378. },
  379. "autoload": {
  380. "psr-4": {
  381. "Composer\\Semver\\": "src"
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "Nils Adermann",
  391. "email": "naderman@naderman.de",
  392. "homepage": "http://www.naderman.de"
  393. },
  394. {
  395. "name": "Jordi Boggiano",
  396. "email": "j.boggiano@seld.be",
  397. "homepage": "http://seld.be"
  398. },
  399. {
  400. "name": "Rob Bast",
  401. "email": "rob.bast@gmail.com",
  402. "homepage": "http://robbast.nl"
  403. }
  404. ],
  405. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  406. "keywords": [
  407. "semantic",
  408. "semver",
  409. "validation",
  410. "versioning"
  411. ],
  412. "time": "2019-03-19T17:25:45+00:00"
  413. },
  414. {
  415. "name": "consolidation/annotated-command",
  416. "version": "2.12.0",
  417. "source": {
  418. "type": "git",
  419. "url": "https://github.com/consolidation/annotated-command.git",
  420. "reference": "512a2e54c98f3af377589de76c43b24652bcb789"
  421. },
  422. "dist": {
  423. "type": "zip",
  424. "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789",
  425. "reference": "512a2e54c98f3af377589de76c43b24652bcb789",
  426. "shasum": ""
  427. },
  428. "require": {
  429. "consolidation/output-formatters": "^3.4",
  430. "php": ">=5.4.5",
  431. "psr/log": "^1",
  432. "symfony/console": "^2.8|^3|^4",
  433. "symfony/event-dispatcher": "^2.5|^3|^4",
  434. "symfony/finder": "^2.5|^3|^4"
  435. },
  436. "require-dev": {
  437. "g1a/composer-test-scenarios": "^3",
  438. "php-coveralls/php-coveralls": "^1",
  439. "phpunit/phpunit": "^6",
  440. "squizlabs/php_codesniffer": "^2.7"
  441. },
  442. "type": "library",
  443. "extra": {
  444. "scenarios": {
  445. "symfony4": {
  446. "require": {
  447. "symfony/console": "^4.0"
  448. },
  449. "config": {
  450. "platform": {
  451. "php": "7.1.3"
  452. }
  453. }
  454. },
  455. "symfony2": {
  456. "require": {
  457. "symfony/console": "^2.8"
  458. },
  459. "require-dev": {
  460. "phpunit/phpunit": "^4.8.36"
  461. },
  462. "remove": [
  463. "php-coveralls/php-coveralls"
  464. ],
  465. "config": {
  466. "platform": {
  467. "php": "5.4.8"
  468. }
  469. },
  470. "scenario-options": {
  471. "create-lockfile": "false"
  472. }
  473. },
  474. "phpunit4": {
  475. "require-dev": {
  476. "phpunit/phpunit": "^4.8.36"
  477. },
  478. "remove": [
  479. "php-coveralls/php-coveralls"
  480. ],
  481. "config": {
  482. "platform": {
  483. "php": "5.4.8"
  484. }
  485. }
  486. }
  487. },
  488. "branch-alias": {
  489. "dev-master": "2.x-dev"
  490. }
  491. },
  492. "autoload": {
  493. "psr-4": {
  494. "Consolidation\\AnnotatedCommand\\": "src"
  495. }
  496. },
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. "MIT"
  500. ],
  501. "authors": [
  502. {
  503. "name": "Greg Anderson",
  504. "email": "greg.1.anderson@greenknowe.org"
  505. }
  506. ],
  507. "description": "Initialize Symfony Console commands from annotated command class methods.",
  508. "time": "2019-03-08T16:55:03+00:00"
  509. },
  510. {
  511. "name": "consolidation/config",
  512. "version": "1.2.1",
  513. "source": {
  514. "type": "git",
  515. "url": "https://github.com/consolidation/config.git",
  516. "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
  517. },
  518. "dist": {
  519. "type": "zip",
  520. "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
  521. "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
  522. "shasum": ""
  523. },
  524. "require": {
  525. "dflydev/dot-access-data": "^1.1.0",
  526. "grasmash/expander": "^1",
  527. "php": ">=5.4.0"
  528. },
  529. "require-dev": {
  530. "g1a/composer-test-scenarios": "^3",
  531. "php-coveralls/php-coveralls": "^1",
  532. "phpunit/phpunit": "^5",
  533. "squizlabs/php_codesniffer": "2.*",
  534. "symfony/console": "^2.5|^3|^4",
  535. "symfony/yaml": "^2.8.11|^3|^4"
  536. },
  537. "suggest": {
  538. "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
  539. },
  540. "type": "library",
  541. "extra": {
  542. "scenarios": {
  543. "symfony4": {
  544. "require-dev": {
  545. "symfony/console": "^4.0"
  546. },
  547. "config": {
  548. "platform": {
  549. "php": "7.1.3"
  550. }
  551. }
  552. },
  553. "symfony2": {
  554. "require-dev": {
  555. "symfony/console": "^2.8",
  556. "symfony/event-dispatcher": "^2.8",
  557. "phpunit/phpunit": "^4.8.36"
  558. },
  559. "remove": [
  560. "php-coveralls/php-coveralls"
  561. ],
  562. "config": {
  563. "platform": {
  564. "php": "5.4.8"
  565. }
  566. }
  567. }
  568. },
  569. "branch-alias": {
  570. "dev-master": "1.x-dev"
  571. }
  572. },
  573. "autoload": {
  574. "psr-4": {
  575. "Consolidation\\Config\\": "src"
  576. }
  577. },
  578. "notification-url": "https://packagist.org/downloads/",
  579. "license": [
  580. "MIT"
  581. ],
  582. "authors": [
  583. {
  584. "name": "Greg Anderson",
  585. "email": "greg.1.anderson@greenknowe.org"
  586. }
  587. ],
  588. "description": "Provide configuration services for a commandline tool.",
  589. "time": "2019-03-03T19:37:04+00:00"
  590. },
  591. {
  592. "name": "consolidation/filter-via-dot-access-data",
  593. "version": "1.0.0",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
  597. "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6",
  602. "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "dflydev/dot-access-data": "^1.1.0",
  607. "php": ">=5.5.0"
  608. },
  609. "require-dev": {
  610. "consolidation/robo": "^1.2.3",
  611. "g1a/composer-test-scenarios": "^3",
  612. "knplabs/github-api": "^2.7",
  613. "php-coveralls/php-coveralls": "^1",
  614. "php-http/guzzle6-adapter": "^1.1",
  615. "phpunit/phpunit": "^5",
  616. "squizlabs/php_codesniffer": "^2.8",
  617. "symfony/console": "^2.8|^3|^4"
  618. },
  619. "type": "library",
  620. "extra": {
  621. "scenarios": {
  622. "phpunit5": {
  623. "require-dev": {
  624. "phpunit/phpunit": "^5.7.27"
  625. },
  626. "remove": [
  627. "php-coveralls/php-coveralls"
  628. ],
  629. "config": {
  630. "platform": {
  631. "php": "5.6.33"
  632. }
  633. }
  634. }
  635. },
  636. "branch-alias": {
  637. "dev-master": "1.x-dev"
  638. }
  639. },
  640. "autoload": {
  641. "psr-4": {
  642. "Consolidation\\Filter\\": "src"
  643. }
  644. },
  645. "notification-url": "https://packagist.org/downloads/",
  646. "license": [
  647. "MIT"
  648. ],
  649. "authors": [
  650. {
  651. "name": "Greg Anderson",
  652. "email": "greg.1.anderson@greenknowe.org"
  653. }
  654. ],
  655. "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
  656. "time": "2019-01-18T06:05:07+00:00"
  657. },
  658. {
  659. "name": "consolidation/log",
  660. "version": "1.1.1",
  661. "source": {
  662. "type": "git",
  663. "url": "https://github.com/consolidation/log.git",
  664. "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a"
  665. },
  666. "dist": {
  667. "type": "zip",
  668. "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
  669. "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
  670. "shasum": ""
  671. },
  672. "require": {
  673. "php": ">=5.4.5",
  674. "psr/log": "^1.0",
  675. "symfony/console": "^2.8|^3|^4"
  676. },
  677. "require-dev": {
  678. "g1a/composer-test-scenarios": "^3",
  679. "php-coveralls/php-coveralls": "^1",
  680. "phpunit/phpunit": "^6",
  681. "squizlabs/php_codesniffer": "^2"
  682. },
  683. "type": "library",
  684. "extra": {
  685. "scenarios": {
  686. "symfony4": {
  687. "require": {
  688. "symfony/console": "^4.0"
  689. },
  690. "config": {
  691. "platform": {
  692. "php": "7.1.3"
  693. }
  694. }
  695. },
  696. "symfony2": {
  697. "require": {
  698. "symfony/console": "^2.8"
  699. },
  700. "require-dev": {
  701. "phpunit/phpunit": "^4.8.36"
  702. },
  703. "remove": [
  704. "php-coveralls/php-coveralls"
  705. ],
  706. "config": {
  707. "platform": {
  708. "php": "5.4.8"
  709. }
  710. }
  711. },
  712. "phpunit4": {
  713. "require-dev": {
  714. "phpunit/phpunit": "^4.8.36"
  715. },
  716. "remove": [
  717. "php-coveralls/php-coveralls"
  718. ],
  719. "config": {
  720. "platform": {
  721. "php": "5.4.8"
  722. }
  723. }
  724. }
  725. },
  726. "branch-alias": {
  727. "dev-master": "1.x-dev"
  728. }
  729. },
  730. "autoload": {
  731. "psr-4": {
  732. "Consolidation\\Log\\": "src"
  733. }
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Greg Anderson",
  742. "email": "greg.1.anderson@greenknowe.org"
  743. }
  744. ],
  745. "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
  746. "time": "2019-01-01T17:30:51+00:00"
  747. },
  748. {
  749. "name": "consolidation/output-formatters",
  750. "version": "3.5.0",
  751. "source": {
  752. "type": "git",
  753. "url": "https://github.com/consolidation/output-formatters.git",
  754. "reference": "99ec998ffb697e0eada5aacf81feebfb13023605"
  755. },
  756. "dist": {
  757. "type": "zip",
  758. "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605",
  759. "reference": "99ec998ffb697e0eada5aacf81feebfb13023605",
  760. "shasum": ""
  761. },
  762. "require": {
  763. "dflydev/dot-access-data": "^1.1.0",
  764. "php": ">=5.4.0",
  765. "symfony/console": "^2.8|^3|^4",
  766. "symfony/finder": "^2.5|^3|^4"
  767. },
  768. "require-dev": {
  769. "g1a/composer-test-scenarios": "^3",
  770. "php-coveralls/php-coveralls": "^1",
  771. "phpunit/phpunit": "^5.7.27",
  772. "squizlabs/php_codesniffer": "^2.7",
  773. "symfony/var-dumper": "^2.8|^3|^4",
  774. "victorjonsson/markdowndocs": "^1.3"
  775. },
  776. "suggest": {
  777. "symfony/var-dumper": "For using the var_dump formatter"
  778. },
  779. "type": "library",
  780. "extra": {
  781. "scenarios": {
  782. "symfony4": {
  783. "require": {
  784. "symfony/console": "^4.0"
  785. },
  786. "require-dev": {
  787. "phpunit/phpunit": "^6"
  788. },
  789. "config": {
  790. "platform": {
  791. "php": "7.1.3"
  792. }
  793. }
  794. },
  795. "symfony3": {
  796. "require": {
  797. "symfony/console": "^3.4",
  798. "symfony/finder": "^3.4",
  799. "symfony/var-dumper": "^3.4"
  800. },
  801. "config": {
  802. "platform": {
  803. "php": "5.6.32"
  804. }
  805. }
  806. },
  807. "symfony2": {
  808. "require": {
  809. "symfony/console": "^2.8"
  810. },
  811. "require-dev": {
  812. "phpunit/phpunit": "^4.8.36"
  813. },
  814. "remove": [
  815. "php-coveralls/php-coveralls"
  816. ],
  817. "config": {
  818. "platform": {
  819. "php": "5.4.8"
  820. }
  821. },
  822. "scenario-options": {
  823. "create-lockfile": "false"
  824. }
  825. }
  826. },
  827. "branch-alias": {
  828. "dev-master": "3.x-dev"
  829. }
  830. },
  831. "autoload": {
  832. "psr-4": {
  833. "Consolidation\\OutputFormatters\\": "src"
  834. }
  835. },
  836. "notification-url": "https://packagist.org/downloads/",
  837. "license": [
  838. "MIT"
  839. ],
  840. "authors": [
  841. {
  842. "name": "Greg Anderson",
  843. "email": "greg.1.anderson@greenknowe.org"
  844. }
  845. ],
  846. "description": "Format text by applying transformations provided by plug-in formatters.",
  847. "time": "2019-05-30T23:16:01+00:00"
  848. },
  849. {
  850. "name": "consolidation/robo",
  851. "version": "1.4.11",
  852. "source": {
  853. "type": "git",
  854. "url": "https://github.com/consolidation/Robo.git",
  855. "reference": "5fa1d901776a628167a325baa9db95d8edf13a80"
  856. },
  857. "dist": {
  858. "type": "zip",
  859. "url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80",
  860. "reference": "5fa1d901776a628167a325baa9db95d8edf13a80",
  861. "shasum": ""
  862. },
  863. "require": {
  864. "consolidation/annotated-command": "^2.11.0",
  865. "consolidation/config": "^1.2",
  866. "consolidation/log": "~1",
  867. "consolidation/output-formatters": "^3.1.13",
  868. "consolidation/self-update": "^1",
  869. "grasmash/yaml-expander": "^1.3",
  870. "league/container": "^2.2",
  871. "php": ">=5.5.0",
  872. "symfony/console": "^2.8|^3|^4",
  873. "symfony/event-dispatcher": "^2.5|^3|^4",
  874. "symfony/filesystem": "^2.5|^3|^4",
  875. "symfony/finder": "^2.5|^3|^4",
  876. "symfony/process": "^2.5|^3|^4"
  877. },
  878. "replace": {
  879. "codegyre/robo": "< 1.0"
  880. },
  881. "require-dev": {
  882. "codeception/aspect-mock": "^1|^2.1.1",
  883. "codeception/base": "^2.3.7",
  884. "codeception/verify": "^0.3.2",
  885. "g1a/composer-test-scenarios": "^3",
  886. "goaop/framework": "~2.1.2",
  887. "goaop/parser-reflection": "^1.1.0",
  888. "natxet/cssmin": "3.0.4",
  889. "nikic/php-parser": "^3.1.5",
  890. "patchwork/jsqueeze": "~2",
  891. "pear/archive_tar": "^1.4.4",
  892. "php-coveralls/php-coveralls": "^1",
  893. "phpunit/php-code-coverage": "~2|~4",
  894. "sebastian/comparator": "^1.2.4",
  895. "squizlabs/php_codesniffer": "^2.8"
  896. },
  897. "suggest": {
  898. "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
  899. "natxet/CssMin": "For minifying CSS files in taskMinify",
  900. "patchwork/jsqueeze": "For minifying JS files in taskMinify",
  901. "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
  902. },
  903. "bin": [
  904. "robo"
  905. ],
  906. "type": "library",
  907. "extra": {
  908. "scenarios": {
  909. "symfony4": {
  910. "require": {
  911. "symfony/console": "^4"
  912. },
  913. "config": {
  914. "platform": {
  915. "php": "7.1.3"
  916. }
  917. }
  918. },
  919. "symfony2": {
  920. "require": {
  921. "symfony/console": "^2.8"
  922. },
  923. "remove": [
  924. "goaop/framework"
  925. ],
  926. "config": {
  927. "platform": {
  928. "php": "5.5.9"
  929. }
  930. },
  931. "scenario-options": {
  932. "create-lockfile": "false"
  933. }
  934. }
  935. },
  936. "branch-alias": {
  937. "dev-master": "2.x-dev"
  938. }
  939. },
  940. "autoload": {
  941. "psr-4": {
  942. "Robo\\": "src"
  943. }
  944. },
  945. "notification-url": "https://packagist.org/downloads/",
  946. "license": [
  947. "MIT"
  948. ],
  949. "authors": [
  950. {
  951. "name": "Davert",
  952. "email": "davert.php@resend.cc"
  953. }
  954. ],
  955. "description": "Modern task runner",
  956. "time": "2019-10-29T15:50:02+00:00"
  957. },
  958. {
  959. "name": "consolidation/self-update",
  960. "version": "1.1.5",
  961. "source": {
  962. "type": "git",
  963. "url": "https://github.com/consolidation/self-update.git",
  964. "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
  965. },
  966. "dist": {
  967. "type": "zip",
  968. "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
  969. "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
  970. "shasum": ""
  971. },
  972. "require": {
  973. "php": ">=5.5.0",
  974. "symfony/console": "^2.8|^3|^4",
  975. "symfony/filesystem": "^2.5|^3|^4"
  976. },
  977. "bin": [
  978. "scripts/release"
  979. ],
  980. "type": "library",
  981. "extra": {
  982. "branch-alias": {
  983. "dev-master": "1.x-dev"
  984. }
  985. },
  986. "autoload": {
  987. "psr-4": {
  988. "SelfUpdate\\": "src"
  989. }
  990. },
  991. "notification-url": "https://packagist.org/downloads/",
  992. "license": [
  993. "MIT"
  994. ],
  995. "authors": [
  996. {
  997. "name": "Greg Anderson",
  998. "email": "greg.1.anderson@greenknowe.org"
  999. },
  1000. {
  1001. "name": "Alexander Menk",
  1002. "email": "menk@mestrona.net"
  1003. }
  1004. ],
  1005. "description": "Provides a self:update command for Symfony Console applications.",
  1006. "time": "2018-10-28T01:52:03+00:00"
  1007. },
  1008. {
  1009. "name": "consolidation/site-alias",
  1010. "version": "3.0.0",
  1011. "source": {
  1012. "type": "git",
  1013. "url": "https://github.com/consolidation/site-alias.git",
  1014. "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f"
  1015. },
  1016. "dist": {
  1017. "type": "zip",
  1018. "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f",
  1019. "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f",
  1020. "shasum": ""
  1021. },
  1022. "require": {
  1023. "consolidation/config": "^1.2.1",
  1024. "php": ">=5.5.0"
  1025. },
  1026. "require-dev": {
  1027. "consolidation/robo": "^1.2.3",
  1028. "g1a/composer-test-scenarios": "^3",
  1029. "knplabs/github-api": "^2.7",
  1030. "php-coveralls/php-coveralls": "^1",
  1031. "php-http/guzzle6-adapter": "^1.1",
  1032. "phpunit/phpunit": "^6",
  1033. "squizlabs/php_codesniffer": "^2.8",
  1034. "symfony/console": "^2.8|^3|^4",
  1035. "symfony/yaml": "~2.3|^3"
  1036. },
  1037. "type": "library",
  1038. "extra": {
  1039. "scenarios": {
  1040. "phpunit5": {
  1041. "require-dev": {
  1042. "phpunit/phpunit": "^5.7.27"
  1043. },
  1044. "remove": [
  1045. "php-coveralls/php-coveralls"
  1046. ],
  1047. "config": {
  1048. "platform": {
  1049. "php": "5.6.33"
  1050. }
  1051. }
  1052. }
  1053. },
  1054. "branch-alias": {
  1055. "dev-master": "3.x-dev"
  1056. }
  1057. },
  1058. "autoload": {
  1059. "psr-4": {
  1060. "Consolidation\\SiteAlias\\": "src"
  1061. }
  1062. },
  1063. "notification-url": "https://packagist.org/downloads/",
  1064. "license": [
  1065. "MIT"
  1066. ],
  1067. "authors": [
  1068. {
  1069. "name": "Moshe Weitzman",
  1070. "email": "weitzman@tejasa.com"
  1071. },
  1072. {
  1073. "name": "Greg Anderson",
  1074. "email": "greg.1.anderson@greenknowe.org"
  1075. }
  1076. ],
  1077. "description": "Manage alias records for local and remote sites.",
  1078. "time": "2019-03-12T17:31:48+00:00"
  1079. },
  1080. {
  1081. "name": "consolidation/site-process",
  1082. "version": "2.1.0",
  1083. "source": {
  1084. "type": "git",
  1085. "url": "https://github.com/consolidation/site-process.git",
  1086. "reference": "f3211fa4c60671c6f068184221f06f932556e443"
  1087. },
  1088. "dist": {
  1089. "type": "zip",
  1090. "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443",
  1091. "reference": "f3211fa4c60671c6f068184221f06f932556e443",
  1092. "shasum": ""
  1093. },
  1094. "require": {
  1095. "consolidation/config": "^1.2.1",
  1096. "consolidation/site-alias": "^3",
  1097. "php": ">=5.6.0",
  1098. "symfony/process": "^3.4"
  1099. },
  1100. "require-dev": {
  1101. "consolidation/robo": "^1.3",
  1102. "g1a/composer-test-scenarios": "^3",
  1103. "knplabs/github-api": "^2.7",
  1104. "php-coveralls/php-coveralls": "^1",
  1105. "php-http/guzzle6-adapter": "^1.1",
  1106. "phpunit/phpunit": "^6",
  1107. "squizlabs/php_codesniffer": "^2.8"
  1108. },
  1109. "type": "library",
  1110. "extra": {
  1111. "scenarios": {
  1112. "phpunit5": {
  1113. "require-dev": {
  1114. "phpunit/phpunit": "^5.7.27"
  1115. },
  1116. "remove": [
  1117. "php-coveralls/php-coveralls"
  1118. ],
  1119. "config": {
  1120. "platform": {
  1121. "php": "5.6.33"
  1122. }
  1123. }
  1124. }
  1125. },
  1126. "branch-alias": {
  1127. "dev-master": "0.x-dev"
  1128. }
  1129. },
  1130. "autoload": {
  1131. "psr-4": {
  1132. "Consolidation\\SiteProcess\\": "src"
  1133. }
  1134. },
  1135. "notification-url": "https://packagist.org/downloads/",
  1136. "license": [
  1137. "MIT"
  1138. ],
  1139. "authors": [
  1140. {
  1141. "name": "Greg Anderson",
  1142. "email": "greg.1.anderson@greenknowe.org"
  1143. },
  1144. {
  1145. "name": "Moshe Weitzman",
  1146. "email": "weitzman@tejasa.com"
  1147. }
  1148. ],
  1149. "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
  1150. "time": "2019-09-10T17:56:24+00:00"
  1151. },
  1152. {
  1153. "name": "container-interop/container-interop",
  1154. "version": "1.2.0",
  1155. "source": {
  1156. "type": "git",
  1157. "url": "https://github.com/container-interop/container-interop.git",
  1158. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
  1159. },
  1160. "dist": {
  1161. "type": "zip",
  1162. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  1163. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  1164. "shasum": ""
  1165. },
  1166. "require": {
  1167. "psr/container": "^1.0"
  1168. },
  1169. "type": "library",
  1170. "autoload": {
  1171. "psr-4": {
  1172. "Interop\\Container\\": "src/Interop/Container/"
  1173. }
  1174. },
  1175. "notification-url": "https://packagist.org/downloads/",
  1176. "license": [
  1177. "MIT"
  1178. ],
  1179. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  1180. "homepage": "https://github.com/container-interop/container-interop",
  1181. "abandoned": "psr/container",
  1182. "time": "2017-02-14T19:40:03+00:00"
  1183. },
  1184. {
  1185. "name": "cweagans/composer-patches",
  1186. "version": "1.6.7",
  1187. "source": {
  1188. "type": "git",
  1189. "url": "https://github.com/cweagans/composer-patches.git",
  1190. "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
  1191. },
  1192. "dist": {
  1193. "type": "zip",
  1194. "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
  1195. "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
  1196. "shasum": ""
  1197. },
  1198. "require": {
  1199. "composer-plugin-api": "^1.0",
  1200. "php": ">=5.3.0"
  1201. },
  1202. "require-dev": {
  1203. "composer/composer": "~1.0",
  1204. "phpunit/phpunit": "~4.6"
  1205. },
  1206. "type": "composer-plugin",
  1207. "extra": {
  1208. "class": "cweagans\\Composer\\Patches"
  1209. },
  1210. "autoload": {
  1211. "psr-4": {
  1212. "cweagans\\Composer\\": "src"
  1213. }
  1214. },
  1215. "notification-url": "https://packagist.org/downloads/",
  1216. "license": [
  1217. "BSD-3-Clause"
  1218. ],
  1219. "authors": [
  1220. {
  1221. "name": "Cameron Eagans",
  1222. "email": "me@cweagans.net"
  1223. }
  1224. ],
  1225. "description": "Provides a way to patch Composer packages.",
  1226. "time": "2019-08-29T20:11:49+00:00"
  1227. },
  1228. {
  1229. "name": "dflydev/dot-access-configuration",
  1230. "version": "v1.0.3",
  1231. "source": {
  1232. "type": "git",
  1233. "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
  1234. "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
  1235. },
  1236. "dist": {
  1237. "type": "zip",
  1238. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
  1239. "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
  1240. "shasum": ""
  1241. },
  1242. "require": {
  1243. "dflydev/dot-access-data": "1.*",
  1244. "dflydev/placeholder-resolver": "1.*",
  1245. "php": ">=5.3.2"
  1246. },
  1247. "require-dev": {
  1248. "symfony/yaml": "~2.1"
  1249. },
  1250. "suggest": {
  1251. "symfony/yaml": "Required for using the YAML Configuration Builders"
  1252. },
  1253. "type": "library",
  1254. "extra": {
  1255. "branch-alias": {
  1256. "dev-master": "1.0-dev"
  1257. }
  1258. },
  1259. "autoload": {
  1260. "psr-0": {
  1261. "Dflydev\\DotAccessConfiguration": "src"
  1262. }
  1263. },
  1264. "notification-url": "https://packagist.org/downloads/",
  1265. "license": [
  1266. "MIT"
  1267. ],
  1268. "authors": [
  1269. {
  1270. "name": "Dragonfly Development Inc.",
  1271. "email": "info@dflydev.com",
  1272. "homepage": "http://dflydev.com"
  1273. },
  1274. {
  1275. "name": "Beau Simensen",
  1276. "email": "beau@dflydev.com",
  1277. "homepage": "http://beausimensen.com"
  1278. }
  1279. ],
  1280. "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
  1281. "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
  1282. "keywords": [
  1283. "config",
  1284. "configuration"
  1285. ],
  1286. "time": "2018-09-08T23:00:17+00:00"
  1287. },
  1288. {
  1289. "name": "dflydev/dot-access-data",
  1290. "version": "v1.1.0",
  1291. "source": {
  1292. "type": "git",
  1293. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  1294. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
  1295. },
  1296. "dist": {
  1297. "type": "zip",
  1298. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
  1299. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
  1300. "shasum": ""
  1301. },
  1302. "require": {
  1303. "php": ">=5.3.2"
  1304. },
  1305. "type": "library",
  1306. "extra": {
  1307. "branch-alias": {
  1308. "dev-master": "1.0-dev"
  1309. }
  1310. },
  1311. "autoload": {
  1312. "psr-0": {
  1313. "Dflydev\\DotAccessData": "src"
  1314. }
  1315. },
  1316. "notification-url": "https://packagist.org/downloads/",
  1317. "license": [
  1318. "MIT"
  1319. ],
  1320. "authors": [
  1321. {
  1322. "name": "Dragonfly Development Inc.",
  1323. "email": "info@dflydev.com",
  1324. "homepage": "http://dflydev.com"
  1325. },
  1326. {
  1327. "name": "Beau Simensen",
  1328. "email": "beau@dflydev.com",
  1329. "homepage": "http://beausimensen.com"
  1330. },
  1331. {
  1332. "name": "Carlos Frutos",
  1333. "email": "carlos@kiwing.it",
  1334. "homepage": "https://github.com/cfrutos"
  1335. }
  1336. ],
  1337. "description": "Given a deep data structure, access data by dot notation.",
  1338. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  1339. "keywords": [
  1340. "access",
  1341. "data",
  1342. "dot",
  1343. "notation"
  1344. ],
  1345. "time": "2017-01-20T21:14:22+00:00"
  1346. },
  1347. {
  1348. "name": "dflydev/placeholder-resolver",
  1349. "version": "v1.0.2",
  1350. "source": {
  1351. "type": "git",
  1352. "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
  1353. "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
  1354. },
  1355. "dist": {
  1356. "type": "zip",
  1357. "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
  1358. "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
  1359. "shasum": ""
  1360. },
  1361. "require": {
  1362. "php": ">=5.3.2"
  1363. },
  1364. "type": "library",
  1365. "extra": {
  1366. "branch-alias": {
  1367. "dev-master": "1.0-dev"
  1368. }
  1369. },
  1370. "autoload": {
  1371. "psr-0": {
  1372. "Dflydev\\PlaceholderResolver": "src"
  1373. }
  1374. },
  1375. "notification-url": "https://packagist.org/downloads/",
  1376. "license": [
  1377. "MIT"
  1378. ],
  1379. "authors": [
  1380. {
  1381. "name": "Dragonfly Development Inc.",
  1382. "email": "info@dflydev.com",
  1383. "homepage": "http://dflydev.com"
  1384. },
  1385. {
  1386. "name": "Beau Simensen",
  1387. "email": "beau@dflydev.com",
  1388. "homepage": "http://beausimensen.com"
  1389. }
  1390. ],
  1391. "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
  1392. "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
  1393. "keywords": [
  1394. "placeholder",
  1395. "resolver"
  1396. ],
  1397. "time": "2012-10-28T21:08:28+00:00"
  1398. },
  1399. {
  1400. "name": "dnoegel/php-xdg-base-dir",
  1401. "version": "v0.1.1",
  1402. "source": {
  1403. "type": "git",
  1404. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  1405. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  1406. },
  1407. "dist": {
  1408. "type": "zip",
  1409. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  1410. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  1411. "shasum": ""
  1412. },
  1413. "require": {
  1414. "php": ">=5.3.2"
  1415. },
  1416. "require-dev": {
  1417. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  1418. },
  1419. "type": "library",
  1420. "autoload": {
  1421. "psr-4": {
  1422. "XdgBaseDir\\": "src/"
  1423. }
  1424. },
  1425. "notification-url": "https://packagist.org/downloads/",
  1426. "license": [
  1427. "MIT"
  1428. ],
  1429. "description": "implementation of xdg base directory specification for php",
  1430. "time": "2019-12-04T15:06:13+00:00"
  1431. },
  1432. {
  1433. "name": "doctrine/annotations",
  1434. "version": "v1.8.0",
  1435. "source": {
  1436. "type": "git",
  1437. "url": "https://github.com/doctrine/annotations.git",
  1438. "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
  1439. },
  1440. "dist": {
  1441. "type": "zip",
  1442. "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
  1443. "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
  1444. "shasum": ""
  1445. },
  1446. "require": {
  1447. "doctrine/lexer": "1.*",
  1448. "php": "^7.1"
  1449. },
  1450. "require-dev": {
  1451. "doctrine/cache": "1.*",
  1452. "phpunit/phpunit": "^7.5"
  1453. },
  1454. "type": "library",
  1455. "extra": {
  1456. "branch-alias": {
  1457. "dev-master": "1.7.x-dev"
  1458. }
  1459. },
  1460. "autoload": {
  1461. "psr-4": {
  1462. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  1463. }
  1464. },
  1465. "notification-url": "https://packagist.org/downloads/",
  1466. "license": [
  1467. "MIT"
  1468. ],
  1469. "authors": [
  1470. {
  1471. "name": "Guilherme Blanco",
  1472. "email": "guilhermeblanco@gmail.com"
  1473. },
  1474. {
  1475. "name": "Roman Borschel",
  1476. "email": "roman@code-factory.org"
  1477. },
  1478. {
  1479. "name": "Benjamin Eberlei",
  1480. "email": "kontakt@beberlei.de"
  1481. },
  1482. {
  1483. "name": "Jonathan Wage",
  1484. "email": "jonwage@gmail.com"
  1485. },
  1486. {
  1487. "name": "Johannes Schmitt",
  1488. "email": "schmittjoh@gmail.com"
  1489. }
  1490. ],
  1491. "description": "Docblock Annotations Parser",
  1492. "homepage": "http://www.doctrine-project.org",
  1493. "keywords": [
  1494. "annotations",
  1495. "docblock",
  1496. "parser"
  1497. ],
  1498. "time": "2019-10-01T18:55:10+00:00"
  1499. },
  1500. {
  1501. "name": "doctrine/cache",
  1502. "version": "1.10.0",
  1503. "source": {
  1504. "type": "git",
  1505. "url": "https://github.com/doctrine/cache.git",
  1506. "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
  1507. },
  1508. "dist": {
  1509. "type": "zip",
  1510. "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
  1511. "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
  1512. "shasum": ""
  1513. },
  1514. "require": {
  1515. "php": "~7.1"
  1516. },
  1517. "conflict": {
  1518. "doctrine/common": ">2.2,<2.4"
  1519. },
  1520. "require-dev": {
  1521. "alcaeus/mongo-php-adapter": "^1.1",
  1522. "doctrine/coding-standard": "^6.0",
  1523. "mongodb/mongodb": "^1.1",
  1524. "phpunit/phpunit": "^7.0",
  1525. "predis/predis": "~1.0"
  1526. },
  1527. "suggest": {
  1528. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  1529. },
  1530. "type": "library",
  1531. "extra": {
  1532. "branch-alias": {
  1533. "dev-master": "1.9.x-dev"
  1534. }
  1535. },
  1536. "autoload": {
  1537. "psr-4": {
  1538. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  1539. }
  1540. },
  1541. "notification-url": "https://packagist.org/downloads/",
  1542. "license": [
  1543. "MIT"
  1544. ],
  1545. "authors": [
  1546. {
  1547. "name": "Guilherme Blanco",
  1548. "email": "guilhermeblanco@gmail.com"
  1549. },
  1550. {
  1551. "name": "Roman Borschel",
  1552. "email": "roman@code-factory.org"
  1553. },
  1554. {
  1555. "name": "Benjamin Eberlei",
  1556. "email": "kontakt@beberlei.de"
  1557. },
  1558. {
  1559. "name": "Jonathan Wage",
  1560. "email": "jonwage@gmail.com"
  1561. },
  1562. {
  1563. "name": "Johannes Schmitt",
  1564. "email": "schmittjoh@gmail.com"
  1565. }
  1566. ],
  1567. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  1568. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  1569. "keywords": [
  1570. "abstraction",
  1571. "apcu",
  1572. "cache",
  1573. "caching",
  1574. "couchdb",
  1575. "memcached",
  1576. "php",
  1577. "redis",
  1578. "xcache"
  1579. ],
  1580. "time": "2019-11-29T15:36:20+00:00"
  1581. },
  1582. {
  1583. "name": "doctrine/collections",
  1584. "version": "1.6.4",
  1585. "source": {
  1586. "type": "git",
  1587. "url": "https://github.com/doctrine/collections.git",
  1588. "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
  1589. },
  1590. "dist": {
  1591. "type": "zip",
  1592. "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
  1593. "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
  1594. "shasum": ""
  1595. },
  1596. "require": {
  1597. "php": "^7.1.3"
  1598. },
  1599. "require-dev": {
  1600. "doctrine/coding-standard": "^6.0",
  1601. "phpstan/phpstan-shim": "^0.9.2",
  1602. "phpunit/phpunit": "^7.0",
  1603. "vimeo/psalm": "^3.2.2"
  1604. },
  1605. "type": "library",
  1606. "extra": {
  1607. "branch-alias": {
  1608. "dev-master": "1.6.x-dev"
  1609. }
  1610. },
  1611. "autoload": {
  1612. "psr-4": {
  1613. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  1614. }
  1615. },
  1616. "notification-url": "https://packagist.org/downloads/",
  1617. "license": [
  1618. "MIT"
  1619. ],
  1620. "authors": [
  1621. {
  1622. "name": "Guilherme Blanco",
  1623. "email": "guilhermeblanco@gmail.com"
  1624. },
  1625. {
  1626. "name": "Roman Borschel",
  1627. "email": "roman@code-factory.org"
  1628. },
  1629. {
  1630. "name": "Benjamin Eberlei",
  1631. "email": "kontakt@beberlei.de"
  1632. },
  1633. {
  1634. "name": "Jonathan Wage",
  1635. "email": "jonwage@gmail.com"
  1636. },
  1637. {
  1638. "name": "Johannes Schmitt",
  1639. "email": "schmittjoh@gmail.com"
  1640. }
  1641. ],
  1642. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  1643. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  1644. "keywords": [
  1645. "array",
  1646. "collections",
  1647. "iterators",
  1648. "php"
  1649. ],
  1650. "time": "2019-11-13T13:07:11+00:00"
  1651. },
  1652. {
  1653. "name": "doctrine/common",
  1654. "version": "v2.11.0",
  1655. "source": {
  1656. "type": "git",
  1657. "url": "https://github.com/doctrine/common.git",
  1658. "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
  1659. },
  1660. "dist": {
  1661. "type": "zip",
  1662. "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
  1663. "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
  1664. "shasum": ""
  1665. },
  1666. "require": {
  1667. "doctrine/annotations": "^1.0",
  1668. "doctrine/cache": "^1.0",
  1669. "doctrine/collections": "^1.0",
  1670. "doctrine/event-manager": "^1.0",
  1671. "doctrine/inflector": "^1.0",
  1672. "doctrine/lexer": "^1.0",
  1673. "doctrine/persistence": "^1.1",
  1674. "doctrine/reflection": "^1.0",
  1675. "php": "^7.1"
  1676. },
  1677. "require-dev": {
  1678. "doctrine/coding-standard": "^1.0",
  1679. "phpstan/phpstan": "^0.11",
  1680. "phpstan/phpstan-phpunit": "^0.11",
  1681. "phpunit/phpunit": "^7.0",
  1682. "squizlabs/php_codesniffer": "^3.0",
  1683. "symfony/phpunit-bridge": "^4.0.5"
  1684. },
  1685. "type": "library",
  1686. "extra": {
  1687. "branch-alias": {
  1688. "dev-master": "2.11.x-dev"
  1689. }
  1690. },
  1691. "autoload": {
  1692. "psr-4": {
  1693. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1694. }
  1695. },
  1696. "notification-url": "https://packagist.org/downloads/",
  1697. "license": [
  1698. "MIT"
  1699. ],
  1700. "authors": [
  1701. {
  1702. "name": "Guilherme Blanco",
  1703. "email": "guilhermeblanco@gmail.com"
  1704. },
  1705. {
  1706. "name": "Roman Borschel",
  1707. "email": "roman@code-factory.org"
  1708. },
  1709. {
  1710. "name": "Benjamin Eberlei",
  1711. "email": "kontakt@beberlei.de"
  1712. },
  1713. {
  1714. "name": "Jonathan Wage",
  1715. "email": "jonwage@gmail.com"
  1716. },
  1717. {
  1718. "name": "Johannes Schmitt",
  1719. "email": "schmittjoh@gmail.com"
  1720. },
  1721. {
  1722. "name": "Marco Pivetta",
  1723. "email": "ocramius@gmail.com"
  1724. }
  1725. ],
  1726. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
  1727. "homepage": "https://www.doctrine-project.org/projects/common.html",
  1728. "keywords": [
  1729. "common",
  1730. "doctrine",
  1731. "php"
  1732. ],
  1733. "time": "2019-09-10T10:10:14+00:00"
  1734. },
  1735. {
  1736. "name": "doctrine/event-manager",
  1737. "version": "1.1.0",
  1738. "source": {
  1739. "type": "git",
  1740. "url": "https://github.com/doctrine/event-manager.git",
  1741. "reference": "629572819973f13486371cb611386eb17851e85c"
  1742. },
  1743. "dist": {
  1744. "type": "zip",
  1745. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
  1746. "reference": "629572819973f13486371cb611386eb17851e85c",
  1747. "shasum": ""
  1748. },
  1749. "require": {
  1750. "php": "^7.1"
  1751. },
  1752. "conflict": {
  1753. "doctrine/common": "<2.9@dev"
  1754. },
  1755. "require-dev": {
  1756. "doctrine/coding-standard": "^6.0",
  1757. "phpunit/phpunit": "^7.0"
  1758. },
  1759. "type": "library",
  1760. "extra": {
  1761. "branch-alias": {
  1762. "dev-master": "1.0.x-dev"
  1763. }
  1764. },
  1765. "autoload": {
  1766. "psr-4": {
  1767. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1768. }
  1769. },
  1770. "notification-url": "https://packagist.org/downloads/",
  1771. "license": [
  1772. "MIT"
  1773. ],
  1774. "authors": [
  1775. {
  1776. "name": "Guilherme Blanco",
  1777. "email": "guilhermeblanco@gmail.com"
  1778. },
  1779. {
  1780. "name": "Roman Borschel",
  1781. "email": "roman@code-factory.org"
  1782. },
  1783. {
  1784. "name": "Benjamin Eberlei",
  1785. "email": "kontakt@beberlei.de"
  1786. },
  1787. {
  1788. "name": "Jonathan Wage",
  1789. "email": "jonwage@gmail.com"
  1790. },
  1791. {
  1792. "name": "Johannes Schmitt",
  1793. "email": "schmittjoh@gmail.com"
  1794. },
  1795. {
  1796. "name": "Marco Pivetta",
  1797. "email": "ocramius@gmail.com"
  1798. }
  1799. ],
  1800. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  1801. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  1802. "keywords": [
  1803. "event",
  1804. "event dispatcher",
  1805. "event manager",
  1806. "event system",
  1807. "events"
  1808. ],
  1809. "time": "2019-11-10T09:48:07+00:00"
  1810. },
  1811. {
  1812. "name": "doctrine/inflector",
  1813. "version": "1.3.1",
  1814. "source": {
  1815. "type": "git",
  1816. "url": "https://github.com/doctrine/inflector.git",
  1817. "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
  1818. },
  1819. "dist": {
  1820. "type": "zip",
  1821. "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
  1822. "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
  1823. "shasum": ""
  1824. },
  1825. "require": {
  1826. "php": "^7.1"
  1827. },
  1828. "require-dev": {
  1829. "phpunit/phpunit": "^6.2"
  1830. },
  1831. "type": "library",
  1832. "extra": {
  1833. "branch-alias": {
  1834. "dev-master": "1.3.x-dev"
  1835. }
  1836. },
  1837. "autoload": {
  1838. "psr-4": {
  1839. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  1840. }
  1841. },
  1842. "notification-url": "https://packagist.org/downloads/",
  1843. "license": [
  1844. "MIT"
  1845. ],
  1846. "authors": [
  1847. {
  1848. "name": "Guilherme Blanco",
  1849. "email": "guilhermeblanco@gmail.com"
  1850. },
  1851. {
  1852. "name": "Roman Borschel",
  1853. "email": "roman@code-factory.org"
  1854. },
  1855. {
  1856. "name": "Benjamin Eberlei",
  1857. "email": "kontakt@beberlei.de"
  1858. },
  1859. {
  1860. "name": "Jonathan Wage",
  1861. "email": "jonwage@gmail.com"
  1862. },
  1863. {
  1864. "name": "Johannes Schmitt",
  1865. "email": "schmittjoh@gmail.com"
  1866. }
  1867. ],
  1868. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  1869. "homepage": "http://www.doctrine-project.org",
  1870. "keywords": [
  1871. "inflection",
  1872. "pluralize",
  1873. "singularize",
  1874. "string"
  1875. ],
  1876. "time": "2019-10-30T19:59:35+00:00"
  1877. },
  1878. {
  1879. "name": "doctrine/lexer",
  1880. "version": "1.2.0",
  1881. "source": {
  1882. "type": "git",
  1883. "url": "https://github.com/doctrine/lexer.git",
  1884. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
  1885. },
  1886. "dist": {
  1887. "type": "zip",
  1888. "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  1889. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  1890. "shasum": ""
  1891. },
  1892. "require": {
  1893. "php": "^7.2"
  1894. },
  1895. "require-dev": {
  1896. "doctrine/coding-standard": "^6.0",
  1897. "phpstan/phpstan": "^0.11.8",
  1898. "phpunit/phpunit": "^8.2"
  1899. },
  1900. "type": "library",
  1901. "extra": {
  1902. "branch-alias": {
  1903. "dev-master": "1.2.x-dev"
  1904. }
  1905. },
  1906. "autoload": {
  1907. "psr-4": {
  1908. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1909. }
  1910. },
  1911. "notification-url": "https://packagist.org/downloads/",
  1912. "license": [
  1913. "MIT"
  1914. ],
  1915. "authors": [
  1916. {
  1917. "name": "Guilherme Blanco",
  1918. "email": "guilhermeblanco@gmail.com"
  1919. },
  1920. {
  1921. "name": "Roman Borschel",
  1922. "email": "roman@code-factory.org"
  1923. },
  1924. {
  1925. "name": "Johannes Schmitt",
  1926. "email": "schmittjoh@gmail.com"
  1927. }
  1928. ],
  1929. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1930. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1931. "keywords": [
  1932. "annotations",
  1933. "docblock",
  1934. "lexer",
  1935. "parser",
  1936. "php"
  1937. ],
  1938. "time": "2019-10-30T14:39:59+00:00"
  1939. },
  1940. {
  1941. "name": "doctrine/persistence",
  1942. "version": "1.2.0",
  1943. "source": {
  1944. "type": "git",
  1945. "url": "https://github.com/doctrine/persistence.git",
  1946. "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
  1947. },
  1948. "dist": {
  1949. "type": "zip",
  1950. "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
  1951. "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
  1952. "shasum": ""
  1953. },
  1954. "require": {
  1955. "doctrine/annotations": "^1.0",
  1956. "doctrine/cache": "^1.0",
  1957. "doctrine/collections": "^1.0",
  1958. "doctrine/event-manager": "^1.0",
  1959. "doctrine/reflection": "^1.0",
  1960. "php": "^7.1"
  1961. },
  1962. "conflict": {
  1963. "doctrine/common": "<2.10@dev"
  1964. },
  1965. "require-dev": {
  1966. "doctrine/coding-standard": "^5.0",
  1967. "phpstan/phpstan": "^0.8",
  1968. "phpunit/phpunit": "^7.0"
  1969. },
  1970. "type": "library",
  1971. "extra": {
  1972. "branch-alias": {
  1973. "dev-master": "1.2.x-dev"
  1974. }
  1975. },
  1976. "autoload": {
  1977. "psr-4": {
  1978. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1979. }
  1980. },
  1981. "notification-url": "https://packagist.org/downloads/",
  1982. "license": [
  1983. "MIT"
  1984. ],
  1985. "authors": [
  1986. {
  1987. "name": "Guilherme Blanco",
  1988. "email": "guilhermeblanco@gmail.com"
  1989. },
  1990. {
  1991. "name": "Roman Borschel",
  1992. "email": "roman@code-factory.org"
  1993. },
  1994. {
  1995. "name": "Benjamin Eberlei",
  1996. "email": "kontakt@beberlei.de"
  1997. },
  1998. {
  1999. "name": "Jonathan Wage",
  2000. "email": "jonwage@gmail.com"
  2001. },
  2002. {
  2003. "name": "Johannes Schmitt",
  2004. "email": "schmittjoh@gmail.com"
  2005. },
  2006. {
  2007. "name": "Marco Pivetta",
  2008. "email": "ocramius@gmail.com"
  2009. }
  2010. ],
  2011. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  2012. "homepage": "https://doctrine-project.org/projects/persistence.html",
  2013. "keywords": [
  2014. "mapper",
  2015. "object",
  2016. "odm",
  2017. "orm",
  2018. "persistence"
  2019. ],
  2020. "time": "2019-04-23T12:39:21+00:00"
  2021. },
  2022. {
  2023. "name": "doctrine/reflection",
  2024. "version": "v1.0.0",
  2025. "source": {
  2026. "type": "git",
  2027. "url": "https://github.com/doctrine/reflection.git",
  2028. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
  2029. },
  2030. "dist": {
  2031. "type": "zip",
  2032. "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  2033. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  2034. "shasum": ""
  2035. },
  2036. "require": {
  2037. "doctrine/annotations": "^1.0",
  2038. "ext-tokenizer": "*",
  2039. "php": "^7.1"
  2040. },
  2041. "require-dev": {
  2042. "doctrine/coding-standard": "^4.0",
  2043. "doctrine/common": "^2.8",
  2044. "phpstan/phpstan": "^0.9.2",
  2045. "phpstan/phpstan-phpunit": "^0.9.4",
  2046. "phpunit/phpunit": "^7.0",
  2047. "squizlabs/php_codesniffer": "^3.0"
  2048. },
  2049. "type": "library",
  2050. "extra": {
  2051. "branch-alias": {
  2052. "dev-master": "1.0.x-dev"
  2053. }
  2054. },
  2055. "autoload": {
  2056. "psr-4": {
  2057. "Doctrine\\Common\\": "lib/Doctrine/Common"
  2058. }
  2059. },
  2060. "notification-url": "https://packagist.org/downloads/",
  2061. "license": [
  2062. "MIT"
  2063. ],
  2064. "authors": [
  2065. {
  2066. "name": "Roman Borschel",
  2067. "email": "roman@code-factory.org"
  2068. },
  2069. {
  2070. "name": "Benjamin Eberlei",
  2071. "email": "kontakt@beberlei.de"
  2072. },
  2073. {
  2074. "name": "Guilherme Blanco",
  2075. "email": "guilhermeblanco@gmail.com"
  2076. },
  2077. {
  2078. "name": "Jonathan Wage",
  2079. "email": "jonwage@gmail.com"
  2080. },
  2081. {
  2082. "name": "Johannes Schmitt",
  2083. "email": "schmittjoh@gmail.com"
  2084. },
  2085. {
  2086. "name": "Marco Pivetta",
  2087. "email": "ocramius@gmail.com"
  2088. }
  2089. ],
  2090. "description": "Doctrine Reflection component",
  2091. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  2092. "keywords": [
  2093. "reflection"
  2094. ],
  2095. "time": "2018-06-14T14:45:07+00:00"
  2096. },
  2097. {
  2098. "name": "drupal-composer/drupal-scaffold",
  2099. "version": "2.6.1",
  2100. "source": {
  2101. "type": "git",
  2102. "url": "https://github.com/drupal-composer/drupal-scaffold.git",
  2103. "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8"
  2104. },
  2105. "dist": {
  2106. "type": "zip",
  2107. "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/13c1ffc7dd4925cb03707759128b85c0cd6276f8",
  2108. "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8",
  2109. "shasum": ""
  2110. },
  2111. "require": {
  2112. "composer-plugin-api": "^1.0.0",
  2113. "composer/semver": "^1.4",
  2114. "php": "^5.5.9|>=7.0.8"
  2115. },
  2116. "require-dev": {
  2117. "composer/composer": "dev-master",
  2118. "g1a/composer-test-scenarios": "^2.1.0",
  2119. "phpunit/phpunit": "^6",
  2120. "squizlabs/php_codesniffer": "^2.8"
  2121. },
  2122. "type": "composer-plugin",
  2123. "extra": {
  2124. "class": "DrupalComposer\\DrupalScaffold\\Plugin",
  2125. "branch-alias": {
  2126. "dev-master": "2.0.x-dev"
  2127. }
  2128. },
  2129. "autoload": {
  2130. "psr-4": {
  2131. "DrupalComposer\\DrupalScaffold\\": "src/"
  2132. }
  2133. },
  2134. "notification-url": "https://packagist.org/downloads/",
  2135. "license": [
  2136. "GPL-2.0-or-later"
  2137. ],
  2138. "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
  2139. "time": "2019-03-30T10:41:38+00:00"
  2140. },
  2141. {
  2142. "name": "drupal/admin_toolbar",
  2143. "version": "1.27.0",
  2144. "source": {
  2145. "type": "git",
  2146. "url": "https://git.drupalcode.org/project/admin_toolbar.git",
  2147. "reference": "8.x-1.27"
  2148. },
  2149. "dist": {
  2150. "type": "zip",
  2151. "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.27.zip",
  2152. "reference": "8.x-1.27",
  2153. "shasum": "fed1fbbdf8f805b1da63d73e7e2c54750f354d61"
  2154. },
  2155. "require": {
  2156. "drupal/core": "*"
  2157. },
  2158. "type": "drupal-module",
  2159. "extra": {
  2160. "branch-alias": {
  2161. "dev-1.x": "1.x-dev"
  2162. },
  2163. "drupal": {
  2164. "version": "8.x-1.27",
  2165. "datestamp": "1558553350",
  2166. "security-coverage": {
  2167. "status": "covered",
  2168. "message": "Covered by Drupal's security advisory policy"
  2169. }
  2170. }
  2171. },
  2172. "notification-url": "https://packages.drupal.org/8/downloads",
  2173. "license": [
  2174. "GPL-2.0+"
  2175. ],
  2176. "authors": [
  2177. {
  2178. "name": "Wilfrid Roze (eme)",
  2179. "homepage": "https://www.drupal.org/u/eme",
  2180. "role": "Maintainer"
  2181. },
  2182. {
  2183. "name": "Romain Jarraud (romainj)",
  2184. "homepage": "https://www.drupal.org/u/romainj",
  2185. "role": "Maintainer"
  2186. },
  2187. {
  2188. "name": "Adrian Cid Almaguer (adriancid)",
  2189. "homepage": "https://www.drupal.org/u/adriancid",
  2190. "email": "adriancid@gmail.com",
  2191. "role": "Maintainer"
  2192. },
  2193. {
  2194. "name": "Mohamed Anis Taktak (matio89)",
  2195. "homepage": "https://www.drupal.org/u/matio89",
  2196. "role": "Maintainer"
  2197. },
  2198. {
  2199. "name": "fethi.krout",
  2200. "homepage": "https://www.drupal.org/user/3206765"
  2201. },
  2202. {
  2203. "name": "matio89",
  2204. "homepage": "https://www.drupal.org/user/2320090"
  2205. },
  2206. {
  2207. "name": "romainj",
  2208. "homepage": "https://www.drupal.org/user/370706"
  2209. }
  2210. ],
  2211. "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
  2212. "homepage": "http://drupal.org/project/admin_toolbar",
  2213. "keywords": [
  2214. "Drupal",
  2215. "Toolbar"
  2216. ],
  2217. "support": {
  2218. "source": "http://cgit.drupalcode.org/admin_toolbar",
  2219. "issues": "https://www.drupal.org/project/issues/admin_toolbar"
  2220. }
  2221. },
  2222. {
  2223. "name": "drupal/advagg",
  2224. "version": "3.5.0",
  2225. "source": {
  2226. "type": "git",
  2227. "url": "https://git.drupalcode.org/project/advagg.git",
  2228. "reference": "8.x-3.5"
  2229. },
  2230. "dist": {
  2231. "type": "zip",
  2232. "url": "https://ftp.drupal.org/files/projects/advagg-8.x-3.5.zip",
  2233. "reference": "8.x-3.5",
  2234. "shasum": "b95bfc7ae31bb9c8cd626dc13146414682211dc1"
  2235. },
  2236. "require": {
  2237. "drupal/core": "~8.0"
  2238. },
  2239. "type": "drupal-module",
  2240. "extra": {
  2241. "branch-alias": {
  2242. "dev-3.x": "3.x-dev"
  2243. },
  2244. "drupal": {
  2245. "version": "8.x-3.5",
  2246. "datestamp": "1518683580",
  2247. "security-coverage": {
  2248. "status": "covered",
  2249. "message": "Covered by Drupal's security advisory policy"
  2250. }
  2251. },
  2252. "drush": {
  2253. "services": {
  2254. "drush.services.yml": "^9"
  2255. }
  2256. }
  2257. },
  2258. "notification-url": "https://packages.drupal.org/8/downloads",
  2259. "license": [
  2260. "GPL-2.0+"
  2261. ],
  2262. "authors": [
  2263. {
  2264. "name": "Mike Carper (mikeytown2)",
  2265. "homepage": "https://www.drupal.org/u/mikeytown2",
  2266. "role": "Creator, Maintainer"
  2267. },
  2268. {
  2269. "name": "Nick Wilde (nickwilde)",
  2270. "homepage": "https://www.drupal.org/u/nickwilde",
  2271. "email": "design@briarmoon.ca",
  2272. "role": "Drupal 8 Port/maintainer"
  2273. },
  2274. {
  2275. "name": "doublejosh",
  2276. "homepage": "https://www.drupal.org/user/199720"
  2277. },
  2278. {
  2279. "name": "iamcarrico",
  2280. "homepage": "https://www.drupal.org/user/1300542"
  2281. },
  2282. {
  2283. "name": "markcarver",
  2284. "homepage": "https://www.drupal.org/user/501638"
  2285. },
  2286. {
  2287. "name": "mikeytown2",
  2288. "homepage": "https://www.drupal.org/user/282446"
  2289. },
  2290. {
  2291. "name": "rupl",
  2292. "homepage": "https://www.drupal.org/user/411999"
  2293. },
  2294. {
  2295. "name": "thalles",
  2296. "homepage": "https://www.drupal.org/user/3589086"
  2297. }
  2298. ],
  2299. "description": "Improved aggregation of CSS/JS files to speed up page load times.",
  2300. "homepage": "https://drupal.org/project/advagg",
  2301. "support": {
  2302. "source": "https://cgit.drupalcode.org/advagg",
  2303. "issues": "https://drupal.org/project/issues/advagg",
  2304. "irc": "irc://irc.freenode.org/drupal-contribute"
  2305. }
  2306. },
  2307. {
  2308. "name": "drupal/backup_migrate",
  2309. "version": "4.0.0",
  2310. "source": {
  2311. "type": "git",
  2312. "url": "https://git.drupalcode.org/project/backup_migrate.git",
  2313. "reference": "8.x-4.0"
  2314. },
  2315. "dist": {
  2316. "type": "zip",
  2317. "url": "https://ftp.drupal.org/files/projects/backup_migrate-8.x-4.0.zip",
  2318. "reference": "8.x-4.0",
  2319. "shasum": "9f91ae24b0862a1e9403b87090453f9c7c48ffea"
  2320. },
  2321. "require": {
  2322. "drupal/core": "~8.0"
  2323. },
  2324. "type": "drupal-module",
  2325. "extra": {
  2326. "branch-alias": {
  2327. "dev-4.x": "4.x-dev"
  2328. },
  2329. "drupal": {
  2330. "version": "8.x-4.0",
  2331. "datestamp": "1522330983",
  2332. "security-coverage": {
  2333. "status": "covered",
  2334. "message": "Covered by Drupal's security advisory policy"
  2335. }
  2336. }
  2337. },
  2338. "notification-url": "https://packages.drupal.org/8/downloads",
  2339. "license": [
  2340. "GPL-2.0+"
  2341. ],
  2342. "authors": [
  2343. {
  2344. "name": "Ronan Dowling",
  2345. "homepage": "https://www.drupal.org/u/ronan",
  2346. "role": "Maintainer"
  2347. },
  2348. {
  2349. "name": "DamienMcKenna",
  2350. "homepage": "https://www.drupal.org/user/108450"
  2351. },
  2352. {
  2353. "name": "dgorton",
  2354. "homepage": "https://www.drupal.org/user/19044"
  2355. },
  2356. {
  2357. "name": "ikit-claw",
  2358. "homepage": "https://www.drupal.org/user/3285813"
  2359. },
  2360. {
  2361. "name": "ronan",
  2362. "homepage": "https://www.drupal.org/user/72815"
  2363. }
  2364. ],
  2365. "description": "Backup and Migrate Drupal Module",
  2366. "homepage": "https://www.drupal.org/project/backup_migrate",
  2367. "support": {
  2368. "source": "http://cgit.drupalcode.org/backup_migrate",
  2369. "issues": "https://www.drupal.org/project/issues/backup_migrate"
  2370. }
  2371. },
  2372. {
  2373. "name": "drupal/blazy",
  2374. "version": "1.0.0-rc4",
  2375. "source": {
  2376. "type": "git",
  2377. "url": "https://git.drupalcode.org/project/blazy.git",
  2378. "reference": "8.x-1.0-rc4"
  2379. },
  2380. "dist": {
  2381. "type": "zip",
  2382. "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc4.zip",
  2383. "reference": "8.x-1.0-rc4",
  2384. "shasum": "cea1185469fc6d19a5162f550e12f26cff193062"
  2385. },
  2386. "require": {
  2387. "drupal/core": "*"
  2388. },
  2389. "type": "drupal-module",
  2390. "extra": {
  2391. "branch-alias": {
  2392. "dev-1.x": "1.x-dev"
  2393. },
  2394. "drupal": {
  2395. "version": "8.x-1.0-rc4",
  2396. "datestamp": "1545235980",
  2397. "security-coverage": {
  2398. "status": "not-covered",
  2399. "message": "RC releases are not covered by Drupal security advisories."
  2400. }
  2401. }
  2402. },
  2403. "notification-url": "https://packages.drupal.org/8/downloads",
  2404. "license": [
  2405. "GPL-2.0+"
  2406. ],
  2407. "authors": [
  2408. {
  2409. "name": "Gaus Surahman",
  2410. "homepage": "https://www.drupal.org/u/gausarts",
  2411. "role": "Maintainer"
  2412. },
  2413. {
  2414. "name": "Contributors",
  2415. "homepage": "https://www.drupal.org/node/2663268/committers",
  2416. "role": "Contributor"
  2417. },
  2418. {
  2419. "name": "sun",
  2420. "homepage": "https://www.drupal.org/user/54136"
  2421. }
  2422. ],
  2423. "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
  2424. "homepage": "https://drupal.org/project/blazy",
  2425. "keywords": [
  2426. "Drupal",
  2427. "bLazy",
  2428. "lazyload"
  2429. ],
  2430. "support": {
  2431. "source": "http://cgit.drupalcode.org/blazy",
  2432. "issues": "https://drupal.org/project/issues/blazy"
  2433. }
  2434. },
  2435. {
  2436. "name": "drupal/block_blacklist",
  2437. "version": "1.0.0",
  2438. "source": {
  2439. "type": "git",
  2440. "url": "https://git.drupalcode.org/project/block_blacklist.git",
  2441. "reference": "8.x-1.0"
  2442. },
  2443. "dist": {
  2444. "type": "zip",
  2445. "url": "https://ftp.drupal.org/files/projects/block_blacklist-8.x-1.0.zip",
  2446. "reference": "8.x-1.0",
  2447. "shasum": "61fffe5742c6873c62d2afc76ffc892e3574e2a1"
  2448. },
  2449. "require": {
  2450. "drupal/core": "*"
  2451. },
  2452. "type": "drupal-module",
  2453. "extra": {
  2454. "branch-alias": {
  2455. "dev-1.x": "1.x-dev"
  2456. },
  2457. "drupal": {
  2458. "version": "8.x-1.0",
  2459. "datestamp": "1552606684",
  2460. "security-coverage": {
  2461. "status": "covered",
  2462. "message": "Covered by Drupal's security advisory policy"
  2463. }
  2464. }
  2465. },
  2466. "notification-url": "https://packages.drupal.org/8/downloads",
  2467. "license": [
  2468. "GPL-2.0-or-later"
  2469. ],
  2470. "authors": [
  2471. {
  2472. "name": "KarenS",
  2473. "homepage": "https://www.drupal.org/user/45874"
  2474. }
  2475. ],
  2476. "description": "Remove unnecessary blocks from the block list for better system performance.",
  2477. "homepage": "https://www.drupal.org/project/block_blacklist",
  2478. "support": {
  2479. "source": "https://git.drupalcode.org/project/block_blacklist"
  2480. }
  2481. },
  2482. {
  2483. "name": "drupal/components",
  2484. "version": "1.1.0",
  2485. "source": {
  2486. "type": "git",
  2487. "url": "https://git.drupalcode.org/project/components.git",
  2488. "reference": "8.x-1.1"
  2489. },
  2490. "dist": {
  2491. "type": "zip",
  2492. "url": "https://ftp.drupal.org/files/projects/components-8.x-1.1.zip",
  2493. "reference": "8.x-1.1",
  2494. "shasum": "72af8ff1ca842556ee4b95335595c24703acdb75"
  2495. },
  2496. "require": {
  2497. "drupal/core": "~8.0"
  2498. },
  2499. "type": "drupal-module",
  2500. "extra": {
  2501. "branch-alias": {
  2502. "dev-1.x": "1.x-dev"
  2503. },
  2504. "drupal": {
  2505. "version": "8.x-1.1",
  2506. "datestamp": "1556870881",
  2507. "security-coverage": {
  2508. "status": "covered",
  2509. "message": "Covered by Drupal's security advisory policy"
  2510. }
  2511. }
  2512. },
  2513. "notification-url": "https://packages.drupal.org/8/downloads",
  2514. "license": [
  2515. "GPL-2.0-or-later"
  2516. ],
  2517. "authors": [
  2518. {
  2519. "name": "JohnAlbin",
  2520. "homepage": "https://www.drupal.org/user/32095"
  2521. },
  2522. {
  2523. "name": "RobLoach",
  2524. "homepage": "https://www.drupal.org/user/61114"
  2525. }
  2526. ],
  2527. "description": "Registers “component libraries” defined in modules and themes with the Twig system",
  2528. "homepage": "https://www.drupal.org/project/components",
  2529. "support": {
  2530. "source": "https://git.drupalcode.org/project/components"
  2531. }
  2532. },
  2533. {
  2534. "name": "drupal/config_export_ignore",
  2535. "version": "1.0.0-rc1",
  2536. "source": {
  2537. "type": "git",
  2538. "url": "https://git.drupalcode.org/project/config_export_ignore.git",
  2539. "reference": "8.x-1.0-rc1"
  2540. },
  2541. "dist": {
  2542. "type": "zip",
  2543. "url": "https://ftp.drupal.org/files/projects/config_export_ignore-8.x-1.0-rc1.zip",
  2544. "reference": "8.x-1.0-rc1",
  2545. "shasum": "5edbe94e2f306d0e49011cdcb912e7e57d42c7fa"
  2546. },
  2547. "require": {
  2548. "drupal/core": "*"
  2549. },
  2550. "type": "drupal-module",
  2551. "extra": {
  2552. "branch-alias": {
  2553. "dev-1.x": "1.x-dev"
  2554. },
  2555. "drupal": {
  2556. "version": "8.x-1.0-rc1",
  2557. "datestamp": "1521283084",
  2558. "security-coverage": {
  2559. "status": "not-covered",
  2560. "message": "Project has not opted into security advisory coverage!"
  2561. }
  2562. }
  2563. },
  2564. "notification-url": "https://packages.drupal.org/8/downloads",
  2565. "license": [
  2566. "GPL-2.0+"
  2567. ],
  2568. "authors": [
  2569. {
  2570. "name": "mohit_aghera",
  2571. "homepage": "https://www.drupal.org/user/639098"
  2572. }
  2573. ],
  2574. "description": "Allows to ignore configurations while exporting via config split",
  2575. "homepage": "https://www.drupal.org/project/config_export_ignore",
  2576. "keywords": [
  2577. "Drupal"
  2578. ],
  2579. "support": {
  2580. "source": "http://cgit.drupalcode.org/config_export_ignore",
  2581. "issues": "https://www.drupal.org/project/issues/config_export_ignore"
  2582. }
  2583. },
  2584. {
  2585. "name": "drupal/config_filter",
  2586. "version": "1.5.0",
  2587. "source": {
  2588. "type": "git",
  2589. "url": "https://git.drupalcode.org/project/config_filter.git",
  2590. "reference": "8.x-1.5"
  2591. },
  2592. "dist": {
  2593. "type": "zip",
  2594. "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.5.zip",
  2595. "reference": "8.x-1.5",
  2596. "shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc"
  2597. },
  2598. "require": {
  2599. "drupal/core": "~8.0"
  2600. },
  2601. "suggest": {
  2602. "drupal/config_split": "Split site configuration for different environments."
  2603. },
  2604. "type": "drupal-module",
  2605. "extra": {
  2606. "branch-alias": {
  2607. "dev-1.x": "1.x-dev"
  2608. },
  2609. "drupal": {
  2610. "version": "8.x-1.5",
  2611. "datestamp": "1572542288",
  2612. "security-coverage": {
  2613. "status": "covered",
  2614. "message": "Covered by Drupal's security advisory policy"
  2615. }
  2616. }
  2617. },
  2618. "notification-url": "https://packages.drupal.org/8/downloads",
  2619. "license": [
  2620. "GPL-2.0+"
  2621. ],
  2622. "authors": [
  2623. {
  2624. "name": "Fabian Bircher",
  2625. "homepage": "https://www.drupal.org/u/bircher",
  2626. "email": "opensource@fabianbircher.com",
  2627. "role": "Maintainer"
  2628. },
  2629. {
  2630. "name": "Nuvole Web",
  2631. "homepage": "http://nuvole.org",
  2632. "email": "info@nuvole.org",
  2633. "role": "Maintainer"
  2634. },
  2635. {
  2636. "name": "pescetti",
  2637. "homepage": "https://www.drupal.org/user/436244"
  2638. }
  2639. ],
  2640. "description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
  2641. "homepage": "https://www.drupal.org/project/config_filter",
  2642. "keywords": [
  2643. "Drupal",
  2644. "configuration",
  2645. "configuration management"
  2646. ],
  2647. "support": {
  2648. "source": "http://cgit.drupalcode.org/config_filter",
  2649. "issues": "https://www.drupal.org/project/issues/config_filter",
  2650. "irc": "irc://irc.freenode.org/drupal-contribute"
  2651. }
  2652. },
  2653. {
  2654. "name": "drupal/config_ignore",
  2655. "version": "2.1.0",
  2656. "source": {
  2657. "type": "git",
  2658. "url": "https://git.drupalcode.org/project/config_ignore.git",
  2659. "reference": "8.x-2.1"
  2660. },
  2661. "dist": {
  2662. "type": "zip",
  2663. "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.1.zip",
  2664. "reference": "8.x-2.1",
  2665. "shasum": "07e00684930706632b3f2fc2a7433ffdae57cde7"
  2666. },
  2667. "require": {
  2668. "drupal/config_filter": "1.*",
  2669. "drupal/core": "~8.0"
  2670. },
  2671. "type": "drupal-module",
  2672. "extra": {
  2673. "branch-alias": {
  2674. "dev-2.x": "2.x-dev"
  2675. },
  2676. "drupal": {
  2677. "version": "8.x-2.1",
  2678. "datestamp": "1507706044",
  2679. "security-coverage": {
  2680. "status": "covered",
  2681. "message": "Covered by Drupal's security advisory policy"
  2682. }
  2683. }
  2684. },
  2685. "notification-url": "https://packages.drupal.org/8/downloads",
  2686. "license": [
  2687. "GPL-2.0+"
  2688. ],
  2689. "authors": [
  2690. {
  2691. "name": "Tommy Lynge Jørgensen",
  2692. "homepage": "https://www.drupal.org/u/tlyngej",
  2693. "email": "tlyngej@gmail.com",
  2694. "role": "Maintainer"
  2695. },
  2696. {
  2697. "name": "Fabian Bircher",
  2698. "homepage": "https://www.drupal.org/u/bircher",
  2699. "role": "Maintainer"
  2700. },
  2701. {
  2702. "name": "tlyngej",
  2703. "homepage": "https://www.drupal.org/user/413139"
  2704. }
  2705. ],
  2706. "description": "Ignore certain configuration during import.",
  2707. "homepage": "http://drupal.org/project/config_ignore",
  2708. "support": {
  2709. "source": "http://cgit.drupalcode.org/config_ignore",
  2710. "issues": "http://drupal.org/project/config_ignore",
  2711. "irc": "irc://irc.freenode.org/drupal-contribute"
  2712. }
  2713. },
  2714. {
  2715. "name": "drupal/config_split",
  2716. "version": "1.4.0",
  2717. "source": {
  2718. "type": "git",
  2719. "url": "https://git.drupalcode.org/project/config_split.git",
  2720. "reference": "8.x-1.4"
  2721. },
  2722. "dist": {
  2723. "type": "zip",
  2724. "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.4.zip",
  2725. "reference": "8.x-1.4",
  2726. "shasum": "938ea6c88834aa88bb310740758e56c1800e535b"
  2727. },
  2728. "require": {
  2729. "drupal/config_filter": "*",
  2730. "drupal/core": "~8.0"
  2731. },
  2732. "type": "drupal-module",
  2733. "extra": {
  2734. "branch-alias": {
  2735. "dev-1.x": "1.x-dev"
  2736. },
  2737. "drupal": {
  2738. "version": "8.x-1.4",
  2739. "datestamp": "1537971780",
  2740. "security-coverage": {
  2741. "status": "covered",
  2742. "message": "Covered by Drupal's security advisory policy"
  2743. }
  2744. },
  2745. "drush": {
  2746. "services": {
  2747. "drush.services.yml": "^9"
  2748. }
  2749. }
  2750. },
  2751. "notification-url": "https://packages.drupal.org/8/downloads",
  2752. "license": [
  2753. "GPL-2.0+"
  2754. ],
  2755. "authors": [
  2756. {
  2757. "name": "Fabian Bircher",
  2758. "homepage": "https://www.drupal.org/u/bircher",
  2759. "email": "opensource@fabianbircher.com",
  2760. "role": "Maintainer"
  2761. },
  2762. {
  2763. "name": "Nuvole Web",
  2764. "homepage": "http://nuvole.org",
  2765. "email": "info@nuvole.org",
  2766. "role": "Maintainer"
  2767. },
  2768. {
  2769. "name": "pescetti",
  2770. "homepage": "https://www.drupal.org/user/436244"
  2771. }
  2772. ],
  2773. "description": "Configuration filter for importing and exporting extra config",
  2774. "homepage": "https://www.drupal.org/project/config_split",
  2775. "keywords": [
  2776. "Drupal",
  2777. "configuration",
  2778. "configuration management"
  2779. ],
  2780. "support": {
  2781. "source": "http://cgit.drupalcode.org/config_split",
  2782. "issues": "https://www.drupal.org/project/issues/config_split",
  2783. "irc": "irc://irc.freenode.org/drupal-contribute"
  2784. }
  2785. },
  2786. {
  2787. "name": "drupal/config_update",
  2788. "version": "1.6.0",
  2789. "source": {
  2790. "type": "git",
  2791. "url": "https://git.drupalcode.org/project/config_update.git",
  2792. "reference": "8.x-1.6"
  2793. },
  2794. "dist": {
  2795. "type": "zip",
  2796. "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.6.zip",
  2797. "reference": "8.x-1.6",
  2798. "shasum": "04bbd0fc440017fd0129dceae240a8bba409a450"
  2799. },
  2800. "require": {
  2801. "drupal/core": "*"
  2802. },
  2803. "type": "drupal-module",
  2804. "extra": {
  2805. "branch-alias": {
  2806. "dev-1.x": "1.x-dev"
  2807. },
  2808. "drupal": {
  2809. "version": "8.x-1.6",
  2810. "datestamp": "1545090480",
  2811. "security-coverage": {
  2812. "status": "covered",
  2813. "message": "Covered by Drupal's security advisory policy"
  2814. }
  2815. }
  2816. },
  2817. "notification-url": "https://packages.drupal.org/8/downloads",
  2818. "license": [
  2819. "GPL-2.0-or-later"
  2820. ],
  2821. "authors": [
  2822. {
  2823. "name": "jhodgdon",
  2824. "homepage": "https://www.drupal.org/user/155601"
  2825. },
  2826. {
  2827. "name": "nedjo",
  2828. "homepage": "https://www.drupal.org/user/4481"
  2829. }
  2830. ],
  2831. "description": "Provides basic revert and update functionality for other modules",
  2832. "homepage": "https://www.drupal.org/project/config_update",
  2833. "support": {
  2834. "source": "https://git.drupalcode.org/project/config_update"
  2835. }
  2836. },
  2837. {
  2838. "name": "drupal/console",
  2839. "version": "1.9.4",
  2840. "source": {
  2841. "type": "git",
  2842. "url": "https://github.com/hechoendrupal/drupal-console.git",
  2843. "reference": "04522b687b2149dc1f808599e716421a20d50a5b"
  2844. },
  2845. "dist": {
  2846. "type": "zip",
  2847. "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/04522b687b2149dc1f808599e716421a20d50a5b",
  2848. "reference": "04522b687b2149dc1f808599e716421a20d50a5b",
  2849. "shasum": ""
  2850. },
  2851. "require": {
  2852. "alchemy/zippy": "~0.4",
  2853. "composer/installers": "~1.0",
  2854. "doctrine/annotations": "^1.2",
  2855. "doctrine/collections": "^1.3",
  2856. "drupal/console-core": "1.9.4",
  2857. "drupal/console-extend-plugin": "~0",
  2858. "php": "^5.5.9 || ^7.0",
  2859. "psy/psysh": "0.6.* || ~0.8",
  2860. "symfony/css-selector": "~2.8|~3.0",
  2861. "symfony/dom-crawler": "~2.8|~3.0",
  2862. "symfony/http-foundation": "~2.8|~3.0"
  2863. },
  2864. "suggest": {
  2865. "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI",
  2866. "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically"
  2867. },
  2868. "bin": [
  2869. "bin/drupal"
  2870. ],
  2871. "type": "library",
  2872. "autoload": {
  2873. "psr-4": {
  2874. "Drupal\\Console\\": "src"
  2875. }
  2876. },
  2877. "notification-url": "https://packagist.org/downloads/",
  2878. "license": [
  2879. "GPL-2.0-or-later"
  2880. ],
  2881. "authors": [
  2882. {
  2883. "name": "David Flores",
  2884. "email": "dmousex@gmail.com",
  2885. "homepage": "http://dmouse.net"
  2886. },
  2887. {
  2888. "name": "Jesus Manuel Olivas",
  2889. "email": "jesus.olivas@gmail.com",
  2890. "homepage": "http://jmolivas.com"
  2891. },
  2892. {
  2893. "name": "Eduardo Garcia",
  2894. "email": "enzo@enzolutions.com",
  2895. "homepage": "http://enzolutions.com/"
  2896. },
  2897. {
  2898. "name": "Omar Aguirre",
  2899. "email": "omersguchigu@gmail.com"
  2900. },
  2901. {
  2902. "name": "Drupal Console Contributors",
  2903. "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
  2904. }
  2905. ],
  2906. "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
  2907. "homepage": "http://drupalconsole.com/",
  2908. "keywords": [
  2909. "console",
  2910. "development",
  2911. "drupal",
  2912. "symfony"
  2913. ],
  2914. "time": "2019-11-11T19:35:01+00:00"
  2915. },
  2916. {
  2917. "name": "drupal/console-core",
  2918. "version": "1.9.4",
  2919. "source": {
  2920. "type": "git",
  2921. "url": "https://github.com/hechoendrupal/drupal-console-core.git",
  2922. "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed"
  2923. },
  2924. "dist": {
  2925. "type": "zip",
  2926. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/cc6f50c6ac8199140224347c862df75fd2d2f5ed",
  2927. "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed",
  2928. "shasum": ""
  2929. },
  2930. "require": {
  2931. "dflydev/dot-access-configuration": "^1.0",
  2932. "drupal/console-en": "1.9.4",
  2933. "guzzlehttp/guzzle": "~6.1",
  2934. "php": "^5.5.9 || ^7.0",
  2935. "stecman/symfony-console-completion": "~0.7",
  2936. "symfony/config": "~2.8|~3.0",
  2937. "symfony/console": "~2.8|~3.0",
  2938. "symfony/debug": "~2.8|~3.0",
  2939. "symfony/dependency-injection": "~2.8|~3.0",
  2940. "symfony/event-dispatcher": "~2.8|~3.0",
  2941. "symfony/filesystem": "~2.8|~3.0",
  2942. "symfony/finder": "~2.8|~3.0",
  2943. "symfony/process": "~2.8|~3.0",
  2944. "symfony/translation": "~2.8|~3.0",
  2945. "symfony/yaml": "~2.8|~3.0",
  2946. "twig/twig": "^1.23.1",
  2947. "webflo/drupal-finder": "^1.0",
  2948. "webmozart/path-util": "^2.3"
  2949. },
  2950. "type": "library",
  2951. "autoload": {
  2952. "files": [
  2953. "src/functions.php"
  2954. ],
  2955. "psr-4": {
  2956. "Drupal\\Console\\Core\\": "src"
  2957. }
  2958. },
  2959. "notification-url": "https://packagist.org/downloads/",
  2960. "license": [
  2961. "GPL-2.0-or-later"
  2962. ],
  2963. "authors": [
  2964. {
  2965. "name": "David Flores",
  2966. "email": "dmousex@gmail.com",
  2967. "homepage": "http://dmouse.net"
  2968. },
  2969. {
  2970. "name": "Jesus Manuel Olivas",
  2971. "email": "jesus.olivas@gmail.com",
  2972. "homepage": "http://jmolivas.com"
  2973. },
  2974. {
  2975. "name": "Eduardo Garcia",
  2976. "email": "enzo@enzolutions.com",
  2977. "homepage": "http://enzolutions.com/"
  2978. },
  2979. {
  2980. "name": "Omar Aguirre",
  2981. "email": "omersguchigu@gmail.com"
  2982. },
  2983. {
  2984. "name": "Drupal Console Contributors",
  2985. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  2986. }
  2987. ],
  2988. "description": "Drupal Console Core",
  2989. "homepage": "http://drupalconsole.com/",
  2990. "keywords": [
  2991. "console",
  2992. "development",
  2993. "drupal",
  2994. "symfony"
  2995. ],
  2996. "time": "2019-11-11T19:26:28+00:00"
  2997. },
  2998. {
  2999. "name": "drupal/console-en",
  3000. "version": "1.9.4",
  3001. "source": {
  3002. "type": "git",
  3003. "url": "https://github.com/hechoendrupal/drupal-console-en.git",
  3004. "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d"
  3005. },
  3006. "dist": {
  3007. "type": "zip",
  3008. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/30813a832fdb1244e84cbcc012cd103d5e9d673d",
  3009. "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d",
  3010. "shasum": ""
  3011. },
  3012. "type": "library",
  3013. "notification-url": "https://packagist.org/downloads/",
  3014. "license": [
  3015. "GPL-2.0-or-later"
  3016. ],
  3017. "authors": [
  3018. {
  3019. "name": "David Flores",
  3020. "email": "dmousex@gmail.com",
  3021. "homepage": "http://dmouse.net"
  3022. },
  3023. {
  3024. "name": "Jesus Manuel Olivas",
  3025. "email": "jesus.olivas@gmail.com",
  3026. "homepage": "http://jmolivas.com"
  3027. },
  3028. {
  3029. "name": "Eduardo Garcia",
  3030. "email": "enzo@enzolutions.com",
  3031. "homepage": "http://enzolutions.com/"
  3032. },
  3033. {
  3034. "name": "Omar Aguirre",
  3035. "email": "omersguchigu@gmail.com"
  3036. },
  3037. {
  3038. "name": "Drupal Console Contributors",
  3039. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  3040. }
  3041. ],
  3042. "description": "Drupal Console English Language",
  3043. "homepage": "http://drupalconsole.com/",
  3044. "keywords": [
  3045. "console",
  3046. "development",
  3047. "drupal",
  3048. "symfony"
  3049. ],
  3050. "time": "2019-10-07T23:45:30+00:00"
  3051. },
  3052. {
  3053. "name": "drupal/console-extend-plugin",
  3054. "version": "0.9.3",
  3055. "source": {
  3056. "type": "git",
  3057. "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
  3058. "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342"
  3059. },
  3060. "dist": {
  3061. "type": "zip",
  3062. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/ad8e52df34b2e78bdacfffecc9fe8edf41843342",
  3063. "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342",
  3064. "shasum": ""
  3065. },
  3066. "require": {
  3067. "composer-plugin-api": "^1.0",
  3068. "composer/installers": "^1.2",
  3069. "symfony/finder": "~2.7|~3.0",
  3070. "symfony/yaml": "~2.7|~3.0"
  3071. },
  3072. "type": "composer-plugin",
  3073. "extra": {
  3074. "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
  3075. },
  3076. "autoload": {
  3077. "psr-4": {
  3078. "Drupal\\Console\\Composer\\Plugin\\": "src"
  3079. }
  3080. },
  3081. "notification-url": "https://packagist.org/downloads/",
  3082. "license": [
  3083. "GPL-2.0+"
  3084. ],
  3085. "authors": [
  3086. {
  3087. "name": "Jesus Manuel Olivas",
  3088. "email": "jesus.olivas@gmail.com"
  3089. }
  3090. ],
  3091. "description": "Drupal Console Extend Plugin",
  3092. "time": "2019-11-07T20:15:27+00:00"
  3093. },
  3094. {
  3095. "name": "drupal/core",
  3096. "version": "8.8.0",
  3097. "source": {
  3098. "type": "git",
  3099. "url": "https://github.com/drupal/core.git",
  3100. "reference": "c4890669449ccbab770818de9c9cb7a9f0ffc32e"
  3101. },
  3102. "dist": {
  3103. "type": "zip",
  3104. "url": "https://api.github.com/repos/drupal/core/zipball/c4890669449ccbab770818de9c9cb7a9f0ffc32e",
  3105. "reference": "c4890669449ccbab770818de9c9cb7a9f0ffc32e",
  3106. "shasum": ""
  3107. },
  3108. "require": {
  3109. "asm89/stack-cors": "^1.1",
  3110. "composer/semver": "^1.0",
  3111. "doctrine/annotations": "^1.4",
  3112. "doctrine/common": "^2.7",
  3113. "easyrdf/easyrdf": "^0.9",
  3114. "egulias/email-validator": "^2.0",
  3115. "ext-date": "*",
  3116. "ext-dom": "*",
  3117. "ext-filter": "*",
  3118. "ext-gd": "*",
  3119. "ext-hash": "*",
  3120. "ext-json": "*",
  3121. "ext-pcre": "*",
  3122. "ext-pdo": "*",
  3123. "ext-session": "*",
  3124. "ext-simplexml": "*",
  3125. "ext-spl": "*",
  3126. "ext-tokenizer": "*",
  3127. "ext-xml": "*",
  3128. "guzzlehttp/guzzle": "^6.3",
  3129. "masterminds/html5": "^2.1",
  3130. "pear/archive_tar": "^1.4.8",
  3131. "php": ">=7.0.8",
  3132. "stack/builder": "^1.0",
  3133. "symfony-cmf/routing": "^1.4",
  3134. "symfony/class-loader": "~3.4.0",
  3135. "symfony/console": "~3.4.0",
  3136. "symfony/dependency-injection": "~3.4.26",
  3137. "symfony/event-dispatcher": "~3.4.0",
  3138. "symfony/http-foundation": "~3.4.27",
  3139. "symfony/http-kernel": "~3.4.14",
  3140. "symfony/polyfill-iconv": "^1.0",
  3141. "symfony/process": "~3.4.0",
  3142. "symfony/psr-http-message-bridge": "^1.1.2",
  3143. "symfony/routing": "~3.4.0",
  3144. "symfony/serializer": "~3.4.0",
  3145. "symfony/translation": "~3.4.0",
  3146. "symfony/validator": "~3.4.0",
  3147. "symfony/yaml": "~3.4.5",
  3148. "twig/twig": "^1.38.2",
  3149. "typo3/phar-stream-wrapper": "^3.1.3",
  3150. "zendframework/zend-diactoros": "^1.8",
  3151. "zendframework/zend-feed": "^2.12"
  3152. },
  3153. "conflict": {
  3154. "drupal/pathauto": "<1.6",
  3155. "drush/drush": "<8.1.10"
  3156. },
  3157. "replace": {
  3158. "drupal/action": "self.version",
  3159. "drupal/aggregator": "self.version",
  3160. "drupal/automated_cron": "self.version",
  3161. "drupal/ban": "self.version",
  3162. "drupal/bartik": "self.version",
  3163. "drupal/basic_auth": "self.version",
  3164. "drupal/big_pipe": "self.version",
  3165. "drupal/block": "self.version",
  3166. "drupal/block_content": "self.version",
  3167. "drupal/block_place": "self.version",
  3168. "drupal/book": "self.version",
  3169. "drupal/breakpoint": "self.version",
  3170. "drupal/ckeditor": "self.version",
  3171. "drupal/claro": "self.version",
  3172. "drupal/classy": "self.version",
  3173. "drupal/color": "self.version",
  3174. "drupal/comment": "self.version",
  3175. "drupal/config": "self.version",
  3176. "drupal/config_translation": "self.version",
  3177. "drupal/contact": "self.version",
  3178. "drupal/content_moderation": "self.version",
  3179. "drupal/content_translation": "self.version",
  3180. "drupal/contextual": "self.version",
  3181. "drupal/core-annotation": "self.version",
  3182. "drupal/core-assertion": "self.version",
  3183. "drupal/core-bridge": "self.version",
  3184. "drupal/core-class-finder": "self.version",
  3185. "drupal/core-datetime": "self.version",
  3186. "drupal/core-dependency-injection": "self.version",
  3187. "drupal/core-diff": "self.version",
  3188. "drupal/core-discovery": "self.version",
  3189. "drupal/core-event-dispatcher": "self.version",
  3190. "drupal/core-file-cache": "self.version",
  3191. "drupal/core-file-security": "self.version",
  3192. "drupal/core-filesystem": "self.version",
  3193. "drupal/core-gettext": "self.version",
  3194. "drupal/core-graph": "self.version",
  3195. "drupal/core-http-foundation": "self.version",
  3196. "drupal/core-php-storage": "self.version",
  3197. "drupal/core-plugin": "self.version",
  3198. "drupal/core-proxy-builder": "self.version",
  3199. "drupal/core-render": "self.version",
  3200. "drupal/core-serialization": "self.version",
  3201. "drupal/core-transliteration": "self.version",
  3202. "drupal/core-utility": "self.version",
  3203. "drupal/core-uuid": "self.version",
  3204. "drupal/core-version": "self.version",
  3205. "drupal/datetime": "self.version",
  3206. "drupal/datetime_range": "self.version",
  3207. "drupal/dblog": "self.version",
  3208. "drupal/dynamic_page_cache": "self.version",
  3209. "drupal/editor": "self.version",
  3210. "drupal/entity_reference": "self.version",
  3211. "drupal/field": "self.version",
  3212. "drupal/field_layout": "self.version",
  3213. "drupal/field_ui": "self.version",
  3214. "drupal/file": "self.version",
  3215. "drupal/filter": "self.version",
  3216. "drupal/forum": "self.version",
  3217. "drupal/hal": "self.version",
  3218. "drupal/help": "self.version",
  3219. "drupal/help_topics": "self.version",
  3220. "drupal/history": "self.version",
  3221. "drupal/image": "self.version",
  3222. "drupal/inline_form_errors": "self.version",
  3223. "drupal/jsonapi": "self.version",
  3224. "drupal/language": "self.version",
  3225. "drupal/layout_builder": "self.version",
  3226. "drupal/layout_discovery": "self.version",
  3227. "drupal/link": "self.version",
  3228. "drupal/locale": "self.version",
  3229. "drupal/media": "self.version",
  3230. "drupal/media_library": "self.version",
  3231. "drupal/menu_link_content": "self.version",
  3232. "drupal/menu_ui": "self.version",
  3233. "drupal/migrate": "self.version",
  3234. "drupal/migrate_drupal": "self.version",
  3235. "drupal/migrate_drupal_multilingual": "self.version",
  3236. "drupal/migrate_drupal_ui": "self.version",
  3237. "drupal/minimal": "self.version",
  3238. "drupal/node": "self.version",
  3239. "drupal/options": "self.version",
  3240. "drupal/page_cache": "self.version",
  3241. "drupal/path": "self.version",
  3242. "drupal/path_alias": "self.version",
  3243. "drupal/quickedit": "self.version",
  3244. "drupal/rdf": "self.version",
  3245. "drupal/responsive_image": "self.version",
  3246. "drupal/rest": "self.version",
  3247. "drupal/search": "self.version",
  3248. "drupal/serialization": "self.version",
  3249. "drupal/settings_tray": "self.version",
  3250. "drupal/seven": "self.version",
  3251. "drupal/shortcut": "self.version",
  3252. "drupal/simpletest": "self.version",
  3253. "drupal/standard": "self.version",
  3254. "drupal/stark": "self.version",
  3255. "drupal/statistics": "self.version",
  3256. "drupal/syslog": "self.version",
  3257. "drupal/system": "self.version",
  3258. "drupal/taxonomy": "self.version",
  3259. "drupal/telephone": "self.version",
  3260. "drupal/text": "self.version",
  3261. "drupal/toolbar": "self.version",
  3262. "drupal/tour": "self.version",
  3263. "drupal/tracker": "self.version",
  3264. "drupal/update": "self.version",
  3265. "drupal/user": "self.version",
  3266. "drupal/views": "self.version",
  3267. "drupal/views_ui": "self.version",
  3268. "drupal/workflows": "self.version",
  3269. "drupal/workspaces": "self.version"
  3270. },
  3271. "type": "drupal-core",
  3272. "extra": {
  3273. "drupal-scaffold": {
  3274. "file-mapping": {
  3275. "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
  3276. "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
  3277. "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
  3278. "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
  3279. "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
  3280. "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
  3281. "[web-root]/.htaccess": "assets/scaffold/files/htaccess",
  3282. "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
  3283. "[web-root]/index.php": "assets/scaffold/files/index.php",
  3284. "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
  3285. "[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt",
  3286. "[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
  3287. "[web-root]/update.php": "assets/scaffold/files/update.php",
  3288. "[web-root]/web.config": "assets/scaffold/files/web.config",
  3289. "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
  3290. "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
  3291. "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
  3292. "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
  3293. "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
  3294. "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php",
  3295. "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
  3296. "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
  3297. "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt"
  3298. }
  3299. }
  3300. },
  3301. "autoload": {
  3302. "psr-4": {
  3303. "Drupal\\Core\\": "lib/Drupal/Core",
  3304. "Drupal\\Component\\": "lib/Drupal/Component",
  3305. "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
  3306. },
  3307. "classmap": [
  3308. "lib/Drupal.php",
  3309. "lib/Drupal/Component/Utility/Timer.php",
  3310. "lib/Drupal/Component/Utility/Unicode.php",
  3311. "lib/Drupal/Core/Database/Database.php",
  3312. "lib/Drupal/Core/DrupalKernel.php",
  3313. "lib/Drupal/Core/DrupalKernelInterface.php",
  3314. "lib/Drupal/Core/Site/Settings.php"
  3315. ]
  3316. },
  3317. "notification-url": "https://packagist.org/downloads/",
  3318. "license": [
  3319. "GPL-2.0-or-later"
  3320. ],
  3321. "description": "Drupal is an open source content management platform powering millions of websites and applications.",
  3322. "time": "2019-12-04T08:44:18+00:00"
  3323. },
  3324. {
  3325. "name": "drupal/crop",
  3326. "version": "1.5.0",
  3327. "source": {
  3328. "type": "git",
  3329. "url": "https://git.drupalcode.org/project/crop.git",
  3330. "reference": "8.x-1.5"
  3331. },
  3332. "dist": {
  3333. "type": "zip",
  3334. "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip",
  3335. "reference": "8.x-1.5",
  3336. "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d"
  3337. },
  3338. "require": {
  3339. "drupal/core": "*"
  3340. },
  3341. "type": "drupal-module",
  3342. "extra": {
  3343. "branch-alias": {
  3344. "dev-1.x": "1.x-dev"
  3345. },
  3346. "drupal": {
  3347. "version": "8.x-1.5",
  3348. "datestamp": "1516357085",
  3349. "security-coverage": {
  3350. "status": "covered",
  3351. "message": "Covered by Drupal's security advisory policy"
  3352. }
  3353. }
  3354. },
  3355. "notification-url": "https://packages.drupal.org/8/downloads",
  3356. "license": [
  3357. "GPL-2.0+"
  3358. ],
  3359. "authors": [
  3360. {
  3361. "name": "Drupal Media Team",
  3362. "homepage": "https://www.drupal.org/user/3260690"
  3363. },
  3364. {
  3365. "name": "phenaproxima",
  3366. "homepage": "https://www.drupal.org/user/205645"
  3367. },
  3368. {
  3369. "name": "slashrsm",
  3370. "homepage": "https://www.drupal.org/user/744628"
  3371. },
  3372. {
  3373. "name": "woprrr",
  3374. "homepage": "https://www.drupal.org/user/858604"
  3375. }
  3376. ],
  3377. "description": "Provides storage and API for image crops.",
  3378. "homepage": "https://www.drupal.org/project/crop",
  3379. "support": {
  3380. "source": "https://git.drupalcode.org/project/crop",
  3381. "issues": "https://www.drupal.org/project/issues/crop"
  3382. }
  3383. },
  3384. {
  3385. "name": "drupal/ctools",
  3386. "version": "3.2.0",
  3387. "source": {
  3388. "type": "git",
  3389. "url": "https://git.drupalcode.org/project/ctools.git",
  3390. "reference": "8.x-3.2"
  3391. },
  3392. "dist": {
  3393. "type": "zip",
  3394. "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip",
  3395. "reference": "8.x-3.2",
  3396. "shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091"
  3397. },
  3398. "require": {
  3399. "drupal/core": "^8.5"
  3400. },
  3401. "type": "drupal-module",
  3402. "extra": {
  3403. "branch-alias": {
  3404. "dev-3.x": "3.x-dev"
  3405. },
  3406. "drupal": {
  3407. "version": "8.x-3.2",
  3408. "datestamp": "1550728386",
  3409. "security-coverage": {
  3410. "status": "covered",
  3411. "message": "Covered by Drupal's security advisory policy"
  3412. }
  3413. }
  3414. },
  3415. "notification-url": "https://packages.drupal.org/8/downloads",
  3416. "license": [
  3417. "GPL-2.0+"
  3418. ],
  3419. "authors": [
  3420. {
  3421. "name": "Kris Vanderwater (EclipseGc)",
  3422. "homepage": "https://www.drupal.org/u/eclipsegc",
  3423. "role": "Maintainer"
  3424. },
  3425. {
  3426. "name": "Jakob Perry (japerry)",
  3427. "homepage": "https://www.drupal.org/u/japerry",
  3428. "role": "Maintainer"
  3429. },
  3430. {
  3431. "name": "Tim Plunkett (tim.plunkett)",
  3432. "homepage": "https://www.drupal.org/u/timplunkett",
  3433. "role": "Maintainer"
  3434. },
  3435. {
  3436. "name": "James Gilliland (neclimdul)",
  3437. "homepage": "https://www.drupal.org/u/neclimdul",
  3438. "role": "Maintainer"
  3439. },
  3440. {
  3441. "name": "Daniel Wehner (dawehner)",
  3442. "homepage": "https://www.drupal.org/u/dawehner",
  3443. "role": "Maintainer"
  3444. },
  3445. {
  3446. "name": "joelpittet",
  3447. "homepage": "https://www.drupal.org/user/160302"
  3448. },
  3449. {
  3450. "name": "merlinofchaos",
  3451. "homepage": "https://www.drupal.org/user/26979"
  3452. },
  3453. {
  3454. "name": "neclimdul",
  3455. "homepage": "https://www.drupal.org/user/48673"
  3456. },
  3457. {
  3458. "name": "sdboyer",
  3459. "homepage": "https://www.drupal.org/user/146719"
  3460. },
  3461. {
  3462. "name": "sun",
  3463. "homepage": "https://www.drupal.org/user/54136"
  3464. },
  3465. {
  3466. "name": "tim.plunkett",
  3467. "homepage": "https://www.drupal.org/user/241634"
  3468. }
  3469. ],
  3470. "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
  3471. "homepage": "https://www.drupal.org/project/ctools",
  3472. "support": {
  3473. "source": "http://cgit.drupalcode.org/ctools",
  3474. "issues": "https://www.drupal.org/project/issues/ctools"
  3475. }
  3476. },
  3477. {
  3478. "name": "drupal/devel",
  3479. "version": "1.2.0",
  3480. "source": {
  3481. "type": "git",
  3482. "url": "https://git.drupalcode.org/project/devel.git",
  3483. "reference": "8.x-1.2"
  3484. },
  3485. "dist": {
  3486. "type": "zip",
  3487. "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
  3488. "reference": "8.x-1.2",
  3489. "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
  3490. },
  3491. "require": {
  3492. "drupal/core": "~8.0"
  3493. },
  3494. "suggest": {
  3495. "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
  3496. },
  3497. "type": "drupal-module",
  3498. "extra": {
  3499. "branch-alias": {
  3500. "dev-1.x": "1.x-dev"
  3501. },
  3502. "drupal": {
  3503. "version": "8.x-1.2",
  3504. "datestamp": "1507197844",
  3505. "security-coverage": {
  3506. "status": "covered",
  3507. "message": "Covered by Drupal's security advisory policy"
  3508. }
  3509. }
  3510. },
  3511. "notification-url": "https://packages.drupal.org/8/downloads",
  3512. "license": [
  3513. "GPL-2.0+"
  3514. ],
  3515. "authors": [
  3516. {
  3517. "name": "Moshe Weitzman",
  3518. "homepage": "https://github.com/weitzman",
  3519. "email": "weitzman@tejasa.com",
  3520. "role": "Maintainer"
  3521. },
  3522. {
  3523. "name": "Hans Salvisberg",
  3524. "homepage": "https://www.drupal.org/u/salvis",
  3525. "email": "drupal@salvisberg.com",
  3526. "role": "Maintainer"
  3527. },
  3528. {
  3529. "name": "Luca Lusso",
  3530. "homepage": "https://www.drupal.org/u/lussoluca",
  3531. "role": "Maintainer"
  3532. },
  3533. {
  3534. "name": "Marco (willzyx)",
  3535. "homepage": "https://www.drupal.org/u/willzyx",
  3536. "role": "Maintainer"
  3537. },
  3538. {
  3539. "name": "See contributors",
  3540. "homepage": "https://www.drupal.org/node/3236/committers"
  3541. },
  3542. {
  3543. "name": "pcambra",
  3544. "homepage": "https://www.drupal.org/user/122101"
  3545. },
  3546. {
  3547. "name": "salvis",
  3548. "homepage": "https://www.drupal.org/user/82964"
  3549. },
  3550. {
  3551. "name": "willzyx",
  3552. "homepage": "https://www.drupal.org/user/1043862"
  3553. }
  3554. ],
  3555. "description": "Various blocks, pages, and functions for developers.",
  3556. "homepage": "http://drupal.org/project/devel",
  3557. "support": {
  3558. "source": "http://cgit.drupalcode.org/devel",
  3559. "issues": "http://drupal.org/project/devel",
  3560. "irc": "irc://irc.freenode.org/drupal-contribute"
  3561. }
  3562. },
  3563. {
  3564. "name": "drupal/entity_reference_revisions",
  3565. "version": "1.7.0",
  3566. "source": {
  3567. "type": "git",
  3568. "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
  3569. "reference": "8.x-1.7"
  3570. },
  3571. "dist": {
  3572. "type": "zip",
  3573. "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.7.zip",
  3574. "reference": "8.x-1.7",
  3575. "shasum": "4e3b849b0d984cd3c0a4330c9aa4cb16bf1f79f6"
  3576. },
  3577. "require": {
  3578. "drupal/core": "~8.0"
  3579. },
  3580. "require-dev": {
  3581. "drupal/diff": "*"
  3582. },
  3583. "type": "drupal-module",
  3584. "extra": {
  3585. "branch-alias": {
  3586. "dev-1.x": "1.x-dev"
  3587. },
  3588. "drupal": {
  3589. "version": "8.x-1.7",
  3590. "datestamp": "1570284187",
  3591. "security-coverage": {
  3592. "status": "covered",
  3593. "message": "Covered by Drupal's security advisory policy"
  3594. }
  3595. }
  3596. },
  3597. "notification-url": "https://packages.drupal.org/8/downloads",
  3598. "license": [
  3599. "GPL-2.0-or-later"
  3600. ],
  3601. "authors": [
  3602. {
  3603. "name": "Berdir",
  3604. "homepage": "https://www.drupal.org/user/214652"
  3605. },
  3606. {
  3607. "name": "Frans",
  3608. "homepage": "https://www.drupal.org/user/514222"
  3609. },
  3610. {
  3611. "name": "jeroen.b",
  3612. "homepage": "https://www.drupal.org/user/1853532"
  3613. },
  3614. {
  3615. "name": "miro_dietiker",
  3616. "homepage": "https://www.drupal.org/user/227761"
  3617. }
  3618. ],
  3619. "description": "Adds a Entity Reference field type with revision support.",
  3620. "homepage": "https://www.drupal.org/project/entity_reference_revisions",
  3621. "support": {
  3622. "source": "https://git.drupalcode.org/project/entity_reference_revisions"
  3623. }
  3624. },
  3625. {
  3626. "name": "drupal/field_group",
  3627. "version": "1.0.0",
  3628. "source": {
  3629. "type": "git",
  3630. "url": "https://git.drupalcode.org/project/field_group.git",
  3631. "reference": "8.x-1.0"
  3632. },
  3633. "dist": {
  3634. "type": "zip",
  3635. "url": "https://ftp.drupal.org/files/projects/field_group-8.x-1.0.zip",
  3636. "reference": "8.x-1.0",
  3637. "shasum": "e8aa3fae5c3c5dec84644bb577996938d638a611"
  3638. },
  3639. "require": {
  3640. "drupal/core": "*"
  3641. },
  3642. "type": "drupal-module",
  3643. "extra": {
  3644. "branch-alias": {
  3645. "dev-1.x": "1.x-dev"
  3646. },
  3647. "drupal": {
  3648. "version": "8.x-1.0",
  3649. "datestamp": "1510352885",
  3650. "security-coverage": {
  3651. "status": "covered",
  3652. "message": "Covered by Drupal's security advisory policy"
  3653. }
  3654. }
  3655. },
  3656. "notification-url": "https://packages.drupal.org/8/downloads",
  3657. "license": [
  3658. "GPL-2.0+"
  3659. ],
  3660. "authors": [
  3661. {
  3662. "name": "Hydra",
  3663. "homepage": "https://www.drupal.org/user/647364"
  3664. },
  3665. {
  3666. "name": "Stalski",
  3667. "homepage": "https://www.drupal.org/user/322618"
  3668. },
  3669. {
  3670. "name": "jyve",
  3671. "homepage": "https://www.drupal.org/user/591438"
  3672. },
  3673. {
  3674. "name": "swentel",
  3675. "homepage": "https://www.drupal.org/user/107403"
  3676. },
  3677. {
  3678. "name": "zuuperman",
  3679. "homepage": "https://www.drupal.org/user/361625"
  3680. }
  3681. ],
  3682. "description": "Provides the field_group module.",
  3683. "homepage": "https://www.drupal.org/project/field_group",
  3684. "support": {
  3685. "source": "https://git.drupalcode.org/project/field_group"
  3686. }
  3687. },
  3688. {
  3689. "name": "drupal/focal_point",
  3690. "version": "1.2.0",
  3691. "source": {
  3692. "type": "git",
  3693. "url": "https://git.drupalcode.org/project/focal_point.git",
  3694. "reference": "8.x-1.2"
  3695. },
  3696. "dist": {
  3697. "type": "zip",
  3698. "url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.2.zip",
  3699. "reference": "8.x-1.2",
  3700. "shasum": "b274a5f4484ce99dece492dc7ae7149b34982244"
  3701. },
  3702. "require": {
  3703. "drupal/core": "*",
  3704. "drupal/crop": "*"
  3705. },
  3706. "require-dev": {
  3707. "drupal/crop": "*"
  3708. },
  3709. "type": "drupal-module",
  3710. "extra": {
  3711. "branch-alias": {
  3712. "dev-1.x": "1.x-dev"
  3713. },
  3714. "drupal": {
  3715. "version": "8.x-1.2",
  3716. "datestamp": "1569333485",
  3717. "security-coverage": {
  3718. "status": "covered",
  3719. "message": "Covered by Drupal's security advisory policy"
  3720. }
  3721. }
  3722. },
  3723. "notification-url": "https://packages.drupal.org/8/downloads",
  3724. "license": [
  3725. "GPL-2.0-or-later"
  3726. ],
  3727. "authors": [
  3728. {
  3729. "name": "bleen",
  3730. "homepage": "https://www.drupal.org/user/77375"
  3731. }
  3732. ],
  3733. "description": "Allows users to specify the focal point of an image for use during cropping.",
  3734. "homepage": "https://www.drupal.org/project/focal_point",
  3735. "support": {
  3736. "source": "https://git.drupalcode.org/project/focal_point"
  3737. }
  3738. },
  3739. {
  3740. "name": "drupal/imageapi_optimize",
  3741. "version": "2.0.0-alpha4",
  3742. "source": {
  3743. "type": "git",
  3744. "url": "https://git.drupalcode.org/project/imageapi_optimize.git",
  3745. "reference": "8.x-2.0-alpha4"
  3746. },
  3747. "dist": {
  3748. "type": "zip",
  3749. "url": "https://ftp.drupal.org/files/projects/imageapi_optimize-8.x-2.0-alpha4.zip",
  3750. "reference": "8.x-2.0-alpha4",
  3751. "shasum": "2e5525f8b1f58b9ef505fece615beae256c62b0c"
  3752. },
  3753. "require": {
  3754. "drupal/core": "^8.2"
  3755. },
  3756. "type": "drupal-module",
  3757. "extra": {
  3758. "branch-alias": {
  3759. "dev-2.x": "2.x-dev"
  3760. },
  3761. "drupal": {
  3762. "version": "8.x-2.0-alpha4",
  3763. "datestamp": "1535477197",
  3764. "security-coverage": {
  3765. "status": "not-covered",
  3766. "message": "Alpha releases are not covered by Drupal security advisories."
  3767. }
  3768. }
  3769. },
  3770. "notification-url": "https://packages.drupal.org/8/downloads",
  3771. "license": [
  3772. "GPL-2.0-or-later"
  3773. ],
  3774. "authors": [
  3775. {
  3776. "name": "Deciphered",
  3777. "homepage": "https://www.drupal.org/user/103796"
  3778. },
  3779. {
  3780. "name": "Steven Jones",
  3781. "homepage": "https://www.drupal.org/user/99644"
  3782. },
  3783. {
  3784. "name": "jcisio",
  3785. "homepage": "https://www.drupal.org/user/210762"
  3786. }
  3787. ],
  3788. "description": "Define pipelines for image optimization and provide integration with core image styles.",
  3789. "homepage": "https://www.drupal.org/project/imageapi_optimize",
  3790. "support": {
  3791. "source": "https://git.drupalcode.org/project/imageapi_optimize"
  3792. }
  3793. },
  3794. {
  3795. "name": "drupal/inline_entity_form",
  3796. "version": "1.0.0-rc2",
  3797. "source": {
  3798. "type": "git",
  3799. "url": "https://git.drupalcode.org/project/inline_entity_form.git",
  3800. "reference": "8.x-1.0-rc2"
  3801. },
  3802. "dist": {
  3803. "type": "zip",
  3804. "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc2.zip",
  3805. "reference": "8.x-1.0-rc2",
  3806. "shasum": "f56c071ef499c20f0b1d63fa1ea30f06248ee0a4"
  3807. },
  3808. "require": {
  3809. "drupal/core": "^8.5"
  3810. },
  3811. "require-dev": {
  3812. "drupal/entity_reference_revisions": "*"
  3813. },
  3814. "type": "drupal-module",
  3815. "extra": {
  3816. "branch-alias": {
  3817. "dev-1.x": "1.x-dev"
  3818. },
  3819. "drupal": {
  3820. "version": "8.x-1.0-rc2",
  3821. "datestamp": "1568446684",
  3822. "security-coverage": {
  3823. "status": "not-covered",
  3824. "message": "RC releases are not covered by Drupal security advisories."
  3825. }
  3826. }
  3827. },
  3828. "notification-url": "https://packages.drupal.org/8/downloads",
  3829. "license": [
  3830. "GPL-2.0+"
  3831. ],
  3832. "authors": [
  3833. {
  3834. "name": "bojanz",
  3835. "homepage": "https://www.drupal.org/user/86106"
  3836. },
  3837. {
  3838. "name": "dawehner",
  3839. "homepage": "https://www.drupal.org/user/99340"
  3840. },
  3841. {
  3842. "name": "joachim",
  3843. "homepage": "https://www.drupal.org/user/107701"
  3844. },
  3845. {
  3846. "name": "kaythay",
  3847. "homepage": "https://www.drupal.org/user/2182186"
  3848. },
  3849. {
  3850. "name": "rszrama",
  3851. "homepage": "https://www.drupal.org/user/49344"
  3852. },
  3853. {
  3854. "name": "slashrsm",
  3855. "homepage": "https://www.drupal.org/user/744628"
  3856. },
  3857. {
  3858. "name": "webflo",
  3859. "homepage": "https://www.drupal.org/user/254778"
  3860. }
  3861. ],
  3862. "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
  3863. "homepage": "https://www.drupal.org/project/inline_entity_form",
  3864. "support": {
  3865. "source": "https://git.drupalcode.org/project/inline_entity_form"
  3866. }
  3867. },
  3868. {
  3869. "name": "drupal/koality_theme_generator",
  3870. "version": "dev-1.x",
  3871. "source": {
  3872. "type": "git",
  3873. "url": "https://git.drupalcode.org/project/koality_theme_generator.git",
  3874. "reference": "71bfe9023f23a192f8a9320c6d6293ee9258d54e"
  3875. },
  3876. "require": {
  3877. "drupal/components": "^1.1",
  3878. "drupal/console": "^1.0.2",
  3879. "drupal/core": "~8.0",
  3880. "webflo/drupal-finder": "^1.0.0"
  3881. },
  3882. "type": "drupal-module",
  3883. "extra": {
  3884. "branch-alias": {
  3885. "dev-1.x": "1.x-dev"
  3886. },
  3887. "drupal": {
  3888. "version": "8.x-1.x-dev",
  3889. "datestamp": "1574024286",
  3890. "security-coverage": {
  3891. "status": "not-covered",
  3892. "message": "Project has not opted into security advisory coverage!"
  3893. }
  3894. }
  3895. },
  3896. "notification-url": "https://packages.drupal.org/8/downloads",
  3897. "license": [
  3898. "GPL-2.0+"
  3899. ],
  3900. "authors": [
  3901. {
  3902. "name": "Josh Fabean",
  3903. "homepage": "https://www.drupal.org/u/josh.fabean",
  3904. "role": "Maintainer"
  3905. }
  3906. ],
  3907. "description": "Provides Drupal Console Generator to build a theme with some opinionated defaults.",
  3908. "homepage": "https://www.drupal.org/project/koality_theme_generator",
  3909. "support": {
  3910. "source": "https://git.drupalcode.org/projectkoality_theme_generator",
  3911. "issues": "https://www.drupal.org/project/issues/koality_theme_generator"
  3912. },
  3913. "time": "2019-11-17T21:12:39+00:00"
  3914. },
  3915. {
  3916. "name": "drupal/layout_builder_restrictions",
  3917. "version": "2.3.0",
  3918. "source": {
  3919. "type": "git",
  3920. "url": "https://git.drupalcode.org/project/layout_builder_restrictions.git",
  3921. "reference": "8.x-2.3"
  3922. },
  3923. "dist": {
  3924. "type": "zip",
  3925. "url": "https://ftp.drupal.org/files/projects/layout_builder_restrictions-8.x-2.3.zip",
  3926. "reference": "8.x-2.3",
  3927. "shasum": "4117113b236226f0d1c94df7d8e56e78b955534b"
  3928. },
  3929. "require": {
  3930. "drupal/core": "^8.5.0-rc1"
  3931. },
  3932. "require-dev": {
  3933. "drupal/layout_library": "*"
  3934. },
  3935. "type": "drupal-module",
  3936. "extra": {
  3937. "branch-alias": {
  3938. "dev-2.x": "2.x-dev"
  3939. },
  3940. "drupal": {
  3941. "version": "8.x-2.3",
  3942. "datestamp": "1573836185",
  3943. "security-coverage": {
  3944. "status": "covered",
  3945. "message": "Covered by Drupal's security advisory policy"
  3946. }
  3947. }
  3948. },
  3949. "notification-url": "https://packages.drupal.org/8/downloads",
  3950. "license": [
  3951. "GPL-2.0-or-later"
  3952. ],
  3953. "authors": [
  3954. {
  3955. "name": "eiriksm",
  3956. "homepage": "https://www.drupal.org/user/1014468"
  3957. },
  3958. {
  3959. "name": "mark_fullmer",
  3960. "homepage": "https://www.drupal.org/user/2612816"
  3961. },
  3962. {
  3963. "name": "twfahey",
  3964. "homepage": "https://www.drupal.org/user/3403722"
  3965. }
  3966. ],
  3967. "description": "Manage which fields & layouts are available in Layout Builder",
  3968. "homepage": "https://www.drupal.org/project/layout_builder_restrictions",
  3969. "support": {
  3970. "source": "https://git.drupalcode.org/project/layout_builder_restrictions"
  3971. }
  3972. },
  3973. {
  3974. "name": "drupal/layout_builder_st",
  3975. "version": "1.0.0-alpha1",
  3976. "source": {
  3977. "type": "git",
  3978. "url": "https://git.drupalcode.org/project/layout_builder_st.git",
  3979. "reference": "8.x-1.0-alpha1"
  3980. },
  3981. "dist": {
  3982. "type": "zip",
  3983. "url": "https://ftp.drupal.org/files/projects/layout_builder_st-8.x-1.0-alpha1.zip",
  3984. "reference": "8.x-1.0-alpha1",
  3985. "shasum": "7f570fa7d8404518bf9519817e5c4f8042bae6ad"
  3986. },
  3987. "require": {
  3988. "drupal/core": "^8.7"
  3989. },
  3990. "type": "drupal-module",
  3991. "extra": {
  3992. "branch-alias": {
  3993. "dev-1.x": "1.x-dev"
  3994. },
  3995. "drupal": {
  3996. "version": "8.x-1.0-alpha1",
  3997. "datestamp": "1560544385",
  3998. "security-coverage": {
  3999. "status": "not-covered",
  4000. "message": "Project has not opted into security advisory coverage!"
  4001. }
  4002. }
  4003. },
  4004. "notification-url": "https://packages.drupal.org/8/downloads",
  4005. "license": [
  4006. "GPL-2.0-or-later"
  4007. ],
  4008. "authors": [
  4009. {
  4010. "name": "phenaproxima",
  4011. "homepage": "https://www.drupal.org/user/205645"
  4012. },
  4013. {
  4014. "name": "tedbow",
  4015. "homepage": "https://www.drupal.org/user/240860"
  4016. },
  4017. {
  4018. "name": "tim.plunkett",
  4019. "homepage": "https://www.drupal.org/user/241634"
  4020. }
  4021. ],
  4022. "description": "Allows translating Layout overrides",
  4023. "homepage": "https://www.drupal.org/project/layout_builder_st",
  4024. "support": {
  4025. "source": "https://git.drupalcode.org/project/layout_builder_st"
  4026. }
  4027. },
  4028. {
  4029. "name": "drupal/linkit",
  4030. "version": "4.3.0",
  4031. "source": {
  4032. "type": "git",
  4033. "url": "https://git.drupalcode.org/project/linkit.git",
  4034. "reference": "8.x-4.3"
  4035. },
  4036. "dist": {
  4037. "type": "zip",
  4038. "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
  4039. "reference": "8.x-4.3",
  4040. "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
  4041. },
  4042. "require": {
  4043. "drupal/core": "~8.0"
  4044. },
  4045. "type": "drupal-module",
  4046. "extra": {
  4047. "branch-alias": {
  4048. "dev-4.x": "4.x-dev"
  4049. },
  4050. "drupal": {
  4051. "version": "8.x-4.3",
  4052. "datestamp": "1490205830",
  4053. "security-coverage": {
  4054. "status": "covered",
  4055. "message": "Covered by Drupal's security advisory policy"
  4056. }
  4057. }
  4058. },
  4059. "notification-url": "https://packages.drupal.org/8/downloads",
  4060. "license": [
  4061. "GPL-2.0+"
  4062. ],
  4063. "authors": [
  4064. {
  4065. "name": "Emil Stjerneman",
  4066. "homepage": "https://stjerneman.com",
  4067. "email": "emil@stjerneman.com",
  4068. "role": "Maintainer"
  4069. }
  4070. ],
  4071. "description": "Linkit - Enriched linking experience",
  4072. "homepage": "http://drupal.org/project/linkit",
  4073. "support": {
  4074. "source": "http://cgit.drupalcode.org/linkit",
  4075. "issues": "http://drupal.org/project/linkit"
  4076. }
  4077. },
  4078. {
  4079. "name": "drupal/masquerade",
  4080. "version": "2.0.0-beta2",
  4081. "source": {
  4082. "type": "git",
  4083. "url": "https://git.drupalcode.org/project/masquerade.git",
  4084. "reference": "8.x-2.0-beta2"
  4085. },
  4086. "dist": {
  4087. "type": "zip",
  4088. "url": "https://ftp.drupal.org/files/projects/masquerade-8.x-2.0-beta2.zip",
  4089. "reference": "8.x-2.0-beta2",
  4090. "shasum": "a9fc1a54636f131d1e344113ce4c80a6c27bc8aa"
  4091. },
  4092. "require": {
  4093. "drupal/core": "*"
  4094. },
  4095. "type": "drupal-module",
  4096. "extra": {
  4097. "branch-alias": {
  4098. "dev-2.x": "2.x-dev"
  4099. },
  4100. "drupal": {
  4101. "version": "8.x-2.0-beta2",
  4102. "datestamp": "1521762446",
  4103. "security-coverage": {
  4104. "status": "not-covered",
  4105. "message": "Project has not opted into security advisory coverage!"
  4106. }
  4107. }
  4108. },
  4109. "notification-url": "https://packages.drupal.org/8/downloads",
  4110. "license": [
  4111. "GPL-2.0+"
  4112. ],
  4113. "authors": [
  4114. {
  4115. "name": "Andrey Postnikov (andypost)",
  4116. "homepage": "https://www.drupal.org/u/andypost",
  4117. "role": "Maintainer"
  4118. },
  4119. {
  4120. "name": "David Norman (deekayen)",
  4121. "homepage": "https://www.drupal.org/u/deekayen",
  4122. "role": "Maintainer"
  4123. },
  4124. {
  4125. "name": "Mark Shropshire (shrop)",
  4126. "homepage": "https://www.drupal.org/u/shrop",
  4127. "role": "Maintainer"
  4128. },
  4129. {
  4130. "name": "Daniel Kudwien (sun)",
  4131. "homepage": "https://www.drupal.org/u/sun",
  4132. "role": "Maintainer"
  4133. },
  4134. {
  4135. "name": "Andrew Berry (deviantintegral)",
  4136. "homepage": "https://www.drupal.org/u/deviantintegral",
  4137. "role": "Maintainer"
  4138. },
  4139. {
  4140. "name": "sun",
  4141. "homepage": "https://www.drupal.org/user/54136"
  4142. }
  4143. ],
  4144. "description": "Allows privileged users to masquerade as another user.",
  4145. "homepage": "https://www.drupal.org/project/masquerade",
  4146. "support": {
  4147. "source": "https://git.drupal.org/project/masquerade.git",
  4148. "issues": "https://www.drupal.org/project/issues/masquerade",
  4149. "irc": "irc://irc.freenode.org/drupal-contribute"
  4150. }
  4151. },
  4152. {
  4153. "name": "drupal/menu_link_attributes",
  4154. "version": "1.0.0",
  4155. "source": {
  4156. "type": "git",
  4157. "url": "https://git.drupalcode.org/project/menu_link_attributes.git",
  4158. "reference": "8.x-1.0"
  4159. },
  4160. "dist": {
  4161. "type": "zip",
  4162. "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0.zip",
  4163. "reference": "8.x-1.0",
  4164. "shasum": "6386cc2fcd7ae0d17d2a82d690866028b132055c"
  4165. },
  4166. "require": {
  4167. "drupal/core": "*"
  4168. },
  4169. "type": "drupal-module",
  4170. "extra": {
  4171. "branch-alias": {
  4172. "dev-1.x": "1.x-dev"
  4173. },
  4174. "drupal": {
  4175. "version": "8.x-1.0",
  4176. "datestamp": "1507195827",
  4177. "security-coverage": {
  4178. "status": "covered",
  4179. "message": "Covered by Drupal's security advisory policy"
  4180. }
  4181. }
  4182. },
  4183. "notification-url": "https://packages.drupal.org/8/downloads",
  4184. "license": [
  4185. "GPL-2.0+"
  4186. ],
  4187. "authors": [
  4188. {
  4189. "name": "yannickoo",
  4190. "homepage": "https://www.drupal.org/user/531118"
  4191. }
  4192. ],
  4193. "description": "Allows you to add attributes to menu links.",
  4194. "homepage": "http://drupal.org/project/menu_link_attributes",
  4195. "keywords": [
  4196. "Drupal"
  4197. ],
  4198. "support": {
  4199. "source": "http://cgit.drupalcode.org/menu_link_attributes",
  4200. "issues": "http://drupal.org/project/issues/menu_link_attributes"
  4201. }
  4202. },
  4203. {
  4204. "name": "drupal/metatag",
  4205. "version": "1.10.0",
  4206. "source": {
  4207. "type": "git",
  4208. "url": "https://git.drupalcode.org/project/metatag.git",
  4209. "reference": "8.x-1.10"
  4210. },
  4211. "dist": {
  4212. "type": "zip",
  4213. "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.10.zip",
  4214. "reference": "8.x-1.10",
  4215. "shasum": "06275ae0f72cfcdbec8b8e8fd5d0863a5967bbcc"
  4216. },
  4217. "require": {
  4218. "drupal/core": "*",
  4219. "drupal/token": "^1.0"
  4220. },
  4221. "require-dev": {
  4222. "drupal/devel": "^2.0",
  4223. "drupal/metatag_dc": "*",
  4224. "drupal/metatag_open_graph": "*",
  4225. "drupal/page_manager": "^4.0",
  4226. "drupal/redirect": "^1.0",
  4227. "drupal/restui": "^1.0",
  4228. "drupal/schema_metatag": "^1.0",
  4229. "drupal/schema_web_page": "*"
  4230. },
  4231. "type": "drupal-module",
  4232. "extra": {
  4233. "branch-alias": {
  4234. "dev-1.x": "1.x-dev"
  4235. },
  4236. "drupal": {
  4237. "version": "8.x-1.10",
  4238. "datestamp": "1567099985",
  4239. "security-coverage": {
  4240. "status": "covered",
  4241. "message": "Covered by Drupal's security advisory policy"
  4242. }
  4243. }
  4244. },
  4245. "notification-url": "https://packages.drupal.org/8/downloads",
  4246. "license": [
  4247. "GPL-2.0+"
  4248. ],
  4249. "authors": [
  4250. {
  4251. "name": "See contributors",
  4252. "homepage": "https://www.drupal.org/node/640498/committers",
  4253. "role": "Developer"
  4254. },
  4255. {
  4256. "name": "Dave Reid",
  4257. "homepage": "https://www.drupal.org/user/53892"
  4258. }
  4259. ],
  4260. "description": "Manage meta tags for all entities.",
  4261. "homepage": "https://www.drupal.org/project/metatag",
  4262. "keywords": [
  4263. "Drupal",
  4264. "seo"
  4265. ],
  4266. "support": {
  4267. "source": "http://cgit.drupalcode.org/metatag",
  4268. "issues": "http://drupal.org/project/issues/metatag"
  4269. }
  4270. },
  4271. {
  4272. "name": "drupal/module_filter",
  4273. "version": "3.1.0",
  4274. "source": {
  4275. "type": "git",
  4276. "url": "https://git.drupalcode.org/project/module_filter.git",
  4277. "reference": "8.x-3.1"
  4278. },
  4279. "dist": {
  4280. "type": "zip",
  4281. "url": "https://ftp.drupal.org/files/projects/module_filter-8.x-3.1.zip",
  4282. "reference": "8.x-3.1",
  4283. "shasum": "39d627ce60280ae54bcf9beae217b85cce1969e4"
  4284. },
  4285. "require": {
  4286. "drupal/core": "~8.0"
  4287. },
  4288. "type": "drupal-module",
  4289. "extra": {
  4290. "branch-alias": {
  4291. "dev-3.x": "3.x-dev"
  4292. },
  4293. "drupal": {
  4294. "version": "8.x-3.1",
  4295. "datestamp": "1507650844",
  4296. "security-coverage": {
  4297. "status": "covered",
  4298. "message": "Covered by Drupal's security advisory policy"
  4299. }
  4300. }
  4301. },
  4302. "notification-url": "https://packages.drupal.org/8/downloads",
  4303. "license": [
  4304. "GPL-2.0-or-later"
  4305. ],
  4306. "authors": [
  4307. {
  4308. "name": "greenSkin",
  4309. "homepage": "https://www.drupal.org/user/173855"
  4310. },
  4311. {
  4312. "name": "realityloop",
  4313. "homepage": "https://www.drupal.org/user/139189"
  4314. },
  4315. {
  4316. "name": "shumushin",
  4317. "homepage": "https://www.drupal.org/user/22093"
  4318. }
  4319. ],
  4320. "description": "Filter the modules list.",
  4321. "homepage": "https://www.drupal.org/project/module_filter",
  4322. "support": {
  4323. "source": "https://git.drupalcode.org/project/module_filter"
  4324. }
  4325. },
  4326. {
  4327. "name": "drupal/paragraphs",
  4328. "version": "1.10.0",
  4329. "source": {
  4330. "type": "git",
  4331. "url": "https://git.drupalcode.org/project/paragraphs.git",
  4332. "reference": "8.x-1.10"
  4333. },
  4334. "dist": {
  4335. "type": "zip",
  4336. "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.10.zip",
  4337. "reference": "8.x-1.10",
  4338. "shasum": "12f96d90940df1c870bbe4cb97a8260169045911"
  4339. },
  4340. "require": {
  4341. "drupal/core": "~8",
  4342. "drupal/entity_reference_revisions": "~1.3"
  4343. },
  4344. "require-dev": {
  4345. "drupal/block_field": "~1.0",
  4346. "drupal/ctools": "3.x-dev",
  4347. "drupal/diff": "~1.0",
  4348. "drupal/entity_browser": "2.x-dev",
  4349. "drupal/entity_usage": "2.x-dev",
  4350. "drupal/field_group": "3.x-dev",
  4351. "drupal/inline_entity_form": "~1.0",
  4352. "drupal/paragraphs-paragraphs_library": "*",
  4353. "drupal/replicate": "~1.0",
  4354. "drupal/search_api": "~1.0",
  4355. "drupal/search_api_db": "*"
  4356. },
  4357. "suggest": {
  4358. "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
  4359. },
  4360. "type": "drupal-module",
  4361. "extra": {
  4362. "branch-alias": {
  4363. "dev-1.x": "1.x-dev"
  4364. },
  4365. "drupal": {
  4366. "version": "8.x-1.10",
  4367. "datestamp": "1572617586",
  4368. "security-coverage": {
  4369. "status": "covered",
  4370. "message": "Covered by Drupal's security advisory policy"
  4371. }
  4372. }
  4373. },
  4374. "notification-url": "https://packages.drupal.org/8/downloads",
  4375. "license": [
  4376. "GPL-2.0"
  4377. ],
  4378. "authors": [
  4379. {
  4380. "name": "Berdir",
  4381. "homepage": "https://www.drupal.org/user/214652"
  4382. },
  4383. {
  4384. "name": "Frans",
  4385. "homepage": "https://www.drupal.org/user/514222"
  4386. },
  4387. {
  4388. "name": "Primsi",
  4389. "homepage": "https://www.drupal.org/user/282629"
  4390. },
  4391. {
  4392. "name": "jeroen.b",
  4393. "homepage": "https://www.drupal.org/user/1853532"
  4394. },
  4395. {
  4396. "name": "jstoller",
  4397. "homepage": "https://www.drupal.org/user/99012"
  4398. },
  4399. {
  4400. "name": "miro_dietiker",
  4401. "homepage": "https://www.drupal.org/user/227761"
  4402. }
  4403. ],
  4404. "description": "Enables the creation of Paragraphs entities.",
  4405. "homepage": "https://www.drupal.org/project/paragraphs",
  4406. "support": {
  4407. "source": "https://git.drupalcode.org/project/paragraphs"
  4408. }
  4409. },
  4410. {
  4411. "name": "drupal/pathauto",
  4412. "version": "1.6.0",
  4413. "source": {
  4414. "type": "git",
  4415. "url": "https://git.drupalcode.org/project/pathauto.git",
  4416. "reference": "8.x-1.6"
  4417. },
  4418. "dist": {
  4419. "type": "zip",
  4420. "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.zip",
  4421. "reference": "8.x-1.6",
  4422. "shasum": "eb976ae110d73c06fafb1b657adb967dd2cb8246"
  4423. },
  4424. "require": {
  4425. "drupal/core": "^8.6",
  4426. "drupal/ctools": "*",
  4427. "drupal/token": "*"
  4428. },
  4429. "type": "drupal-module",
  4430. "extra": {
  4431. "branch-alias": {
  4432. "dev-1.x": "1.x-dev"
  4433. },
  4434. "drupal": {
  4435. "version": "8.x-1.6",
  4436. "datestamp": "1575467285",
  4437. "security-coverage": {
  4438. "status": "covered",
  4439. "message": "Covered by Drupal's security advisory policy"
  4440. }
  4441. }
  4442. },
  4443. "notification-url": "https://packages.drupal.org/8/downloads",
  4444. "license": [
  4445. "GPL-2.0-or-later"
  4446. ],
  4447. "authors": [
  4448. {
  4449. "name": "Berdir",
  4450. "homepage": "https://www.drupal.org/user/214652"
  4451. },
  4452. {
  4453. "name": "Dave Reid",
  4454. "homepage": "https://www.drupal.org/user/53892"
  4455. },
  4456. {
  4457. "name": "Freso",
  4458. "homepage": "https://www.drupal.org/user/27504"
  4459. },
  4460. {
  4461. "name": "greggles",
  4462. "homepage": "https://www.drupal.org/user/36762"
  4463. }
  4464. ],
  4465. "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
  4466. "homepage": "https://www.drupal.org/project/pathauto",
  4467. "support": {
  4468. "source": "https://git.drupalcode.org/project/pathauto"
  4469. }
  4470. },
  4471. {
  4472. "name": "drupal/prlp",
  4473. "version": "1.4.0",
  4474. "source": {
  4475. "type": "git",
  4476. "url": "https://git.drupalcode.org/project/prlp.git",
  4477. "reference": "8.x-1.4"
  4478. },
  4479. "dist": {
  4480. "type": "zip",
  4481. "url": "https://ftp.drupal.org/files/projects/prlp-8.x-1.4.zip",
  4482. "reference": "8.x-1.4",
  4483. "shasum": "a87803012928d25675ce675cc65632b86e423e18"
  4484. },
  4485. "require": {
  4486. "drupal/core": "~8.0"
  4487. },
  4488. "type": "drupal-module",
  4489. "extra": {
  4490. "branch-alias": {
  4491. "dev-1.x": "1.x-dev"
  4492. },
  4493. "drupal": {
  4494. "version": "8.x-1.4",
  4495. "datestamp": "1563832381",
  4496. "security-coverage": {
  4497. "status": "covered",
  4498. "message": "Covered by Drupal's security advisory policy"
  4499. }
  4500. }
  4501. },
  4502. "notification-url": "https://packages.drupal.org/8/downloads",
  4503. "license": [
  4504. "GPL-2.0-or-later"
  4505. ],
  4506. "authors": [
  4507. {
  4508. "name": "Jitesh Doshi",
  4509. "homepage": "https://www.drupal.org/user/1799550"
  4510. },
  4511. {
  4512. "name": "Tcraw",
  4513. "homepage": "https://www.drupal.org/user/2899465"
  4514. },
  4515. {
  4516. "name": "christian3244",
  4517. "homepage": "https://www.drupal.org/user/2888131"
  4518. }
  4519. ],
  4520. "description": "Enhances the password reset landing page by letting user change their password on arrival via the password reset link",
  4521. "homepage": "https://www.drupal.org/project/prlp",
  4522. "support": {
  4523. "source": "https://git.drupalcode.org/project/prlp"
  4524. }
  4525. },
  4526. {
  4527. "name": "drupal/token",
  4528. "version": "1.5.0",
  4529. "source": {
  4530. "type": "git",
  4531. "url": "https://git.drupalcode.org/project/token.git",
  4532. "reference": "8.x-1.5"
  4533. },
  4534. "dist": {
  4535. "type": "zip",
  4536. "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
  4537. "reference": "8.x-1.5",
  4538. "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
  4539. },
  4540. "require": {
  4541. "drupal/core": "^8.5"
  4542. },
  4543. "type": "drupal-module",
  4544. "extra": {
  4545. "branch-alias": {
  4546. "dev-1.x": "1.x-dev"
  4547. },
  4548. "drupal": {
  4549. "version": "8.x-1.5",
  4550. "datestamp": "1537557481",
  4551. "security-coverage": {
  4552. "status": "covered",
  4553. "message": "Covered by Drupal's security advisory policy"
  4554. }
  4555. }
  4556. },
  4557. "notification-url": "https://packages.drupal.org/8/downloads",
  4558. "license": [
  4559. "GPL-2.0-or-later"
  4560. ],
  4561. "authors": [
  4562. {
  4563. "name": "Berdir",
  4564. "homepage": "https://www.drupal.org/user/214652"
  4565. },
  4566. {
  4567. "name": "Dave Reid",
  4568. "homepage": "https://www.drupal.org/user/53892"
  4569. },
  4570. {
  4571. "name": "eaton",
  4572. "homepage": "https://www.drupal.org/user/16496"
  4573. },
  4574. {
  4575. "name": "fago",
  4576. "homepage": "https://www.drupal.org/user/16747"
  4577. },
  4578. {
  4579. "name": "greggles",
  4580. "homepage": "https://www.drupal.org/user/36762"
  4581. },
  4582. {
  4583. "name": "mikeryan",
  4584. "homepage": "https://www.drupal.org/user/4420"
  4585. }
  4586. ],
  4587. "description": "Provides a user interface for the Token API and some missing core tokens.",
  4588. "homepage": "https://www.drupal.org/project/token",
  4589. "support": {
  4590. "source": "https://git.drupalcode.org/project/token"
  4591. }
  4592. },
  4593. {
  4594. "name": "drupal/twig_tweak",
  4595. "version": "2.4.0",
  4596. "source": {
  4597. "type": "git",
  4598. "url": "https://git.drupalcode.org/project/twig_tweak.git",
  4599. "reference": "8.x-2.4"
  4600. },
  4601. "dist": {
  4602. "type": "zip",
  4603. "url": "https://ftp.drupal.org/files/projects/twig_tweak-8.x-2.4.zip",
  4604. "reference": "8.x-2.4",
  4605. "shasum": "fa175b46d2b69ce0f30344579a5861169c8467a4"
  4606. },
  4607. "require": {
  4608. "drupal/core": "^8.7"
  4609. },
  4610. "suggest": {
  4611. "symfony/var-dumper": "Better dump() function for debugging Twig variables"
  4612. },
  4613. "type": "drupal-module",
  4614. "extra": {
  4615. "branch-alias": {
  4616. "dev-2.x": "2.x-dev"
  4617. },
  4618. "drupal": {
  4619. "version": "8.x-2.4",
  4620. "datestamp": "1563099329",
  4621. "security-coverage": {
  4622. "status": "covered",
  4623. "message": "Covered by Drupal's security advisory policy"
  4624. }
  4625. }
  4626. },
  4627. "notification-url": "https://packages.drupal.org/8/downloads",
  4628. "license": [
  4629. "GPL-2.0+"
  4630. ],
  4631. "authors": [
  4632. {
  4633. "name": "Chi",
  4634. "homepage": "https://www.drupal.org/user/556138"
  4635. }
  4636. ],
  4637. "description": "A Twig extension with some useful functions and filters for Drupal development.",
  4638. "homepage": "https://www.drupal.org/project/twig_tweak",
  4639. "keywords": [
  4640. "Drupal",
  4641. "Twig"
  4642. ],
  4643. "support": {
  4644. "source": "https://git.drupalcode.org/project/twig_tweak",
  4645. "issues": "https://www.drupal.org/project/issues/twig_tweak"
  4646. }
  4647. },
  4648. {
  4649. "name": "drupal/twig_xdebug",
  4650. "version": "1.1.0",
  4651. "source": {
  4652. "type": "git",
  4653. "url": "https://git.drupalcode.org/project/twig_xdebug.git",
  4654. "reference": "8.x-1.1"
  4655. },
  4656. "dist": {
  4657. "type": "zip",
  4658. "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.1.zip",
  4659. "reference": "8.x-1.1",
  4660. "shasum": "006f842aa8810a0e0d8e087cf73b400706f5c52b"
  4661. },
  4662. "require": {
  4663. "ajgl/breakpoint-twig-extension": "^0.3.4",
  4664. "drupal/core": "~8.0"
  4665. },
  4666. "type": "drupal-module",
  4667. "extra": {
  4668. "branch-alias": {
  4669. "dev-1.x": "1.x-dev"
  4670. },
  4671. "drupal": {
  4672. "version": "8.x-1.1",
  4673. "datestamp": "1556130181",
  4674. "security-coverage": {
  4675. "status": "covered",
  4676. "message": "Covered by Drupal's security advisory policy"
  4677. }
  4678. }
  4679. },
  4680. "notification-url": "https://packages.drupal.org/8/downloads",
  4681. "license": [
  4682. "GPL-2.0-or-later"
  4683. ],
  4684. "authors": [
  4685. {
  4686. "name": "charginghawk",
  4687. "homepage": "https://www.drupal.org/user/2626341"
  4688. }
  4689. ],
  4690. "description": "Enables Xdebug breakpoints in Twig.",
  4691. "homepage": "https://www.drupal.org/project/twig_xdebug",
  4692. "support": {
  4693. "source": "https://git.drupalcode.org/project/twig_xdebug"
  4694. }
  4695. },
  4696. {
  4697. "name": "drupal/ui_patterns",
  4698. "version": "1.1.0",
  4699. "source": {
  4700. "type": "git",
  4701. "url": "https://git.drupalcode.org/project/ui_patterns.git",
  4702. "reference": "8.x-1.1"
  4703. },
  4704. "dist": {
  4705. "type": "zip",
  4706. "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.1.zip",
  4707. "reference": "8.x-1.1",
  4708. "shasum": "4131fee2638308caff7040b2f03264aa8e592a3c"
  4709. },
  4710. "require": {
  4711. "drupal/core": "^8.3.0"
  4712. },
  4713. "require-dev": {
  4714. "composer/installers": "^1.2",
  4715. "cweagans/composer-patches": "~1.4",
  4716. "drupal-composer/drupal-scaffold": "^2.2",
  4717. "drupal/coffee": "~1",
  4718. "drupal/config_devel": "~1",
  4719. "drupal/config_installer": "~1",
  4720. "drupal/console": "~1",
  4721. "drupal/ds": "~3",
  4722. "drupal/field_group": "~1",
  4723. "drupal/page_manager": "*",
  4724. "drupal/panels": "~4",
  4725. "drupal/paragraphs": "~1",
  4726. "drupal/token": "~1",
  4727. "drush/drush": "~9",
  4728. "openeuropa/task-runner": "~1.0-beta3",
  4729. "phpro/grumphp": "~0.14",
  4730. "webflo/drupal-core-require-dev": "~8.7"
  4731. },
  4732. "type": "drupal-module",
  4733. "extra": {
  4734. "branch-alias": {
  4735. "dev-1.x": "1.x-dev"
  4736. },
  4737. "drupal": {
  4738. "version": "8.x-1.1",
  4739. "datestamp": "1560696185",
  4740. "security-coverage": {
  4741. "status": "covered",
  4742. "message": "Covered by Drupal's security advisory policy"
  4743. }
  4744. },
  4745. "composer-exit-on-patch-failure": true,
  4746. "enable-patching": true,
  4747. "installer-paths": {
  4748. "build/core": [
  4749. "type:drupal-core"
  4750. ],
  4751. "build/modules/contrib/{$name}": [
  4752. "type:drupal-module"
  4753. ],
  4754. "build/profiles/contrib/{$name}": [
  4755. "type:drupal-profile"
  4756. ],
  4757. "build/themes/contrib/{$name}": [
  4758. "type:drupal-theme"
  4759. ]
  4760. }
  4761. },
  4762. "autoload": {
  4763. "psr-4": {
  4764. "Drupal\\ui_patterns\\": "./src"
  4765. }
  4766. },
  4767. "autoload-dev": {
  4768. "psr-4": {
  4769. "Drupal\\Tests\\ui_patterns\\": "./tests/src"
  4770. }
  4771. },
  4772. "notification-url": "https://packages.drupal.org/8/downloads",
  4773. "scripts": {
  4774. "drupal-scaffold": [
  4775. "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
  4776. ],
  4777. "post-install-cmd": [
  4778. "./vendor/bin/run drupal:site-setup"
  4779. ],
  4780. "post-update-cmd": [
  4781. "./vendor/bin/run drupal:site-setup"
  4782. ]
  4783. },
  4784. "license": [
  4785. "GPL-2.0+"
  4786. ],
  4787. "authors": [
  4788. {
  4789. "name": "Nuvole Web",
  4790. "homepage": "https://www.drupal.org/user/186696",
  4791. "email": "info@nuvole.org"
  4792. },
  4793. {
  4794. "name": "bircher",
  4795. "homepage": "https://www.drupal.org/user/1344166"
  4796. },
  4797. {
  4798. "name": "pescetti",
  4799. "homepage": "https://www.drupal.org/user/436244"
  4800. }
  4801. ],
  4802. "description": "UI Patterns.",
  4803. "homepage": "https://www.drupal.org/project/ui_patterns",
  4804. "keywords": [
  4805. "drupal",
  4806. "ui",
  4807. "web"
  4808. ],
  4809. "support": {
  4810. "source": "https://git.drupalcode.org/project/ui_patterns"
  4811. }
  4812. },
  4813. {
  4814. "name": "drupal/webform",
  4815. "version": "5.6.0",
  4816. "source": {
  4817. "type": "git",
  4818. "url": "https://git.drupalcode.org/project/webform.git",
  4819. "reference": "8.x-5.6"
  4820. },
  4821. "dist": {
  4822. "type": "zip",
  4823. "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.6.zip",
  4824. "reference": "8.x-5.6",
  4825. "shasum": "58d77d2df011c25eb5086cab6d12743d63442cf5"
  4826. },
  4827. "require": {
  4828. "drupal/core": "*"
  4829. },
  4830. "require-dev": {
  4831. "drupal/address": "~1.4",
  4832. "drupal/bootstrap": "~3.0",
  4833. "drupal/captcha": "~1.0",
  4834. "drupal/chosen": "~2.6",
  4835. "drupal/devel": "*",
  4836. "drupal/entity_print": "^2.1",
  4837. "drupal/gnode": "*",
  4838. "drupal/group": "~1.0",
  4839. "drupal/jsonapi": "~2.0 || ~8.7",
  4840. "drupal/mailsystem": "4.1",
  4841. "drupal/select2": "~1.1",
  4842. "drupal/smtp": "~1.0",
  4843. "drupal/telephone_validation": "^2.2",
  4844. "drupal/token": "~1.3",
  4845. "drupal/webform_access": "*",
  4846. "drupal/webform_attachment": "*",
  4847. "drupal/webform_entity_print": "*",
  4848. "drupal/webform_group": "*",
  4849. "drupal/webform_node": "*",
  4850. "drupal/webform_options_limit": "*",
  4851. "drupal/webform_scheduled_email": "*",
  4852. "drupal/webform_ui": "*"
  4853. },
  4854. "type": "drupal-module",
  4855. "extra": {
  4856. "branch-alias": {
  4857. "dev-5.x": "5.x-dev"
  4858. },
  4859. "drupal": {
  4860. "version": "8.x-5.6",
  4861. "datestamp": "1575331086",
  4862. "security-coverage": {
  4863. "status": "covered",
  4864. "message": "Covered by Drupal's security advisory policy"
  4865. }
  4866. },
  4867. "drush": {
  4868. "services": {
  4869. "drush.services.yml": "^9"
  4870. }
  4871. }
  4872. },
  4873. "notification-url": "https://packages.drupal.org/8/downloads",
  4874. "license": [
  4875. "GPL-2.0+"
  4876. ],
  4877. "authors": [
  4878. {
  4879. "name": "Jacob Rockowitz (jrockowitz)",
  4880. "homepage": "https://www.drupal.org/u/jrockowitz",
  4881. "role": "Maintainer"
  4882. },
  4883. {
  4884. "name": "Alexander Trotsenko (bucefal91)",
  4885. "homepage": "https://www.drupal.org/u/bucefal91",
  4886. "role": "Co-maintainer"
  4887. },
  4888. {
  4889. "name": "bucefal91",
  4890. "homepage": "https://www.drupal.org/user/504128"
  4891. },
  4892. {
  4893. "name": "fenstrat",
  4894. "homepage": "https://www.drupal.org/user/362649"
  4895. },
  4896. {
  4897. "name": "jrockowitz",
  4898. "homepage": "https://www.drupal.org/user/371407"
  4899. },
  4900. {
  4901. "name": "podarok",
  4902. "homepage": "https://www.drupal.org/user/116002"
  4903. },
  4904. {
  4905. "name": "quicksketch",
  4906. "homepage": "https://www.drupal.org/user/35821"
  4907. },
  4908. {
  4909. "name": "sanchiz",
  4910. "homepage": "https://www.drupal.org/user/1671246"
  4911. },
  4912. {
  4913. "name": "tedbow",
  4914. "homepage": "https://www.drupal.org/user/240860"
  4915. },
  4916. {
  4917. "name": "torotil",
  4918. "homepage": "https://www.drupal.org/user/865256"
  4919. }
  4920. ],
  4921. "description": "Enables the creation of webforms and questionnaires.",
  4922. "homepage": "https://drupal.org/project/webform",
  4923. "support": {
  4924. "source": "http://cgit.drupalcode.org/webform",
  4925. "issues": "https://www.drupal.org/project/issues/webform?version=8.x",
  4926. "docs": "https://www.drupal.org/docs/8/modules/webform",
  4927. "forum": "https://drupal.stackexchange.com/questions/tagged/webform"
  4928. }
  4929. },
  4930. {
  4931. "name": "drush/drush",
  4932. "version": "9.7.1",
  4933. "source": {
  4934. "type": "git",
  4935. "url": "https://github.com/drush-ops/drush.git",
  4936. "reference": "6f9a8d235daec06fd6f47b2d84da675750566479"
  4937. },
  4938. "dist": {
  4939. "type": "zip",
  4940. "url": "https://api.github.com/repos/drush-ops/drush/zipball/6f9a8d235daec06fd6f47b2d84da675750566479",
  4941. "reference": "6f9a8d235daec06fd6f47b2d84da675750566479",
  4942. "shasum": ""
  4943. },
  4944. "require": {
  4945. "chi-teck/drupal-code-generator": "^1.28.1",
  4946. "composer/semver": "^1.4",
  4947. "consolidation/annotated-command": "^2.12",
  4948. "consolidation/config": "^1.2",
  4949. "consolidation/filter-via-dot-access-data": "^1",
  4950. "consolidation/output-formatters": "^3.3.1",
  4951. "consolidation/robo": "^1.4.6",
  4952. "consolidation/site-alias": "^3.0.0@stable",
  4953. "consolidation/site-process": "^2.0.3",
  4954. "ext-dom": "*",
  4955. "grasmash/yaml-expander": "^1.1.1",
  4956. "league/container": "~2",
  4957. "php": ">=5.6.0",
  4958. "psr/log": "~1.0",
  4959. "psy/psysh": "~0.6",
  4960. "symfony/console": "^3.4",
  4961. "symfony/event-dispatcher": "^3.4",
  4962. "symfony/finder": "^3.4 || ^4.0",
  4963. "symfony/process": "^3.4",
  4964. "symfony/var-dumper": "^3.4 || ^4.0",
  4965. "symfony/yaml": "^3.4",
  4966. "webflo/drupal-finder": "^1.1",
  4967. "webmozart/path-util": "^2.1.0"
  4968. },
  4969. "require-dev": {
  4970. "composer/installers": "^1.2",
  4971. "cweagans/composer-patches": "~1.0",
  4972. "drupal/alinks": "1.0.0",
  4973. "drupal/devel": "^2",
  4974. "drupal/empty_theme": "1.0",
  4975. "g1a/composer-test-scenarios": "^3",
  4976. "lox/xhprof": "dev-master",
  4977. "phpunit/phpunit": "^4.8.36 || ^6.1",
  4978. "squizlabs/php_codesniffer": "^2.7 || ^3",
  4979. "vlucas/phpdotenv": "^2.4",
  4980. "webflo/drupal-core-require-dev": "8.7.x-dev",
  4981. "webflo/drupal-core-strict": "8.7.x-dev"
  4982. },
  4983. "bin": [
  4984. "drush"
  4985. ],
  4986. "type": "library",
  4987. "extra": {
  4988. "installer-paths": {
  4989. "sut/core": [
  4990. "type:drupal-core"
  4991. ],
  4992. "sut/libraries/{$name}": [
  4993. "type:drupal-library"
  4994. ],
  4995. "sut/modules/unish/{$name}": [
  4996. "drupal/devel"
  4997. ],
  4998. "sut/themes/unish/{$name}": [
  4999. "drupal/empty_theme"
  5000. ],
  5001. "sut/modules/contrib/{$name}": [
  5002. "type:drupal-module"
  5003. ],
  5004. "sut/profiles/contrib/{$name}": [
  5005. "type:drupal-profile"
  5006. ],
  5007. "sut/themes/contrib/{$name}": [
  5008. "type:drupal-theme"
  5009. ],
  5010. "sut/drush/contrib/{$name}": [
  5011. "type:drupal-drush"
  5012. ]
  5013. },
  5014. "scenarios": {
  5015. "php5": {
  5016. "config": {
  5017. "platform": {
  5018. "php": "5.6.38"
  5019. }
  5020. },
  5021. "require-dev": {
  5022. "webflo/drupal-core-strict": "8.6.x-dev",
  5023. "webflo/drupal-core-require-dev": "8.6.x-dev"
  5024. }
  5025. }
  5026. },
  5027. "branch-alias": {
  5028. "dev-master": "9.x-dev"
  5029. }
  5030. },
  5031. "autoload": {
  5032. "psr-4": {
  5033. "Drush\\": "src/",
  5034. "Drush\\Internal\\": "src/internal-forks"
  5035. }
  5036. },
  5037. "notification-url": "https://packagist.org/downloads/",
  5038. "license": [
  5039. "GPL-2.0-or-later"
  5040. ],
  5041. "authors": [
  5042. {
  5043. "name": "Moshe Weitzman",
  5044. "email": "weitzman@tejasa.com"
  5045. },
  5046. {
  5047. "name": "Owen Barton",
  5048. "email": "drupal@owenbarton.com"
  5049. },
  5050. {
  5051. "name": "Greg Anderson",
  5052. "email": "greg.1.anderson@greenknowe.org"
  5053. },
  5054. {
  5055. "name": "Jonathan Araña Cruz",
  5056. "email": "jonhattan@faita.net"
  5057. },
  5058. {
  5059. "name": "Jonathan Hedstrom",
  5060. "email": "jhedstrom@gmail.com"
  5061. },
  5062. {
  5063. "name": "Christopher Gervais",
  5064. "email": "chris@ergonlogic.com"
  5065. },
  5066. {
  5067. "name": "Dave Reid",
  5068. "email": "dave@davereid.net"
  5069. },
  5070. {
  5071. "name": "Damian Lee",
  5072. "email": "damiankloip@googlemail.com"
  5073. }
  5074. ],
  5075. "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.",
  5076. "homepage": "http://www.drush.org",
  5077. "time": "2019-06-30T19:46:39+00:00"
  5078. },
  5079. {
  5080. "name": "easyrdf/easyrdf",
  5081. "version": "0.9.1",
  5082. "source": {
  5083. "type": "git",
  5084. "url": "https://github.com/njh/easyrdf.git",
  5085. "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
  5086. },
  5087. "dist": {
  5088. "type": "zip",
  5089. "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
  5090. "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
  5091. "shasum": ""
  5092. },
  5093. "require": {
  5094. "ext-mbstring": "*",
  5095. "ext-pcre": "*",
  5096. "php": ">=5.2.8"
  5097. },
  5098. "require-dev": {
  5099. "phpunit/phpunit": "~3.5",
  5100. "sami/sami": "~1.4",
  5101. "squizlabs/php_codesniffer": "~1.4.3"
  5102. },
  5103. "suggest": {
  5104. "ml/json-ld": "~1.0"
  5105. },
  5106. "type": "library",
  5107. "autoload": {
  5108. "psr-0": {
  5109. "EasyRdf_": "lib/"
  5110. }
  5111. },
  5112. "notification-url": "https://packagist.org/downloads/",
  5113. "license": [
  5114. "BSD-3-Clause"
  5115. ],
  5116. "authors": [
  5117. {
  5118. "name": "Nicholas Humfrey",
  5119. "email": "njh@aelius.com",
  5120. "homepage": "http://www.aelius.com/njh/",
  5121. "role": "Developer"
  5122. },
  5123. {
  5124. "name": "Alexey Zakhlestin",
  5125. "email": "indeyets@gmail.com",
  5126. "role": "Developer"
  5127. }
  5128. ],
  5129. "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
  5130. "homepage": "http://www.easyrdf.org/",
  5131. "keywords": [
  5132. "Linked Data",
  5133. "RDF",
  5134. "Semantic Web",
  5135. "Turtle",
  5136. "rdfa",
  5137. "sparql"
  5138. ],
  5139. "time": "2015-02-27T09:45:49+00:00"
  5140. },
  5141. {
  5142. "name": "egulias/email-validator",
  5143. "version": "2.1.11",
  5144. "source": {
  5145. "type": "git",
  5146. "url": "https://github.com/egulias/EmailValidator.git",
  5147. "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
  5148. },
  5149. "dist": {
  5150. "type": "zip",
  5151. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
  5152. "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
  5153. "shasum": ""
  5154. },
  5155. "require": {
  5156. "doctrine/lexer": "^1.0.1",
  5157. "php": ">= 5.5"
  5158. },
  5159. "require-dev": {
  5160. "dominicsayers/isemail": "dev-master",
  5161. "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  5162. "satooshi/php-coveralls": "^1.0.1",
  5163. "symfony/phpunit-bridge": "^4.4@dev"
  5164. },
  5165. "suggest": {
  5166. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  5167. },
  5168. "type": "library",
  5169. "extra": {
  5170. "branch-alias": {
  5171. "dev-master": "2.1.x-dev"
  5172. }
  5173. },
  5174. "autoload": {
  5175. "psr-4": {
  5176. "Egulias\\EmailValidator\\": "EmailValidator"
  5177. }
  5178. },
  5179. "notification-url": "https://packagist.org/downloads/",
  5180. "license": [
  5181. "MIT"
  5182. ],
  5183. "authors": [
  5184. {
  5185. "name": "Eduardo Gulias Davis"
  5186. }
  5187. ],
  5188. "description": "A library for validating emails against several RFCs",
  5189. "homepage": "https://github.com/egulias/EmailValidator",
  5190. "keywords": [
  5191. "email",
  5192. "emailvalidation",
  5193. "emailvalidator",
  5194. "validation",
  5195. "validator"
  5196. ],
  5197. "time": "2019-08-13T17:33:27+00:00"
  5198. },
  5199. {
  5200. "name": "grasmash/expander",
  5201. "version": "1.0.0",
  5202. "source": {
  5203. "type": "git",
  5204. "url": "https://github.com/grasmash/expander.git",
  5205. "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
  5206. },
  5207. "dist": {
  5208. "type": "zip",
  5209. "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
  5210. "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
  5211. "shasum": ""
  5212. },
  5213. "require": {
  5214. "dflydev/dot-access-data": "^1.1.0",
  5215. "php": ">=5.4"
  5216. },
  5217. "require-dev": {
  5218. "greg-1-anderson/composer-test-scenarios": "^1",
  5219. "phpunit/phpunit": "^4|^5.5.4",
  5220. "satooshi/php-coveralls": "^1.0.2|dev-master",
  5221. "squizlabs/php_codesniffer": "^2.7"
  5222. },
  5223. "type": "library",
  5224. "extra": {
  5225. "branch-alias": {
  5226. "dev-master": "1.x-dev"
  5227. }
  5228. },
  5229. "autoload": {
  5230. "psr-4": {
  5231. "Grasmash\\Expander\\": "src/"
  5232. }
  5233. },
  5234. "notification-url": "https://packagist.org/downloads/",
  5235. "license": [
  5236. "MIT"
  5237. ],
  5238. "authors": [
  5239. {
  5240. "name": "Matthew Grasmick"
  5241. }
  5242. ],
  5243. "description": "Expands internal property references in PHP arrays file.",
  5244. "time": "2017-12-21T22:14:55+00:00"
  5245. },
  5246. {
  5247. "name": "grasmash/yaml-expander",
  5248. "version": "1.4.0",
  5249. "source": {
  5250. "type": "git",
  5251. "url": "https://github.com/grasmash/yaml-expander.git",
  5252. "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
  5253. },
  5254. "dist": {
  5255. "type": "zip",
  5256. "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
  5257. "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
  5258. "shasum": ""
  5259. },
  5260. "require": {
  5261. "dflydev/dot-access-data": "^1.1.0",
  5262. "php": ">=5.4",
  5263. "symfony/yaml": "^2.8.11|^3|^4"
  5264. },
  5265. "require-dev": {
  5266. "greg-1-anderson/composer-test-scenarios": "^1",
  5267. "phpunit/phpunit": "^4.8|^5.5.4",
  5268. "satooshi/php-coveralls": "^1.0.2|dev-master",
  5269. "squizlabs/php_codesniffer": "^2.7"
  5270. },
  5271. "type": "library",
  5272. "extra": {
  5273. "branch-alias": {
  5274. "dev-master": "1.x-dev"
  5275. }
  5276. },
  5277. "autoload": {
  5278. "psr-4": {
  5279. "Grasmash\\YamlExpander\\": "src/"
  5280. }
  5281. },
  5282. "notification-url": "https://packagist.org/downloads/",
  5283. "license": [
  5284. "MIT"
  5285. ],
  5286. "authors": [
  5287. {
  5288. "name": "Matthew Grasmick"
  5289. }
  5290. ],
  5291. "description": "Expands internal property references in a yaml file.",
  5292. "time": "2017-12-16T16:06:03+00:00"
  5293. },
  5294. {
  5295. "name": "guzzlehttp/guzzle",
  5296. "version": "6.5.0",
  5297. "source": {
  5298. "type": "git",
  5299. "url": "https://github.com/guzzle/guzzle.git",
  5300. "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5"
  5301. },
  5302. "dist": {
  5303. "type": "zip",
  5304. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
  5305. "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
  5306. "shasum": ""
  5307. },
  5308. "require": {
  5309. "ext-json": "*",
  5310. "guzzlehttp/promises": "^1.0",
  5311. "guzzlehttp/psr7": "^1.6.1",
  5312. "php": ">=5.5"
  5313. },
  5314. "require-dev": {
  5315. "ext-curl": "*",
  5316. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  5317. "psr/log": "^1.1"
  5318. },
  5319. "suggest": {
  5320. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  5321. "psr/log": "Required for using the Log middleware"
  5322. },
  5323. "type": "library",
  5324. "extra": {
  5325. "branch-alias": {
  5326. "dev-master": "6.5-dev"
  5327. }
  5328. },
  5329. "autoload": {
  5330. "psr-4": {
  5331. "GuzzleHttp\\": "src/"
  5332. },
  5333. "files": [
  5334. "src/functions_include.php"
  5335. ]
  5336. },
  5337. "notification-url": "https://packagist.org/downloads/",
  5338. "license": [
  5339. "MIT"
  5340. ],
  5341. "authors": [
  5342. {
  5343. "name": "Michael Dowling",
  5344. "email": "mtdowling@gmail.com",
  5345. "homepage": "https://github.com/mtdowling"
  5346. }
  5347. ],
  5348. "description": "Guzzle is a PHP HTTP client library",
  5349. "homepage": "http://guzzlephp.org/",
  5350. "keywords": [
  5351. "client",
  5352. "curl",
  5353. "framework",
  5354. "http",
  5355. "http client",
  5356. "rest",
  5357. "web service"
  5358. ],
  5359. "time": "2019-12-07T18:20:45+00:00"
  5360. },
  5361. {
  5362. "name": "guzzlehttp/promises",
  5363. "version": "v1.3.1",
  5364. "source": {
  5365. "type": "git",
  5366. "url": "https://github.com/guzzle/promises.git",
  5367. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  5368. },
  5369. "dist": {
  5370. "type": "zip",
  5371. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  5372. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  5373. "shasum": ""
  5374. },
  5375. "require": {
  5376. "php": ">=5.5.0"
  5377. },
  5378. "require-dev": {
  5379. "phpunit/phpunit": "^4.0"
  5380. },
  5381. "type": "library",
  5382. "extra": {
  5383. "branch-alias": {
  5384. "dev-master": "1.4-dev"
  5385. }
  5386. },
  5387. "autoload": {
  5388. "psr-4": {
  5389. "GuzzleHttp\\Promise\\": "src/"
  5390. },
  5391. "files": [
  5392. "src/functions_include.php"
  5393. ]
  5394. },
  5395. "notification-url": "https://packagist.org/downloads/",
  5396. "license": [
  5397. "MIT"
  5398. ],
  5399. "authors": [
  5400. {
  5401. "name": "Michael Dowling",
  5402. "email": "mtdowling@gmail.com",
  5403. "homepage": "https://github.com/mtdowling"
  5404. }
  5405. ],
  5406. "description": "Guzzle promises library",
  5407. "keywords": [
  5408. "promise"
  5409. ],
  5410. "time": "2016-12-20T10:07:11+00:00"
  5411. },
  5412. {
  5413. "name": "guzzlehttp/psr7",
  5414. "version": "1.6.1",
  5415. "source": {
  5416. "type": "git",
  5417. "url": "https://github.com/guzzle/psr7.git",
  5418. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  5419. },
  5420. "dist": {
  5421. "type": "zip",
  5422. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  5423. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  5424. "shasum": ""
  5425. },
  5426. "require": {
  5427. "php": ">=5.4.0",
  5428. "psr/http-message": "~1.0",
  5429. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  5430. },
  5431. "provide": {
  5432. "psr/http-message-implementation": "1.0"
  5433. },
  5434. "require-dev": {
  5435. "ext-zlib": "*",
  5436. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  5437. },
  5438. "suggest": {
  5439. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  5440. },
  5441. "type": "library",
  5442. "extra": {
  5443. "branch-alias": {
  5444. "dev-master": "1.6-dev"
  5445. }
  5446. },
  5447. "autoload": {
  5448. "psr-4": {
  5449. "GuzzleHttp\\Psr7\\": "src/"
  5450. },
  5451. "files": [
  5452. "src/functions_include.php"
  5453. ]
  5454. },
  5455. "notification-url": "https://packagist.org/downloads/",
  5456. "license": [
  5457. "MIT"
  5458. ],
  5459. "authors": [
  5460. {
  5461. "name": "Michael Dowling",
  5462. "email": "mtdowling@gmail.com",
  5463. "homepage": "https://github.com/mtdowling"
  5464. },
  5465. {
  5466. "name": "Tobias Schultze",
  5467. "homepage": "https://github.com/Tobion"
  5468. }
  5469. ],
  5470. "description": "PSR-7 message implementation that also provides common utility methods",
  5471. "keywords": [
  5472. "http",
  5473. "message",
  5474. "psr-7",
  5475. "request",
  5476. "response",
  5477. "stream",
  5478. "uri",
  5479. "url"
  5480. ],
  5481. "time": "2019-07-01T23:21:34+00:00"
  5482. },
  5483. {
  5484. "name": "jakub-onderka/php-console-color",
  5485. "version": "v0.2",
  5486. "source": {
  5487. "type": "git",
  5488. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  5489. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  5490. },
  5491. "dist": {
  5492. "type": "zip",
  5493. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  5494. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  5495. "shasum": ""
  5496. },
  5497. "require": {
  5498. "php": ">=5.4.0"
  5499. },
  5500. "require-dev": {
  5501. "jakub-onderka/php-code-style": "1.0",
  5502. "jakub-onderka/php-parallel-lint": "1.0",
  5503. "jakub-onderka/php-var-dump-check": "0.*",
  5504. "phpunit/phpunit": "~4.3",
  5505. "squizlabs/php_codesniffer": "1.*"
  5506. },
  5507. "type": "library",
  5508. "autoload": {
  5509. "psr-4": {
  5510. "JakubOnderka\\PhpConsoleColor\\": "src/"
  5511. }
  5512. },
  5513. "notification-url": "https://packagist.org/downloads/",
  5514. "license": [
  5515. "BSD-2-Clause"
  5516. ],
  5517. "authors": [
  5518. {
  5519. "name": "Jakub Onderka",
  5520. "email": "jakub.onderka@gmail.com"
  5521. }
  5522. ],
  5523. "time": "2018-09-29T17:23:10+00:00"
  5524. },
  5525. {
  5526. "name": "jakub-onderka/php-console-highlighter",
  5527. "version": "v0.4",
  5528. "source": {
  5529. "type": "git",
  5530. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  5531. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  5532. },
  5533. "dist": {
  5534. "type": "zip",
  5535. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  5536. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  5537. "shasum": ""
  5538. },
  5539. "require": {
  5540. "ext-tokenizer": "*",
  5541. "jakub-onderka/php-console-color": "~0.2",
  5542. "php": ">=5.4.0"
  5543. },
  5544. "require-dev": {
  5545. "jakub-onderka/php-code-style": "~1.0",
  5546. "jakub-onderka/php-parallel-lint": "~1.0",
  5547. "jakub-onderka/php-var-dump-check": "~0.1",
  5548. "phpunit/phpunit": "~4.0",
  5549. "squizlabs/php_codesniffer": "~1.5"
  5550. },
  5551. "type": "library",
  5552. "autoload": {
  5553. "psr-4": {
  5554. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  5555. }
  5556. },
  5557. "notification-url": "https://packagist.org/downloads/",
  5558. "license": [
  5559. "MIT"
  5560. ],
  5561. "authors": [
  5562. {
  5563. "name": "Jakub Onderka",
  5564. "email": "acci@acci.cz",
  5565. "homepage": "http://www.acci.cz/"
  5566. }
  5567. ],
  5568. "description": "Highlight PHP code in terminal",
  5569. "time": "2018-09-29T18:48:56+00:00"
  5570. },
  5571. {
  5572. "name": "league/container",
  5573. "version": "2.4.1",
  5574. "source": {
  5575. "type": "git",
  5576. "url": "https://github.com/thephpleague/container.git",
  5577. "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
  5578. },
  5579. "dist": {
  5580. "type": "zip",
  5581. "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
  5582. "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
  5583. "shasum": ""
  5584. },
  5585. "require": {
  5586. "container-interop/container-interop": "^1.2",
  5587. "php": "^5.4.0 || ^7.0"
  5588. },
  5589. "provide": {
  5590. "container-interop/container-interop-implementation": "^1.2",
  5591. "psr/container-implementation": "^1.0"
  5592. },
  5593. "replace": {
  5594. "orno/di": "~2.0"
  5595. },
  5596. "require-dev": {
  5597. "phpunit/phpunit": "4.*"
  5598. },
  5599. "type": "library",
  5600. "extra": {
  5601. "branch-alias": {
  5602. "dev-2.x": "2.x-dev",
  5603. "dev-1.x": "1.x-dev"
  5604. }
  5605. },
  5606. "autoload": {
  5607. "psr-4": {
  5608. "League\\Container\\": "src"
  5609. }
  5610. },
  5611. "notification-url": "https://packagist.org/downloads/",
  5612. "license": [
  5613. "MIT"
  5614. ],
  5615. "authors": [
  5616. {
  5617. "name": "Phil Bennett",
  5618. "email": "philipobenito@gmail.com",
  5619. "homepage": "http://www.philipobenito.com",
  5620. "role": "Developer"
  5621. }
  5622. ],
  5623. "description": "A fast and intuitive dependency injection container.",
  5624. "homepage": "https://github.com/thephpleague/container",
  5625. "keywords": [
  5626. "container",
  5627. "dependency",
  5628. "di",
  5629. "injection",
  5630. "league",
  5631. "provider",
  5632. "service"
  5633. ],
  5634. "time": "2017-05-10T09:20:27+00:00"
  5635. },
  5636. {
  5637. "name": "masterminds/html5",
  5638. "version": "2.7.0",
  5639. "source": {
  5640. "type": "git",
  5641. "url": "https://github.com/Masterminds/html5-php.git",
  5642. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
  5643. },
  5644. "dist": {
  5645. "type": "zip",
  5646. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
  5647. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
  5648. "shasum": ""
  5649. },
  5650. "require": {
  5651. "ext-ctype": "*",
  5652. "ext-dom": "*",
  5653. "ext-libxml": "*",
  5654. "php": ">=5.3.0"
  5655. },
  5656. "require-dev": {
  5657. "phpunit/phpunit": "^4.8.35",
  5658. "sami/sami": "~2.0",
  5659. "satooshi/php-coveralls": "1.0.*"
  5660. },
  5661. "type": "library",
  5662. "extra": {
  5663. "branch-alias": {
  5664. "dev-master": "2.7-dev"
  5665. }
  5666. },
  5667. "autoload": {
  5668. "psr-4": {
  5669. "Masterminds\\": "src"
  5670. }
  5671. },
  5672. "notification-url": "https://packagist.org/downloads/",
  5673. "license": [
  5674. "MIT"
  5675. ],
  5676. "authors": [
  5677. {
  5678. "name": "Matt Butcher",
  5679. "email": "technosophos@gmail.com"
  5680. },
  5681. {
  5682. "name": "Matt Farina",
  5683. "email": "matt@mattfarina.com"
  5684. },
  5685. {
  5686. "name": "Asmir Mustafic",
  5687. "email": "goetas@gmail.com"
  5688. }
  5689. ],
  5690. "description": "An HTML5 parser and serializer.",
  5691. "homepage": "http://masterminds.github.io/html5-php",
  5692. "keywords": [
  5693. "HTML5",
  5694. "dom",
  5695. "html",
  5696. "parser",
  5697. "querypath",
  5698. "serializer",
  5699. "xml"
  5700. ],
  5701. "time": "2019-07-25T07:03:26+00:00"
  5702. },
  5703. {
  5704. "name": "nikic/php-parser",
  5705. "version": "v4.3.0",
  5706. "source": {
  5707. "type": "git",
  5708. "url": "https://github.com/nikic/PHP-Parser.git",
  5709. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
  5710. },
  5711. "dist": {
  5712. "type": "zip",
  5713. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  5714. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  5715. "shasum": ""
  5716. },
  5717. "require": {
  5718. "ext-tokenizer": "*",
  5719. "php": ">=7.0"
  5720. },
  5721. "require-dev": {
  5722. "ircmaxell/php-yacc": "0.0.5",
  5723. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  5724. },
  5725. "bin": [
  5726. "bin/php-parse"
  5727. ],
  5728. "type": "library",
  5729. "extra": {
  5730. "branch-alias": {
  5731. "dev-master": "4.3-dev"
  5732. }
  5733. },
  5734. "autoload": {
  5735. "psr-4": {
  5736. "PhpParser\\": "lib/PhpParser"
  5737. }
  5738. },
  5739. "notification-url": "https://packagist.org/downloads/",
  5740. "license": [
  5741. "BSD-3-Clause"
  5742. ],
  5743. "authors": [
  5744. {
  5745. "name": "Nikita Popov"
  5746. }
  5747. ],
  5748. "description": "A PHP parser written in PHP",
  5749. "keywords": [
  5750. "parser",
  5751. "php"
  5752. ],
  5753. "time": "2019-11-08T13:50:10+00:00"
  5754. },
  5755. {
  5756. "name": "paragonie/random_compat",
  5757. "version": "v9.99.99",
  5758. "source": {
  5759. "type": "git",
  5760. "url": "https://github.com/paragonie/random_compat.git",
  5761. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  5762. },
  5763. "dist": {
  5764. "type": "zip",
  5765. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  5766. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  5767. "shasum": ""
  5768. },
  5769. "require": {
  5770. "php": "^7"
  5771. },
  5772. "require-dev": {
  5773. "phpunit/phpunit": "4.*|5.*",
  5774. "vimeo/psalm": "^1"
  5775. },
  5776. "suggest": {
  5777. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  5778. },
  5779. "type": "library",
  5780. "notification-url": "https://packagist.org/downloads/",
  5781. "license": [
  5782. "MIT"
  5783. ],
  5784. "authors": [
  5785. {
  5786. "name": "Paragon Initiative Enterprises",
  5787. "email": "security@paragonie.com",
  5788. "homepage": "https://paragonie.com"
  5789. }
  5790. ],
  5791. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  5792. "keywords": [
  5793. "csprng",
  5794. "polyfill",
  5795. "pseudorandom",
  5796. "random"
  5797. ],
  5798. "time": "2018-07-02T15:55:56+00:00"
  5799. },
  5800. {
  5801. "name": "pear/archive_tar",
  5802. "version": "1.4.9",
  5803. "source": {
  5804. "type": "git",
  5805. "url": "https://github.com/pear/Archive_Tar.git",
  5806. "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0"
  5807. },
  5808. "dist": {
  5809. "type": "zip",
  5810. "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0",
  5811. "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0",
  5812. "shasum": ""
  5813. },
  5814. "require": {
  5815. "pear/pear-core-minimal": "^1.10.0alpha2",
  5816. "php": ">=5.2.0"
  5817. },
  5818. "require-dev": {
  5819. "phpunit/phpunit": "*"
  5820. },
  5821. "suggest": {
  5822. "ext-bz2": "Bz2 compression support.",
  5823. "ext-xz": "Lzma2 compression support.",
  5824. "ext-zlib": "Gzip compression support."
  5825. },
  5826. "type": "library",
  5827. "extra": {
  5828. "branch-alias": {
  5829. "dev-master": "1.4.x-dev"
  5830. }
  5831. },
  5832. "autoload": {
  5833. "psr-0": {
  5834. "Archive_Tar": ""
  5835. }
  5836. },
  5837. "notification-url": "https://packagist.org/downloads/",
  5838. "include-path": [
  5839. "./"
  5840. ],
  5841. "license": [
  5842. "BSD-3-Clause"
  5843. ],
  5844. "authors": [
  5845. {
  5846. "name": "Vincent Blavet",
  5847. "email": "vincent@phpconcept.net"
  5848. },
  5849. {
  5850. "name": "Greg Beaver",
  5851. "email": "greg@chiaraquartet.net"
  5852. },
  5853. {
  5854. "name": "Michiel Rook",
  5855. "email": "mrook@php.net"
  5856. }
  5857. ],
  5858. "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
  5859. "homepage": "https://github.com/pear/Archive_Tar",
  5860. "keywords": [
  5861. "archive",
  5862. "tar"
  5863. ],
  5864. "time": "2019-12-04T10:17:28+00:00"
  5865. },
  5866. {
  5867. "name": "pear/console_getopt",
  5868. "version": "v1.4.3",
  5869. "source": {
  5870. "type": "git",
  5871. "url": "https://github.com/pear/Console_Getopt.git",
  5872. "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
  5873. },
  5874. "dist": {
  5875. "type": "zip",
  5876. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
  5877. "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
  5878. "shasum": ""
  5879. },
  5880. "type": "library",
  5881. "autoload": {
  5882. "psr-0": {
  5883. "Console": "./"
  5884. }
  5885. },
  5886. "notification-url": "https://packagist.org/downloads/",
  5887. "include-path": [
  5888. "./"
  5889. ],
  5890. "license": [
  5891. "BSD-2-Clause"
  5892. ],
  5893. "authors": [
  5894. {
  5895. "name": "Andrei Zmievski",
  5896. "email": "andrei@php.net",
  5897. "role": "Lead"
  5898. },
  5899. {
  5900. "name": "Stig Bakken",
  5901. "email": "stig@php.net",
  5902. "role": "Developer"
  5903. },
  5904. {
  5905. "name": "Greg Beaver",
  5906. "email": "cellog@php.net",
  5907. "role": "Helper"
  5908. }
  5909. ],
  5910. "description": "More info available on: http://pear.php.net/package/Console_Getopt",
  5911. "time": "2019-11-20T18:27:48+00:00"
  5912. },
  5913. {
  5914. "name": "pear/pear-core-minimal",
  5915. "version": "v1.10.10",
  5916. "source": {
  5917. "type": "git",
  5918. "url": "https://github.com/pear/pear-core-minimal.git",
  5919. "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
  5920. },
  5921. "dist": {
  5922. "type": "zip",
  5923. "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
  5924. "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
  5925. "shasum": ""
  5926. },
  5927. "require": {
  5928. "pear/console_getopt": "~1.4",
  5929. "pear/pear_exception": "~1.0"
  5930. },
  5931. "replace": {
  5932. "rsky/pear-core-min": "self.version"
  5933. },
  5934. "type": "library",
  5935. "autoload": {
  5936. "psr-0": {
  5937. "": "src/"
  5938. }
  5939. },
  5940. "notification-url": "https://packagist.org/downloads/",
  5941. "include-path": [
  5942. "src/"
  5943. ],
  5944. "license": [
  5945. "BSD-3-Clause"
  5946. ],
  5947. "authors": [
  5948. {
  5949. "name": "Christian Weiske",
  5950. "email": "cweiske@php.net",
  5951. "role": "Lead"
  5952. }
  5953. ],
  5954. "description": "Minimal set of PEAR core files to be used as composer dependency",
  5955. "time": "2019-11-19T19:00:24+00:00"
  5956. },
  5957. {
  5958. "name": "pear/pear_exception",
  5959. "version": "v1.0.1",
  5960. "source": {
  5961. "type": "git",
  5962. "url": "https://github.com/pear/PEAR_Exception.git",
  5963. "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
  5964. },
  5965. "dist": {
  5966. "type": "zip",
  5967. "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
  5968. "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
  5969. "shasum": ""
  5970. },
  5971. "require": {
  5972. "php": ">=4.4.0"
  5973. },
  5974. "require-dev": {
  5975. "phpunit/phpunit": "*"
  5976. },
  5977. "type": "class",
  5978. "extra": {
  5979. "branch-alias": {
  5980. "dev-master": "1.0.x-dev"
  5981. }
  5982. },
  5983. "autoload": {
  5984. "classmap": [
  5985. "PEAR/"
  5986. ]
  5987. },
  5988. "notification-url": "https://packagist.org/downloads/",
  5989. "include-path": [
  5990. "."
  5991. ],
  5992. "license": [
  5993. "BSD-2-Clause"
  5994. ],
  5995. "authors": [
  5996. {
  5997. "name": "Helgi Thormar",
  5998. "email": "dufuz@php.net"
  5999. },
  6000. {
  6001. "name": "Greg Beaver",
  6002. "email": "cellog@php.net"
  6003. }
  6004. ],
  6005. "description": "The PEAR Exception base class.",
  6006. "homepage": "https://github.com/pear/PEAR_Exception",
  6007. "keywords": [
  6008. "exception"
  6009. ],
  6010. "time": "2019-12-10T10:24:42+00:00"
  6011. },
  6012. {
  6013. "name": "psr/container",
  6014. "version": "1.0.0",
  6015. "source": {
  6016. "type": "git",
  6017. "url": "https://github.com/php-fig/container.git",
  6018. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  6019. },
  6020. "dist": {
  6021. "type": "zip",
  6022. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  6023. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  6024. "shasum": ""
  6025. },
  6026. "require": {
  6027. "php": ">=5.3.0"
  6028. },
  6029. "type": "library",
  6030. "extra": {
  6031. "branch-alias": {
  6032. "dev-master": "1.0.x-dev"
  6033. }
  6034. },
  6035. "autoload": {
  6036. "psr-4": {
  6037. "Psr\\Container\\": "src/"
  6038. }
  6039. },
  6040. "notification-url": "https://packagist.org/downloads/",
  6041. "license": [
  6042. "MIT"
  6043. ],
  6044. "authors": [
  6045. {
  6046. "name": "PHP-FIG",
  6047. "homepage": "http://www.php-fig.org/"
  6048. }
  6049. ],
  6050. "description": "Common Container Interface (PHP FIG PSR-11)",
  6051. "homepage": "https://github.com/php-fig/container",
  6052. "keywords": [
  6053. "PSR-11",
  6054. "container",
  6055. "container-interface",
  6056. "container-interop",
  6057. "psr"
  6058. ],
  6059. "time": "2017-02-14T16:28:37+00:00"
  6060. },
  6061. {
  6062. "name": "psr/http-message",
  6063. "version": "1.0.1",
  6064. "source": {
  6065. "type": "git",
  6066. "url": "https://github.com/php-fig/http-message.git",
  6067. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  6068. },
  6069. "dist": {
  6070. "type": "zip",
  6071. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  6072. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  6073. "shasum": ""
  6074. },
  6075. "require": {
  6076. "php": ">=5.3.0"
  6077. },
  6078. "type": "library",
  6079. "extra": {
  6080. "branch-alias": {
  6081. "dev-master": "1.0.x-dev"
  6082. }
  6083. },
  6084. "autoload": {
  6085. "psr-4": {
  6086. "Psr\\Http\\Message\\": "src/"
  6087. }
  6088. },
  6089. "notification-url": "https://packagist.org/downloads/",
  6090. "license": [
  6091. "MIT"
  6092. ],
  6093. "authors": [
  6094. {
  6095. "name": "PHP-FIG",
  6096. "homepage": "http://www.php-fig.org/"
  6097. }
  6098. ],
  6099. "description": "Common interface for HTTP messages",
  6100. "homepage": "https://github.com/php-fig/http-message",
  6101. "keywords": [
  6102. "http",
  6103. "http-message",
  6104. "psr",
  6105. "psr-7",
  6106. "request",
  6107. "response"
  6108. ],
  6109. "time": "2016-08-06T14:39:51+00:00"
  6110. },
  6111. {
  6112. "name": "psr/log",
  6113. "version": "1.1.2",
  6114. "source": {
  6115. "type": "git",
  6116. "url": "https://github.com/php-fig/log.git",
  6117. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  6118. },
  6119. "dist": {
  6120. "type": "zip",
  6121. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  6122. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  6123. "shasum": ""
  6124. },
  6125. "require": {
  6126. "php": ">=5.3.0"
  6127. },
  6128. "type": "library",
  6129. "extra": {
  6130. "branch-alias": {
  6131. "dev-master": "1.1.x-dev"
  6132. }
  6133. },
  6134. "autoload": {
  6135. "psr-4": {
  6136. "Psr\\Log\\": "Psr/Log/"
  6137. }
  6138. },
  6139. "notification-url": "https://packagist.org/downloads/",
  6140. "license": [
  6141. "MIT"
  6142. ],
  6143. "authors": [
  6144. {
  6145. "name": "PHP-FIG",
  6146. "homepage": "http://www.php-fig.org/"
  6147. }
  6148. ],
  6149. "description": "Common interface for logging libraries",
  6150. "homepage": "https://github.com/php-fig/log",
  6151. "keywords": [
  6152. "log",
  6153. "psr",
  6154. "psr-3"
  6155. ],
  6156. "time": "2019-11-01T11:05:21+00:00"
  6157. },
  6158. {
  6159. "name": "psy/psysh",
  6160. "version": "v0.9.12",
  6161. "source": {
  6162. "type": "git",
  6163. "url": "https://github.com/bobthecow/psysh.git",
  6164. "reference": "90da7f37568aee36b116a030c5f99c915267edd4"
  6165. },
  6166. "dist": {
  6167. "type": "zip",
  6168. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
  6169. "reference": "90da7f37568aee36b116a030c5f99c915267edd4",
  6170. "shasum": ""
  6171. },
  6172. "require": {
  6173. "dnoegel/php-xdg-base-dir": "0.1.*",
  6174. "ext-json": "*",
  6175. "ext-tokenizer": "*",
  6176. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  6177. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  6178. "php": ">=5.4.0",
  6179. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
  6180. "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
  6181. },
  6182. "require-dev": {
  6183. "bamarni/composer-bin-plugin": "^1.2",
  6184. "hoa/console": "~2.15|~3.16",
  6185. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  6186. },
  6187. "suggest": {
  6188. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  6189. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  6190. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  6191. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  6192. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  6193. },
  6194. "bin": [
  6195. "bin/psysh"
  6196. ],
  6197. "type": "library",
  6198. "extra": {
  6199. "branch-alias": {
  6200. "dev-develop": "0.9.x-dev"
  6201. }
  6202. },
  6203. "autoload": {
  6204. "files": [
  6205. "src/functions.php"
  6206. ],
  6207. "psr-4": {
  6208. "Psy\\": "src/"
  6209. }
  6210. },
  6211. "notification-url": "https://packagist.org/downloads/",
  6212. "license": [
  6213. "MIT"
  6214. ],
  6215. "authors": [
  6216. {
  6217. "name": "Justin Hileman",
  6218. "email": "justin@justinhileman.info",
  6219. "homepage": "http://justinhileman.com"
  6220. }
  6221. ],
  6222. "description": "An interactive shell for modern PHP.",
  6223. "homepage": "http://psysh.org",
  6224. "keywords": [
  6225. "REPL",
  6226. "console",
  6227. "interactive",
  6228. "shell"
  6229. ],
  6230. "time": "2019-12-06T14:19:43+00:00"
  6231. },
  6232. {
  6233. "name": "ralouphie/getallheaders",
  6234. "version": "3.0.3",
  6235. "source": {
  6236. "type": "git",
  6237. "url": "https://github.com/ralouphie/getallheaders.git",
  6238. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  6239. },
  6240. "dist": {
  6241. "type": "zip",
  6242. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  6243. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  6244. "shasum": ""
  6245. },
  6246. "require": {
  6247. "php": ">=5.6"
  6248. },
  6249. "require-dev": {
  6250. "php-coveralls/php-coveralls": "^2.1",
  6251. "phpunit/phpunit": "^5 || ^6.5"
  6252. },
  6253. "type": "library",
  6254. "autoload": {
  6255. "files": [
  6256. "src/getallheaders.php"
  6257. ]
  6258. },
  6259. "notification-url": "https://packagist.org/downloads/",
  6260. "license": [
  6261. "MIT"
  6262. ],
  6263. "authors": [
  6264. {
  6265. "name": "Ralph Khattar",
  6266. "email": "ralph.khattar@gmail.com"
  6267. }
  6268. ],
  6269. "description": "A polyfill for getallheaders.",
  6270. "time": "2019-03-08T08:55:37+00:00"
  6271. },
  6272. {
  6273. "name": "stack/builder",
  6274. "version": "v1.0.5",
  6275. "source": {
  6276. "type": "git",
  6277. "url": "https://github.com/stackphp/builder.git",
  6278. "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
  6279. },
  6280. "dist": {
  6281. "type": "zip",
  6282. "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
  6283. "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
  6284. "shasum": ""
  6285. },
  6286. "require": {
  6287. "php": ">=5.3.0",
  6288. "symfony/http-foundation": "~2.1|~3.0|~4.0",
  6289. "symfony/http-kernel": "~2.1|~3.0|~4.0"
  6290. },
  6291. "require-dev": {
  6292. "silex/silex": "~1.0"
  6293. },
  6294. "type": "library",
  6295. "extra": {
  6296. "branch-alias": {
  6297. "dev-master": "1.0-dev"
  6298. }
  6299. },
  6300. "autoload": {
  6301. "psr-0": {
  6302. "Stack": "src"
  6303. }
  6304. },
  6305. "notification-url": "https://packagist.org/downloads/",
  6306. "license": [
  6307. "MIT"
  6308. ],
  6309. "authors": [
  6310. {
  6311. "name": "Igor Wiedler",
  6312. "email": "igor@wiedler.ch"
  6313. }
  6314. ],
  6315. "description": "Builder for stack middlewares based on HttpKernelInterface.",
  6316. "keywords": [
  6317. "stack"
  6318. ],
  6319. "time": "2017-11-18T14:57:29+00:00"
  6320. },
  6321. {
  6322. "name": "stecman/symfony-console-completion",
  6323. "version": "0.10.1",
  6324. "source": {
  6325. "type": "git",
  6326. "url": "https://github.com/stecman/symfony-console-completion.git",
  6327. "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8"
  6328. },
  6329. "dist": {
  6330. "type": "zip",
  6331. "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/7bfa9b93e216896419f2f8de659935d7e04fecd8",
  6332. "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8",
  6333. "shasum": ""
  6334. },
  6335. "require": {
  6336. "php": ">=5.3.2",
  6337. "symfony/console": "~2.3 || ~3.0 || ~4.0"
  6338. },
  6339. "require-dev": {
  6340. "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
  6341. },
  6342. "type": "library",
  6343. "extra": {
  6344. "branch-alias": {
  6345. "dev-master": "0.10.x-dev"
  6346. }
  6347. },
  6348. "autoload": {
  6349. "psr-4": {
  6350. "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
  6351. }
  6352. },
  6353. "notification-url": "https://packagist.org/downloads/",
  6354. "license": [
  6355. "MIT"
  6356. ],
  6357. "authors": [
  6358. {
  6359. "name": "Stephen Holdaway",
  6360. "email": "stephen@stecman.co.nz"
  6361. }
  6362. ],
  6363. "description": "Automatic BASH completion for Symfony Console Component based applications.",
  6364. "time": "2019-04-29T03:20:18+00:00"
  6365. },
  6366. {
  6367. "name": "symfony-cmf/routing",
  6368. "version": "1.4.1",
  6369. "source": {
  6370. "type": "git",
  6371. "url": "https://github.com/symfony-cmf/routing.git",
  6372. "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
  6373. },
  6374. "dist": {
  6375. "type": "zip",
  6376. "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
  6377. "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
  6378. "shasum": ""
  6379. },
  6380. "require": {
  6381. "php": "^5.3.9|^7.0",
  6382. "psr/log": "1.*",
  6383. "symfony/http-kernel": "^2.2|3.*",
  6384. "symfony/routing": "^2.2|3.*"
  6385. },
  6386. "require-dev": {
  6387. "friendsofsymfony/jsrouting-bundle": "^1.1",
  6388. "symfony-cmf/testing": "^1.3",
  6389. "symfony/config": "^2.2|3.*",
  6390. "symfony/dependency-injection": "^2.0.5|3.*",
  6391. "symfony/event-dispatcher": "^2.1|3.*"
  6392. },
  6393. "suggest": {
  6394. "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
  6395. },
  6396. "type": "library",
  6397. "extra": {
  6398. "branch-alias": {
  6399. "dev-master": "1.4-dev"
  6400. }
  6401. },
  6402. "autoload": {
  6403. "psr-4": {
  6404. "Symfony\\Cmf\\Component\\Routing\\": ""
  6405. }
  6406. },
  6407. "notification-url": "https://packagist.org/downloads/",
  6408. "license": [
  6409. "MIT"
  6410. ],
  6411. "authors": [
  6412. {
  6413. "name": "Symfony CMF Community",
  6414. "homepage": "https://github.com/symfony-cmf/Routing/contributors"
  6415. }
  6416. ],
  6417. "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
  6418. "homepage": "http://cmf.symfony.com",
  6419. "keywords": [
  6420. "database",
  6421. "routing"
  6422. ],
  6423. "time": "2017-05-09T08:10:41+00:00"
  6424. },
  6425. {
  6426. "name": "symfony/class-loader",
  6427. "version": "v3.4.36",
  6428. "source": {
  6429. "type": "git",
  6430. "url": "https://github.com/symfony/class-loader.git",
  6431. "reference": "e212b06996819a2bce026a63da03b7182d05a690"
  6432. },
  6433. "dist": {
  6434. "type": "zip",
  6435. "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690",
  6436. "reference": "e212b06996819a2bce026a63da03b7182d05a690",
  6437. "shasum": ""
  6438. },
  6439. "require": {
  6440. "php": "^5.5.9|>=7.0.8"
  6441. },
  6442. "require-dev": {
  6443. "symfony/finder": "~2.8|~3.0|~4.0",
  6444. "symfony/polyfill-apcu": "~1.1"
  6445. },
  6446. "suggest": {
  6447. "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
  6448. },
  6449. "type": "library",
  6450. "extra": {
  6451. "branch-alias": {
  6452. "dev-master": "3.4-dev"
  6453. }
  6454. },
  6455. "autoload": {
  6456. "psr-4": {
  6457. "Symfony\\Component\\ClassLoader\\": ""
  6458. },
  6459. "exclude-from-classmap": [
  6460. "/Tests/"
  6461. ]
  6462. },
  6463. "notification-url": "https://packagist.org/downloads/",
  6464. "license": [
  6465. "MIT"
  6466. ],
  6467. "authors": [
  6468. {
  6469. "name": "Fabien Potencier",
  6470. "email": "fabien@symfony.com"
  6471. },
  6472. {
  6473. "name": "Symfony Community",
  6474. "homepage": "https://symfony.com/contributors"
  6475. }
  6476. ],
  6477. "description": "Symfony ClassLoader Component",
  6478. "homepage": "https://symfony.com",
  6479. "time": "2019-08-20T13:31:17+00:00"
  6480. },
  6481. {
  6482. "name": "symfony/config",
  6483. "version": "v3.4.36",
  6484. "source": {
  6485. "type": "git",
  6486. "url": "https://github.com/symfony/config.git",
  6487. "reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe"
  6488. },
  6489. "dist": {
  6490. "type": "zip",
  6491. "url": "https://api.github.com/repos/symfony/config/zipball/a599a867d0e4a07c342b5f1e656b3915a540ddbe",
  6492. "reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe",
  6493. "shasum": ""
  6494. },
  6495. "require": {
  6496. "php": "^5.5.9|>=7.0.8",
  6497. "symfony/filesystem": "~2.8|~3.0|~4.0",
  6498. "symfony/polyfill-ctype": "~1.8"
  6499. },
  6500. "conflict": {
  6501. "symfony/dependency-injection": "<3.3",
  6502. "symfony/finder": "<3.3"
  6503. },
  6504. "require-dev": {
  6505. "symfony/dependency-injection": "~3.3|~4.0",
  6506. "symfony/event-dispatcher": "~3.3|~4.0",
  6507. "symfony/finder": "~3.3|~4.0",
  6508. "symfony/yaml": "~3.0|~4.0"
  6509. },
  6510. "suggest": {
  6511. "symfony/yaml": "To use the yaml reference dumper"
  6512. },
  6513. "type": "library",
  6514. "extra": {
  6515. "branch-alias": {
  6516. "dev-master": "3.4-dev"
  6517. }
  6518. },
  6519. "autoload": {
  6520. "psr-4": {
  6521. "Symfony\\Component\\Config\\": ""
  6522. },
  6523. "exclude-from-classmap": [
  6524. "/Tests/"
  6525. ]
  6526. },
  6527. "notification-url": "https://packagist.org/downloads/",
  6528. "license": [
  6529. "MIT"
  6530. ],
  6531. "authors": [
  6532. {
  6533. "name": "Fabien Potencier",
  6534. "email": "fabien@symfony.com"
  6535. },
  6536. {
  6537. "name": "Symfony Community",
  6538. "homepage": "https://symfony.com/contributors"
  6539. }
  6540. ],
  6541. "description": "Symfony Config Component",
  6542. "homepage": "https://symfony.com",
  6543. "time": "2019-12-01T10:45:41+00:00"
  6544. },
  6545. {
  6546. "name": "symfony/console",
  6547. "version": "v3.4.36",
  6548. "source": {
  6549. "type": "git",
  6550. "url": "https://github.com/symfony/console.git",
  6551. "reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586"
  6552. },
  6553. "dist": {
  6554. "type": "zip",
  6555. "url": "https://api.github.com/repos/symfony/console/zipball/1ee23b3b659b06c622f2bd2492a229e416eb4586",
  6556. "reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586",
  6557. "shasum": ""
  6558. },
  6559. "require": {
  6560. "php": "^5.5.9|>=7.0.8",
  6561. "symfony/debug": "~2.8|~3.0|~4.0",
  6562. "symfony/polyfill-mbstring": "~1.0"
  6563. },
  6564. "conflict": {
  6565. "symfony/dependency-injection": "<3.4",
  6566. "symfony/process": "<3.3"
  6567. },
  6568. "provide": {
  6569. "psr/log-implementation": "1.0"
  6570. },
  6571. "require-dev": {
  6572. "psr/log": "~1.0",
  6573. "symfony/config": "~3.3|~4.0",
  6574. "symfony/dependency-injection": "~3.4|~4.0",
  6575. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  6576. "symfony/lock": "~3.4|~4.0",
  6577. "symfony/process": "~3.3|~4.0"
  6578. },
  6579. "suggest": {
  6580. "psr/log": "For using the console logger",
  6581. "symfony/event-dispatcher": "",
  6582. "symfony/lock": "",
  6583. "symfony/process": ""
  6584. },
  6585. "type": "library",
  6586. "extra": {
  6587. "branch-alias": {
  6588. "dev-master": "3.4-dev"
  6589. }
  6590. },
  6591. "autoload": {
  6592. "psr-4": {
  6593. "Symfony\\Component\\Console\\": ""
  6594. },
  6595. "exclude-from-classmap": [
  6596. "/Tests/"
  6597. ]
  6598. },
  6599. "notification-url": "https://packagist.org/downloads/",
  6600. "license": [
  6601. "MIT"
  6602. ],
  6603. "authors": [
  6604. {
  6605. "name": "Fabien Potencier",
  6606. "email": "fabien@symfony.com"
  6607. },
  6608. {
  6609. "name": "Symfony Community",
  6610. "homepage": "https://symfony.com/contributors"
  6611. }
  6612. ],
  6613. "description": "Symfony Console Component",
  6614. "homepage": "https://symfony.com",
  6615. "time": "2019-12-01T10:04:45+00:00"
  6616. },
  6617. {
  6618. "name": "symfony/css-selector",
  6619. "version": "v3.4.36",
  6620. "source": {
  6621. "type": "git",
  6622. "url": "https://github.com/symfony/css-selector.git",
  6623. "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f"
  6624. },
  6625. "dist": {
  6626. "type": "zip",
  6627. "url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
  6628. "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
  6629. "shasum": ""
  6630. },
  6631. "require": {
  6632. "php": "^5.5.9|>=7.0.8"
  6633. },
  6634. "type": "library",
  6635. "extra": {
  6636. "branch-alias": {
  6637. "dev-master": "3.4-dev"
  6638. }
  6639. },
  6640. "autoload": {
  6641. "psr-4": {
  6642. "Symfony\\Component\\CssSelector\\": ""
  6643. },
  6644. "exclude-from-classmap": [
  6645. "/Tests/"
  6646. ]
  6647. },
  6648. "notification-url": "https://packagist.org/downloads/",
  6649. "license": [
  6650. "MIT"
  6651. ],
  6652. "authors": [
  6653. {
  6654. "name": "Fabien Potencier",
  6655. "email": "fabien@symfony.com"
  6656. },
  6657. {
  6658. "name": "Jean-François Simon",
  6659. "email": "jeanfrancois.simon@sensiolabs.com"
  6660. },
  6661. {
  6662. "name": "Symfony Community",
  6663. "homepage": "https://symfony.com/contributors"
  6664. }
  6665. ],
  6666. "description": "Symfony CssSelector Component",
  6667. "homepage": "https://symfony.com",
  6668. "time": "2019-10-01T11:57:37+00:00"
  6669. },
  6670. {
  6671. "name": "symfony/debug",
  6672. "version": "v3.4.36",
  6673. "source": {
  6674. "type": "git",
  6675. "url": "https://github.com/symfony/debug.git",
  6676. "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086"
  6677. },
  6678. "dist": {
  6679. "type": "zip",
  6680. "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086",
  6681. "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086",
  6682. "shasum": ""
  6683. },
  6684. "require": {
  6685. "php": "^5.5.9|>=7.0.8",
  6686. "psr/log": "~1.0"
  6687. },
  6688. "conflict": {
  6689. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  6690. },
  6691. "require-dev": {
  6692. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  6693. },
  6694. "type": "library",
  6695. "extra": {
  6696. "branch-alias": {
  6697. "dev-master": "3.4-dev"
  6698. }
  6699. },
  6700. "autoload": {
  6701. "psr-4": {
  6702. "Symfony\\Component\\Debug\\": ""
  6703. },
  6704. "exclude-from-classmap": [
  6705. "/Tests/"
  6706. ]
  6707. },
  6708. "notification-url": "https://packagist.org/downloads/",
  6709. "license": [
  6710. "MIT"
  6711. ],
  6712. "authors": [
  6713. {
  6714. "name": "Fabien Potencier",
  6715. "email": "fabien@symfony.com"
  6716. },
  6717. {
  6718. "name": "Symfony Community",
  6719. "homepage": "https://symfony.com/contributors"
  6720. }
  6721. ],
  6722. "description": "Symfony Debug Component",
  6723. "homepage": "https://symfony.com",
  6724. "time": "2019-10-24T15:33:53+00:00"
  6725. },
  6726. {
  6727. "name": "symfony/dependency-injection",
  6728. "version": "v3.4.36",
  6729. "source": {
  6730. "type": "git",
  6731. "url": "https://github.com/symfony/dependency-injection.git",
  6732. "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2"
  6733. },
  6734. "dist": {
  6735. "type": "zip",
  6736. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2",
  6737. "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2",
  6738. "shasum": ""
  6739. },
  6740. "require": {
  6741. "php": "^5.5.9|>=7.0.8",
  6742. "psr/container": "^1.0"
  6743. },
  6744. "conflict": {
  6745. "symfony/config": "<3.3.7",
  6746. "symfony/finder": "<3.3",
  6747. "symfony/proxy-manager-bridge": "<3.4",
  6748. "symfony/yaml": "<3.4"
  6749. },
  6750. "provide": {
  6751. "psr/container-implementation": "1.0"
  6752. },
  6753. "require-dev": {
  6754. "symfony/config": "~3.3|~4.0",
  6755. "symfony/expression-language": "~2.8|~3.0|~4.0",
  6756. "symfony/yaml": "~3.4|~4.0"
  6757. },
  6758. "suggest": {
  6759. "symfony/config": "",
  6760. "symfony/expression-language": "For using expressions in service container configuration",
  6761. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  6762. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  6763. "symfony/yaml": ""
  6764. },
  6765. "type": "library",
  6766. "extra": {
  6767. "branch-alias": {
  6768. "dev-master": "3.4-dev"
  6769. }
  6770. },
  6771. "autoload": {
  6772. "psr-4": {
  6773. "Symfony\\Component\\DependencyInjection\\": ""
  6774. },
  6775. "exclude-from-classmap": [
  6776. "/Tests/"
  6777. ]
  6778. },
  6779. "notification-url": "https://packagist.org/downloads/",
  6780. "license": [
  6781. "MIT"
  6782. ],
  6783. "authors": [
  6784. {
  6785. "name": "Fabien Potencier",
  6786. "email": "fabien@symfony.com"
  6787. },
  6788. {
  6789. "name": "Symfony Community",
  6790. "homepage": "https://symfony.com/contributors"
  6791. }
  6792. ],
  6793. "description": "Symfony DependencyInjection Component",
  6794. "homepage": "https://symfony.com",
  6795. "time": "2019-12-01T08:33:36+00:00"
  6796. },
  6797. {
  6798. "name": "symfony/dom-crawler",
  6799. "version": "v3.4.36",
  6800. "source": {
  6801. "type": "git",
  6802. "url": "https://github.com/symfony/dom-crawler.git",
  6803. "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3"
  6804. },
  6805. "dist": {
  6806. "type": "zip",
  6807. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
  6808. "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
  6809. "shasum": ""
  6810. },
  6811. "require": {
  6812. "php": "^5.5.9|>=7.0.8",
  6813. "symfony/polyfill-ctype": "~1.8",
  6814. "symfony/polyfill-mbstring": "~1.0"
  6815. },
  6816. "require-dev": {
  6817. "symfony/css-selector": "~2.8|~3.0|~4.0"
  6818. },
  6819. "suggest": {
  6820. "symfony/css-selector": ""
  6821. },
  6822. "type": "library",
  6823. "extra": {
  6824. "branch-alias": {
  6825. "dev-master": "3.4-dev"
  6826. }
  6827. },
  6828. "autoload": {
  6829. "psr-4": {
  6830. "Symfony\\Component\\DomCrawler\\": ""
  6831. },
  6832. "exclude-from-classmap": [
  6833. "/Tests/"
  6834. ]
  6835. },
  6836. "notification-url": "https://packagist.org/downloads/",
  6837. "license": [
  6838. "MIT"
  6839. ],
  6840. "authors": [
  6841. {
  6842. "name": "Fabien Potencier",
  6843. "email": "fabien@symfony.com"
  6844. },
  6845. {
  6846. "name": "Symfony Community",
  6847. "homepage": "https://symfony.com/contributors"
  6848. }
  6849. ],
  6850. "description": "Symfony DomCrawler Component",
  6851. "homepage": "https://symfony.com",
  6852. "time": "2019-10-24T15:33:53+00:00"
  6853. },
  6854. {
  6855. "name": "symfony/event-dispatcher",
  6856. "version": "v3.4.36",
  6857. "source": {
  6858. "type": "git",
  6859. "url": "https://github.com/symfony/event-dispatcher.git",
  6860. "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
  6861. },
  6862. "dist": {
  6863. "type": "zip",
  6864. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
  6865. "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
  6866. "shasum": ""
  6867. },
  6868. "require": {
  6869. "php": "^5.5.9|>=7.0.8"
  6870. },
  6871. "conflict": {
  6872. "symfony/dependency-injection": "<3.3"
  6873. },
  6874. "require-dev": {
  6875. "psr/log": "~1.0",
  6876. "symfony/config": "~2.8|~3.0|~4.0",
  6877. "symfony/dependency-injection": "~3.3|~4.0",
  6878. "symfony/expression-language": "~2.8|~3.0|~4.0",
  6879. "symfony/stopwatch": "~2.8|~3.0|~4.0"
  6880. },
  6881. "suggest": {
  6882. "symfony/dependency-injection": "",
  6883. "symfony/http-kernel": ""
  6884. },
  6885. "type": "library",
  6886. "extra": {
  6887. "branch-alias": {
  6888. "dev-master": "3.4-dev"
  6889. }
  6890. },
  6891. "autoload": {
  6892. "psr-4": {
  6893. "Symfony\\Component\\EventDispatcher\\": ""
  6894. },
  6895. "exclude-from-classmap": [
  6896. "/Tests/"
  6897. ]
  6898. },
  6899. "notification-url": "https://packagist.org/downloads/",
  6900. "license": [
  6901. "MIT"
  6902. ],
  6903. "authors": [
  6904. {
  6905. "name": "Fabien Potencier",
  6906. "email": "fabien@symfony.com"
  6907. },
  6908. {
  6909. "name": "Symfony Community",
  6910. "homepage": "https://symfony.com/contributors"
  6911. }
  6912. ],
  6913. "description": "Symfony EventDispatcher Component",
  6914. "homepage": "https://symfony.com",
  6915. "time": "2019-10-24T15:33:53+00:00"
  6916. },
  6917. {
  6918. "name": "symfony/filesystem",
  6919. "version": "v3.4.36",
  6920. "source": {
  6921. "type": "git",
  6922. "url": "https://github.com/symfony/filesystem.git",
  6923. "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2"
  6924. },
  6925. "dist": {
  6926. "type": "zip",
  6927. "url": "https://api.github.com/repos/symfony/filesystem/zipball/00cdad0936d06fab136944bc2342b762b1c3a4a2",
  6928. "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2",
  6929. "shasum": ""
  6930. },
  6931. "require": {
  6932. "php": "^5.5.9|>=7.0.8",
  6933. "symfony/polyfill-ctype": "~1.8"
  6934. },
  6935. "type": "library",
  6936. "extra": {
  6937. "branch-alias": {
  6938. "dev-master": "3.4-dev"
  6939. }
  6940. },
  6941. "autoload": {
  6942. "psr-4": {
  6943. "Symfony\\Component\\Filesystem\\": ""
  6944. },
  6945. "exclude-from-classmap": [
  6946. "/Tests/"
  6947. ]
  6948. },
  6949. "notification-url": "https://packagist.org/downloads/",
  6950. "license": [
  6951. "MIT"
  6952. ],
  6953. "authors": [
  6954. {
  6955. "name": "Fabien Potencier",
  6956. "email": "fabien@symfony.com"
  6957. },
  6958. {
  6959. "name": "Symfony Community",
  6960. "homepage": "https://symfony.com/contributors"
  6961. }
  6962. ],
  6963. "description": "Symfony Filesystem Component",
  6964. "homepage": "https://symfony.com",
  6965. "time": "2019-11-25T16:36:22+00:00"
  6966. },
  6967. {
  6968. "name": "symfony/finder",
  6969. "version": "v3.4.36",
  6970. "source": {
  6971. "type": "git",
  6972. "url": "https://github.com/symfony/finder.git",
  6973. "reference": "290ae21279b37bfd287cdcce640d51204e84afdf"
  6974. },
  6975. "dist": {
  6976. "type": "zip",
  6977. "url": "https://api.github.com/repos/symfony/finder/zipball/290ae21279b37bfd287cdcce640d51204e84afdf",
  6978. "reference": "290ae21279b37bfd287cdcce640d51204e84afdf",
  6979. "shasum": ""
  6980. },
  6981. "require": {
  6982. "php": "^5.5.9|>=7.0.8"
  6983. },
  6984. "type": "library",
  6985. "extra": {
  6986. "branch-alias": {
  6987. "dev-master": "3.4-dev"
  6988. }
  6989. },
  6990. "autoload": {
  6991. "psr-4": {
  6992. "Symfony\\Component\\Finder\\": ""
  6993. },
  6994. "exclude-from-classmap": [
  6995. "/Tests/"
  6996. ]
  6997. },
  6998. "notification-url": "https://packagist.org/downloads/",
  6999. "license": [
  7000. "MIT"
  7001. ],
  7002. "authors": [
  7003. {
  7004. "name": "Fabien Potencier",
  7005. "email": "fabien@symfony.com"
  7006. },
  7007. {
  7008. "name": "Symfony Community",
  7009. "homepage": "https://symfony.com/contributors"
  7010. }
  7011. ],
  7012. "description": "Symfony Finder Component",
  7013. "homepage": "https://symfony.com",
  7014. "time": "2019-11-17T21:55:15+00:00"
  7015. },
  7016. {
  7017. "name": "symfony/http-foundation",
  7018. "version": "v3.4.36",
  7019. "source": {
  7020. "type": "git",
  7021. "url": "https://github.com/symfony/http-foundation.git",
  7022. "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593"
  7023. },
  7024. "dist": {
  7025. "type": "zip",
  7026. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593",
  7027. "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593",
  7028. "shasum": ""
  7029. },
  7030. "require": {
  7031. "php": "^5.5.9|>=7.0.8",
  7032. "symfony/polyfill-mbstring": "~1.1",
  7033. "symfony/polyfill-php70": "~1.6"
  7034. },
  7035. "require-dev": {
  7036. "symfony/expression-language": "~2.8|~3.0|~4.0"
  7037. },
  7038. "type": "library",
  7039. "extra": {
  7040. "branch-alias": {
  7041. "dev-master": "3.4-dev"
  7042. }
  7043. },
  7044. "autoload": {
  7045. "psr-4": {
  7046. "Symfony\\Component\\HttpFoundation\\": ""
  7047. },
  7048. "exclude-from-classmap": [
  7049. "/Tests/"
  7050. ]
  7051. },
  7052. "notification-url": "https://packagist.org/downloads/",
  7053. "license": [
  7054. "MIT"
  7055. ],
  7056. "authors": [
  7057. {
  7058. "name": "Fabien Potencier",
  7059. "email": "fabien@symfony.com"
  7060. },
  7061. {
  7062. "name": "Symfony Community",
  7063. "homepage": "https://symfony.com/contributors"
  7064. }
  7065. ],
  7066. "description": "Symfony HttpFoundation Component",
  7067. "homepage": "https://symfony.com",
  7068. "time": "2019-11-28T12:52:59+00:00"
  7069. },
  7070. {
  7071. "name": "symfony/http-kernel",
  7072. "version": "v3.4.36",
  7073. "source": {
  7074. "type": "git",
  7075. "url": "https://github.com/symfony/http-kernel.git",
  7076. "reference": "c42c8339acb28cfff0fb1786948db4d23d609ff7"
  7077. },
  7078. "dist": {
  7079. "type": "zip",
  7080. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c42c8339acb28cfff0fb1786948db4d23d609ff7",
  7081. "reference": "c42c8339acb28cfff0fb1786948db4d23d609ff7",
  7082. "shasum": ""
  7083. },
  7084. "require": {
  7085. "php": "^5.5.9|>=7.0.8",
  7086. "psr/log": "~1.0",
  7087. "symfony/debug": "^3.3.3|~4.0",
  7088. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  7089. "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
  7090. "symfony/polyfill-ctype": "~1.8",
  7091. "symfony/polyfill-php56": "~1.8"
  7092. },
  7093. "conflict": {
  7094. "symfony/config": "<2.8",
  7095. "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
  7096. "symfony/var-dumper": "<3.3",
  7097. "twig/twig": "<1.34|<2.4,>=2"
  7098. },
  7099. "provide": {
  7100. "psr/log-implementation": "1.0"
  7101. },
  7102. "require-dev": {
  7103. "psr/cache": "~1.0",
  7104. "symfony/browser-kit": "~2.8|~3.0|~4.0",
  7105. "symfony/class-loader": "~2.8|~3.0",
  7106. "symfony/config": "~2.8|~3.0|~4.0",
  7107. "symfony/console": "~2.8|~3.0|~4.0",
  7108. "symfony/css-selector": "~2.8|~3.0|~4.0",
  7109. "symfony/dependency-injection": "^3.4.10|^4.0.10",
  7110. "symfony/dom-crawler": "~2.8|~3.0|~4.0",
  7111. "symfony/expression-language": "~2.8|~3.0|~4.0",
  7112. "symfony/finder": "~2.8|~3.0|~4.0",
  7113. "symfony/process": "~2.8|~3.0|~4.0",
  7114. "symfony/routing": "~3.4|~4.0",
  7115. "symfony/stopwatch": "~2.8|~3.0|~4.0",
  7116. "symfony/templating": "~2.8|~3.0|~4.0",
  7117. "symfony/translation": "~2.8|~3.0|~4.0",
  7118. "symfony/var-dumper": "~3.3|~4.0"
  7119. },
  7120. "suggest": {
  7121. "symfony/browser-kit": "",
  7122. "symfony/config": "",
  7123. "symfony/console": "",
  7124. "symfony/dependency-injection": "",
  7125. "symfony/finder": "",
  7126. "symfony/var-dumper": ""
  7127. },
  7128. "type": "library",
  7129. "extra": {
  7130. "branch-alias": {
  7131. "dev-master": "3.4-dev"
  7132. }
  7133. },
  7134. "autoload": {
  7135. "psr-4": {
  7136. "Symfony\\Component\\HttpKernel\\": ""
  7137. },
  7138. "exclude-from-classmap": [
  7139. "/Tests/"
  7140. ]
  7141. },
  7142. "notification-url": "https://packagist.org/downloads/",
  7143. "license": [
  7144. "MIT"
  7145. ],
  7146. "authors": [
  7147. {
  7148. "name": "Fabien Potencier",
  7149. "email": "fabien@symfony.com"
  7150. },
  7151. {
  7152. "name": "Symfony Community",
  7153. "homepage": "https://symfony.com/contributors"
  7154. }
  7155. ],
  7156. "description": "Symfony HttpKernel Component",
  7157. "homepage": "https://symfony.com",
  7158. "time": "2019-12-01T13:50:37+00:00"
  7159. },
  7160. {
  7161. "name": "symfony/polyfill-ctype",
  7162. "version": "v1.13.1",
  7163. "source": {
  7164. "type": "git",
  7165. "url": "https://github.com/symfony/polyfill-ctype.git",
  7166. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
  7167. },
  7168. "dist": {
  7169. "type": "zip",
  7170. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  7171. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  7172. "shasum": ""
  7173. },
  7174. "require": {
  7175. "php": ">=5.3.3"
  7176. },
  7177. "suggest": {
  7178. "ext-ctype": "For best performance"
  7179. },
  7180. "type": "library",
  7181. "extra": {
  7182. "branch-alias": {
  7183. "dev-master": "1.13-dev"
  7184. }
  7185. },
  7186. "autoload": {
  7187. "psr-4": {
  7188. "Symfony\\Polyfill\\Ctype\\": ""
  7189. },
  7190. "files": [
  7191. "bootstrap.php"
  7192. ]
  7193. },
  7194. "notification-url": "https://packagist.org/downloads/",
  7195. "license": [
  7196. "MIT"
  7197. ],
  7198. "authors": [
  7199. {
  7200. "name": "Gert de Pagter",
  7201. "email": "BackEndTea@gmail.com"
  7202. },
  7203. {
  7204. "name": "Symfony Community",
  7205. "homepage": "https://symfony.com/contributors"
  7206. }
  7207. ],
  7208. "description": "Symfony polyfill for ctype functions",
  7209. "homepage": "https://symfony.com",
  7210. "keywords": [
  7211. "compatibility",
  7212. "ctype",
  7213. "polyfill",
  7214. "portable"
  7215. ],
  7216. "time": "2019-11-27T13:56:44+00:00"
  7217. },
  7218. {
  7219. "name": "symfony/polyfill-iconv",
  7220. "version": "v1.13.1",
  7221. "source": {
  7222. "type": "git",
  7223. "url": "https://github.com/symfony/polyfill-iconv.git",
  7224. "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
  7225. },
  7226. "dist": {
  7227. "type": "zip",
  7228. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
  7229. "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
  7230. "shasum": ""
  7231. },
  7232. "require": {
  7233. "php": ">=5.3.3"
  7234. },
  7235. "suggest": {
  7236. "ext-iconv": "For best performance"
  7237. },
  7238. "type": "library",
  7239. "extra": {
  7240. "branch-alias": {
  7241. "dev-master": "1.13-dev"
  7242. }
  7243. },
  7244. "autoload": {
  7245. "psr-4": {
  7246. "Symfony\\Polyfill\\Iconv\\": ""
  7247. },
  7248. "files": [
  7249. "bootstrap.php"
  7250. ]
  7251. },
  7252. "notification-url": "https://packagist.org/downloads/",
  7253. "license": [
  7254. "MIT"
  7255. ],
  7256. "authors": [
  7257. {
  7258. "name": "Nicolas Grekas",
  7259. "email": "p@tchwork.com"
  7260. },
  7261. {
  7262. "name": "Symfony Community",
  7263. "homepage": "https://symfony.com/contributors"
  7264. }
  7265. ],
  7266. "description": "Symfony polyfill for the Iconv extension",
  7267. "homepage": "https://symfony.com",
  7268. "keywords": [
  7269. "compatibility",
  7270. "iconv",
  7271. "polyfill",
  7272. "portable",
  7273. "shim"
  7274. ],
  7275. "time": "2019-11-27T13:56:44+00:00"
  7276. },
  7277. {
  7278. "name": "symfony/polyfill-mbstring",
  7279. "version": "v1.13.1",
  7280. "source": {
  7281. "type": "git",
  7282. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7283. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
  7284. },
  7285. "dist": {
  7286. "type": "zip",
  7287. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
  7288. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
  7289. "shasum": ""
  7290. },
  7291. "require": {
  7292. "php": ">=5.3.3"
  7293. },
  7294. "suggest": {
  7295. "ext-mbstring": "For best performance"
  7296. },
  7297. "type": "library",
  7298. "extra": {
  7299. "branch-alias": {
  7300. "dev-master": "1.13-dev"
  7301. }
  7302. },
  7303. "autoload": {
  7304. "psr-4": {
  7305. "Symfony\\Polyfill\\Mbstring\\": ""
  7306. },
  7307. "files": [
  7308. "bootstrap.php"
  7309. ]
  7310. },
  7311. "notification-url": "https://packagist.org/downloads/",
  7312. "license": [
  7313. "MIT"
  7314. ],
  7315. "authors": [
  7316. {
  7317. "name": "Nicolas Grekas",
  7318. "email": "p@tchwork.com"
  7319. },
  7320. {
  7321. "name": "Symfony Community",
  7322. "homepage": "https://symfony.com/contributors"
  7323. }
  7324. ],
  7325. "description": "Symfony polyfill for the Mbstring extension",
  7326. "homepage": "https://symfony.com",
  7327. "keywords": [
  7328. "compatibility",
  7329. "mbstring",
  7330. "polyfill",
  7331. "portable",
  7332. "shim"
  7333. ],
  7334. "time": "2019-11-27T14:18:11+00:00"
  7335. },
  7336. {
  7337. "name": "symfony/polyfill-php56",
  7338. "version": "v1.13.1",
  7339. "source": {
  7340. "type": "git",
  7341. "url": "https://github.com/symfony/polyfill-php56.git",
  7342. "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
  7343. },
  7344. "dist": {
  7345. "type": "zip",
  7346. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
  7347. "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
  7348. "shasum": ""
  7349. },
  7350. "require": {
  7351. "php": ">=5.3.3",
  7352. "symfony/polyfill-util": "~1.0"
  7353. },
  7354. "type": "library",
  7355. "extra": {
  7356. "branch-alias": {
  7357. "dev-master": "1.13-dev"
  7358. }
  7359. },
  7360. "autoload": {
  7361. "psr-4": {
  7362. "Symfony\\Polyfill\\Php56\\": ""
  7363. },
  7364. "files": [
  7365. "bootstrap.php"
  7366. ]
  7367. },
  7368. "notification-url": "https://packagist.org/downloads/",
  7369. "license": [
  7370. "MIT"
  7371. ],
  7372. "authors": [
  7373. {
  7374. "name": "Nicolas Grekas",
  7375. "email": "p@tchwork.com"
  7376. },
  7377. {
  7378. "name": "Symfony Community",
  7379. "homepage": "https://symfony.com/contributors"
  7380. }
  7381. ],
  7382. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  7383. "homepage": "https://symfony.com",
  7384. "keywords": [
  7385. "compatibility",
  7386. "polyfill",
  7387. "portable",
  7388. "shim"
  7389. ],
  7390. "time": "2019-11-27T13:56:44+00:00"
  7391. },
  7392. {
  7393. "name": "symfony/polyfill-php70",
  7394. "version": "v1.13.1",
  7395. "source": {
  7396. "type": "git",
  7397. "url": "https://github.com/symfony/polyfill-php70.git",
  7398. "reference": "af23c7bb26a73b850840823662dda371484926c4"
  7399. },
  7400. "dist": {
  7401. "type": "zip",
  7402. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
  7403. "reference": "af23c7bb26a73b850840823662dda371484926c4",
  7404. "shasum": ""
  7405. },
  7406. "require": {
  7407. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  7408. "php": ">=5.3.3"
  7409. },
  7410. "type": "library",
  7411. "extra": {
  7412. "branch-alias": {
  7413. "dev-master": "1.13-dev"
  7414. }
  7415. },
  7416. "autoload": {
  7417. "psr-4": {
  7418. "Symfony\\Polyfill\\Php70\\": ""
  7419. },
  7420. "files": [
  7421. "bootstrap.php"
  7422. ],
  7423. "classmap": [
  7424. "Resources/stubs"
  7425. ]
  7426. },
  7427. "notification-url": "https://packagist.org/downloads/",
  7428. "license": [
  7429. "MIT"
  7430. ],
  7431. "authors": [
  7432. {
  7433. "name": "Nicolas Grekas",
  7434. "email": "p@tchwork.com"
  7435. },
  7436. {
  7437. "name": "Symfony Community",
  7438. "homepage": "https://symfony.com/contributors"
  7439. }
  7440. ],
  7441. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  7442. "homepage": "https://symfony.com",
  7443. "keywords": [
  7444. "compatibility",
  7445. "polyfill",
  7446. "portable",
  7447. "shim"
  7448. ],
  7449. "time": "2019-11-27T13:56:44+00:00"
  7450. },
  7451. {
  7452. "name": "symfony/polyfill-php72",
  7453. "version": "v1.13.1",
  7454. "source": {
  7455. "type": "git",
  7456. "url": "https://github.com/symfony/polyfill-php72.git",
  7457. "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
  7458. },
  7459. "dist": {
  7460. "type": "zip",
  7461. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
  7462. "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
  7463. "shasum": ""
  7464. },
  7465. "require": {
  7466. "php": ">=5.3.3"
  7467. },
  7468. "type": "library",
  7469. "extra": {
  7470. "branch-alias": {
  7471. "dev-master": "1.13-dev"
  7472. }
  7473. },
  7474. "autoload": {
  7475. "psr-4": {
  7476. "Symfony\\Polyfill\\Php72\\": ""
  7477. },
  7478. "files": [
  7479. "bootstrap.php"
  7480. ]
  7481. },
  7482. "notification-url": "https://packagist.org/downloads/",
  7483. "license": [
  7484. "MIT"
  7485. ],
  7486. "authors": [
  7487. {
  7488. "name": "Nicolas Grekas",
  7489. "email": "p@tchwork.com"
  7490. },
  7491. {
  7492. "name": "Symfony Community",
  7493. "homepage": "https://symfony.com/contributors"
  7494. }
  7495. ],
  7496. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  7497. "homepage": "https://symfony.com",
  7498. "keywords": [
  7499. "compatibility",
  7500. "polyfill",
  7501. "portable",
  7502. "shim"
  7503. ],
  7504. "time": "2019-11-27T13:56:44+00:00"
  7505. },
  7506. {
  7507. "name": "symfony/polyfill-util",
  7508. "version": "v1.13.1",
  7509. "source": {
  7510. "type": "git",
  7511. "url": "https://github.com/symfony/polyfill-util.git",
  7512. "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
  7513. },
  7514. "dist": {
  7515. "type": "zip",
  7516. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
  7517. "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
  7518. "shasum": ""
  7519. },
  7520. "require": {
  7521. "php": ">=5.3.3"
  7522. },
  7523. "type": "library",
  7524. "extra": {
  7525. "branch-alias": {
  7526. "dev-master": "1.13-dev"
  7527. }
  7528. },
  7529. "autoload": {
  7530. "psr-4": {
  7531. "Symfony\\Polyfill\\Util\\": ""
  7532. }
  7533. },
  7534. "notification-url": "https://packagist.org/downloads/",
  7535. "license": [
  7536. "MIT"
  7537. ],
  7538. "authors": [
  7539. {
  7540. "name": "Nicolas Grekas",
  7541. "email": "p@tchwork.com"
  7542. },
  7543. {
  7544. "name": "Symfony Community",
  7545. "homepage": "https://symfony.com/contributors"
  7546. }
  7547. ],
  7548. "description": "Symfony utilities for portability of PHP codes",
  7549. "homepage": "https://symfony.com",
  7550. "keywords": [
  7551. "compat",
  7552. "compatibility",
  7553. "polyfill",
  7554. "shim"
  7555. ],
  7556. "time": "2019-11-27T13:56:44+00:00"
  7557. },
  7558. {
  7559. "name": "symfony/process",
  7560. "version": "v3.4.36",
  7561. "source": {
  7562. "type": "git",
  7563. "url": "https://github.com/symfony/process.git",
  7564. "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
  7565. },
  7566. "dist": {
  7567. "type": "zip",
  7568. "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
  7569. "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
  7570. "shasum": ""
  7571. },
  7572. "require": {
  7573. "php": "^5.5.9|>=7.0.8"
  7574. },
  7575. "type": "library",
  7576. "extra": {
  7577. "branch-alias": {
  7578. "dev-master": "3.4-dev"
  7579. }
  7580. },
  7581. "autoload": {
  7582. "psr-4": {
  7583. "Symfony\\Component\\Process\\": ""
  7584. },
  7585. "exclude-from-classmap": [
  7586. "/Tests/"
  7587. ]
  7588. },
  7589. "notification-url": "https://packagist.org/downloads/",
  7590. "license": [
  7591. "MIT"
  7592. ],
  7593. "authors": [
  7594. {
  7595. "name": "Fabien Potencier",
  7596. "email": "fabien@symfony.com"
  7597. },
  7598. {
  7599. "name": "Symfony Community",
  7600. "homepage": "https://symfony.com/contributors"
  7601. }
  7602. ],
  7603. "description": "Symfony Process Component",
  7604. "homepage": "https://symfony.com",
  7605. "time": "2019-11-28T10:05:51+00:00"
  7606. },
  7607. {
  7608. "name": "symfony/psr-http-message-bridge",
  7609. "version": "v1.2.0",
  7610. "source": {
  7611. "type": "git",
  7612. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  7613. "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
  7614. },
  7615. "dist": {
  7616. "type": "zip",
  7617. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
  7618. "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
  7619. "shasum": ""
  7620. },
  7621. "require": {
  7622. "php": "^7.1",
  7623. "psr/http-message": "^1.0",
  7624. "symfony/http-foundation": "^3.4 || ^4.0"
  7625. },
  7626. "require-dev": {
  7627. "nyholm/psr7": "^1.1",
  7628. "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
  7629. "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
  7630. },
  7631. "suggest": {
  7632. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  7633. },
  7634. "type": "symfony-bridge",
  7635. "extra": {
  7636. "branch-alias": {
  7637. "dev-master": "1.2-dev"
  7638. }
  7639. },
  7640. "autoload": {
  7641. "psr-4": {
  7642. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  7643. },
  7644. "exclude-from-classmap": [
  7645. "/Tests/"
  7646. ]
  7647. },
  7648. "notification-url": "https://packagist.org/downloads/",
  7649. "license": [
  7650. "MIT"
  7651. ],
  7652. "authors": [
  7653. {
  7654. "name": "Symfony Community",
  7655. "homepage": "http://symfony.com/contributors"
  7656. },
  7657. {
  7658. "name": "Fabien Potencier",
  7659. "email": "fabien@symfony.com"
  7660. }
  7661. ],
  7662. "description": "PSR HTTP message bridge",
  7663. "homepage": "http://symfony.com",
  7664. "keywords": [
  7665. "http",
  7666. "http-message",
  7667. "psr-17",
  7668. "psr-7"
  7669. ],
  7670. "time": "2019-03-11T18:22:33+00:00"
  7671. },
  7672. {
  7673. "name": "symfony/routing",
  7674. "version": "v3.4.36",
  7675. "source": {
  7676. "type": "git",
  7677. "url": "https://github.com/symfony/routing.git",
  7678. "reference": "b689ccd48e234ea404806d94b07eeb45f9f6f06a"
  7679. },
  7680. "dist": {
  7681. "type": "zip",
  7682. "url": "https://api.github.com/repos/symfony/routing/zipball/b689ccd48e234ea404806d94b07eeb45f9f6f06a",
  7683. "reference": "b689ccd48e234ea404806d94b07eeb45f9f6f06a",
  7684. "shasum": ""
  7685. },
  7686. "require": {
  7687. "php": "^5.5.9|>=7.0.8"
  7688. },
  7689. "conflict": {
  7690. "symfony/config": "<3.3.1",
  7691. "symfony/dependency-injection": "<3.3",
  7692. "symfony/yaml": "<3.4"
  7693. },
  7694. "require-dev": {
  7695. "doctrine/annotations": "~1.0",
  7696. "psr/log": "~1.0",
  7697. "symfony/config": "^3.3.1|~4.0",
  7698. "symfony/dependency-injection": "~3.3|~4.0",
  7699. "symfony/expression-language": "~2.8|~3.0|~4.0",
  7700. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  7701. "symfony/yaml": "~3.4|~4.0"
  7702. },
  7703. "suggest": {
  7704. "doctrine/annotations": "For using the annotation loader",
  7705. "symfony/config": "For using the all-in-one router or any loader",
  7706. "symfony/expression-language": "For using expression matching",
  7707. "symfony/http-foundation": "For using a Symfony Request object",
  7708. "symfony/yaml": "For using the YAML loader"
  7709. },
  7710. "type": "library",
  7711. "extra": {
  7712. "branch-alias": {
  7713. "dev-master": "3.4-dev"
  7714. }
  7715. },
  7716. "autoload": {
  7717. "psr-4": {
  7718. "Symfony\\Component\\Routing\\": ""
  7719. },
  7720. "exclude-from-classmap": [
  7721. "/Tests/"
  7722. ]
  7723. },
  7724. "notification-url": "https://packagist.org/downloads/",
  7725. "license": [
  7726. "MIT"
  7727. ],
  7728. "authors": [
  7729. {
  7730. "name": "Fabien Potencier",
  7731. "email": "fabien@symfony.com"
  7732. },
  7733. {
  7734. "name": "Symfony Community",
  7735. "homepage": "https://symfony.com/contributors"
  7736. }
  7737. ],
  7738. "description": "Symfony Routing Component",
  7739. "homepage": "https://symfony.com",
  7740. "keywords": [
  7741. "router",
  7742. "routing",
  7743. "uri",
  7744. "url"
  7745. ],
  7746. "time": "2019-12-01T08:33:36+00:00"
  7747. },
  7748. {
  7749. "name": "symfony/serializer",
  7750. "version": "v3.4.36",
  7751. "source": {
  7752. "type": "git",
  7753. "url": "https://github.com/symfony/serializer.git",
  7754. "reference": "05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42"
  7755. },
  7756. "dist": {
  7757. "type": "zip",
  7758. "url": "https://api.github.com/repos/symfony/serializer/zipball/05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42",
  7759. "reference": "05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42",
  7760. "shasum": ""
  7761. },
  7762. "require": {
  7763. "php": "^5.5.9|>=7.0.8",
  7764. "symfony/polyfill-ctype": "~1.8"
  7765. },
  7766. "conflict": {
  7767. "phpdocumentor/type-resolver": "<0.2.1",
  7768. "symfony/dependency-injection": "<3.2",
  7769. "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
  7770. "symfony/property-info": "<3.1",
  7771. "symfony/yaml": "<3.4"
  7772. },
  7773. "require-dev": {
  7774. "doctrine/annotations": "~1.0",
  7775. "doctrine/cache": "~1.0",
  7776. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  7777. "symfony/cache": "~3.1|~4.0",
  7778. "symfony/config": "~2.8|~3.0|~4.0",
  7779. "symfony/dependency-injection": "~3.2|~4.0",
  7780. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  7781. "symfony/property-access": "~2.8|~3.0|~4.0",
  7782. "symfony/property-info": "^3.4.13|~4.0",
  7783. "symfony/yaml": "~3.4|~4.0"
  7784. },
  7785. "suggest": {
  7786. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  7787. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  7788. "psr/cache-implementation": "For using the metadata cache.",
  7789. "symfony/config": "For using the XML mapping loader.",
  7790. "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
  7791. "symfony/property-access": "For using the ObjectNormalizer.",
  7792. "symfony/property-info": "To deserialize relations.",
  7793. "symfony/yaml": "For using the default YAML mapping loader."
  7794. },
  7795. "type": "library",
  7796. "extra": {
  7797. "branch-alias": {
  7798. "dev-master": "3.4-dev"
  7799. }
  7800. },
  7801. "autoload": {
  7802. "psr-4": {
  7803. "Symfony\\Component\\Serializer\\": ""
  7804. },
  7805. "exclude-from-classmap": [
  7806. "/Tests/"
  7807. ]
  7808. },
  7809. "notification-url": "https://packagist.org/downloads/",
  7810. "license": [
  7811. "MIT"
  7812. ],
  7813. "authors": [
  7814. {
  7815. "name": "Fabien Potencier",
  7816. "email": "fabien@symfony.com"
  7817. },
  7818. {
  7819. "name": "Symfony Community",
  7820. "homepage": "https://symfony.com/contributors"
  7821. }
  7822. ],
  7823. "description": "Symfony Serializer Component",
  7824. "homepage": "https://symfony.com",
  7825. "time": "2019-11-25T16:36:22+00:00"
  7826. },
  7827. {
  7828. "name": "symfony/translation",
  7829. "version": "v3.4.36",
  7830. "source": {
  7831. "type": "git",
  7832. "url": "https://github.com/symfony/translation.git",
  7833. "reference": "0be25347c4a8695d9423fe897f4c774f46e97b51"
  7834. },
  7835. "dist": {
  7836. "type": "zip",
  7837. "url": "https://api.github.com/repos/symfony/translation/zipball/0be25347c4a8695d9423fe897f4c774f46e97b51",
  7838. "reference": "0be25347c4a8695d9423fe897f4c774f46e97b51",
  7839. "shasum": ""
  7840. },
  7841. "require": {
  7842. "php": "^5.5.9|>=7.0.8",
  7843. "symfony/polyfill-mbstring": "~1.0"
  7844. },
  7845. "conflict": {
  7846. "symfony/config": "<2.8",
  7847. "symfony/dependency-injection": "<3.4",
  7848. "symfony/yaml": "<3.4"
  7849. },
  7850. "require-dev": {
  7851. "psr/log": "~1.0",
  7852. "symfony/config": "~2.8|~3.0|~4.0",
  7853. "symfony/dependency-injection": "~3.4|~4.0",
  7854. "symfony/finder": "~2.8|~3.0|~4.0",
  7855. "symfony/http-kernel": "~3.4|~4.0",
  7856. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  7857. "symfony/var-dumper": "~3.4|~4.0",
  7858. "symfony/yaml": "~3.4|~4.0"
  7859. },
  7860. "suggest": {
  7861. "psr/log-implementation": "To use logging capability in translator",
  7862. "symfony/config": "",
  7863. "symfony/yaml": ""
  7864. },
  7865. "type": "library",
  7866. "extra": {
  7867. "branch-alias": {
  7868. "dev-master": "3.4-dev"
  7869. }
  7870. },
  7871. "autoload": {
  7872. "psr-4": {
  7873. "Symfony\\Component\\Translation\\": ""
  7874. },
  7875. "exclude-from-classmap": [
  7876. "/Tests/"
  7877. ]
  7878. },
  7879. "notification-url": "https://packagist.org/downloads/",
  7880. "license": [
  7881. "MIT"
  7882. ],
  7883. "authors": [
  7884. {
  7885. "name": "Fabien Potencier",
  7886. "email": "fabien@symfony.com"
  7887. },
  7888. {
  7889. "name": "Symfony Community",
  7890. "homepage": "https://symfony.com/contributors"
  7891. }
  7892. ],
  7893. "description": "Symfony Translation Component",
  7894. "homepage": "https://symfony.com",
  7895. "time": "2019-11-23T20:30:33+00:00"
  7896. },
  7897. {
  7898. "name": "symfony/validator",
  7899. "version": "v3.4.36",
  7900. "source": {
  7901. "type": "git",
  7902. "url": "https://github.com/symfony/validator.git",
  7903. "reference": "55e329a518baa3b169b7d278620ae2cd76005188"
  7904. },
  7905. "dist": {
  7906. "type": "zip",
  7907. "url": "https://api.github.com/repos/symfony/validator/zipball/55e329a518baa3b169b7d278620ae2cd76005188",
  7908. "reference": "55e329a518baa3b169b7d278620ae2cd76005188",
  7909. "shasum": ""
  7910. },
  7911. "require": {
  7912. "php": "^5.5.9|>=7.0.8",
  7913. "symfony/polyfill-ctype": "~1.8",
  7914. "symfony/polyfill-mbstring": "~1.0",
  7915. "symfony/translation": "~2.8|~3.0|~4.0"
  7916. },
  7917. "conflict": {
  7918. "doctrine/lexer": "<1.0.2",
  7919. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  7920. "symfony/dependency-injection": "<3.3",
  7921. "symfony/http-kernel": "<3.3.5",
  7922. "symfony/yaml": "<3.4"
  7923. },
  7924. "require-dev": {
  7925. "doctrine/annotations": "~1.7",
  7926. "doctrine/cache": "~1.0",
  7927. "egulias/email-validator": "^2.1.10",
  7928. "symfony/cache": "~3.1|~4.0",
  7929. "symfony/config": "~2.8|~3.0|~4.0",
  7930. "symfony/dependency-injection": "~3.3|~4.0",
  7931. "symfony/expression-language": "~2.8|~3.0|~4.0",
  7932. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  7933. "symfony/http-kernel": "^3.3.5|~4.0",
  7934. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  7935. "symfony/property-access": "~2.8|~3.0|~4.0",
  7936. "symfony/var-dumper": "~3.3|~4.0",
  7937. "symfony/yaml": "~3.4|~4.0"
  7938. },
  7939. "suggest": {
  7940. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  7941. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  7942. "egulias/email-validator": "Strict (RFC compliant) email validation",
  7943. "psr/cache-implementation": "For using the metadata cache.",
  7944. "symfony/config": "",
  7945. "symfony/expression-language": "For using the Expression validator",
  7946. "symfony/http-foundation": "",
  7947. "symfony/intl": "",
  7948. "symfony/property-access": "For accessing properties within comparison constraints",
  7949. "symfony/yaml": ""
  7950. },
  7951. "type": "library",
  7952. "extra": {
  7953. "branch-alias": {
  7954. "dev-master": "3.4-dev"
  7955. }
  7956. },
  7957. "autoload": {
  7958. "psr-4": {
  7959. "Symfony\\Component\\Validator\\": ""
  7960. },
  7961. "exclude-from-classmap": [
  7962. "/Tests/"
  7963. ]
  7964. },
  7965. "notification-url": "https://packagist.org/downloads/",
  7966. "license": [
  7967. "MIT"
  7968. ],
  7969. "authors": [
  7970. {
  7971. "name": "Fabien Potencier",
  7972. "email": "fabien@symfony.com"
  7973. },
  7974. {
  7975. "name": "Symfony Community",
  7976. "homepage": "https://symfony.com/contributors"
  7977. }
  7978. ],
  7979. "description": "Symfony Validator Component",
  7980. "homepage": "https://symfony.com",
  7981. "time": "2019-11-29T19:07:18+00:00"
  7982. },
  7983. {
  7984. "name": "symfony/var-dumper",
  7985. "version": "v4.4.1",
  7986. "source": {
  7987. "type": "git",
  7988. "url": "https://github.com/symfony/var-dumper.git",
  7989. "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a"
  7990. },
  7991. "dist": {
  7992. "type": "zip",
  7993. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
  7994. "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
  7995. "shasum": ""
  7996. },
  7997. "require": {
  7998. "php": "^7.1.3",
  7999. "symfony/polyfill-mbstring": "~1.0",
  8000. "symfony/polyfill-php72": "~1.5"
  8001. },
  8002. "conflict": {
  8003. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  8004. "symfony/console": "<3.4"
  8005. },
  8006. "require-dev": {
  8007. "ext-iconv": "*",
  8008. "symfony/console": "^3.4|^4.0|^5.0",
  8009. "symfony/process": "^4.4|^5.0",
  8010. "twig/twig": "^1.34|^2.4|^3.0"
  8011. },
  8012. "suggest": {
  8013. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  8014. "ext-intl": "To show region name in time zone dump",
  8015. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  8016. },
  8017. "bin": [
  8018. "Resources/bin/var-dump-server"
  8019. ],
  8020. "type": "library",
  8021. "extra": {
  8022. "branch-alias": {
  8023. "dev-master": "4.4-dev"
  8024. }
  8025. },
  8026. "autoload": {
  8027. "files": [
  8028. "Resources/functions/dump.php"
  8029. ],
  8030. "psr-4": {
  8031. "Symfony\\Component\\VarDumper\\": ""
  8032. },
  8033. "exclude-from-classmap": [
  8034. "/Tests/"
  8035. ]
  8036. },
  8037. "notification-url": "https://packagist.org/downloads/",
  8038. "license": [
  8039. "MIT"
  8040. ],
  8041. "authors": [
  8042. {
  8043. "name": "Nicolas Grekas",
  8044. "email": "p@tchwork.com"
  8045. },
  8046. {
  8047. "name": "Symfony Community",
  8048. "homepage": "https://symfony.com/contributors"
  8049. }
  8050. ],
  8051. "description": "Symfony mechanism for exploring and dumping PHP variables",
  8052. "homepage": "https://symfony.com",
  8053. "keywords": [
  8054. "debug",
  8055. "dump"
  8056. ],
  8057. "time": "2019-11-28T13:33:56+00:00"
  8058. },
  8059. {
  8060. "name": "symfony/yaml",
  8061. "version": "v3.4.36",
  8062. "source": {
  8063. "type": "git",
  8064. "url": "https://github.com/symfony/yaml.git",
  8065. "reference": "dab657db15207879217fc81df4f875947bf68804"
  8066. },
  8067. "dist": {
  8068. "type": "zip",
  8069. "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804",
  8070. "reference": "dab657db15207879217fc81df4f875947bf68804",
  8071. "shasum": ""
  8072. },
  8073. "require": {
  8074. "php": "^5.5.9|>=7.0.8",
  8075. "symfony/polyfill-ctype": "~1.8"
  8076. },
  8077. "conflict": {
  8078. "symfony/console": "<3.4"
  8079. },
  8080. "require-dev": {
  8081. "symfony/console": "~3.4|~4.0"
  8082. },
  8083. "suggest": {
  8084. "symfony/console": "For validating YAML files using the lint command"
  8085. },
  8086. "type": "library",
  8087. "extra": {
  8088. "branch-alias": {
  8089. "dev-master": "3.4-dev"
  8090. }
  8091. },
  8092. "autoload": {
  8093. "psr-4": {
  8094. "Symfony\\Component\\Yaml\\": ""
  8095. },
  8096. "exclude-from-classmap": [
  8097. "/Tests/"
  8098. ]
  8099. },
  8100. "notification-url": "https://packagist.org/downloads/",
  8101. "license": [
  8102. "MIT"
  8103. ],
  8104. "authors": [
  8105. {
  8106. "name": "Fabien Potencier",
  8107. "email": "fabien@symfony.com"
  8108. },
  8109. {
  8110. "name": "Symfony Community",
  8111. "homepage": "https://symfony.com/contributors"
  8112. }
  8113. ],
  8114. "description": "Symfony Yaml Component",
  8115. "homepage": "https://symfony.com",
  8116. "time": "2019-10-24T15:33:53+00:00"
  8117. },
  8118. {
  8119. "name": "twig/twig",
  8120. "version": "v1.42.4",
  8121. "source": {
  8122. "type": "git",
  8123. "url": "https://github.com/twigphp/Twig.git",
  8124. "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
  8125. },
  8126. "dist": {
  8127. "type": "zip",
  8128. "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
  8129. "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
  8130. "shasum": ""
  8131. },
  8132. "require": {
  8133. "php": ">=5.5.0",
  8134. "symfony/polyfill-ctype": "^1.8"
  8135. },
  8136. "require-dev": {
  8137. "psr/container": "^1.0",
  8138. "symfony/debug": "^3.4|^4.2",
  8139. "symfony/phpunit-bridge": "^4.4@dev|^5.0"
  8140. },
  8141. "type": "library",
  8142. "extra": {
  8143. "branch-alias": {
  8144. "dev-master": "1.42-dev"
  8145. }
  8146. },
  8147. "autoload": {
  8148. "psr-0": {
  8149. "Twig_": "lib/"
  8150. },
  8151. "psr-4": {
  8152. "Twig\\": "src/"
  8153. }
  8154. },
  8155. "notification-url": "https://packagist.org/downloads/",
  8156. "license": [
  8157. "BSD-3-Clause"
  8158. ],
  8159. "authors": [
  8160. {
  8161. "name": "Fabien Potencier",
  8162. "email": "fabien@symfony.com",
  8163. "homepage": "http://fabien.potencier.org",
  8164. "role": "Lead Developer"
  8165. },
  8166. {
  8167. "name": "Twig Team",
  8168. "homepage": "https://twig.symfony.com/contributors",
  8169. "role": "Contributors"
  8170. },
  8171. {
  8172. "name": "Armin Ronacher",
  8173. "email": "armin.ronacher@active-4.com",
  8174. "role": "Project Founder"
  8175. }
  8176. ],
  8177. "description": "Twig, the flexible, fast, and secure template language for PHP",
  8178. "homepage": "https://twig.symfony.com",
  8179. "keywords": [
  8180. "templating"
  8181. ],
  8182. "time": "2019-11-11T16:49:32+00:00"
  8183. },
  8184. {
  8185. "name": "typo3/phar-stream-wrapper",
  8186. "version": "v3.1.3",
  8187. "source": {
  8188. "type": "git",
  8189. "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
  8190. "reference": "586ff60beea128e069a5dc271d3d8133a9bc460a"
  8191. },
  8192. "dist": {
  8193. "type": "zip",
  8194. "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/586ff60beea128e069a5dc271d3d8133a9bc460a",
  8195. "reference": "586ff60beea128e069a5dc271d3d8133a9bc460a",
  8196. "shasum": ""
  8197. },
  8198. "require": {
  8199. "ext-json": "*",
  8200. "php": "^7.0"
  8201. },
  8202. "require-dev": {
  8203. "ext-xdebug": "*",
  8204. "phpunit/phpunit": "^6.5"
  8205. },
  8206. "suggest": {
  8207. "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
  8208. },
  8209. "type": "library",
  8210. "extra": {
  8211. "branch-alias": {
  8212. "dev-master": "v3.x-dev"
  8213. }
  8214. },
  8215. "autoload": {
  8216. "psr-4": {
  8217. "TYPO3\\PharStreamWrapper\\": "src/"
  8218. }
  8219. },
  8220. "notification-url": "https://packagist.org/downloads/",
  8221. "license": [
  8222. "MIT"
  8223. ],
  8224. "description": "Interceptors for PHP's native phar:// stream handling",
  8225. "homepage": "https://typo3.org/",
  8226. "keywords": [
  8227. "phar",
  8228. "php",
  8229. "security",
  8230. "stream-wrapper"
  8231. ],
  8232. "time": "2019-10-18T11:57:16+00:00"
  8233. },
  8234. {
  8235. "name": "vlucas/phpdotenv",
  8236. "version": "v2.6.1",
  8237. "source": {
  8238. "type": "git",
  8239. "url": "https://github.com/vlucas/phpdotenv.git",
  8240. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
  8241. },
  8242. "dist": {
  8243. "type": "zip",
  8244. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  8245. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  8246. "shasum": ""
  8247. },
  8248. "require": {
  8249. "php": ">=5.3.9",
  8250. "symfony/polyfill-ctype": "^1.9"
  8251. },
  8252. "require-dev": {
  8253. "phpunit/phpunit": "^4.8.35 || ^5.0"
  8254. },
  8255. "type": "library",
  8256. "extra": {
  8257. "branch-alias": {
  8258. "dev-master": "2.6-dev"
  8259. }
  8260. },
  8261. "autoload": {
  8262. "psr-4": {
  8263. "Dotenv\\": "src/"
  8264. }
  8265. },
  8266. "notification-url": "https://packagist.org/downloads/",
  8267. "license": [
  8268. "BSD-3-Clause"
  8269. ],
  8270. "authors": [
  8271. {
  8272. "name": "Vance Lucas",
  8273. "email": "vance@vancelucas.com",
  8274. "homepage": "http://www.vancelucas.com"
  8275. }
  8276. ],
  8277. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  8278. "keywords": [
  8279. "dotenv",
  8280. "env",
  8281. "environment"
  8282. ],
  8283. "time": "2019-01-29T11:11:52+00:00"
  8284. },
  8285. {
  8286. "name": "webflo/drupal-finder",
  8287. "version": "1.2.0",
  8288. "source": {
  8289. "type": "git",
  8290. "url": "https://github.com/webflo/drupal-finder.git",
  8291. "reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e"
  8292. },
  8293. "dist": {
  8294. "type": "zip",
  8295. "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/123e248e14ee8dd3fbe89fb5a733a6cf91f5820e",
  8296. "reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e",
  8297. "shasum": ""
  8298. },
  8299. "require": {
  8300. "ext-json": "*"
  8301. },
  8302. "require-dev": {
  8303. "mikey179/vfsstream": "^1.6",
  8304. "phpunit/phpunit": "^4.8"
  8305. },
  8306. "type": "library",
  8307. "autoload": {
  8308. "classmap": [
  8309. "src/DrupalFinder.php"
  8310. ]
  8311. },
  8312. "notification-url": "https://packagist.org/downloads/",
  8313. "license": [
  8314. "GPL-2.0+"
  8315. ],
  8316. "authors": [
  8317. {
  8318. "name": "Florian Weber",
  8319. "email": "florian@webflo.org"
  8320. }
  8321. ],
  8322. "description": "Helper class to locate a Drupal installation from a given path.",
  8323. "time": "2019-08-02T08:06:18+00:00"
  8324. },
  8325. {
  8326. "name": "webmozart/assert",
  8327. "version": "1.6.0",
  8328. "source": {
  8329. "type": "git",
  8330. "url": "https://github.com/webmozart/assert.git",
  8331. "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
  8332. },
  8333. "dist": {
  8334. "type": "zip",
  8335. "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
  8336. "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
  8337. "shasum": ""
  8338. },
  8339. "require": {
  8340. "php": "^5.3.3 || ^7.0",
  8341. "symfony/polyfill-ctype": "^1.8"
  8342. },
  8343. "conflict": {
  8344. "vimeo/psalm": "<3.6.0"
  8345. },
  8346. "require-dev": {
  8347. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  8348. },
  8349. "type": "library",
  8350. "autoload": {
  8351. "psr-4": {
  8352. "Webmozart\\Assert\\": "src/"
  8353. }
  8354. },
  8355. "notification-url": "https://packagist.org/downloads/",
  8356. "license": [
  8357. "MIT"
  8358. ],
  8359. "authors": [
  8360. {
  8361. "name": "Bernhard Schussek",
  8362. "email": "bschussek@gmail.com"
  8363. }
  8364. ],
  8365. "description": "Assertions to validate method input/output with nice error messages.",
  8366. "keywords": [
  8367. "assert",
  8368. "check",
  8369. "validate"
  8370. ],
  8371. "time": "2019-11-24T13:36:37+00:00"
  8372. },
  8373. {
  8374. "name": "webmozart/path-util",
  8375. "version": "2.3.0",
  8376. "source": {
  8377. "type": "git",
  8378. "url": "https://github.com/webmozart/path-util.git",
  8379. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  8380. },
  8381. "dist": {
  8382. "type": "zip",
  8383. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  8384. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  8385. "shasum": ""
  8386. },
  8387. "require": {
  8388. "php": ">=5.3.3",
  8389. "webmozart/assert": "~1.0"
  8390. },
  8391. "require-dev": {
  8392. "phpunit/phpunit": "^4.6",
  8393. "sebastian/version": "^1.0.1"
  8394. },
  8395. "type": "library",
  8396. "extra": {
  8397. "branch-alias": {
  8398. "dev-master": "2.3-dev"
  8399. }
  8400. },
  8401. "autoload": {
  8402. "psr-4": {
  8403. "Webmozart\\PathUtil\\": "src/"
  8404. }
  8405. },
  8406. "notification-url": "https://packagist.org/downloads/",
  8407. "license": [
  8408. "MIT"
  8409. ],
  8410. "authors": [
  8411. {
  8412. "name": "Bernhard Schussek",
  8413. "email": "bschussek@gmail.com"
  8414. }
  8415. ],
  8416. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  8417. "time": "2015-12-17T08:42:14+00:00"
  8418. },
  8419. {
  8420. "name": "zaporylie/composer-drupal-optimizations",
  8421. "version": "1.1.1",
  8422. "source": {
  8423. "type": "git",
  8424. "url": "https://github.com/zaporylie/composer-drupal-optimizations.git",
  8425. "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d"
  8426. },
  8427. "dist": {
  8428. "type": "zip",
  8429. "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/fb231d92adc862a2c9276bccbc90f684816dc75d",
  8430. "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d",
  8431. "shasum": ""
  8432. },
  8433. "require": {
  8434. "composer-plugin-api": "^1.1"
  8435. },
  8436. "require-dev": {
  8437. "composer/composer": "^1.6",
  8438. "phpunit/phpunit": "^6"
  8439. },
  8440. "type": "composer-plugin",
  8441. "extra": {
  8442. "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin"
  8443. },
  8444. "autoload": {
  8445. "psr-4": {
  8446. "zaporylie\\ComposerDrupalOptimizations\\": "src/"
  8447. }
  8448. },
  8449. "notification-url": "https://packagist.org/downloads/",
  8450. "license": [
  8451. "GPL-2.0-or-later"
  8452. ],
  8453. "authors": [
  8454. {
  8455. "name": "Jakub Piasecki",
  8456. "email": "jakub@piaseccy.pl"
  8457. }
  8458. ],
  8459. "description": "Composer plugin to improve composer performance for Drupal projects",
  8460. "time": "2019-10-02T17:01:11+00:00"
  8461. },
  8462. {
  8463. "name": "zendframework/zend-diactoros",
  8464. "version": "1.8.7",
  8465. "source": {
  8466. "type": "git",
  8467. "url": "https://github.com/zendframework/zend-diactoros.git",
  8468. "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
  8469. },
  8470. "dist": {
  8471. "type": "zip",
  8472. "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
  8473. "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
  8474. "shasum": ""
  8475. },
  8476. "require": {
  8477. "php": "^5.6 || ^7.0",
  8478. "psr/http-message": "^1.0"
  8479. },
  8480. "provide": {
  8481. "psr/http-message-implementation": "1.0"
  8482. },
  8483. "require-dev": {
  8484. "ext-dom": "*",
  8485. "ext-libxml": "*",
  8486. "php-http/psr7-integration-tests": "dev-master",
  8487. "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
  8488. "zendframework/zend-coding-standard": "~1.0"
  8489. },
  8490. "type": "library",
  8491. "extra": {
  8492. "branch-alias": {
  8493. "dev-release-1.8": "1.8.x-dev"
  8494. }
  8495. },
  8496. "autoload": {
  8497. "files": [
  8498. "src/functions/create_uploaded_file.php",
  8499. "src/functions/marshal_headers_from_sapi.php",
  8500. "src/functions/marshal_method_from_sapi.php",
  8501. "src/functions/marshal_protocol_version_from_sapi.php",
  8502. "src/functions/marshal_uri_from_sapi.php",
  8503. "src/functions/normalize_server.php",
  8504. "src/functions/normalize_uploaded_files.php",
  8505. "src/functions/parse_cookie_header.php"
  8506. ],
  8507. "psr-4": {
  8508. "Zend\\Diactoros\\": "src/"
  8509. }
  8510. },
  8511. "notification-url": "https://packagist.org/downloads/",
  8512. "license": [
  8513. "BSD-2-Clause"
  8514. ],
  8515. "description": "PSR HTTP Message implementations",
  8516. "homepage": "https://github.com/zendframework/zend-diactoros",
  8517. "keywords": [
  8518. "http",
  8519. "psr",
  8520. "psr-7"
  8521. ],
  8522. "time": "2019-08-06T17:53:53+00:00"
  8523. },
  8524. {
  8525. "name": "zendframework/zend-escaper",
  8526. "version": "2.6.1",
  8527. "source": {
  8528. "type": "git",
  8529. "url": "https://github.com/zendframework/zend-escaper.git",
  8530. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
  8531. },
  8532. "dist": {
  8533. "type": "zip",
  8534. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  8535. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  8536. "shasum": ""
  8537. },
  8538. "require": {
  8539. "php": "^5.6 || ^7.0"
  8540. },
  8541. "require-dev": {
  8542. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  8543. "zendframework/zend-coding-standard": "~1.0.0"
  8544. },
  8545. "type": "library",
  8546. "extra": {
  8547. "branch-alias": {
  8548. "dev-master": "2.6.x-dev",
  8549. "dev-develop": "2.7.x-dev"
  8550. }
  8551. },
  8552. "autoload": {
  8553. "psr-4": {
  8554. "Zend\\Escaper\\": "src/"
  8555. }
  8556. },
  8557. "notification-url": "https://packagist.org/downloads/",
  8558. "license": [
  8559. "BSD-3-Clause"
  8560. ],
  8561. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  8562. "keywords": [
  8563. "ZendFramework",
  8564. "escaper",
  8565. "zf"
  8566. ],
  8567. "time": "2019-09-05T20:03:20+00:00"
  8568. },
  8569. {
  8570. "name": "zendframework/zend-feed",
  8571. "version": "2.12.0",
  8572. "source": {
  8573. "type": "git",
  8574. "url": "https://github.com/zendframework/zend-feed.git",
  8575. "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733"
  8576. },
  8577. "dist": {
  8578. "type": "zip",
  8579. "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733",
  8580. "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733",
  8581. "shasum": ""
  8582. },
  8583. "require": {
  8584. "ext-dom": "*",
  8585. "ext-libxml": "*",
  8586. "php": "^5.6 || ^7.0",
  8587. "zendframework/zend-escaper": "^2.5.2",
  8588. "zendframework/zend-stdlib": "^3.2.1"
  8589. },
  8590. "require-dev": {
  8591. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  8592. "psr/http-message": "^1.0.1",
  8593. "zendframework/zend-cache": "^2.7.2",
  8594. "zendframework/zend-coding-standard": "~1.0.0",
  8595. "zendframework/zend-db": "^2.8.2",
  8596. "zendframework/zend-http": "^2.7",
  8597. "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
  8598. "zendframework/zend-validator": "^2.10.1"
  8599. },
  8600. "suggest": {
  8601. "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
  8602. "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
  8603. "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
  8604. "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
  8605. "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
  8606. "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
  8607. },
  8608. "type": "library",
  8609. "extra": {
  8610. "branch-alias": {
  8611. "dev-master": "2.12.x-dev",
  8612. "dev-develop": "2.13.x-dev"
  8613. }
  8614. },
  8615. "autoload": {
  8616. "psr-4": {
  8617. "Zend\\Feed\\": "src/"
  8618. }
  8619. },
  8620. "notification-url": "https://packagist.org/downloads/",
  8621. "license": [
  8622. "BSD-3-Clause"
  8623. ],
  8624. "description": "provides functionality for consuming RSS and Atom feeds",
  8625. "keywords": [
  8626. "ZendFramework",
  8627. "feed",
  8628. "zf"
  8629. ],
  8630. "time": "2019-03-05T20:08:49+00:00"
  8631. },
  8632. {
  8633. "name": "zendframework/zend-stdlib",
  8634. "version": "3.2.1",
  8635. "source": {
  8636. "type": "git",
  8637. "url": "https://github.com/zendframework/zend-stdlib.git",
  8638. "reference": "66536006722aff9e62d1b331025089b7ec71c065"
  8639. },
  8640. "dist": {
  8641. "type": "zip",
  8642. "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
  8643. "reference": "66536006722aff9e62d1b331025089b7ec71c065",
  8644. "shasum": ""
  8645. },
  8646. "require": {
  8647. "php": "^5.6 || ^7.0"
  8648. },
  8649. "require-dev": {
  8650. "phpbench/phpbench": "^0.13",
  8651. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  8652. "zendframework/zend-coding-standard": "~1.0.0"
  8653. },
  8654. "type": "library",
  8655. "extra": {
  8656. "branch-alias": {
  8657. "dev-master": "3.2.x-dev",
  8658. "dev-develop": "3.3.x-dev"
  8659. }
  8660. },
  8661. "autoload": {
  8662. "psr-4": {
  8663. "Zend\\Stdlib\\": "src/"
  8664. }
  8665. },
  8666. "notification-url": "https://packagist.org/downloads/",
  8667. "license": [
  8668. "BSD-3-Clause"
  8669. ],
  8670. "description": "SPL extensions, array utilities, error handlers, and more",
  8671. "keywords": [
  8672. "ZendFramework",
  8673. "stdlib",
  8674. "zf"
  8675. ],
  8676. "time": "2018-08-28T21:34:05+00:00"
  8677. }
  8678. ],
  8679. "packages-dev": [
  8680. {
  8681. "name": "behat/mink",
  8682. "version": "dev-master",
  8683. "source": {
  8684. "type": "git",
  8685. "url": "https://github.com/minkphp/Mink.git",
  8686. "reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83"
  8687. },
  8688. "dist": {
  8689. "type": "zip",
  8690. "url": "https://api.github.com/repos/minkphp/Mink/zipball/a534fe7dac9525e8e10ca68e737c3d7e5058ec83",
  8691. "reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83",
  8692. "shasum": ""
  8693. },
  8694. "require": {
  8695. "php": ">=5.3.1",
  8696. "symfony/css-selector": "^2.7|^3.0|^4.0"
  8697. },
  8698. "require-dev": {
  8699. "symfony/phpunit-bridge": "^4.2"
  8700. },
  8701. "suggest": {
  8702. "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
  8703. "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
  8704. "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
  8705. "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
  8706. "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
  8707. },
  8708. "type": "library",
  8709. "extra": {
  8710. "branch-alias": {
  8711. "dev-master": "1.7.x-dev"
  8712. }
  8713. },
  8714. "autoload": {
  8715. "psr-4": {
  8716. "Behat\\Mink\\": "src/"
  8717. }
  8718. },
  8719. "notification-url": "https://packagist.org/downloads/",
  8720. "license": [
  8721. "MIT"
  8722. ],
  8723. "authors": [
  8724. {
  8725. "name": "Konstantin Kudryashov",
  8726. "email": "ever.zet@gmail.com",
  8727. "homepage": "http://everzet.com"
  8728. }
  8729. ],
  8730. "description": "Browser controller/emulator abstraction for PHP",
  8731. "homepage": "http://mink.behat.org/",
  8732. "keywords": [
  8733. "browser",
  8734. "testing",
  8735. "web"
  8736. ],
  8737. "time": "2019-07-15T12:45:29+00:00"
  8738. },
  8739. {
  8740. "name": "behat/mink-browserkit-driver",
  8741. "version": "1.3.3",
  8742. "source": {
  8743. "type": "git",
  8744. "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
  8745. "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
  8746. },
  8747. "dist": {
  8748. "type": "zip",
  8749. "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
  8750. "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
  8751. "shasum": ""
  8752. },
  8753. "require": {
  8754. "behat/mink": "^1.7.1@dev",
  8755. "php": ">=5.3.6",
  8756. "symfony/browser-kit": "~2.3|~3.0|~4.0",
  8757. "symfony/dom-crawler": "~2.3|~3.0|~4.0"
  8758. },
  8759. "require-dev": {
  8760. "mink/driver-testsuite": "dev-master",
  8761. "symfony/http-kernel": "~2.3|~3.0|~4.0"
  8762. },
  8763. "type": "mink-driver",
  8764. "extra": {
  8765. "branch-alias": {
  8766. "dev-master": "1.3.x-dev"
  8767. }
  8768. },
  8769. "autoload": {
  8770. "psr-4": {
  8771. "Behat\\Mink\\Driver\\": "src/"
  8772. }
  8773. },
  8774. "notification-url": "https://packagist.org/downloads/",
  8775. "license": [
  8776. "MIT"
  8777. ],
  8778. "authors": [
  8779. {
  8780. "name": "Konstantin Kudryashov",
  8781. "email": "ever.zet@gmail.com",
  8782. "homepage": "http://everzet.com"
  8783. }
  8784. ],
  8785. "description": "Symfony2 BrowserKit driver for Mink framework",
  8786. "homepage": "http://mink.behat.org/",
  8787. "keywords": [
  8788. "Mink",
  8789. "Symfony2",
  8790. "browser",
  8791. "testing"
  8792. ],
  8793. "time": "2018-05-02T09:25:31+00:00"
  8794. },
  8795. {
  8796. "name": "behat/mink-goutte-driver",
  8797. "version": "v1.2.1",
  8798. "source": {
  8799. "type": "git",
  8800. "url": "https://github.com/minkphp/MinkGoutteDriver.git",
  8801. "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
  8802. },
  8803. "dist": {
  8804. "type": "zip",
  8805. "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  8806. "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  8807. "shasum": ""
  8808. },
  8809. "require": {
  8810. "behat/mink": "~1.6@dev",
  8811. "behat/mink-browserkit-driver": "~1.2@dev",
  8812. "fabpot/goutte": "~1.0.4|~2.0|~3.1",
  8813. "php": ">=5.3.1"
  8814. },
  8815. "require-dev": {
  8816. "symfony/phpunit-bridge": "~2.7|~3.0"
  8817. },
  8818. "type": "mink-driver",
  8819. "extra": {
  8820. "branch-alias": {
  8821. "dev-master": "1.2.x-dev"
  8822. }
  8823. },
  8824. "autoload": {
  8825. "psr-4": {
  8826. "Behat\\Mink\\Driver\\": "src/"
  8827. }
  8828. },
  8829. "notification-url": "https://packagist.org/downloads/",
  8830. "license": [
  8831. "MIT"
  8832. ],
  8833. "authors": [
  8834. {
  8835. "name": "Konstantin Kudryashov",
  8836. "email": "ever.zet@gmail.com",
  8837. "homepage": "http://everzet.com"
  8838. }
  8839. ],
  8840. "description": "Goutte driver for Mink framework",
  8841. "homepage": "http://mink.behat.org/",
  8842. "keywords": [
  8843. "browser",
  8844. "goutte",
  8845. "headless",
  8846. "testing"
  8847. ],
  8848. "time": "2016-03-05T09:04:22+00:00"
  8849. },
  8850. {
  8851. "name": "behat/mink-selenium2-driver",
  8852. "version": "1.3.x-dev",
  8853. "source": {
  8854. "type": "git",
  8855. "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
  8856. "reference": "0a09c4341621fca937a726827611b20ce3e2c259"
  8857. },
  8858. "dist": {
  8859. "type": "zip",
  8860. "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/0a09c4341621fca937a726827611b20ce3e2c259",
  8861. "reference": "0a09c4341621fca937a726827611b20ce3e2c259",
  8862. "shasum": ""
  8863. },
  8864. "require": {
  8865. "behat/mink": "~1.7@dev",
  8866. "instaclick/php-webdriver": "~1.1",
  8867. "php": ">=5.4"
  8868. },
  8869. "require-dev": {
  8870. "mink/driver-testsuite": "dev-master"
  8871. },
  8872. "type": "mink-driver",
  8873. "extra": {
  8874. "branch-alias": {
  8875. "dev-master": "1.3.x-dev"
  8876. }
  8877. },
  8878. "autoload": {
  8879. "psr-4": {
  8880. "Behat\\Mink\\Driver\\": "src/"
  8881. }
  8882. },
  8883. "notification-url": "https://packagist.org/downloads/",
  8884. "license": [
  8885. "MIT"
  8886. ],
  8887. "authors": [
  8888. {
  8889. "name": "Pete Otaqui",
  8890. "email": "pete@otaqui.com",
  8891. "homepage": "https://github.com/pete-otaqui"
  8892. },
  8893. {
  8894. "name": "Konstantin Kudryashov",
  8895. "email": "ever.zet@gmail.com",
  8896. "homepage": "http://everzet.com"
  8897. }
  8898. ],
  8899. "description": "Selenium2 (WebDriver) driver for Mink framework",
  8900. "homepage": "http://mink.behat.org/",
  8901. "keywords": [
  8902. "ajax",
  8903. "browser",
  8904. "javascript",
  8905. "selenium",
  8906. "testing",
  8907. "webdriver"
  8908. ],
  8909. "time": "2019-09-02T09:46:54+00:00"
  8910. },
  8911. {
  8912. "name": "composer/ca-bundle",
  8913. "version": "1.2.4",
  8914. "source": {
  8915. "type": "git",
  8916. "url": "https://github.com/composer/ca-bundle.git",
  8917. "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
  8918. },
  8919. "dist": {
  8920. "type": "zip",
  8921. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
  8922. "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
  8923. "shasum": ""
  8924. },
  8925. "require": {
  8926. "ext-openssl": "*",
  8927. "ext-pcre": "*",
  8928. "php": "^5.3.2 || ^7.0 || ^8.0"
  8929. },
  8930. "require-dev": {
  8931. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  8932. "psr/log": "^1.0",
  8933. "symfony/process": "^2.5 || ^3.0 || ^4.0"
  8934. },
  8935. "type": "library",
  8936. "extra": {
  8937. "branch-alias": {
  8938. "dev-master": "1.x-dev"
  8939. }
  8940. },
  8941. "autoload": {
  8942. "psr-4": {
  8943. "Composer\\CaBundle\\": "src"
  8944. }
  8945. },
  8946. "notification-url": "https://packagist.org/downloads/",
  8947. "license": [
  8948. "MIT"
  8949. ],
  8950. "authors": [
  8951. {
  8952. "name": "Jordi Boggiano",
  8953. "email": "j.boggiano@seld.be",
  8954. "homepage": "http://seld.be"
  8955. }
  8956. ],
  8957. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  8958. "keywords": [
  8959. "cabundle",
  8960. "cacert",
  8961. "certificate",
  8962. "ssl",
  8963. "tls"
  8964. ],
  8965. "time": "2019-08-30T08:44:50+00:00"
  8966. },
  8967. {
  8968. "name": "composer/composer",
  8969. "version": "1.9.1",
  8970. "source": {
  8971. "type": "git",
  8972. "url": "https://github.com/composer/composer.git",
  8973. "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f"
  8974. },
  8975. "dist": {
  8976. "type": "zip",
  8977. "url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f",
  8978. "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f",
  8979. "shasum": ""
  8980. },
  8981. "require": {
  8982. "composer/ca-bundle": "^1.0",
  8983. "composer/semver": "^1.0",
  8984. "composer/spdx-licenses": "^1.2",
  8985. "composer/xdebug-handler": "^1.1",
  8986. "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
  8987. "php": "^5.3.2 || ^7.0",
  8988. "psr/log": "^1.0",
  8989. "seld/jsonlint": "^1.4",
  8990. "seld/phar-utils": "^1.0",
  8991. "symfony/console": "^2.7 || ^3.0 || ^4.0",
  8992. "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
  8993. "symfony/finder": "^2.7 || ^3.0 || ^4.0",
  8994. "symfony/process": "^2.7 || ^3.0 || ^4.0"
  8995. },
  8996. "conflict": {
  8997. "symfony/console": "2.8.38"
  8998. },
  8999. "require-dev": {
  9000. "phpunit/phpunit": "^4.8.35 || ^5.7",
  9001. "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
  9002. },
  9003. "suggest": {
  9004. "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  9005. "ext-zip": "Enabling the zip extension allows you to unzip archives",
  9006. "ext-zlib": "Allow gzip compression of HTTP requests"
  9007. },
  9008. "bin": [
  9009. "bin/composer"
  9010. ],
  9011. "type": "library",
  9012. "extra": {
  9013. "branch-alias": {
  9014. "dev-master": "1.9-dev"
  9015. }
  9016. },
  9017. "autoload": {
  9018. "psr-4": {
  9019. "Composer\\": "src/Composer"
  9020. }
  9021. },
  9022. "notification-url": "https://packagist.org/downloads/",
  9023. "license": [
  9024. "MIT"
  9025. ],
  9026. "authors": [
  9027. {
  9028. "name": "Nils Adermann",
  9029. "email": "naderman@naderman.de",
  9030. "homepage": "http://www.naderman.de"
  9031. },
  9032. {
  9033. "name": "Jordi Boggiano",
  9034. "email": "j.boggiano@seld.be",
  9035. "homepage": "http://seld.be"
  9036. }
  9037. ],
  9038. "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
  9039. "homepage": "https://getcomposer.org/",
  9040. "keywords": [
  9041. "autoload",
  9042. "dependency",
  9043. "package"
  9044. ],
  9045. "time": "2019-11-01T16:20:17+00:00"
  9046. },
  9047. {
  9048. "name": "composer/spdx-licenses",
  9049. "version": "1.5.2",
  9050. "source": {
  9051. "type": "git",
  9052. "url": "https://github.com/composer/spdx-licenses.git",
  9053. "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
  9054. },
  9055. "dist": {
  9056. "type": "zip",
  9057. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
  9058. "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
  9059. "shasum": ""
  9060. },
  9061. "require": {
  9062. "php": "^5.3.2 || ^7.0 || ^8.0"
  9063. },
  9064. "require-dev": {
  9065. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
  9066. },
  9067. "type": "library",
  9068. "extra": {
  9069. "branch-alias": {
  9070. "dev-master": "1.x-dev"
  9071. }
  9072. },
  9073. "autoload": {
  9074. "psr-4": {
  9075. "Composer\\Spdx\\": "src"
  9076. }
  9077. },
  9078. "notification-url": "https://packagist.org/downloads/",
  9079. "license": [
  9080. "MIT"
  9081. ],
  9082. "authors": [
  9083. {
  9084. "name": "Nils Adermann",
  9085. "email": "naderman@naderman.de",
  9086. "homepage": "http://www.naderman.de"
  9087. },
  9088. {
  9089. "name": "Jordi Boggiano",
  9090. "email": "j.boggiano@seld.be",
  9091. "homepage": "http://seld.be"
  9092. },
  9093. {
  9094. "name": "Rob Bast",
  9095. "email": "rob.bast@gmail.com",
  9096. "homepage": "http://robbast.nl"
  9097. }
  9098. ],
  9099. "description": "SPDX licenses list and validation library.",
  9100. "keywords": [
  9101. "license",
  9102. "spdx",
  9103. "validator"
  9104. ],
  9105. "time": "2019-07-29T10:31:59+00:00"
  9106. },
  9107. {
  9108. "name": "composer/xdebug-handler",
  9109. "version": "1.4.0",
  9110. "source": {
  9111. "type": "git",
  9112. "url": "https://github.com/composer/xdebug-handler.git",
  9113. "reference": "cbe23383749496fe0f373345208b79568e4bc248"
  9114. },
  9115. "dist": {
  9116. "type": "zip",
  9117. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
  9118. "reference": "cbe23383749496fe0f373345208b79568e4bc248",
  9119. "shasum": ""
  9120. },
  9121. "require": {
  9122. "php": "^5.3.2 || ^7.0 || ^8.0",
  9123. "psr/log": "^1.0"
  9124. },
  9125. "require-dev": {
  9126. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  9127. },
  9128. "type": "library",
  9129. "autoload": {
  9130. "psr-4": {
  9131. "Composer\\XdebugHandler\\": "src"
  9132. }
  9133. },
  9134. "notification-url": "https://packagist.org/downloads/",
  9135. "license": [
  9136. "MIT"
  9137. ],
  9138. "authors": [
  9139. {
  9140. "name": "John Stevenson",
  9141. "email": "john-stevenson@blueyonder.co.uk"
  9142. }
  9143. ],
  9144. "description": "Restarts a process without Xdebug.",
  9145. "keywords": [
  9146. "Xdebug",
  9147. "performance"
  9148. ],
  9149. "time": "2019-11-06T16:40:04+00:00"
  9150. },
  9151. {
  9152. "name": "doctrine/instantiator",
  9153. "version": "1.3.0",
  9154. "source": {
  9155. "type": "git",
  9156. "url": "https://github.com/doctrine/instantiator.git",
  9157. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
  9158. },
  9159. "dist": {
  9160. "type": "zip",
  9161. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
  9162. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
  9163. "shasum": ""
  9164. },
  9165. "require": {
  9166. "php": "^7.1"
  9167. },
  9168. "require-dev": {
  9169. "doctrine/coding-standard": "^6.0",
  9170. "ext-pdo": "*",
  9171. "ext-phar": "*",
  9172. "phpbench/phpbench": "^0.13",
  9173. "phpstan/phpstan-phpunit": "^0.11",
  9174. "phpstan/phpstan-shim": "^0.11",
  9175. "phpunit/phpunit": "^7.0"
  9176. },
  9177. "type": "library",
  9178. "extra": {
  9179. "branch-alias": {
  9180. "dev-master": "1.2.x-dev"
  9181. }
  9182. },
  9183. "autoload": {
  9184. "psr-4": {
  9185. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  9186. }
  9187. },
  9188. "notification-url": "https://packagist.org/downloads/",
  9189. "license": [
  9190. "MIT"
  9191. ],
  9192. "authors": [
  9193. {
  9194. "name": "Marco Pivetta",
  9195. "email": "ocramius@gmail.com",
  9196. "homepage": "http://ocramius.github.com/"
  9197. }
  9198. ],
  9199. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  9200. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  9201. "keywords": [
  9202. "constructor",
  9203. "instantiate"
  9204. ],
  9205. "time": "2019-10-21T16:45:58+00:00"
  9206. },
  9207. {
  9208. "name": "drupal/coder",
  9209. "version": "8.3.7",
  9210. "source": {
  9211. "type": "git",
  9212. "url": "https://git.drupalcode.org/project/coder.git",
  9213. "reference": "c11c2957653bdbfd68adc851692d094b43d39221"
  9214. },
  9215. "require": {
  9216. "ext-mbstring": "*",
  9217. "php": ">=5.5.9",
  9218. "squizlabs/php_codesniffer": "^3.4.1",
  9219. "symfony/yaml": ">=2.0.5"
  9220. },
  9221. "require-dev": {
  9222. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  9223. },
  9224. "type": "phpcodesniffer-standard",
  9225. "autoload": {
  9226. "psr-0": {
  9227. "Drupal\\": "coder_sniffer/Drupal/",
  9228. "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
  9229. }
  9230. },
  9231. "notification-url": "https://packagist.org/downloads/",
  9232. "license": [
  9233. "GPL-2.0+"
  9234. ],
  9235. "description": "Coder is a library to review Drupal code.",
  9236. "homepage": "https://www.drupal.org/project/coder",
  9237. "keywords": [
  9238. "code review",
  9239. "phpcs",
  9240. "standards"
  9241. ],
  9242. "time": "2019-12-07T16:00:28+00:00"
  9243. },
  9244. {
  9245. "name": "fabpot/goutte",
  9246. "version": "v3.2.3",
  9247. "source": {
  9248. "type": "git",
  9249. "url": "https://github.com/FriendsOfPHP/Goutte.git",
  9250. "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
  9251. },
  9252. "dist": {
  9253. "type": "zip",
  9254. "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
  9255. "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
  9256. "shasum": ""
  9257. },
  9258. "require": {
  9259. "guzzlehttp/guzzle": "^6.0",
  9260. "php": ">=5.5.0",
  9261. "symfony/browser-kit": "~2.1|~3.0|~4.0",
  9262. "symfony/css-selector": "~2.1|~3.0|~4.0",
  9263. "symfony/dom-crawler": "~2.1|~3.0|~4.0"
  9264. },
  9265. "require-dev": {
  9266. "symfony/phpunit-bridge": "^3.3 || ^4"
  9267. },
  9268. "type": "application",
  9269. "extra": {
  9270. "branch-alias": {
  9271. "dev-master": "3.2-dev"
  9272. }
  9273. },
  9274. "autoload": {
  9275. "psr-4": {
  9276. "Goutte\\": "Goutte"
  9277. },
  9278. "exclude-from-classmap": [
  9279. "Goutte/Tests"
  9280. ]
  9281. },
  9282. "notification-url": "https://packagist.org/downloads/",
  9283. "license": [
  9284. "MIT"
  9285. ],
  9286. "authors": [
  9287. {
  9288. "name": "Fabien Potencier",
  9289. "email": "fabien@symfony.com"
  9290. }
  9291. ],
  9292. "description": "A simple PHP Web Scraper",
  9293. "homepage": "https://github.com/FriendsOfPHP/Goutte",
  9294. "keywords": [
  9295. "scraper"
  9296. ],
  9297. "time": "2018-06-29T15:13:57+00:00"
  9298. },
  9299. {
  9300. "name": "instaclick/php-webdriver",
  9301. "version": "1.4.6",
  9302. "source": {
  9303. "type": "git",
  9304. "url": "https://github.com/instaclick/php-webdriver.git",
  9305. "reference": "bd9405077ca04129a73059a06873bedb5e138402"
  9306. },
  9307. "dist": {
  9308. "type": "zip",
  9309. "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/bd9405077ca04129a73059a06873bedb5e138402",
  9310. "reference": "bd9405077ca04129a73059a06873bedb5e138402",
  9311. "shasum": ""
  9312. },
  9313. "require": {
  9314. "ext-curl": "*",
  9315. "php": ">=5.3.2"
  9316. },
  9317. "require-dev": {
  9318. "phpunit/phpunit": "^4.8",
  9319. "satooshi/php-coveralls": "^1.0||^2.0"
  9320. },
  9321. "type": "library",
  9322. "extra": {
  9323. "branch-alias": {
  9324. "dev-master": "1.4.x-dev"
  9325. }
  9326. },
  9327. "autoload": {
  9328. "psr-0": {
  9329. "WebDriver": "lib/"
  9330. }
  9331. },
  9332. "notification-url": "https://packagist.org/downloads/",
  9333. "license": [
  9334. "Apache-2.0"
  9335. ],
  9336. "authors": [
  9337. {
  9338. "name": "Justin Bishop",
  9339. "email": "jubishop@gmail.com",
  9340. "role": "Developer"
  9341. },
  9342. {
  9343. "name": "Anthon Pang",
  9344. "email": "apang@softwaredevelopment.ca",
  9345. "role": "Fork Maintainer"
  9346. }
  9347. ],
  9348. "description": "PHP WebDriver for Selenium 2",
  9349. "homepage": "http://instaclick.com/",
  9350. "keywords": [
  9351. "browser",
  9352. "selenium",
  9353. "webdriver",
  9354. "webtest"
  9355. ],
  9356. "time": "2019-09-23T15:50:44+00:00"
  9357. },
  9358. {
  9359. "name": "jcalderonzumba/gastonjs",
  9360. "version": "v1.2.0",
  9361. "source": {
  9362. "type": "git",
  9363. "url": "https://github.com/jcalderonzumba/gastonjs.git",
  9364. "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3"
  9365. },
  9366. "dist": {
  9367. "type": "zip",
  9368. "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/575a9c18d8b87990c37252e8d9707b29f0a313f3",
  9369. "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3",
  9370. "shasum": ""
  9371. },
  9372. "require": {
  9373. "guzzlehttp/guzzle": "~5.0|~6.0",
  9374. "php": ">=5.4"
  9375. },
  9376. "require-dev": {
  9377. "phpunit/phpunit": "~4.6",
  9378. "silex/silex": "~1.2",
  9379. "symfony/phpunit-bridge": "~2.7",
  9380. "symfony/process": "~2.1"
  9381. },
  9382. "type": "phantomjs-api",
  9383. "extra": {
  9384. "branch-alias": {
  9385. "dev-master": "1.1.x-dev"
  9386. }
  9387. },
  9388. "autoload": {
  9389. "psr-4": {
  9390. "Zumba\\GastonJS\\": "src"
  9391. }
  9392. },
  9393. "notification-url": "https://packagist.org/downloads/",
  9394. "license": [
  9395. "MIT"
  9396. ],
  9397. "authors": [
  9398. {
  9399. "name": "Juan Francisco Calderón Zumba",
  9400. "email": "juanfcz@gmail.com",
  9401. "homepage": "http://github.com/jcalderonzumba"
  9402. }
  9403. ],
  9404. "description": "PhantomJS API based server for webpage automation",
  9405. "homepage": "https://github.com/jcalderonzumba/gastonjs",
  9406. "keywords": [
  9407. "api",
  9408. "automation",
  9409. "browser",
  9410. "headless",
  9411. "phantomjs"
  9412. ],
  9413. "time": "2017-03-31T07:31:47+00:00"
  9414. },
  9415. {
  9416. "name": "jcalderonzumba/mink-phantomjs-driver",
  9417. "version": "v0.3.3",
  9418. "source": {
  9419. "type": "git",
  9420. "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
  9421. "reference": "008f43670e94acd39273d15add1e7348eb23848d"
  9422. },
  9423. "dist": {
  9424. "type": "zip",
  9425. "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
  9426. "reference": "008f43670e94acd39273d15add1e7348eb23848d",
  9427. "shasum": ""
  9428. },
  9429. "require": {
  9430. "behat/mink": "~1.7",
  9431. "jcalderonzumba/gastonjs": "~1.0",
  9432. "php": ">=5.4",
  9433. "twig/twig": "~1.20|~2.0"
  9434. },
  9435. "require-dev": {
  9436. "mink/driver-testsuite": "dev-master",
  9437. "phpunit/phpunit": "~4.6"
  9438. },
  9439. "type": "mink-driver",
  9440. "extra": {
  9441. "branch-alias": {
  9442. "dev-master": "0.4.x-dev"
  9443. }
  9444. },
  9445. "autoload": {
  9446. "psr-4": {
  9447. "Zumba\\Mink\\Driver\\": "src"
  9448. }
  9449. },
  9450. "notification-url": "https://packagist.org/downloads/",
  9451. "license": [
  9452. "MIT"
  9453. ],
  9454. "authors": [
  9455. {
  9456. "name": "Juan Francisco Calderón Zumba",
  9457. "email": "juanfcz@gmail.com",
  9458. "homepage": "http://github.com/jcalderonzumba"
  9459. }
  9460. ],
  9461. "description": "PhantomJS driver for Mink framework",
  9462. "homepage": "http://mink.behat.org/",
  9463. "keywords": [
  9464. "ajax",
  9465. "browser",
  9466. "headless",
  9467. "javascript",
  9468. "phantomjs",
  9469. "testing"
  9470. ],
  9471. "time": "2016-12-01T10:57:30+00:00"
  9472. },
  9473. {
  9474. "name": "justinrainbow/json-schema",
  9475. "version": "5.2.9",
  9476. "source": {
  9477. "type": "git",
  9478. "url": "https://github.com/justinrainbow/json-schema.git",
  9479. "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
  9480. },
  9481. "dist": {
  9482. "type": "zip",
  9483. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  9484. "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
  9485. "shasum": ""
  9486. },
  9487. "require": {
  9488. "php": ">=5.3.3"
  9489. },
  9490. "require-dev": {
  9491. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  9492. "json-schema/json-schema-test-suite": "1.2.0",
  9493. "phpunit/phpunit": "^4.8.35"
  9494. },
  9495. "bin": [
  9496. "bin/validate-json"
  9497. ],
  9498. "type": "library",
  9499. "extra": {
  9500. "branch-alias": {
  9501. "dev-master": "5.0.x-dev"
  9502. }
  9503. },
  9504. "autoload": {
  9505. "psr-4": {
  9506. "JsonSchema\\": "src/JsonSchema/"
  9507. }
  9508. },
  9509. "notification-url": "https://packagist.org/downloads/",
  9510. "license": [
  9511. "MIT"
  9512. ],
  9513. "authors": [
  9514. {
  9515. "name": "Bruno Prieto Reis",
  9516. "email": "bruno.p.reis@gmail.com"
  9517. },
  9518. {
  9519. "name": "Justin Rainbow",
  9520. "email": "justin.rainbow@gmail.com"
  9521. },
  9522. {
  9523. "name": "Igor Wiedler",
  9524. "email": "igor@wiedler.ch"
  9525. },
  9526. {
  9527. "name": "Robert Schönthal",
  9528. "email": "seroscho@googlemail.com"
  9529. }
  9530. ],
  9531. "description": "A library to validate a json schema.",
  9532. "homepage": "https://github.com/justinrainbow/json-schema",
  9533. "keywords": [
  9534. "json",
  9535. "schema"
  9536. ],
  9537. "time": "2019-09-25T14:49:45+00:00"
  9538. },
  9539. {
  9540. "name": "mikey179/vfsstream",
  9541. "version": "v1.6.8",
  9542. "source": {
  9543. "type": "git",
  9544. "url": "https://github.com/bovigo/vfsStream.git",
  9545. "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
  9546. },
  9547. "dist": {
  9548. "type": "zip",
  9549. "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
  9550. "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
  9551. "shasum": ""
  9552. },
  9553. "require": {
  9554. "php": ">=5.3.0"
  9555. },
  9556. "require-dev": {
  9557. "phpunit/phpunit": "^4.5|^5.0"
  9558. },
  9559. "type": "library",
  9560. "extra": {
  9561. "branch-alias": {
  9562. "dev-master": "1.6.x-dev"
  9563. }
  9564. },
  9565. "autoload": {
  9566. "psr-0": {
  9567. "org\\bovigo\\vfs\\": "src/main/php"
  9568. }
  9569. },
  9570. "notification-url": "https://packagist.org/downloads/",
  9571. "license": [
  9572. "BSD-3-Clause"
  9573. ],
  9574. "authors": [
  9575. {
  9576. "name": "Frank Kleine",
  9577. "homepage": "http://frankkleine.de/",
  9578. "role": "Developer"
  9579. }
  9580. ],
  9581. "description": "Virtual file system to mock the real file system in unit tests.",
  9582. "homepage": "http://vfs.bovigo.org/",
  9583. "time": "2019-10-30T15:31:00+00:00"
  9584. },
  9585. {
  9586. "name": "myclabs/deep-copy",
  9587. "version": "1.9.3",
  9588. "source": {
  9589. "type": "git",
  9590. "url": "https://github.com/myclabs/DeepCopy.git",
  9591. "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
  9592. },
  9593. "dist": {
  9594. "type": "zip",
  9595. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
  9596. "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
  9597. "shasum": ""
  9598. },
  9599. "require": {
  9600. "php": "^7.1"
  9601. },
  9602. "replace": {
  9603. "myclabs/deep-copy": "self.version"
  9604. },
  9605. "require-dev": {
  9606. "doctrine/collections": "^1.0",
  9607. "doctrine/common": "^2.6",
  9608. "phpunit/phpunit": "^7.1"
  9609. },
  9610. "type": "library",
  9611. "autoload": {
  9612. "psr-4": {
  9613. "DeepCopy\\": "src/DeepCopy/"
  9614. },
  9615. "files": [
  9616. "src/DeepCopy/deep_copy.php"
  9617. ]
  9618. },
  9619. "notification-url": "https://packagist.org/downloads/",
  9620. "license": [
  9621. "MIT"
  9622. ],
  9623. "description": "Create deep copies (clones) of your objects",
  9624. "keywords": [
  9625. "clone",
  9626. "copy",
  9627. "duplicate",
  9628. "object",
  9629. "object graph"
  9630. ],
  9631. "time": "2019-08-09T12:45:53+00:00"
  9632. },
  9633. {
  9634. "name": "phar-io/manifest",
  9635. "version": "1.0.3",
  9636. "source": {
  9637. "type": "git",
  9638. "url": "https://github.com/phar-io/manifest.git",
  9639. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  9640. },
  9641. "dist": {
  9642. "type": "zip",
  9643. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9644. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9645. "shasum": ""
  9646. },
  9647. "require": {
  9648. "ext-dom": "*",
  9649. "ext-phar": "*",
  9650. "phar-io/version": "^2.0",
  9651. "php": "^5.6 || ^7.0"
  9652. },
  9653. "type": "library",
  9654. "extra": {
  9655. "branch-alias": {
  9656. "dev-master": "1.0.x-dev"
  9657. }
  9658. },
  9659. "autoload": {
  9660. "classmap": [
  9661. "src/"
  9662. ]
  9663. },
  9664. "notification-url": "https://packagist.org/downloads/",
  9665. "license": [
  9666. "BSD-3-Clause"
  9667. ],
  9668. "authors": [
  9669. {
  9670. "name": "Arne Blankerts",
  9671. "email": "arne@blankerts.de",
  9672. "role": "Developer"
  9673. },
  9674. {
  9675. "name": "Sebastian Heuer",
  9676. "email": "sebastian@phpeople.de",
  9677. "role": "Developer"
  9678. },
  9679. {
  9680. "name": "Sebastian Bergmann",
  9681. "email": "sebastian@phpunit.de",
  9682. "role": "Developer"
  9683. }
  9684. ],
  9685. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  9686. "time": "2018-07-08T19:23:20+00:00"
  9687. },
  9688. {
  9689. "name": "phar-io/version",
  9690. "version": "2.0.1",
  9691. "source": {
  9692. "type": "git",
  9693. "url": "https://github.com/phar-io/version.git",
  9694. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  9695. },
  9696. "dist": {
  9697. "type": "zip",
  9698. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  9699. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  9700. "shasum": ""
  9701. },
  9702. "require": {
  9703. "php": "^5.6 || ^7.0"
  9704. },
  9705. "type": "library",
  9706. "autoload": {
  9707. "classmap": [
  9708. "src/"
  9709. ]
  9710. },
  9711. "notification-url": "https://packagist.org/downloads/",
  9712. "license": [
  9713. "BSD-3-Clause"
  9714. ],
  9715. "authors": [
  9716. {
  9717. "name": "Arne Blankerts",
  9718. "email": "arne@blankerts.de",
  9719. "role": "Developer"
  9720. },
  9721. {
  9722. "name": "Sebastian Heuer",
  9723. "email": "sebastian@phpeople.de",
  9724. "role": "Developer"
  9725. },
  9726. {
  9727. "name": "Sebastian Bergmann",
  9728. "email": "sebastian@phpunit.de",
  9729. "role": "Developer"
  9730. }
  9731. ],
  9732. "description": "Library for handling version information and constraints",
  9733. "time": "2018-07-08T19:19:57+00:00"
  9734. },
  9735. {
  9736. "name": "phpdocumentor/reflection-common",
  9737. "version": "2.0.0",
  9738. "source": {
  9739. "type": "git",
  9740. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  9741. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
  9742. },
  9743. "dist": {
  9744. "type": "zip",
  9745. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
  9746. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
  9747. "shasum": ""
  9748. },
  9749. "require": {
  9750. "php": ">=7.1"
  9751. },
  9752. "require-dev": {
  9753. "phpunit/phpunit": "~6"
  9754. },
  9755. "type": "library",
  9756. "extra": {
  9757. "branch-alias": {
  9758. "dev-master": "2.x-dev"
  9759. }
  9760. },
  9761. "autoload": {
  9762. "psr-4": {
  9763. "phpDocumentor\\Reflection\\": "src/"
  9764. }
  9765. },
  9766. "notification-url": "https://packagist.org/downloads/",
  9767. "license": [
  9768. "MIT"
  9769. ],
  9770. "authors": [
  9771. {
  9772. "name": "Jaap van Otterdijk",
  9773. "email": "opensource@ijaap.nl"
  9774. }
  9775. ],
  9776. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  9777. "homepage": "http://www.phpdoc.org",
  9778. "keywords": [
  9779. "FQSEN",
  9780. "phpDocumentor",
  9781. "phpdoc",
  9782. "reflection",
  9783. "static analysis"
  9784. ],
  9785. "time": "2018-08-07T13:53:10+00:00"
  9786. },
  9787. {
  9788. "name": "phpdocumentor/reflection-docblock",
  9789. "version": "4.3.2",
  9790. "source": {
  9791. "type": "git",
  9792. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  9793. "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
  9794. },
  9795. "dist": {
  9796. "type": "zip",
  9797. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
  9798. "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
  9799. "shasum": ""
  9800. },
  9801. "require": {
  9802. "php": "^7.0",
  9803. "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
  9804. "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
  9805. "webmozart/assert": "^1.0"
  9806. },
  9807. "require-dev": {
  9808. "doctrine/instantiator": "^1.0.5",
  9809. "mockery/mockery": "^1.0",
  9810. "phpunit/phpunit": "^6.4"
  9811. },
  9812. "type": "library",
  9813. "extra": {
  9814. "branch-alias": {
  9815. "dev-master": "4.x-dev"
  9816. }
  9817. },
  9818. "autoload": {
  9819. "psr-4": {
  9820. "phpDocumentor\\Reflection\\": [
  9821. "src/"
  9822. ]
  9823. }
  9824. },
  9825. "notification-url": "https://packagist.org/downloads/",
  9826. "license": [
  9827. "MIT"
  9828. ],
  9829. "authors": [
  9830. {
  9831. "name": "Mike van Riel",
  9832. "email": "me@mikevanriel.com"
  9833. }
  9834. ],
  9835. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  9836. "time": "2019-09-12T14:27:41+00:00"
  9837. },
  9838. {
  9839. "name": "phpdocumentor/type-resolver",
  9840. "version": "1.0.1",
  9841. "source": {
  9842. "type": "git",
  9843. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  9844. "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
  9845. },
  9846. "dist": {
  9847. "type": "zip",
  9848. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
  9849. "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
  9850. "shasum": ""
  9851. },
  9852. "require": {
  9853. "php": "^7.1",
  9854. "phpdocumentor/reflection-common": "^2.0"
  9855. },
  9856. "require-dev": {
  9857. "ext-tokenizer": "^7.1",
  9858. "mockery/mockery": "~1",
  9859. "phpunit/phpunit": "^7.0"
  9860. },
  9861. "type": "library",
  9862. "extra": {
  9863. "branch-alias": {
  9864. "dev-master": "1.x-dev"
  9865. }
  9866. },
  9867. "autoload": {
  9868. "psr-4": {
  9869. "phpDocumentor\\Reflection\\": "src"
  9870. }
  9871. },
  9872. "notification-url": "https://packagist.org/downloads/",
  9873. "license": [
  9874. "MIT"
  9875. ],
  9876. "authors": [
  9877. {
  9878. "name": "Mike van Riel",
  9879. "email": "me@mikevanriel.com"
  9880. }
  9881. ],
  9882. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  9883. "time": "2019-08-22T18:11:29+00:00"
  9884. },
  9885. {
  9886. "name": "phpspec/prophecy",
  9887. "version": "1.9.0",
  9888. "source": {
  9889. "type": "git",
  9890. "url": "https://github.com/phpspec/prophecy.git",
  9891. "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
  9892. },
  9893. "dist": {
  9894. "type": "zip",
  9895. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
  9896. "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
  9897. "shasum": ""
  9898. },
  9899. "require": {
  9900. "doctrine/instantiator": "^1.0.2",
  9901. "php": "^5.3|^7.0",
  9902. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  9903. "sebastian/comparator": "^1.1|^2.0|^3.0",
  9904. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  9905. },
  9906. "require-dev": {
  9907. "phpspec/phpspec": "^2.5|^3.2",
  9908. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  9909. },
  9910. "type": "library",
  9911. "extra": {
  9912. "branch-alias": {
  9913. "dev-master": "1.8.x-dev"
  9914. }
  9915. },
  9916. "autoload": {
  9917. "psr-4": {
  9918. "Prophecy\\": "src/Prophecy"
  9919. }
  9920. },
  9921. "notification-url": "https://packagist.org/downloads/",
  9922. "license": [
  9923. "MIT"
  9924. ],
  9925. "authors": [
  9926. {
  9927. "name": "Konstantin Kudryashov",
  9928. "email": "ever.zet@gmail.com",
  9929. "homepage": "http://everzet.com"
  9930. },
  9931. {
  9932. "name": "Marcello Duarte",
  9933. "email": "marcello.duarte@gmail.com"
  9934. }
  9935. ],
  9936. "description": "Highly opinionated mocking framework for PHP 5.3+",
  9937. "homepage": "https://github.com/phpspec/prophecy",
  9938. "keywords": [
  9939. "Double",
  9940. "Dummy",
  9941. "fake",
  9942. "mock",
  9943. "spy",
  9944. "stub"
  9945. ],
  9946. "time": "2019-10-03T11:07:50+00:00"
  9947. },
  9948. {
  9949. "name": "phpunit/php-code-coverage",
  9950. "version": "6.1.4",
  9951. "source": {
  9952. "type": "git",
  9953. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  9954. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  9955. },
  9956. "dist": {
  9957. "type": "zip",
  9958. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  9959. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  9960. "shasum": ""
  9961. },
  9962. "require": {
  9963. "ext-dom": "*",
  9964. "ext-xmlwriter": "*",
  9965. "php": "^7.1",
  9966. "phpunit/php-file-iterator": "^2.0",
  9967. "phpunit/php-text-template": "^1.2.1",
  9968. "phpunit/php-token-stream": "^3.0",
  9969. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  9970. "sebastian/environment": "^3.1 || ^4.0",
  9971. "sebastian/version": "^2.0.1",
  9972. "theseer/tokenizer": "^1.1"
  9973. },
  9974. "require-dev": {
  9975. "phpunit/phpunit": "^7.0"
  9976. },
  9977. "suggest": {
  9978. "ext-xdebug": "^2.6.0"
  9979. },
  9980. "type": "library",
  9981. "extra": {
  9982. "branch-alias": {
  9983. "dev-master": "6.1-dev"
  9984. }
  9985. },
  9986. "autoload": {
  9987. "classmap": [
  9988. "src/"
  9989. ]
  9990. },
  9991. "notification-url": "https://packagist.org/downloads/",
  9992. "license": [
  9993. "BSD-3-Clause"
  9994. ],
  9995. "authors": [
  9996. {
  9997. "name": "Sebastian Bergmann",
  9998. "email": "sebastian@phpunit.de",
  9999. "role": "lead"
  10000. }
  10001. ],
  10002. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  10003. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  10004. "keywords": [
  10005. "coverage",
  10006. "testing",
  10007. "xunit"
  10008. ],
  10009. "time": "2018-10-31T16:06:48+00:00"
  10010. },
  10011. {
  10012. "name": "phpunit/php-file-iterator",
  10013. "version": "2.0.2",
  10014. "source": {
  10015. "type": "git",
  10016. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  10017. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  10018. },
  10019. "dist": {
  10020. "type": "zip",
  10021. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  10022. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  10023. "shasum": ""
  10024. },
  10025. "require": {
  10026. "php": "^7.1"
  10027. },
  10028. "require-dev": {
  10029. "phpunit/phpunit": "^7.1"
  10030. },
  10031. "type": "library",
  10032. "extra": {
  10033. "branch-alias": {
  10034. "dev-master": "2.0.x-dev"
  10035. }
  10036. },
  10037. "autoload": {
  10038. "classmap": [
  10039. "src/"
  10040. ]
  10041. },
  10042. "notification-url": "https://packagist.org/downloads/",
  10043. "license": [
  10044. "BSD-3-Clause"
  10045. ],
  10046. "authors": [
  10047. {
  10048. "name": "Sebastian Bergmann",
  10049. "email": "sebastian@phpunit.de",
  10050. "role": "lead"
  10051. }
  10052. ],
  10053. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  10054. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  10055. "keywords": [
  10056. "filesystem",
  10057. "iterator"
  10058. ],
  10059. "time": "2018-09-13T20:33:42+00:00"
  10060. },
  10061. {
  10062. "name": "phpunit/php-text-template",
  10063. "version": "1.2.1",
  10064. "source": {
  10065. "type": "git",
  10066. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  10067. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  10068. },
  10069. "dist": {
  10070. "type": "zip",
  10071. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  10072. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  10073. "shasum": ""
  10074. },
  10075. "require": {
  10076. "php": ">=5.3.3"
  10077. },
  10078. "type": "library",
  10079. "autoload": {
  10080. "classmap": [
  10081. "src/"
  10082. ]
  10083. },
  10084. "notification-url": "https://packagist.org/downloads/",
  10085. "license": [
  10086. "BSD-3-Clause"
  10087. ],
  10088. "authors": [
  10089. {
  10090. "name": "Sebastian Bergmann",
  10091. "email": "sebastian@phpunit.de",
  10092. "role": "lead"
  10093. }
  10094. ],
  10095. "description": "Simple template engine.",
  10096. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  10097. "keywords": [
  10098. "template"
  10099. ],
  10100. "time": "2015-06-21T13:50:34+00:00"
  10101. },
  10102. {
  10103. "name": "phpunit/php-timer",
  10104. "version": "2.1.2",
  10105. "source": {
  10106. "type": "git",
  10107. "url": "https://github.com/sebastianbergmann/php-timer.git",
  10108. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  10109. },
  10110. "dist": {
  10111. "type": "zip",
  10112. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  10113. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  10114. "shasum": ""
  10115. },
  10116. "require": {
  10117. "php": "^7.1"
  10118. },
  10119. "require-dev": {
  10120. "phpunit/phpunit": "^7.0"
  10121. },
  10122. "type": "library",
  10123. "extra": {
  10124. "branch-alias": {
  10125. "dev-master": "2.1-dev"
  10126. }
  10127. },
  10128. "autoload": {
  10129. "classmap": [
  10130. "src/"
  10131. ]
  10132. },
  10133. "notification-url": "https://packagist.org/downloads/",
  10134. "license": [
  10135. "BSD-3-Clause"
  10136. ],
  10137. "authors": [
  10138. {
  10139. "name": "Sebastian Bergmann",
  10140. "email": "sebastian@phpunit.de",
  10141. "role": "lead"
  10142. }
  10143. ],
  10144. "description": "Utility class for timing",
  10145. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  10146. "keywords": [
  10147. "timer"
  10148. ],
  10149. "time": "2019-06-07T04:22:29+00:00"
  10150. },
  10151. {
  10152. "name": "phpunit/php-token-stream",
  10153. "version": "3.1.1",
  10154. "source": {
  10155. "type": "git",
  10156. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  10157. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  10158. },
  10159. "dist": {
  10160. "type": "zip",
  10161. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  10162. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  10163. "shasum": ""
  10164. },
  10165. "require": {
  10166. "ext-tokenizer": "*",
  10167. "php": "^7.1"
  10168. },
  10169. "require-dev": {
  10170. "phpunit/phpunit": "^7.0"
  10171. },
  10172. "type": "library",
  10173. "extra": {
  10174. "branch-alias": {
  10175. "dev-master": "3.1-dev"
  10176. }
  10177. },
  10178. "autoload": {
  10179. "classmap": [
  10180. "src/"
  10181. ]
  10182. },
  10183. "notification-url": "https://packagist.org/downloads/",
  10184. "license": [
  10185. "BSD-3-Clause"
  10186. ],
  10187. "authors": [
  10188. {
  10189. "name": "Sebastian Bergmann",
  10190. "email": "sebastian@phpunit.de"
  10191. }
  10192. ],
  10193. "description": "Wrapper around PHP's tokenizer extension.",
  10194. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  10195. "keywords": [
  10196. "tokenizer"
  10197. ],
  10198. "time": "2019-09-17T06:23:10+00:00"
  10199. },
  10200. {
  10201. "name": "phpunit/phpunit",
  10202. "version": "7.5.18",
  10203. "source": {
  10204. "type": "git",
  10205. "url": "https://github.com/sebastianbergmann/phpunit.git",
  10206. "reference": "fcf6c4bfafaadc07785528b06385cce88935474d"
  10207. },
  10208. "dist": {
  10209. "type": "zip",
  10210. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fcf6c4bfafaadc07785528b06385cce88935474d",
  10211. "reference": "fcf6c4bfafaadc07785528b06385cce88935474d",
  10212. "shasum": ""
  10213. },
  10214. "require": {
  10215. "doctrine/instantiator": "^1.1",
  10216. "ext-dom": "*",
  10217. "ext-json": "*",
  10218. "ext-libxml": "*",
  10219. "ext-mbstring": "*",
  10220. "ext-xml": "*",
  10221. "myclabs/deep-copy": "^1.7",
  10222. "phar-io/manifest": "^1.0.2",
  10223. "phar-io/version": "^2.0",
  10224. "php": "^7.1",
  10225. "phpspec/prophecy": "^1.7",
  10226. "phpunit/php-code-coverage": "^6.0.7",
  10227. "phpunit/php-file-iterator": "^2.0.1",
  10228. "phpunit/php-text-template": "^1.2.1",
  10229. "phpunit/php-timer": "^2.1",
  10230. "sebastian/comparator": "^3.0",
  10231. "sebastian/diff": "^3.0",
  10232. "sebastian/environment": "^4.0",
  10233. "sebastian/exporter": "^3.1",
  10234. "sebastian/global-state": "^2.0",
  10235. "sebastian/object-enumerator": "^3.0.3",
  10236. "sebastian/resource-operations": "^2.0",
  10237. "sebastian/version": "^2.0.1"
  10238. },
  10239. "conflict": {
  10240. "phpunit/phpunit-mock-objects": "*"
  10241. },
  10242. "require-dev": {
  10243. "ext-pdo": "*"
  10244. },
  10245. "suggest": {
  10246. "ext-soap": "*",
  10247. "ext-xdebug": "*",
  10248. "phpunit/php-invoker": "^2.0"
  10249. },
  10250. "bin": [
  10251. "phpunit"
  10252. ],
  10253. "type": "library",
  10254. "extra": {
  10255. "branch-alias": {
  10256. "dev-master": "7.5-dev"
  10257. }
  10258. },
  10259. "autoload": {
  10260. "classmap": [
  10261. "src/"
  10262. ]
  10263. },
  10264. "notification-url": "https://packagist.org/downloads/",
  10265. "license": [
  10266. "BSD-3-Clause"
  10267. ],
  10268. "authors": [
  10269. {
  10270. "name": "Sebastian Bergmann",
  10271. "email": "sebastian@phpunit.de",
  10272. "role": "lead"
  10273. }
  10274. ],
  10275. "description": "The PHP Unit Testing framework.",
  10276. "homepage": "https://phpunit.de/",
  10277. "keywords": [
  10278. "phpunit",
  10279. "testing",
  10280. "xunit"
  10281. ],
  10282. "time": "2019-12-06T05:14:37+00:00"
  10283. },
  10284. {
  10285. "name": "sebastian/code-unit-reverse-lookup",
  10286. "version": "1.0.1",
  10287. "source": {
  10288. "type": "git",
  10289. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  10290. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  10291. },
  10292. "dist": {
  10293. "type": "zip",
  10294. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  10295. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  10296. "shasum": ""
  10297. },
  10298. "require": {
  10299. "php": "^5.6 || ^7.0"
  10300. },
  10301. "require-dev": {
  10302. "phpunit/phpunit": "^5.7 || ^6.0"
  10303. },
  10304. "type": "library",
  10305. "extra": {
  10306. "branch-alias": {
  10307. "dev-master": "1.0.x-dev"
  10308. }
  10309. },
  10310. "autoload": {
  10311. "classmap": [
  10312. "src/"
  10313. ]
  10314. },
  10315. "notification-url": "https://packagist.org/downloads/",
  10316. "license": [
  10317. "BSD-3-Clause"
  10318. ],
  10319. "authors": [
  10320. {
  10321. "name": "Sebastian Bergmann",
  10322. "email": "sebastian@phpunit.de"
  10323. }
  10324. ],
  10325. "description": "Looks up which function or method a line of code belongs to",
  10326. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  10327. "time": "2017-03-04T06:30:41+00:00"
  10328. },
  10329. {
  10330. "name": "sebastian/comparator",
  10331. "version": "3.0.2",
  10332. "source": {
  10333. "type": "git",
  10334. "url": "https://github.com/sebastianbergmann/comparator.git",
  10335. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  10336. },
  10337. "dist": {
  10338. "type": "zip",
  10339. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  10340. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  10341. "shasum": ""
  10342. },
  10343. "require": {
  10344. "php": "^7.1",
  10345. "sebastian/diff": "^3.0",
  10346. "sebastian/exporter": "^3.1"
  10347. },
  10348. "require-dev": {
  10349. "phpunit/phpunit": "^7.1"
  10350. },
  10351. "type": "library",
  10352. "extra": {
  10353. "branch-alias": {
  10354. "dev-master": "3.0-dev"
  10355. }
  10356. },
  10357. "autoload": {
  10358. "classmap": [
  10359. "src/"
  10360. ]
  10361. },
  10362. "notification-url": "https://packagist.org/downloads/",
  10363. "license": [
  10364. "BSD-3-Clause"
  10365. ],
  10366. "authors": [
  10367. {
  10368. "name": "Jeff Welch",
  10369. "email": "whatthejeff@gmail.com"
  10370. },
  10371. {
  10372. "name": "Volker Dusch",
  10373. "email": "github@wallbash.com"
  10374. },
  10375. {
  10376. "name": "Bernhard Schussek",
  10377. "email": "bschussek@2bepublished.at"
  10378. },
  10379. {
  10380. "name": "Sebastian Bergmann",
  10381. "email": "sebastian@phpunit.de"
  10382. }
  10383. ],
  10384. "description": "Provides the functionality to compare PHP values for equality",
  10385. "homepage": "https://github.com/sebastianbergmann/comparator",
  10386. "keywords": [
  10387. "comparator",
  10388. "compare",
  10389. "equality"
  10390. ],
  10391. "time": "2018-07-12T15:12:46+00:00"
  10392. },
  10393. {
  10394. "name": "sebastian/diff",
  10395. "version": "3.0.2",
  10396. "source": {
  10397. "type": "git",
  10398. "url": "https://github.com/sebastianbergmann/diff.git",
  10399. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  10400. },
  10401. "dist": {
  10402. "type": "zip",
  10403. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  10404. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  10405. "shasum": ""
  10406. },
  10407. "require": {
  10408. "php": "^7.1"
  10409. },
  10410. "require-dev": {
  10411. "phpunit/phpunit": "^7.5 || ^8.0",
  10412. "symfony/process": "^2 || ^3.3 || ^4"
  10413. },
  10414. "type": "library",
  10415. "extra": {
  10416. "branch-alias": {
  10417. "dev-master": "3.0-dev"
  10418. }
  10419. },
  10420. "autoload": {
  10421. "classmap": [
  10422. "src/"
  10423. ]
  10424. },
  10425. "notification-url": "https://packagist.org/downloads/",
  10426. "license": [
  10427. "BSD-3-Clause"
  10428. ],
  10429. "authors": [
  10430. {
  10431. "name": "Kore Nordmann",
  10432. "email": "mail@kore-nordmann.de"
  10433. },
  10434. {
  10435. "name": "Sebastian Bergmann",
  10436. "email": "sebastian@phpunit.de"
  10437. }
  10438. ],
  10439. "description": "Diff implementation",
  10440. "homepage": "https://github.com/sebastianbergmann/diff",
  10441. "keywords": [
  10442. "diff",
  10443. "udiff",
  10444. "unidiff",
  10445. "unified diff"
  10446. ],
  10447. "time": "2019-02-04T06:01:07+00:00"
  10448. },
  10449. {
  10450. "name": "sebastian/environment",
  10451. "version": "4.2.3",
  10452. "source": {
  10453. "type": "git",
  10454. "url": "https://github.com/sebastianbergmann/environment.git",
  10455. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  10456. },
  10457. "dist": {
  10458. "type": "zip",
  10459. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  10460. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  10461. "shasum": ""
  10462. },
  10463. "require": {
  10464. "php": "^7.1"
  10465. },
  10466. "require-dev": {
  10467. "phpunit/phpunit": "^7.5"
  10468. },
  10469. "suggest": {
  10470. "ext-posix": "*"
  10471. },
  10472. "type": "library",
  10473. "extra": {
  10474. "branch-alias": {
  10475. "dev-master": "4.2-dev"
  10476. }
  10477. },
  10478. "autoload": {
  10479. "classmap": [
  10480. "src/"
  10481. ]
  10482. },
  10483. "notification-url": "https://packagist.org/downloads/",
  10484. "license": [
  10485. "BSD-3-Clause"
  10486. ],
  10487. "authors": [
  10488. {
  10489. "name": "Sebastian Bergmann",
  10490. "email": "sebastian@phpunit.de"
  10491. }
  10492. ],
  10493. "description": "Provides functionality to handle HHVM/PHP environments",
  10494. "homepage": "http://www.github.com/sebastianbergmann/environment",
  10495. "keywords": [
  10496. "Xdebug",
  10497. "environment",
  10498. "hhvm"
  10499. ],
  10500. "time": "2019-11-20T08:46:58+00:00"
  10501. },
  10502. {
  10503. "name": "sebastian/exporter",
  10504. "version": "3.1.2",
  10505. "source": {
  10506. "type": "git",
  10507. "url": "https://github.com/sebastianbergmann/exporter.git",
  10508. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  10509. },
  10510. "dist": {
  10511. "type": "zip",
  10512. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  10513. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  10514. "shasum": ""
  10515. },
  10516. "require": {
  10517. "php": "^7.0",
  10518. "sebastian/recursion-context": "^3.0"
  10519. },
  10520. "require-dev": {
  10521. "ext-mbstring": "*",
  10522. "phpunit/phpunit": "^6.0"
  10523. },
  10524. "type": "library",
  10525. "extra": {
  10526. "branch-alias": {
  10527. "dev-master": "3.1.x-dev"
  10528. }
  10529. },
  10530. "autoload": {
  10531. "classmap": [
  10532. "src/"
  10533. ]
  10534. },
  10535. "notification-url": "https://packagist.org/downloads/",
  10536. "license": [
  10537. "BSD-3-Clause"
  10538. ],
  10539. "authors": [
  10540. {
  10541. "name": "Sebastian Bergmann",
  10542. "email": "sebastian@phpunit.de"
  10543. },
  10544. {
  10545. "name": "Jeff Welch",
  10546. "email": "whatthejeff@gmail.com"
  10547. },
  10548. {
  10549. "name": "Volker Dusch",
  10550. "email": "github@wallbash.com"
  10551. },
  10552. {
  10553. "name": "Adam Harvey",
  10554. "email": "aharvey@php.net"
  10555. },
  10556. {
  10557. "name": "Bernhard Schussek",
  10558. "email": "bschussek@gmail.com"
  10559. }
  10560. ],
  10561. "description": "Provides the functionality to export PHP variables for visualization",
  10562. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  10563. "keywords": [
  10564. "export",
  10565. "exporter"
  10566. ],
  10567. "time": "2019-09-14T09:02:43+00:00"
  10568. },
  10569. {
  10570. "name": "sebastian/global-state",
  10571. "version": "2.0.0",
  10572. "source": {
  10573. "type": "git",
  10574. "url": "https://github.com/sebastianbergmann/global-state.git",
  10575. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  10576. },
  10577. "dist": {
  10578. "type": "zip",
  10579. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10580. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10581. "shasum": ""
  10582. },
  10583. "require": {
  10584. "php": "^7.0"
  10585. },
  10586. "require-dev": {
  10587. "phpunit/phpunit": "^6.0"
  10588. },
  10589. "suggest": {
  10590. "ext-uopz": "*"
  10591. },
  10592. "type": "library",
  10593. "extra": {
  10594. "branch-alias": {
  10595. "dev-master": "2.0-dev"
  10596. }
  10597. },
  10598. "autoload": {
  10599. "classmap": [
  10600. "src/"
  10601. ]
  10602. },
  10603. "notification-url": "https://packagist.org/downloads/",
  10604. "license": [
  10605. "BSD-3-Clause"
  10606. ],
  10607. "authors": [
  10608. {
  10609. "name": "Sebastian Bergmann",
  10610. "email": "sebastian@phpunit.de"
  10611. }
  10612. ],
  10613. "description": "Snapshotting of global state",
  10614. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  10615. "keywords": [
  10616. "global state"
  10617. ],
  10618. "time": "2017-04-27T15:39:26+00:00"
  10619. },
  10620. {
  10621. "name": "sebastian/object-enumerator",
  10622. "version": "3.0.3",
  10623. "source": {
  10624. "type": "git",
  10625. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  10626. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  10627. },
  10628. "dist": {
  10629. "type": "zip",
  10630. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  10631. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  10632. "shasum": ""
  10633. },
  10634. "require": {
  10635. "php": "^7.0",
  10636. "sebastian/object-reflector": "^1.1.1",
  10637. "sebastian/recursion-context": "^3.0"
  10638. },
  10639. "require-dev": {
  10640. "phpunit/phpunit": "^6.0"
  10641. },
  10642. "type": "library",
  10643. "extra": {
  10644. "branch-alias": {
  10645. "dev-master": "3.0.x-dev"
  10646. }
  10647. },
  10648. "autoload": {
  10649. "classmap": [
  10650. "src/"
  10651. ]
  10652. },
  10653. "notification-url": "https://packagist.org/downloads/",
  10654. "license": [
  10655. "BSD-3-Clause"
  10656. ],
  10657. "authors": [
  10658. {
  10659. "name": "Sebastian Bergmann",
  10660. "email": "sebastian@phpunit.de"
  10661. }
  10662. ],
  10663. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  10664. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  10665. "time": "2017-08-03T12:35:26+00:00"
  10666. },
  10667. {
  10668. "name": "sebastian/object-reflector",
  10669. "version": "1.1.1",
  10670. "source": {
  10671. "type": "git",
  10672. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  10673. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  10674. },
  10675. "dist": {
  10676. "type": "zip",
  10677. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  10678. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  10679. "shasum": ""
  10680. },
  10681. "require": {
  10682. "php": "^7.0"
  10683. },
  10684. "require-dev": {
  10685. "phpunit/phpunit": "^6.0"
  10686. },
  10687. "type": "library",
  10688. "extra": {
  10689. "branch-alias": {
  10690. "dev-master": "1.1-dev"
  10691. }
  10692. },
  10693. "autoload": {
  10694. "classmap": [
  10695. "src/"
  10696. ]
  10697. },
  10698. "notification-url": "https://packagist.org/downloads/",
  10699. "license": [
  10700. "BSD-3-Clause"
  10701. ],
  10702. "authors": [
  10703. {
  10704. "name": "Sebastian Bergmann",
  10705. "email": "sebastian@phpunit.de"
  10706. }
  10707. ],
  10708. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  10709. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  10710. "time": "2017-03-29T09:07:27+00:00"
  10711. },
  10712. {
  10713. "name": "sebastian/recursion-context",
  10714. "version": "3.0.0",
  10715. "source": {
  10716. "type": "git",
  10717. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  10718. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  10719. },
  10720. "dist": {
  10721. "type": "zip",
  10722. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  10723. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  10724. "shasum": ""
  10725. },
  10726. "require": {
  10727. "php": "^7.0"
  10728. },
  10729. "require-dev": {
  10730. "phpunit/phpunit": "^6.0"
  10731. },
  10732. "type": "library",
  10733. "extra": {
  10734. "branch-alias": {
  10735. "dev-master": "3.0.x-dev"
  10736. }
  10737. },
  10738. "autoload": {
  10739. "classmap": [
  10740. "src/"
  10741. ]
  10742. },
  10743. "notification-url": "https://packagist.org/downloads/",
  10744. "license": [
  10745. "BSD-3-Clause"
  10746. ],
  10747. "authors": [
  10748. {
  10749. "name": "Jeff Welch",
  10750. "email": "whatthejeff@gmail.com"
  10751. },
  10752. {
  10753. "name": "Sebastian Bergmann",
  10754. "email": "sebastian@phpunit.de"
  10755. },
  10756. {
  10757. "name": "Adam Harvey",
  10758. "email": "aharvey@php.net"
  10759. }
  10760. ],
  10761. "description": "Provides functionality to recursively process PHP variables",
  10762. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  10763. "time": "2017-03-03T06:23:57+00:00"
  10764. },
  10765. {
  10766. "name": "sebastian/resource-operations",
  10767. "version": "2.0.1",
  10768. "source": {
  10769. "type": "git",
  10770. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  10771. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  10772. },
  10773. "dist": {
  10774. "type": "zip",
  10775. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  10776. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  10777. "shasum": ""
  10778. },
  10779. "require": {
  10780. "php": "^7.1"
  10781. },
  10782. "type": "library",
  10783. "extra": {
  10784. "branch-alias": {
  10785. "dev-master": "2.0-dev"
  10786. }
  10787. },
  10788. "autoload": {
  10789. "classmap": [
  10790. "src/"
  10791. ]
  10792. },
  10793. "notification-url": "https://packagist.org/downloads/",
  10794. "license": [
  10795. "BSD-3-Clause"
  10796. ],
  10797. "authors": [
  10798. {
  10799. "name": "Sebastian Bergmann",
  10800. "email": "sebastian@phpunit.de"
  10801. }
  10802. ],
  10803. "description": "Provides a list of PHP built-in functions that operate on resources",
  10804. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  10805. "time": "2018-10-04T04:07:39+00:00"
  10806. },
  10807. {
  10808. "name": "sebastian/version",
  10809. "version": "2.0.1",
  10810. "source": {
  10811. "type": "git",
  10812. "url": "https://github.com/sebastianbergmann/version.git",
  10813. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  10814. },
  10815. "dist": {
  10816. "type": "zip",
  10817. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  10818. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  10819. "shasum": ""
  10820. },
  10821. "require": {
  10822. "php": ">=5.6"
  10823. },
  10824. "type": "library",
  10825. "extra": {
  10826. "branch-alias": {
  10827. "dev-master": "2.0.x-dev"
  10828. }
  10829. },
  10830. "autoload": {
  10831. "classmap": [
  10832. "src/"
  10833. ]
  10834. },
  10835. "notification-url": "https://packagist.org/downloads/",
  10836. "license": [
  10837. "BSD-3-Clause"
  10838. ],
  10839. "authors": [
  10840. {
  10841. "name": "Sebastian Bergmann",
  10842. "email": "sebastian@phpunit.de",
  10843. "role": "lead"
  10844. }
  10845. ],
  10846. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10847. "homepage": "https://github.com/sebastianbergmann/version",
  10848. "time": "2016-10-03T07:35:21+00:00"
  10849. },
  10850. {
  10851. "name": "seld/jsonlint",
  10852. "version": "1.7.2",
  10853. "source": {
  10854. "type": "git",
  10855. "url": "https://github.com/Seldaek/jsonlint.git",
  10856. "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
  10857. },
  10858. "dist": {
  10859. "type": "zip",
  10860. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  10861. "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  10862. "shasum": ""
  10863. },
  10864. "require": {
  10865. "php": "^5.3 || ^7.0"
  10866. },
  10867. "require-dev": {
  10868. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  10869. },
  10870. "bin": [
  10871. "bin/jsonlint"
  10872. ],
  10873. "type": "library",
  10874. "autoload": {
  10875. "psr-4": {
  10876. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  10877. }
  10878. },
  10879. "notification-url": "https://packagist.org/downloads/",
  10880. "license": [
  10881. "MIT"
  10882. ],
  10883. "authors": [
  10884. {
  10885. "name": "Jordi Boggiano",
  10886. "email": "j.boggiano@seld.be",
  10887. "homepage": "http://seld.be"
  10888. }
  10889. ],
  10890. "description": "JSON Linter",
  10891. "keywords": [
  10892. "json",
  10893. "linter",
  10894. "parser",
  10895. "validator"
  10896. ],
  10897. "time": "2019-10-24T14:27:39+00:00"
  10898. },
  10899. {
  10900. "name": "seld/phar-utils",
  10901. "version": "1.0.1",
  10902. "source": {
  10903. "type": "git",
  10904. "url": "https://github.com/Seldaek/phar-utils.git",
  10905. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
  10906. },
  10907. "dist": {
  10908. "type": "zip",
  10909. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
  10910. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
  10911. "shasum": ""
  10912. },
  10913. "require": {
  10914. "php": ">=5.3"
  10915. },
  10916. "type": "library",
  10917. "extra": {
  10918. "branch-alias": {
  10919. "dev-master": "1.x-dev"
  10920. }
  10921. },
  10922. "autoload": {
  10923. "psr-4": {
  10924. "Seld\\PharUtils\\": "src/"
  10925. }
  10926. },
  10927. "notification-url": "https://packagist.org/downloads/",
  10928. "license": [
  10929. "MIT"
  10930. ],
  10931. "authors": [
  10932. {
  10933. "name": "Jordi Boggiano",
  10934. "email": "j.boggiano@seld.be"
  10935. }
  10936. ],
  10937. "description": "PHAR file format utilities, for when PHP phars you up",
  10938. "keywords": [
  10939. "phra"
  10940. ],
  10941. "time": "2015-10-13T18:44:15+00:00"
  10942. },
  10943. {
  10944. "name": "squizlabs/php_codesniffer",
  10945. "version": "3.5.3",
  10946. "source": {
  10947. "type": "git",
  10948. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  10949. "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
  10950. },
  10951. "dist": {
  10952. "type": "zip",
  10953. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
  10954. "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
  10955. "shasum": ""
  10956. },
  10957. "require": {
  10958. "ext-simplexml": "*",
  10959. "ext-tokenizer": "*",
  10960. "ext-xmlwriter": "*",
  10961. "php": ">=5.4.0"
  10962. },
  10963. "require-dev": {
  10964. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  10965. },
  10966. "bin": [
  10967. "bin/phpcs",
  10968. "bin/phpcbf"
  10969. ],
  10970. "type": "library",
  10971. "extra": {
  10972. "branch-alias": {
  10973. "dev-master": "3.x-dev"
  10974. }
  10975. },
  10976. "notification-url": "https://packagist.org/downloads/",
  10977. "license": [
  10978. "BSD-3-Clause"
  10979. ],
  10980. "authors": [
  10981. {
  10982. "name": "Greg Sherwood",
  10983. "role": "lead"
  10984. }
  10985. ],
  10986. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  10987. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  10988. "keywords": [
  10989. "phpcs",
  10990. "standards"
  10991. ],
  10992. "time": "2019-12-04T04:46:47+00:00"
  10993. },
  10994. {
  10995. "name": "symfony/browser-kit",
  10996. "version": "v3.4.36",
  10997. "source": {
  10998. "type": "git",
  10999. "url": "https://github.com/symfony/browser-kit.git",
  11000. "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6"
  11001. },
  11002. "dist": {
  11003. "type": "zip",
  11004. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2e4c991e27a97a8c27745720b030ff85a5cebdf6",
  11005. "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6",
  11006. "shasum": ""
  11007. },
  11008. "require": {
  11009. "php": "^5.5.9|>=7.0.8",
  11010. "symfony/dom-crawler": "~2.8|~3.0|~4.0"
  11011. },
  11012. "require-dev": {
  11013. "symfony/css-selector": "~2.8|~3.0|~4.0",
  11014. "symfony/process": "~2.8|~3.0|~4.0"
  11015. },
  11016. "suggest": {
  11017. "symfony/process": ""
  11018. },
  11019. "type": "library",
  11020. "extra": {
  11021. "branch-alias": {
  11022. "dev-master": "3.4-dev"
  11023. }
  11024. },
  11025. "autoload": {
  11026. "psr-4": {
  11027. "Symfony\\Component\\BrowserKit\\": ""
  11028. },
  11029. "exclude-from-classmap": [
  11030. "/Tests/"
  11031. ]
  11032. },
  11033. "notification-url": "https://packagist.org/downloads/",
  11034. "license": [
  11035. "MIT"
  11036. ],
  11037. "authors": [
  11038. {
  11039. "name": "Fabien Potencier",
  11040. "email": "fabien@symfony.com"
  11041. },
  11042. {
  11043. "name": "Symfony Community",
  11044. "homepage": "https://symfony.com/contributors"
  11045. }
  11046. ],
  11047. "description": "Symfony BrowserKit Component",
  11048. "homepage": "https://symfony.com",
  11049. "time": "2019-10-24T15:33:53+00:00"
  11050. },
  11051. {
  11052. "name": "symfony/lock",
  11053. "version": "v3.4.36",
  11054. "source": {
  11055. "type": "git",
  11056. "url": "https://github.com/symfony/lock.git",
  11057. "reference": "d6ccc33dfc5b7c8e1f59c228db0be36705fbffba"
  11058. },
  11059. "dist": {
  11060. "type": "zip",
  11061. "url": "https://api.github.com/repos/symfony/lock/zipball/d6ccc33dfc5b7c8e1f59c228db0be36705fbffba",
  11062. "reference": "d6ccc33dfc5b7c8e1f59c228db0be36705fbffba",
  11063. "shasum": ""
  11064. },
  11065. "require": {
  11066. "php": "^5.5.9|>=7.0.8",
  11067. "psr/log": "~1.0",
  11068. "symfony/polyfill-php70": "~1.0"
  11069. },
  11070. "require-dev": {
  11071. "predis/predis": "~1.0"
  11072. },
  11073. "type": "library",
  11074. "extra": {
  11075. "branch-alias": {
  11076. "dev-master": "3.4-dev"
  11077. }
  11078. },
  11079. "autoload": {
  11080. "psr-4": {
  11081. "Symfony\\Component\\Lock\\": ""
  11082. },
  11083. "exclude-from-classmap": [
  11084. "/Tests/"
  11085. ]
  11086. },
  11087. "notification-url": "https://packagist.org/downloads/",
  11088. "license": [
  11089. "MIT"
  11090. ],
  11091. "authors": [
  11092. {
  11093. "name": "Jérémy Derussé",
  11094. "email": "jeremy@derusse.com"
  11095. },
  11096. {
  11097. "name": "Symfony Community",
  11098. "homepage": "https://symfony.com/contributors"
  11099. }
  11100. ],
  11101. "description": "Symfony Lock Component",
  11102. "homepage": "https://symfony.com",
  11103. "keywords": [
  11104. "cas",
  11105. "flock",
  11106. "locking",
  11107. "mutex",
  11108. "redlock",
  11109. "semaphore"
  11110. ],
  11111. "time": "2019-09-23T14:31:27+00:00"
  11112. },
  11113. {
  11114. "name": "symfony/phpunit-bridge",
  11115. "version": "v3.4.36",
  11116. "source": {
  11117. "type": "git",
  11118. "url": "https://github.com/symfony/phpunit-bridge.git",
  11119. "reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7"
  11120. },
  11121. "dist": {
  11122. "type": "zip",
  11123. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7",
  11124. "reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7",
  11125. "shasum": ""
  11126. },
  11127. "require": {
  11128. "php": ">=5.3.3"
  11129. },
  11130. "conflict": {
  11131. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  11132. },
  11133. "suggest": {
  11134. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  11135. },
  11136. "bin": [
  11137. "bin/simple-phpunit"
  11138. ],
  11139. "type": "symfony-bridge",
  11140. "extra": {
  11141. "branch-alias": {
  11142. "dev-master": "3.4-dev"
  11143. },
  11144. "thanks": {
  11145. "name": "phpunit/phpunit",
  11146. "url": "https://github.com/sebastianbergmann/phpunit"
  11147. }
  11148. },
  11149. "autoload": {
  11150. "files": [
  11151. "bootstrap.php"
  11152. ],
  11153. "psr-4": {
  11154. "Symfony\\Bridge\\PhpUnit\\": ""
  11155. },
  11156. "exclude-from-classmap": [
  11157. "/Tests/"
  11158. ]
  11159. },
  11160. "notification-url": "https://packagist.org/downloads/",
  11161. "license": [
  11162. "MIT"
  11163. ],
  11164. "authors": [
  11165. {
  11166. "name": "Nicolas Grekas",
  11167. "email": "p@tchwork.com"
  11168. },
  11169. {
  11170. "name": "Symfony Community",
  11171. "homepage": "https://symfony.com/contributors"
  11172. }
  11173. ],
  11174. "description": "Symfony PHPUnit Bridge",
  11175. "homepage": "https://symfony.com",
  11176. "time": "2019-09-30T20:33:19+00:00"
  11177. },
  11178. {
  11179. "name": "theseer/tokenizer",
  11180. "version": "1.1.3",
  11181. "source": {
  11182. "type": "git",
  11183. "url": "https://github.com/theseer/tokenizer.git",
  11184. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  11185. },
  11186. "dist": {
  11187. "type": "zip",
  11188. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  11189. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  11190. "shasum": ""
  11191. },
  11192. "require": {
  11193. "ext-dom": "*",
  11194. "ext-tokenizer": "*",
  11195. "ext-xmlwriter": "*",
  11196. "php": "^7.0"
  11197. },
  11198. "type": "library",
  11199. "autoload": {
  11200. "classmap": [
  11201. "src/"
  11202. ]
  11203. },
  11204. "notification-url": "https://packagist.org/downloads/",
  11205. "license": [
  11206. "BSD-3-Clause"
  11207. ],
  11208. "authors": [
  11209. {
  11210. "name": "Arne Blankerts",
  11211. "email": "arne@blankerts.de",
  11212. "role": "Developer"
  11213. }
  11214. ],
  11215. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  11216. "time": "2019-06-13T22:48:21+00:00"
  11217. },
  11218. {
  11219. "name": "webflo/drupal-core-require-dev",
  11220. "version": "8.8.0",
  11221. "source": {
  11222. "type": "git",
  11223. "url": "https://github.com/webflo/drupal-core-require-dev.git",
  11224. "reference": "175535d94c4580901e153b51571cfd67ef443dc2"
  11225. },
  11226. "dist": {
  11227. "type": "zip",
  11228. "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/175535d94c4580901e153b51571cfd67ef443dc2",
  11229. "reference": "175535d94c4580901e153b51571cfd67ef443dc2",
  11230. "shasum": ""
  11231. },
  11232. "require": {
  11233. "behat/mink": "1.7.x-dev",
  11234. "behat/mink-goutte-driver": "^1.2",
  11235. "behat/mink-selenium2-driver": "1.3.x-dev",
  11236. "composer/composer": "^1.9.1",
  11237. "drupal/coder": "^8.3.2",
  11238. "drupal/core": "8.8.0",
  11239. "jcalderonzumba/gastonjs": "^1.0.2",
  11240. "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
  11241. "justinrainbow/json-schema": "^5.2",
  11242. "mikey179/vfsstream": "^1.6.8",
  11243. "phpspec/prophecy": "^1.7",
  11244. "phpunit/phpunit": "^6.5 || ^7",
  11245. "symfony/browser-kit": "^3.4.0",
  11246. "symfony/css-selector": "^3.4.0",
  11247. "symfony/debug": "^3.4.0",
  11248. "symfony/filesystem": "~3.4.0",
  11249. "symfony/finder": "~3.4.0",
  11250. "symfony/lock": "~3.4.0",
  11251. "symfony/phpunit-bridge": "^3.4.3"
  11252. },
  11253. "type": "metapackage",
  11254. "notification-url": "https://packagist.org/downloads/",
  11255. "license": [
  11256. "GPL-2.0-or-later"
  11257. ],
  11258. "description": "require-dev dependencies from drupal/core",
  11259. "abandoned": "drupal/core-dev",
  11260. "time": "2019-12-04T09:01:49+00:00"
  11261. }
  11262. ],
  11263. "aliases": [],
  11264. "minimum-stability": "dev",
  11265. "stability-flags": {
  11266. "drupal/config_export_ignore": 5,
  11267. "drupal/imageapi_optimize": 15,
  11268. "drupal/inline_entity_form": 5,
  11269. "drupal/koality_theme_generator": 20,
  11270. "drupal/layout_builder_st": 15,
  11271. "drupal/masquerade": 10
  11272. },
  11273. "prefer-stable": true,
  11274. "prefer-lowest": false,
  11275. "platform": {
  11276. "php": ">=5.6"
  11277. },
  11278. "platform-dev": []
  11279. }