test Drupal site working on Koality Theme Builder
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.

10876 lines
389 KiB

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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "147f8631b1340ceedbb2c381a13cabcd",
  8. "packages": [
  9. {
  10. "name": "alchemy/zippy",
  11. "version": "0.4.9",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/alchemy-fr/Zippy.git",
  15. "reference": "59fbeefb9a249122867ef25e53addfcce31850d7"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7",
  20. "reference": "59fbeefb9a249122867ef25e53addfcce31850d7",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "doctrine/collections": "~1.0",
  25. "php": ">=5.5",
  26. "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
  27. "symfony/polyfill-mbstring": "^1.3",
  28. "symfony/process": "^2.1 || ^3.0 || ^4.0"
  29. },
  30. "require-dev": {
  31. "ext-zip": "*",
  32. "guzzle/guzzle": "~3.0",
  33. "guzzlehttp/guzzle": "^6.0",
  34. "phpunit/phpunit": "^4.0 || ^5.0",
  35. "symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
  36. },
  37. "suggest": {
  38. "ext-zip": "To use the ZipExtensionAdapter",
  39. "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
  40. "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
  41. },
  42. "type": "library",
  43. "extra": {
  44. "branch-alias": {
  45. "dev-master": "0.4.x-dev"
  46. }
  47. },
  48. "autoload": {
  49. "psr-4": {
  50. "Alchemy\\Zippy\\": "src/"
  51. }
  52. },
  53. "notification-url": "https://packagist.org/downloads/",
  54. "license": [
  55. "MIT"
  56. ],
  57. "authors": [
  58. {
  59. "name": "Alchemy",
  60. "email": "dev.team@alchemy.fr",
  61. "homepage": "http://www.alchemy.fr/"
  62. }
  63. ],
  64. "description": "Zippy, the archive manager companion",
  65. "keywords": [
  66. "bzip",
  67. "compression",
  68. "tar",
  69. "zip"
  70. ],
  71. "time": "2018-02-22T13:58:36+00:00"
  72. },
  73. {
  74. "name": "asm89/stack-cors",
  75. "version": "1.2.0",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/asm89/stack-cors.git",
  79. "reference": "c163e2b614550aedcf71165db2473d936abbced6"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
  84. "reference": "c163e2b614550aedcf71165db2473d936abbced6",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "php": ">=5.5.9",
  89. "symfony/http-foundation": "~2.7|~3.0|~4.0",
  90. "symfony/http-kernel": "~2.7|~3.0|~4.0"
  91. },
  92. "require-dev": {
  93. "phpunit/phpunit": "^5.0 || ^4.8.10",
  94. "squizlabs/php_codesniffer": "^2.3"
  95. },
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "1.2-dev"
  100. }
  101. },
  102. "autoload": {
  103. "psr-4": {
  104. "Asm89\\Stack\\": "src/Asm89/Stack/"
  105. }
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Alexander",
  114. "email": "iam.asm89@gmail.com"
  115. }
  116. ],
  117. "description": "Cross-origin resource sharing library and stack middleware",
  118. "homepage": "https://github.com/asm89/stack-cors",
  119. "keywords": [
  120. "cors",
  121. "stack"
  122. ],
  123. "time": "2017-12-20T14:37:45+00:00"
  124. },
  125. {
  126. "name": "brumann/polyfill-unserialize",
  127. "version": "v1.0.4",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/dbrumann/polyfill-unserialize.git",
  131. "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008",
  136. "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": "^5.3|^7.0"
  141. },
  142. "type": "library",
  143. "autoload": {
  144. "psr-4": {
  145. "Brumann\\Polyfill\\": "src/"
  146. }
  147. },
  148. "notification-url": "https://packagist.org/downloads/",
  149. "license": [
  150. "MIT"
  151. ],
  152. "authors": [
  153. {
  154. "name": "Denis Brumann",
  155. "email": "denis.brumann@sensiolabs.de"
  156. }
  157. ],
  158. "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions.",
  159. "time": "2019-07-14T23:16:24+00:00"
  160. },
  161. {
  162. "name": "chi-teck/drupal-code-generator",
  163. "version": "1.30.5",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/Chi-teck/drupal-code-generator.git",
  167. "reference": "c59c31ee6d8eefe76a5d367feef902e259c90c7b"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/c59c31ee6d8eefe76a5d367feef902e259c90c7b",
  172. "reference": "c59c31ee6d8eefe76a5d367feef902e259c90c7b",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "ext-json": "*",
  177. "php": ">=5.5.9",
  178. "symfony/console": "^3.4 || ^4.0",
  179. "symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
  180. "twig/twig": "^1.38.2 || ^2.10"
  181. },
  182. "bin": [
  183. "bin/dcg"
  184. ],
  185. "type": "library",
  186. "extra": {
  187. "branch-alias": {
  188. "dev-master": "1.x-dev"
  189. }
  190. },
  191. "autoload": {
  192. "files": [
  193. "src/bootstrap.php"
  194. ],
  195. "psr-4": {
  196. "DrupalCodeGenerator\\": "src"
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "GPL-2.0-or-later"
  202. ],
  203. "description": "Drupal code generator",
  204. "time": "2019-10-27T14:27:26+00:00"
  205. },
  206. {
  207. "name": "composer/installers",
  208. "version": "v1.7.0",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/composer/installers.git",
  212. "reference": "141b272484481432cda342727a427dc1e206bfa0"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0",
  217. "reference": "141b272484481432cda342727a427dc1e206bfa0",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "composer-plugin-api": "^1.0"
  222. },
  223. "replace": {
  224. "roundcube/plugin-installer": "*",
  225. "shama/baton": "*"
  226. },
  227. "require-dev": {
  228. "composer/composer": "1.0.*@dev",
  229. "phpunit/phpunit": "^4.8.36"
  230. },
  231. "type": "composer-plugin",
  232. "extra": {
  233. "class": "Composer\\Installers\\Plugin",
  234. "branch-alias": {
  235. "dev-master": "1.0-dev"
  236. }
  237. },
  238. "autoload": {
  239. "psr-4": {
  240. "Composer\\Installers\\": "src/Composer/Installers"
  241. }
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Kyle Robinson Young",
  250. "email": "kyle@dontkry.com",
  251. "homepage": "https://github.com/shama"
  252. }
  253. ],
  254. "description": "A multi-framework Composer library installer",
  255. "homepage": "https://composer.github.io/installers/",
  256. "keywords": [
  257. "Craft",
  258. "Dolibarr",
  259. "Eliasis",
  260. "Hurad",
  261. "ImageCMS",
  262. "Kanboard",
  263. "Lan Management System",
  264. "MODX Evo",
  265. "Mautic",
  266. "Maya",
  267. "OXID",
  268. "Plentymarkets",
  269. "Porto",
  270. "RadPHP",
  271. "SMF",
  272. "Thelia",
  273. "Whmcs",
  274. "WolfCMS",
  275. "agl",
  276. "aimeos",
  277. "annotatecms",
  278. "attogram",
  279. "bitrix",
  280. "cakephp",
  281. "chef",
  282. "cockpit",
  283. "codeigniter",
  284. "concrete5",
  285. "croogo",
  286. "dokuwiki",
  287. "drupal",
  288. "eZ Platform",
  289. "elgg",
  290. "expressionengine",
  291. "fuelphp",
  292. "grav",
  293. "installer",
  294. "itop",
  295. "joomla",
  296. "known",
  297. "kohana",
  298. "laravel",
  299. "lavalite",
  300. "lithium",
  301. "magento",
  302. "majima",
  303. "mako",
  304. "mediawiki",
  305. "modulework",
  306. "modx",
  307. "moodle",
  308. "osclass",
  309. "phpbb",
  310. "piwik",
  311. "ppi",
  312. "puppet",
  313. "pxcms",
  314. "reindex",
  315. "roundcube",
  316. "shopware",
  317. "silverstripe",
  318. "sydes",
  319. "symfony",
  320. "typo3",
  321. "wordpress",
  322. "yawik",
  323. "zend",
  324. "zikula"
  325. ],
  326. "time": "2019-08-12T15:00:31+00:00"
  327. },
  328. {
  329. "name": "composer/semver",
  330. "version": "1.5.0",
  331. "source": {
  332. "type": "git",
  333. "url": "https://github.com/composer/semver.git",
  334. "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
  335. },
  336. "dist": {
  337. "type": "zip",
  338. "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  339. "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  340. "shasum": ""
  341. },
  342. "require": {
  343. "php": "^5.3.2 || ^7.0"
  344. },
  345. "require-dev": {
  346. "phpunit/phpunit": "^4.5 || ^5.0.5",
  347. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  348. },
  349. "type": "library",
  350. "extra": {
  351. "branch-alias": {
  352. "dev-master": "1.x-dev"
  353. }
  354. },
  355. "autoload": {
  356. "psr-4": {
  357. "Composer\\Semver\\": "src"
  358. }
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "MIT"
  363. ],
  364. "authors": [
  365. {
  366. "name": "Nils Adermann",
  367. "email": "naderman@naderman.de",
  368. "homepage": "http://www.naderman.de"
  369. },
  370. {
  371. "name": "Jordi Boggiano",
  372. "email": "j.boggiano@seld.be",
  373. "homepage": "http://seld.be"
  374. },
  375. {
  376. "name": "Rob Bast",
  377. "email": "rob.bast@gmail.com",
  378. "homepage": "http://robbast.nl"
  379. }
  380. ],
  381. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  382. "keywords": [
  383. "semantic",
  384. "semver",
  385. "validation",
  386. "versioning"
  387. ],
  388. "time": "2019-03-19T17:25:45+00:00"
  389. },
  390. {
  391. "name": "consolidation/annotated-command",
  392. "version": "2.12.0",
  393. "source": {
  394. "type": "git",
  395. "url": "https://github.com/consolidation/annotated-command.git",
  396. "reference": "512a2e54c98f3af377589de76c43b24652bcb789"
  397. },
  398. "dist": {
  399. "type": "zip",
  400. "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789",
  401. "reference": "512a2e54c98f3af377589de76c43b24652bcb789",
  402. "shasum": ""
  403. },
  404. "require": {
  405. "consolidation/output-formatters": "^3.4",
  406. "php": ">=5.4.5",
  407. "psr/log": "^1",
  408. "symfony/console": "^2.8|^3|^4",
  409. "symfony/event-dispatcher": "^2.5|^3|^4",
  410. "symfony/finder": "^2.5|^3|^4"
  411. },
  412. "require-dev": {
  413. "g1a/composer-test-scenarios": "^3",
  414. "php-coveralls/php-coveralls": "^1",
  415. "phpunit/phpunit": "^6",
  416. "squizlabs/php_codesniffer": "^2.7"
  417. },
  418. "type": "library",
  419. "extra": {
  420. "scenarios": {
  421. "symfony4": {
  422. "require": {
  423. "symfony/console": "^4.0"
  424. },
  425. "config": {
  426. "platform": {
  427. "php": "7.1.3"
  428. }
  429. }
  430. },
  431. "symfony2": {
  432. "require": {
  433. "symfony/console": "^2.8"
  434. },
  435. "require-dev": {
  436. "phpunit/phpunit": "^4.8.36"
  437. },
  438. "remove": [
  439. "php-coveralls/php-coveralls"
  440. ],
  441. "config": {
  442. "platform": {
  443. "php": "5.4.8"
  444. }
  445. },
  446. "scenario-options": {
  447. "create-lockfile": "false"
  448. }
  449. },
  450. "phpunit4": {
  451. "require-dev": {
  452. "phpunit/phpunit": "^4.8.36"
  453. },
  454. "remove": [
  455. "php-coveralls/php-coveralls"
  456. ],
  457. "config": {
  458. "platform": {
  459. "php": "5.4.8"
  460. }
  461. }
  462. }
  463. },
  464. "branch-alias": {
  465. "dev-master": "2.x-dev"
  466. }
  467. },
  468. "autoload": {
  469. "psr-4": {
  470. "Consolidation\\AnnotatedCommand\\": "src"
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "MIT"
  476. ],
  477. "authors": [
  478. {
  479. "name": "Greg Anderson",
  480. "email": "greg.1.anderson@greenknowe.org"
  481. }
  482. ],
  483. "description": "Initialize Symfony Console commands from annotated command class methods.",
  484. "time": "2019-03-08T16:55:03+00:00"
  485. },
  486. {
  487. "name": "consolidation/config",
  488. "version": "1.2.1",
  489. "source": {
  490. "type": "git",
  491. "url": "https://github.com/consolidation/config.git",
  492. "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
  493. },
  494. "dist": {
  495. "type": "zip",
  496. "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
  497. "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
  498. "shasum": ""
  499. },
  500. "require": {
  501. "dflydev/dot-access-data": "^1.1.0",
  502. "grasmash/expander": "^1",
  503. "php": ">=5.4.0"
  504. },
  505. "require-dev": {
  506. "g1a/composer-test-scenarios": "^3",
  507. "php-coveralls/php-coveralls": "^1",
  508. "phpunit/phpunit": "^5",
  509. "squizlabs/php_codesniffer": "2.*",
  510. "symfony/console": "^2.5|^3|^4",
  511. "symfony/yaml": "^2.8.11|^3|^4"
  512. },
  513. "suggest": {
  514. "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
  515. },
  516. "type": "library",
  517. "extra": {
  518. "scenarios": {
  519. "symfony4": {
  520. "require-dev": {
  521. "symfony/console": "^4.0"
  522. },
  523. "config": {
  524. "platform": {
  525. "php": "7.1.3"
  526. }
  527. }
  528. },
  529. "symfony2": {
  530. "require-dev": {
  531. "symfony/console": "^2.8",
  532. "symfony/event-dispatcher": "^2.8",
  533. "phpunit/phpunit": "^4.8.36"
  534. },
  535. "remove": [
  536. "php-coveralls/php-coveralls"
  537. ],
  538. "config": {
  539. "platform": {
  540. "php": "5.4.8"
  541. }
  542. }
  543. }
  544. },
  545. "branch-alias": {
  546. "dev-master": "1.x-dev"
  547. }
  548. },
  549. "autoload": {
  550. "psr-4": {
  551. "Consolidation\\Config\\": "src"
  552. }
  553. },
  554. "notification-url": "https://packagist.org/downloads/",
  555. "license": [
  556. "MIT"
  557. ],
  558. "authors": [
  559. {
  560. "name": "Greg Anderson",
  561. "email": "greg.1.anderson@greenknowe.org"
  562. }
  563. ],
  564. "description": "Provide configuration services for a commandline tool.",
  565. "time": "2019-03-03T19:37:04+00:00"
  566. },
  567. {
  568. "name": "consolidation/filter-via-dot-access-data",
  569. "version": "1.0.0",
  570. "source": {
  571. "type": "git",
  572. "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
  573. "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6"
  574. },
  575. "dist": {
  576. "type": "zip",
  577. "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6",
  578. "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6",
  579. "shasum": ""
  580. },
  581. "require": {
  582. "dflydev/dot-access-data": "^1.1.0",
  583. "php": ">=5.5.0"
  584. },
  585. "require-dev": {
  586. "consolidation/robo": "^1.2.3",
  587. "g1a/composer-test-scenarios": "^3",
  588. "knplabs/github-api": "^2.7",
  589. "php-coveralls/php-coveralls": "^1",
  590. "php-http/guzzle6-adapter": "^1.1",
  591. "phpunit/phpunit": "^5",
  592. "squizlabs/php_codesniffer": "^2.8",
  593. "symfony/console": "^2.8|^3|^4"
  594. },
  595. "type": "library",
  596. "extra": {
  597. "scenarios": {
  598. "phpunit5": {
  599. "require-dev": {
  600. "phpunit/phpunit": "^5.7.27"
  601. },
  602. "remove": [
  603. "php-coveralls/php-coveralls"
  604. ],
  605. "config": {
  606. "platform": {
  607. "php": "5.6.33"
  608. }
  609. }
  610. }
  611. },
  612. "branch-alias": {
  613. "dev-master": "1.x-dev"
  614. }
  615. },
  616. "autoload": {
  617. "psr-4": {
  618. "Consolidation\\Filter\\": "src"
  619. }
  620. },
  621. "notification-url": "https://packagist.org/downloads/",
  622. "license": [
  623. "MIT"
  624. ],
  625. "authors": [
  626. {
  627. "name": "Greg Anderson",
  628. "email": "greg.1.anderson@greenknowe.org"
  629. }
  630. ],
  631. "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
  632. "time": "2019-01-18T06:05:07+00:00"
  633. },
  634. {
  635. "name": "consolidation/log",
  636. "version": "1.1.1",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/consolidation/log.git",
  640. "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
  645. "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
  646. "shasum": ""
  647. },
  648. "require": {
  649. "php": ">=5.4.5",
  650. "psr/log": "^1.0",
  651. "symfony/console": "^2.8|^3|^4"
  652. },
  653. "require-dev": {
  654. "g1a/composer-test-scenarios": "^3",
  655. "php-coveralls/php-coveralls": "^1",
  656. "phpunit/phpunit": "^6",
  657. "squizlabs/php_codesniffer": "^2"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "scenarios": {
  662. "symfony4": {
  663. "require": {
  664. "symfony/console": "^4.0"
  665. },
  666. "config": {
  667. "platform": {
  668. "php": "7.1.3"
  669. }
  670. }
  671. },
  672. "symfony2": {
  673. "require": {
  674. "symfony/console": "^2.8"
  675. },
  676. "require-dev": {
  677. "phpunit/phpunit": "^4.8.36"
  678. },
  679. "remove": [
  680. "php-coveralls/php-coveralls"
  681. ],
  682. "config": {
  683. "platform": {
  684. "php": "5.4.8"
  685. }
  686. }
  687. },
  688. "phpunit4": {
  689. "require-dev": {
  690. "phpunit/phpunit": "^4.8.36"
  691. },
  692. "remove": [
  693. "php-coveralls/php-coveralls"
  694. ],
  695. "config": {
  696. "platform": {
  697. "php": "5.4.8"
  698. }
  699. }
  700. }
  701. },
  702. "branch-alias": {
  703. "dev-master": "1.x-dev"
  704. }
  705. },
  706. "autoload": {
  707. "psr-4": {
  708. "Consolidation\\Log\\": "src"
  709. }
  710. },
  711. "notification-url": "https://packagist.org/downloads/",
  712. "license": [
  713. "MIT"
  714. ],
  715. "authors": [
  716. {
  717. "name": "Greg Anderson",
  718. "email": "greg.1.anderson@greenknowe.org"
  719. }
  720. ],
  721. "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
  722. "time": "2019-01-01T17:30:51+00:00"
  723. },
  724. {
  725. "name": "consolidation/output-formatters",
  726. "version": "3.5.0",
  727. "source": {
  728. "type": "git",
  729. "url": "https://github.com/consolidation/output-formatters.git",
  730. "reference": "99ec998ffb697e0eada5aacf81feebfb13023605"
  731. },
  732. "dist": {
  733. "type": "zip",
  734. "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605",
  735. "reference": "99ec998ffb697e0eada5aacf81feebfb13023605",
  736. "shasum": ""
  737. },
  738. "require": {
  739. "dflydev/dot-access-data": "^1.1.0",
  740. "php": ">=5.4.0",
  741. "symfony/console": "^2.8|^3|^4",
  742. "symfony/finder": "^2.5|^3|^4"
  743. },
  744. "require-dev": {
  745. "g1a/composer-test-scenarios": "^3",
  746. "php-coveralls/php-coveralls": "^1",
  747. "phpunit/phpunit": "^5.7.27",
  748. "squizlabs/php_codesniffer": "^2.7",
  749. "symfony/var-dumper": "^2.8|^3|^4",
  750. "victorjonsson/markdowndocs": "^1.3"
  751. },
  752. "suggest": {
  753. "symfony/var-dumper": "For using the var_dump formatter"
  754. },
  755. "type": "library",
  756. "extra": {
  757. "scenarios": {
  758. "symfony4": {
  759. "require": {
  760. "symfony/console": "^4.0"
  761. },
  762. "require-dev": {
  763. "phpunit/phpunit": "^6"
  764. },
  765. "config": {
  766. "platform": {
  767. "php": "7.1.3"
  768. }
  769. }
  770. },
  771. "symfony3": {
  772. "require": {
  773. "symfony/console": "^3.4",
  774. "symfony/finder": "^3.4",
  775. "symfony/var-dumper": "^3.4"
  776. },
  777. "config": {
  778. "platform": {
  779. "php": "5.6.32"
  780. }
  781. }
  782. },
  783. "symfony2": {
  784. "require": {
  785. "symfony/console": "^2.8"
  786. },
  787. "require-dev": {
  788. "phpunit/phpunit": "^4.8.36"
  789. },
  790. "remove": [
  791. "php-coveralls/php-coveralls"
  792. ],
  793. "config": {
  794. "platform": {
  795. "php": "5.4.8"
  796. }
  797. },
  798. "scenario-options": {
  799. "create-lockfile": "false"
  800. }
  801. }
  802. },
  803. "branch-alias": {
  804. "dev-master": "3.x-dev"
  805. }
  806. },
  807. "autoload": {
  808. "psr-4": {
  809. "Consolidation\\OutputFormatters\\": "src"
  810. }
  811. },
  812. "notification-url": "https://packagist.org/downloads/",
  813. "license": [
  814. "MIT"
  815. ],
  816. "authors": [
  817. {
  818. "name": "Greg Anderson",
  819. "email": "greg.1.anderson@greenknowe.org"
  820. }
  821. ],
  822. "description": "Format text by applying transformations provided by plug-in formatters.",
  823. "time": "2019-05-30T23:16:01+00:00"
  824. },
  825. {
  826. "name": "consolidation/robo",
  827. "version": "1.4.11",
  828. "source": {
  829. "type": "git",
  830. "url": "https://github.com/consolidation/Robo.git",
  831. "reference": "5fa1d901776a628167a325baa9db95d8edf13a80"
  832. },
  833. "dist": {
  834. "type": "zip",
  835. "url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80",
  836. "reference": "5fa1d901776a628167a325baa9db95d8edf13a80",
  837. "shasum": ""
  838. },
  839. "require": {
  840. "consolidation/annotated-command": "^2.11.0",
  841. "consolidation/config": "^1.2",
  842. "consolidation/log": "~1",
  843. "consolidation/output-formatters": "^3.1.13",
  844. "consolidation/self-update": "^1",
  845. "grasmash/yaml-expander": "^1.3",
  846. "league/container": "^2.2",
  847. "php": ">=5.5.0",
  848. "symfony/console": "^2.8|^3|^4",
  849. "symfony/event-dispatcher": "^2.5|^3|^4",
  850. "symfony/filesystem": "^2.5|^3|^4",
  851. "symfony/finder": "^2.5|^3|^4",
  852. "symfony/process": "^2.5|^3|^4"
  853. },
  854. "replace": {
  855. "codegyre/robo": "< 1.0"
  856. },
  857. "require-dev": {
  858. "codeception/aspect-mock": "^1|^2.1.1",
  859. "codeception/base": "^2.3.7",
  860. "codeception/verify": "^0.3.2",
  861. "g1a/composer-test-scenarios": "^3",
  862. "goaop/framework": "~2.1.2",
  863. "goaop/parser-reflection": "^1.1.0",
  864. "natxet/cssmin": "3.0.4",
  865. "nikic/php-parser": "^3.1.5",
  866. "patchwork/jsqueeze": "~2",
  867. "pear/archive_tar": "^1.4.4",
  868. "php-coveralls/php-coveralls": "^1",
  869. "phpunit/php-code-coverage": "~2|~4",
  870. "sebastian/comparator": "^1.2.4",
  871. "squizlabs/php_codesniffer": "^2.8"
  872. },
  873. "suggest": {
  874. "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
  875. "natxet/CssMin": "For minifying CSS files in taskMinify",
  876. "patchwork/jsqueeze": "For minifying JS files in taskMinify",
  877. "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
  878. },
  879. "bin": [
  880. "robo"
  881. ],
  882. "type": "library",
  883. "extra": {
  884. "scenarios": {
  885. "symfony4": {
  886. "require": {
  887. "symfony/console": "^4"
  888. },
  889. "config": {
  890. "platform": {
  891. "php": "7.1.3"
  892. }
  893. }
  894. },
  895. "symfony2": {
  896. "require": {
  897. "symfony/console": "^2.8"
  898. },
  899. "remove": [
  900. "goaop/framework"
  901. ],
  902. "config": {
  903. "platform": {
  904. "php": "5.5.9"
  905. }
  906. },
  907. "scenario-options": {
  908. "create-lockfile": "false"
  909. }
  910. }
  911. },
  912. "branch-alias": {
  913. "dev-master": "2.x-dev"
  914. }
  915. },
  916. "autoload": {
  917. "psr-4": {
  918. "Robo\\": "src"
  919. }
  920. },
  921. "notification-url": "https://packagist.org/downloads/",
  922. "license": [
  923. "MIT"
  924. ],
  925. "authors": [
  926. {
  927. "name": "Davert",
  928. "email": "davert.php@resend.cc"
  929. }
  930. ],
  931. "description": "Modern task runner",
  932. "time": "2019-10-29T15:50:02+00:00"
  933. },
  934. {
  935. "name": "consolidation/self-update",
  936. "version": "1.1.5",
  937. "source": {
  938. "type": "git",
  939. "url": "https://github.com/consolidation/self-update.git",
  940. "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
  941. },
  942. "dist": {
  943. "type": "zip",
  944. "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
  945. "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
  946. "shasum": ""
  947. },
  948. "require": {
  949. "php": ">=5.5.0",
  950. "symfony/console": "^2.8|^3|^4",
  951. "symfony/filesystem": "^2.5|^3|^4"
  952. },
  953. "bin": [
  954. "scripts/release"
  955. ],
  956. "type": "library",
  957. "extra": {
  958. "branch-alias": {
  959. "dev-master": "1.x-dev"
  960. }
  961. },
  962. "autoload": {
  963. "psr-4": {
  964. "SelfUpdate\\": "src"
  965. }
  966. },
  967. "notification-url": "https://packagist.org/downloads/",
  968. "license": [
  969. "MIT"
  970. ],
  971. "authors": [
  972. {
  973. "name": "Greg Anderson",
  974. "email": "greg.1.anderson@greenknowe.org"
  975. },
  976. {
  977. "name": "Alexander Menk",
  978. "email": "menk@mestrona.net"
  979. }
  980. ],
  981. "description": "Provides a self:update command for Symfony Console applications.",
  982. "time": "2018-10-28T01:52:03+00:00"
  983. },
  984. {
  985. "name": "consolidation/site-alias",
  986. "version": "3.0.0",
  987. "source": {
  988. "type": "git",
  989. "url": "https://github.com/consolidation/site-alias.git",
  990. "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f"
  991. },
  992. "dist": {
  993. "type": "zip",
  994. "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f",
  995. "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f",
  996. "shasum": ""
  997. },
  998. "require": {
  999. "consolidation/config": "^1.2.1",
  1000. "php": ">=5.5.0"
  1001. },
  1002. "require-dev": {
  1003. "consolidation/robo": "^1.2.3",
  1004. "g1a/composer-test-scenarios": "^3",
  1005. "knplabs/github-api": "^2.7",
  1006. "php-coveralls/php-coveralls": "^1",
  1007. "php-http/guzzle6-adapter": "^1.1",
  1008. "phpunit/phpunit": "^6",
  1009. "squizlabs/php_codesniffer": "^2.8",
  1010. "symfony/console": "^2.8|^3|^4",
  1011. "symfony/yaml": "~2.3|^3"
  1012. },
  1013. "type": "library",
  1014. "extra": {
  1015. "scenarios": {
  1016. "phpunit5": {
  1017. "require-dev": {
  1018. "phpunit/phpunit": "^5.7.27"
  1019. },
  1020. "remove": [
  1021. "php-coveralls/php-coveralls"
  1022. ],
  1023. "config": {
  1024. "platform": {
  1025. "php": "5.6.33"
  1026. }
  1027. }
  1028. }
  1029. },
  1030. "branch-alias": {
  1031. "dev-master": "3.x-dev"
  1032. }
  1033. },
  1034. "autoload": {
  1035. "psr-4": {
  1036. "Consolidation\\SiteAlias\\": "src"
  1037. }
  1038. },
  1039. "notification-url": "https://packagist.org/downloads/",
  1040. "license": [
  1041. "MIT"
  1042. ],
  1043. "authors": [
  1044. {
  1045. "name": "Moshe Weitzman",
  1046. "email": "weitzman@tejasa.com"
  1047. },
  1048. {
  1049. "name": "Greg Anderson",
  1050. "email": "greg.1.anderson@greenknowe.org"
  1051. }
  1052. ],
  1053. "description": "Manage alias records for local and remote sites.",
  1054. "time": "2019-03-12T17:31:48+00:00"
  1055. },
  1056. {
  1057. "name": "consolidation/site-process",
  1058. "version": "2.1.0",
  1059. "source": {
  1060. "type": "git",
  1061. "url": "https://github.com/consolidation/site-process.git",
  1062. "reference": "f3211fa4c60671c6f068184221f06f932556e443"
  1063. },
  1064. "dist": {
  1065. "type": "zip",
  1066. "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443",
  1067. "reference": "f3211fa4c60671c6f068184221f06f932556e443",
  1068. "shasum": ""
  1069. },
  1070. "require": {
  1071. "consolidation/config": "^1.2.1",
  1072. "consolidation/site-alias": "^3",
  1073. "php": ">=5.6.0",
  1074. "symfony/process": "^3.4"
  1075. },
  1076. "require-dev": {
  1077. "consolidation/robo": "^1.3",
  1078. "g1a/composer-test-scenarios": "^3",
  1079. "knplabs/github-api": "^2.7",
  1080. "php-coveralls/php-coveralls": "^1",
  1081. "php-http/guzzle6-adapter": "^1.1",
  1082. "phpunit/phpunit": "^6",
  1083. "squizlabs/php_codesniffer": "^2.8"
  1084. },
  1085. "type": "library",
  1086. "extra": {
  1087. "scenarios": {
  1088. "phpunit5": {
  1089. "require-dev": {
  1090. "phpunit/phpunit": "^5.7.27"
  1091. },
  1092. "remove": [
  1093. "php-coveralls/php-coveralls"
  1094. ],
  1095. "config": {
  1096. "platform": {
  1097. "php": "5.6.33"
  1098. }
  1099. }
  1100. }
  1101. },
  1102. "branch-alias": {
  1103. "dev-master": "0.x-dev"
  1104. }
  1105. },
  1106. "autoload": {
  1107. "psr-4": {
  1108. "Consolidation\\SiteProcess\\": "src"
  1109. }
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "MIT"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Greg Anderson",
  1118. "email": "greg.1.anderson@greenknowe.org"
  1119. },
  1120. {
  1121. "name": "Moshe Weitzman",
  1122. "email": "weitzman@tejasa.com"
  1123. }
  1124. ],
  1125. "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.",
  1126. "time": "2019-09-10T17:56:24+00:00"
  1127. },
  1128. {
  1129. "name": "container-interop/container-interop",
  1130. "version": "1.2.0",
  1131. "source": {
  1132. "type": "git",
  1133. "url": "https://github.com/container-interop/container-interop.git",
  1134. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
  1135. },
  1136. "dist": {
  1137. "type": "zip",
  1138. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  1139. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  1140. "shasum": ""
  1141. },
  1142. "require": {
  1143. "psr/container": "^1.0"
  1144. },
  1145. "type": "library",
  1146. "autoload": {
  1147. "psr-4": {
  1148. "Interop\\Container\\": "src/Interop/Container/"
  1149. }
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "MIT"
  1154. ],
  1155. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  1156. "homepage": "https://github.com/container-interop/container-interop",
  1157. "time": "2017-02-14T19:40:03+00:00"
  1158. },
  1159. {
  1160. "name": "cweagans/composer-patches",
  1161. "version": "1.6.7",
  1162. "source": {
  1163. "type": "git",
  1164. "url": "https://github.com/cweagans/composer-patches.git",
  1165. "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
  1166. },
  1167. "dist": {
  1168. "type": "zip",
  1169. "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
  1170. "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
  1171. "shasum": ""
  1172. },
  1173. "require": {
  1174. "composer-plugin-api": "^1.0",
  1175. "php": ">=5.3.0"
  1176. },
  1177. "require-dev": {
  1178. "composer/composer": "~1.0",
  1179. "phpunit/phpunit": "~4.6"
  1180. },
  1181. "type": "composer-plugin",
  1182. "extra": {
  1183. "class": "cweagans\\Composer\\Patches"
  1184. },
  1185. "autoload": {
  1186. "psr-4": {
  1187. "cweagans\\Composer\\": "src"
  1188. }
  1189. },
  1190. "notification-url": "https://packagist.org/downloads/",
  1191. "license": [
  1192. "BSD-3-Clause"
  1193. ],
  1194. "authors": [
  1195. {
  1196. "name": "Cameron Eagans",
  1197. "email": "me@cweagans.net"
  1198. }
  1199. ],
  1200. "description": "Provides a way to patch Composer packages.",
  1201. "time": "2019-08-29T20:11:49+00:00"
  1202. },
  1203. {
  1204. "name": "dflydev/dot-access-configuration",
  1205. "version": "v1.0.3",
  1206. "source": {
  1207. "type": "git",
  1208. "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
  1209. "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
  1210. },
  1211. "dist": {
  1212. "type": "zip",
  1213. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
  1214. "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
  1215. "shasum": ""
  1216. },
  1217. "require": {
  1218. "dflydev/dot-access-data": "1.*",
  1219. "dflydev/placeholder-resolver": "1.*",
  1220. "php": ">=5.3.2"
  1221. },
  1222. "require-dev": {
  1223. "symfony/yaml": "~2.1"
  1224. },
  1225. "suggest": {
  1226. "symfony/yaml": "Required for using the YAML Configuration Builders"
  1227. },
  1228. "type": "library",
  1229. "extra": {
  1230. "branch-alias": {
  1231. "dev-master": "1.0-dev"
  1232. }
  1233. },
  1234. "autoload": {
  1235. "psr-0": {
  1236. "Dflydev\\DotAccessConfiguration": "src"
  1237. }
  1238. },
  1239. "notification-url": "https://packagist.org/downloads/",
  1240. "license": [
  1241. "MIT"
  1242. ],
  1243. "authors": [
  1244. {
  1245. "name": "Dragonfly Development Inc.",
  1246. "email": "info@dflydev.com",
  1247. "homepage": "http://dflydev.com"
  1248. },
  1249. {
  1250. "name": "Beau Simensen",
  1251. "email": "beau@dflydev.com",
  1252. "homepage": "http://beausimensen.com"
  1253. }
  1254. ],
  1255. "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
  1256. "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
  1257. "keywords": [
  1258. "config",
  1259. "configuration"
  1260. ],
  1261. "time": "2018-09-08T23:00:17+00:00"
  1262. },
  1263. {
  1264. "name": "dflydev/dot-access-data",
  1265. "version": "v1.1.0",
  1266. "source": {
  1267. "type": "git",
  1268. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  1269. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
  1270. },
  1271. "dist": {
  1272. "type": "zip",
  1273. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
  1274. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
  1275. "shasum": ""
  1276. },
  1277. "require": {
  1278. "php": ">=5.3.2"
  1279. },
  1280. "type": "library",
  1281. "extra": {
  1282. "branch-alias": {
  1283. "dev-master": "1.0-dev"
  1284. }
  1285. },
  1286. "autoload": {
  1287. "psr-0": {
  1288. "Dflydev\\DotAccessData": "src"
  1289. }
  1290. },
  1291. "notification-url": "https://packagist.org/downloads/",
  1292. "license": [
  1293. "MIT"
  1294. ],
  1295. "authors": [
  1296. {
  1297. "name": "Dragonfly Development Inc.",
  1298. "email": "info@dflydev.com",
  1299. "homepage": "http://dflydev.com"
  1300. },
  1301. {
  1302. "name": "Beau Simensen",
  1303. "email": "beau@dflydev.com",
  1304. "homepage": "http://beausimensen.com"
  1305. },
  1306. {
  1307. "name": "Carlos Frutos",
  1308. "email": "carlos@kiwing.it",
  1309. "homepage": "https://github.com/cfrutos"
  1310. }
  1311. ],
  1312. "description": "Given a deep data structure, access data by dot notation.",
  1313. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  1314. "keywords": [
  1315. "access",
  1316. "data",
  1317. "dot",
  1318. "notation"
  1319. ],
  1320. "time": "2017-01-20T21:14:22+00:00"
  1321. },
  1322. {
  1323. "name": "dflydev/placeholder-resolver",
  1324. "version": "v1.0.2",
  1325. "source": {
  1326. "type": "git",
  1327. "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
  1328. "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
  1329. },
  1330. "dist": {
  1331. "type": "zip",
  1332. "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
  1333. "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
  1334. "shasum": ""
  1335. },
  1336. "require": {
  1337. "php": ">=5.3.2"
  1338. },
  1339. "type": "library",
  1340. "extra": {
  1341. "branch-alias": {
  1342. "dev-master": "1.0-dev"
  1343. }
  1344. },
  1345. "autoload": {
  1346. "psr-0": {
  1347. "Dflydev\\PlaceholderResolver": "src"
  1348. }
  1349. },
  1350. "notification-url": "https://packagist.org/downloads/",
  1351. "license": [
  1352. "MIT"
  1353. ],
  1354. "authors": [
  1355. {
  1356. "name": "Dragonfly Development Inc.",
  1357. "email": "info@dflydev.com",
  1358. "homepage": "http://dflydev.com"
  1359. },
  1360. {
  1361. "name": "Beau Simensen",
  1362. "email": "beau@dflydev.com",
  1363. "homepage": "http://beausimensen.com"
  1364. }
  1365. ],
  1366. "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.",
  1367. "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
  1368. "keywords": [
  1369. "placeholder",
  1370. "resolver"
  1371. ],
  1372. "time": "2012-10-28T21:08:28+00:00"
  1373. },
  1374. {
  1375. "name": "dnoegel/php-xdg-base-dir",
  1376. "version": "0.1",
  1377. "source": {
  1378. "type": "git",
  1379. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  1380. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  1381. },
  1382. "dist": {
  1383. "type": "zip",
  1384. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  1385. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  1386. "shasum": ""
  1387. },
  1388. "require": {
  1389. "php": ">=5.3.2"
  1390. },
  1391. "require-dev": {
  1392. "phpunit/phpunit": "@stable"
  1393. },
  1394. "type": "project",
  1395. "autoload": {
  1396. "psr-4": {
  1397. "XdgBaseDir\\": "src/"
  1398. }
  1399. },
  1400. "notification-url": "https://packagist.org/downloads/",
  1401. "license": [
  1402. "MIT"
  1403. ],
  1404. "description": "implementation of xdg base directory specification for php",
  1405. "time": "2014-10-24T07:27:01+00:00"
  1406. },
  1407. {
  1408. "name": "doctrine/annotations",
  1409. "version": "v1.8.0",
  1410. "source": {
  1411. "type": "git",
  1412. "url": "https://github.com/doctrine/annotations.git",
  1413. "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
  1414. },
  1415. "dist": {
  1416. "type": "zip",
  1417. "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
  1418. "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
  1419. "shasum": ""
  1420. },
  1421. "require": {
  1422. "doctrine/lexer": "1.*",
  1423. "php": "^7.1"
  1424. },
  1425. "require-dev": {
  1426. "doctrine/cache": "1.*",
  1427. "phpunit/phpunit": "^7.5"
  1428. },
  1429. "type": "library",
  1430. "extra": {
  1431. "branch-alias": {
  1432. "dev-master": "1.7.x-dev"
  1433. }
  1434. },
  1435. "autoload": {
  1436. "psr-4": {
  1437. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  1438. }
  1439. },
  1440. "notification-url": "https://packagist.org/downloads/",
  1441. "license": [
  1442. "MIT"
  1443. ],
  1444. "authors": [
  1445. {
  1446. "name": "Guilherme Blanco",
  1447. "email": "guilhermeblanco@gmail.com"
  1448. },
  1449. {
  1450. "name": "Roman Borschel",
  1451. "email": "roman@code-factory.org"
  1452. },
  1453. {
  1454. "name": "Benjamin Eberlei",
  1455. "email": "kontakt@beberlei.de"
  1456. },
  1457. {
  1458. "name": "Jonathan Wage",
  1459. "email": "jonwage@gmail.com"
  1460. },
  1461. {
  1462. "name": "Johannes Schmitt",
  1463. "email": "schmittjoh@gmail.com"
  1464. }
  1465. ],
  1466. "description": "Docblock Annotations Parser",
  1467. "homepage": "http://www.doctrine-project.org",
  1468. "keywords": [
  1469. "annotations",
  1470. "docblock",
  1471. "parser"
  1472. ],
  1473. "time": "2019-10-01T18:55:10+00:00"
  1474. },
  1475. {
  1476. "name": "doctrine/cache",
  1477. "version": "1.9.0",
  1478. "source": {
  1479. "type": "git",
  1480. "url": "https://github.com/doctrine/cache.git",
  1481. "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a"
  1482. },
  1483. "dist": {
  1484. "type": "zip",
  1485. "url": "https://api.github.com/repos/doctrine/cache/zipball/c15dcd24b756f9e52ea7c3ae8227354f3628f11a",
  1486. "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a",
  1487. "shasum": ""
  1488. },
  1489. "require": {
  1490. "php": "~7.1"
  1491. },
  1492. "conflict": {
  1493. "doctrine/common": ">2.2,<2.4"
  1494. },
  1495. "require-dev": {
  1496. "alcaeus/mongo-php-adapter": "^1.1",
  1497. "doctrine/coding-standard": "^6.0",
  1498. "mongodb/mongodb": "^1.1",
  1499. "phpunit/phpunit": "^7.0",
  1500. "predis/predis": "~1.0"
  1501. },
  1502. "suggest": {
  1503. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  1504. },
  1505. "type": "library",
  1506. "extra": {
  1507. "branch-alias": {
  1508. "dev-master": "1.9.x-dev"
  1509. }
  1510. },
  1511. "autoload": {
  1512. "psr-4": {
  1513. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  1514. }
  1515. },
  1516. "notification-url": "https://packagist.org/downloads/",
  1517. "license": [
  1518. "MIT"
  1519. ],
  1520. "authors": [
  1521. {
  1522. "name": "Guilherme Blanco",
  1523. "email": "guilhermeblanco@gmail.com"
  1524. },
  1525. {
  1526. "name": "Roman Borschel",
  1527. "email": "roman@code-factory.org"
  1528. },
  1529. {
  1530. "name": "Benjamin Eberlei",
  1531. "email": "kontakt@beberlei.de"
  1532. },
  1533. {
  1534. "name": "Jonathan Wage",
  1535. "email": "jonwage@gmail.com"
  1536. },
  1537. {
  1538. "name": "Johannes Schmitt",
  1539. "email": "schmittjoh@gmail.com"
  1540. }
  1541. ],
  1542. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  1543. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  1544. "keywords": [
  1545. "abstraction",
  1546. "apcu",
  1547. "cache",
  1548. "caching",
  1549. "couchdb",
  1550. "memcached",
  1551. "php",
  1552. "redis",
  1553. "riak",
  1554. "xcache"
  1555. ],
  1556. "time": "2019-11-11T10:31:52+00:00"
  1557. },
  1558. {
  1559. "name": "doctrine/collections",
  1560. "version": "1.6.4",
  1561. "source": {
  1562. "type": "git",
  1563. "url": "https://github.com/doctrine/collections.git",
  1564. "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
  1565. },
  1566. "dist": {
  1567. "type": "zip",
  1568. "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
  1569. "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
  1570. "shasum": ""
  1571. },
  1572. "require": {
  1573. "php": "^7.1.3"
  1574. },
  1575. "require-dev": {
  1576. "doctrine/coding-standard": "^6.0",
  1577. "phpstan/phpstan-shim": "^0.9.2",
  1578. "phpunit/phpunit": "^7.0",
  1579. "vimeo/psalm": "^3.2.2"
  1580. },
  1581. "type": "library",
  1582. "extra": {
  1583. "branch-alias": {
  1584. "dev-master": "1.6.x-dev"
  1585. }
  1586. },
  1587. "autoload": {
  1588. "psr-4": {
  1589. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  1590. }
  1591. },
  1592. "notification-url": "https://packagist.org/downloads/",
  1593. "license": [
  1594. "MIT"
  1595. ],
  1596. "authors": [
  1597. {
  1598. "name": "Guilherme Blanco",
  1599. "email": "guilhermeblanco@gmail.com"
  1600. },
  1601. {
  1602. "name": "Roman Borschel",
  1603. "email": "roman@code-factory.org"
  1604. },
  1605. {
  1606. "name": "Benjamin Eberlei",
  1607. "email": "kontakt@beberlei.de"
  1608. },
  1609. {
  1610. "name": "Jonathan Wage",
  1611. "email": "jonwage@gmail.com"
  1612. },
  1613. {
  1614. "name": "Johannes Schmitt",
  1615. "email": "schmittjoh@gmail.com"
  1616. }
  1617. ],
  1618. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  1619. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  1620. "keywords": [
  1621. "array",
  1622. "collections",
  1623. "iterators",
  1624. "php"
  1625. ],
  1626. "time": "2019-11-13T13:07:11+00:00"
  1627. },
  1628. {
  1629. "name": "doctrine/common",
  1630. "version": "v2.11.0",
  1631. "source": {
  1632. "type": "git",
  1633. "url": "https://github.com/doctrine/common.git",
  1634. "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
  1635. },
  1636. "dist": {
  1637. "type": "zip",
  1638. "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
  1639. "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
  1640. "shasum": ""
  1641. },
  1642. "require": {
  1643. "doctrine/annotations": "^1.0",
  1644. "doctrine/cache": "^1.0",
  1645. "doctrine/collections": "^1.0",
  1646. "doctrine/event-manager": "^1.0",
  1647. "doctrine/inflector": "^1.0",
  1648. "doctrine/lexer": "^1.0",
  1649. "doctrine/persistence": "^1.1",
  1650. "doctrine/reflection": "^1.0",
  1651. "php": "^7.1"
  1652. },
  1653. "require-dev": {
  1654. "doctrine/coding-standard": "^1.0",
  1655. "phpstan/phpstan": "^0.11",
  1656. "phpstan/phpstan-phpunit": "^0.11",
  1657. "phpunit/phpunit": "^7.0",
  1658. "squizlabs/php_codesniffer": "^3.0",
  1659. "symfony/phpunit-bridge": "^4.0.5"
  1660. },
  1661. "type": "library",
  1662. "extra": {
  1663. "branch-alias": {
  1664. "dev-master": "2.11.x-dev"
  1665. }
  1666. },
  1667. "autoload": {
  1668. "psr-4": {
  1669. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1670. }
  1671. },
  1672. "notification-url": "https://packagist.org/downloads/",
  1673. "license": [
  1674. "MIT"
  1675. ],
  1676. "authors": [
  1677. {
  1678. "name": "Guilherme Blanco",
  1679. "email": "guilhermeblanco@gmail.com"
  1680. },
  1681. {
  1682. "name": "Roman Borschel",
  1683. "email": "roman@code-factory.org"
  1684. },
  1685. {
  1686. "name": "Benjamin Eberlei",
  1687. "email": "kontakt@beberlei.de"
  1688. },
  1689. {
  1690. "name": "Jonathan Wage",
  1691. "email": "jonwage@gmail.com"
  1692. },
  1693. {
  1694. "name": "Johannes Schmitt",
  1695. "email": "schmittjoh@gmail.com"
  1696. },
  1697. {
  1698. "name": "Marco Pivetta",
  1699. "email": "ocramius@gmail.com"
  1700. }
  1701. ],
  1702. "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.",
  1703. "homepage": "https://www.doctrine-project.org/projects/common.html",
  1704. "keywords": [
  1705. "common",
  1706. "doctrine",
  1707. "php"
  1708. ],
  1709. "time": "2019-09-10T10:10:14+00:00"
  1710. },
  1711. {
  1712. "name": "doctrine/event-manager",
  1713. "version": "1.1.0",
  1714. "source": {
  1715. "type": "git",
  1716. "url": "https://github.com/doctrine/event-manager.git",
  1717. "reference": "629572819973f13486371cb611386eb17851e85c"
  1718. },
  1719. "dist": {
  1720. "type": "zip",
  1721. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
  1722. "reference": "629572819973f13486371cb611386eb17851e85c",
  1723. "shasum": ""
  1724. },
  1725. "require": {
  1726. "php": "^7.1"
  1727. },
  1728. "conflict": {
  1729. "doctrine/common": "<2.9@dev"
  1730. },
  1731. "require-dev": {
  1732. "doctrine/coding-standard": "^6.0",
  1733. "phpunit/phpunit": "^7.0"
  1734. },
  1735. "type": "library",
  1736. "extra": {
  1737. "branch-alias": {
  1738. "dev-master": "1.0.x-dev"
  1739. }
  1740. },
  1741. "autoload": {
  1742. "psr-4": {
  1743. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1744. }
  1745. },
  1746. "notification-url": "https://packagist.org/downloads/",
  1747. "license": [
  1748. "MIT"
  1749. ],
  1750. "authors": [
  1751. {
  1752. "name": "Guilherme Blanco",
  1753. "email": "guilhermeblanco@gmail.com"
  1754. },
  1755. {
  1756. "name": "Roman Borschel",
  1757. "email": "roman@code-factory.org"
  1758. },
  1759. {
  1760. "name": "Benjamin Eberlei",
  1761. "email": "kontakt@beberlei.de"
  1762. },
  1763. {
  1764. "name": "Jonathan Wage",
  1765. "email": "jonwage@gmail.com"
  1766. },
  1767. {
  1768. "name": "Johannes Schmitt",
  1769. "email": "schmittjoh@gmail.com"
  1770. },
  1771. {
  1772. "name": "Marco Pivetta",
  1773. "email": "ocramius@gmail.com"
  1774. }
  1775. ],
  1776. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  1777. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  1778. "keywords": [
  1779. "event",
  1780. "event dispatcher",
  1781. "event manager",
  1782. "event system",
  1783. "events"
  1784. ],
  1785. "time": "2019-11-10T09:48:07+00:00"
  1786. },
  1787. {
  1788. "name": "doctrine/inflector",
  1789. "version": "1.3.1",
  1790. "source": {
  1791. "type": "git",
  1792. "url": "https://github.com/doctrine/inflector.git",
  1793. "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
  1794. },
  1795. "dist": {
  1796. "type": "zip",
  1797. "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
  1798. "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
  1799. "shasum": ""
  1800. },
  1801. "require": {
  1802. "php": "^7.1"
  1803. },
  1804. "require-dev": {
  1805. "phpunit/phpunit": "^6.2"
  1806. },
  1807. "type": "library",
  1808. "extra": {
  1809. "branch-alias": {
  1810. "dev-master": "1.3.x-dev"
  1811. }
  1812. },
  1813. "autoload": {
  1814. "psr-4": {
  1815. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  1816. }
  1817. },
  1818. "notification-url": "https://packagist.org/downloads/",
  1819. "license": [
  1820. "MIT"
  1821. ],
  1822. "authors": [
  1823. {
  1824. "name": "Guilherme Blanco",
  1825. "email": "guilhermeblanco@gmail.com"
  1826. },
  1827. {
  1828. "name": "Roman Borschel",
  1829. "email": "roman@code-factory.org"
  1830. },
  1831. {
  1832. "name": "Benjamin Eberlei",
  1833. "email": "kontakt@beberlei.de"
  1834. },
  1835. {
  1836. "name": "Jonathan Wage",
  1837. "email": "jonwage@gmail.com"
  1838. },
  1839. {
  1840. "name": "Johannes Schmitt",
  1841. "email": "schmittjoh@gmail.com"
  1842. }
  1843. ],
  1844. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  1845. "homepage": "http://www.doctrine-project.org",
  1846. "keywords": [
  1847. "inflection",
  1848. "pluralize",
  1849. "singularize",
  1850. "string"
  1851. ],
  1852. "time": "2019-10-30T19:59:35+00:00"
  1853. },
  1854. {
  1855. "name": "doctrine/lexer",
  1856. "version": "1.2.0",
  1857. "source": {
  1858. "type": "git",
  1859. "url": "https://github.com/doctrine/lexer.git",
  1860. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
  1861. },
  1862. "dist": {
  1863. "type": "zip",
  1864. "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  1865. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  1866. "shasum": ""
  1867. },
  1868. "require": {
  1869. "php": "^7.2"
  1870. },
  1871. "require-dev": {
  1872. "doctrine/coding-standard": "^6.0",
  1873. "phpstan/phpstan": "^0.11.8",
  1874. "phpunit/phpunit": "^8.2"
  1875. },
  1876. "type": "library",
  1877. "extra": {
  1878. "branch-alias": {
  1879. "dev-master": "1.2.x-dev"
  1880. }
  1881. },
  1882. "autoload": {
  1883. "psr-4": {
  1884. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1885. }
  1886. },
  1887. "notification-url": "https://packagist.org/downloads/",
  1888. "license": [
  1889. "MIT"
  1890. ],
  1891. "authors": [
  1892. {
  1893. "name": "Guilherme Blanco",
  1894. "email": "guilhermeblanco@gmail.com"
  1895. },
  1896. {
  1897. "name": "Roman Borschel",
  1898. "email": "roman@code-factory.org"
  1899. },
  1900. {
  1901. "name": "Johannes Schmitt",
  1902. "email": "schmittjoh@gmail.com"
  1903. }
  1904. ],
  1905. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1906. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1907. "keywords": [
  1908. "annotations",
  1909. "docblock",
  1910. "lexer",
  1911. "parser",
  1912. "php"
  1913. ],
  1914. "time": "2019-10-30T14:39:59+00:00"
  1915. },
  1916. {
  1917. "name": "doctrine/persistence",
  1918. "version": "1.2.0",
  1919. "source": {
  1920. "type": "git",
  1921. "url": "https://github.com/doctrine/persistence.git",
  1922. "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
  1923. },
  1924. "dist": {
  1925. "type": "zip",
  1926. "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
  1927. "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
  1928. "shasum": ""
  1929. },
  1930. "require": {
  1931. "doctrine/annotations": "^1.0",
  1932. "doctrine/cache": "^1.0",
  1933. "doctrine/collections": "^1.0",
  1934. "doctrine/event-manager": "^1.0",
  1935. "doctrine/reflection": "^1.0",
  1936. "php": "^7.1"
  1937. },
  1938. "conflict": {
  1939. "doctrine/common": "<2.10@dev"
  1940. },
  1941. "require-dev": {
  1942. "doctrine/coding-standard": "^5.0",
  1943. "phpstan/phpstan": "^0.8",
  1944. "phpunit/phpunit": "^7.0"
  1945. },
  1946. "type": "library",
  1947. "extra": {
  1948. "branch-alias": {
  1949. "dev-master": "1.2.x-dev"
  1950. }
  1951. },
  1952. "autoload": {
  1953. "psr-4": {
  1954. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1955. }
  1956. },
  1957. "notification-url": "https://packagist.org/downloads/",
  1958. "license": [
  1959. "MIT"
  1960. ],
  1961. "authors": [
  1962. {
  1963. "name": "Guilherme Blanco",
  1964. "email": "guilhermeblanco@gmail.com"
  1965. },
  1966. {
  1967. "name": "Roman Borschel",
  1968. "email": "roman@code-factory.org"
  1969. },
  1970. {
  1971. "name": "Benjamin Eberlei",
  1972. "email": "kontakt@beberlei.de"
  1973. },
  1974. {
  1975. "name": "Jonathan Wage",
  1976. "email": "jonwage@gmail.com"
  1977. },
  1978. {
  1979. "name": "Johannes Schmitt",
  1980. "email": "schmittjoh@gmail.com"
  1981. },
  1982. {
  1983. "name": "Marco Pivetta",
  1984. "email": "ocramius@gmail.com"
  1985. }
  1986. ],
  1987. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1988. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1989. "keywords": [
  1990. "mapper",
  1991. "object",
  1992. "odm",
  1993. "orm",
  1994. "persistence"
  1995. ],
  1996. "time": "2019-04-23T12:39:21+00:00"
  1997. },
  1998. {
  1999. "name": "doctrine/reflection",
  2000. "version": "v1.0.0",
  2001. "source": {
  2002. "type": "git",
  2003. "url": "https://github.com/doctrine/reflection.git",
  2004. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
  2005. },
  2006. "dist": {
  2007. "type": "zip",
  2008. "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  2009. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  2010. "shasum": ""
  2011. },
  2012. "require": {
  2013. "doctrine/annotations": "^1.0",
  2014. "ext-tokenizer": "*",
  2015. "php": "^7.1"
  2016. },
  2017. "require-dev": {
  2018. "doctrine/coding-standard": "^4.0",
  2019. "doctrine/common": "^2.8",
  2020. "phpstan/phpstan": "^0.9.2",
  2021. "phpstan/phpstan-phpunit": "^0.9.4",
  2022. "phpunit/phpunit": "^7.0",
  2023. "squizlabs/php_codesniffer": "^3.0"
  2024. },
  2025. "type": "library",
  2026. "extra": {
  2027. "branch-alias": {
  2028. "dev-master": "1.0.x-dev"
  2029. }
  2030. },
  2031. "autoload": {
  2032. "psr-4": {
  2033. "Doctrine\\Common\\": "lib/Doctrine/Common"
  2034. }
  2035. },
  2036. "notification-url": "https://packagist.org/downloads/",
  2037. "license": [
  2038. "MIT"
  2039. ],
  2040. "authors": [
  2041. {
  2042. "name": "Roman Borschel",
  2043. "email": "roman@code-factory.org"
  2044. },
  2045. {
  2046. "name": "Benjamin Eberlei",
  2047. "email": "kontakt@beberlei.de"
  2048. },
  2049. {
  2050. "name": "Guilherme Blanco",
  2051. "email": "guilhermeblanco@gmail.com"
  2052. },
  2053. {
  2054. "name": "Jonathan Wage",
  2055. "email": "jonwage@gmail.com"
  2056. },
  2057. {
  2058. "name": "Johannes Schmitt",
  2059. "email": "schmittjoh@gmail.com"
  2060. },
  2061. {
  2062. "name": "Marco Pivetta",
  2063. "email": "ocramius@gmail.com"
  2064. }
  2065. ],
  2066. "description": "Doctrine Reflection component",
  2067. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  2068. "keywords": [
  2069. "reflection"
  2070. ],
  2071. "time": "2018-06-14T14:45:07+00:00"
  2072. },
  2073. {
  2074. "name": "drupal-composer/drupal-scaffold",
  2075. "version": "2.6.1",
  2076. "source": {
  2077. "type": "git",
  2078. "url": "https://github.com/drupal-composer/drupal-scaffold.git",
  2079. "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8"
  2080. },
  2081. "dist": {
  2082. "type": "zip",
  2083. "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/13c1ffc7dd4925cb03707759128b85c0cd6276f8",
  2084. "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8",
  2085. "shasum": ""
  2086. },
  2087. "require": {
  2088. "composer-plugin-api": "^1.0.0",
  2089. "composer/semver": "^1.4",
  2090. "php": "^5.5.9|>=7.0.8"
  2091. },
  2092. "require-dev": {
  2093. "composer/composer": "dev-master",
  2094. "g1a/composer-test-scenarios": "^2.1.0",
  2095. "phpunit/phpunit": "^6",
  2096. "squizlabs/php_codesniffer": "^2.8"
  2097. },
  2098. "type": "composer-plugin",
  2099. "extra": {
  2100. "class": "DrupalComposer\\DrupalScaffold\\Plugin",
  2101. "branch-alias": {
  2102. "dev-master": "2.0.x-dev"
  2103. }
  2104. },
  2105. "autoload": {
  2106. "psr-4": {
  2107. "DrupalComposer\\DrupalScaffold\\": "src/"
  2108. }
  2109. },
  2110. "notification-url": "https://packagist.org/downloads/",
  2111. "license": [
  2112. "GPL-2.0-or-later"
  2113. ],
  2114. "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
  2115. "time": "2019-03-30T10:41:38+00:00"
  2116. },
  2117. {
  2118. "name": "drupal/admin_toolbar",
  2119. "version": "1.27.0",
  2120. "source": {
  2121. "type": "git",
  2122. "url": "https://git.drupalcode.org/project/admin_toolbar.git",
  2123. "reference": "8.x-1.27"
  2124. },
  2125. "dist": {
  2126. "type": "zip",
  2127. "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.27.zip",
  2128. "reference": "8.x-1.27",
  2129. "shasum": "fed1fbbdf8f805b1da63d73e7e2c54750f354d61"
  2130. },
  2131. "require": {
  2132. "drupal/core": "*"
  2133. },
  2134. "type": "drupal-module",
  2135. "extra": {
  2136. "branch-alias": {
  2137. "dev-1.x": "1.x-dev"
  2138. },
  2139. "drupal": {
  2140. "version": "8.x-1.27",
  2141. "datestamp": "1558553350",
  2142. "security-coverage": {
  2143. "status": "covered",
  2144. "message": "Covered by Drupal's security advisory policy"
  2145. }
  2146. }
  2147. },
  2148. "notification-url": "https://packages.drupal.org/8/downloads",
  2149. "license": [
  2150. "GPL-2.0+"
  2151. ],
  2152. "authors": [
  2153. {
  2154. "name": "Wilfrid Roze (eme)",
  2155. "homepage": "https://www.drupal.org/u/eme",
  2156. "role": "Maintainer"
  2157. },
  2158. {
  2159. "name": "Romain Jarraud (romainj)",
  2160. "homepage": "https://www.drupal.org/u/romainj",
  2161. "role": "Maintainer"
  2162. },
  2163. {
  2164. "name": "Adrian Cid Almaguer (adriancid)",
  2165. "homepage": "https://www.drupal.org/u/adriancid",
  2166. "email": "adriancid@gmail.com",
  2167. "role": "Maintainer"
  2168. },
  2169. {
  2170. "name": "Mohamed Anis Taktak (matio89)",
  2171. "homepage": "https://www.drupal.org/u/matio89",
  2172. "role": "Maintainer"
  2173. },
  2174. {
  2175. "name": "fethi.krout",
  2176. "homepage": "https://www.drupal.org/user/3206765"
  2177. },
  2178. {
  2179. "name": "matio89",
  2180. "homepage": "https://www.drupal.org/user/2320090"
  2181. },
  2182. {
  2183. "name": "romainj",
  2184. "homepage": "https://www.drupal.org/user/370706"
  2185. }
  2186. ],
  2187. "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
  2188. "homepage": "http://drupal.org/project/admin_toolbar",
  2189. "keywords": [
  2190. "Drupal",
  2191. "Toolbar"
  2192. ],
  2193. "support": {
  2194. "source": "http://cgit.drupalcode.org/admin_toolbar",
  2195. "issues": "https://www.drupal.org/project/issues/admin_toolbar"
  2196. }
  2197. },
  2198. {
  2199. "name": "drupal/advagg",
  2200. "version": "3.5.0",
  2201. "source": {
  2202. "type": "git",
  2203. "url": "https://git.drupalcode.org/project/advagg.git",
  2204. "reference": "8.x-3.5"
  2205. },
  2206. "dist": {
  2207. "type": "zip",
  2208. "url": "https://ftp.drupal.org/files/projects/advagg-8.x-3.5.zip",
  2209. "reference": "8.x-3.5",
  2210. "shasum": "b95bfc7ae31bb9c8cd626dc13146414682211dc1"
  2211. },
  2212. "require": {
  2213. "drupal/core": "~8.0"
  2214. },
  2215. "type": "drupal-module",
  2216. "extra": {
  2217. "branch-alias": {
  2218. "dev-3.x": "3.x-dev"
  2219. },
  2220. "drupal": {
  2221. "version": "8.x-3.5",
  2222. "datestamp": "1518683580",
  2223. "security-coverage": {
  2224. "status": "covered",
  2225. "message": "Covered by Drupal's security advisory policy"
  2226. }
  2227. },
  2228. "drush": {
  2229. "services": {
  2230. "drush.services.yml": "^9"
  2231. }
  2232. }
  2233. },
  2234. "notification-url": "https://packages.drupal.org/8/downloads",
  2235. "license": [
  2236. "GPL-2.0+"
  2237. ],
  2238. "authors": [
  2239. {
  2240. "name": "Mike Carper (mikeytown2)",
  2241. "homepage": "https://www.drupal.org/u/mikeytown2",
  2242. "role": "Creator, Maintainer"
  2243. },
  2244. {
  2245. "name": "Nick Wilde (nickwilde)",
  2246. "homepage": "https://www.drupal.org/u/nickwilde",
  2247. "email": "design@briarmoon.ca",
  2248. "role": "Drupal 8 Port/maintainer"
  2249. },
  2250. {
  2251. "name": "doublejosh",
  2252. "homepage": "https://www.drupal.org/user/199720"
  2253. },
  2254. {
  2255. "name": "iamcarrico",
  2256. "homepage": "https://www.drupal.org/user/1300542"
  2257. },
  2258. {
  2259. "name": "markcarver",
  2260. "homepage": "https://www.drupal.org/user/501638"
  2261. },
  2262. {
  2263. "name": "mikeytown2",
  2264. "homepage": "https://www.drupal.org/user/282446"
  2265. },
  2266. {
  2267. "name": "rupl",
  2268. "homepage": "https://www.drupal.org/user/411999"
  2269. },
  2270. {
  2271. "name": "thalles",
  2272. "homepage": "https://www.drupal.org/user/3589086"
  2273. }
  2274. ],
  2275. "description": "Improved aggregation of CSS/JS files to speed up page load times.",
  2276. "homepage": "https://drupal.org/project/advagg",
  2277. "support": {
  2278. "source": "https://cgit.drupalcode.org/advagg",
  2279. "issues": "https://drupal.org/project/issues/advagg",
  2280. "irc": "irc://irc.freenode.org/drupal-contribute"
  2281. }
  2282. },
  2283. {
  2284. "name": "drupal/backup_migrate",
  2285. "version": "4.0.0",
  2286. "source": {
  2287. "type": "git",
  2288. "url": "https://git.drupalcode.org/project/backup_migrate.git",
  2289. "reference": "8.x-4.0"
  2290. },
  2291. "dist": {
  2292. "type": "zip",
  2293. "url": "https://ftp.drupal.org/files/projects/backup_migrate-8.x-4.0.zip",
  2294. "reference": "8.x-4.0",
  2295. "shasum": "9f91ae24b0862a1e9403b87090453f9c7c48ffea"
  2296. },
  2297. "require": {
  2298. "drupal/core": "~8.0"
  2299. },
  2300. "type": "drupal-module",
  2301. "extra": {
  2302. "branch-alias": {
  2303. "dev-4.x": "4.x-dev"
  2304. },
  2305. "drupal": {
  2306. "version": "8.x-4.0",
  2307. "datestamp": "1522330983",
  2308. "security-coverage": {
  2309. "status": "covered",
  2310. "message": "Covered by Drupal's security advisory policy"
  2311. }
  2312. }
  2313. },
  2314. "notification-url": "https://packages.drupal.org/8/downloads",
  2315. "license": [
  2316. "GPL-2.0+"
  2317. ],
  2318. "authors": [
  2319. {
  2320. "name": "Ronan Dowling",
  2321. "homepage": "https://www.drupal.org/u/ronan",
  2322. "role": "Maintainer"
  2323. },
  2324. {
  2325. "name": "DamienMcKenna",
  2326. "homepage": "https://www.drupal.org/user/108450"
  2327. },
  2328. {
  2329. "name": "dgorton",
  2330. "homepage": "https://www.drupal.org/user/19044"
  2331. },
  2332. {
  2333. "name": "ikit-claw",
  2334. "homepage": "https://www.drupal.org/user/3285813"
  2335. },
  2336. {
  2337. "name": "ronan",
  2338. "homepage": "https://www.drupal.org/user/72815"
  2339. }
  2340. ],
  2341. "description": "Backup and Migrate Drupal Module",
  2342. "homepage": "https://www.drupal.org/project/backup_migrate",
  2343. "support": {
  2344. "source": "http://cgit.drupalcode.org/backup_migrate",
  2345. "issues": "https://www.drupal.org/project/issues/backup_migrate"
  2346. }
  2347. },
  2348. {
  2349. "name": "drupal/blazy",
  2350. "version": "1.0.0-rc4",
  2351. "source": {
  2352. "type": "git",
  2353. "url": "https://git.drupalcode.org/project/blazy.git",
  2354. "reference": "8.x-1.0-rc4"
  2355. },
  2356. "dist": {
  2357. "type": "zip",
  2358. "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc4.zip",
  2359. "reference": "8.x-1.0-rc4",
  2360. "shasum": "cea1185469fc6d19a5162f550e12f26cff193062"
  2361. },
  2362. "require": {
  2363. "drupal/core": "*"
  2364. },
  2365. "type": "drupal-module",
  2366. "extra": {
  2367. "branch-alias": {
  2368. "dev-1.x": "1.x-dev"
  2369. },
  2370. "drupal": {
  2371. "version": "8.x-1.0-rc4",
  2372. "datestamp": "1545235980",
  2373. "security-coverage": {
  2374. "status": "not-covered",
  2375. "message": "RC releases are not covered by Drupal security advisories."
  2376. }
  2377. }
  2378. },
  2379. "notification-url": "https://packages.drupal.org/8/downloads",
  2380. "license": [
  2381. "GPL-2.0+"
  2382. ],
  2383. "authors": [
  2384. {
  2385. "name": "Gaus Surahman",
  2386. "homepage": "https://www.drupal.org/u/gausarts",
  2387. "role": "Maintainer"
  2388. },
  2389. {
  2390. "name": "Contributors",
  2391. "homepage": "https://www.drupal.org/node/2663268/committers",
  2392. "role": "Contributor"
  2393. },
  2394. {
  2395. "name": "sun",
  2396. "homepage": "https://www.drupal.org/user/54136"
  2397. }
  2398. ],
  2399. "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
  2400. "homepage": "https://drupal.org/project/blazy",
  2401. "keywords": [
  2402. "Drupal",
  2403. "bLazy",
  2404. "lazyload"
  2405. ],
  2406. "support": {
  2407. "source": "http://cgit.drupalcode.org/blazy",
  2408. "issues": "https://drupal.org/project/issues/blazy"
  2409. }
  2410. },
  2411. {
  2412. "name": "drupal/block_blacklist",
  2413. "version": "1.0.0",
  2414. "source": {
  2415. "type": "git",
  2416. "url": "https://git.drupalcode.org/project/block_blacklist.git",
  2417. "reference": "8.x-1.0"
  2418. },
  2419. "dist": {
  2420. "type": "zip",
  2421. "url": "https://ftp.drupal.org/files/projects/block_blacklist-8.x-1.0.zip",
  2422. "reference": "8.x-1.0",
  2423. "shasum": "61fffe5742c6873c62d2afc76ffc892e3574e2a1"
  2424. },
  2425. "require": {
  2426. "drupal/core": "*"
  2427. },
  2428. "type": "drupal-module",
  2429. "extra": {
  2430. "branch-alias": {
  2431. "dev-1.x": "1.x-dev"
  2432. },
  2433. "drupal": {
  2434. "version": "8.x-1.0",
  2435. "datestamp": "1552606684",
  2436. "security-coverage": {
  2437. "status": "covered",
  2438. "message": "Covered by Drupal's security advisory policy"
  2439. }
  2440. }
  2441. },
  2442. "notification-url": "https://packages.drupal.org/8/downloads",
  2443. "license": [
  2444. "GPL-2.0-or-later"
  2445. ],
  2446. "authors": [
  2447. {
  2448. "name": "KarenS",
  2449. "homepage": "https://www.drupal.org/user/45874"
  2450. }
  2451. ],
  2452. "description": "Remove unnecessary blocks from the block list for better system performance.",
  2453. "homepage": "https://www.drupal.org/project/block_blacklist",
  2454. "support": {
  2455. "source": "https://git.drupalcode.org/project/block_blacklist"
  2456. }
  2457. },
  2458. {
  2459. "name": "drupal/claro",
  2460. "version": "1.0.0-beta1",
  2461. "source": {
  2462. "type": "git",
  2463. "url": "https://git.drupalcode.org/project/claro.git",
  2464. "reference": "8.x-1.0-beta1"
  2465. },
  2466. "dist": {
  2467. "type": "zip",
  2468. "url": "https://ftp.drupal.org/files/projects/claro-8.x-1.0-beta1.zip",
  2469. "reference": "8.x-1.0-beta1",
  2470. "shasum": "4037cdaabf47990ab6b0df009c62381e108483e0"
  2471. },
  2472. "require": {
  2473. "drupal/core": "~8.0"
  2474. },
  2475. "type": "drupal-theme",
  2476. "extra": {
  2477. "branch-alias": {
  2478. "dev-1.x": "1.x-dev"
  2479. },
  2480. "drupal": {
  2481. "version": "8.x-1.0-beta1",
  2482. "datestamp": "1571034184",
  2483. "security-coverage": {
  2484. "status": "not-covered",
  2485. "message": "Beta releases are not covered by Drupal security advisories."
  2486. }
  2487. }
  2488. },
  2489. "notification-url": "https://packages.drupal.org/8/downloads",
  2490. "license": [
  2491. "GPL-2.0-or-later"
  2492. ],
  2493. "authors": [
  2494. {
  2495. "name": "ckrina",
  2496. "homepage": "https://www.drupal.org/user/1206650"
  2497. },
  2498. {
  2499. "name": "huzooka",
  2500. "homepage": "https://www.drupal.org/user/281301"
  2501. },
  2502. {
  2503. "name": "lauriii",
  2504. "homepage": "https://www.drupal.org/user/1078742"
  2505. },
  2506. {
  2507. "name": "saschaeggi",
  2508. "homepage": "https://www.drupal.org/user/1999056"
  2509. }
  2510. ],
  2511. "description": "A clean, accessible, and powerful Drupal administration theme.",
  2512. "homepage": "https://www.drupal.org/project/claro",
  2513. "support": {
  2514. "source": "https://git.drupalcode.org/project/claro",
  2515. "docs": "https://www.drupal.org/docs/8/modules/claro",
  2516. "issues": "https://www.drupal.org/project/issues/claro"
  2517. }
  2518. },
  2519. {
  2520. "name": "drupal/components",
  2521. "version": "1.1.0",
  2522. "source": {
  2523. "type": "git",
  2524. "url": "https://git.drupalcode.org/project/components.git",
  2525. "reference": "8.x-1.1"
  2526. },
  2527. "dist": {
  2528. "type": "zip",
  2529. "url": "https://ftp.drupal.org/files/projects/components-8.x-1.1.zip",
  2530. "reference": "8.x-1.1",
  2531. "shasum": "72af8ff1ca842556ee4b95335595c24703acdb75"
  2532. },
  2533. "require": {
  2534. "drupal/core": "~8.0"
  2535. },
  2536. "type": "drupal-module",
  2537. "extra": {
  2538. "branch-alias": {
  2539. "dev-1.x": "1.x-dev"
  2540. },
  2541. "drupal": {
  2542. "version": "8.x-1.1",
  2543. "datestamp": "1556870881",
  2544. "security-coverage": {
  2545. "status": "covered",
  2546. "message": "Covered by Drupal's security advisory policy"
  2547. }
  2548. }
  2549. },
  2550. "notification-url": "https://packages.drupal.org/8/downloads",
  2551. "license": [
  2552. "GPL-2.0-or-later"
  2553. ],
  2554. "authors": [
  2555. {
  2556. "name": "JohnAlbin",
  2557. "homepage": "https://www.drupal.org/user/32095"
  2558. },
  2559. {
  2560. "name": "RobLoach",
  2561. "homepage": "https://www.drupal.org/user/61114"
  2562. }
  2563. ],
  2564. "description": "Registers “component libraries” defined in modules and themes with the Twig system",
  2565. "homepage": "https://www.drupal.org/project/components",
  2566. "support": {
  2567. "source": "https://git.drupalcode.org/project/components"
  2568. }
  2569. },
  2570. {
  2571. "name": "drupal/config_export_ignore",
  2572. "version": "1.0.0-rc1",
  2573. "source": {
  2574. "type": "git",
  2575. "url": "https://git.drupalcode.org/project/config_export_ignore.git",
  2576. "reference": "8.x-1.0-rc1"
  2577. },
  2578. "dist": {
  2579. "type": "zip",
  2580. "url": "https://ftp.drupal.org/files/projects/config_export_ignore-8.x-1.0-rc1.zip",
  2581. "reference": "8.x-1.0-rc1",
  2582. "shasum": "5edbe94e2f306d0e49011cdcb912e7e57d42c7fa"
  2583. },
  2584. "require": {
  2585. "drupal/core": "*"
  2586. },
  2587. "type": "drupal-module",
  2588. "extra": {
  2589. "branch-alias": {
  2590. "dev-1.x": "1.x-dev"
  2591. },
  2592. "drupal": {
  2593. "version": "8.x-1.0-rc1",
  2594. "datestamp": "1521283084",
  2595. "security-coverage": {
  2596. "status": "not-covered",
  2597. "message": "Project has not opted into security advisory coverage!"
  2598. }
  2599. }
  2600. },
  2601. "notification-url": "https://packages.drupal.org/8/downloads",
  2602. "license": [
  2603. "GPL-2.0+"
  2604. ],
  2605. "authors": [
  2606. {
  2607. "name": "mohit_aghera",
  2608. "homepage": "https://www.drupal.org/user/639098"
  2609. }
  2610. ],
  2611. "description": "Allows to ignore configurations while exporting via config split",
  2612. "homepage": "https://www.drupal.org/project/config_export_ignore",
  2613. "keywords": [
  2614. "Drupal"
  2615. ],
  2616. "support": {
  2617. "source": "http://cgit.drupalcode.org/config_export_ignore",
  2618. "issues": "https://www.drupal.org/project/issues/config_export_ignore"
  2619. }
  2620. },
  2621. {
  2622. "name": "drupal/config_filter",
  2623. "version": "1.5.0",
  2624. "source": {
  2625. "type": "git",
  2626. "url": "https://git.drupalcode.org/project/config_filter.git",
  2627. "reference": "8.x-1.5"
  2628. },
  2629. "dist": {
  2630. "type": "zip",
  2631. "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.5.zip",
  2632. "reference": "8.x-1.5",
  2633. "shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc"
  2634. },
  2635. "require": {
  2636. "drupal/core": "~8.0"
  2637. },
  2638. "suggest": {
  2639. "drupal/config_split": "Split site configuration for different environments."
  2640. },
  2641. "type": "drupal-module",
  2642. "extra": {
  2643. "branch-alias": {
  2644. "dev-1.x": "1.x-dev"
  2645. },
  2646. "drupal": {
  2647. "version": "8.x-1.5",
  2648. "datestamp": "1572542288",
  2649. "security-coverage": {
  2650. "status": "covered",
  2651. "message": "Covered by Drupal's security advisory policy"
  2652. }
  2653. }
  2654. },
  2655. "notification-url": "https://packages.drupal.org/8/downloads",
  2656. "license": [
  2657. "GPL-2.0+"
  2658. ],
  2659. "authors": [
  2660. {
  2661. "name": "Fabian Bircher",
  2662. "homepage": "https://www.drupal.org/u/bircher",
  2663. "email": "opensource@fabianbircher.com",
  2664. "role": "Maintainer"
  2665. },
  2666. {
  2667. "name": "Nuvole Web",
  2668. "homepage": "http://nuvole.org",
  2669. "email": "info@nuvole.org",
  2670. "role": "Maintainer"
  2671. },
  2672. {
  2673. "name": "pescetti",
  2674. "homepage": "https://www.drupal.org/user/436244"
  2675. }
  2676. ],
  2677. "description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
  2678. "homepage": "https://www.drupal.org/project/config_filter",
  2679. "keywords": [
  2680. "Drupal",
  2681. "configuration",
  2682. "configuration management"
  2683. ],
  2684. "support": {
  2685. "source": "http://cgit.drupalcode.org/config_filter",
  2686. "issues": "https://www.drupal.org/project/issues/config_filter",
  2687. "irc": "irc://irc.freenode.org/drupal-contribute"
  2688. }
  2689. },
  2690. {
  2691. "name": "drupal/config_ignore",
  2692. "version": "2.1.0",
  2693. "source": {
  2694. "type": "git",
  2695. "url": "https://git.drupalcode.org/project/config_ignore.git",
  2696. "reference": "8.x-2.1"
  2697. },
  2698. "dist": {
  2699. "type": "zip",
  2700. "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.1.zip",
  2701. "reference": "8.x-2.1",
  2702. "shasum": "07e00684930706632b3f2fc2a7433ffdae57cde7"
  2703. },
  2704. "require": {
  2705. "drupal/config_filter": "1.*",
  2706. "drupal/core": "~8.0"
  2707. },
  2708. "type": "drupal-module",
  2709. "extra": {
  2710. "branch-alias": {
  2711. "dev-2.x": "2.x-dev"
  2712. },
  2713. "drupal": {
  2714. "version": "8.x-2.1",
  2715. "datestamp": "1507706044",
  2716. "security-coverage": {
  2717. "status": "covered",
  2718. "message": "Covered by Drupal's security advisory policy"
  2719. }
  2720. }
  2721. },
  2722. "notification-url": "https://packages.drupal.org/8/downloads",
  2723. "license": [
  2724. "GPL-2.0+"
  2725. ],
  2726. "authors": [
  2727. {
  2728. "name": "Tommy Lynge Jørgensen",
  2729. "homepage": "https://www.drupal.org/u/tlyngej",
  2730. "email": "tlyngej@gmail.com",
  2731. "role": "Maintainer"
  2732. },
  2733. {
  2734. "name": "Fabian Bircher",
  2735. "homepage": "https://www.drupal.org/u/bircher",
  2736. "role": "Maintainer"
  2737. }
  2738. ],
  2739. "description": "Ignore certain configuration during import.",
  2740. "homepage": "http://drupal.org/project/config_ignore",
  2741. "support": {
  2742. "source": "http://cgit.drupalcode.org/config_ignore",
  2743. "issues": "http://drupal.org/project/config_ignore",
  2744. "irc": "irc://irc.freenode.org/drupal-contribute"
  2745. }
  2746. },
  2747. {
  2748. "name": "drupal/config_split",
  2749. "version": "1.4.0",
  2750. "source": {
  2751. "type": "git",
  2752. "url": "https://git.drupalcode.org/project/config_split.git",
  2753. "reference": "8.x-1.4"
  2754. },
  2755. "dist": {
  2756. "type": "zip",
  2757. "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.4.zip",
  2758. "reference": "8.x-1.4",
  2759. "shasum": "938ea6c88834aa88bb310740758e56c1800e535b"
  2760. },
  2761. "require": {
  2762. "drupal/config_filter": "*",
  2763. "drupal/core": "~8.0"
  2764. },
  2765. "type": "drupal-module",
  2766. "extra": {
  2767. "branch-alias": {
  2768. "dev-1.x": "1.x-dev"
  2769. },
  2770. "drupal": {
  2771. "version": "8.x-1.4",
  2772. "datestamp": "1537971780",
  2773. "security-coverage": {
  2774. "status": "covered",
  2775. "message": "Covered by Drupal's security advisory policy"
  2776. }
  2777. },
  2778. "drush": {
  2779. "services": {
  2780. "drush.services.yml": "^9"
  2781. }
  2782. }
  2783. },
  2784. "notification-url": "https://packages.drupal.org/8/downloads",
  2785. "license": [
  2786. "GPL-2.0+"
  2787. ],
  2788. "authors": [
  2789. {
  2790. "name": "Fabian Bircher",
  2791. "homepage": "https://www.drupal.org/u/bircher",
  2792. "email": "opensource@fabianbircher.com",
  2793. "role": "Maintainer"
  2794. },
  2795. {
  2796. "name": "Nuvole Web",
  2797. "homepage": "http://nuvole.org",
  2798. "email": "info@nuvole.org",
  2799. "role": "Maintainer"
  2800. },
  2801. {
  2802. "name": "pescetti",
  2803. "homepage": "https://www.drupal.org/user/436244"
  2804. }
  2805. ],
  2806. "description": "Configuration filter for importing and exporting extra config",
  2807. "homepage": "https://www.drupal.org/project/config_split",
  2808. "keywords": [
  2809. "Drupal",
  2810. "configuration",
  2811. "configuration management"
  2812. ],
  2813. "support": {
  2814. "source": "http://cgit.drupalcode.org/config_split",
  2815. "issues": "https://www.drupal.org/project/issues/config_split",
  2816. "irc": "irc://irc.freenode.org/drupal-contribute"
  2817. }
  2818. },
  2819. {
  2820. "name": "drupal/config_update",
  2821. "version": "1.6.0",
  2822. "source": {
  2823. "type": "git",
  2824. "url": "https://git.drupalcode.org/project/config_update.git",
  2825. "reference": "8.x-1.6"
  2826. },
  2827. "dist": {
  2828. "type": "zip",
  2829. "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.6.zip",
  2830. "reference": "8.x-1.6",
  2831. "shasum": "04bbd0fc440017fd0129dceae240a8bba409a450"
  2832. },
  2833. "require": {
  2834. "drupal/core": "*"
  2835. },
  2836. "type": "drupal-module",
  2837. "extra": {
  2838. "branch-alias": {
  2839. "dev-1.x": "1.x-dev"
  2840. },
  2841. "drupal": {
  2842. "version": "8.x-1.6",
  2843. "datestamp": "1545090480",
  2844. "security-coverage": {
  2845. "status": "covered",
  2846. "message": "Covered by Drupal's security advisory policy"
  2847. }
  2848. }
  2849. },
  2850. "notification-url": "https://packages.drupal.org/8/downloads",
  2851. "license": [
  2852. "GPL-2.0-or-later"
  2853. ],
  2854. "authors": [
  2855. {
  2856. "name": "jhodgdon",
  2857. "homepage": "https://www.drupal.org/user/155601"
  2858. },
  2859. {
  2860. "name": "nedjo",
  2861. "homepage": "https://www.drupal.org/user/4481"
  2862. }
  2863. ],
  2864. "description": "Provides basic revert and update functionality for other modules",
  2865. "homepage": "https://www.drupal.org/project/config_update",
  2866. "support": {
  2867. "source": "https://git.drupalcode.org/project/config_update"
  2868. }
  2869. },
  2870. {
  2871. "name": "drupal/console",
  2872. "version": "1.9.4",
  2873. "source": {
  2874. "type": "git",
  2875. "url": "https://github.com/hechoendrupal/drupal-console.git",
  2876. "reference": "04522b687b2149dc1f808599e716421a20d50a5b"
  2877. },
  2878. "dist": {
  2879. "type": "zip",
  2880. "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/04522b687b2149dc1f808599e716421a20d50a5b",
  2881. "reference": "04522b687b2149dc1f808599e716421a20d50a5b",
  2882. "shasum": ""
  2883. },
  2884. "require": {
  2885. "alchemy/zippy": "~0.4",
  2886. "composer/installers": "~1.0",
  2887. "doctrine/annotations": "^1.2",
  2888. "doctrine/collections": "^1.3",
  2889. "drupal/console-core": "1.9.4",
  2890. "drupal/console-extend-plugin": "~0",
  2891. "php": "^5.5.9 || ^7.0",
  2892. "psy/psysh": "0.6.* || ~0.8",
  2893. "symfony/css-selector": "~2.8|~3.0",
  2894. "symfony/dom-crawler": "~2.8|~3.0",
  2895. "symfony/http-foundation": "~2.8|~3.0"
  2896. },
  2897. "suggest": {
  2898. "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI",
  2899. "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically"
  2900. },
  2901. "bin": [
  2902. "bin/drupal"
  2903. ],
  2904. "type": "library",
  2905. "autoload": {
  2906. "psr-4": {
  2907. "Drupal\\Console\\": "src"
  2908. }
  2909. },
  2910. "notification-url": "https://packagist.org/downloads/",
  2911. "license": [
  2912. "GPL-2.0-or-later"
  2913. ],
  2914. "authors": [
  2915. {
  2916. "name": "David Flores",
  2917. "email": "dmousex@gmail.com",
  2918. "homepage": "http://dmouse.net"
  2919. },
  2920. {
  2921. "name": "Jesus Manuel Olivas",
  2922. "email": "jesus.olivas@gmail.com",
  2923. "homepage": "http://jmolivas.com"
  2924. },
  2925. {
  2926. "name": "Eduardo Garcia",
  2927. "email": "enzo@enzolutions.com",
  2928. "homepage": "http://enzolutions.com/"
  2929. },
  2930. {
  2931. "name": "Omar Aguirre",
  2932. "email": "omersguchigu@gmail.com"
  2933. },
  2934. {
  2935. "name": "Drupal Console Contributors",
  2936. "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
  2937. }
  2938. ],
  2939. "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
  2940. "homepage": "http://drupalconsole.com/",
  2941. "keywords": [
  2942. "console",
  2943. "development",
  2944. "drupal",
  2945. "symfony"
  2946. ],
  2947. "time": "2019-11-11T19:35:01+00:00"
  2948. },
  2949. {
  2950. "name": "drupal/console-core",
  2951. "version": "1.9.4",
  2952. "source": {
  2953. "type": "git",
  2954. "url": "https://github.com/hechoendrupal/drupal-console-core.git",
  2955. "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed"
  2956. },
  2957. "dist": {
  2958. "type": "zip",
  2959. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/cc6f50c6ac8199140224347c862df75fd2d2f5ed",
  2960. "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed",
  2961. "shasum": ""
  2962. },
  2963. "require": {
  2964. "dflydev/dot-access-configuration": "^1.0",
  2965. "drupal/console-en": "1.9.4",
  2966. "guzzlehttp/guzzle": "~6.1",
  2967. "php": "^5.5.9 || ^7.0",
  2968. "stecman/symfony-console-completion": "~0.7",
  2969. "symfony/config": "~2.8|~3.0",
  2970. "symfony/console": "~2.8|~3.0",
  2971. "symfony/debug": "~2.8|~3.0",
  2972. "symfony/dependency-injection": "~2.8|~3.0",
  2973. "symfony/event-dispatcher": "~2.8|~3.0",
  2974. "symfony/filesystem": "~2.8|~3.0",
  2975. "symfony/finder": "~2.8|~3.0",
  2976. "symfony/process": "~2.8|~3.0",
  2977. "symfony/translation": "~2.8|~3.0",
  2978. "symfony/yaml": "~2.8|~3.0",
  2979. "twig/twig": "^1.23.1",
  2980. "webflo/drupal-finder": "^1.0",
  2981. "webmozart/path-util": "^2.3"
  2982. },
  2983. "type": "library",
  2984. "autoload": {
  2985. "files": [
  2986. "src/functions.php"
  2987. ],
  2988. "psr-4": {
  2989. "Drupal\\Console\\Core\\": "src"
  2990. }
  2991. },
  2992. "notification-url": "https://packagist.org/downloads/",
  2993. "license": [
  2994. "GPL-2.0-or-later"
  2995. ],
  2996. "authors": [
  2997. {
  2998. "name": "David Flores",
  2999. "email": "dmousex@gmail.com",
  3000. "homepage": "http://dmouse.net"
  3001. },
  3002. {
  3003. "name": "Jesus Manuel Olivas",
  3004. "email": "jesus.olivas@gmail.com",
  3005. "homepage": "http://jmolivas.com"
  3006. },
  3007. {
  3008. "name": "Eduardo Garcia",
  3009. "email": "enzo@enzolutions.com",
  3010. "homepage": "http://enzolutions.com/"
  3011. },
  3012. {
  3013. "name": "Omar Aguirre",
  3014. "email": "omersguchigu@gmail.com"
  3015. },
  3016. {
  3017. "name": "Drupal Console Contributors",
  3018. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  3019. }
  3020. ],
  3021. "description": "Drupal Console Core",
  3022. "homepage": "http://drupalconsole.com/",
  3023. "keywords": [
  3024. "console",
  3025. "development",
  3026. "drupal",
  3027. "symfony"
  3028. ],
  3029. "time": "2019-11-11T19:26:28+00:00"
  3030. },
  3031. {
  3032. "name": "drupal/console-en",
  3033. "version": "1.9.4",
  3034. "source": {
  3035. "type": "git",
  3036. "url": "https://github.com/hechoendrupal/drupal-console-en.git",
  3037. "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d"
  3038. },
  3039. "dist": {
  3040. "type": "zip",
  3041. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/30813a832fdb1244e84cbcc012cd103d5e9d673d",
  3042. "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d",
  3043. "shasum": ""
  3044. },
  3045. "type": "library",
  3046. "notification-url": "https://packagist.org/downloads/",
  3047. "license": [
  3048. "GPL-2.0-or-later"
  3049. ],
  3050. "authors": [
  3051. {
  3052. "name": "David Flores",
  3053. "email": "dmousex@gmail.com",
  3054. "homepage": "http://dmouse.net"
  3055. },
  3056. {
  3057. "name": "Jesus Manuel Olivas",
  3058. "email": "jesus.olivas@gmail.com",
  3059. "homepage": "http://jmolivas.com"
  3060. },
  3061. {
  3062. "name": "Eduardo Garcia",
  3063. "email": "enzo@enzolutions.com",
  3064. "homepage": "http://enzolutions.com/"
  3065. },
  3066. {
  3067. "name": "Omar Aguirre",
  3068. "email": "omersguchigu@gmail.com"
  3069. },
  3070. {
  3071. "name": "Drupal Console Contributors",
  3072. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  3073. }
  3074. ],
  3075. "description": "Drupal Console English Language",
  3076. "homepage": "http://drupalconsole.com/",
  3077. "keywords": [
  3078. "console",
  3079. "development",
  3080. "drupal",
  3081. "symfony"
  3082. ],
  3083. "time": "2019-10-07T23:45:30+00:00"
  3084. },
  3085. {
  3086. "name": "drupal/console-extend-plugin",
  3087. "version": "0.9.3",
  3088. "source": {
  3089. "type": "git",
  3090. "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
  3091. "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342"
  3092. },
  3093. "dist": {
  3094. "type": "zip",
  3095. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/ad8e52df34b2e78bdacfffecc9fe8edf41843342",
  3096. "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342",
  3097. "shasum": ""
  3098. },
  3099. "require": {
  3100. "composer-plugin-api": "^1.0",
  3101. "composer/installers": "^1.2",
  3102. "symfony/finder": "~2.7|~3.0",
  3103. "symfony/yaml": "~2.7|~3.0"
  3104. },
  3105. "type": "composer-plugin",
  3106. "extra": {
  3107. "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
  3108. },
  3109. "autoload": {
  3110. "psr-4": {
  3111. "Drupal\\Console\\Composer\\Plugin\\": "src"
  3112. }
  3113. },
  3114. "notification-url": "https://packagist.org/downloads/",
  3115. "license": [
  3116. "GPL-2.0+"
  3117. ],
  3118. "authors": [
  3119. {
  3120. "name": "Jesus Manuel Olivas",
  3121. "email": "jesus.olivas@gmail.com"
  3122. }
  3123. ],
  3124. "description": "Drupal Console Extend Plugin",
  3125. "time": "2019-11-07T20:15:27+00:00"
  3126. },
  3127. {
  3128. "name": "drupal/core",
  3129. "version": "8.7.10",
  3130. "source": {
  3131. "type": "git",
  3132. "url": "https://github.com/drupal/core.git",
  3133. "reference": "02400f3ac4970b218dc63064895b3cbbe8576ad9"
  3134. },
  3135. "dist": {
  3136. "type": "zip",
  3137. "url": "https://api.github.com/repos/drupal/core/zipball/02400f3ac4970b218dc63064895b3cbbe8576ad9",
  3138. "reference": "02400f3ac4970b218dc63064895b3cbbe8576ad9",
  3139. "shasum": ""
  3140. },
  3141. "require": {
  3142. "asm89/stack-cors": "^1.1",
  3143. "composer/semver": "^1.0",
  3144. "doctrine/annotations": "^1.2",
  3145. "doctrine/common": "^2.5",
  3146. "easyrdf/easyrdf": "^0.9",
  3147. "egulias/email-validator": "^2.0",
  3148. "ext-date": "*",
  3149. "ext-dom": "*",
  3150. "ext-filter": "*",
  3151. "ext-gd": "*",
  3152. "ext-hash": "*",
  3153. "ext-json": "*",
  3154. "ext-pcre": "*",
  3155. "ext-pdo": "*",
  3156. "ext-session": "*",
  3157. "ext-simplexml": "*",
  3158. "ext-spl": "*",
  3159. "ext-tokenizer": "*",
  3160. "ext-xml": "*",
  3161. "guzzlehttp/guzzle": "^6.2.1",
  3162. "masterminds/html5": "^2.1",
  3163. "paragonie/random_compat": "^1.0|^2.0|^9.99.99",
  3164. "pear/archive_tar": "^1.4",
  3165. "php": "^5.5.9|>=7.0.8",
  3166. "stack/builder": "^1.0",
  3167. "symfony-cmf/routing": "^1.4",
  3168. "symfony/class-loader": "~3.4.0",
  3169. "symfony/console": "~3.4.0",
  3170. "symfony/dependency-injection": "~3.4.26",
  3171. "symfony/event-dispatcher": "~3.4.0",
  3172. "symfony/http-foundation": "~3.4.27",
  3173. "symfony/http-kernel": "~3.4.14",
  3174. "symfony/polyfill-iconv": "^1.0",
  3175. "symfony/process": "~3.4.0",
  3176. "symfony/psr-http-message-bridge": "^1.1.2",
  3177. "symfony/routing": "~3.4.0",
  3178. "symfony/serializer": "~3.4.0",
  3179. "symfony/translation": "~3.4.0",
  3180. "symfony/validator": "~3.4.0",
  3181. "symfony/yaml": "~3.4.5",
  3182. "twig/twig": "^1.38.2",
  3183. "typo3/phar-stream-wrapper": "^2.1.1",
  3184. "zendframework/zend-diactoros": "^1.1",
  3185. "zendframework/zend-feed": "^2.4"
  3186. },
  3187. "conflict": {
  3188. "drush/drush": "<8.1.10",
  3189. "symfony/dom-crawler": ">=4"
  3190. },
  3191. "replace": {
  3192. "drupal/action": "self.version",
  3193. "drupal/aggregator": "self.version",
  3194. "drupal/automated_cron": "self.version",
  3195. "drupal/ban": "self.version",
  3196. "drupal/bartik": "self.version",
  3197. "drupal/basic_auth": "self.version",
  3198. "drupal/big_pipe": "self.version",
  3199. "drupal/block": "self.version",
  3200. "drupal/block_content": "self.version",
  3201. "drupal/block_place": "self.version",
  3202. "drupal/book": "self.version",
  3203. "drupal/breakpoint": "self.version",
  3204. "drupal/ckeditor": "self.version",
  3205. "drupal/classy": "self.version",
  3206. "drupal/color": "self.version",
  3207. "drupal/comment": "self.version",
  3208. "drupal/config": "self.version",
  3209. "drupal/config_translation": "self.version",
  3210. "drupal/contact": "self.version",
  3211. "drupal/content_moderation": "self.version",
  3212. "drupal/content_translation": "self.version",
  3213. "drupal/contextual": "self.version",
  3214. "drupal/core-annotation": "self.version",
  3215. "drupal/core-assertion": "self.version",
  3216. "drupal/core-bridge": "self.version",
  3217. "drupal/core-class-finder": "self.version",
  3218. "drupal/core-datetime": "self.version",
  3219. "drupal/core-dependency-injection": "self.version",
  3220. "drupal/core-diff": "self.version",
  3221. "drupal/core-discovery": "self.version",
  3222. "drupal/core-event-dispatcher": "self.version",
  3223. "drupal/core-file-cache": "self.version",
  3224. "drupal/core-filesystem": "self.version",
  3225. "drupal/core-gettext": "self.version",
  3226. "drupal/core-graph": "self.version",
  3227. "drupal/core-http-foundation": "self.version",
  3228. "drupal/core-php-storage": "self.version",
  3229. "drupal/core-plugin": "self.version",
  3230. "drupal/core-proxy-builder": "self.version",
  3231. "drupal/core-render": "self.version",
  3232. "drupal/core-serialization": "self.version",
  3233. "drupal/core-transliteration": "self.version",
  3234. "drupal/core-utility": "self.version",
  3235. "drupal/core-uuid": "self.version",
  3236. "drupal/core-version": "self.version",
  3237. "drupal/datetime": "self.version",
  3238. "drupal/datetime_range": "self.version",
  3239. "drupal/dblog": "self.version",
  3240. "drupal/dynamic_page_cache": "self.version",
  3241. "drupal/editor": "self.version",
  3242. "drupal/entity_reference": "self.version",
  3243. "drupal/field": "self.version",
  3244. "drupal/field_layout": "self.version",
  3245. "drupal/field_ui": "self.version",
  3246. "drupal/file": "self.version",
  3247. "drupal/filter": "self.version",
  3248. "drupal/forum": "self.version",
  3249. "drupal/hal": "self.version",
  3250. "drupal/help": "self.version",
  3251. "drupal/history": "self.version",
  3252. "drupal/image": "self.version",
  3253. "drupal/inline_form_errors": "self.version",
  3254. "drupal/jsonapi": "self.version",
  3255. "drupal/language": "self.version",
  3256. "drupal/layout_builder": "self.version",
  3257. "drupal/layout_discovery": "self.version",
  3258. "drupal/link": "self.version",
  3259. "drupal/locale": "self.version",
  3260. "drupal/media": "self.version",
  3261. "drupal/media_library": "self.version",
  3262. "drupal/menu_link_content": "self.version",
  3263. "drupal/menu_ui": "self.version",
  3264. "drupal/migrate": "self.version",
  3265. "drupal/migrate_drupal": "self.version",
  3266. "drupal/migrate_drupal_multilingual": "self.version",
  3267. "drupal/migrate_drupal_ui": "self.version",
  3268. "drupal/minimal": "self.version",
  3269. "drupal/node": "self.version",
  3270. "drupal/options": "self.version",
  3271. "drupal/page_cache": "self.version",
  3272. "drupal/path": "self.version",
  3273. "drupal/quickedit": "self.version",
  3274. "drupal/rdf": "self.version",
  3275. "drupal/responsive_image": "self.version",
  3276. "drupal/rest": "self.version",
  3277. "drupal/search": "self.version",
  3278. "drupal/serialization": "self.version",
  3279. "drupal/settings_tray": "self.version",
  3280. "drupal/seven": "self.version",
  3281. "drupal/shortcut": "self.version",
  3282. "drupal/simpletest": "self.version",
  3283. "drupal/standard": "self.version",
  3284. "drupal/stark": "self.version",
  3285. "drupal/statistics": "self.version",
  3286. "drupal/syslog": "self.version",
  3287. "drupal/system": "self.version",
  3288. "drupal/taxonomy": "self.version",
  3289. "drupal/telephone": "self.version",
  3290. "drupal/text": "self.version",
  3291. "drupal/toolbar": "self.version",
  3292. "drupal/tour": "self.version",
  3293. "drupal/tracker": "self.version",
  3294. "drupal/update": "self.version",
  3295. "drupal/user": "self.version",
  3296. "drupal/views": "self.version",
  3297. "drupal/views_ui": "self.version",
  3298. "drupal/workflows": "self.version",
  3299. "drupal/workspaces": "self.version"
  3300. },
  3301. "require-dev": {
  3302. "behat/mink": "1.7.x-dev",
  3303. "behat/mink-goutte-driver": "^1.2",
  3304. "behat/mink-selenium2-driver": "1.3.x-dev",
  3305. "drupal/coder": "^8.3.1",
  3306. "jcalderonzumba/gastonjs": "^1.0.2",
  3307. "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
  3308. "justinrainbow/json-schema": "^5.2",
  3309. "mikey179/vfsstream": "^1.2",
  3310. "phpspec/prophecy": "^1.7",
  3311. "phpunit/phpunit": "^4.8.35 || ^6.5",
  3312. "symfony/css-selector": "^3.4.0",
  3313. "symfony/debug": "^3.4.0",
  3314. "symfony/phpunit-bridge": "^3.4.3"
  3315. },
  3316. "type": "drupal-core",
  3317. "extra": {
  3318. "merge-plugin": {
  3319. "require": [
  3320. "core/lib/Drupal/Component/Annotation/composer.json",
  3321. "core/lib/Drupal/Component/Assertion/composer.json",
  3322. "core/lib/Drupal/Component/Bridge/composer.json",
  3323. "core/lib/Drupal/Component/ClassFinder/composer.json",
  3324. "core/lib/Drupal/Component/Datetime/composer.json",
  3325. "core/lib/Drupal/Component/DependencyInjection/composer.json",
  3326. "core/lib/Drupal/Component/Diff/composer.json",
  3327. "core/lib/Drupal/Component/Discovery/composer.json",
  3328. "core/lib/Drupal/Component/EventDispatcher/composer.json",
  3329. "core/lib/Drupal/Component/FileCache/composer.json",
  3330. "core/lib/Drupal/Component/FileSystem/composer.json",
  3331. "core/lib/Drupal/Component/Gettext/composer.json",
  3332. "core/lib/Drupal/Component/Graph/composer.json",
  3333. "core/lib/Drupal/Component/HttpFoundation/composer.json",
  3334. "core/lib/Drupal/Component/PhpStorage/composer.json",
  3335. "core/lib/Drupal/Component/Plugin/composer.json",
  3336. "core/lib/Drupal/Component/ProxyBuilder/composer.json",
  3337. "core/lib/Drupal/Component/Render/composer.json",
  3338. "core/lib/Drupal/Component/Serialization/composer.json",
  3339. "core/lib/Drupal/Component/Transliteration/composer.json",
  3340. "core/lib/Drupal/Component/Utility/composer.json",
  3341. "core/lib/Drupal/Component/Uuid/composer.json",
  3342. "core/lib/Drupal/Component/Version/composer.json"
  3343. ],
  3344. "recurse": false,
  3345. "replace": false,
  3346. "merge-extra": false
  3347. }
  3348. },
  3349. "autoload": {
  3350. "psr-4": {
  3351. "Drupal\\Core\\": "lib/Drupal/Core",
  3352. "Drupal\\Component\\": "lib/Drupal/Component",
  3353. "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
  3354. },
  3355. "classmap": [
  3356. "lib/Drupal.php",
  3357. "lib/Drupal/Component/Utility/Timer.php",
  3358. "lib/Drupal/Component/Utility/Unicode.php",
  3359. "lib/Drupal/Core/Database/Database.php",
  3360. "lib/Drupal/Core/DrupalKernel.php",
  3361. "lib/Drupal/Core/DrupalKernelInterface.php",
  3362. "lib/Drupal/Core/Site/Settings.php"
  3363. ]
  3364. },
  3365. "notification-url": "https://packagist.org/downloads/",
  3366. "license": [
  3367. "GPL-2.0-or-later"
  3368. ],
  3369. "description": "Drupal is an open source content management platform powering millions of websites and applications.",
  3370. "time": "2019-11-13T23:20:55+00:00"
  3371. },
  3372. {
  3373. "name": "drupal/crop",
  3374. "version": "1.5.0",
  3375. "source": {
  3376. "type": "git",
  3377. "url": "https://git.drupalcode.org/project/crop.git",
  3378. "reference": "8.x-1.5"
  3379. },
  3380. "dist": {
  3381. "type": "zip",
  3382. "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip",
  3383. "reference": "8.x-1.5",
  3384. "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d"
  3385. },
  3386. "require": {
  3387. "drupal/core": "*"
  3388. },
  3389. "type": "drupal-module",
  3390. "extra": {
  3391. "branch-alias": {
  3392. "dev-1.x": "1.x-dev"
  3393. },
  3394. "drupal": {
  3395. "version": "8.x-1.5",
  3396. "datestamp": "1516357085",
  3397. "security-coverage": {
  3398. "status": "covered",
  3399. "message": "Covered by Drupal's security advisory policy"
  3400. }
  3401. }
  3402. },
  3403. "notification-url": "https://packages.drupal.org/8/downloads",
  3404. "license": [
  3405. "GPL-2.0+"
  3406. ],
  3407. "authors": [
  3408. {
  3409. "name": "Drupal Media Team",
  3410. "homepage": "https://www.drupal.org/user/3260690"
  3411. },
  3412. {
  3413. "name": "phenaproxima",
  3414. "homepage": "https://www.drupal.org/user/205645"
  3415. },
  3416. {
  3417. "name": "slashrsm",
  3418. "homepage": "https://www.drupal.org/user/744628"
  3419. },
  3420. {
  3421. "name": "woprrr",
  3422. "homepage": "https://www.drupal.org/user/858604"
  3423. }
  3424. ],
  3425. "description": "Provides storage and API for image crops.",
  3426. "homepage": "https://www.drupal.org/project/crop",
  3427. "support": {
  3428. "source": "https://git.drupalcode.org/project/crop",
  3429. "issues": "https://www.drupal.org/project/issues/crop"
  3430. }
  3431. },
  3432. {
  3433. "name": "drupal/ctools",
  3434. "version": "3.2.0",
  3435. "source": {
  3436. "type": "git",
  3437. "url": "https://git.drupalcode.org/project/ctools.git",
  3438. "reference": "8.x-3.2"
  3439. },
  3440. "dist": {
  3441. "type": "zip",
  3442. "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip",
  3443. "reference": "8.x-3.2",
  3444. "shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091"
  3445. },
  3446. "require": {
  3447. "drupal/core": "^8.5"
  3448. },
  3449. "type": "drupal-module",
  3450. "extra": {
  3451. "branch-alias": {
  3452. "dev-3.x": "3.x-dev"
  3453. },
  3454. "drupal": {
  3455. "version": "8.x-3.2",
  3456. "datestamp": "1550728386",
  3457. "security-coverage": {
  3458. "status": "covered",
  3459. "message": "Covered by Drupal's security advisory policy"
  3460. }
  3461. }
  3462. },
  3463. "notification-url": "https://packages.drupal.org/8/downloads",
  3464. "license": [
  3465. "GPL-2.0+"
  3466. ],
  3467. "authors": [
  3468. {
  3469. "name": "Kris Vanderwater (EclipseGc)",
  3470. "homepage": "https://www.drupal.org/u/eclipsegc",
  3471. "role": "Maintainer"
  3472. },
  3473. {
  3474. "name": "Jakob Perry (japerry)",
  3475. "homepage": "https://www.drupal.org/u/japerry",
  3476. "role": "Maintainer"
  3477. },
  3478. {
  3479. "name": "Tim Plunkett (tim.plunkett)",
  3480. "homepage": "https://www.drupal.org/u/timplunkett",
  3481. "role": "Maintainer"
  3482. },
  3483. {
  3484. "name": "James Gilliland (neclimdul)",
  3485. "homepage": "https://www.drupal.org/u/neclimdul",
  3486. "role": "Maintainer"
  3487. },
  3488. {
  3489. "name": "Daniel Wehner (dawehner)",
  3490. "homepage": "https://www.drupal.org/u/dawehner",
  3491. "role": "Maintainer"
  3492. },
  3493. {
  3494. "name": "joelpittet",
  3495. "homepage": "https://www.drupal.org/user/160302"
  3496. },
  3497. {
  3498. "name": "merlinofchaos",
  3499. "homepage": "https://www.drupal.org/user/26979"
  3500. },
  3501. {
  3502. "name": "neclimdul",
  3503. "homepage": "https://www.drupal.org/user/48673"
  3504. },
  3505. {
  3506. "name": "sdboyer",
  3507. "homepage": "https://www.drupal.org/user/146719"
  3508. },
  3509. {
  3510. "name": "sun",
  3511. "homepage": "https://www.drupal.org/user/54136"
  3512. },
  3513. {
  3514. "name": "tim.plunkett",
  3515. "homepage": "https://www.drupal.org/user/241634"
  3516. }
  3517. ],
  3518. "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
  3519. "homepage": "https://www.drupal.org/project/ctools",
  3520. "support": {
  3521. "source": "http://cgit.drupalcode.org/ctools",
  3522. "issues": "https://www.drupal.org/project/issues/ctools"
  3523. }
  3524. },
  3525. {
  3526. "name": "drupal/devel",
  3527. "version": "1.2.0",
  3528. "source": {
  3529. "type": "git",
  3530. "url": "https://git.drupalcode.org/project/devel.git",
  3531. "reference": "8.x-1.2"
  3532. },
  3533. "dist": {
  3534. "type": "zip",
  3535. "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
  3536. "reference": "8.x-1.2",
  3537. "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
  3538. },
  3539. "require": {
  3540. "drupal/core": "~8.0"
  3541. },
  3542. "suggest": {
  3543. "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
  3544. },
  3545. "type": "drupal-module",
  3546. "extra": {
  3547. "branch-alias": {
  3548. "dev-1.x": "1.x-dev"
  3549. },
  3550. "drupal": {
  3551. "version": "8.x-1.2",
  3552. "datestamp": "1507197844",
  3553. "security-coverage": {
  3554. "status": "covered",
  3555. "message": "Covered by Drupal's security advisory policy"
  3556. }
  3557. }
  3558. },
  3559. "notification-url": "https://packages.drupal.org/8/downloads",
  3560. "license": [
  3561. "GPL-2.0+"
  3562. ],
  3563. "authors": [
  3564. {
  3565. "name": "Moshe Weitzman",
  3566. "homepage": "https://github.com/weitzman",
  3567. "email": "weitzman@tejasa.com",
  3568. "role": "Maintainer"
  3569. },
  3570. {
  3571. "name": "Hans Salvisberg",
  3572. "homepage": "https://www.drupal.org/u/salvis",
  3573. "email": "drupal@salvisberg.com",
  3574. "role": "Maintainer"
  3575. },
  3576. {
  3577. "name": "Luca Lusso",
  3578. "homepage": "https://www.drupal.org/u/lussoluca",
  3579. "role": "Maintainer"
  3580. },
  3581. {
  3582. "name": "Marco (willzyx)",
  3583. "homepage": "https://www.drupal.org/u/willzyx",
  3584. "role": "Maintainer"
  3585. },
  3586. {
  3587. "name": "See contributors",
  3588. "homepage": "https://www.drupal.org/node/3236/committers"
  3589. },
  3590. {
  3591. "name": "pcambra",
  3592. "homepage": "https://www.drupal.org/user/122101"
  3593. },
  3594. {
  3595. "name": "salvis",
  3596. "homepage": "https://www.drupal.org/user/82964"
  3597. },
  3598. {
  3599. "name": "willzyx",
  3600. "homepage": "https://www.drupal.org/user/1043862"
  3601. }
  3602. ],
  3603. "description": "Various blocks, pages, and functions for developers.",
  3604. "homepage": "http://drupal.org/project/devel",
  3605. "support": {
  3606. "source": "http://cgit.drupalcode.org/devel",
  3607. "issues": "http://drupal.org/project/devel",
  3608. "irc": "irc://irc.freenode.org/drupal-contribute"
  3609. }
  3610. },
  3611. {
  3612. "name": "drupal/entity_reference_revisions",
  3613. "version": "1.7.0",
  3614. "source": {
  3615. "type": "git",
  3616. "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
  3617. "reference": "8.x-1.7"
  3618. },
  3619. "dist": {
  3620. "type": "zip",
  3621. "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.7.zip",
  3622. "reference": "8.x-1.7",
  3623. "shasum": "4e3b849b0d984cd3c0a4330c9aa4cb16bf1f79f6"
  3624. },
  3625. "require": {
  3626. "drupal/core": "~8.0"
  3627. },
  3628. "require-dev": {
  3629. "drupal/diff": "*"
  3630. },
  3631. "type": "drupal-module",
  3632. "extra": {
  3633. "branch-alias": {
  3634. "dev-1.x": "1.x-dev"
  3635. },
  3636. "drupal": {
  3637. "version": "8.x-1.7",
  3638. "datestamp": "1570284187",
  3639. "security-coverage": {
  3640. "status": "covered",
  3641. "message": "Covered by Drupal's security advisory policy"
  3642. }
  3643. }
  3644. },
  3645. "notification-url": "https://packages.drupal.org/8/downloads",
  3646. "license": [
  3647. "GPL-2.0-or-later"
  3648. ],
  3649. "authors": [
  3650. {
  3651. "name": "Berdir",
  3652. "homepage": "https://www.drupal.org/user/214652"
  3653. },
  3654. {
  3655. "name": "Frans",
  3656. "homepage": "https://www.drupal.org/user/514222"
  3657. },
  3658. {
  3659. "name": "jeroen.b",
  3660. "homepage": "https://www.drupal.org/user/1853532"
  3661. },
  3662. {
  3663. "name": "miro_dietiker",
  3664. "homepage": "https://www.drupal.org/user/227761"
  3665. }
  3666. ],
  3667. "description": "Adds a Entity Reference field type with revision support.",
  3668. "homepage": "https://www.drupal.org/project/entity_reference_revisions",
  3669. "support": {
  3670. "source": "https://git.drupalcode.org/project/entity_reference_revisions"
  3671. }
  3672. },
  3673. {
  3674. "name": "drupal/field_group",
  3675. "version": "1.0.0",
  3676. "source": {
  3677. "type": "git",
  3678. "url": "https://git.drupalcode.org/project/field_group.git",
  3679. "reference": "8.x-1.0"
  3680. },
  3681. "dist": {
  3682. "type": "zip",
  3683. "url": "https://ftp.drupal.org/files/projects/field_group-8.x-1.0.zip",
  3684. "reference": "8.x-1.0",
  3685. "shasum": "e8aa3fae5c3c5dec84644bb577996938d638a611"
  3686. },
  3687. "require": {
  3688. "drupal/core": "*"
  3689. },
  3690. "type": "drupal-module",
  3691. "extra": {
  3692. "branch-alias": {
  3693. "dev-1.x": "1.x-dev"
  3694. },
  3695. "drupal": {
  3696. "version": "8.x-1.0",
  3697. "datestamp": "1510352885",
  3698. "security-coverage": {
  3699. "status": "covered",
  3700. "message": "Covered by Drupal's security advisory policy"
  3701. }
  3702. }
  3703. },
  3704. "notification-url": "https://packages.drupal.org/8/downloads",
  3705. "license": [
  3706. "GPL-2.0+"
  3707. ],
  3708. "authors": [
  3709. {
  3710. "name": "Hydra",
  3711. "homepage": "https://www.drupal.org/user/647364"
  3712. },
  3713. {
  3714. "name": "Stalski",
  3715. "homepage": "https://www.drupal.org/user/322618"
  3716. },
  3717. {
  3718. "name": "jyve",
  3719. "homepage": "https://www.drupal.org/user/591438"
  3720. },
  3721. {
  3722. "name": "swentel",
  3723. "homepage": "https://www.drupal.org/user/107403"
  3724. },
  3725. {
  3726. "name": "zuuperman",
  3727. "homepage": "https://www.drupal.org/user/361625"
  3728. }
  3729. ],
  3730. "description": "Provides the field_group module.",
  3731. "homepage": "https://www.drupal.org/project/field_group",
  3732. "support": {
  3733. "source": "https://git.drupalcode.org/project/field_group"
  3734. }
  3735. },
  3736. {
  3737. "name": "drupal/focal_point",
  3738. "version": "1.2.0",
  3739. "source": {
  3740. "type": "git",
  3741. "url": "https://git.drupalcode.org/project/focal_point.git",
  3742. "reference": "8.x-1.2"
  3743. },
  3744. "dist": {
  3745. "type": "zip",
  3746. "url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.2.zip",
  3747. "reference": "8.x-1.2",
  3748. "shasum": "b274a5f4484ce99dece492dc7ae7149b34982244"
  3749. },
  3750. "require": {
  3751. "drupal/core": "*",
  3752. "drupal/crop": "*"
  3753. },
  3754. "require-dev": {
  3755. "drupal/crop": "*"
  3756. },
  3757. "type": "drupal-module",
  3758. "extra": {
  3759. "branch-alias": {
  3760. "dev-1.x": "1.x-dev"
  3761. },
  3762. "drupal": {
  3763. "version": "8.x-1.2",
  3764. "datestamp": "1569333485",
  3765. "security-coverage": {
  3766. "status": "covered",
  3767. "message": "Covered by Drupal's security advisory policy"
  3768. }
  3769. }
  3770. },
  3771. "notification-url": "https://packages.drupal.org/8/downloads",
  3772. "license": [
  3773. "GPL-2.0-or-later"
  3774. ],
  3775. "authors": [
  3776. {
  3777. "name": "bleen",
  3778. "homepage": "https://www.drupal.org/user/77375"
  3779. }
  3780. ],
  3781. "description": "Allows users to specify the focal point of an image for use during cropping.",
  3782. "homepage": "https://www.drupal.org/project/focal_point",
  3783. "support": {
  3784. "source": "https://git.drupalcode.org/project/focal_point"
  3785. }
  3786. },
  3787. {
  3788. "name": "drupal/imageapi_optimize",
  3789. "version": "2.0.0-alpha4",
  3790. "source": {
  3791. "type": "git",
  3792. "url": "https://git.drupalcode.org/project/imageapi_optimize.git",
  3793. "reference": "8.x-2.0-alpha4"
  3794. },
  3795. "dist": {
  3796. "type": "zip",
  3797. "url": "https://ftp.drupal.org/files/projects/imageapi_optimize-8.x-2.0-alpha4.zip",
  3798. "reference": "8.x-2.0-alpha4",
  3799. "shasum": "2e5525f8b1f58b9ef505fece615beae256c62b0c"
  3800. },
  3801. "require": {
  3802. "drupal/core": "^8.2"
  3803. },
  3804. "type": "drupal-module",
  3805. "extra": {
  3806. "branch-alias": {
  3807. "dev-2.x": "2.x-dev"
  3808. },
  3809. "drupal": {
  3810. "version": "8.x-2.0-alpha4",
  3811. "datestamp": "1535477197",
  3812. "security-coverage": {
  3813. "status": "not-covered",
  3814. "message": "Alpha releases are not covered by Drupal security advisories."
  3815. }
  3816. }
  3817. },
  3818. "notification-url": "https://packages.drupal.org/8/downloads",
  3819. "license": [
  3820. "GPL-2.0-or-later"
  3821. ],
  3822. "authors": [
  3823. {
  3824. "name": "Deciphered",
  3825. "homepage": "https://www.drupal.org/user/103796"
  3826. },
  3827. {
  3828. "name": "Steven Jones",
  3829. "homepage": "https://www.drupal.org/user/99644"
  3830. },
  3831. {
  3832. "name": "jcisio",
  3833. "homepage": "https://www.drupal.org/user/210762"
  3834. }
  3835. ],
  3836. "description": "Define pipelines for image optimization and provide integration with core image styles.",
  3837. "homepage": "https://www.drupal.org/project/imageapi_optimize",
  3838. "support": {
  3839. "source": "https://git.drupalcode.org/project/imageapi_optimize"
  3840. }
  3841. },
  3842. {
  3843. "name": "drupal/inline_entity_form",
  3844. "version": "1.0.0-rc2",
  3845. "source": {
  3846. "type": "git",
  3847. "url": "https://git.drupalcode.org/project/inline_entity_form.git",
  3848. "reference": "8.x-1.0-rc2"
  3849. },
  3850. "dist": {
  3851. "type": "zip",
  3852. "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc2.zip",
  3853. "reference": "8.x-1.0-rc2",
  3854. "shasum": "f56c071ef499c20f0b1d63fa1ea30f06248ee0a4"
  3855. },
  3856. "require": {
  3857. "drupal/core": "^8.5"
  3858. },
  3859. "require-dev": {
  3860. "drupal/entity_reference_revisions": "*"
  3861. },
  3862. "type": "drupal-module",
  3863. "extra": {
  3864. "branch-alias": {
  3865. "dev-1.x": "1.x-dev"
  3866. },
  3867. "drupal": {
  3868. "version": "8.x-1.0-rc2",
  3869. "datestamp": "1568446684",
  3870. "security-coverage": {
  3871. "status": "not-covered",
  3872. "message": "RC releases are not covered by Drupal security advisories."
  3873. }
  3874. }
  3875. },
  3876. "notification-url": "https://packages.drupal.org/8/downloads",
  3877. "license": [
  3878. "GPL-2.0+"
  3879. ],
  3880. "authors": [
  3881. {
  3882. "name": "bojanz",
  3883. "homepage": "https://www.drupal.org/user/86106"
  3884. },
  3885. {
  3886. "name": "dawehner",
  3887. "homepage": "https://www.drupal.org/user/99340"
  3888. },
  3889. {
  3890. "name": "joachim",
  3891. "homepage": "https://www.drupal.org/user/107701"
  3892. },
  3893. {
  3894. "name": "kaythay",
  3895. "homepage": "https://www.drupal.org/user/2182186"
  3896. },
  3897. {
  3898. "name": "rszrama",
  3899. "homepage": "https://www.drupal.org/user/49344"
  3900. },
  3901. {
  3902. "name": "slashrsm",
  3903. "homepage": "https://www.drupal.org/user/744628"
  3904. },
  3905. {
  3906. "name": "webflo",
  3907. "homepage": "https://www.drupal.org/user/254778"
  3908. }
  3909. ],
  3910. "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
  3911. "homepage": "https://www.drupal.org/project/inline_entity_form",
  3912. "support": {
  3913. "source": "https://git.drupalcode.org/project/inline_entity_form"
  3914. }
  3915. },
  3916. {
  3917. "name": "drupal/layout_builder_restrictions",
  3918. "version": "2.2.0",
  3919. "source": {
  3920. "type": "git",
  3921. "url": "https://git.drupalcode.org/project/layout_builder_restrictions.git",
  3922. "reference": "8.x-2.2"
  3923. },
  3924. "dist": {
  3925. "type": "zip",
  3926. "url": "https://ftp.drupal.org/files/projects/layout_builder_restrictions-8.x-2.2.zip",
  3927. "reference": "8.x-2.2",
  3928. "shasum": "7ea6c332b83c7c166a1632938783a68b5bf5440a"
  3929. },
  3930. "require": {
  3931. "drupal/core": "^8.5.0-rc1"
  3932. },
  3933. "require-dev": {
  3934. "drupal/layout_library": "*"
  3935. },
  3936. "type": "drupal-module",
  3937. "extra": {
  3938. "branch-alias": {
  3939. "dev-2.x": "2.x-dev"
  3940. },
  3941. "drupal": {
  3942. "version": "8.x-2.2",
  3943. "datestamp": "1564441086",
  3944. "security-coverage": {
  3945. "status": "covered",
  3946. "message": "Covered by Drupal's security advisory policy"
  3947. }
  3948. }
  3949. },
  3950. "notification-url": "https://packages.drupal.org/8/downloads",
  3951. "license": [
  3952. "GPL-2.0-or-later"
  3953. ],
  3954. "authors": [
  3955. {
  3956. "name": "eiriksm",
  3957. "homepage": "https://www.drupal.org/user/1014468"
  3958. },
  3959. {
  3960. "name": "mark_fullmer",
  3961. "homepage": "https://www.drupal.org/user/2612816"
  3962. },
  3963. {
  3964. "name": "twfahey",
  3965. "homepage": "https://www.drupal.org/user/3403722"
  3966. }
  3967. ],
  3968. "description": "Manage which fields & layouts are available in Layout Builder",
  3969. "homepage": "https://www.drupal.org/project/layout_builder_restrictions",
  3970. "support": {
  3971. "source": "https://git.drupalcode.org/project/layout_builder_restrictions"
  3972. }
  3973. },
  3974. {
  3975. "name": "drupal/layout_builder_st",
  3976. "version": "1.0.0-alpha1",
  3977. "source": {
  3978. "type": "git",
  3979. "url": "https://git.drupalcode.org/project/layout_builder_st.git",
  3980. "reference": "8.x-1.0-alpha1"
  3981. },
  3982. "dist": {
  3983. "type": "zip",
  3984. "url": "https://ftp.drupal.org/files/projects/layout_builder_st-8.x-1.0-alpha1.zip",
  3985. "reference": "8.x-1.0-alpha1",
  3986. "shasum": "7f570fa7d8404518bf9519817e5c4f8042bae6ad"
  3987. },
  3988. "require": {
  3989. "drupal/core": "^8.7"
  3990. },
  3991. "type": "drupal-module",
  3992. "extra": {
  3993. "branch-alias": {
  3994. "dev-1.x": "1.x-dev"
  3995. },
  3996. "drupal": {
  3997. "version": "8.x-1.0-alpha1",
  3998. "datestamp": "1560544385",
  3999. "security-coverage": {
  4000. "status": "not-covered",
  4001. "message": "Project has not opted into security advisory coverage!"
  4002. }
  4003. }
  4004. },
  4005. "notification-url": "https://packages.drupal.org/8/downloads",
  4006. "license": [
  4007. "GPL-2.0-or-later"
  4008. ],
  4009. "authors": [
  4010. {
  4011. "name": "phenaproxima",
  4012. "homepage": "https://www.drupal.org/user/205645"
  4013. },
  4014. {
  4015. "name": "tedbow",
  4016. "homepage": "https://www.drupal.org/user/240860"
  4017. },
  4018. {
  4019. "name": "tim.plunkett",
  4020. "homepage": "https://www.drupal.org/user/241634"
  4021. }
  4022. ],
  4023. "description": "Allows translating Layout overrides",
  4024. "homepage": "https://www.drupal.org/project/layout_builder_st",
  4025. "support": {
  4026. "source": "https://git.drupalcode.org/project/layout_builder_st"
  4027. }
  4028. },
  4029. {
  4030. "name": "drupal/linkit",
  4031. "version": "4.3.0",
  4032. "source": {
  4033. "type": "git",
  4034. "url": "https://git.drupalcode.org/project/linkit.git",
  4035. "reference": "8.x-4.3"
  4036. },
  4037. "dist": {
  4038. "type": "zip",
  4039. "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
  4040. "reference": "8.x-4.3",
  4041. "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
  4042. },
  4043. "require": {
  4044. "drupal/core": "~8.0"
  4045. },
  4046. "type": "drupal-module",
  4047. "extra": {
  4048. "branch-alias": {
  4049. "dev-4.x": "4.x-dev"
  4050. },
  4051. "drupal": {
  4052. "version": "8.x-4.3",
  4053. "datestamp": "1490205830",
  4054. "security-coverage": {
  4055. "status": "covered",
  4056. "message": "Covered by Drupal's security advisory policy"
  4057. }
  4058. }
  4059. },
  4060. "notification-url": "https://packages.drupal.org/8/downloads",
  4061. "license": [
  4062. "GPL-2.0+"
  4063. ],
  4064. "authors": [
  4065. {
  4066. "name": "Emil Stjerneman",
  4067. "homepage": "https://stjerneman.com",
  4068. "email": "emil@stjerneman.com",
  4069. "role": "Maintainer"
  4070. }
  4071. ],
  4072. "description": "Linkit - Enriched linking experience",
  4073. "homepage": "http://drupal.org/project/linkit",
  4074. "support": {
  4075. "source": "http://cgit.drupalcode.org/linkit",
  4076. "issues": "http://drupal.org/project/linkit"
  4077. }
  4078. },
  4079. {
  4080. "name": "drupal/masquerade",
  4081. "version": "2.0.0-beta2",
  4082. "source": {
  4083. "type": "git",
  4084. "url": "https://git.drupalcode.org/project/masquerade.git",
  4085. "reference": "8.x-2.0-beta2"
  4086. },
  4087. "dist": {
  4088. "type": "zip",
  4089. "url": "https://ftp.drupal.org/files/projects/masquerade-8.x-2.0-beta2.zip",
  4090. "reference": "8.x-2.0-beta2",
  4091. "shasum": "a9fc1a54636f131d1e344113ce4c80a6c27bc8aa"
  4092. },
  4093. "require": {
  4094. "drupal/core": "*"
  4095. },
  4096. "type": "drupal-module",
  4097. "extra": {
  4098. "branch-alias": {
  4099. "dev-2.x": "2.x-dev"
  4100. },
  4101. "drupal": {
  4102. "version": "8.x-2.0-beta2",
  4103. "datestamp": "1521762446",
  4104. "security-coverage": {
  4105. "status": "not-covered",
  4106. "message": "Project has not opted into security advisory coverage!"
  4107. }
  4108. }
  4109. },
  4110. "notification-url": "https://packages.drupal.org/8/downloads",
  4111. "license": [
  4112. "GPL-2.0+"
  4113. ],
  4114. "authors": [
  4115. {
  4116. "name": "Andrey Postnikov (andypost)",
  4117. "homepage": "https://www.drupal.org/u/andypost",
  4118. "role": "Maintainer"
  4119. },
  4120. {
  4121. "name": "David Norman (deekayen)",
  4122. "homepage": "https://www.drupal.org/u/deekayen",
  4123. "role": "Maintainer"
  4124. },
  4125. {
  4126. "name": "Mark Shropshire (shrop)",
  4127. "homepage": "https://www.drupal.org/u/shrop",
  4128. "role": "Maintainer"
  4129. },
  4130. {
  4131. "name": "Daniel Kudwien (sun)",
  4132. "homepage": "https://www.drupal.org/u/sun",
  4133. "role": "Maintainer"
  4134. },
  4135. {
  4136. "name": "Andrew Berry (deviantintegral)",
  4137. "homepage": "https://www.drupal.org/u/deviantintegral",
  4138. "role": "Maintainer"
  4139. },
  4140. {
  4141. "name": "sun",
  4142. "homepage": "https://www.drupal.org/user/54136"
  4143. }
  4144. ],
  4145. "description": "Allows privileged users to masquerade as another user.",
  4146. "homepage": "https://www.drupal.org/project/masquerade",
  4147. "support": {
  4148. "source": "https://git.drupal.org/project/masquerade.git",
  4149. "issues": "https://www.drupal.org/project/issues/masquerade",
  4150. "irc": "irc://irc.freenode.org/drupal-contribute"
  4151. }
  4152. },
  4153. {
  4154. "name": "drupal/menu_link_attributes",
  4155. "version": "1.0.0",
  4156. "source": {
  4157. "type": "git",
  4158. "url": "https://git.drupalcode.org/project/menu_link_attributes.git",
  4159. "reference": "8.x-1.0"
  4160. },
  4161. "dist": {
  4162. "type": "zip",
  4163. "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0.zip",
  4164. "reference": "8.x-1.0",
  4165. "shasum": "6386cc2fcd7ae0d17d2a82d690866028b132055c"
  4166. },
  4167. "require": {
  4168. "drupal/core": "*"
  4169. },
  4170. "type": "drupal-module",
  4171. "extra": {
  4172. "branch-alias": {
  4173. "dev-1.x": "1.x-dev"
  4174. },
  4175. "drupal": {
  4176. "version": "8.x-1.0",
  4177. "datestamp": "1507195827",
  4178. "security-coverage": {
  4179. "status": "covered",
  4180. "message": "Covered by Drupal's security advisory policy"
  4181. }
  4182. }
  4183. },
  4184. "notification-url": "https://packages.drupal.org/8/downloads",
  4185. "license": [
  4186. "GPL-2.0+"
  4187. ],
  4188. "authors": [
  4189. {
  4190. "name": "yannickoo",
  4191. "homepage": "https://www.drupal.org/user/531118"
  4192. }
  4193. ],
  4194. "description": "Allows you to add attributes to menu links.",
  4195. "homepage": "http://drupal.org/project/menu_link_attributes",
  4196. "keywords": [
  4197. "Drupal"
  4198. ],
  4199. "support": {
  4200. "source": "http://cgit.drupalcode.org/menu_link_attributes",
  4201. "issues": "http://drupal.org/project/issues/menu_link_attributes"
  4202. }
  4203. },
  4204. {
  4205. "name": "drupal/metatag",
  4206. "version": "1.10.0",
  4207. "source": {
  4208. "type": "git",
  4209. "url": "https://git.drupalcode.org/project/metatag.git",
  4210. "reference": "8.x-1.10"
  4211. },
  4212. "dist": {
  4213. "type": "zip",
  4214. "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.10.zip",
  4215. "reference": "8.x-1.10",
  4216. "shasum": "06275ae0f72cfcdbec8b8e8fd5d0863a5967bbcc"
  4217. },
  4218. "require": {
  4219. "drupal/core": "*",
  4220. "drupal/token": "^1.0"
  4221. },
  4222. "require-dev": {
  4223. "drupal/devel": "^2.0",
  4224. "drupal/metatag_dc": "*",
  4225. "drupal/metatag_open_graph": "*",
  4226. "drupal/page_manager": "^4.0",
  4227. "drupal/redirect": "^1.0",
  4228. "drupal/restui": "^1.0",
  4229. "drupal/schema_metatag": "^1.0",
  4230. "drupal/schema_web_page": "*"
  4231. },
  4232. "type": "drupal-module",
  4233. "extra": {
  4234. "branch-alias": {
  4235. "dev-1.x": "1.x-dev"
  4236. },
  4237. "drupal": {
  4238. "version": "8.x-1.10",
  4239. "datestamp": "1567099985",
  4240. "security-coverage": {
  4241. "status": "covered",
  4242. "message": "Covered by Drupal's security advisory policy"
  4243. }
  4244. }
  4245. },
  4246. "notification-url": "https://packages.drupal.org/8/downloads",
  4247. "license": [
  4248. "GPL-2.0+"
  4249. ],
  4250. "authors": [
  4251. {
  4252. "name": "See contributors",
  4253. "homepage": "https://www.drupal.org/node/640498/committers",
  4254. "role": "Developer"
  4255. },
  4256. {
  4257. "name": "Dave Reid",
  4258. "homepage": "https://www.drupal.org/user/53892"
  4259. }
  4260. ],
  4261. "description": "Manage meta tags for all entities.",
  4262. "homepage": "https://www.drupal.org/project/metatag",
  4263. "keywords": [
  4264. "Drupal",
  4265. "seo"
  4266. ],
  4267. "support": {
  4268. "source": "http://cgit.drupalcode.org/metatag",
  4269. "issues": "http://drupal.org/project/issues/metatag"
  4270. }
  4271. },
  4272. {
  4273. "name": "drupal/module_filter",
  4274. "version": "3.1.0",
  4275. "source": {
  4276. "type": "git",
  4277. "url": "https://git.drupalcode.org/project/module_filter.git",
  4278. "reference": "8.x-3.1"
  4279. },
  4280. "dist": {
  4281. "type": "zip",
  4282. "url": "https://ftp.drupal.org/files/projects/module_filter-8.x-3.1.zip",
  4283. "reference": "8.x-3.1",
  4284. "shasum": "39d627ce60280ae54bcf9beae217b85cce1969e4"
  4285. },
  4286. "require": {
  4287. "drupal/core": "~8.0"
  4288. },
  4289. "type": "drupal-module",
  4290. "extra": {
  4291. "branch-alias": {
  4292. "dev-3.x": "3.x-dev"
  4293. },
  4294. "drupal": {
  4295. "version": "8.x-3.1",
  4296. "datestamp": "1507650844",
  4297. "security-coverage": {
  4298. "status": "covered",
  4299. "message": "Covered by Drupal's security advisory policy"
  4300. }
  4301. }
  4302. },
  4303. "notification-url": "https://packages.drupal.org/8/downloads",
  4304. "license": [
  4305. "GPL-2.0-or-later"
  4306. ],
  4307. "authors": [
  4308. {
  4309. "name": "greenSkin",
  4310. "homepage": "https://www.drupal.org/user/173855"
  4311. },
  4312. {
  4313. "name": "realityloop",
  4314. "homepage": "https://www.drupal.org/user/139189"
  4315. },
  4316. {
  4317. "name": "shumushin",
  4318. "homepage": "https://www.drupal.org/user/22093"
  4319. }
  4320. ],
  4321. "description": "Filter the modules list.",
  4322. "homepage": "https://www.drupal.org/project/module_filter",
  4323. "support": {
  4324. "source": "https://git.drupalcode.org/project/module_filter"
  4325. }
  4326. },
  4327. {
  4328. "name": "drupal/paragraphs",
  4329. "version": "1.10.0",
  4330. "source": {
  4331. "type": "git",
  4332. "url": "https://git.drupalcode.org/project/paragraphs.git",
  4333. "reference": "8.x-1.10"
  4334. },
  4335. "dist": {
  4336. "type": "zip",
  4337. "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.10.zip",
  4338. "reference": "8.x-1.10",
  4339. "shasum": "12f96d90940df1c870bbe4cb97a8260169045911"
  4340. },
  4341. "require": {
  4342. "drupal/core": "~8",
  4343. "drupal/entity_reference_revisions": "~1.3"
  4344. },
  4345. "require-dev": {
  4346. "drupal/block_field": "~1.0",
  4347. "drupal/ctools": "3.x-dev",
  4348. "drupal/diff": "~1.0",
  4349. "drupal/entity_browser": "2.x-dev",
  4350. "drupal/entity_usage": "2.x-dev",
  4351. "drupal/field_group": "3.x-dev",
  4352. "drupal/inline_entity_form": "~1.0",
  4353. "drupal/paragraphs-paragraphs_library": "*",
  4354. "drupal/replicate": "~1.0",
  4355. "drupal/search_api": "~1.0",
  4356. "drupal/search_api_db": "*"
  4357. },
  4358. "suggest": {
  4359. "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
  4360. },
  4361. "type": "drupal-module",
  4362. "extra": {
  4363. "branch-alias": {
  4364. "dev-1.x": "1.x-dev"
  4365. },
  4366. "drupal": {
  4367. "version": "8.x-1.10",
  4368. "datestamp": "1572617586",
  4369. "security-coverage": {
  4370. "status": "covered",
  4371. "message": "Covered by Drupal's security advisory policy"
  4372. }
  4373. }
  4374. },
  4375. "notification-url": "https://packages.drupal.org/8/downloads",
  4376. "license": [
  4377. "GPL-2.0"
  4378. ],
  4379. "authors": [
  4380. {
  4381. "name": "Berdir",
  4382. "homepage": "https://www.drupal.org/user/214652"
  4383. },
  4384. {
  4385. "name": "Frans",
  4386. "homepage": "https://www.drupal.org/user/514222"
  4387. },
  4388. {
  4389. "name": "Primsi",
  4390. "homepage": "https://www.drupal.org/user/282629"
  4391. },
  4392. {
  4393. "name": "jeroen.b",
  4394. "homepage": "https://www.drupal.org/user/1853532"
  4395. },
  4396. {
  4397. "name": "jstoller",
  4398. "homepage": "https://www.drupal.org/user/99012"
  4399. },
  4400. {
  4401. "name": "miro_dietiker",
  4402. "homepage": "https://www.drupal.org/user/227761"
  4403. }
  4404. ],
  4405. "description": "Enables the creation of Paragraphs entities.",
  4406. "homepage": "https://www.drupal.org/project/paragraphs",
  4407. "support": {
  4408. "source": "https://git.drupalcode.org/project/paragraphs"
  4409. }
  4410. },
  4411. {
  4412. "name": "drupal/pathauto",
  4413. "version": "1.5.0",
  4414. "source": {
  4415. "type": "git",
  4416. "url": "https://git.drupalcode.org/project/pathauto.git",
  4417. "reference": "8.x-1.5"
  4418. },
  4419. "dist": {
  4420. "type": "zip",
  4421. "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.5.zip",
  4422. "reference": "8.x-1.5",
  4423. "shasum": "ae3c13f26d625e63da3b13dc64016888eca519c7"
  4424. },
  4425. "require": {
  4426. "drupal/core": "^8.6",
  4427. "drupal/ctools": "*",
  4428. "drupal/token": "*"
  4429. },
  4430. "type": "drupal-module",
  4431. "extra": {
  4432. "branch-alias": {
  4433. "dev-1.x": "1.x-dev"
  4434. },
  4435. "drupal": {
  4436. "version": "8.x-1.5",
  4437. "datestamp": "1570828084",
  4438. "security-coverage": {
  4439. "status": "covered",
  4440. "message": "Covered by Drupal's security advisory policy"
  4441. }
  4442. }
  4443. },
  4444. "notification-url": "https://packages.drupal.org/8/downloads",
  4445. "license": [
  4446. "GPL-2.0-or-later"
  4447. ],
  4448. "authors": [
  4449. {
  4450. "name": "Berdir",
  4451. "homepage": "https://www.drupal.org/user/214652"
  4452. },
  4453. {
  4454. "name": "Dave Reid",
  4455. "homepage": "https://www.drupal.org/user/53892"
  4456. },
  4457. {
  4458. "name": "Freso",
  4459. "homepage": "https://www.drupal.org/user/27504"
  4460. },
  4461. {
  4462. "name": "greggles",
  4463. "homepage": "https://www.drupal.org/user/36762"
  4464. }
  4465. ],
  4466. "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
  4467. "homepage": "https://www.drupal.org/project/pathauto",
  4468. "support": {
  4469. "source": "https://git.drupalcode.org/project/pathauto"
  4470. }
  4471. },
  4472. {
  4473. "name": "drupal/prlp",
  4474. "version": "1.4.0",
  4475. "source": {
  4476. "type": "git",
  4477. "url": "https://git.drupalcode.org/project/prlp.git",
  4478. "reference": "8.x-1.4"
  4479. },
  4480. "dist": {
  4481. "type": "zip",
  4482. "url": "https://ftp.drupal.org/files/projects/prlp-8.x-1.4.zip",
  4483. "reference": "8.x-1.4",
  4484. "shasum": "a87803012928d25675ce675cc65632b86e423e18"
  4485. },
  4486. "require": {
  4487. "drupal/core": "~8.0"
  4488. },
  4489. "type": "drupal-module",
  4490. "extra": {
  4491. "branch-alias": {
  4492. "dev-1.x": "1.x-dev"
  4493. },
  4494. "drupal": {
  4495. "version": "8.x-1.4",
  4496. "datestamp": "1563832381",
  4497. "security-coverage": {
  4498. "status": "covered",
  4499. "message": "Covered by Drupal's security advisory policy"
  4500. }
  4501. }
  4502. },
  4503. "notification-url": "https://packages.drupal.org/8/downloads",
  4504. "license": [
  4505. "GPL-2.0-or-later"
  4506. ],
  4507. "authors": [
  4508. {
  4509. "name": "Jitesh Doshi",
  4510. "homepage": "https://www.drupal.org/user/1799550"
  4511. },
  4512. {
  4513. "name": "Tcraw",
  4514. "homepage": "https://www.drupal.org/user/2899465"
  4515. },
  4516. {
  4517. "name": "christian3244",
  4518. "homepage": "https://www.drupal.org/user/2888131"
  4519. }
  4520. ],
  4521. "description": "Enhances the password reset landing page by letting user change their password on arrival via the password reset link",
  4522. "homepage": "https://www.drupal.org/project/prlp",
  4523. "support": {
  4524. "source": "https://git.drupalcode.org/project/prlp"
  4525. }
  4526. },
  4527. {
  4528. "name": "drupal/token",
  4529. "version": "1.5.0",
  4530. "source": {
  4531. "type": "git",
  4532. "url": "https://git.drupalcode.org/project/token.git",
  4533. "reference": "8.x-1.5"
  4534. },
  4535. "dist": {
  4536. "type": "zip",
  4537. "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
  4538. "reference": "8.x-1.5",
  4539. "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
  4540. },
  4541. "require": {
  4542. "drupal/core": "^8.5"
  4543. },
  4544. "type": "drupal-module",
  4545. "extra": {
  4546. "branch-alias": {
  4547. "dev-1.x": "1.x-dev"
  4548. },
  4549. "drupal": {
  4550. "version": "8.x-1.5",
  4551. "datestamp": "1537557481",
  4552. "security-coverage": {
  4553. "status": "covered",
  4554. "message": "Covered by Drupal's security advisory policy"
  4555. }
  4556. }
  4557. },
  4558. "notification-url": "https://packages.drupal.org/8/downloads",
  4559. "license": [
  4560. "GPL-2.0-or-later"
  4561. ],
  4562. "authors": [
  4563. {
  4564. "name": "Berdir",
  4565. "homepage": "https://www.drupal.org/user/214652"
  4566. },
  4567. {
  4568. "name": "Dave Reid",
  4569. "homepage": "https://www.drupal.org/user/53892"
  4570. },
  4571. {
  4572. "name": "eaton",
  4573. "homepage": "https://www.drupal.org/user/16496"
  4574. },
  4575. {
  4576. "name": "fago",
  4577. "homepage": "https://www.drupal.org/user/16747"
  4578. },
  4579. {
  4580. "name": "greggles",
  4581. "homepage": "https://www.drupal.org/user/36762"
  4582. },
  4583. {
  4584. "name": "mikeryan",
  4585. "homepage": "https://www.drupal.org/user/4420"
  4586. }
  4587. ],
  4588. "description": "Provides a user interface for the Token API and some missing core tokens.",
  4589. "homepage": "https://www.drupal.org/project/token",
  4590. "support": {
  4591. "source": "https://git.drupalcode.org/project/token"
  4592. }
  4593. },
  4594. {
  4595. "name": "drupal/twig_tweak",
  4596. "version": "2.4.0",
  4597. "source": {
  4598. "type": "git",
  4599. "url": "https://git.drupalcode.org/project/twig_tweak.git",
  4600. "reference": "8.x-2.4"
  4601. },
  4602. "dist": {
  4603. "type": "zip",
  4604. "url": "https://ftp.drupal.org/files/projects/twig_tweak-8.x-2.4.zip",
  4605. "reference": "8.x-2.4",
  4606. "shasum": "fa175b46d2b69ce0f30344579a5861169c8467a4"
  4607. },
  4608. "require": {
  4609. "drupal/core": "^8.7"
  4610. },
  4611. "suggest": {
  4612. "symfony/var-dumper": "Better dump() function for debugging Twig variables"
  4613. },
  4614. "type": "drupal-module",
  4615. "extra": {
  4616. "branch-alias": {
  4617. "dev-2.x": "2.x-dev"
  4618. },
  4619. "drupal": {
  4620. "version": "8.x-2.4",
  4621. "datestamp": "1563099329",
  4622. "security-coverage": {
  4623. "status": "covered",
  4624. "message": "Covered by Drupal's security advisory policy"
  4625. }
  4626. }
  4627. },
  4628. "notification-url": "https://packages.drupal.org/8/downloads",
  4629. "license": [
  4630. "GPL-2.0+"
  4631. ],
  4632. "authors": [
  4633. {
  4634. "name": "Chi",
  4635. "homepage": "https://www.drupal.org/user/556138"
  4636. }
  4637. ],
  4638. "description": "A Twig extension with some useful functions and filters for Drupal development.",
  4639. "homepage": "https://www.drupal.org/project/twig_tweak",
  4640. "keywords": [
  4641. "Drupal",
  4642. "Twig"
  4643. ],
  4644. "support": {
  4645. "source": "https://git.drupalcode.org/project/twig_tweak",
  4646. "issues": "https://www.drupal.org/project/issues/twig_tweak"
  4647. }
  4648. },
  4649. {
  4650. "name": "drupal/ui_patterns",
  4651. "version": "1.1.0",
  4652. "source": {
  4653. "type": "git",
  4654. "url": "https://git.drupalcode.org/project/ui_patterns.git",
  4655. "reference": "8.x-1.1"
  4656. },
  4657. "dist": {
  4658. "type": "zip",
  4659. "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.1.zip",
  4660. "reference": "8.x-1.1",
  4661. "shasum": "4131fee2638308caff7040b2f03264aa8e592a3c"
  4662. },
  4663. "require": {
  4664. "drupal/core": "^8.3.0"
  4665. },
  4666. "require-dev": {
  4667. "composer/installers": "^1.2",
  4668. "cweagans/composer-patches": "~1.4",
  4669. "drupal-composer/drupal-scaffold": "^2.2",
  4670. "drupal/coffee": "~1",
  4671. "drupal/config_devel": "~1",
  4672. "drupal/config_installer": "~1",
  4673. "drupal/console": "~1",
  4674. "drupal/ds": "~3",
  4675. "drupal/field_group": "~1",
  4676. "drupal/page_manager": "*",
  4677. "drupal/panels": "~4",
  4678. "drupal/paragraphs": "~1",
  4679. "drupal/token": "~1",
  4680. "drush/drush": "~9",
  4681. "openeuropa/task-runner": "~1.0-beta3",
  4682. "phpro/grumphp": "~0.14",
  4683. "webflo/drupal-core-require-dev": "~8.7"
  4684. },
  4685. "type": "drupal-module",
  4686. "extra": {
  4687. "branch-alias": {
  4688. "dev-1.x": "1.x-dev"
  4689. },
  4690. "drupal": {
  4691. "version": "8.x-1.1",
  4692. "datestamp": "1560696185",
  4693. "security-coverage": {
  4694. "status": "covered",
  4695. "message": "Covered by Drupal's security advisory policy"
  4696. }
  4697. },
  4698. "composer-exit-on-patch-failure": true,
  4699. "enable-patching": true,
  4700. "installer-paths": {
  4701. "build/core": [
  4702. "type:drupal-core"
  4703. ],
  4704. "build/modules/contrib/{$name}": [
  4705. "type:drupal-module"
  4706. ],
  4707. "build/profiles/contrib/{$name}": [
  4708. "type:drupal-profile"
  4709. ],
  4710. "build/themes/contrib/{$name}": [
  4711. "type:drupal-theme"
  4712. ]
  4713. }
  4714. },
  4715. "autoload": {
  4716. "psr-4": {
  4717. "Drupal\\ui_patterns\\": "./src"
  4718. }
  4719. },
  4720. "autoload-dev": {
  4721. "psr-4": {
  4722. "Drupal\\Tests\\ui_patterns\\": "./tests/src"
  4723. }
  4724. },
  4725. "notification-url": "https://packages.drupal.org/8/downloads",
  4726. "scripts": {
  4727. "drupal-scaffold": [
  4728. "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
  4729. ],
  4730. "post-install-cmd": [
  4731. "./vendor/bin/run drupal:site-setup"
  4732. ],
  4733. "post-update-cmd": [
  4734. "./vendor/bin/run drupal:site-setup"
  4735. ]
  4736. },
  4737. "license": [
  4738. "GPL-2.0+"
  4739. ],
  4740. "authors": [
  4741. {
  4742. "name": "Nuvole Web",
  4743. "homepage": "https://www.drupal.org/user/186696",
  4744. "email": "info@nuvole.org"
  4745. },
  4746. {
  4747. "name": "bircher",
  4748. "homepage": "https://www.drupal.org/user/1344166"
  4749. },
  4750. {
  4751. "name": "pescetti",
  4752. "homepage": "https://www.drupal.org/user/436244"
  4753. }
  4754. ],
  4755. "description": "UI Patterns.",
  4756. "homepage": "https://www.drupal.org/project/ui_patterns",
  4757. "keywords": [
  4758. "drupal",
  4759. "ui",
  4760. "web"
  4761. ],
  4762. "support": {
  4763. "source": "https://git.drupalcode.org/project/ui_patterns"
  4764. }
  4765. },
  4766. {
  4767. "name": "drupal/webform",
  4768. "version": "5.5.0",
  4769. "source": {
  4770. "type": "git",
  4771. "url": "https://git.drupalcode.org/project/webform.git",
  4772. "reference": "8.x-5.5"
  4773. },
  4774. "dist": {
  4775. "type": "zip",
  4776. "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.5.zip",
  4777. "reference": "8.x-5.5",
  4778. "shasum": "71b2b14176d0dbf9e3dd5b266cbb0e9fc7b49c26"
  4779. },
  4780. "require": {
  4781. "drupal/core": "*"
  4782. },
  4783. "require-dev": {
  4784. "drupal/address": "~1.4",
  4785. "drupal/bootstrap": "~3.0",
  4786. "drupal/captcha": "~1.0",
  4787. "drupal/chosen": "~2.6",
  4788. "drupal/devel": "*",
  4789. "drupal/entity_print": "^2.1",
  4790. "drupal/jsonapi": "~2.0 || ~8.7",
  4791. "drupal/mailsystem": "~4.0",
  4792. "drupal/select2": "~1.1",
  4793. "drupal/smtp": "~1.0",
  4794. "drupal/telephone_validation": "^2.2",
  4795. "drupal/token": "~1.3",
  4796. "drupal/webform_access": "*",
  4797. "drupal/webform_attachment": "*",
  4798. "drupal/webform_entity_print": "*",
  4799. "drupal/webform_node": "*",
  4800. "drupal/webform_options_limit": "*",
  4801. "drupal/webform_scheduled_email": "*",
  4802. "drupal/webform_ui": "*"
  4803. },
  4804. "type": "drupal-module",
  4805. "extra": {
  4806. "branch-alias": {
  4807. "dev-5.x": "5.x-dev"
  4808. },
  4809. "drupal": {
  4810. "version": "8.x-5.5",
  4811. "datestamp": "1572377284",
  4812. "security-coverage": {
  4813. "status": "covered",
  4814. "message": "Covered by Drupal's security advisory policy"
  4815. }
  4816. },
  4817. "drush": {
  4818. "services": {
  4819. "drush.services.yml": "^9"
  4820. }
  4821. }
  4822. },
  4823. "notification-url": "https://packages.drupal.org/8/downloads",
  4824. "license": [
  4825. "GPL-2.0+"
  4826. ],
  4827. "authors": [
  4828. {
  4829. "name": "Jacob Rockowitz (jrockowitz)",
  4830. "homepage": "https://www.drupal.org/u/jrockowitz",
  4831. "role": "Maintainer"
  4832. },
  4833. {
  4834. "name": "Alexander Trotsenko (bucefal91)",
  4835. "homepage": "https://www.drupal.org/u/bucefal91",
  4836. "role": "Co-maintainer"
  4837. },
  4838. {
  4839. "name": "bucefal91",
  4840. "homepage": "https://www.drupal.org/user/504128"
  4841. },
  4842. {
  4843. "name": "fenstrat",
  4844. "homepage": "https://www.drupal.org/user/362649"
  4845. },
  4846. {
  4847. "name": "jrockowitz",
  4848. "homepage": "https://www.drupal.org/user/371407"
  4849. },
  4850. {
  4851. "name": "podarok",
  4852. "homepage": "https://www.drupal.org/user/116002"
  4853. },
  4854. {
  4855. "name": "quicksketch",
  4856. "homepage": "https://www.drupal.org/user/35821"
  4857. },
  4858. {
  4859. "name": "sanchiz",
  4860. "homepage": "https://www.drupal.org/user/1671246"
  4861. },
  4862. {
  4863. "name": "tedbow",
  4864. "homepage": "https://www.drupal.org/user/240860"
  4865. },
  4866. {
  4867. "name": "torotil",
  4868. "homepage": "https://www.drupal.org/user/865256"
  4869. }
  4870. ],
  4871. "description": "Enables the creation of webforms and questionnaires.",
  4872. "homepage": "https://drupal.org/project/webform",
  4873. "support": {
  4874. "source": "http://cgit.drupalcode.org/webform",
  4875. "issues": "https://www.drupal.org/project/issues/webform?version=8.x",
  4876. "docs": "https://www.drupal.org/docs/8/modules/webform",
  4877. "forum": "https://drupal.stackexchange.com/questions/tagged/webform"
  4878. }
  4879. },
  4880. {
  4881. "name": "drush/drush",
  4882. "version": "9.7.1",
  4883. "source": {
  4884. "type": "git",
  4885. "url": "https://github.com/drush-ops/drush.git",
  4886. "reference": "6f9a8d235daec06fd6f47b2d84da675750566479"
  4887. },
  4888. "dist": {
  4889. "type": "zip",
  4890. "url": "https://api.github.com/repos/drush-ops/drush/zipball/6f9a8d235daec06fd6f47b2d84da675750566479",
  4891. "reference": "6f9a8d235daec06fd6f47b2d84da675750566479",
  4892. "shasum": ""
  4893. },
  4894. "require": {
  4895. "chi-teck/drupal-code-generator": "^1.28.1",
  4896. "composer/semver": "^1.4",
  4897. "consolidation/annotated-command": "^2.12",
  4898. "consolidation/config": "^1.2",
  4899. "consolidation/filter-via-dot-access-data": "^1",
  4900. "consolidation/output-formatters": "^3.3.1",
  4901. "consolidation/robo": "^1.4.6",
  4902. "consolidation/site-alias": "^3.0.0@stable",
  4903. "consolidation/site-process": "^2.0.3",
  4904. "ext-dom": "*",
  4905. "grasmash/yaml-expander": "^1.1.1",
  4906. "league/container": "~2",
  4907. "php": ">=5.6.0",
  4908. "psr/log": "~1.0",
  4909. "psy/psysh": "~0.6",
  4910. "symfony/console": "^3.4",
  4911. "symfony/event-dispatcher": "^3.4",
  4912. "symfony/finder": "^3.4 || ^4.0",
  4913. "symfony/process": "^3.4",
  4914. "symfony/var-dumper": "^3.4 || ^4.0",
  4915. "symfony/yaml": "^3.4",
  4916. "webflo/drupal-finder": "^1.1",
  4917. "webmozart/path-util": "^2.1.0"
  4918. },
  4919. "require-dev": {
  4920. "composer/installers": "^1.2",
  4921. "cweagans/composer-patches": "~1.0",
  4922. "drupal/alinks": "1.0.0",
  4923. "drupal/devel": "^2",
  4924. "drupal/empty_theme": "1.0",
  4925. "g1a/composer-test-scenarios": "^3",
  4926. "lox/xhprof": "dev-master",
  4927. "phpunit/phpunit": "^4.8.36 || ^6.1",
  4928. "squizlabs/php_codesniffer": "^2.7 || ^3",
  4929. "vlucas/phpdotenv": "^2.4",
  4930. "webflo/drupal-core-require-dev": "8.7.x-dev",
  4931. "webflo/drupal-core-strict": "8.7.x-dev"
  4932. },
  4933. "bin": [
  4934. "drush"
  4935. ],
  4936. "type": "library",
  4937. "extra": {
  4938. "installer-paths": {
  4939. "sut/core": [
  4940. "type:drupal-core"
  4941. ],
  4942. "sut/libraries/{$name}": [
  4943. "type:drupal-library"
  4944. ],
  4945. "sut/modules/unish/{$name}": [
  4946. "drupal/devel"
  4947. ],
  4948. "sut/themes/unish/{$name}": [
  4949. "drupal/empty_theme"
  4950. ],
  4951. "sut/modules/contrib/{$name}": [
  4952. "type:drupal-module"
  4953. ],
  4954. "sut/profiles/contrib/{$name}": [
  4955. "type:drupal-profile"
  4956. ],
  4957. "sut/themes/contrib/{$name}": [
  4958. "type:drupal-theme"
  4959. ],
  4960. "sut/drush/contrib/{$name}": [
  4961. "type:drupal-drush"
  4962. ]
  4963. },
  4964. "scenarios": {
  4965. "php5": {
  4966. "config": {
  4967. "platform": {
  4968. "php": "5.6.38"
  4969. }
  4970. },
  4971. "require-dev": {
  4972. "webflo/drupal-core-strict": "8.6.x-dev",
  4973. "webflo/drupal-core-require-dev": "8.6.x-dev"
  4974. }
  4975. }
  4976. },
  4977. "branch-alias": {
  4978. "dev-master": "9.x-dev"
  4979. }
  4980. },
  4981. "autoload": {
  4982. "psr-4": {
  4983. "Drush\\": "src/",
  4984. "Drush\\Internal\\": "src/internal-forks"
  4985. }
  4986. },
  4987. "notification-url": "https://packagist.org/downloads/",
  4988. "license": [
  4989. "GPL-2.0-or-later"
  4990. ],
  4991. "authors": [
  4992. {
  4993. "name": "Moshe Weitzman",
  4994. "email": "weitzman@tejasa.com"
  4995. },
  4996. {
  4997. "name": "Owen Barton",
  4998. "email": "drupal@owenbarton.com"
  4999. },
  5000. {
  5001. "name": "Greg Anderson",
  5002. "email": "greg.1.anderson@greenknowe.org"
  5003. },
  5004. {
  5005. "name": "Jonathan Araña Cruz",
  5006. "email": "jonhattan@faita.net"
  5007. },
  5008. {
  5009. "name": "Jonathan Hedstrom",
  5010. "email": "jhedstrom@gmail.com"
  5011. },
  5012. {
  5013. "name": "Christopher Gervais",
  5014. "email": "chris@ergonlogic.com"
  5015. },
  5016. {
  5017. "name": "Dave Reid",
  5018. "email": "dave@davereid.net"
  5019. },
  5020. {
  5021. "name": "Damian Lee",
  5022. "email": "damiankloip@googlemail.com"
  5023. }
  5024. ],
  5025. "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.",
  5026. "homepage": "http://www.drush.org",
  5027. "time": "2019-06-30T19:46:39+00:00"
  5028. },
  5029. {
  5030. "name": "easyrdf/easyrdf",
  5031. "version": "0.9.1",
  5032. "source": {
  5033. "type": "git",
  5034. "url": "https://github.com/njh/easyrdf.git",
  5035. "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
  5036. },
  5037. "dist": {
  5038. "type": "zip",
  5039. "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
  5040. "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
  5041. "shasum": ""
  5042. },
  5043. "require": {
  5044. "ext-mbstring": "*",
  5045. "ext-pcre": "*",
  5046. "php": ">=5.2.8"
  5047. },
  5048. "require-dev": {
  5049. "phpunit/phpunit": "~3.5",
  5050. "sami/sami": "~1.4",
  5051. "squizlabs/php_codesniffer": "~1.4.3"
  5052. },
  5053. "suggest": {
  5054. "ml/json-ld": "~1.0"
  5055. },
  5056. "type": "library",
  5057. "autoload": {
  5058. "psr-0": {
  5059. "EasyRdf_": "lib/"
  5060. }
  5061. },
  5062. "notification-url": "https://packagist.org/downloads/",
  5063. "license": [
  5064. "BSD-3-Clause"
  5065. ],
  5066. "authors": [
  5067. {
  5068. "name": "Nicholas Humfrey",
  5069. "email": "njh@aelius.com",
  5070. "homepage": "http://www.aelius.com/njh/",
  5071. "role": "Developer"
  5072. },
  5073. {
  5074. "name": "Alexey Zakhlestin",
  5075. "email": "indeyets@gmail.com",
  5076. "role": "Developer"
  5077. }
  5078. ],
  5079. "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
  5080. "homepage": "http://www.easyrdf.org/",
  5081. "keywords": [
  5082. "Linked Data",
  5083. "RDF",
  5084. "Semantic Web",
  5085. "Turtle",
  5086. "rdfa",
  5087. "sparql"
  5088. ],
  5089. "time": "2015-02-27T09:45:49+00:00"
  5090. },
  5091. {
  5092. "name": "egulias/email-validator",
  5093. "version": "2.1.11",
  5094. "source": {
  5095. "type": "git",
  5096. "url": "https://github.com/egulias/EmailValidator.git",
  5097. "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
  5098. },
  5099. "dist": {
  5100. "type": "zip",
  5101. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
  5102. "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
  5103. "shasum": ""
  5104. },
  5105. "require": {
  5106. "doctrine/lexer": "^1.0.1",
  5107. "php": ">= 5.5"
  5108. },
  5109. "require-dev": {
  5110. "dominicsayers/isemail": "dev-master",
  5111. "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  5112. "satooshi/php-coveralls": "^1.0.1",
  5113. "symfony/phpunit-bridge": "^4.4@dev"
  5114. },
  5115. "suggest": {
  5116. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  5117. },
  5118. "type": "library",
  5119. "extra": {
  5120. "branch-alias": {
  5121. "dev-master": "2.1.x-dev"
  5122. }
  5123. },
  5124. "autoload": {
  5125. "psr-4": {
  5126. "Egulias\\EmailValidator\\": "EmailValidator"
  5127. }
  5128. },
  5129. "notification-url": "https://packagist.org/downloads/",
  5130. "license": [
  5131. "MIT"
  5132. ],
  5133. "authors": [
  5134. {
  5135. "name": "Eduardo Gulias Davis"
  5136. }
  5137. ],
  5138. "description": "A library for validating emails against several RFCs",
  5139. "homepage": "https://github.com/egulias/EmailValidator",
  5140. "keywords": [
  5141. "email",
  5142. "emailvalidation",
  5143. "emailvalidator",
  5144. "validation",
  5145. "validator"
  5146. ],
  5147. "time": "2019-08-13T17:33:27+00:00"
  5148. },
  5149. {
  5150. "name": "grasmash/expander",
  5151. "version": "1.0.0",
  5152. "source": {
  5153. "type": "git",
  5154. "url": "https://github.com/grasmash/expander.git",
  5155. "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
  5156. },
  5157. "dist": {
  5158. "type": "zip",
  5159. "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
  5160. "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
  5161. "shasum": ""
  5162. },
  5163. "require": {
  5164. "dflydev/dot-access-data": "^1.1.0",
  5165. "php": ">=5.4"
  5166. },
  5167. "require-dev": {
  5168. "greg-1-anderson/composer-test-scenarios": "^1",
  5169. "phpunit/phpunit": "^4|^5.5.4",
  5170. "satooshi/php-coveralls": "^1.0.2|dev-master",
  5171. "squizlabs/php_codesniffer": "^2.7"
  5172. },
  5173. "type": "library",
  5174. "extra": {
  5175. "branch-alias": {
  5176. "dev-master": "1.x-dev"
  5177. }
  5178. },
  5179. "autoload": {
  5180. "psr-4": {
  5181. "Grasmash\\Expander\\": "src/"
  5182. }
  5183. },
  5184. "notification-url": "https://packagist.org/downloads/",
  5185. "license": [
  5186. "MIT"
  5187. ],
  5188. "authors": [
  5189. {
  5190. "name": "Matthew Grasmick"
  5191. }
  5192. ],
  5193. "description": "Expands internal property references in PHP arrays file.",
  5194. "time": "2017-12-21T22:14:55+00:00"
  5195. },
  5196. {
  5197. "name": "grasmash/yaml-expander",
  5198. "version": "1.4.0",
  5199. "source": {
  5200. "type": "git",
  5201. "url": "https://github.com/grasmash/yaml-expander.git",
  5202. "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
  5203. },
  5204. "dist": {
  5205. "type": "zip",
  5206. "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
  5207. "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
  5208. "shasum": ""
  5209. },
  5210. "require": {
  5211. "dflydev/dot-access-data": "^1.1.0",
  5212. "php": ">=5.4",
  5213. "symfony/yaml": "^2.8.11|^3|^4"
  5214. },
  5215. "require-dev": {
  5216. "greg-1-anderson/composer-test-scenarios": "^1",
  5217. "phpunit/phpunit": "^4.8|^5.5.4",
  5218. "satooshi/php-coveralls": "^1.0.2|dev-master",
  5219. "squizlabs/php_codesniffer": "^2.7"
  5220. },
  5221. "type": "library",
  5222. "extra": {
  5223. "branch-alias": {
  5224. "dev-master": "1.x-dev"
  5225. }
  5226. },
  5227. "autoload": {
  5228. "psr-4": {
  5229. "Grasmash\\YamlExpander\\": "src/"
  5230. }
  5231. },
  5232. "notification-url": "https://packagist.org/downloads/",
  5233. "license": [
  5234. "MIT"
  5235. ],
  5236. "authors": [
  5237. {
  5238. "name": "Matthew Grasmick"
  5239. }
  5240. ],
  5241. "description": "Expands internal property references in a yaml file.",
  5242. "time": "2017-12-16T16:06:03+00:00"
  5243. },
  5244. {
  5245. "name": "guzzlehttp/guzzle",
  5246. "version": "6.4.1",
  5247. "source": {
  5248. "type": "git",
  5249. "url": "https://github.com/guzzle/guzzle.git",
  5250. "reference": "0895c932405407fd3a7368b6910c09a24d26db11"
  5251. },
  5252. "dist": {
  5253. "type": "zip",
  5254. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11",
  5255. "reference": "0895c932405407fd3a7368b6910c09a24d26db11",
  5256. "shasum": ""
  5257. },
  5258. "require": {
  5259. "ext-json": "*",
  5260. "guzzlehttp/promises": "^1.0",
  5261. "guzzlehttp/psr7": "^1.6.1",
  5262. "php": ">=5.5"
  5263. },
  5264. "require-dev": {
  5265. "ext-curl": "*",
  5266. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  5267. "psr/log": "^1.1"
  5268. },
  5269. "suggest": {
  5270. "psr/log": "Required for using the Log middleware"
  5271. },
  5272. "type": "library",
  5273. "extra": {
  5274. "branch-alias": {
  5275. "dev-master": "6.3-dev"
  5276. }
  5277. },
  5278. "autoload": {
  5279. "psr-4": {
  5280. "GuzzleHttp\\": "src/"
  5281. },
  5282. "files": [
  5283. "src/functions_include.php"
  5284. ]
  5285. },
  5286. "notification-url": "https://packagist.org/downloads/",
  5287. "license": [
  5288. "MIT"
  5289. ],
  5290. "authors": [
  5291. {
  5292. "name": "Michael Dowling",
  5293. "email": "mtdowling@gmail.com",
  5294. "homepage": "https://github.com/mtdowling"
  5295. }
  5296. ],
  5297. "description": "Guzzle is a PHP HTTP client library",
  5298. "homepage": "http://guzzlephp.org/",
  5299. "keywords": [
  5300. "client",
  5301. "curl",
  5302. "framework",
  5303. "http",
  5304. "http client",
  5305. "rest",
  5306. "web service"
  5307. ],
  5308. "time": "2019-10-23T15:58:00+00:00"
  5309. },
  5310. {
  5311. "name": "guzzlehttp/promises",
  5312. "version": "v1.3.1",
  5313. "source": {
  5314. "type": "git",
  5315. "url": "https://github.com/guzzle/promises.git",
  5316. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  5317. },
  5318. "dist": {
  5319. "type": "zip",
  5320. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  5321. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  5322. "shasum": ""
  5323. },
  5324. "require": {
  5325. "php": ">=5.5.0"
  5326. },
  5327. "require-dev": {
  5328. "phpunit/phpunit": "^4.0"
  5329. },
  5330. "type": "library",
  5331. "extra": {
  5332. "branch-alias": {
  5333. "dev-master": "1.4-dev"
  5334. }
  5335. },
  5336. "autoload": {
  5337. "psr-4": {
  5338. "GuzzleHttp\\Promise\\": "src/"
  5339. },
  5340. "files": [
  5341. "src/functions_include.php"
  5342. ]
  5343. },
  5344. "notification-url": "https://packagist.org/downloads/",
  5345. "license": [
  5346. "MIT"
  5347. ],
  5348. "authors": [
  5349. {
  5350. "name": "Michael Dowling",
  5351. "email": "mtdowling@gmail.com",
  5352. "homepage": "https://github.com/mtdowling"
  5353. }
  5354. ],
  5355. "description": "Guzzle promises library",
  5356. "keywords": [
  5357. "promise"
  5358. ],
  5359. "time": "2016-12-20T10:07:11+00:00"
  5360. },
  5361. {
  5362. "name": "guzzlehttp/psr7",
  5363. "version": "1.6.1",
  5364. "source": {
  5365. "type": "git",
  5366. "url": "https://github.com/guzzle/psr7.git",
  5367. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  5368. },
  5369. "dist": {
  5370. "type": "zip",
  5371. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  5372. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  5373. "shasum": ""
  5374. },
  5375. "require": {
  5376. "php": ">=5.4.0",
  5377. "psr/http-message": "~1.0",
  5378. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  5379. },
  5380. "provide": {
  5381. "psr/http-message-implementation": "1.0"
  5382. },
  5383. "require-dev": {
  5384. "ext-zlib": "*",
  5385. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  5386. },
  5387. "suggest": {
  5388. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  5389. },
  5390. "type": "library",
  5391. "extra": {
  5392. "branch-alias": {
  5393. "dev-master": "1.6-dev"
  5394. }
  5395. },
  5396. "autoload": {
  5397. "psr-4": {
  5398. "GuzzleHttp\\Psr7\\": "src/"
  5399. },
  5400. "files": [
  5401. "src/functions_include.php"
  5402. ]
  5403. },
  5404. "notification-url": "https://packagist.org/downloads/",
  5405. "license": [
  5406. "MIT"
  5407. ],
  5408. "authors": [
  5409. {
  5410. "name": "Michael Dowling",
  5411. "email": "mtdowling@gmail.com",
  5412. "homepage": "https://github.com/mtdowling"
  5413. },
  5414. {
  5415. "name": "Tobias Schultze",
  5416. "homepage": "https://github.com/Tobion"
  5417. }
  5418. ],
  5419. "description": "PSR-7 message implementation that also provides common utility methods",
  5420. "keywords": [
  5421. "http",
  5422. "message",
  5423. "psr-7",
  5424. "request",
  5425. "response",
  5426. "stream",
  5427. "uri",
  5428. "url"
  5429. ],
  5430. "time": "2019-07-01T23:21:34+00:00"
  5431. },
  5432. {
  5433. "name": "jakub-onderka/php-console-color",
  5434. "version": "v0.2",
  5435. "source": {
  5436. "type": "git",
  5437. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  5438. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  5439. },
  5440. "dist": {
  5441. "type": "zip",
  5442. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  5443. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  5444. "shasum": ""
  5445. },
  5446. "require": {
  5447. "php": ">=5.4.0"
  5448. },
  5449. "require-dev": {
  5450. "jakub-onderka/php-code-style": "1.0",
  5451. "jakub-onderka/php-parallel-lint": "1.0",
  5452. "jakub-onderka/php-var-dump-check": "0.*",
  5453. "phpunit/phpunit": "~4.3",
  5454. "squizlabs/php_codesniffer": "1.*"
  5455. },
  5456. "type": "library",
  5457. "autoload": {
  5458. "psr-4": {
  5459. "JakubOnderka\\PhpConsoleColor\\": "src/"
  5460. }
  5461. },
  5462. "notification-url": "https://packagist.org/downloads/",
  5463. "license": [
  5464. "BSD-2-Clause"
  5465. ],
  5466. "authors": [
  5467. {
  5468. "name": "Jakub Onderka",
  5469. "email": "jakub.onderka@gmail.com"
  5470. }
  5471. ],
  5472. "time": "2018-09-29T17:23:10+00:00"
  5473. },
  5474. {
  5475. "name": "jakub-onderka/php-console-highlighter",
  5476. "version": "v0.4",
  5477. "source": {
  5478. "type": "git",
  5479. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  5480. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  5481. },
  5482. "dist": {
  5483. "type": "zip",
  5484. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  5485. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  5486. "shasum": ""
  5487. },
  5488. "require": {
  5489. "ext-tokenizer": "*",
  5490. "jakub-onderka/php-console-color": "~0.2",
  5491. "php": ">=5.4.0"
  5492. },
  5493. "require-dev": {
  5494. "jakub-onderka/php-code-style": "~1.0",
  5495. "jakub-onderka/php-parallel-lint": "~1.0",
  5496. "jakub-onderka/php-var-dump-check": "~0.1",
  5497. "phpunit/phpunit": "~4.0",
  5498. "squizlabs/php_codesniffer": "~1.5"
  5499. },
  5500. "type": "library",
  5501. "autoload": {
  5502. "psr-4": {
  5503. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  5504. }
  5505. },
  5506. "notification-url": "https://packagist.org/downloads/",
  5507. "license": [
  5508. "MIT"
  5509. ],
  5510. "authors": [
  5511. {
  5512. "name": "Jakub Onderka",
  5513. "email": "acci@acci.cz",
  5514. "homepage": "http://www.acci.cz/"
  5515. }
  5516. ],
  5517. "description": "Highlight PHP code in terminal",
  5518. "time": "2018-09-29T18:48:56+00:00"
  5519. },
  5520. {
  5521. "name": "league/container",
  5522. "version": "2.4.1",
  5523. "source": {
  5524. "type": "git",
  5525. "url": "https://github.com/thephpleague/container.git",
  5526. "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
  5527. },
  5528. "dist": {
  5529. "type": "zip",
  5530. "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
  5531. "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
  5532. "shasum": ""
  5533. },
  5534. "require": {
  5535. "container-interop/container-interop": "^1.2",
  5536. "php": "^5.4.0 || ^7.0"
  5537. },
  5538. "provide": {
  5539. "container-interop/container-interop-implementation": "^1.2",
  5540. "psr/container-implementation": "^1.0"
  5541. },
  5542. "replace": {
  5543. "orno/di": "~2.0"
  5544. },
  5545. "require-dev": {
  5546. "phpunit/phpunit": "4.*"
  5547. },
  5548. "type": "library",
  5549. "extra": {
  5550. "branch-alias": {
  5551. "dev-2.x": "2.x-dev",
  5552. "dev-1.x": "1.x-dev"
  5553. }
  5554. },
  5555. "autoload": {
  5556. "psr-4": {
  5557. "League\\Container\\": "src"
  5558. }
  5559. },
  5560. "notification-url": "https://packagist.org/downloads/",
  5561. "license": [
  5562. "MIT"
  5563. ],
  5564. "authors": [
  5565. {
  5566. "name": "Phil Bennett",
  5567. "email": "philipobenito@gmail.com",
  5568. "homepage": "http://www.philipobenito.com",
  5569. "role": "Developer"
  5570. }
  5571. ],
  5572. "description": "A fast and intuitive dependency injection container.",
  5573. "homepage": "https://github.com/thephpleague/container",
  5574. "keywords": [
  5575. "container",
  5576. "dependency",
  5577. "di",
  5578. "injection",
  5579. "league",
  5580. "provider",
  5581. "service"
  5582. ],
  5583. "time": "2017-05-10T09:20:27+00:00"
  5584. },
  5585. {
  5586. "name": "masterminds/html5",
  5587. "version": "2.7.0",
  5588. "source": {
  5589. "type": "git",
  5590. "url": "https://github.com/Masterminds/html5-php.git",
  5591. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
  5592. },
  5593. "dist": {
  5594. "type": "zip",
  5595. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
  5596. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
  5597. "shasum": ""
  5598. },
  5599. "require": {
  5600. "ext-ctype": "*",
  5601. "ext-dom": "*",
  5602. "ext-libxml": "*",
  5603. "php": ">=5.3.0"
  5604. },
  5605. "require-dev": {
  5606. "phpunit/phpunit": "^4.8.35",
  5607. "sami/sami": "~2.0",
  5608. "satooshi/php-coveralls": "1.0.*"
  5609. },
  5610. "type": "library",
  5611. "extra": {
  5612. "branch-alias": {
  5613. "dev-master": "2.7-dev"
  5614. }
  5615. },
  5616. "autoload": {
  5617. "psr-4": {
  5618. "Masterminds\\": "src"
  5619. }
  5620. },
  5621. "notification-url": "https://packagist.org/downloads/",
  5622. "license": [
  5623. "MIT"
  5624. ],
  5625. "authors": [
  5626. {
  5627. "name": "Matt Butcher",
  5628. "email": "technosophos@gmail.com"
  5629. },
  5630. {
  5631. "name": "Matt Farina",
  5632. "email": "matt@mattfarina.com"
  5633. },
  5634. {
  5635. "name": "Asmir Mustafic",
  5636. "email": "goetas@gmail.com"
  5637. }
  5638. ],
  5639. "description": "An HTML5 parser and serializer.",
  5640. "homepage": "http://masterminds.github.io/html5-php",
  5641. "keywords": [
  5642. "HTML5",
  5643. "dom",
  5644. "html",
  5645. "parser",
  5646. "querypath",
  5647. "serializer",
  5648. "xml"
  5649. ],
  5650. "time": "2019-07-25T07:03:26+00:00"
  5651. },
  5652. {
  5653. "name": "nikic/php-parser",
  5654. "version": "v4.3.0",
  5655. "source": {
  5656. "type": "git",
  5657. "url": "https://github.com/nikic/PHP-Parser.git",
  5658. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
  5659. },
  5660. "dist": {
  5661. "type": "zip",
  5662. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  5663. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  5664. "shasum": ""
  5665. },
  5666. "require": {
  5667. "ext-tokenizer": "*",
  5668. "php": ">=7.0"
  5669. },
  5670. "require-dev": {
  5671. "ircmaxell/php-yacc": "0.0.5",
  5672. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  5673. },
  5674. "bin": [
  5675. "bin/php-parse"
  5676. ],
  5677. "type": "library",
  5678. "extra": {
  5679. "branch-alias": {
  5680. "dev-master": "4.3-dev"
  5681. }
  5682. },
  5683. "autoload": {
  5684. "psr-4": {
  5685. "PhpParser\\": "lib/PhpParser"
  5686. }
  5687. },
  5688. "notification-url": "https://packagist.org/downloads/",
  5689. "license": [
  5690. "BSD-3-Clause"
  5691. ],
  5692. "authors": [
  5693. {
  5694. "name": "Nikita Popov"
  5695. }
  5696. ],
  5697. "description": "A PHP parser written in PHP",
  5698. "keywords": [
  5699. "parser",
  5700. "php"
  5701. ],
  5702. "time": "2019-11-08T13:50:10+00:00"
  5703. },
  5704. {
  5705. "name": "paragonie/random_compat",
  5706. "version": "v9.99.99",
  5707. "source": {
  5708. "type": "git",
  5709. "url": "https://github.com/paragonie/random_compat.git",
  5710. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  5711. },
  5712. "dist": {
  5713. "type": "zip",
  5714. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  5715. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  5716. "shasum": ""
  5717. },
  5718. "require": {
  5719. "php": "^7"
  5720. },
  5721. "require-dev": {
  5722. "phpunit/phpunit": "4.*|5.*",
  5723. "vimeo/psalm": "^1"
  5724. },
  5725. "suggest": {
  5726. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  5727. },
  5728. "type": "library",
  5729. "notification-url": "https://packagist.org/downloads/",
  5730. "license": [
  5731. "MIT"
  5732. ],
  5733. "authors": [
  5734. {
  5735. "name": "Paragon Initiative Enterprises",
  5736. "email": "security@paragonie.com",
  5737. "homepage": "https://paragonie.com"
  5738. }
  5739. ],
  5740. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  5741. "keywords": [
  5742. "csprng",
  5743. "polyfill",
  5744. "pseudorandom",
  5745. "random"
  5746. ],
  5747. "time": "2018-07-02T15:55:56+00:00"
  5748. },
  5749. {
  5750. "name": "pear/archive_tar",
  5751. "version": "1.4.8",
  5752. "source": {
  5753. "type": "git",
  5754. "url": "https://github.com/pear/Archive_Tar.git",
  5755. "reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5"
  5756. },
  5757. "dist": {
  5758. "type": "zip",
  5759. "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
  5760. "reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
  5761. "shasum": ""
  5762. },
  5763. "require": {
  5764. "pear/pear-core-minimal": "^1.10.0alpha2",
  5765. "php": ">=5.2.0"
  5766. },
  5767. "require-dev": {
  5768. "phpunit/phpunit": "*"
  5769. },
  5770. "suggest": {
  5771. "ext-bz2": "Bz2 compression support.",
  5772. "ext-xz": "Lzma2 compression support.",
  5773. "ext-zlib": "Gzip compression support."
  5774. },
  5775. "type": "library",
  5776. "extra": {
  5777. "branch-alias": {
  5778. "dev-master": "1.4.x-dev"
  5779. }
  5780. },
  5781. "autoload": {
  5782. "psr-0": {
  5783. "Archive_Tar": ""
  5784. }
  5785. },
  5786. "notification-url": "https://packagist.org/downloads/",
  5787. "include-path": [
  5788. "./"
  5789. ],
  5790. "license": [
  5791. "BSD-3-Clause"
  5792. ],
  5793. "authors": [
  5794. {
  5795. "name": "Vincent Blavet",
  5796. "email": "vincent@phpconcept.net"
  5797. },
  5798. {
  5799. "name": "Greg Beaver",
  5800. "email": "greg@chiaraquartet.net"
  5801. },
  5802. {
  5803. "name": "Michiel Rook",
  5804. "email": "mrook@php.net"
  5805. }
  5806. ],
  5807. "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
  5808. "homepage": "https://github.com/pear/Archive_Tar",
  5809. "keywords": [
  5810. "archive",
  5811. "tar"
  5812. ],
  5813. "time": "2019-10-21T13:31:24+00:00"
  5814. },
  5815. {
  5816. "name": "pear/console_getopt",
  5817. "version": "v1.4.2",
  5818. "source": {
  5819. "type": "git",
  5820. "url": "https://github.com/pear/Console_Getopt.git",
  5821. "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
  5822. },
  5823. "dist": {
  5824. "type": "zip",
  5825. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
  5826. "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
  5827. "shasum": ""
  5828. },
  5829. "type": "library",
  5830. "autoload": {
  5831. "psr-0": {
  5832. "Console": "./"
  5833. }
  5834. },
  5835. "notification-url": "https://packagist.org/downloads/",
  5836. "include-path": [
  5837. "./"
  5838. ],
  5839. "license": [
  5840. "BSD-2-Clause"
  5841. ],
  5842. "authors": [
  5843. {
  5844. "name": "Greg Beaver",
  5845. "email": "cellog@php.net",
  5846. "role": "Helper"
  5847. },
  5848. {
  5849. "name": "Andrei Zmievski",
  5850. "email": "andrei@php.net",
  5851. "role": "Lead"
  5852. },
  5853. {
  5854. "name": "Stig Bakken",
  5855. "email": "stig@php.net",
  5856. "role": "Developer"
  5857. }
  5858. ],
  5859. "description": "More info available on: http://pear.php.net/package/Console_Getopt",
  5860. "time": "2019-02-06T16:52:33+00:00"
  5861. },
  5862. {
  5863. "name": "pear/pear-core-minimal",
  5864. "version": "v1.10.9",
  5865. "source": {
  5866. "type": "git",
  5867. "url": "https://github.com/pear/pear-core-minimal.git",
  5868. "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f"
  5869. },
  5870. "dist": {
  5871. "type": "zip",
  5872. "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f",
  5873. "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f",
  5874. "shasum": ""
  5875. },
  5876. "require": {
  5877. "pear/console_getopt": "~1.4",
  5878. "pear/pear_exception": "~1.0"
  5879. },
  5880. "replace": {
  5881. "rsky/pear-core-min": "self.version"
  5882. },
  5883. "type": "library",
  5884. "autoload": {
  5885. "psr-0": {
  5886. "": "src/"
  5887. }
  5888. },
  5889. "notification-url": "https://packagist.org/downloads/",
  5890. "include-path": [
  5891. "src/"
  5892. ],
  5893. "license": [
  5894. "BSD-3-Clause"
  5895. ],
  5896. "authors": [
  5897. {
  5898. "name": "Christian Weiske",
  5899. "email": "cweiske@php.net",
  5900. "role": "Lead"
  5901. }
  5902. ],
  5903. "description": "Minimal set of PEAR core files to be used as composer dependency",
  5904. "time": "2019-03-13T18:15:44+00:00"
  5905. },
  5906. {
  5907. "name": "pear/pear_exception",
  5908. "version": "v1.0.0",
  5909. "source": {
  5910. "type": "git",
  5911. "url": "https://github.com/pear/PEAR_Exception.git",
  5912. "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
  5913. },
  5914. "dist": {
  5915. "type": "zip",
  5916. "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
  5917. "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
  5918. "shasum": ""
  5919. },
  5920. "require": {
  5921. "php": ">=4.4.0"
  5922. },
  5923. "require-dev": {
  5924. "phpunit/phpunit": "*"
  5925. },
  5926. "type": "class",
  5927. "extra": {
  5928. "branch-alias": {
  5929. "dev-master": "1.0.x-dev"
  5930. }
  5931. },
  5932. "autoload": {
  5933. "psr-0": {
  5934. "PEAR": ""
  5935. }
  5936. },
  5937. "notification-url": "https://packagist.org/downloads/",
  5938. "include-path": [
  5939. "."
  5940. ],
  5941. "license": [
  5942. "BSD-2-Clause"
  5943. ],
  5944. "authors": [
  5945. {
  5946. "name": "Helgi Thormar",
  5947. "email": "dufuz@php.net"
  5948. },
  5949. {
  5950. "name": "Greg Beaver",
  5951. "email": "cellog@php.net"
  5952. }
  5953. ],
  5954. "description": "The PEAR Exception base class.",
  5955. "homepage": "https://github.com/pear/PEAR_Exception",
  5956. "keywords": [
  5957. "exception"
  5958. ],
  5959. "time": "2015-02-10T20:07:52+00:00"
  5960. },
  5961. {
  5962. "name": "psr/container",
  5963. "version": "1.0.0",
  5964. "source": {
  5965. "type": "git",
  5966. "url": "https://github.com/php-fig/container.git",
  5967. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  5968. },
  5969. "dist": {
  5970. "type": "zip",
  5971. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  5972. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  5973. "shasum": ""
  5974. },
  5975. "require": {
  5976. "php": ">=5.3.0"
  5977. },
  5978. "type": "library",
  5979. "extra": {
  5980. "branch-alias": {
  5981. "dev-master": "1.0.x-dev"
  5982. }
  5983. },
  5984. "autoload": {
  5985. "psr-4": {
  5986. "Psr\\Container\\": "src/"
  5987. }
  5988. },
  5989. "notification-url": "https://packagist.org/downloads/",
  5990. "license": [
  5991. "MIT"
  5992. ],
  5993. "authors": [
  5994. {
  5995. "name": "PHP-FIG",
  5996. "homepage": "http://www.php-fig.org/"
  5997. }
  5998. ],
  5999. "description": "Common Container Interface (PHP FIG PSR-11)",
  6000. "homepage": "https://github.com/php-fig/container",
  6001. "keywords": [
  6002. "PSR-11",
  6003. "container",
  6004. "container-interface",
  6005. "container-interop",
  6006. "psr"
  6007. ],
  6008. "time": "2017-02-14T16:28:37+00:00"
  6009. },
  6010. {
  6011. "name": "psr/http-message",
  6012. "version": "1.0.1",
  6013. "source": {
  6014. "type": "git",
  6015. "url": "https://github.com/php-fig/http-message.git",
  6016. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  6017. },
  6018. "dist": {
  6019. "type": "zip",
  6020. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  6021. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  6022. "shasum": ""
  6023. },
  6024. "require": {
  6025. "php": ">=5.3.0"
  6026. },
  6027. "type": "library",
  6028. "extra": {
  6029. "branch-alias": {
  6030. "dev-master": "1.0.x-dev"
  6031. }
  6032. },
  6033. "autoload": {
  6034. "psr-4": {
  6035. "Psr\\Http\\Message\\": "src/"
  6036. }
  6037. },
  6038. "notification-url": "https://packagist.org/downloads/",
  6039. "license": [
  6040. "MIT"
  6041. ],
  6042. "authors": [
  6043. {
  6044. "name": "PHP-FIG",
  6045. "homepage": "http://www.php-fig.org/"
  6046. }
  6047. ],
  6048. "description": "Common interface for HTTP messages",
  6049. "homepage": "https://github.com/php-fig/http-message",
  6050. "keywords": [
  6051. "http",
  6052. "http-message",
  6053. "psr",
  6054. "psr-7",
  6055. "request",
  6056. "response"
  6057. ],
  6058. "time": "2016-08-06T14:39:51+00:00"
  6059. },
  6060. {
  6061. "name": "psr/log",
  6062. "version": "1.1.2",
  6063. "source": {
  6064. "type": "git",
  6065. "url": "https://github.com/php-fig/log.git",
  6066. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  6067. },
  6068. "dist": {
  6069. "type": "zip",
  6070. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  6071. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  6072. "shasum": ""
  6073. },
  6074. "require": {
  6075. "php": ">=5.3.0"
  6076. },
  6077. "type": "library",
  6078. "extra": {
  6079. "branch-alias": {
  6080. "dev-master": "1.1.x-dev"
  6081. }
  6082. },
  6083. "autoload": {
  6084. "psr-4": {
  6085. "Psr\\Log\\": "Psr/Log/"
  6086. }
  6087. },
  6088. "notification-url": "https://packagist.org/downloads/",
  6089. "license": [
  6090. "MIT"
  6091. ],
  6092. "authors": [
  6093. {
  6094. "name": "PHP-FIG",
  6095. "homepage": "http://www.php-fig.org/"
  6096. }
  6097. ],
  6098. "description": "Common interface for logging libraries",
  6099. "homepage": "https://github.com/php-fig/log",
  6100. "keywords": [
  6101. "log",
  6102. "psr",
  6103. "psr-3"
  6104. ],
  6105. "time": "2019-11-01T11:05:21+00:00"
  6106. },
  6107. {
  6108. "name": "psy/psysh",
  6109. "version": "v0.9.9",
  6110. "source": {
  6111. "type": "git",
  6112. "url": "https://github.com/bobthecow/psysh.git",
  6113. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
  6114. },
  6115. "dist": {
  6116. "type": "zip",
  6117. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  6118. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  6119. "shasum": ""
  6120. },
  6121. "require": {
  6122. "dnoegel/php-xdg-base-dir": "0.1",
  6123. "ext-json": "*",
  6124. "ext-tokenizer": "*",
  6125. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  6126. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  6127. "php": ">=5.4.0",
  6128. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  6129. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  6130. },
  6131. "require-dev": {
  6132. "bamarni/composer-bin-plugin": "^1.2",
  6133. "hoa/console": "~2.15|~3.16",
  6134. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  6135. },
  6136. "suggest": {
  6137. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  6138. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  6139. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  6140. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  6141. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  6142. },
  6143. "bin": [
  6144. "bin/psysh"
  6145. ],
  6146. "type": "library",
  6147. "extra": {
  6148. "branch-alias": {
  6149. "dev-develop": "0.9.x-dev"
  6150. }
  6151. },
  6152. "autoload": {
  6153. "files": [
  6154. "src/functions.php"
  6155. ],
  6156. "psr-4": {
  6157. "Psy\\": "src/"
  6158. }
  6159. },
  6160. "notification-url": "https://packagist.org/downloads/",
  6161. "license": [
  6162. "MIT"
  6163. ],
  6164. "authors": [
  6165. {
  6166. "name": "Justin Hileman",
  6167. "email": "justin@justinhileman.info",
  6168. "homepage": "http://justinhileman.com"
  6169. }
  6170. ],
  6171. "description": "An interactive shell for modern PHP.",
  6172. "homepage": "http://psysh.org",
  6173. "keywords": [
  6174. "REPL",
  6175. "console",
  6176. "interactive",
  6177. "shell"
  6178. ],
  6179. "time": "2018-10-13T15:16:03+00:00"
  6180. },
  6181. {
  6182. "name": "ralouphie/getallheaders",
  6183. "version": "3.0.3",
  6184. "source": {
  6185. "type": "git",
  6186. "url": "https://github.com/ralouphie/getallheaders.git",
  6187. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  6188. },
  6189. "dist": {
  6190. "type": "zip",
  6191. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  6192. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  6193. "shasum": ""
  6194. },
  6195. "require": {
  6196. "php": ">=5.6"
  6197. },
  6198. "require-dev": {
  6199. "php-coveralls/php-coveralls": "^2.1",
  6200. "phpunit/phpunit": "^5 || ^6.5"
  6201. },
  6202. "type": "library",
  6203. "autoload": {
  6204. "files": [
  6205. "src/getallheaders.php"
  6206. ]
  6207. },
  6208. "notification-url": "https://packagist.org/downloads/",
  6209. "license": [
  6210. "MIT"
  6211. ],
  6212. "authors": [
  6213. {
  6214. "name": "Ralph Khattar",
  6215. "email": "ralph.khattar@gmail.com"
  6216. }
  6217. ],
  6218. "description": "A polyfill for getallheaders.",
  6219. "time": "2019-03-08T08:55:37+00:00"
  6220. },
  6221. {
  6222. "name": "stack/builder",
  6223. "version": "v1.0.5",
  6224. "source": {
  6225. "type": "git",
  6226. "url": "https://github.com/stackphp/builder.git",
  6227. "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
  6228. },
  6229. "dist": {
  6230. "type": "zip",
  6231. "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
  6232. "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
  6233. "shasum": ""
  6234. },
  6235. "require": {
  6236. "php": ">=5.3.0",
  6237. "symfony/http-foundation": "~2.1|~3.0|~4.0",
  6238. "symfony/http-kernel": "~2.1|~3.0|~4.0"
  6239. },
  6240. "require-dev": {
  6241. "silex/silex": "~1.0"
  6242. },
  6243. "type": "library",
  6244. "extra": {
  6245. "branch-alias": {
  6246. "dev-master": "1.0-dev"
  6247. }
  6248. },
  6249. "autoload": {
  6250. "psr-0": {
  6251. "Stack": "src"
  6252. }
  6253. },
  6254. "notification-url": "https://packagist.org/downloads/",
  6255. "license": [
  6256. "MIT"
  6257. ],
  6258. "authors": [
  6259. {
  6260. "name": "Igor Wiedler",
  6261. "email": "igor@wiedler.ch"
  6262. }
  6263. ],
  6264. "description": "Builder for stack middlewares based on HttpKernelInterface.",
  6265. "keywords": [
  6266. "stack"
  6267. ],
  6268. "time": "2017-11-18T14:57:29+00:00"
  6269. },
  6270. {
  6271. "name": "stecman/symfony-console-completion",
  6272. "version": "0.10.1",
  6273. "source": {
  6274. "type": "git",
  6275. "url": "https://github.com/stecman/symfony-console-completion.git",
  6276. "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8"
  6277. },
  6278. "dist": {
  6279. "type": "zip",
  6280. "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/7bfa9b93e216896419f2f8de659935d7e04fecd8",
  6281. "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8",
  6282. "shasum": ""
  6283. },
  6284. "require": {
  6285. "php": ">=5.3.2",
  6286. "symfony/console": "~2.3 || ~3.0 || ~4.0"
  6287. },
  6288. "require-dev": {
  6289. "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
  6290. },
  6291. "type": "library",
  6292. "extra": {
  6293. "branch-alias": {
  6294. "dev-master": "0.10.x-dev"
  6295. }
  6296. },
  6297. "autoload": {
  6298. "psr-4": {
  6299. "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
  6300. }
  6301. },
  6302. "notification-url": "https://packagist.org/downloads/",
  6303. "license": [
  6304. "MIT"
  6305. ],
  6306. "authors": [
  6307. {
  6308. "name": "Stephen Holdaway",
  6309. "email": "stephen@stecman.co.nz"
  6310. }
  6311. ],
  6312. "description": "Automatic BASH completion for Symfony Console Component based applications.",
  6313. "time": "2019-04-29T03:20:18+00:00"
  6314. },
  6315. {
  6316. "name": "symfony-cmf/routing",
  6317. "version": "1.4.1",
  6318. "source": {
  6319. "type": "git",
  6320. "url": "https://github.com/symfony-cmf/routing.git",
  6321. "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
  6322. },
  6323. "dist": {
  6324. "type": "zip",
  6325. "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
  6326. "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
  6327. "shasum": ""
  6328. },
  6329. "require": {
  6330. "php": "^5.3.9|^7.0",
  6331. "psr/log": "1.*",
  6332. "symfony/http-kernel": "^2.2|3.*",
  6333. "symfony/routing": "^2.2|3.*"
  6334. },
  6335. "require-dev": {
  6336. "friendsofsymfony/jsrouting-bundle": "^1.1",
  6337. "symfony-cmf/testing": "^1.3",
  6338. "symfony/config": "^2.2|3.*",
  6339. "symfony/dependency-injection": "^2.0.5|3.*",
  6340. "symfony/event-dispatcher": "^2.1|3.*"
  6341. },
  6342. "suggest": {
  6343. "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
  6344. },
  6345. "type": "library",
  6346. "extra": {
  6347. "branch-alias": {
  6348. "dev-master": "1.4-dev"
  6349. }
  6350. },
  6351. "autoload": {
  6352. "psr-4": {
  6353. "Symfony\\Cmf\\Component\\Routing\\": ""
  6354. }
  6355. },
  6356. "notification-url": "https://packagist.org/downloads/",
  6357. "license": [
  6358. "MIT"
  6359. ],
  6360. "authors": [
  6361. {
  6362. "name": "Symfony CMF Community",
  6363. "homepage": "https://github.com/symfony-cmf/Routing/contributors"
  6364. }
  6365. ],
  6366. "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
  6367. "homepage": "http://cmf.symfony.com",
  6368. "keywords": [
  6369. "database",
  6370. "routing"
  6371. ],
  6372. "time": "2017-05-09T08:10:41+00:00"
  6373. },
  6374. {
  6375. "name": "symfony/class-loader",
  6376. "version": "v3.4.35",
  6377. "source": {
  6378. "type": "git",
  6379. "url": "https://github.com/symfony/class-loader.git",
  6380. "reference": "e212b06996819a2bce026a63da03b7182d05a690"
  6381. },
  6382. "dist": {
  6383. "type": "zip",
  6384. "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690",
  6385. "reference": "e212b06996819a2bce026a63da03b7182d05a690",
  6386. "shasum": ""
  6387. },
  6388. "require": {
  6389. "php": "^5.5.9|>=7.0.8"
  6390. },
  6391. "require-dev": {
  6392. "symfony/finder": "~2.8|~3.0|~4.0",
  6393. "symfony/polyfill-apcu": "~1.1"
  6394. },
  6395. "suggest": {
  6396. "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
  6397. },
  6398. "type": "library",
  6399. "extra": {
  6400. "branch-alias": {
  6401. "dev-master": "3.4-dev"
  6402. }
  6403. },
  6404. "autoload": {
  6405. "psr-4": {
  6406. "Symfony\\Component\\ClassLoader\\": ""
  6407. },
  6408. "exclude-from-classmap": [
  6409. "/Tests/"
  6410. ]
  6411. },
  6412. "notification-url": "https://packagist.org/downloads/",
  6413. "license": [
  6414. "MIT"
  6415. ],
  6416. "authors": [
  6417. {
  6418. "name": "Fabien Potencier",
  6419. "email": "fabien@symfony.com"
  6420. },
  6421. {
  6422. "name": "Symfony Community",
  6423. "homepage": "https://symfony.com/contributors"
  6424. }
  6425. ],
  6426. "description": "Symfony ClassLoader Component",
  6427. "homepage": "https://symfony.com",
  6428. "time": "2019-08-20T13:31:17+00:00"
  6429. },
  6430. {
  6431. "name": "symfony/config",
  6432. "version": "v3.4.35",
  6433. "source": {
  6434. "type": "git",
  6435. "url": "https://github.com/symfony/config.git",
  6436. "reference": "c3a30587de97263d2813a3c81b74126c58b67a4f"
  6437. },
  6438. "dist": {
  6439. "type": "zip",
  6440. "url": "https://api.github.com/repos/symfony/config/zipball/c3a30587de97263d2813a3c81b74126c58b67a4f",
  6441. "reference": "c3a30587de97263d2813a3c81b74126c58b67a4f",
  6442. "shasum": ""
  6443. },
  6444. "require": {
  6445. "php": "^5.5.9|>=7.0.8",
  6446. "symfony/filesystem": "~2.8|~3.0|~4.0",
  6447. "symfony/polyfill-ctype": "~1.8"
  6448. },
  6449. "conflict": {
  6450. "symfony/dependency-injection": "<3.3",
  6451. "symfony/finder": "<3.3"
  6452. },
  6453. "require-dev": {
  6454. "symfony/dependency-injection": "~3.3|~4.0",
  6455. "symfony/event-dispatcher": "~3.3|~4.0",
  6456. "symfony/finder": "~3.3|~4.0",
  6457. "symfony/yaml": "~3.0|~4.0"
  6458. },
  6459. "suggest": {
  6460. "symfony/yaml": "To use the yaml reference dumper"
  6461. },
  6462. "type": "library",
  6463. "extra": {
  6464. "branch-alias": {
  6465. "dev-master": "3.4-dev"
  6466. }
  6467. },
  6468. "autoload": {
  6469. "psr-4": {
  6470. "Symfony\\Component\\Config\\": ""
  6471. },
  6472. "exclude-from-classmap": [
  6473. "/Tests/"
  6474. ]
  6475. },
  6476. "notification-url": "https://packagist.org/downloads/",
  6477. "license": [
  6478. "MIT"
  6479. ],
  6480. "authors": [
  6481. {
  6482. "name": "Fabien Potencier",
  6483. "email": "fabien@symfony.com"
  6484. },
  6485. {
  6486. "name": "Symfony Community",
  6487. "homepage": "https://symfony.com/contributors"
  6488. }
  6489. ],
  6490. "description": "Symfony Config Component",
  6491. "homepage": "https://symfony.com",
  6492. "time": "2019-11-08T08:28:59+00:00"
  6493. },
  6494. {
  6495. "name": "symfony/console",
  6496. "version": "v3.4.35",
  6497. "source": {
  6498. "type": "git",
  6499. "url": "https://github.com/symfony/console.git",
  6500. "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7"
  6501. },
  6502. "dist": {
  6503. "type": "zip",
  6504. "url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7",
  6505. "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7",
  6506. "shasum": ""
  6507. },
  6508. "require": {
  6509. "php": "^5.5.9|>=7.0.8",
  6510. "symfony/debug": "~2.8|~3.0|~4.0",
  6511. "symfony/polyfill-mbstring": "~1.0"
  6512. },
  6513. "conflict": {
  6514. "symfony/dependency-injection": "<3.4",
  6515. "symfony/process": "<3.3"
  6516. },
  6517. "provide": {
  6518. "psr/log-implementation": "1.0"
  6519. },
  6520. "require-dev": {
  6521. "psr/log": "~1.0",
  6522. "symfony/config": "~3.3|~4.0",
  6523. "symfony/dependency-injection": "~3.4|~4.0",
  6524. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  6525. "symfony/lock": "~3.4|~4.0",
  6526. "symfony/process": "~3.3|~4.0"
  6527. },
  6528. "suggest": {
  6529. "psr/log": "For using the console logger",
  6530. "symfony/event-dispatcher": "",
  6531. "symfony/lock": "",
  6532. "symfony/process": ""
  6533. },
  6534. "type": "library",
  6535. "extra": {
  6536. "branch-alias": {
  6537. "dev-master": "3.4-dev"
  6538. }
  6539. },
  6540. "autoload": {
  6541. "psr-4": {
  6542. "Symfony\\Component\\Console\\": ""
  6543. },
  6544. "exclude-from-classmap": [
  6545. "/Tests/"
  6546. ]
  6547. },
  6548. "notification-url": "https://packagist.org/downloads/",
  6549. "license": [
  6550. "MIT"
  6551. ],
  6552. "authors": [
  6553. {
  6554. "name": "Fabien Potencier",
  6555. "email": "fabien@symfony.com"
  6556. },
  6557. {
  6558. "name": "Symfony Community",
  6559. "homepage": "https://symfony.com/contributors"
  6560. }
  6561. ],
  6562. "description": "Symfony Console Component",
  6563. "homepage": "https://symfony.com",
  6564. "time": "2019-11-13T07:12:39+00:00"
  6565. },
  6566. {
  6567. "name": "symfony/css-selector",
  6568. "version": "v3.4.35",
  6569. "source": {
  6570. "type": "git",
  6571. "url": "https://github.com/symfony/css-selector.git",
  6572. "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f"
  6573. },
  6574. "dist": {
  6575. "type": "zip",
  6576. "url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
  6577. "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
  6578. "shasum": ""
  6579. },
  6580. "require": {
  6581. "php": "^5.5.9|>=7.0.8"
  6582. },
  6583. "type": "library",
  6584. "extra": {
  6585. "branch-alias": {
  6586. "dev-master": "3.4-dev"
  6587. }
  6588. },
  6589. "autoload": {
  6590. "psr-4": {
  6591. "Symfony\\Component\\CssSelector\\": ""
  6592. },
  6593. "exclude-from-classmap": [
  6594. "/Tests/"
  6595. ]
  6596. },
  6597. "notification-url": "https://packagist.org/downloads/",
  6598. "license": [
  6599. "MIT"
  6600. ],
  6601. "authors": [
  6602. {
  6603. "name": "Fabien Potencier",
  6604. "email": "fabien@symfony.com"
  6605. },
  6606. {
  6607. "name": "Jean-François Simon",
  6608. "email": "jeanfrancois.simon@sensiolabs.com"
  6609. },
  6610. {
  6611. "name": "Symfony Community",
  6612. "homepage": "https://symfony.com/contributors"
  6613. }
  6614. ],
  6615. "description": "Symfony CssSelector Component",
  6616. "homepage": "https://symfony.com",
  6617. "time": "2019-10-01T11:57:37+00:00"
  6618. },
  6619. {
  6620. "name": "symfony/debug",
  6621. "version": "v3.4.35",
  6622. "source": {
  6623. "type": "git",
  6624. "url": "https://github.com/symfony/debug.git",
  6625. "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086"
  6626. },
  6627. "dist": {
  6628. "type": "zip",
  6629. "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086",
  6630. "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086",
  6631. "shasum": ""
  6632. },
  6633. "require": {
  6634. "php": "^5.5.9|>=7.0.8",
  6635. "psr/log": "~1.0"
  6636. },
  6637. "conflict": {
  6638. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  6639. },
  6640. "require-dev": {
  6641. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  6642. },
  6643. "type": "library",
  6644. "extra": {
  6645. "branch-alias": {
  6646. "dev-master": "3.4-dev"
  6647. }
  6648. },
  6649. "autoload": {
  6650. "psr-4": {
  6651. "Symfony\\Component\\Debug\\": ""
  6652. },
  6653. "exclude-from-classmap": [
  6654. "/Tests/"
  6655. ]
  6656. },
  6657. "notification-url": "https://packagist.org/downloads/",
  6658. "license": [
  6659. "MIT"
  6660. ],
  6661. "authors": [
  6662. {
  6663. "name": "Fabien Potencier",
  6664. "email": "fabien@symfony.com"
  6665. },
  6666. {
  6667. "name": "Symfony Community",
  6668. "homepage": "https://symfony.com/contributors"
  6669. }
  6670. ],
  6671. "description": "Symfony Debug Component",
  6672. "homepage": "https://symfony.com",
  6673. "time": "2019-10-24T15:33:53+00:00"
  6674. },
  6675. {
  6676. "name": "symfony/dependency-injection",
  6677. "version": "v3.4.35",
  6678. "source": {
  6679. "type": "git",
  6680. "url": "https://github.com/symfony/dependency-injection.git",
  6681. "reference": "0ea4d39ca82409a25a43b61ce828048a90000920"
  6682. },
  6683. "dist": {
  6684. "type": "zip",
  6685. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920",
  6686. "reference": "0ea4d39ca82409a25a43b61ce828048a90000920",
  6687. "shasum": ""
  6688. },
  6689. "require": {
  6690. "php": "^5.5.9|>=7.0.8",
  6691. "psr/container": "^1.0"
  6692. },
  6693. "conflict": {
  6694. "symfony/config": "<3.3.7",
  6695. "symfony/finder": "<3.3",
  6696. "symfony/proxy-manager-bridge": "<3.4",
  6697. "symfony/yaml": "<3.4"
  6698. },
  6699. "provide": {
  6700. "psr/container-implementation": "1.0"
  6701. },
  6702. "require-dev": {
  6703. "symfony/config": "~3.3|~4.0",
  6704. "symfony/expression-language": "~2.8|~3.0|~4.0",
  6705. "symfony/yaml": "~3.4|~4.0"
  6706. },
  6707. "suggest": {
  6708. "symfony/config": "",
  6709. "symfony/expression-language": "For using expressions in service container configuration",
  6710. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  6711. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  6712. "symfony/yaml": ""
  6713. },
  6714. "type": "library",
  6715. "extra": {
  6716. "branch-alias": {
  6717. "dev-master": "3.4-dev"
  6718. }
  6719. },
  6720. "autoload": {
  6721. "psr-4": {
  6722. "Symfony\\Component\\DependencyInjection\\": ""
  6723. },
  6724. "exclude-from-classmap": [
  6725. "/Tests/"
  6726. ]
  6727. },
  6728. "notification-url": "https://packagist.org/downloads/",
  6729. "license": [
  6730. "MIT"
  6731. ],
  6732. "authors": [
  6733. {
  6734. "name": "Fabien Potencier",
  6735. "email": "fabien@symfony.com"
  6736. },
  6737. {
  6738. "name": "Symfony Community",
  6739. "homepage": "https://symfony.com/contributors"
  6740. }
  6741. ],
  6742. "description": "Symfony DependencyInjection Component",
  6743. "homepage": "https://symfony.com",
  6744. "time": "2019-11-08T16:18:30+00:00"
  6745. },
  6746. {
  6747. "name": "symfony/dom-crawler",
  6748. "version": "v3.4.35",
  6749. "source": {
  6750. "type": "git",
  6751. "url": "https://github.com/symfony/dom-crawler.git",
  6752. "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3"
  6753. },
  6754. "dist": {
  6755. "type": "zip",
  6756. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
  6757. "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
  6758. "shasum": ""
  6759. },
  6760. "require": {
  6761. "php": "^5.5.9|>=7.0.8",
  6762. "symfony/polyfill-ctype": "~1.8",
  6763. "symfony/polyfill-mbstring": "~1.0"
  6764. },
  6765. "require-dev": {
  6766. "symfony/css-selector": "~2.8|~3.0|~4.0"
  6767. },
  6768. "suggest": {
  6769. "symfony/css-selector": ""
  6770. },
  6771. "type": "library",
  6772. "extra": {
  6773. "branch-alias": {
  6774. "dev-master": "3.4-dev"
  6775. }
  6776. },
  6777. "autoload": {
  6778. "psr-4": {
  6779. "Symfony\\Component\\DomCrawler\\": ""
  6780. },
  6781. "exclude-from-classmap": [
  6782. "/Tests/"
  6783. ]
  6784. },
  6785. "notification-url": "https://packagist.org/downloads/",
  6786. "license": [
  6787. "MIT"
  6788. ],
  6789. "authors": [
  6790. {
  6791. "name": "Fabien Potencier",
  6792. "email": "fabien@symfony.com"
  6793. },
  6794. {
  6795. "name": "Symfony Community",
  6796. "homepage": "https://symfony.com/contributors"
  6797. }
  6798. ],
  6799. "description": "Symfony DomCrawler Component",
  6800. "homepage": "https://symfony.com",
  6801. "time": "2019-10-24T15:33:53+00:00"
  6802. },
  6803. {
  6804. "name": "symfony/event-dispatcher",
  6805. "version": "v3.4.35",
  6806. "source": {
  6807. "type": "git",
  6808. "url": "https://github.com/symfony/event-dispatcher.git",
  6809. "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
  6810. },
  6811. "dist": {
  6812. "type": "zip",
  6813. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
  6814. "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
  6815. "shasum": ""
  6816. },
  6817. "require": {
  6818. "php": "^5.5.9|>=7.0.8"
  6819. },
  6820. "conflict": {
  6821. "symfony/dependency-injection": "<3.3"
  6822. },
  6823. "require-dev": {
  6824. "psr/log": "~1.0",
  6825. "symfony/config": "~2.8|~3.0|~4.0",
  6826. "symfony/dependency-injection": "~3.3|~4.0",
  6827. "symfony/expression-language": "~2.8|~3.0|~4.0",
  6828. "symfony/stopwatch": "~2.8|~3.0|~4.0"
  6829. },
  6830. "suggest": {
  6831. "symfony/dependency-injection": "",
  6832. "symfony/http-kernel": ""
  6833. },
  6834. "type": "library",
  6835. "extra": {
  6836. "branch-alias": {
  6837. "dev-master": "3.4-dev"
  6838. }
  6839. },
  6840. "autoload": {
  6841. "psr-4": {
  6842. "Symfony\\Component\\EventDispatcher\\": ""
  6843. },
  6844. "exclude-from-classmap": [
  6845. "/Tests/"
  6846. ]
  6847. },
  6848. "notification-url": "https://packagist.org/downloads/",
  6849. "license": [
  6850. "MIT"
  6851. ],
  6852. "authors": [
  6853. {
  6854. "name": "Fabien Potencier",
  6855. "email": "fabien@symfony.com"
  6856. },
  6857. {
  6858. "name": "Symfony Community",
  6859. "homepage": "https://symfony.com/contributors"
  6860. }
  6861. ],
  6862. "description": "Symfony EventDispatcher Component",
  6863. "homepage": "https://symfony.com",
  6864. "time": "2019-10-24T15:33:53+00:00"
  6865. },
  6866. {
  6867. "name": "symfony/filesystem",
  6868. "version": "v3.4.35",
  6869. "source": {
  6870. "type": "git",
  6871. "url": "https://github.com/symfony/filesystem.git",
  6872. "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516"
  6873. },
  6874. "dist": {
  6875. "type": "zip",
  6876. "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
  6877. "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
  6878. "shasum": ""
  6879. },
  6880. "require": {
  6881. "php": "^5.5.9|>=7.0.8",
  6882. "symfony/polyfill-ctype": "~1.8"
  6883. },
  6884. "type": "library",
  6885. "extra": {
  6886. "branch-alias": {
  6887. "dev-master": "3.4-dev"
  6888. }
  6889. },
  6890. "autoload": {
  6891. "psr-4": {
  6892. "Symfony\\Component\\Filesystem\\": ""
  6893. },
  6894. "exclude-from-classmap": [
  6895. "/Tests/"
  6896. ]
  6897. },
  6898. "notification-url": "https://packagist.org/downloads/",
  6899. "license": [
  6900. "MIT"
  6901. ],
  6902. "authors": [
  6903. {
  6904. "name": "Fabien Potencier",
  6905. "email": "fabien@symfony.com"
  6906. },
  6907. {
  6908. "name": "Symfony Community",
  6909. "homepage": "https://symfony.com/contributors"
  6910. }
  6911. ],
  6912. "description": "Symfony Filesystem Component",
  6913. "homepage": "https://symfony.com",
  6914. "time": "2019-08-20T13:31:17+00:00"
  6915. },
  6916. {
  6917. "name": "symfony/finder",
  6918. "version": "v3.4.35",
  6919. "source": {
  6920. "type": "git",
  6921. "url": "https://github.com/symfony/finder.git",
  6922. "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8"
  6923. },
  6924. "dist": {
  6925. "type": "zip",
  6926. "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8",
  6927. "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8",
  6928. "shasum": ""
  6929. },
  6930. "require": {
  6931. "php": "^5.5.9|>=7.0.8"
  6932. },
  6933. "type": "library",
  6934. "extra": {
  6935. "branch-alias": {
  6936. "dev-master": "3.4-dev"
  6937. }
  6938. },
  6939. "autoload": {
  6940. "psr-4": {
  6941. "Symfony\\Component\\Finder\\": ""
  6942. },
  6943. "exclude-from-classmap": [
  6944. "/Tests/"
  6945. ]
  6946. },
  6947. "notification-url": "https://packagist.org/downloads/",
  6948. "license": [
  6949. "MIT"
  6950. ],
  6951. "authors": [
  6952. {
  6953. "name": "Fabien Potencier",
  6954. "email": "fabien@symfony.com"
  6955. },
  6956. {
  6957. "name": "Symfony Community",
  6958. "homepage": "https://symfony.com/contributors"
  6959. }
  6960. ],
  6961. "description": "Symfony Finder Component",
  6962. "homepage": "https://symfony.com",
  6963. "time": "2019-10-30T12:43:22+00:00"
  6964. },
  6965. {
  6966. "name": "symfony/http-foundation",
  6967. "version": "v3.4.35",
  6968. "source": {
  6969. "type": "git",
  6970. "url": "https://github.com/symfony/http-foundation.git",
  6971. "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce"
  6972. },
  6973. "dist": {
  6974. "type": "zip",
  6975. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce",
  6976. "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce",
  6977. "shasum": ""
  6978. },
  6979. "require": {
  6980. "php": "^5.5.9|>=7.0.8",
  6981. "symfony/polyfill-mbstring": "~1.1",
  6982. "symfony/polyfill-php70": "~1.6"
  6983. },
  6984. "require-dev": {
  6985. "symfony/expression-language": "~2.8|~3.0|~4.0"
  6986. },
  6987. "type": "library",
  6988. "extra": {
  6989. "branch-alias": {
  6990. "dev-master": "3.4-dev"
  6991. }
  6992. },
  6993. "autoload": {
  6994. "psr-4": {
  6995. "Symfony\\Component\\HttpFoundation\\": ""
  6996. },
  6997. "exclude-from-classmap": [
  6998. "/Tests/"
  6999. ]
  7000. },
  7001. "notification-url": "https://packagist.org/downloads/",
  7002. "license": [
  7003. "MIT"
  7004. ],
  7005. "authors": [
  7006. {
  7007. "name": "Fabien Potencier",
  7008. "email": "fabien@symfony.com"
  7009. },
  7010. {
  7011. "name": "Symfony Community",
  7012. "homepage": "https://symfony.com/contributors"
  7013. }
  7014. ],
  7015. "description": "Symfony HttpFoundation Component",
  7016. "homepage": "https://symfony.com",
  7017. "time": "2019-11-11T12:53:10+00:00"
  7018. },
  7019. {
  7020. "name": "symfony/http-kernel",
  7021. "version": "v3.4.35",
  7022. "source": {
  7023. "type": "git",
  7024. "url": "https://github.com/symfony/http-kernel.git",
  7025. "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9"
  7026. },
  7027. "dist": {
  7028. "type": "zip",
  7029. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
  7030. "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
  7031. "shasum": ""
  7032. },
  7033. "require": {
  7034. "php": "^5.5.9|>=7.0.8",
  7035. "psr/log": "~1.0",
  7036. "symfony/debug": "^3.3.3|~4.0",
  7037. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  7038. "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
  7039. "symfony/polyfill-ctype": "~1.8",
  7040. "symfony/polyfill-php56": "~1.8"
  7041. },
  7042. "conflict": {
  7043. "symfony/config": "<2.8",
  7044. "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
  7045. "symfony/var-dumper": "<3.3",
  7046. "twig/twig": "<1.34|<2.4,>=2"
  7047. },
  7048. "provide": {
  7049. "psr/log-implementation": "1.0"
  7050. },
  7051. "require-dev": {
  7052. "psr/cache": "~1.0",
  7053. "symfony/browser-kit": "~2.8|~3.0|~4.0",
  7054. "symfony/class-loader": "~2.8|~3.0",
  7055. "symfony/config": "~2.8|~3.0|~4.0",
  7056. "symfony/console": "~2.8|~3.0|~4.0",
  7057. "symfony/css-selector": "~2.8|~3.0|~4.0",
  7058. "symfony/dependency-injection": "^3.4.10|^4.0.10",
  7059. "symfony/dom-crawler": "~2.8|~3.0|~4.0",
  7060. "symfony/expression-language": "~2.8|~3.0|~4.0",
  7061. "symfony/finder": "~2.8|~3.0|~4.0",
  7062. "symfony/process": "~2.8|~3.0|~4.0",
  7063. "symfony/routing": "~3.4|~4.0",
  7064. "symfony/stopwatch": "~2.8|~3.0|~4.0",
  7065. "symfony/templating": "~2.8|~3.0|~4.0",
  7066. "symfony/translation": "~2.8|~3.0|~4.0",
  7067. "symfony/var-dumper": "~3.3|~4.0"
  7068. },
  7069. "suggest": {
  7070. "symfony/browser-kit": "",
  7071. "symfony/config": "",
  7072. "symfony/console": "",
  7073. "symfony/dependency-injection": "",
  7074. "symfony/finder": "",
  7075. "symfony/var-dumper": ""
  7076. },
  7077. "type": "library",
  7078. "extra": {
  7079. "branch-alias": {
  7080. "dev-master": "3.4-dev"
  7081. }
  7082. },
  7083. "autoload": {
  7084. "psr-4": {
  7085. "Symfony\\Component\\HttpKernel\\": ""
  7086. },
  7087. "exclude-from-classmap": [
  7088. "/Tests/"
  7089. ]
  7090. },
  7091. "notification-url": "https://packagist.org/downloads/",
  7092. "license": [
  7093. "MIT"
  7094. ],
  7095. "authors": [
  7096. {
  7097. "name": "Fabien Potencier",
  7098. "email": "fabien@symfony.com"
  7099. },
  7100. {
  7101. "name": "Symfony Community",
  7102. "homepage": "https://symfony.com/contributors"
  7103. }
  7104. ],
  7105. "description": "Symfony HttpKernel Component",
  7106. "homepage": "https://symfony.com",
  7107. "time": "2019-11-13T08:44:50+00:00"
  7108. },
  7109. {
  7110. "name": "symfony/polyfill-ctype",
  7111. "version": "v1.12.0",
  7112. "source": {
  7113. "type": "git",
  7114. "url": "https://github.com/symfony/polyfill-ctype.git",
  7115. "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
  7116. },
  7117. "dist": {
  7118. "type": "zip",
  7119. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
  7120. "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
  7121. "shasum": ""
  7122. },
  7123. "require": {
  7124. "php": ">=5.3.3"
  7125. },
  7126. "suggest": {
  7127. "ext-ctype": "For best performance"
  7128. },
  7129. "type": "library",
  7130. "extra": {
  7131. "branch-alias": {
  7132. "dev-master": "1.12-dev"
  7133. }
  7134. },
  7135. "autoload": {
  7136. "psr-4": {
  7137. "Symfony\\Polyfill\\Ctype\\": ""
  7138. },
  7139. "files": [
  7140. "bootstrap.php"
  7141. ]
  7142. },
  7143. "notification-url": "https://packagist.org/downloads/",
  7144. "license": [
  7145. "MIT"
  7146. ],
  7147. "authors": [
  7148. {
  7149. "name": "Gert de Pagter",
  7150. "email": "BackEndTea@gmail.com"
  7151. },
  7152. {
  7153. "name": "Symfony Community",
  7154. "homepage": "https://symfony.com/contributors"
  7155. }
  7156. ],
  7157. "description": "Symfony polyfill for ctype functions",
  7158. "homepage": "https://symfony.com",
  7159. "keywords": [
  7160. "compatibility",
  7161. "ctype",
  7162. "polyfill",
  7163. "portable"
  7164. ],
  7165. "time": "2019-08-06T08:03:45+00:00"
  7166. },
  7167. {
  7168. "name": "symfony/polyfill-iconv",
  7169. "version": "v1.12.0",
  7170. "source": {
  7171. "type": "git",
  7172. "url": "https://github.com/symfony/polyfill-iconv.git",
  7173. "reference": "685968b11e61a347c18bf25db32effa478be610f"
  7174. },
  7175. "dist": {
  7176. "type": "zip",
  7177. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
  7178. "reference": "685968b11e61a347c18bf25db32effa478be610f",
  7179. "shasum": ""
  7180. },
  7181. "require": {
  7182. "php": ">=5.3.3"
  7183. },
  7184. "suggest": {
  7185. "ext-iconv": "For best performance"
  7186. },
  7187. "type": "library",
  7188. "extra": {
  7189. "branch-alias": {
  7190. "dev-master": "1.12-dev"
  7191. }
  7192. },
  7193. "autoload": {
  7194. "psr-4": {
  7195. "Symfony\\Polyfill\\Iconv\\": ""
  7196. },
  7197. "files": [
  7198. "bootstrap.php"
  7199. ]
  7200. },
  7201. "notification-url": "https://packagist.org/downloads/",
  7202. "license": [
  7203. "MIT"
  7204. ],
  7205. "authors": [
  7206. {
  7207. "name": "Nicolas Grekas",
  7208. "email": "p@tchwork.com"
  7209. },
  7210. {
  7211. "name": "Symfony Community",
  7212. "homepage": "https://symfony.com/contributors"
  7213. }
  7214. ],
  7215. "description": "Symfony polyfill for the Iconv extension",
  7216. "homepage": "https://symfony.com",
  7217. "keywords": [
  7218. "compatibility",
  7219. "iconv",
  7220. "polyfill",
  7221. "portable",
  7222. "shim"
  7223. ],
  7224. "time": "2019-08-06T08:03:45+00:00"
  7225. },
  7226. {
  7227. "name": "symfony/polyfill-mbstring",
  7228. "version": "v1.12.0",
  7229. "source": {
  7230. "type": "git",
  7231. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7232. "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
  7233. },
  7234. "dist": {
  7235. "type": "zip",
  7236. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
  7237. "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
  7238. "shasum": ""
  7239. },
  7240. "require": {
  7241. "php": ">=5.3.3"
  7242. },
  7243. "suggest": {
  7244. "ext-mbstring": "For best performance"
  7245. },
  7246. "type": "library",
  7247. "extra": {
  7248. "branch-alias": {
  7249. "dev-master": "1.12-dev"
  7250. }
  7251. },
  7252. "autoload": {
  7253. "psr-4": {
  7254. "Symfony\\Polyfill\\Mbstring\\": ""
  7255. },
  7256. "files": [
  7257. "bootstrap.php"
  7258. ]
  7259. },
  7260. "notification-url": "https://packagist.org/downloads/",
  7261. "license": [
  7262. "MIT"
  7263. ],
  7264. "authors": [
  7265. {
  7266. "name": "Nicolas Grekas",
  7267. "email": "p@tchwork.com"
  7268. },
  7269. {
  7270. "name": "Symfony Community",
  7271. "homepage": "https://symfony.com/contributors"
  7272. }
  7273. ],
  7274. "description": "Symfony polyfill for the Mbstring extension",
  7275. "homepage": "https://symfony.com",
  7276. "keywords": [
  7277. "compatibility",
  7278. "mbstring",
  7279. "polyfill",
  7280. "portable",
  7281. "shim"
  7282. ],
  7283. "time": "2019-08-06T08:03:45+00:00"
  7284. },
  7285. {
  7286. "name": "symfony/polyfill-php56",
  7287. "version": "v1.12.0",
  7288. "source": {
  7289. "type": "git",
  7290. "url": "https://github.com/symfony/polyfill-php56.git",
  7291. "reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
  7292. },
  7293. "dist": {
  7294. "type": "zip",
  7295. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
  7296. "reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
  7297. "shasum": ""
  7298. },
  7299. "require": {
  7300. "php": ">=5.3.3",
  7301. "symfony/polyfill-util": "~1.0"
  7302. },
  7303. "type": "library",
  7304. "extra": {
  7305. "branch-alias": {
  7306. "dev-master": "1.12-dev"
  7307. }
  7308. },
  7309. "autoload": {
  7310. "psr-4": {
  7311. "Symfony\\Polyfill\\Php56\\": ""
  7312. },
  7313. "files": [
  7314. "bootstrap.php"
  7315. ]
  7316. },
  7317. "notification-url": "https://packagist.org/downloads/",
  7318. "license": [
  7319. "MIT"
  7320. ],
  7321. "authors": [
  7322. {
  7323. "name": "Nicolas Grekas",
  7324. "email": "p@tchwork.com"
  7325. },
  7326. {
  7327. "name": "Symfony Community",
  7328. "homepage": "https://symfony.com/contributors"
  7329. }
  7330. ],
  7331. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  7332. "homepage": "https://symfony.com",
  7333. "keywords": [
  7334. "compatibility",
  7335. "polyfill",
  7336. "portable",
  7337. "shim"
  7338. ],
  7339. "time": "2019-08-06T08:03:45+00:00"
  7340. },
  7341. {
  7342. "name": "symfony/polyfill-php70",
  7343. "version": "v1.12.0",
  7344. "source": {
  7345. "type": "git",
  7346. "url": "https://github.com/symfony/polyfill-php70.git",
  7347. "reference": "54b4c428a0054e254223797d2713c31e08610831"
  7348. },
  7349. "dist": {
  7350. "type": "zip",
  7351. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831",
  7352. "reference": "54b4c428a0054e254223797d2713c31e08610831",
  7353. "shasum": ""
  7354. },
  7355. "require": {
  7356. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  7357. "php": ">=5.3.3"
  7358. },
  7359. "type": "library",
  7360. "extra": {
  7361. "branch-alias": {
  7362. "dev-master": "1.12-dev"
  7363. }
  7364. },
  7365. "autoload": {
  7366. "psr-4": {
  7367. "Symfony\\Polyfill\\Php70\\": ""
  7368. },
  7369. "files": [
  7370. "bootstrap.php"
  7371. ],
  7372. "classmap": [
  7373. "Resources/stubs"
  7374. ]
  7375. },
  7376. "notification-url": "https://packagist.org/downloads/",
  7377. "license": [
  7378. "MIT"
  7379. ],
  7380. "authors": [
  7381. {
  7382. "name": "Nicolas Grekas",
  7383. "email": "p@tchwork.com"
  7384. },
  7385. {
  7386. "name": "Symfony Community",
  7387. "homepage": "https://symfony.com/contributors"
  7388. }
  7389. ],
  7390. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  7391. "homepage": "https://symfony.com",
  7392. "keywords": [
  7393. "compatibility",
  7394. "polyfill",
  7395. "portable",
  7396. "shim"
  7397. ],
  7398. "time": "2019-08-06T08:03:45+00:00"
  7399. },
  7400. {
  7401. "name": "symfony/polyfill-php72",
  7402. "version": "v1.12.0",
  7403. "source": {
  7404. "type": "git",
  7405. "url": "https://github.com/symfony/polyfill-php72.git",
  7406. "reference": "04ce3335667451138df4307d6a9b61565560199e"
  7407. },
  7408. "dist": {
  7409. "type": "zip",
  7410. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
  7411. "reference": "04ce3335667451138df4307d6a9b61565560199e",
  7412. "shasum": ""
  7413. },
  7414. "require": {
  7415. "php": ">=5.3.3"
  7416. },
  7417. "type": "library",
  7418. "extra": {
  7419. "branch-alias": {
  7420. "dev-master": "1.12-dev"
  7421. }
  7422. },
  7423. "autoload": {
  7424. "psr-4": {
  7425. "Symfony\\Polyfill\\Php72\\": ""
  7426. },
  7427. "files": [
  7428. "bootstrap.php"
  7429. ]
  7430. },
  7431. "notification-url": "https://packagist.org/downloads/",
  7432. "license": [
  7433. "MIT"
  7434. ],
  7435. "authors": [
  7436. {
  7437. "name": "Nicolas Grekas",
  7438. "email": "p@tchwork.com"
  7439. },
  7440. {
  7441. "name": "Symfony Community",
  7442. "homepage": "https://symfony.com/contributors"
  7443. }
  7444. ],
  7445. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  7446. "homepage": "https://symfony.com",
  7447. "keywords": [
  7448. "compatibility",
  7449. "polyfill",
  7450. "portable",
  7451. "shim"
  7452. ],
  7453. "time": "2019-08-06T08:03:45+00:00"
  7454. },
  7455. {
  7456. "name": "symfony/polyfill-util",
  7457. "version": "v1.12.0",
  7458. "source": {
  7459. "type": "git",
  7460. "url": "https://github.com/symfony/polyfill-util.git",
  7461. "reference": "4317de1386717b4c22caed7725350a8887ab205c"
  7462. },
  7463. "dist": {
  7464. "type": "zip",
  7465. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
  7466. "reference": "4317de1386717b4c22caed7725350a8887ab205c",
  7467. "shasum": ""
  7468. },
  7469. "require": {
  7470. "php": ">=5.3.3"
  7471. },
  7472. "type": "library",
  7473. "extra": {
  7474. "branch-alias": {
  7475. "dev-master": "1.12-dev"
  7476. }
  7477. },
  7478. "autoload": {
  7479. "psr-4": {
  7480. "Symfony\\Polyfill\\Util\\": ""
  7481. }
  7482. },
  7483. "notification-url": "https://packagist.org/downloads/",
  7484. "license": [
  7485. "MIT"
  7486. ],
  7487. "authors": [
  7488. {
  7489. "name": "Nicolas Grekas",
  7490. "email": "p@tchwork.com"
  7491. },
  7492. {
  7493. "name": "Symfony Community",
  7494. "homepage": "https://symfony.com/contributors"
  7495. }
  7496. ],
  7497. "description": "Symfony utilities for portability of PHP codes",
  7498. "homepage": "https://symfony.com",
  7499. "keywords": [
  7500. "compat",
  7501. "compatibility",
  7502. "polyfill",
  7503. "shim"
  7504. ],
  7505. "time": "2019-08-06T08:03:45+00:00"
  7506. },
  7507. {
  7508. "name": "symfony/process",
  7509. "version": "v3.4.35",
  7510. "source": {
  7511. "type": "git",
  7512. "url": "https://github.com/symfony/process.git",
  7513. "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e"
  7514. },
  7515. "dist": {
  7516. "type": "zip",
  7517. "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
  7518. "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
  7519. "shasum": ""
  7520. },
  7521. "require": {
  7522. "php": "^5.5.9|>=7.0.8"
  7523. },
  7524. "type": "library",
  7525. "extra": {
  7526. "branch-alias": {
  7527. "dev-master": "3.4-dev"
  7528. }
  7529. },
  7530. "autoload": {
  7531. "psr-4": {
  7532. "Symfony\\Component\\Process\\": ""
  7533. },
  7534. "exclude-from-classmap": [
  7535. "/Tests/"
  7536. ]
  7537. },
  7538. "notification-url": "https://packagist.org/downloads/",
  7539. "license": [
  7540. "MIT"
  7541. ],
  7542. "authors": [
  7543. {
  7544. "name": "Fabien Potencier",
  7545. "email": "fabien@symfony.com"
  7546. },
  7547. {
  7548. "name": "Symfony Community",
  7549. "homepage": "https://symfony.com/contributors"
  7550. }
  7551. ],
  7552. "description": "Symfony Process Component",
  7553. "homepage": "https://symfony.com",
  7554. "time": "2019-10-24T15:33:53+00:00"
  7555. },
  7556. {
  7557. "name": "symfony/psr-http-message-bridge",
  7558. "version": "v1.2.0",
  7559. "source": {
  7560. "type": "git",
  7561. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  7562. "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
  7563. },
  7564. "dist": {
  7565. "type": "zip",
  7566. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
  7567. "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
  7568. "shasum": ""
  7569. },
  7570. "require": {
  7571. "php": "^7.1",
  7572. "psr/http-message": "^1.0",
  7573. "symfony/http-foundation": "^3.4 || ^4.0"
  7574. },
  7575. "require-dev": {
  7576. "nyholm/psr7": "^1.1",
  7577. "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
  7578. "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
  7579. },
  7580. "suggest": {
  7581. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  7582. },
  7583. "type": "symfony-bridge",
  7584. "extra": {
  7585. "branch-alias": {
  7586. "dev-master": "1.2-dev"
  7587. }
  7588. },
  7589. "autoload": {
  7590. "psr-4": {
  7591. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  7592. },
  7593. "exclude-from-classmap": [
  7594. "/Tests/"
  7595. ]
  7596. },
  7597. "notification-url": "https://packagist.org/downloads/",
  7598. "license": [
  7599. "MIT"
  7600. ],
  7601. "authors": [
  7602. {
  7603. "name": "Symfony Community",
  7604. "homepage": "http://symfony.com/contributors"
  7605. },
  7606. {
  7607. "name": "Fabien Potencier",
  7608. "email": "fabien@symfony.com"
  7609. }
  7610. ],
  7611. "description": "PSR HTTP message bridge",
  7612. "homepage": "http://symfony.com",
  7613. "keywords": [
  7614. "http",
  7615. "http-message",
  7616. "psr-17",
  7617. "psr-7"
  7618. ],
  7619. "time": "2019-03-11T18:22:33+00:00"
  7620. },
  7621. {
  7622. "name": "symfony/routing",
  7623. "version": "v3.4.35",
  7624. "source": {
  7625. "type": "git",
  7626. "url": "https://github.com/symfony/routing.git",
  7627. "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5"
  7628. },
  7629. "dist": {
  7630. "type": "zip",
  7631. "url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
  7632. "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
  7633. "shasum": ""
  7634. },
  7635. "require": {
  7636. "php": "^5.5.9|>=7.0.8"
  7637. },
  7638. "conflict": {
  7639. "symfony/config": "<3.3.1",
  7640. "symfony/dependency-injection": "<3.3",
  7641. "symfony/yaml": "<3.4"
  7642. },
  7643. "require-dev": {
  7644. "doctrine/annotations": "~1.0",
  7645. "psr/log": "~1.0",
  7646. "symfony/config": "^3.3.1|~4.0",
  7647. "symfony/dependency-injection": "~3.3|~4.0",
  7648. "symfony/expression-language": "~2.8|~3.0|~4.0",
  7649. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  7650. "symfony/yaml": "~3.4|~4.0"
  7651. },
  7652. "suggest": {
  7653. "doctrine/annotations": "For using the annotation loader",
  7654. "symfony/config": "For using the all-in-one router or any loader",
  7655. "symfony/expression-language": "For using expression matching",
  7656. "symfony/http-foundation": "For using a Symfony Request object",
  7657. "symfony/yaml": "For using the YAML loader"
  7658. },
  7659. "type": "library",
  7660. "extra": {
  7661. "branch-alias": {
  7662. "dev-master": "3.4-dev"
  7663. }
  7664. },
  7665. "autoload": {
  7666. "psr-4": {
  7667. "Symfony\\Component\\Routing\\": ""
  7668. },
  7669. "exclude-from-classmap": [
  7670. "/Tests/"
  7671. ]
  7672. },
  7673. "notification-url": "https://packagist.org/downloads/",
  7674. "license": [
  7675. "MIT"
  7676. ],
  7677. "authors": [
  7678. {
  7679. "name": "Fabien Potencier",
  7680. "email": "fabien@symfony.com"
  7681. },
  7682. {
  7683. "name": "Symfony Community",
  7684. "homepage": "https://symfony.com/contributors"
  7685. }
  7686. ],
  7687. "description": "Symfony Routing Component",
  7688. "homepage": "https://symfony.com",
  7689. "keywords": [
  7690. "router",
  7691. "routing",
  7692. "uri",
  7693. "url"
  7694. ],
  7695. "time": "2019-11-08T17:25:00+00:00"
  7696. },
  7697. {
  7698. "name": "symfony/serializer",
  7699. "version": "v3.4.35",
  7700. "source": {
  7701. "type": "git",
  7702. "url": "https://github.com/symfony/serializer.git",
  7703. "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675"
  7704. },
  7705. "dist": {
  7706. "type": "zip",
  7707. "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675",
  7708. "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675",
  7709. "shasum": ""
  7710. },
  7711. "require": {
  7712. "php": "^5.5.9|>=7.0.8",
  7713. "symfony/polyfill-ctype": "~1.8"
  7714. },
  7715. "conflict": {
  7716. "phpdocumentor/type-resolver": "<0.2.1",
  7717. "symfony/dependency-injection": "<3.2",
  7718. "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
  7719. "symfony/property-info": "<3.1",
  7720. "symfony/yaml": "<3.4"
  7721. },
  7722. "require-dev": {
  7723. "doctrine/annotations": "~1.0",
  7724. "doctrine/cache": "~1.0",
  7725. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  7726. "symfony/cache": "~3.1|~4.0",
  7727. "symfony/config": "~2.8|~3.0|~4.0",
  7728. "symfony/dependency-injection": "~3.2|~4.0",
  7729. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  7730. "symfony/property-access": "~2.8|~3.0|~4.0",
  7731. "symfony/property-info": "^3.4.13|~4.0",
  7732. "symfony/yaml": "~3.4|~4.0"
  7733. },
  7734. "suggest": {
  7735. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  7736. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  7737. "psr/cache-implementation": "For using the metadata cache.",
  7738. "symfony/config": "For using the XML mapping loader.",
  7739. "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
  7740. "symfony/property-access": "For using the ObjectNormalizer.",
  7741. "symfony/property-info": "To deserialize relations.",
  7742. "symfony/yaml": "For using the default YAML mapping loader."
  7743. },
  7744. "type": "library",
  7745. "extra": {
  7746. "branch-alias": {
  7747. "dev-master": "3.4-dev"
  7748. }
  7749. },
  7750. "autoload": {
  7751. "psr-4": {
  7752. "Symfony\\Component\\Serializer\\": ""
  7753. },
  7754. "exclude-from-classmap": [
  7755. "/Tests/"
  7756. ]
  7757. },
  7758. "notification-url": "https://packagist.org/downloads/",
  7759. "license": [
  7760. "MIT"
  7761. ],
  7762. "authors": [
  7763. {
  7764. "name": "Fabien Potencier",
  7765. "email": "fabien@symfony.com"
  7766. },
  7767. {
  7768. "name": "Symfony Community",
  7769. "homepage": "https://symfony.com/contributors"
  7770. }
  7771. ],
  7772. "description": "Symfony Serializer Component",
  7773. "homepage": "https://symfony.com",
  7774. "time": "2019-11-12T17:51:12+00:00"
  7775. },
  7776. {
  7777. "name": "symfony/translation",
  7778. "version": "v3.4.35",
  7779. "source": {
  7780. "type": "git",
  7781. "url": "https://github.com/symfony/translation.git",
  7782. "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772"
  7783. },
  7784. "dist": {
  7785. "type": "zip",
  7786. "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772",
  7787. "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772",
  7788. "shasum": ""
  7789. },
  7790. "require": {
  7791. "php": "^5.5.9|>=7.0.8",
  7792. "symfony/polyfill-mbstring": "~1.0"
  7793. },
  7794. "conflict": {
  7795. "symfony/config": "<2.8",
  7796. "symfony/dependency-injection": "<3.4",
  7797. "symfony/yaml": "<3.4"
  7798. },
  7799. "require-dev": {
  7800. "psr/log": "~1.0",
  7801. "symfony/config": "~2.8|~3.0|~4.0",
  7802. "symfony/dependency-injection": "~3.4|~4.0",
  7803. "symfony/finder": "~2.8|~3.0|~4.0",
  7804. "symfony/http-kernel": "~3.4|~4.0",
  7805. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  7806. "symfony/var-dumper": "~3.4|~4.0",
  7807. "symfony/yaml": "~3.4|~4.0"
  7808. },
  7809. "suggest": {
  7810. "psr/log-implementation": "To use logging capability in translator",
  7811. "symfony/config": "",
  7812. "symfony/yaml": ""
  7813. },
  7814. "type": "library",
  7815. "extra": {
  7816. "branch-alias": {
  7817. "dev-master": "3.4-dev"
  7818. }
  7819. },
  7820. "autoload": {
  7821. "psr-4": {
  7822. "Symfony\\Component\\Translation\\": ""
  7823. },
  7824. "exclude-from-classmap": [
  7825. "/Tests/"
  7826. ]
  7827. },
  7828. "notification-url": "https://packagist.org/downloads/",
  7829. "license": [
  7830. "MIT"
  7831. ],
  7832. "authors": [
  7833. {
  7834. "name": "Fabien Potencier",
  7835. "email": "fabien@symfony.com"
  7836. },
  7837. {
  7838. "name": "Symfony Community",
  7839. "homepage": "https://symfony.com/contributors"
  7840. }
  7841. ],
  7842. "description": "Symfony Translation Component",
  7843. "homepage": "https://symfony.com",
  7844. "time": "2019-10-30T12:43:22+00:00"
  7845. },
  7846. {
  7847. "name": "symfony/validator",
  7848. "version": "v3.4.35",
  7849. "source": {
  7850. "type": "git",
  7851. "url": "https://github.com/symfony/validator.git",
  7852. "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80"
  7853. },
  7854. "dist": {
  7855. "type": "zip",
  7856. "url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80",
  7857. "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80",
  7858. "shasum": ""
  7859. },
  7860. "require": {
  7861. "php": "^5.5.9|>=7.0.8",
  7862. "symfony/polyfill-ctype": "~1.8",
  7863. "symfony/polyfill-mbstring": "~1.0",
  7864. "symfony/translation": "~2.8|~3.0|~4.0"
  7865. },
  7866. "conflict": {
  7867. "doctrine/lexer": "<1.0.2",
  7868. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  7869. "symfony/dependency-injection": "<3.3",
  7870. "symfony/http-kernel": "<3.3.5",
  7871. "symfony/yaml": "<3.4"
  7872. },
  7873. "require-dev": {
  7874. "doctrine/annotations": "~1.7",
  7875. "doctrine/cache": "~1.0",
  7876. "egulias/email-validator": "^2.1.10",
  7877. "symfony/cache": "~3.1|~4.0",
  7878. "symfony/config": "~2.8|~3.0|~4.0",
  7879. "symfony/dependency-injection": "~3.3|~4.0",
  7880. "symfony/expression-language": "~2.8|~3.0|~4.0",
  7881. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  7882. "symfony/http-kernel": "^3.3.5|~4.0",
  7883. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  7884. "symfony/property-access": "~2.8|~3.0|~4.0",
  7885. "symfony/var-dumper": "~3.3|~4.0",
  7886. "symfony/yaml": "~3.4|~4.0"
  7887. },
  7888. "suggest": {
  7889. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  7890. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  7891. "egulias/email-validator": "Strict (RFC compliant) email validation",
  7892. "psr/cache-implementation": "For using the metadata cache.",
  7893. "symfony/config": "",
  7894. "symfony/expression-language": "For using the Expression validator",
  7895. "symfony/http-foundation": "",
  7896. "symfony/intl": "",
  7897. "symfony/property-access": "For accessing properties within comparison constraints",
  7898. "symfony/yaml": ""
  7899. },
  7900. "type": "library",
  7901. "extra": {
  7902. "branch-alias": {
  7903. "dev-master": "3.4-dev"
  7904. }
  7905. },
  7906. "autoload": {
  7907. "psr-4": {
  7908. "Symfony\\Component\\Validator\\": ""
  7909. },
  7910. "exclude-from-classmap": [
  7911. "/Tests/"
  7912. ]
  7913. },
  7914. "notification-url": "https://packagist.org/downloads/",
  7915. "license": [
  7916. "MIT"
  7917. ],
  7918. "authors": [
  7919. {
  7920. "name": "Fabien Potencier",
  7921. "email": "fabien@symfony.com"
  7922. },
  7923. {
  7924. "name": "Symfony Community",
  7925. "homepage": "https://symfony.com/contributors"
  7926. }
  7927. ],
  7928. "description": "Symfony Validator Component",
  7929. "homepage": "https://symfony.com",
  7930. "time": "2019-11-05T22:03:38+00:00"
  7931. },
  7932. {
  7933. "name": "symfony/var-dumper",
  7934. "version": "v4.3.8",
  7935. "source": {
  7936. "type": "git",
  7937. "url": "https://github.com/symfony/var-dumper.git",
  7938. "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf"
  7939. },
  7940. "dist": {
  7941. "type": "zip",
  7942. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf",
  7943. "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf",
  7944. "shasum": ""
  7945. },
  7946. "require": {
  7947. "php": "^7.1.3",
  7948. "symfony/polyfill-mbstring": "~1.0",
  7949. "symfony/polyfill-php72": "~1.5"
  7950. },
  7951. "conflict": {
  7952. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  7953. "symfony/console": "<3.4"
  7954. },
  7955. "require-dev": {
  7956. "ext-iconv": "*",
  7957. "symfony/console": "~3.4|~4.0",
  7958. "symfony/process": "~3.4|~4.0",
  7959. "twig/twig": "~1.34|~2.4"
  7960. },
  7961. "suggest": {
  7962. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  7963. "ext-intl": "To show region name in time zone dump",
  7964. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  7965. },
  7966. "bin": [
  7967. "Resources/bin/var-dump-server"
  7968. ],
  7969. "type": "library",
  7970. "extra": {
  7971. "branch-alias": {
  7972. "dev-master": "4.3-dev"
  7973. }
  7974. },
  7975. "autoload": {
  7976. "files": [
  7977. "Resources/functions/dump.php"
  7978. ],
  7979. "psr-4": {
  7980. "Symfony\\Component\\VarDumper\\": ""
  7981. },
  7982. "exclude-from-classmap": [
  7983. "/Tests/"
  7984. ]
  7985. },
  7986. "notification-url": "https://packagist.org/downloads/",
  7987. "license": [
  7988. "MIT"
  7989. ],
  7990. "authors": [
  7991. {
  7992. "name": "Nicolas Grekas",
  7993. "email": "p@tchwork.com"
  7994. },
  7995. {
  7996. "name": "Symfony Community",
  7997. "homepage": "https://symfony.com/contributors"
  7998. }
  7999. ],
  8000. "description": "Symfony mechanism for exploring and dumping PHP variables",
  8001. "homepage": "https://symfony.com",
  8002. "keywords": [
  8003. "debug",
  8004. "dump"
  8005. ],
  8006. "time": "2019-10-13T12:02:04+00:00"
  8007. },
  8008. {
  8009. "name": "symfony/yaml",
  8010. "version": "v3.4.35",
  8011. "source": {
  8012. "type": "git",
  8013. "url": "https://github.com/symfony/yaml.git",
  8014. "reference": "dab657db15207879217fc81df4f875947bf68804"
  8015. },
  8016. "dist": {
  8017. "type": "zip",
  8018. "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804",
  8019. "reference": "dab657db15207879217fc81df4f875947bf68804",
  8020. "shasum": ""
  8021. },
  8022. "require": {
  8023. "php": "^5.5.9|>=7.0.8",
  8024. "symfony/polyfill-ctype": "~1.8"
  8025. },
  8026. "conflict": {
  8027. "symfony/console": "<3.4"
  8028. },
  8029. "require-dev": {
  8030. "symfony/console": "~3.4|~4.0"
  8031. },
  8032. "suggest": {
  8033. "symfony/console": "For validating YAML files using the lint command"
  8034. },
  8035. "type": "library",
  8036. "extra": {
  8037. "branch-alias": {
  8038. "dev-master": "3.4-dev"
  8039. }
  8040. },
  8041. "autoload": {
  8042. "psr-4": {
  8043. "Symfony\\Component\\Yaml\\": ""
  8044. },
  8045. "exclude-from-classmap": [
  8046. "/Tests/"
  8047. ]
  8048. },
  8049. "notification-url": "https://packagist.org/downloads/",
  8050. "license": [
  8051. "MIT"
  8052. ],
  8053. "authors": [
  8054. {
  8055. "name": "Fabien Potencier",
  8056. "email": "fabien@symfony.com"
  8057. },
  8058. {
  8059. "name": "Symfony Community",
  8060. "homepage": "https://symfony.com/contributors"
  8061. }
  8062. ],
  8063. "description": "Symfony Yaml Component",
  8064. "homepage": "https://symfony.com",
  8065. "time": "2019-10-24T15:33:53+00:00"
  8066. },
  8067. {
  8068. "name": "twig/twig",
  8069. "version": "v1.42.4",
  8070. "source": {
  8071. "type": "git",
  8072. "url": "https://github.com/twigphp/Twig.git",
  8073. "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
  8074. },
  8075. "dist": {
  8076. "type": "zip",
  8077. "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
  8078. "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
  8079. "shasum": ""
  8080. },
  8081. "require": {
  8082. "php": ">=5.5.0",
  8083. "symfony/polyfill-ctype": "^1.8"
  8084. },
  8085. "require-dev": {
  8086. "psr/container": "^1.0",
  8087. "symfony/debug": "^3.4|^4.2",
  8088. "symfony/phpunit-bridge": "^4.4@dev|^5.0"
  8089. },
  8090. "type": "library",
  8091. "extra": {
  8092. "branch-alias": {
  8093. "dev-master": "1.42-dev"
  8094. }
  8095. },
  8096. "autoload": {
  8097. "psr-0": {
  8098. "Twig_": "lib/"
  8099. },
  8100. "psr-4": {
  8101. "Twig\\": "src/"
  8102. }
  8103. },
  8104. "notification-url": "https://packagist.org/downloads/",
  8105. "license": [
  8106. "BSD-3-Clause"
  8107. ],
  8108. "authors": [
  8109. {
  8110. "name": "Fabien Potencier",
  8111. "email": "fabien@symfony.com",
  8112. "homepage": "http://fabien.potencier.org",
  8113. "role": "Lead Developer"
  8114. },
  8115. {
  8116. "name": "Twig Team",
  8117. "homepage": "https://twig.symfony.com/contributors",
  8118. "role": "Contributors"
  8119. },
  8120. {
  8121. "name": "Armin Ronacher",
  8122. "email": "armin.ronacher@active-4.com",
  8123. "role": "Project Founder"
  8124. }
  8125. ],
  8126. "description": "Twig, the flexible, fast, and secure template language for PHP",
  8127. "homepage": "https://twig.symfony.com",
  8128. "keywords": [
  8129. "templating"
  8130. ],
  8131. "time": "2019-11-11T16:49:32+00:00"
  8132. },
  8133. {
  8134. "name": "typo3/phar-stream-wrapper",
  8135. "version": "v2.1.3",
  8136. "source": {
  8137. "type": "git",
  8138. "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
  8139. "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb"
  8140. },
  8141. "dist": {
  8142. "type": "zip",
  8143. "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e8a656d72028b97ab9f61ed993734f3cded02eeb",
  8144. "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb",
  8145. "shasum": ""
  8146. },
  8147. "require": {
  8148. "brumann/polyfill-unserialize": "^1.0",
  8149. "ext-json": "*",
  8150. "php": "^5.3.3|^7.0"
  8151. },
  8152. "require-dev": {
  8153. "ext-xdebug": "*",
  8154. "phpunit/phpunit": "^4.8.36"
  8155. },
  8156. "suggest": {
  8157. "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
  8158. },
  8159. "type": "library",
  8160. "autoload": {
  8161. "psr-4": {
  8162. "TYPO3\\PharStreamWrapper\\": "src/"
  8163. }
  8164. },
  8165. "notification-url": "https://packagist.org/downloads/",
  8166. "license": [
  8167. "MIT"
  8168. ],
  8169. "description": "Interceptors for PHP's native phar:// stream handling",
  8170. "homepage": "https://typo3.org/",
  8171. "keywords": [
  8172. "phar",
  8173. "php",
  8174. "security",
  8175. "stream-wrapper"
  8176. ],
  8177. "time": "2019-10-18T11:59:10+00:00"
  8178. },
  8179. {
  8180. "name": "vlucas/phpdotenv",
  8181. "version": "v2.6.1",
  8182. "source": {
  8183. "type": "git",
  8184. "url": "https://github.com/vlucas/phpdotenv.git",
  8185. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
  8186. },
  8187. "dist": {
  8188. "type": "zip",
  8189. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  8190. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  8191. "shasum": ""
  8192. },
  8193. "require": {
  8194. "php": ">=5.3.9",
  8195. "symfony/polyfill-ctype": "^1.9"
  8196. },
  8197. "require-dev": {
  8198. "phpunit/phpunit": "^4.8.35 || ^5.0"
  8199. },
  8200. "type": "library",
  8201. "extra": {
  8202. "branch-alias": {
  8203. "dev-master": "2.6-dev"
  8204. }
  8205. },
  8206. "autoload": {
  8207. "psr-4": {
  8208. "Dotenv\\": "src/"
  8209. }
  8210. },
  8211. "notification-url": "https://packagist.org/downloads/",
  8212. "license": [
  8213. "BSD-3-Clause"
  8214. ],
  8215. "authors": [
  8216. {
  8217. "name": "Vance Lucas",
  8218. "email": "vance@vancelucas.com",
  8219. "homepage": "http://www.vancelucas.com"
  8220. }
  8221. ],
  8222. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  8223. "keywords": [
  8224. "dotenv",
  8225. "env",
  8226. "environment"
  8227. ],
  8228. "time": "2019-01-29T11:11:52+00:00"
  8229. },
  8230. {
  8231. "name": "webflo/drupal-finder",
  8232. "version": "1.2.0",
  8233. "source": {
  8234. "type": "git",
  8235. "url": "https://github.com/webflo/drupal-finder.git",
  8236. "reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e"
  8237. },
  8238. "dist": {
  8239. "type": "zip",
  8240. "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/123e248e14ee8dd3fbe89fb5a733a6cf91f5820e",
  8241. "reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e",
  8242. "shasum": ""
  8243. },
  8244. "require": {
  8245. "ext-json": "*"
  8246. },
  8247. "require-dev": {
  8248. "mikey179/vfsstream": "^1.6",
  8249. "phpunit/phpunit": "^4.8"
  8250. },
  8251. "type": "library",
  8252. "autoload": {
  8253. "classmap": [
  8254. "src/DrupalFinder.php"
  8255. ]
  8256. },
  8257. "notification-url": "https://packagist.org/downloads/",
  8258. "license": [
  8259. "GPL-2.0+"
  8260. ],
  8261. "authors": [
  8262. {
  8263. "name": "Florian Weber",
  8264. "email": "florian@webflo.org"
  8265. }
  8266. ],
  8267. "description": "Helper class to locate a Drupal installation from a given path.",
  8268. "time": "2019-08-02T08:06:18+00:00"
  8269. },
  8270. {
  8271. "name": "webmozart/assert",
  8272. "version": "1.5.0",
  8273. "source": {
  8274. "type": "git",
  8275. "url": "https://github.com/webmozart/assert.git",
  8276. "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
  8277. },
  8278. "dist": {
  8279. "type": "zip",
  8280. "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
  8281. "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
  8282. "shasum": ""
  8283. },
  8284. "require": {
  8285. "php": "^5.3.3 || ^7.0",
  8286. "symfony/polyfill-ctype": "^1.8"
  8287. },
  8288. "require-dev": {
  8289. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  8290. },
  8291. "type": "library",
  8292. "extra": {
  8293. "branch-alias": {
  8294. "dev-master": "1.3-dev"
  8295. }
  8296. },
  8297. "autoload": {
  8298. "psr-4": {
  8299. "Webmozart\\Assert\\": "src/"
  8300. }
  8301. },
  8302. "notification-url": "https://packagist.org/downloads/",
  8303. "license": [
  8304. "MIT"
  8305. ],
  8306. "authors": [
  8307. {
  8308. "name": "Bernhard Schussek",
  8309. "email": "bschussek@gmail.com"
  8310. }
  8311. ],
  8312. "description": "Assertions to validate method input/output with nice error messages.",
  8313. "keywords": [
  8314. "assert",
  8315. "check",
  8316. "validate"
  8317. ],
  8318. "time": "2019-08-24T08:43:50+00:00"
  8319. },
  8320. {
  8321. "name": "webmozart/path-util",
  8322. "version": "2.3.0",
  8323. "source": {
  8324. "type": "git",
  8325. "url": "https://github.com/webmozart/path-util.git",
  8326. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  8327. },
  8328. "dist": {
  8329. "type": "zip",
  8330. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  8331. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  8332. "shasum": ""
  8333. },
  8334. "require": {
  8335. "php": ">=5.3.3",
  8336. "webmozart/assert": "~1.0"
  8337. },
  8338. "require-dev": {
  8339. "phpunit/phpunit": "^4.6",
  8340. "sebastian/version": "^1.0.1"
  8341. },
  8342. "type": "library",
  8343. "extra": {
  8344. "branch-alias": {
  8345. "dev-master": "2.3-dev"
  8346. }
  8347. },
  8348. "autoload": {
  8349. "psr-4": {
  8350. "Webmozart\\PathUtil\\": "src/"
  8351. }
  8352. },
  8353. "notification-url": "https://packagist.org/downloads/",
  8354. "license": [
  8355. "MIT"
  8356. ],
  8357. "authors": [
  8358. {
  8359. "name": "Bernhard Schussek",
  8360. "email": "bschussek@gmail.com"
  8361. }
  8362. ],
  8363. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  8364. "time": "2015-12-17T08:42:14+00:00"
  8365. },
  8366. {
  8367. "name": "zaporylie/composer-drupal-optimizations",
  8368. "version": "1.1.1",
  8369. "source": {
  8370. "type": "git",
  8371. "url": "https://github.com/zaporylie/composer-drupal-optimizations.git",
  8372. "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d"
  8373. },
  8374. "dist": {
  8375. "type": "zip",
  8376. "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/fb231d92adc862a2c9276bccbc90f684816dc75d",
  8377. "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d",
  8378. "shasum": ""
  8379. },
  8380. "require": {
  8381. "composer-plugin-api": "^1.1"
  8382. },
  8383. "require-dev": {
  8384. "composer/composer": "^1.6",
  8385. "phpunit/phpunit": "^6"
  8386. },
  8387. "type": "composer-plugin",
  8388. "extra": {
  8389. "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin"
  8390. },
  8391. "autoload": {
  8392. "psr-4": {
  8393. "zaporylie\\ComposerDrupalOptimizations\\": "src/"
  8394. }
  8395. },
  8396. "notification-url": "https://packagist.org/downloads/",
  8397. "license": [
  8398. "GPL-2.0-or-later"
  8399. ],
  8400. "authors": [
  8401. {
  8402. "name": "Jakub Piasecki",
  8403. "email": "jakub@piaseccy.pl"
  8404. }
  8405. ],
  8406. "description": "Composer plugin to improve composer performance for Drupal projects",
  8407. "time": "2019-10-02T17:01:11+00:00"
  8408. },
  8409. {
  8410. "name": "zendframework/zend-diactoros",
  8411. "version": "1.8.7",
  8412. "source": {
  8413. "type": "git",
  8414. "url": "https://github.com/zendframework/zend-diactoros.git",
  8415. "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
  8416. },
  8417. "dist": {
  8418. "type": "zip",
  8419. "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
  8420. "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
  8421. "shasum": ""
  8422. },
  8423. "require": {
  8424. "php": "^5.6 || ^7.0",
  8425. "psr/http-message": "^1.0"
  8426. },
  8427. "provide": {
  8428. "psr/http-message-implementation": "1.0"
  8429. },
  8430. "require-dev": {
  8431. "ext-dom": "*",
  8432. "ext-libxml": "*",
  8433. "php-http/psr7-integration-tests": "dev-master",
  8434. "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
  8435. "zendframework/zend-coding-standard": "~1.0"
  8436. },
  8437. "type": "library",
  8438. "extra": {
  8439. "branch-alias": {
  8440. "dev-release-1.8": "1.8.x-dev"
  8441. }
  8442. },
  8443. "autoload": {
  8444. "files": [
  8445. "src/functions/create_uploaded_file.php",
  8446. "src/functions/marshal_headers_from_sapi.php",
  8447. "src/functions/marshal_method_from_sapi.php",
  8448. "src/functions/marshal_protocol_version_from_sapi.php",
  8449. "src/functions/marshal_uri_from_sapi.php",
  8450. "src/functions/normalize_server.php",
  8451. "src/functions/normalize_uploaded_files.php",
  8452. "src/functions/parse_cookie_header.php"
  8453. ],
  8454. "psr-4": {
  8455. "Zend\\Diactoros\\": "src/"
  8456. }
  8457. },
  8458. "notification-url": "https://packagist.org/downloads/",
  8459. "license": [
  8460. "BSD-2-Clause"
  8461. ],
  8462. "description": "PSR HTTP Message implementations",
  8463. "homepage": "https://github.com/zendframework/zend-diactoros",
  8464. "keywords": [
  8465. "http",
  8466. "psr",
  8467. "psr-7"
  8468. ],
  8469. "time": "2019-08-06T17:53:53+00:00"
  8470. },
  8471. {
  8472. "name": "zendframework/zend-escaper",
  8473. "version": "2.6.1",
  8474. "source": {
  8475. "type": "git",
  8476. "url": "https://github.com/zendframework/zend-escaper.git",
  8477. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
  8478. },
  8479. "dist": {
  8480. "type": "zip",
  8481. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  8482. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  8483. "shasum": ""
  8484. },
  8485. "require": {
  8486. "php": "^5.6 || ^7.0"
  8487. },
  8488. "require-dev": {
  8489. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  8490. "zendframework/zend-coding-standard": "~1.0.0"
  8491. },
  8492. "type": "library",
  8493. "extra": {
  8494. "branch-alias": {
  8495. "dev-master": "2.6.x-dev",
  8496. "dev-develop": "2.7.x-dev"
  8497. }
  8498. },
  8499. "autoload": {
  8500. "psr-4": {
  8501. "Zend\\Escaper\\": "src/"
  8502. }
  8503. },
  8504. "notification-url": "https://packagist.org/downloads/",
  8505. "license": [
  8506. "BSD-3-Clause"
  8507. ],
  8508. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  8509. "keywords": [
  8510. "ZendFramework",
  8511. "escaper",
  8512. "zf"
  8513. ],
  8514. "time": "2019-09-05T20:03:20+00:00"
  8515. },
  8516. {
  8517. "name": "zendframework/zend-feed",
  8518. "version": "2.12.0",
  8519. "source": {
  8520. "type": "git",
  8521. "url": "https://github.com/zendframework/zend-feed.git",
  8522. "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733"
  8523. },
  8524. "dist": {
  8525. "type": "zip",
  8526. "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733",
  8527. "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733",
  8528. "shasum": ""
  8529. },
  8530. "require": {
  8531. "ext-dom": "*",
  8532. "ext-libxml": "*",
  8533. "php": "^5.6 || ^7.0",
  8534. "zendframework/zend-escaper": "^2.5.2",
  8535. "zendframework/zend-stdlib": "^3.2.1"
  8536. },
  8537. "require-dev": {
  8538. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  8539. "psr/http-message": "^1.0.1",
  8540. "zendframework/zend-cache": "^2.7.2",
  8541. "zendframework/zend-coding-standard": "~1.0.0",
  8542. "zendframework/zend-db": "^2.8.2",
  8543. "zendframework/zend-http": "^2.7",
  8544. "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
  8545. "zendframework/zend-validator": "^2.10.1"
  8546. },
  8547. "suggest": {
  8548. "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
  8549. "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
  8550. "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
  8551. "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
  8552. "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
  8553. "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
  8554. },
  8555. "type": "library",
  8556. "extra": {
  8557. "branch-alias": {
  8558. "dev-master": "2.12.x-dev",
  8559. "dev-develop": "2.13.x-dev"
  8560. }
  8561. },
  8562. "autoload": {
  8563. "psr-4": {
  8564. "Zend\\Feed\\": "src/"
  8565. }
  8566. },
  8567. "notification-url": "https://packagist.org/downloads/",
  8568. "license": [
  8569. "BSD-3-Clause"
  8570. ],
  8571. "description": "provides functionality for consuming RSS and Atom feeds",
  8572. "keywords": [
  8573. "ZendFramework",
  8574. "feed",
  8575. "zf"
  8576. ],
  8577. "time": "2019-03-05T20:08:49+00:00"
  8578. },
  8579. {
  8580. "name": "zendframework/zend-stdlib",
  8581. "version": "3.2.1",
  8582. "source": {
  8583. "type": "git",
  8584. "url": "https://github.com/zendframework/zend-stdlib.git",
  8585. "reference": "66536006722aff9e62d1b331025089b7ec71c065"
  8586. },
  8587. "dist": {
  8588. "type": "zip",
  8589. "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
  8590. "reference": "66536006722aff9e62d1b331025089b7ec71c065",
  8591. "shasum": ""
  8592. },
  8593. "require": {
  8594. "php": "^5.6 || ^7.0"
  8595. },
  8596. "require-dev": {
  8597. "phpbench/phpbench": "^0.13",
  8598. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  8599. "zendframework/zend-coding-standard": "~1.0.0"
  8600. },
  8601. "type": "library",
  8602. "extra": {
  8603. "branch-alias": {
  8604. "dev-master": "3.2.x-dev",
  8605. "dev-develop": "3.3.x-dev"
  8606. }
  8607. },
  8608. "autoload": {
  8609. "psr-4": {
  8610. "Zend\\Stdlib\\": "src/"
  8611. }
  8612. },
  8613. "notification-url": "https://packagist.org/downloads/",
  8614. "license": [
  8615. "BSD-3-Clause"
  8616. ],
  8617. "description": "SPL extensions, array utilities, error handlers, and more",
  8618. "keywords": [
  8619. "ZendFramework",
  8620. "stdlib",
  8621. "zf"
  8622. ],
  8623. "time": "2018-08-28T21:34:05+00:00"
  8624. }
  8625. ],
  8626. "packages-dev": [
  8627. {
  8628. "name": "behat/mink",
  8629. "version": "dev-master",
  8630. "source": {
  8631. "type": "git",
  8632. "url": "https://github.com/minkphp/Mink.git",
  8633. "reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83"
  8634. },
  8635. "dist": {
  8636. "type": "zip",
  8637. "url": "https://api.github.com/repos/minkphp/Mink/zipball/a534fe7dac9525e8e10ca68e737c3d7e5058ec83",
  8638. "reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83",
  8639. "shasum": ""
  8640. },
  8641. "require": {
  8642. "php": ">=5.3.1",
  8643. "symfony/css-selector": "^2.7|^3.0|^4.0"
  8644. },
  8645. "require-dev": {
  8646. "symfony/phpunit-bridge": "^4.2"
  8647. },
  8648. "suggest": {
  8649. "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
  8650. "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
  8651. "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
  8652. "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
  8653. "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
  8654. },
  8655. "type": "library",
  8656. "extra": {
  8657. "branch-alias": {
  8658. "dev-master": "1.7.x-dev"
  8659. }
  8660. },
  8661. "autoload": {
  8662. "psr-4": {
  8663. "Behat\\Mink\\": "src/"
  8664. }
  8665. },
  8666. "notification-url": "https://packagist.org/downloads/",
  8667. "license": [
  8668. "MIT"
  8669. ],
  8670. "authors": [
  8671. {
  8672. "name": "Konstantin Kudryashov",
  8673. "email": "ever.zet@gmail.com",
  8674. "homepage": "http://everzet.com"
  8675. }
  8676. ],
  8677. "description": "Browser controller/emulator abstraction for PHP",
  8678. "homepage": "http://mink.behat.org/",
  8679. "keywords": [
  8680. "browser",
  8681. "testing",
  8682. "web"
  8683. ],
  8684. "time": "2019-07-15T12:45:29+00:00"
  8685. },
  8686. {
  8687. "name": "behat/mink-browserkit-driver",
  8688. "version": "1.3.3",
  8689. "source": {
  8690. "type": "git",
  8691. "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
  8692. "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
  8693. },
  8694. "dist": {
  8695. "type": "zip",
  8696. "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
  8697. "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
  8698. "shasum": ""
  8699. },
  8700. "require": {
  8701. "behat/mink": "^1.7.1@dev",
  8702. "php": ">=5.3.6",
  8703. "symfony/browser-kit": "~2.3|~3.0|~4.0",
  8704. "symfony/dom-crawler": "~2.3|~3.0|~4.0"
  8705. },
  8706. "require-dev": {
  8707. "mink/driver-testsuite": "dev-master",
  8708. "symfony/http-kernel": "~2.3|~3.0|~4.0"
  8709. },
  8710. "type": "mink-driver",
  8711. "extra": {
  8712. "branch-alias": {
  8713. "dev-master": "1.3.x-dev"
  8714. }
  8715. },
  8716. "autoload": {
  8717. "psr-4": {
  8718. "Behat\\Mink\\Driver\\": "src/"
  8719. }
  8720. },
  8721. "notification-url": "https://packagist.org/downloads/",
  8722. "license": [
  8723. "MIT"
  8724. ],
  8725. "authors": [
  8726. {
  8727. "name": "Konstantin Kudryashov",
  8728. "email": "ever.zet@gmail.com",
  8729. "homepage": "http://everzet.com"
  8730. }
  8731. ],
  8732. "description": "Symfony2 BrowserKit driver for Mink framework",
  8733. "homepage": "http://mink.behat.org/",
  8734. "keywords": [
  8735. "Mink",
  8736. "Symfony2",
  8737. "browser",
  8738. "testing"
  8739. ],
  8740. "time": "2018-05-02T09:25:31+00:00"
  8741. },
  8742. {
  8743. "name": "behat/mink-goutte-driver",
  8744. "version": "v1.2.1",
  8745. "source": {
  8746. "type": "git",
  8747. "url": "https://github.com/minkphp/MinkGoutteDriver.git",
  8748. "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
  8749. },
  8750. "dist": {
  8751. "type": "zip",
  8752. "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  8753. "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  8754. "shasum": ""
  8755. },
  8756. "require": {
  8757. "behat/mink": "~1.6@dev",
  8758. "behat/mink-browserkit-driver": "~1.2@dev",
  8759. "fabpot/goutte": "~1.0.4|~2.0|~3.1",
  8760. "php": ">=5.3.1"
  8761. },
  8762. "require-dev": {
  8763. "symfony/phpunit-bridge": "~2.7|~3.0"
  8764. },
  8765. "type": "mink-driver",
  8766. "extra": {
  8767. "branch-alias": {
  8768. "dev-master": "1.2.x-dev"
  8769. }
  8770. },
  8771. "autoload": {
  8772. "psr-4": {
  8773. "Behat\\Mink\\Driver\\": "src/"
  8774. }
  8775. },
  8776. "notification-url": "https://packagist.org/downloads/",
  8777. "license": [
  8778. "MIT"
  8779. ],
  8780. "authors": [
  8781. {
  8782. "name": "Konstantin Kudryashov",
  8783. "email": "ever.zet@gmail.com",
  8784. "homepage": "http://everzet.com"
  8785. }
  8786. ],
  8787. "description": "Goutte driver for Mink framework",
  8788. "homepage": "http://mink.behat.org/",
  8789. "keywords": [
  8790. "browser",
  8791. "goutte",
  8792. "headless",
  8793. "testing"
  8794. ],
  8795. "time": "2016-03-05T09:04:22+00:00"
  8796. },
  8797. {
  8798. "name": "behat/mink-selenium2-driver",
  8799. "version": "1.3.x-dev",
  8800. "source": {
  8801. "type": "git",
  8802. "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
  8803. "reference": "0a09c4341621fca937a726827611b20ce3e2c259"
  8804. },
  8805. "dist": {
  8806. "type": "zip",
  8807. "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/0a09c4341621fca937a726827611b20ce3e2c259",
  8808. "reference": "0a09c4341621fca937a726827611b20ce3e2c259",
  8809. "shasum": ""
  8810. },
  8811. "require": {
  8812. "behat/mink": "~1.7@dev",
  8813. "instaclick/php-webdriver": "~1.1",
  8814. "php": ">=5.4"
  8815. },
  8816. "require-dev": {
  8817. "mink/driver-testsuite": "dev-master"
  8818. },
  8819. "type": "mink-driver",
  8820. "extra": {
  8821. "branch-alias": {
  8822. "dev-master": "1.3.x-dev"
  8823. }
  8824. },
  8825. "autoload": {
  8826. "psr-4": {
  8827. "Behat\\Mink\\Driver\\": "src/"
  8828. }
  8829. },
  8830. "notification-url": "https://packagist.org/downloads/",
  8831. "license": [
  8832. "MIT"
  8833. ],
  8834. "authors": [
  8835. {
  8836. "name": "Pete Otaqui",
  8837. "email": "pete@otaqui.com",
  8838. "homepage": "https://github.com/pete-otaqui"
  8839. },
  8840. {
  8841. "name": "Konstantin Kudryashov",
  8842. "email": "ever.zet@gmail.com",
  8843. "homepage": "http://everzet.com"
  8844. }
  8845. ],
  8846. "description": "Selenium2 (WebDriver) driver for Mink framework",
  8847. "homepage": "http://mink.behat.org/",
  8848. "keywords": [
  8849. "ajax",
  8850. "browser",
  8851. "javascript",
  8852. "selenium",
  8853. "testing",
  8854. "webdriver"
  8855. ],
  8856. "time": "2019-09-02T09:46:54+00:00"
  8857. },
  8858. {
  8859. "name": "doctrine/instantiator",
  8860. "version": "1.3.0",
  8861. "source": {
  8862. "type": "git",
  8863. "url": "https://github.com/doctrine/instantiator.git",
  8864. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
  8865. },
  8866. "dist": {
  8867. "type": "zip",
  8868. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
  8869. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
  8870. "shasum": ""
  8871. },
  8872. "require": {
  8873. "php": "^7.1"
  8874. },
  8875. "require-dev": {
  8876. "doctrine/coding-standard": "^6.0",
  8877. "ext-pdo": "*",
  8878. "ext-phar": "*",
  8879. "phpbench/phpbench": "^0.13",
  8880. "phpstan/phpstan-phpunit": "^0.11",
  8881. "phpstan/phpstan-shim": "^0.11",
  8882. "phpunit/phpunit": "^7.0"
  8883. },
  8884. "type": "library",
  8885. "extra": {
  8886. "branch-alias": {
  8887. "dev-master": "1.2.x-dev"
  8888. }
  8889. },
  8890. "autoload": {
  8891. "psr-4": {
  8892. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  8893. }
  8894. },
  8895. "notification-url": "https://packagist.org/downloads/",
  8896. "license": [
  8897. "MIT"
  8898. ],
  8899. "authors": [
  8900. {
  8901. "name": "Marco Pivetta",
  8902. "email": "ocramius@gmail.com",
  8903. "homepage": "http://ocramius.github.com/"
  8904. }
  8905. ],
  8906. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  8907. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  8908. "keywords": [
  8909. "constructor",
  8910. "instantiate"
  8911. ],
  8912. "time": "2019-10-21T16:45:58+00:00"
  8913. },
  8914. {
  8915. "name": "drupal/coder",
  8916. "version": "8.3.6",
  8917. "source": {
  8918. "type": "git",
  8919. "url": "https://git.drupalcode.org/project/coder.git",
  8920. "reference": "4337ddf58d28dbdee4e1367bf71ee13393ab9820"
  8921. },
  8922. "require": {
  8923. "ext-mbstring": "*",
  8924. "php": ">=5.5.9",
  8925. "squizlabs/php_codesniffer": "^3.4.1",
  8926. "symfony/yaml": ">=2.0.5"
  8927. },
  8928. "require-dev": {
  8929. "phpunit/phpunit": ">=3.7 <6"
  8930. },
  8931. "type": "phpcodesniffer-standard",
  8932. "autoload": {
  8933. "psr-0": {
  8934. "Drupal\\": "coder_sniffer/Drupal/",
  8935. "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
  8936. }
  8937. },
  8938. "notification-url": "https://packagist.org/downloads/",
  8939. "license": [
  8940. "GPL-2.0+"
  8941. ],
  8942. "description": "Coder is a library to review Drupal code.",
  8943. "homepage": "https://www.drupal.org/project/coder",
  8944. "keywords": [
  8945. "code review",
  8946. "phpcs",
  8947. "standards"
  8948. ],
  8949. "time": "2019-08-09T09:27:26+00:00"
  8950. },
  8951. {
  8952. "name": "fabpot/goutte",
  8953. "version": "v3.2.3",
  8954. "source": {
  8955. "type": "git",
  8956. "url": "https://github.com/FriendsOfPHP/Goutte.git",
  8957. "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
  8958. },
  8959. "dist": {
  8960. "type": "zip",
  8961. "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
  8962. "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
  8963. "shasum": ""
  8964. },
  8965. "require": {
  8966. "guzzlehttp/guzzle": "^6.0",
  8967. "php": ">=5.5.0",
  8968. "symfony/browser-kit": "~2.1|~3.0|~4.0",
  8969. "symfony/css-selector": "~2.1|~3.0|~4.0",
  8970. "symfony/dom-crawler": "~2.1|~3.0|~4.0"
  8971. },
  8972. "require-dev": {
  8973. "symfony/phpunit-bridge": "^3.3 || ^4"
  8974. },
  8975. "type": "application",
  8976. "extra": {
  8977. "branch-alias": {
  8978. "dev-master": "3.2-dev"
  8979. }
  8980. },
  8981. "autoload": {
  8982. "psr-4": {
  8983. "Goutte\\": "Goutte"
  8984. },
  8985. "exclude-from-classmap": [
  8986. "Goutte/Tests"
  8987. ]
  8988. },
  8989. "notification-url": "https://packagist.org/downloads/",
  8990. "license": [
  8991. "MIT"
  8992. ],
  8993. "authors": [
  8994. {
  8995. "name": "Fabien Potencier",
  8996. "email": "fabien@symfony.com"
  8997. }
  8998. ],
  8999. "description": "A simple PHP Web Scraper",
  9000. "homepage": "https://github.com/FriendsOfPHP/Goutte",
  9001. "keywords": [
  9002. "scraper"
  9003. ],
  9004. "time": "2018-06-29T15:13:57+00:00"
  9005. },
  9006. {
  9007. "name": "instaclick/php-webdriver",
  9008. "version": "1.4.6",
  9009. "source": {
  9010. "type": "git",
  9011. "url": "https://github.com/instaclick/php-webdriver.git",
  9012. "reference": "bd9405077ca04129a73059a06873bedb5e138402"
  9013. },
  9014. "dist": {
  9015. "type": "zip",
  9016. "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/bd9405077ca04129a73059a06873bedb5e138402",
  9017. "reference": "bd9405077ca04129a73059a06873bedb5e138402",
  9018. "shasum": ""
  9019. },
  9020. "require": {
  9021. "ext-curl": "*",
  9022. "php": ">=5.3.2"
  9023. },
  9024. "require-dev": {
  9025. "phpunit/phpunit": "^4.8",
  9026. "satooshi/php-coveralls": "^1.0||^2.0"
  9027. },
  9028. "type": "library",
  9029. "extra": {
  9030. "branch-alias": {
  9031. "dev-master": "1.4.x-dev"
  9032. }
  9033. },
  9034. "autoload": {
  9035. "psr-0": {
  9036. "WebDriver": "lib/"
  9037. }
  9038. },
  9039. "notification-url": "https://packagist.org/downloads/",
  9040. "license": [
  9041. "Apache-2.0"
  9042. ],
  9043. "authors": [
  9044. {
  9045. "name": "Justin Bishop",
  9046. "email": "jubishop@gmail.com",
  9047. "role": "Developer"
  9048. },
  9049. {
  9050. "name": "Anthon Pang",
  9051. "email": "apang@softwaredevelopment.ca",
  9052. "role": "Fork Maintainer"
  9053. }
  9054. ],
  9055. "description": "PHP WebDriver for Selenium 2",
  9056. "homepage": "http://instaclick.com/",
  9057. "keywords": [
  9058. "browser",
  9059. "selenium",
  9060. "webdriver",
  9061. "webtest"
  9062. ],
  9063. "time": "2019-09-23T15:50:44+00:00"
  9064. },
  9065. {
  9066. "name": "jcalderonzumba/gastonjs",
  9067. "version": "v1.2.0",
  9068. "source": {
  9069. "type": "git",
  9070. "url": "https://github.com/jcalderonzumba/gastonjs.git",
  9071. "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3"
  9072. },
  9073. "dist": {
  9074. "type": "zip",
  9075. "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/575a9c18d8b87990c37252e8d9707b29f0a313f3",
  9076. "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3",
  9077. "shasum": ""
  9078. },
  9079. "require": {
  9080. "guzzlehttp/guzzle": "~5.0|~6.0",
  9081. "php": ">=5.4"
  9082. },
  9083. "require-dev": {
  9084. "phpunit/phpunit": "~4.6",
  9085. "silex/silex": "~1.2",
  9086. "symfony/phpunit-bridge": "~2.7",
  9087. "symfony/process": "~2.1"
  9088. },
  9089. "type": "phantomjs-api",
  9090. "extra": {
  9091. "branch-alias": {
  9092. "dev-master": "1.1.x-dev"
  9093. }
  9094. },
  9095. "autoload": {
  9096. "psr-4": {
  9097. "Zumba\\GastonJS\\": "src"
  9098. }
  9099. },
  9100. "notification-url": "https://packagist.org/downloads/",
  9101. "license": [
  9102. "MIT"
  9103. ],
  9104. "authors": [
  9105. {
  9106. "name": "Juan Francisco Calderón Zumba",
  9107. "email": "juanfcz@gmail.com",
  9108. "homepage": "http://github.com/jcalderonzumba"
  9109. }
  9110. ],
  9111. "description": "PhantomJS API based server for webpage automation",
  9112. "homepage": "https://github.com/jcalderonzumba/gastonjs",
  9113. "keywords": [
  9114. "api",
  9115. "automation",
  9116. "browser",
  9117. "headless",
  9118. "phantomjs"
  9119. ],
  9120. "time": "2017-03-31T07:31:47+00:00"
  9121. },
  9122. {
  9123. "name": "jcalderonzumba/mink-phantomjs-driver",
  9124. "version": "v0.3.3",
  9125. "source": {
  9126. "type": "git",
  9127. "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
  9128. "reference": "008f43670e94acd39273d15add1e7348eb23848d"
  9129. },
  9130. "dist": {
  9131. "type": "zip",
  9132. "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
  9133. "reference": "008f43670e94acd39273d15add1e7348eb23848d",
  9134. "shasum": ""
  9135. },
  9136. "require": {
  9137. "behat/mink": "~1.7",
  9138. "jcalderonzumba/gastonjs": "~1.0",
  9139. "php": ">=5.4",
  9140. "twig/twig": "~1.20|~2.0"
  9141. },
  9142. "require-dev": {
  9143. "mink/driver-testsuite": "dev-master",
  9144. "phpunit/phpunit": "~4.6"
  9145. },
  9146. "type": "mink-driver",
  9147. "extra": {
  9148. "branch-alias": {
  9149. "dev-master": "0.4.x-dev"
  9150. }
  9151. },
  9152. "autoload": {
  9153. "psr-4": {
  9154. "Zumba\\Mink\\Driver\\": "src"
  9155. }
  9156. },
  9157. "notification-url": "https://packagist.org/downloads/",
  9158. "license": [
  9159. "MIT"
  9160. ],
  9161. "authors": [
  9162. {
  9163. "name": "Juan Francisco Calderón Zumba",
  9164. "email": "juanfcz@gmail.com",
  9165. "homepage": "http://github.com/jcalderonzumba"
  9166. }
  9167. ],
  9168. "description": "PhantomJS driver for Mink framework",
  9169. "homepage": "http://mink.behat.org/",
  9170. "keywords": [
  9171. "ajax",
  9172. "browser",
  9173. "headless",
  9174. "javascript",
  9175. "phantomjs",
  9176. "testing"
  9177. ],
  9178. "time": "2016-12-01T10:57:30+00:00"
  9179. },
  9180. {
  9181. "name": "justinrainbow/json-schema",
  9182. "version": "5.2.9",
  9183. "source": {
  9184. "type": "git",
  9185. "url": "https://github.com/justinrainbow/json-schema.git",
  9186. "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
  9187. },
  9188. "dist": {
  9189. "type": "zip",
  9190. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  9191. "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
  9192. "shasum": ""
  9193. },
  9194. "require": {
  9195. "php": ">=5.3.3"
  9196. },
  9197. "require-dev": {
  9198. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  9199. "json-schema/json-schema-test-suite": "1.2.0",
  9200. "phpunit/phpunit": "^4.8.35"
  9201. },
  9202. "bin": [
  9203. "bin/validate-json"
  9204. ],
  9205. "type": "library",
  9206. "extra": {
  9207. "branch-alias": {
  9208. "dev-master": "5.0.x-dev"
  9209. }
  9210. },
  9211. "autoload": {
  9212. "psr-4": {
  9213. "JsonSchema\\": "src/JsonSchema/"
  9214. }
  9215. },
  9216. "notification-url": "https://packagist.org/downloads/",
  9217. "license": [
  9218. "MIT"
  9219. ],
  9220. "authors": [
  9221. {
  9222. "name": "Bruno Prieto Reis",
  9223. "email": "bruno.p.reis@gmail.com"
  9224. },
  9225. {
  9226. "name": "Justin Rainbow",
  9227. "email": "justin.rainbow@gmail.com"
  9228. },
  9229. {
  9230. "name": "Igor Wiedler",
  9231. "email": "igor@wiedler.ch"
  9232. },
  9233. {
  9234. "name": "Robert Schönthal",
  9235. "email": "seroscho@googlemail.com"
  9236. }
  9237. ],
  9238. "description": "A library to validate a json schema.",
  9239. "homepage": "https://github.com/justinrainbow/json-schema",
  9240. "keywords": [
  9241. "json",
  9242. "schema"
  9243. ],
  9244. "time": "2019-09-25T14:49:45+00:00"
  9245. },
  9246. {
  9247. "name": "mikey179/vfsstream",
  9248. "version": "v1.6.8",
  9249. "source": {
  9250. "type": "git",
  9251. "url": "https://github.com/bovigo/vfsStream.git",
  9252. "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
  9253. },
  9254. "dist": {
  9255. "type": "zip",
  9256. "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
  9257. "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
  9258. "shasum": ""
  9259. },
  9260. "require": {
  9261. "php": ">=5.3.0"
  9262. },
  9263. "require-dev": {
  9264. "phpunit/phpunit": "^4.5|^5.0"
  9265. },
  9266. "type": "library",
  9267. "extra": {
  9268. "branch-alias": {
  9269. "dev-master": "1.6.x-dev"
  9270. }
  9271. },
  9272. "autoload": {
  9273. "psr-0": {
  9274. "org\\bovigo\\vfs\\": "src/main/php"
  9275. }
  9276. },
  9277. "notification-url": "https://packagist.org/downloads/",
  9278. "license": [
  9279. "BSD-3-Clause"
  9280. ],
  9281. "authors": [
  9282. {
  9283. "name": "Frank Kleine",
  9284. "homepage": "http://frankkleine.de/",
  9285. "role": "Developer"
  9286. }
  9287. ],
  9288. "description": "Virtual file system to mock the real file system in unit tests.",
  9289. "homepage": "http://vfs.bovigo.org/",
  9290. "time": "2019-10-30T15:31:00+00:00"
  9291. },
  9292. {
  9293. "name": "myclabs/deep-copy",
  9294. "version": "1.9.3",
  9295. "source": {
  9296. "type": "git",
  9297. "url": "https://github.com/myclabs/DeepCopy.git",
  9298. "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
  9299. },
  9300. "dist": {
  9301. "type": "zip",
  9302. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
  9303. "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
  9304. "shasum": ""
  9305. },
  9306. "require": {
  9307. "php": "^7.1"
  9308. },
  9309. "replace": {
  9310. "myclabs/deep-copy": "self.version"
  9311. },
  9312. "require-dev": {
  9313. "doctrine/collections": "^1.0",
  9314. "doctrine/common": "^2.6",
  9315. "phpunit/phpunit": "^7.1"
  9316. },
  9317. "type": "library",
  9318. "autoload": {
  9319. "psr-4": {
  9320. "DeepCopy\\": "src/DeepCopy/"
  9321. },
  9322. "files": [
  9323. "src/DeepCopy/deep_copy.php"
  9324. ]
  9325. },
  9326. "notification-url": "https://packagist.org/downloads/",
  9327. "license": [
  9328. "MIT"
  9329. ],
  9330. "description": "Create deep copies (clones) of your objects",
  9331. "keywords": [
  9332. "clone",
  9333. "copy",
  9334. "duplicate",
  9335. "object",
  9336. "object graph"
  9337. ],
  9338. "time": "2019-08-09T12:45:53+00:00"
  9339. },
  9340. {
  9341. "name": "phar-io/manifest",
  9342. "version": "1.0.1",
  9343. "source": {
  9344. "type": "git",
  9345. "url": "https://github.com/phar-io/manifest.git",
  9346. "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
  9347. },
  9348. "dist": {
  9349. "type": "zip",
  9350. "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
  9351. "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
  9352. "shasum": ""
  9353. },
  9354. "require": {
  9355. "ext-dom": "*",
  9356. "ext-phar": "*",
  9357. "phar-io/version": "^1.0.1",
  9358. "php": "^5.6 || ^7.0"
  9359. },
  9360. "type": "library",
  9361. "extra": {
  9362. "branch-alias": {
  9363. "dev-master": "1.0.x-dev"
  9364. }
  9365. },
  9366. "autoload": {
  9367. "classmap": [
  9368. "src/"
  9369. ]
  9370. },
  9371. "notification-url": "https://packagist.org/downloads/",
  9372. "license": [
  9373. "BSD-3-Clause"
  9374. ],
  9375. "authors": [
  9376. {
  9377. "name": "Arne Blankerts",
  9378. "email": "arne@blankerts.de",
  9379. "role": "Developer"
  9380. },
  9381. {
  9382. "name": "Sebastian Heuer",
  9383. "email": "sebastian@phpeople.de",
  9384. "role": "Developer"
  9385. },
  9386. {
  9387. "name": "Sebastian Bergmann",
  9388. "email": "sebastian@phpunit.de",
  9389. "role": "Developer"
  9390. }
  9391. ],
  9392. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  9393. "time": "2017-03-05T18:14:27+00:00"
  9394. },
  9395. {
  9396. "name": "phar-io/version",
  9397. "version": "1.0.1",
  9398. "source": {
  9399. "type": "git",
  9400. "url": "https://github.com/phar-io/version.git",
  9401. "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
  9402. },
  9403. "dist": {
  9404. "type": "zip",
  9405. "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
  9406. "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
  9407. "shasum": ""
  9408. },
  9409. "require": {
  9410. "php": "^5.6 || ^7.0"
  9411. },
  9412. "type": "library",
  9413. "autoload": {
  9414. "classmap": [
  9415. "src/"
  9416. ]
  9417. },
  9418. "notification-url": "https://packagist.org/downloads/",
  9419. "license": [
  9420. "BSD-3-Clause"
  9421. ],
  9422. "authors": [
  9423. {
  9424. "name": "Arne Blankerts",
  9425. "email": "arne@blankerts.de",
  9426. "role": "Developer"
  9427. },
  9428. {
  9429. "name": "Sebastian Heuer",
  9430. "email": "sebastian@phpeople.de",
  9431. "role": "Developer"
  9432. },
  9433. {
  9434. "name": "Sebastian Bergmann",
  9435. "email": "sebastian@phpunit.de",
  9436. "role": "Developer"
  9437. }
  9438. ],
  9439. "description": "Library for handling version information and constraints",
  9440. "time": "2017-03-05T17:38:23+00:00"
  9441. },
  9442. {
  9443. "name": "phpdocumentor/reflection-common",
  9444. "version": "2.0.0",
  9445. "source": {
  9446. "type": "git",
  9447. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  9448. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
  9449. },
  9450. "dist": {
  9451. "type": "zip",
  9452. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
  9453. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
  9454. "shasum": ""
  9455. },
  9456. "require": {
  9457. "php": ">=7.1"
  9458. },
  9459. "require-dev": {
  9460. "phpunit/phpunit": "~6"
  9461. },
  9462. "type": "library",
  9463. "extra": {
  9464. "branch-alias": {
  9465. "dev-master": "2.x-dev"
  9466. }
  9467. },
  9468. "autoload": {
  9469. "psr-4": {
  9470. "phpDocumentor\\Reflection\\": "src/"
  9471. }
  9472. },
  9473. "notification-url": "https://packagist.org/downloads/",
  9474. "license": [
  9475. "MIT"
  9476. ],
  9477. "authors": [
  9478. {
  9479. "name": "Jaap van Otterdijk",
  9480. "email": "opensource@ijaap.nl"
  9481. }
  9482. ],
  9483. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  9484. "homepage": "http://www.phpdoc.org",
  9485. "keywords": [
  9486. "FQSEN",
  9487. "phpDocumentor",
  9488. "phpdoc",
  9489. "reflection",
  9490. "static analysis"
  9491. ],
  9492. "time": "2018-08-07T13:53:10+00:00"
  9493. },
  9494. {
  9495. "name": "phpdocumentor/reflection-docblock",
  9496. "version": "4.3.2",
  9497. "source": {
  9498. "type": "git",
  9499. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  9500. "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
  9501. },
  9502. "dist": {
  9503. "type": "zip",
  9504. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
  9505. "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
  9506. "shasum": ""
  9507. },
  9508. "require": {
  9509. "php": "^7.0",
  9510. "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
  9511. "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
  9512. "webmozart/assert": "^1.0"
  9513. },
  9514. "require-dev": {
  9515. "doctrine/instantiator": "^1.0.5",
  9516. "mockery/mockery": "^1.0",
  9517. "phpunit/phpunit": "^6.4"
  9518. },
  9519. "type": "library",
  9520. "extra": {
  9521. "branch-alias": {
  9522. "dev-master": "4.x-dev"
  9523. }
  9524. },
  9525. "autoload": {
  9526. "psr-4": {
  9527. "phpDocumentor\\Reflection\\": [
  9528. "src/"
  9529. ]
  9530. }
  9531. },
  9532. "notification-url": "https://packagist.org/downloads/",
  9533. "license": [
  9534. "MIT"
  9535. ],
  9536. "authors": [
  9537. {
  9538. "name": "Mike van Riel",
  9539. "email": "me@mikevanriel.com"
  9540. }
  9541. ],
  9542. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  9543. "time": "2019-09-12T14:27:41+00:00"
  9544. },
  9545. {
  9546. "name": "phpdocumentor/type-resolver",
  9547. "version": "1.0.1",
  9548. "source": {
  9549. "type": "git",
  9550. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  9551. "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
  9552. },
  9553. "dist": {
  9554. "type": "zip",
  9555. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
  9556. "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
  9557. "shasum": ""
  9558. },
  9559. "require": {
  9560. "php": "^7.1",
  9561. "phpdocumentor/reflection-common": "^2.0"
  9562. },
  9563. "require-dev": {
  9564. "ext-tokenizer": "^7.1",
  9565. "mockery/mockery": "~1",
  9566. "phpunit/phpunit": "^7.0"
  9567. },
  9568. "type": "library",
  9569. "extra": {
  9570. "branch-alias": {
  9571. "dev-master": "1.x-dev"
  9572. }
  9573. },
  9574. "autoload": {
  9575. "psr-4": {
  9576. "phpDocumentor\\Reflection\\": "src"
  9577. }
  9578. },
  9579. "notification-url": "https://packagist.org/downloads/",
  9580. "license": [
  9581. "MIT"
  9582. ],
  9583. "authors": [
  9584. {
  9585. "name": "Mike van Riel",
  9586. "email": "me@mikevanriel.com"
  9587. }
  9588. ],
  9589. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  9590. "time": "2019-08-22T18:11:29+00:00"
  9591. },
  9592. {
  9593. "name": "phpspec/prophecy",
  9594. "version": "1.9.0",
  9595. "source": {
  9596. "type": "git",
  9597. "url": "https://github.com/phpspec/prophecy.git",
  9598. "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
  9599. },
  9600. "dist": {
  9601. "type": "zip",
  9602. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
  9603. "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
  9604. "shasum": ""
  9605. },
  9606. "require": {
  9607. "doctrine/instantiator": "^1.0.2",
  9608. "php": "^5.3|^7.0",
  9609. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  9610. "sebastian/comparator": "^1.1|^2.0|^3.0",
  9611. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  9612. },
  9613. "require-dev": {
  9614. "phpspec/phpspec": "^2.5|^3.2",
  9615. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  9616. },
  9617. "type": "library",
  9618. "extra": {
  9619. "branch-alias": {
  9620. "dev-master": "1.8.x-dev"
  9621. }
  9622. },
  9623. "autoload": {
  9624. "psr-4": {
  9625. "Prophecy\\": "src/Prophecy"
  9626. }
  9627. },
  9628. "notification-url": "https://packagist.org/downloads/",
  9629. "license": [
  9630. "MIT"
  9631. ],
  9632. "authors": [
  9633. {
  9634. "name": "Konstantin Kudryashov",
  9635. "email": "ever.zet@gmail.com",
  9636. "homepage": "http://everzet.com"
  9637. },
  9638. {
  9639. "name": "Marcello Duarte",
  9640. "email": "marcello.duarte@gmail.com"
  9641. }
  9642. ],
  9643. "description": "Highly opinionated mocking framework for PHP 5.3+",
  9644. "homepage": "https://github.com/phpspec/prophecy",
  9645. "keywords": [
  9646. "Double",
  9647. "Dummy",
  9648. "fake",
  9649. "mock",
  9650. "spy",
  9651. "stub"
  9652. ],
  9653. "time": "2019-10-03T11:07:50+00:00"
  9654. },
  9655. {
  9656. "name": "phpunit/php-code-coverage",
  9657. "version": "5.3.2",
  9658. "source": {
  9659. "type": "git",
  9660. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  9661. "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
  9662. },
  9663. "dist": {
  9664. "type": "zip",
  9665. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
  9666. "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
  9667. "shasum": ""
  9668. },
  9669. "require": {
  9670. "ext-dom": "*",
  9671. "ext-xmlwriter": "*",
  9672. "php": "^7.0",
  9673. "phpunit/php-file-iterator": "^1.4.2",
  9674. "phpunit/php-text-template": "^1.2.1",
  9675. "phpunit/php-token-stream": "^2.0.1",
  9676. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  9677. "sebastian/environment": "^3.0",
  9678. "sebastian/version": "^2.0.1",
  9679. "theseer/tokenizer": "^1.1"
  9680. },
  9681. "require-dev": {
  9682. "phpunit/phpunit": "^6.0"
  9683. },
  9684. "suggest": {
  9685. "ext-xdebug": "^2.5.5"
  9686. },
  9687. "type": "library",
  9688. "extra": {
  9689. "branch-alias": {
  9690. "dev-master": "5.3.x-dev"
  9691. }
  9692. },
  9693. "autoload": {
  9694. "classmap": [
  9695. "src/"
  9696. ]
  9697. },
  9698. "notification-url": "https://packagist.org/downloads/",
  9699. "license": [
  9700. "BSD-3-Clause"
  9701. ],
  9702. "authors": [
  9703. {
  9704. "name": "Sebastian Bergmann",
  9705. "email": "sebastian@phpunit.de",
  9706. "role": "lead"
  9707. }
  9708. ],
  9709. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  9710. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  9711. "keywords": [
  9712. "coverage",
  9713. "testing",
  9714. "xunit"
  9715. ],
  9716. "time": "2018-04-06T15:36:58+00:00"
  9717. },
  9718. {
  9719. "name": "phpunit/php-file-iterator",
  9720. "version": "1.4.5",
  9721. "source": {
  9722. "type": "git",
  9723. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  9724. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  9725. },
  9726. "dist": {
  9727. "type": "zip",
  9728. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  9729. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  9730. "shasum": ""
  9731. },
  9732. "require": {
  9733. "php": ">=5.3.3"
  9734. },
  9735. "type": "library",
  9736. "extra": {
  9737. "branch-alias": {
  9738. "dev-master": "1.4.x-dev"
  9739. }
  9740. },
  9741. "autoload": {
  9742. "classmap": [
  9743. "src/"
  9744. ]
  9745. },
  9746. "notification-url": "https://packagist.org/downloads/",
  9747. "license": [
  9748. "BSD-3-Clause"
  9749. ],
  9750. "authors": [
  9751. {
  9752. "name": "Sebastian Bergmann",
  9753. "email": "sb@sebastian-bergmann.de",
  9754. "role": "lead"
  9755. }
  9756. ],
  9757. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  9758. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  9759. "keywords": [
  9760. "filesystem",
  9761. "iterator"
  9762. ],
  9763. "time": "2017-11-27T13:52:08+00:00"
  9764. },
  9765. {
  9766. "name": "phpunit/php-text-template",
  9767. "version": "1.2.1",
  9768. "source": {
  9769. "type": "git",
  9770. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  9771. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  9772. },
  9773. "dist": {
  9774. "type": "zip",
  9775. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  9776. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  9777. "shasum": ""
  9778. },
  9779. "require": {
  9780. "php": ">=5.3.3"
  9781. },
  9782. "type": "library",
  9783. "autoload": {
  9784. "classmap": [
  9785. "src/"
  9786. ]
  9787. },
  9788. "notification-url": "https://packagist.org/downloads/",
  9789. "license": [
  9790. "BSD-3-Clause"
  9791. ],
  9792. "authors": [
  9793. {
  9794. "name": "Sebastian Bergmann",
  9795. "email": "sebastian@phpunit.de",
  9796. "role": "lead"
  9797. }
  9798. ],
  9799. "description": "Simple template engine.",
  9800. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  9801. "keywords": [
  9802. "template"
  9803. ],
  9804. "time": "2015-06-21T13:50:34+00:00"
  9805. },
  9806. {
  9807. "name": "phpunit/php-timer",
  9808. "version": "1.0.9",
  9809. "source": {
  9810. "type": "git",
  9811. "url": "https://github.com/sebastianbergmann/php-timer.git",
  9812. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  9813. },
  9814. "dist": {
  9815. "type": "zip",
  9816. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  9817. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  9818. "shasum": ""
  9819. },
  9820. "require": {
  9821. "php": "^5.3.3 || ^7.0"
  9822. },
  9823. "require-dev": {
  9824. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  9825. },
  9826. "type": "library",
  9827. "extra": {
  9828. "branch-alias": {
  9829. "dev-master": "1.0-dev"
  9830. }
  9831. },
  9832. "autoload": {
  9833. "classmap": [
  9834. "src/"
  9835. ]
  9836. },
  9837. "notification-url": "https://packagist.org/downloads/",
  9838. "license": [
  9839. "BSD-3-Clause"
  9840. ],
  9841. "authors": [
  9842. {
  9843. "name": "Sebastian Bergmann",
  9844. "email": "sb@sebastian-bergmann.de",
  9845. "role": "lead"
  9846. }
  9847. ],
  9848. "description": "Utility class for timing",
  9849. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  9850. "keywords": [
  9851. "timer"
  9852. ],
  9853. "time": "2017-02-26T11:10:40+00:00"
  9854. },
  9855. {
  9856. "name": "phpunit/php-token-stream",
  9857. "version": "2.0.2",
  9858. "source": {
  9859. "type": "git",
  9860. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  9861. "reference": "791198a2c6254db10131eecfe8c06670700904db"
  9862. },
  9863. "dist": {
  9864. "type": "zip",
  9865. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
  9866. "reference": "791198a2c6254db10131eecfe8c06670700904db",
  9867. "shasum": ""
  9868. },
  9869. "require": {
  9870. "ext-tokenizer": "*",
  9871. "php": "^7.0"
  9872. },
  9873. "require-dev": {
  9874. "phpunit/phpunit": "^6.2.4"
  9875. },
  9876. "type": "library",
  9877. "extra": {
  9878. "branch-alias": {
  9879. "dev-master": "2.0-dev"
  9880. }
  9881. },
  9882. "autoload": {
  9883. "classmap": [
  9884. "src/"
  9885. ]
  9886. },
  9887. "notification-url": "https://packagist.org/downloads/",
  9888. "license": [
  9889. "BSD-3-Clause"
  9890. ],
  9891. "authors": [
  9892. {
  9893. "name": "Sebastian Bergmann",
  9894. "email": "sebastian@phpunit.de"
  9895. }
  9896. ],
  9897. "description": "Wrapper around PHP's tokenizer extension.",
  9898. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  9899. "keywords": [
  9900. "tokenizer"
  9901. ],
  9902. "time": "2017-11-27T05:48:46+00:00"
  9903. },
  9904. {
  9905. "name": "phpunit/phpunit",
  9906. "version": "6.5.14",
  9907. "source": {
  9908. "type": "git",
  9909. "url": "https://github.com/sebastianbergmann/phpunit.git",
  9910. "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
  9911. },
  9912. "dist": {
  9913. "type": "zip",
  9914. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
  9915. "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
  9916. "shasum": ""
  9917. },
  9918. "require": {
  9919. "ext-dom": "*",
  9920. "ext-json": "*",
  9921. "ext-libxml": "*",
  9922. "ext-mbstring": "*",
  9923. "ext-xml": "*",
  9924. "myclabs/deep-copy": "^1.6.1",
  9925. "phar-io/manifest": "^1.0.1",
  9926. "phar-io/version": "^1.0",
  9927. "php": "^7.0",
  9928. "phpspec/prophecy": "^1.7",
  9929. "phpunit/php-code-coverage": "^5.3",
  9930. "phpunit/php-file-iterator": "^1.4.3",
  9931. "phpunit/php-text-template": "^1.2.1",
  9932. "phpunit/php-timer": "^1.0.9",
  9933. "phpunit/phpunit-mock-objects": "^5.0.9",
  9934. "sebastian/comparator": "^2.1",
  9935. "sebastian/diff": "^2.0",
  9936. "sebastian/environment": "^3.1",
  9937. "sebastian/exporter": "^3.1",
  9938. "sebastian/global-state": "^2.0",
  9939. "sebastian/object-enumerator": "^3.0.3",
  9940. "sebastian/resource-operations": "^1.0",
  9941. "sebastian/version": "^2.0.1"
  9942. },
  9943. "conflict": {
  9944. "phpdocumentor/reflection-docblock": "3.0.2",
  9945. "phpunit/dbunit": "<3.0"
  9946. },
  9947. "require-dev": {
  9948. "ext-pdo": "*"
  9949. },
  9950. "suggest": {
  9951. "ext-xdebug": "*",
  9952. "phpunit/php-invoker": "^1.1"
  9953. },
  9954. "bin": [
  9955. "phpunit"
  9956. ],
  9957. "type": "library",
  9958. "extra": {
  9959. "branch-alias": {
  9960. "dev-master": "6.5.x-dev"
  9961. }
  9962. },
  9963. "autoload": {
  9964. "classmap": [
  9965. "src/"
  9966. ]
  9967. },
  9968. "notification-url": "https://packagist.org/downloads/",
  9969. "license": [
  9970. "BSD-3-Clause"
  9971. ],
  9972. "authors": [
  9973. {
  9974. "name": "Sebastian Bergmann",
  9975. "email": "sebastian@phpunit.de",
  9976. "role": "lead"
  9977. }
  9978. ],
  9979. "description": "The PHP Unit Testing framework.",
  9980. "homepage": "https://phpunit.de/",
  9981. "keywords": [
  9982. "phpunit",
  9983. "testing",
  9984. "xunit"
  9985. ],
  9986. "time": "2019-02-01T05:22:47+00:00"
  9987. },
  9988. {
  9989. "name": "phpunit/phpunit-mock-objects",
  9990. "version": "5.0.10",
  9991. "source": {
  9992. "type": "git",
  9993. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  9994. "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
  9995. },
  9996. "dist": {
  9997. "type": "zip",
  9998. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
  9999. "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
  10000. "shasum": ""
  10001. },
  10002. "require": {
  10003. "doctrine/instantiator": "^1.0.5",
  10004. "php": "^7.0",
  10005. "phpunit/php-text-template": "^1.2.1",
  10006. "sebastian/exporter": "^3.1"
  10007. },
  10008. "conflict": {
  10009. "phpunit/phpunit": "<6.0"
  10010. },
  10011. "require-dev": {
  10012. "phpunit/phpunit": "^6.5.11"
  10013. },
  10014. "suggest": {
  10015. "ext-soap": "*"
  10016. },
  10017. "type": "library",
  10018. "extra": {
  10019. "branch-alias": {
  10020. "dev-master": "5.0.x-dev"
  10021. }
  10022. },
  10023. "autoload": {
  10024. "classmap": [
  10025. "src/"
  10026. ]
  10027. },
  10028. "notification-url": "https://packagist.org/downloads/",
  10029. "license": [
  10030. "BSD-3-Clause"
  10031. ],
  10032. "authors": [
  10033. {
  10034. "name": "Sebastian Bergmann",
  10035. "email": "sebastian@phpunit.de",
  10036. "role": "lead"
  10037. }
  10038. ],
  10039. "description": "Mock Object library for PHPUnit",
  10040. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  10041. "keywords": [
  10042. "mock",
  10043. "xunit"
  10044. ],
  10045. "abandoned": true,
  10046. "time": "2018-08-09T05:50:03+00:00"
  10047. },
  10048. {
  10049. "name": "sebastian/code-unit-reverse-lookup",
  10050. "version": "1.0.1",
  10051. "source": {
  10052. "type": "git",
  10053. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  10054. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  10055. },
  10056. "dist": {
  10057. "type": "zip",
  10058. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  10059. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  10060. "shasum": ""
  10061. },
  10062. "require": {
  10063. "php": "^5.6 || ^7.0"
  10064. },
  10065. "require-dev": {
  10066. "phpunit/phpunit": "^5.7 || ^6.0"
  10067. },
  10068. "type": "library",
  10069. "extra": {
  10070. "branch-alias": {
  10071. "dev-master": "1.0.x-dev"
  10072. }
  10073. },
  10074. "autoload": {
  10075. "classmap": [
  10076. "src/"
  10077. ]
  10078. },
  10079. "notification-url": "https://packagist.org/downloads/",
  10080. "license": [
  10081. "BSD-3-Clause"
  10082. ],
  10083. "authors": [
  10084. {
  10085. "name": "Sebastian Bergmann",
  10086. "email": "sebastian@phpunit.de"
  10087. }
  10088. ],
  10089. "description": "Looks up which function or method a line of code belongs to",
  10090. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  10091. "time": "2017-03-04T06:30:41+00:00"
  10092. },
  10093. {
  10094. "name": "sebastian/comparator",
  10095. "version": "2.1.3",
  10096. "source": {
  10097. "type": "git",
  10098. "url": "https://github.com/sebastianbergmann/comparator.git",
  10099. "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
  10100. },
  10101. "dist": {
  10102. "type": "zip",
  10103. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
  10104. "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
  10105. "shasum": ""
  10106. },
  10107. "require": {
  10108. "php": "^7.0",
  10109. "sebastian/diff": "^2.0 || ^3.0",
  10110. "sebastian/exporter": "^3.1"
  10111. },
  10112. "require-dev": {
  10113. "phpunit/phpunit": "^6.4"
  10114. },
  10115. "type": "library",
  10116. "extra": {
  10117. "branch-alias": {
  10118. "dev-master": "2.1.x-dev"
  10119. }
  10120. },
  10121. "autoload": {
  10122. "classmap": [
  10123. "src/"
  10124. ]
  10125. },
  10126. "notification-url": "https://packagist.org/downloads/",
  10127. "license": [
  10128. "BSD-3-Clause"
  10129. ],
  10130. "authors": [
  10131. {
  10132. "name": "Jeff Welch",
  10133. "email": "whatthejeff@gmail.com"
  10134. },
  10135. {
  10136. "name": "Volker Dusch",
  10137. "email": "github@wallbash.com"
  10138. },
  10139. {
  10140. "name": "Bernhard Schussek",
  10141. "email": "bschussek@2bepublished.at"
  10142. },
  10143. {
  10144. "name": "Sebastian Bergmann",
  10145. "email": "sebastian@phpunit.de"
  10146. }
  10147. ],
  10148. "description": "Provides the functionality to compare PHP values for equality",
  10149. "homepage": "https://github.com/sebastianbergmann/comparator",
  10150. "keywords": [
  10151. "comparator",
  10152. "compare",
  10153. "equality"
  10154. ],
  10155. "time": "2018-02-01T13:46:46+00:00"
  10156. },
  10157. {
  10158. "name": "sebastian/diff",
  10159. "version": "2.0.1",
  10160. "source": {
  10161. "type": "git",
  10162. "url": "https://github.com/sebastianbergmann/diff.git",
  10163. "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
  10164. },
  10165. "dist": {
  10166. "type": "zip",
  10167. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  10168. "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  10169. "shasum": ""
  10170. },
  10171. "require": {
  10172. "php": "^7.0"
  10173. },
  10174. "require-dev": {
  10175. "phpunit/phpunit": "^6.2"
  10176. },
  10177. "type": "library",
  10178. "extra": {
  10179. "branch-alias": {
  10180. "dev-master": "2.0-dev"
  10181. }
  10182. },
  10183. "autoload": {
  10184. "classmap": [
  10185. "src/"
  10186. ]
  10187. },
  10188. "notification-url": "https://packagist.org/downloads/",
  10189. "license": [
  10190. "BSD-3-Clause"
  10191. ],
  10192. "authors": [
  10193. {
  10194. "name": "Kore Nordmann",
  10195. "email": "mail@kore-nordmann.de"
  10196. },
  10197. {
  10198. "name": "Sebastian Bergmann",
  10199. "email": "sebastian@phpunit.de"
  10200. }
  10201. ],
  10202. "description": "Diff implementation",
  10203. "homepage": "https://github.com/sebastianbergmann/diff",
  10204. "keywords": [
  10205. "diff"
  10206. ],
  10207. "time": "2017-08-03T08:09:46+00:00"
  10208. },
  10209. {
  10210. "name": "sebastian/environment",
  10211. "version": "3.1.0",
  10212. "source": {
  10213. "type": "git",
  10214. "url": "https://github.com/sebastianbergmann/environment.git",
  10215. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  10216. },
  10217. "dist": {
  10218. "type": "zip",
  10219. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  10220. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  10221. "shasum": ""
  10222. },
  10223. "require": {
  10224. "php": "^7.0"
  10225. },
  10226. "require-dev": {
  10227. "phpunit/phpunit": "^6.1"
  10228. },
  10229. "type": "library",
  10230. "extra": {
  10231. "branch-alias": {
  10232. "dev-master": "3.1.x-dev"
  10233. }
  10234. },
  10235. "autoload": {
  10236. "classmap": [
  10237. "src/"
  10238. ]
  10239. },
  10240. "notification-url": "https://packagist.org/downloads/",
  10241. "license": [
  10242. "BSD-3-Clause"
  10243. ],
  10244. "authors": [
  10245. {
  10246. "name": "Sebastian Bergmann",
  10247. "email": "sebastian@phpunit.de"
  10248. }
  10249. ],
  10250. "description": "Provides functionality to handle HHVM/PHP environments",
  10251. "homepage": "http://www.github.com/sebastianbergmann/environment",
  10252. "keywords": [
  10253. "Xdebug",
  10254. "environment",
  10255. "hhvm"
  10256. ],
  10257. "time": "2017-07-01T08:51:00+00:00"
  10258. },
  10259. {
  10260. "name": "sebastian/exporter",
  10261. "version": "3.1.2",
  10262. "source": {
  10263. "type": "git",
  10264. "url": "https://github.com/sebastianbergmann/exporter.git",
  10265. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  10266. },
  10267. "dist": {
  10268. "type": "zip",
  10269. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  10270. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  10271. "shasum": ""
  10272. },
  10273. "require": {
  10274. "php": "^7.0",
  10275. "sebastian/recursion-context": "^3.0"
  10276. },
  10277. "require-dev": {
  10278. "ext-mbstring": "*",
  10279. "phpunit/phpunit": "^6.0"
  10280. },
  10281. "type": "library",
  10282. "extra": {
  10283. "branch-alias": {
  10284. "dev-master": "3.1.x-dev"
  10285. }
  10286. },
  10287. "autoload": {
  10288. "classmap": [
  10289. "src/"
  10290. ]
  10291. },
  10292. "notification-url": "https://packagist.org/downloads/",
  10293. "license": [
  10294. "BSD-3-Clause"
  10295. ],
  10296. "authors": [
  10297. {
  10298. "name": "Sebastian Bergmann",
  10299. "email": "sebastian@phpunit.de"
  10300. },
  10301. {
  10302. "name": "Jeff Welch",
  10303. "email": "whatthejeff@gmail.com"
  10304. },
  10305. {
  10306. "name": "Volker Dusch",
  10307. "email": "github@wallbash.com"
  10308. },
  10309. {
  10310. "name": "Adam Harvey",
  10311. "email": "aharvey@php.net"
  10312. },
  10313. {
  10314. "name": "Bernhard Schussek",
  10315. "email": "bschussek@gmail.com"
  10316. }
  10317. ],
  10318. "description": "Provides the functionality to export PHP variables for visualization",
  10319. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  10320. "keywords": [
  10321. "export",
  10322. "exporter"
  10323. ],
  10324. "time": "2019-09-14T09:02:43+00:00"
  10325. },
  10326. {
  10327. "name": "sebastian/global-state",
  10328. "version": "2.0.0",
  10329. "source": {
  10330. "type": "git",
  10331. "url": "https://github.com/sebastianbergmann/global-state.git",
  10332. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  10333. },
  10334. "dist": {
  10335. "type": "zip",
  10336. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10337. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10338. "shasum": ""
  10339. },
  10340. "require": {
  10341. "php": "^7.0"
  10342. },
  10343. "require-dev": {
  10344. "phpunit/phpunit": "^6.0"
  10345. },
  10346. "suggest": {
  10347. "ext-uopz": "*"
  10348. },
  10349. "type": "library",
  10350. "extra": {
  10351. "branch-alias": {
  10352. "dev-master": "2.0-dev"
  10353. }
  10354. },
  10355. "autoload": {
  10356. "classmap": [
  10357. "src/"
  10358. ]
  10359. },
  10360. "notification-url": "https://packagist.org/downloads/",
  10361. "license": [
  10362. "BSD-3-Clause"
  10363. ],
  10364. "authors": [
  10365. {
  10366. "name": "Sebastian Bergmann",
  10367. "email": "sebastian@phpunit.de"
  10368. }
  10369. ],
  10370. "description": "Snapshotting of global state",
  10371. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  10372. "keywords": [
  10373. "global state"
  10374. ],
  10375. "time": "2017-04-27T15:39:26+00:00"
  10376. },
  10377. {
  10378. "name": "sebastian/object-enumerator",
  10379. "version": "3.0.3",
  10380. "source": {
  10381. "type": "git",
  10382. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  10383. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  10384. },
  10385. "dist": {
  10386. "type": "zip",
  10387. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  10388. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  10389. "shasum": ""
  10390. },
  10391. "require": {
  10392. "php": "^7.0",
  10393. "sebastian/object-reflector": "^1.1.1",
  10394. "sebastian/recursion-context": "^3.0"
  10395. },
  10396. "require-dev": {
  10397. "phpunit/phpunit": "^6.0"
  10398. },
  10399. "type": "library",
  10400. "extra": {
  10401. "branch-alias": {
  10402. "dev-master": "3.0.x-dev"
  10403. }
  10404. },
  10405. "autoload": {
  10406. "classmap": [
  10407. "src/"
  10408. ]
  10409. },
  10410. "notification-url": "https://packagist.org/downloads/",
  10411. "license": [
  10412. "BSD-3-Clause"
  10413. ],
  10414. "authors": [
  10415. {
  10416. "name": "Sebastian Bergmann",
  10417. "email": "sebastian@phpunit.de"
  10418. }
  10419. ],
  10420. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  10421. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  10422. "time": "2017-08-03T12:35:26+00:00"
  10423. },
  10424. {
  10425. "name": "sebastian/object-reflector",
  10426. "version": "1.1.1",
  10427. "source": {
  10428. "type": "git",
  10429. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  10430. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  10431. },
  10432. "dist": {
  10433. "type": "zip",
  10434. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  10435. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  10436. "shasum": ""
  10437. },
  10438. "require": {
  10439. "php": "^7.0"
  10440. },
  10441. "require-dev": {
  10442. "phpunit/phpunit": "^6.0"
  10443. },
  10444. "type": "library",
  10445. "extra": {
  10446. "branch-alias": {
  10447. "dev-master": "1.1-dev"
  10448. }
  10449. },
  10450. "autoload": {
  10451. "classmap": [
  10452. "src/"
  10453. ]
  10454. },
  10455. "notification-url": "https://packagist.org/downloads/",
  10456. "license": [
  10457. "BSD-3-Clause"
  10458. ],
  10459. "authors": [
  10460. {
  10461. "name": "Sebastian Bergmann",
  10462. "email": "sebastian@phpunit.de"
  10463. }
  10464. ],
  10465. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  10466. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  10467. "time": "2017-03-29T09:07:27+00:00"
  10468. },
  10469. {
  10470. "name": "sebastian/recursion-context",
  10471. "version": "3.0.0",
  10472. "source": {
  10473. "type": "git",
  10474. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  10475. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  10476. },
  10477. "dist": {
  10478. "type": "zip",
  10479. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  10480. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  10481. "shasum": ""
  10482. },
  10483. "require": {
  10484. "php": "^7.0"
  10485. },
  10486. "require-dev": {
  10487. "phpunit/phpunit": "^6.0"
  10488. },
  10489. "type": "library",
  10490. "extra": {
  10491. "branch-alias": {
  10492. "dev-master": "3.0.x-dev"
  10493. }
  10494. },
  10495. "autoload": {
  10496. "classmap": [
  10497. "src/"
  10498. ]
  10499. },
  10500. "notification-url": "https://packagist.org/downloads/",
  10501. "license": [
  10502. "BSD-3-Clause"
  10503. ],
  10504. "authors": [
  10505. {
  10506. "name": "Jeff Welch",
  10507. "email": "whatthejeff@gmail.com"
  10508. },
  10509. {
  10510. "name": "Sebastian Bergmann",
  10511. "email": "sebastian@phpunit.de"
  10512. },
  10513. {
  10514. "name": "Adam Harvey",
  10515. "email": "aharvey@php.net"
  10516. }
  10517. ],
  10518. "description": "Provides functionality to recursively process PHP variables",
  10519. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  10520. "time": "2017-03-03T06:23:57+00:00"
  10521. },
  10522. {
  10523. "name": "sebastian/resource-operations",
  10524. "version": "1.0.0",
  10525. "source": {
  10526. "type": "git",
  10527. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  10528. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  10529. },
  10530. "dist": {
  10531. "type": "zip",
  10532. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  10533. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  10534. "shasum": ""
  10535. },
  10536. "require": {
  10537. "php": ">=5.6.0"
  10538. },
  10539. "type": "library",
  10540. "extra": {
  10541. "branch-alias": {
  10542. "dev-master": "1.0.x-dev"
  10543. }
  10544. },
  10545. "autoload": {
  10546. "classmap": [
  10547. "src/"
  10548. ]
  10549. },
  10550. "notification-url": "https://packagist.org/downloads/",
  10551. "license": [
  10552. "BSD-3-Clause"
  10553. ],
  10554. "authors": [
  10555. {
  10556. "name": "Sebastian Bergmann",
  10557. "email": "sebastian@phpunit.de"
  10558. }
  10559. ],
  10560. "description": "Provides a list of PHP built-in functions that operate on resources",
  10561. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  10562. "time": "2015-07-28T20:34:47+00:00"
  10563. },
  10564. {
  10565. "name": "sebastian/version",
  10566. "version": "2.0.1",
  10567. "source": {
  10568. "type": "git",
  10569. "url": "https://github.com/sebastianbergmann/version.git",
  10570. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  10571. },
  10572. "dist": {
  10573. "type": "zip",
  10574. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  10575. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  10576. "shasum": ""
  10577. },
  10578. "require": {
  10579. "php": ">=5.6"
  10580. },
  10581. "type": "library",
  10582. "extra": {
  10583. "branch-alias": {
  10584. "dev-master": "2.0.x-dev"
  10585. }
  10586. },
  10587. "autoload": {
  10588. "classmap": [
  10589. "src/"
  10590. ]
  10591. },
  10592. "notification-url": "https://packagist.org/downloads/",
  10593. "license": [
  10594. "BSD-3-Clause"
  10595. ],
  10596. "authors": [
  10597. {
  10598. "name": "Sebastian Bergmann",
  10599. "email": "sebastian@phpunit.de",
  10600. "role": "lead"
  10601. }
  10602. ],
  10603. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10604. "homepage": "https://github.com/sebastianbergmann/version",
  10605. "time": "2016-10-03T07:35:21+00:00"
  10606. },
  10607. {
  10608. "name": "squizlabs/php_codesniffer",
  10609. "version": "3.5.2",
  10610. "source": {
  10611. "type": "git",
  10612. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  10613. "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7"
  10614. },
  10615. "dist": {
  10616. "type": "zip",
  10617. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
  10618. "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
  10619. "shasum": ""
  10620. },
  10621. "require": {
  10622. "ext-simplexml": "*",
  10623. "ext-tokenizer": "*",
  10624. "ext-xmlwriter": "*",
  10625. "php": ">=5.4.0"
  10626. },
  10627. "require-dev": {
  10628. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  10629. },
  10630. "bin": [
  10631. "bin/phpcs",
  10632. "bin/phpcbf"
  10633. ],
  10634. "type": "library",
  10635. "extra": {
  10636. "branch-alias": {
  10637. "dev-master": "3.x-dev"
  10638. }
  10639. },
  10640. "notification-url": "https://packagist.org/downloads/",
  10641. "license": [
  10642. "BSD-3-Clause"
  10643. ],
  10644. "authors": [
  10645. {
  10646. "name": "Greg Sherwood",
  10647. "role": "lead"
  10648. }
  10649. ],
  10650. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  10651. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  10652. "keywords": [
  10653. "phpcs",
  10654. "standards"
  10655. ],
  10656. "time": "2019-10-28T04:36:32+00:00"
  10657. },
  10658. {
  10659. "name": "symfony/browser-kit",
  10660. "version": "v4.3.8",
  10661. "source": {
  10662. "type": "git",
  10663. "url": "https://github.com/symfony/browser-kit.git",
  10664. "reference": "b14fa08508afd152257d5dcc7adb5f278654d972"
  10665. },
  10666. "dist": {
  10667. "type": "zip",
  10668. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b14fa08508afd152257d5dcc7adb5f278654d972",
  10669. "reference": "b14fa08508afd152257d5dcc7adb5f278654d972",
  10670. "shasum": ""
  10671. },
  10672. "require": {
  10673. "php": "^7.1.3",
  10674. "symfony/dom-crawler": "~3.4|~4.0"
  10675. },
  10676. "require-dev": {
  10677. "symfony/css-selector": "~3.4|~4.0",
  10678. "symfony/http-client": "^4.3",
  10679. "symfony/mime": "^4.3",
  10680. "symfony/process": "~3.4|~4.0"
  10681. },
  10682. "suggest": {
  10683. "symfony/process": ""
  10684. },
  10685. "type": "library",
  10686. "extra": {
  10687. "branch-alias": {
  10688. "dev-master": "4.3-dev"
  10689. }
  10690. },
  10691. "autoload": {
  10692. "psr-4": {
  10693. "Symfony\\Component\\BrowserKit\\": ""
  10694. },
  10695. "exclude-from-classmap": [
  10696. "/Tests/"
  10697. ]
  10698. },
  10699. "notification-url": "https://packagist.org/downloads/",
  10700. "license": [
  10701. "MIT"
  10702. ],
  10703. "authors": [
  10704. {
  10705. "name": "Fabien Potencier",
  10706. "email": "fabien@symfony.com"
  10707. },
  10708. {
  10709. "name": "Symfony Community",
  10710. "homepage": "https://symfony.com/contributors"
  10711. }
  10712. ],
  10713. "description": "Symfony BrowserKit Component",
  10714. "homepage": "https://symfony.com",
  10715. "time": "2019-10-28T17:07:32+00:00"
  10716. },
  10717. {
  10718. "name": "symfony/phpunit-bridge",
  10719. "version": "v3.4.35",
  10720. "source": {
  10721. "type": "git",
  10722. "url": "https://github.com/symfony/phpunit-bridge.git",
  10723. "reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7"
  10724. },
  10725. "dist": {
  10726. "type": "zip",
  10727. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7",
  10728. "reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7",
  10729. "shasum": ""
  10730. },
  10731. "require": {
  10732. "php": ">=5.3.3"
  10733. },
  10734. "conflict": {
  10735. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  10736. },
  10737. "suggest": {
  10738. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  10739. },
  10740. "bin": [
  10741. "bin/simple-phpunit"
  10742. ],
  10743. "type": "symfony-bridge",
  10744. "extra": {
  10745. "branch-alias": {
  10746. "dev-master": "3.4-dev"
  10747. },
  10748. "thanks": {
  10749. "name": "phpunit/phpunit",
  10750. "url": "https://github.com/sebastianbergmann/phpunit"
  10751. }
  10752. },
  10753. "autoload": {
  10754. "files": [
  10755. "bootstrap.php"
  10756. ],
  10757. "psr-4": {
  10758. "Symfony\\Bridge\\PhpUnit\\": ""
  10759. },
  10760. "exclude-from-classmap": [
  10761. "/Tests/"
  10762. ]
  10763. },
  10764. "notification-url": "https://packagist.org/downloads/",
  10765. "license": [
  10766. "MIT"
  10767. ],
  10768. "authors": [
  10769. {
  10770. "name": "Nicolas Grekas",
  10771. "email": "p@tchwork.com"
  10772. },
  10773. {
  10774. "name": "Symfony Community",
  10775. "homepage": "https://symfony.com/contributors"
  10776. }
  10777. ],
  10778. "description": "Symfony PHPUnit Bridge",
  10779. "homepage": "https://symfony.com",
  10780. "time": "2019-09-30T20:33:19+00:00"
  10781. },
  10782. {
  10783. "name": "theseer/tokenizer",
  10784. "version": "1.1.3",
  10785. "source": {
  10786. "type": "git",
  10787. "url": "https://github.com/theseer/tokenizer.git",
  10788. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  10789. },
  10790. "dist": {
  10791. "type": "zip",
  10792. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  10793. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  10794. "shasum": ""
  10795. },
  10796. "require": {
  10797. "ext-dom": "*",
  10798. "ext-tokenizer": "*",
  10799. "ext-xmlwriter": "*",
  10800. "php": "^7.0"
  10801. },
  10802. "type": "library",
  10803. "autoload": {
  10804. "classmap": [
  10805. "src/"
  10806. ]
  10807. },
  10808. "notification-url": "https://packagist.org/downloads/",
  10809. "license": [
  10810. "BSD-3-Clause"
  10811. ],
  10812. "authors": [
  10813. {
  10814. "name": "Arne Blankerts",
  10815. "email": "arne@blankerts.de",
  10816. "role": "Developer"
  10817. }
  10818. ],
  10819. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10820. "time": "2019-06-13T22:48:21+00:00"
  10821. },
  10822. {
  10823. "name": "webflo/drupal-core-require-dev",
  10824. "version": "8.7.10",
  10825. "source": {
  10826. "type": "git",
  10827. "url": "https://github.com/webflo/drupal-core-require-dev.git",
  10828. "reference": "8bdafc28da6866612a3d2274200cd74812cba3b1"
  10829. },
  10830. "dist": {
  10831. "type": "zip",
  10832. "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/8bdafc28da6866612a3d2274200cd74812cba3b1",
  10833. "reference": "8bdafc28da6866612a3d2274200cd74812cba3b1",
  10834. "shasum": ""
  10835. },
  10836. "require": {
  10837. "behat/mink": "1.7.x-dev",
  10838. "behat/mink-goutte-driver": "^1.2",
  10839. "behat/mink-selenium2-driver": "1.3.x-dev",
  10840. "drupal/coder": "^8.3.1",
  10841. "drupal/core": "8.7.10",
  10842. "jcalderonzumba/gastonjs": "^1.0.2",
  10843. "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
  10844. "justinrainbow/json-schema": "^5.2",
  10845. "mikey179/vfsstream": "^1.2",
  10846. "phpspec/prophecy": "^1.7",
  10847. "phpunit/phpunit": "^4.8.35 || ^6.5",
  10848. "symfony/css-selector": "^3.4.0",
  10849. "symfony/debug": "^3.4.0",
  10850. "symfony/phpunit-bridge": "^3.4.3"
  10851. },
  10852. "type": "metapackage",
  10853. "notification-url": "https://packagist.org/downloads/",
  10854. "license": [
  10855. "GPL-2.0-or-later"
  10856. ],
  10857. "description": "require-dev dependencies from drupal/core",
  10858. "time": "2019-11-13T23:31:44+00:00"
  10859. }
  10860. ],
  10861. "aliases": [],
  10862. "minimum-stability": "dev",
  10863. "stability-flags": {
  10864. "drupal/config_export_ignore": 5,
  10865. "drupal/imageapi_optimize": 15,
  10866. "drupal/inline_entity_form": 5,
  10867. "drupal/layout_builder_st": 15,
  10868. "drupal/masquerade": 10
  10869. },
  10870. "prefer-stable": true,
  10871. "prefer-lowest": false,
  10872. "platform": {
  10873. "php": ">=5.6"
  10874. },
  10875. "platform-dev": []
  10876. }