diff --git a/app/include/all$4e9a2d9d7ec77a574c121dcc927caf506c40c258.json b/app/include/all$920cacf6dd96849dd08db78d9cb7c9deb51bf8c9.json similarity index 98% rename from app/include/all$4e9a2d9d7ec77a574c121dcc927caf506c40c258.json rename to app/include/all$920cacf6dd96849dd08db78d9cb7c9deb51bf8c9.json index 3773715..e913709 100644 --- a/app/include/all$4e9a2d9d7ec77a574c121dcc927caf506c40c258.json +++ b/app/include/all$920cacf6dd96849dd08db78d9cb7c9deb51bf8c9.json @@ -3120,19 +3120,19 @@ } }, "doctrine/common": { - "2.12.0": { + "2.13.0": { "name": "doctrine/common", - "version": "2.12.0", - "version_normalized": "2.12.0.0", + "version": "2.13.0", + "version_normalized": "2.13.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" + "reference": "308728eae8d90412d850c155d40b1cfbede549da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", - "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da", + "reference": "308728eae8d90412d850c155d40b1cfbede549da", "shasum": "" }, "require": { @@ -3142,7 +3142,7 @@ "doctrine/event-manager": "^1.0", "doctrine/inflector": "^1.0", "doctrine/lexer": "^1.0", - "doctrine/persistence": "^1.1", + "doctrine/persistence": "^1.3.3", "doctrine/reflection": "^1.0", "php": "^7.1" }, @@ -3154,7 +3154,7 @@ "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, - "time": "2020-01-10T15:49:25+00:00", + "time": "2020-05-15T05:51:54+00:00", "type": "library", "extra": { "branch-alias": { @@ -3427,37 +3427,42 @@ "string" ] }, - "1.3.1": { + "1.4.1": { "name": "doctrine/inflector", - "version": "1.3.1", - "version_normalized": "1.3.1.0", + "version": "1.4.1", + "version_normalized": "1.4.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", + "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, - "time": "2019-10-30T19:59:35+00:00", + "time": "2020-05-09T15:09:09+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -3486,13 +3491,19 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ] } }, @@ -4377,26 +4388,26 @@ } }, "drupal/coder": { - "8.3.8": { + "8.3.9": { "name": "drupal/coder", - "version": "8.3.8", - "version_normalized": "8.3.8.0", + "version": "8.3.9", + "version_normalized": "8.3.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/coder.git", - "reference": "e53e75b45842a5d2b454b08c318a17f57339e60e" + "reference": "d51e0b8c6561e21c0545d04b5410a7bed7ee7c6b" }, "require": { "ext-mbstring": "*", "php": ">=7.0.8", - "squizlabs/php_codesniffer": "^3.5.4", + "squizlabs/php_codesniffer": "^3.5.5", "symfony/yaml": ">=2.0.5" }, "require-dev": { "phpstan/phpstan": "^0.12.5", "phpunit/phpunit": "^6.0 || ^7.0" }, - "time": "2020-03-08T19:03:35+00:00", + "time": "2020-05-08T10:20:59+00:00", "type": "phpcodesniffer-standard", "autoload": { "psr-4": { @@ -7289,9 +7300,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, "drupal": { "version": "8.x-3.8", "datestamp": "1536512284", @@ -7315,6 +7323,10 @@ "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, + { + "name": "donquixote", + "homepage": "https://www.drupal.org/user/459338" + }, { "name": "e2thex", "homepage": "https://www.drupal.org/user/189123" @@ -7323,6 +7335,10 @@ "name": "febbraro", "homepage": "https://www.drupal.org/user/43670" }, + { + "name": "flocondetoile", + "homepage": "https://www.drupal.org/user/2006064" + }, { "name": "jmiccolis", "homepage": "https://www.drupal.org/user/31731" @@ -7826,6 +7842,10 @@ "name": "fubhy", "homepage": "https://www.drupal.org/user/761344" }, + { + "name": "joaogarin", + "homepage": "https://www.drupal.org/user/612814" + }, { "name": "klausi", "homepage": "https://www.drupal.org/user/262198" @@ -9803,9 +9823,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.3", "datestamp": "1561757585", @@ -10855,9 +10872,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.0", "datestamp": "1495750385", @@ -11045,7 +11059,7 @@ "extra": { "drupal": { "version": "8.x-5.8", - "datestamp": "1579637587", + "datestamp": "1588785899", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11920,19 +11934,19 @@ } }, "govcms/scaffold-tooling": { - "2.0": { + "1.1.0": { "name": "govcms/scaffold-tooling", - "version": "2.0", - "version_normalized": "2.0.0.0", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/govCMS/scaffold-tooling.git", - "reference": "02e908cc26f2a88325e03e543287d2402b120fb4" + "reference": "b66367a5a778c57d8a5863ae86d95c1d565f9364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/govCMS/scaffold-tooling/zipball/02e908cc26f2a88325e03e543287d2402b120fb4", - "reference": "02e908cc26f2a88325e03e543287d2402b120fb4", + "url": "https://api.github.com/repos/govCMS/scaffold-tooling/zipball/b66367a5a778c57d8a5863ae86d95c1d565f9364", + "reference": "b66367a5a778c57d8a5863ae86d95c1d565f9364", "shasum": "" }, "require": { @@ -11951,7 +11965,7 @@ "webmozart/path-util": "^2.3", "zaporylie/composer-drupal-optimizations": "^1.0" }, - "time": "2020-04-22T02:17:44+00:00", + "time": "2020-04-21T01:38:15+00:00", "bin": [ "scripts/govcms-audit", "scripts/govcms-behat", @@ -11978,7 +11992,69 @@ ], "description": "A variety of standard config, scripts and packages to support GovCMS scaffold.", "support": { - "source": "https://github.com/govCMS/scaffold-tooling/tree/2.0", + "source": "https://github.com/govCMS/scaffold-tooling/tree/1.1.0", + "issues": "https://github.com/govCMS/scaffold-tooling/issues" + } + }, + "2.0.1": { + "name": "govcms/scaffold-tooling", + "version": "2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/govCMS/scaffold-tooling.git", + "reference": "52b0a2184d64c39f02203c00cc766a1a4aa2af37" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/scaffold-tooling/zipball/52b0a2184d64c39f02203c00cc766a1a4aa2af37", + "reference": "52b0a2184d64c39f02203c00cc766a1a4aa2af37", + "shasum": "" + }, + "require": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "drupal/chosen_lib": "2.6.0", + "drupal/clamav": "1.1.0", + "drupal/console": "^1.0.2", + "drupal/fast_404": "^1.0@alpha", + "drupal/lagoon_logs": "^1.0", + "drupal/redis": "1.1.0", + "drupal/stage_file_proxy": "1.0.0-alpha3", + "drush/drush": "^9.0.0", + "phar-io/manifest": "1.0.1", + "phar-io/version": "1.0.1", + "webflo/drupal-finder": "^1.0.0", + "webmozart/path-util": "^2.3", + "zaporylie/composer-drupal-optimizations": "^1.0" + }, + "time": "2020-05-15T02:18:48+00:00", + "bin": [ + "scripts/govcms-audit", + "scripts/govcms-behat", + "scripts/govcms-lint", + "scripts/govcms-lint-distro", + "scripts/govcms-phpunit", + "scripts/govcms-vet", + "scripts/govcms-deploy", + "scripts/deploy/govcms-backups-preserve", + "scripts/deploy/govcms-cache-rebuild", + "scripts/deploy/govcms-config-backup", + "scripts/deploy/govcms-config-import", + "scripts/deploy/govcms-db-backup", + "scripts/deploy/govcms-db-sync", + "scripts/deploy/govcms-db-update", + "scripts/deploy/govcms-enable_modules", + "scripts/deploy/govcms-pre-deploy", + "scripts/deploy/govcms-pre-deploy-db-update", + "scripts/deploy/govcms-update_site_alias" + ], + "type": "library", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A variety of standard config, scripts and packages to support GovCMS scaffold.", + "support": { + "source": "https://github.com/govCMS/scaffold-tooling/tree/2.0.1", "issues": "https://github.com/govCMS/scaffold-tooling/issues" } } @@ -15951,19 +16027,19 @@ "unified diff" ] }, - "4.0.0": { + "4.0.1": { "name": "sebastian/diff", - "version": "4.0.0", - "version_normalized": "4.0.0.0", + "version": "4.0.1", + "version_normalized": "4.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "c0c26c9188b538bfa985ae10c9f05d278f12060d" + "reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c0c26c9188b538bfa985ae10c9f05d278f12060d", - "reference": "c0c26c9188b538bfa985ae10c9f05d278f12060d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3e523c576f29dacecff309f35e4cc5a5c168e78a", + "reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a", "shasum": "" }, "require": { @@ -15971,9 +16047,9 @@ }, "require-dev": { "phpunit/phpunit": "^9.0", - "symfony/process": "^4 || ^5" + "symfony/process": "^4.2 || ^5" }, - "time": "2020-02-07T06:09:38+00:00", + "time": "2020-05-08T05:01:12+00:00", "type": "library", "extra": { "branch-alias": { @@ -20294,19 +20370,19 @@ "portable" ] }, - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-ctype", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "shasum": "" }, "require": { @@ -20315,11 +20391,11 @@ "suggest": { "ext-ctype": "For best performance" }, - "time": "2020-02-27T09:26:54+00:00", + "time": "2020-05-12T16:14:59+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20415,19 +20491,19 @@ "shim" ] }, - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-iconv", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8" + "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ad6d62792bfbcfc385dd34b424d4fcf9712a32c8", - "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424", + "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424", "shasum": "" }, "require": { @@ -20436,11 +20512,11 @@ "suggest": { "ext-iconv": "For best performance" }, - "time": "2020-03-09T19:04:49+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20477,19 +20553,19 @@ } }, "symfony/polyfill-intl-idn": { - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-intl-idn", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf" + "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", - "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a", + "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a", "shasum": "" }, "require": { @@ -20500,11 +20576,11 @@ "suggest": { "ext-intl": "For best performance" }, - "time": "2020-03-09T19:04:49+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20602,19 +20678,19 @@ "shim" ] }, - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-mbstring", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" + "reference": "fa79b11539418b02fc5e1897267673ba2c19419c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", - "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c", + "reference": "fa79b11539418b02fc5e1897267673ba2c19419c", "shasum": "" }, "require": { @@ -20623,11 +20699,11 @@ "suggest": { "ext-mbstring": "For best performance" }, - "time": "2020-03-09T19:04:49+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20721,30 +20797,30 @@ "shim" ] }, - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-php56", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d" + "reference": "e3c8c138280cdfe4b81488441555583aa1984e23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/d51ec491c8ddceae7dca8dd6c7e30428f543f37d", - "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23", + "reference": "e3c8c138280cdfe4b81488441555583aa1984e23", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, - "time": "2020-03-09T19:04:49+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20840,30 +20916,30 @@ "shim" ] }, - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-php70", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "2a18e37a489803559284416df58c71ccebe50bf0" + "reference": "82225c2d7d23d7e70515496d249c0152679b468e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0", - "reference": "2a18e37a489803559284416df58c71ccebe50bf0", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e", + "reference": "82225c2d7d23d7e70515496d249c0152679b468e", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, - "time": "2020-02-27T09:26:54+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20902,29 +20978,29 @@ } }, "symfony/polyfill-php72": { - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-php72", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "37b0976c78b94856543260ce09b460a7bc852747" + "reference": "f048e612a3905f34931127360bdd2def19a5e582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747", - "reference": "37b0976c78b94856543260ce09b460a7bc852747", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", + "reference": "f048e612a3905f34931127360bdd2def19a5e582", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2020-02-27T09:26:54+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -20960,29 +21036,29 @@ } }, "symfony/polyfill-php73": { - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-php73", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" + "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", - "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc", + "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2020-02-27T09:26:54+00:00", + "time": "2020-05-12T16:47:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -21074,29 +21150,29 @@ "shim" ] }, - "v1.15.0": { + "v1.17.0": { "name": "symfony/polyfill-util", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027" + "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/d8e76c104127675d0ea3df3be0f2ae24a8619027", - "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7", + "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2020-03-02T11:55:35+00:00", + "time": "2020-05-12T16:14:59+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { diff --git a/app/index.html b/app/index.html index 3d26227..d88f596 100644 --- a/app/index.html +++ b/app/index.html @@ -21,8 +21,8 @@

govcms/satis-stable

- -
Last updated:
+ +
Last updated:
@@ -2145,7 +2145,7 @@
Setting up this repository in your projects
Releases
- 2.12.0, + 2.13.0, v2.7.3
@@ -2229,7 +2229,7 @@
Setting up this repository in your projects
-

Common String Manipulations with regard to casing and singular/plural rules.

+

PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.

@@ -2238,14 +2238,20 @@
Setting up this repository in your projects
Keywords
inflection - pluralize - singularize - string + inflector + lowercase + manipulation + php + plural + singular + strings + uppercase + words
Homepage
- http://www.doctrine-project.org + https://www.doctrine-project.org/projects/inflector.html
License
@@ -2259,7 +2265,7 @@
Setting up this repository in your projects
Releases
- 1.3.1, + 1.4.1, v1.2.0
@@ -2972,7 +2978,7 @@
Setting up this repository in your projects
Releases
- 8.3.8
+ 8.3.9
Required by
@@ -5192,7 +5198,7 @@
Setting up this repository in your projects
Authors
- dawehner, e2thex, febbraro, jmiccolis, joseph.olstad, mpotter, nedjo, tim.plunkett
+ dawehner, donquixote, e2thex, febbraro, flocondetoile, jmiccolis, joseph.olstad, mpotter, nedjo, tim.plunkett
Support
@@ -5624,7 +5630,7 @@
Setting up this repository in your projects
Authors
- fubhy, klausi, pmelab
+ fubhy, joaogarin, klausi, pmelab
Support
@@ -8716,7 +8722,7 @@
Setting up this repository in your projects
Support
@@ -8724,7 +8730,8 @@
Setting up this repository in your projects
Releases
- 2.0
+ 2.0.1, + 1.1.0
@@ -11689,7 +11696,7 @@
Setting up this repository in your projects
Releases
- 4.0.0, + 4.0.1, 3.0.2, 2.0.1
@@ -13396,7 +13403,7 @@
Setting up this repository in your projects
Releases
- v1.15.0, + v1.17.0, v1.12.0
@@ -13462,7 +13469,7 @@
Setting up this repository in your projects
Releases
- v1.15.0, + v1.17.0, v1.12.0
@@ -13521,7 +13528,7 @@
Setting up this repository in your projects
Releases
- v1.15.0
+ v1.17.0
Required by
@@ -13579,7 +13586,7 @@
Setting up this repository in your projects
Releases
- v1.15.0, + v1.17.0, v1.12.0
@@ -13645,7 +13652,7 @@
Setting up this repository in your projects
Releases
- v1.15.0, + v1.17.0, v1.12.0
@@ -13703,7 +13710,7 @@
Setting up this repository in your projects
Releases
- v1.15.0, + v1.17.0, v1.12.0
@@ -13760,7 +13767,7 @@
Setting up this repository in your projects
Releases
- v1.15.0
+ v1.17.0
Required by
@@ -13816,7 +13823,7 @@
Setting up this repository in your projects
Releases
- v1.15.0
+ v1.17.0
Required by
@@ -13872,7 +13879,7 @@
Setting up this repository in your projects
Releases
- v1.15.0, + v1.17.0, v1.12.0
diff --git a/app/p2/alchemy/zippy.json b/app/p2/alchemy/zippy.json new file mode 100644 index 0000000..c9995ad --- /dev/null +++ b/app/p2/alchemy/zippy.json @@ -0,0 +1,71 @@ +{ + "packages": { + "alchemy/zippy": [ + { + "name": "alchemy/zippy", + "version": "0.4.9", + "version_normalized": "0.4.9.0", + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/Zippy.git", + "reference": "59fbeefb9a249122867ef25e53addfcce31850d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7", + "reference": "59fbeefb9a249122867ef25e53addfcce31850d7", + "shasum": "" + }, + "require": { + "doctrine/collections": "~1.0", + "php": ">=5.5", + "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0", + "symfony/polyfill-mbstring": "^1.3", + "symfony/process": "^2.1 || ^3.0 || ^4.0" + }, + "require-dev": { + "ext-zip": "*", + "guzzle/guzzle": "~3.0", + "guzzlehttp/guzzle": "^6.0", + "phpunit/phpunit": "^4.0 || ^5.0", + "symfony/finder": "^2.0.5 || ^3.0 || ^4.0" + }, + "suggest": { + "ext-zip": "To use the ZipExtensionAdapter", + "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", + "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" + }, + "time": "2018-02-22T13:58:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Alchemy\\Zippy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alchemy", + "email": "dev.team@alchemy.fr", + "homepage": "http://www.alchemy.fr/" + } + ], + "description": "Zippy, the archive manager companion", + "keywords": [ + "bzip", + "compression", + "tar", + "zip" + ] + } + ] + } +} diff --git a/app/p2/alchemy/zippy~dev.json b/app/p2/alchemy/zippy~dev.json new file mode 100644 index 0000000..db33309 --- /dev/null +++ b/app/p2/alchemy/zippy~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "alchemy/zippy": [] + } +} diff --git a/app/p2/asm89/stack-cors.json b/app/p2/asm89/stack-cors.json new file mode 100644 index 0000000..4f67fc2 --- /dev/null +++ b/app/p2/asm89/stack-cors.json @@ -0,0 +1,112 @@ +{ + "packages": { + "asm89/stack-cors": [ + { + "name": "asm89/stack-cors", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/asm89/stack-cors.git", + "reference": "c163e2b614550aedcf71165db2473d936abbced6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6", + "reference": "c163e2b614550aedcf71165db2473d936abbced6", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0|~4.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" + }, + "time": "2017-12-20T14:37:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Asm89\\Stack\\": "src/Asm89/Stack/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexander", + "email": "iam.asm89@gmail.com" + } + ], + "description": "Cross-origin resource sharing library and stack middleware", + "homepage": "https://github.com/asm89/stack-cors", + "keywords": [ + "cors", + "stack" + ] + }, + { + "name": "asm89/stack-cors", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/asm89/stack-cors.git", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" + }, + "time": "2019-12-24T22:41:47+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Asm89\\Stack\\": "src/Asm89/Stack/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexander", + "email": "iam.asm89@gmail.com" + } + ], + "description": "Cross-origin resource sharing library and stack middleware", + "homepage": "https://github.com/asm89/stack-cors", + "keywords": [ + "cors", + "stack" + ] + } + ] + } +} diff --git a/app/p2/asm89/stack-cors~dev.json b/app/p2/asm89/stack-cors~dev.json new file mode 100644 index 0000000..ad51298 --- /dev/null +++ b/app/p2/asm89/stack-cors~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "asm89/stack-cors": [] + } +} diff --git a/app/p2/behat/behat.json b/app/p2/behat/behat.json new file mode 100644 index 0000000..1253a69 --- /dev/null +++ b/app/p2/behat/behat.json @@ -0,0 +1,87 @@ +{ + "packages": { + "behat/behat": [ + { + "name": "behat/behat", + "version": "v3.6.1", + "version_normalized": "3.6.1.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Behat.git", + "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Behat/zipball/9bfe195b4745c32e068af03fa4df9558b4916d30", + "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30", + "shasum": "" + }, + "require": { + "behat/gherkin": "^4.6.0", + "behat/transliterator": "^1.2", + "container-interop/container-interop": "^1.2", + "ext-mbstring": "*", + "php": ">=5.3.3", + "psr/container": "^1.0", + "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", + "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0", + "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", + "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", + "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", + "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0" + }, + "require-dev": { + "herrera-io/box": "~1.6.1", + "phpunit/phpunit": "^4.8.36 || ^6.3", + "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0" + }, + "suggest": { + "ext-dom": "Needed to output test results in JUnit format." + }, + "time": "2020-02-06T09:54:48+00:00", + "bin": [ + "bin/behat" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Behat\\": "src/Behat/Behat/", + "Behat\\Testwork\\": "src/Behat/Testwork/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Scenario-oriented BDD framework for PHP 5.3", + "homepage": "http://behat.org/", + "keywords": [ + "Agile", + "BDD", + "ScenarioBDD", + "Scrum", + "StoryBDD", + "User story", + "business", + "development", + "documentation", + "examples", + "symfony", + "testing" + ] + } + ] + } +} diff --git a/app/p2/behat/behat~dev.json b/app/p2/behat/behat~dev.json new file mode 100644 index 0000000..30f9a63 --- /dev/null +++ b/app/p2/behat/behat~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/behat": [] + } +} diff --git a/app/p2/behat/gherkin.json b/app/p2/behat/gherkin.json new file mode 100644 index 0000000..fae4f1b --- /dev/null +++ b/app/p2/behat/gherkin.json @@ -0,0 +1,66 @@ +{ + "packages": { + "behat/gherkin": [ + { + "name": "behat/gherkin", + "version": "v4.6.2", + "version_normalized": "4.6.2.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Gherkin.git", + "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", + "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", + "shasum": "" + }, + "require": { + "php": ">=5.3.1" + }, + "require-dev": { + "phpunit/phpunit": "~4.5|~5", + "symfony/phpunit-bridge": "~2.7|~3|~4", + "symfony/yaml": "~2.3|~3|~4" + }, + "suggest": { + "symfony/yaml": "If you want to parse features, represented in YAML files" + }, + "time": "2020-03-17T14:03:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-0": { + "Behat\\Gherkin": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Gherkin DSL parser for PHP 5.3", + "homepage": "http://behat.org/", + "keywords": [ + "BDD", + "Behat", + "Cucumber", + "DSL", + "gherkin", + "parser" + ] + } + ] + } +} diff --git a/app/p2/behat/gherkin~dev.json b/app/p2/behat/gherkin~dev.json new file mode 100644 index 0000000..1663326 --- /dev/null +++ b/app/p2/behat/gherkin~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/gherkin": [] + } +} diff --git a/app/p2/behat/mink-browserkit-driver.json b/app/p2/behat/mink-browserkit-driver.json new file mode 100644 index 0000000..78ee93a --- /dev/null +++ b/app/p2/behat/mink-browserkit-driver.json @@ -0,0 +1,64 @@ +{ + "packages": { + "behat/mink-browserkit-driver": [ + { + "name": "behat/mink-browserkit-driver", + "version": "v1.3.4", + "version_normalized": "1.3.4.0", + "source": { + "type": "git", + "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", + "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee", + "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee", + "shasum": "" + }, + "require": { + "behat/mink": "^1.7.1@dev", + "php": ">=5.3.6", + "symfony/browser-kit": "~2.3|~3.0|~4.0", + "symfony/dom-crawler": "~2.3|~3.0|~4.0" + }, + "require-dev": { + "mink/driver-testsuite": "dev-master", + "symfony/debug": "^2.7|^3.0|^4.0", + "symfony/http-kernel": "~2.3|~3.0|~4.0" + }, + "time": "2020-03-11T09:49:45+00:00", + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Symfony2 BrowserKit driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "Mink", + "Symfony2", + "browser", + "testing" + ] + } + ] + } +} diff --git a/app/p2/behat/mink-browserkit-driver~dev.json b/app/p2/behat/mink-browserkit-driver~dev.json new file mode 100644 index 0000000..85bd55e --- /dev/null +++ b/app/p2/behat/mink-browserkit-driver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/mink-browserkit-driver": [] + } +} diff --git a/app/p2/behat/mink-extension.json b/app/p2/behat/mink-extension.json new file mode 100644 index 0000000..c0ae7c7 --- /dev/null +++ b/app/p2/behat/mink-extension.json @@ -0,0 +1,66 @@ +{ + "packages": { + "behat/mink-extension": [ + { + "name": "behat/mink-extension", + "version": "2.3.1", + "version_normalized": "2.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/MinkExtension.git", + "reference": "80f7849ba53867181b7e412df9210e12fba50177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", + "reference": "80f7849ba53867181b7e412df9210e12fba50177", + "shasum": "" + }, + "require": { + "behat/behat": "^3.0.5", + "behat/mink": "^1.5", + "php": ">=5.3.2", + "symfony/config": "^2.7|^3.0|^4.0" + }, + "require-dev": { + "behat/mink-goutte-driver": "^1.1", + "phpspec/phpspec": "^2.0" + }, + "time": "2018-02-06T15:36:30+00:00", + "type": "behat-extension", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-0": { + "Behat\\MinkExtension": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com" + } + ], + "description": "Mink extension for Behat", + "homepage": "http://extensions.behat.org/mink", + "keywords": [ + "browser", + "gui", + "test", + "web" + ] + } + ] + } +} diff --git a/app/p2/behat/mink-extension~dev.json b/app/p2/behat/mink-extension~dev.json new file mode 100644 index 0000000..f91f75a --- /dev/null +++ b/app/p2/behat/mink-extension~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/mink-extension": [] + } +} diff --git a/app/p2/behat/mink-goutte-driver.json b/app/p2/behat/mink-goutte-driver.json new file mode 100644 index 0000000..27a8285 --- /dev/null +++ b/app/p2/behat/mink-goutte-driver.json @@ -0,0 +1,62 @@ +{ + "packages": { + "behat/mink-goutte-driver": [ + { + "name": "behat/mink-goutte-driver", + "version": "v1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/minkphp/MinkGoutteDriver.git", + "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", + "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", + "shasum": "" + }, + "require": { + "behat/mink": "~1.6@dev", + "behat/mink-browserkit-driver": "~1.2@dev", + "fabpot/goutte": "~1.0.4|~2.0|~3.1", + "php": ">=5.3.1" + }, + "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0" + }, + "time": "2016-03-05T09:04:22+00:00", + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Goutte driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "browser", + "goutte", + "headless", + "testing" + ] + } + ] + } +} diff --git a/app/p2/behat/mink-goutte-driver~dev.json b/app/p2/behat/mink-goutte-driver~dev.json new file mode 100644 index 0000000..bbae139 --- /dev/null +++ b/app/p2/behat/mink-goutte-driver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/mink-goutte-driver": [] + } +} diff --git a/app/p2/behat/mink-selenium2-driver.json b/app/p2/behat/mink-selenium2-driver.json new file mode 100644 index 0000000..644c119 --- /dev/null +++ b/app/p2/behat/mink-selenium2-driver.json @@ -0,0 +1,68 @@ +{ + "packages": { + "behat/mink-selenium2-driver": [ + { + "name": "behat/mink-selenium2-driver", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/minkphp/MinkSelenium2Driver.git", + "reference": "312a967dd527f28980cce40850339cd5316da092" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092", + "reference": "312a967dd527f28980cce40850339cd5316da092", + "shasum": "" + }, + "require": { + "behat/mink": "~1.7@dev", + "instaclick/php-webdriver": "~1.1", + "php": ">=5.4" + }, + "require-dev": { + "mink/driver-testsuite": "dev-master" + }, + "time": "2020-03-11T14:43:21+00:00", + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Pete Otaqui", + "email": "pete@otaqui.com", + "homepage": "https://github.com/pete-otaqui" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Selenium2 (WebDriver) driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "ajax", + "browser", + "javascript", + "selenium", + "testing", + "webdriver" + ] + } + ] + } +} diff --git a/app/p2/behat/mink-selenium2-driver~dev.json b/app/p2/behat/mink-selenium2-driver~dev.json new file mode 100644 index 0000000..3979c30 --- /dev/null +++ b/app/p2/behat/mink-selenium2-driver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/mink-selenium2-driver": [] + } +} diff --git a/app/p2/behat/mink.json b/app/p2/behat/mink.json new file mode 100644 index 0000000..bb18836 --- /dev/null +++ b/app/p2/behat/mink.json @@ -0,0 +1,68 @@ +{ + "packages": { + "behat/mink": [ + { + "name": "behat/mink", + "version": "v1.8.1", + "version_normalized": "1.8.1.0", + "source": { + "type": "git", + "url": "https://github.com/minkphp/Mink.git", + "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887", + "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20", + "symfony/debug": "^2.7|^3.0|^4.0", + "symfony/phpunit-bridge": "^3.4.38 || ^5.0.5" + }, + "suggest": { + "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", + "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", + "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", + "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", + "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" + }, + "time": "2020-03-11T15:45:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Browser controller/emulator abstraction for PHP", + "homepage": "http://mink.behat.org/", + "keywords": [ + "browser", + "testing", + "web" + ] + } + ] + } +} diff --git a/app/p2/behat/mink~dev.json b/app/p2/behat/mink~dev.json new file mode 100644 index 0000000..b9d8c70 --- /dev/null +++ b/app/p2/behat/mink~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/mink": [] + } +} diff --git a/app/p2/behat/transliterator.json b/app/p2/behat/transliterator.json new file mode 100644 index 0000000..6ab80bd --- /dev/null +++ b/app/p2/behat/transliterator.json @@ -0,0 +1,52 @@ +{ + "packages": { + "behat/transliterator": [ + { + "name": "behat/transliterator", + "version": "v1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Transliterator.git", + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "chuyskywalker/rolling-curl": "^3.1", + "php-yaoi/php-yaoi": "^1.0", + "phpunit/phpunit": "^4.8.36|^6.3" + }, + "time": "2020-01-14T16:39:13+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Transliterator\\": "src/Behat/Transliterator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Artistic-1.0" + ], + "description": "String transliterator", + "keywords": [ + "i18n", + "slug", + "transliterator" + ] + } + ] + } +} diff --git a/app/p2/behat/transliterator~dev.json b/app/p2/behat/transliterator~dev.json new file mode 100644 index 0000000..d4136b0 --- /dev/null +++ b/app/p2/behat/transliterator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "behat/transliterator": [] + } +} diff --git a/app/p2/bower-asset/chosen.json b/app/p2/bower-asset/chosen.json new file mode 100644 index 0000000..0637cc5 --- /dev/null +++ b/app/p2/bower-asset/chosen.json @@ -0,0 +1,25 @@ +{ + "packages": { + "bower-asset/chosen": [ + { + "name": "bower-asset/chosen", + "version": "v1.8.7", + "version_normalized": "1.8.7.0", + "source": { + "type": "git", + "url": "git@github.com:harvesthq/bower-chosen.git", + "reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/harvesthq/bower-chosen/zipball/ad86732b668627c131e61ee8f0e6e9ed52e4db8d", + "reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d" + }, + "type": "bower-asset", + "license": [ + "https://github.com/harvesthq/chosen/blob/master/LICENSE.md" + ] + } + ] + } +} diff --git a/app/p2/bower-asset/chosen~dev.json b/app/p2/bower-asset/chosen~dev.json new file mode 100644 index 0000000..2569217 --- /dev/null +++ b/app/p2/bower-asset/chosen~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "bower-asset/chosen": [] + } +} diff --git a/app/p2/bower-asset/dropzone.json b/app/p2/bower-asset/dropzone.json new file mode 100644 index 0000000..bbe6fba --- /dev/null +++ b/app/p2/bower-asset/dropzone.json @@ -0,0 +1,22 @@ +{ + "packages": { + "bower-asset/dropzone": [ + { + "name": "bower-asset/dropzone", + "version": "v5.5.0", + "version_normalized": "5.5.0.0", + "source": { + "type": "git", + "url": "git@github.com:enyo/dropzone.git", + "reference": "08b9e0a763b54a685404dea523a9c54242fbe1b9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/enyo/dropzone/zipball/08b9e0a763b54a685404dea523a9c54242fbe1b9", + "reference": "08b9e0a763b54a685404dea523a9c54242fbe1b9" + }, + "type": "bower-asset" + } + ] + } +} diff --git a/app/p2/bower-asset/dropzone~dev.json b/app/p2/bower-asset/dropzone~dev.json new file mode 100644 index 0000000..0a27678 --- /dev/null +++ b/app/p2/bower-asset/dropzone~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "bower-asset/dropzone": [] + } +} diff --git a/app/p2/caxy/php-htmldiff.json b/app/p2/caxy/php-htmldiff.json new file mode 100644 index 0000000..5578c60 --- /dev/null +++ b/app/p2/caxy/php-htmldiff.json @@ -0,0 +1,63 @@ +{ + "packages": { + "caxy/php-htmldiff": [ + { + "name": "caxy/php-htmldiff", + "version": "v0.1.9", + "version_normalized": "0.1.9.0", + "source": { + "type": "git", + "url": "https://github.com/caxy/php-htmldiff.git", + "reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8", + "reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8", + "shasum": "" + }, + "require": { + "ezyang/htmlpurifier": "^4.7", + "kub-at/php-simple-html-dom-parser": "^1.7", + "php": ">=5.3.3" + }, + "require-dev": { + "doctrine/cache": "~1.0", + "phpunit/phpunit": "~5.0" + }, + "suggest": { + "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider" + }, + "time": "2019-02-20T18:52:14+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + } + }, + "autoload": { + "psr-0": { + "Caxy\\HtmlDiff": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Josh Schroeder", + "email": "jschroeder@caxy.com", + "homepage": "http://www.caxy.com" + } + ], + "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", + "homepage": "https://github.com/caxy/php-htmldiff", + "keywords": [ + "diff", + "html" + ] + } + ] + } +} diff --git a/app/p2/caxy/php-htmldiff~dev.json b/app/p2/caxy/php-htmldiff~dev.json new file mode 100644 index 0000000..d695c65 --- /dev/null +++ b/app/p2/caxy/php-htmldiff~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "caxy/php-htmldiff": [] + } +} diff --git a/app/p2/chi-teck/drupal-code-generator.json b/app/p2/chi-teck/drupal-code-generator.json new file mode 100644 index 0000000..12a1cb4 --- /dev/null +++ b/app/p2/chi-teck/drupal-code-generator.json @@ -0,0 +1,52 @@ +{ + "packages": { + "chi-teck/drupal-code-generator": [ + { + "name": "chi-teck/drupal-code-generator", + "version": "1.32.0", + "version_normalized": "1.32.0.0", + "source": { + "type": "git", + "url": "https://github.com/Chi-teck/drupal-code-generator.git", + "reference": "0e045f7a7e747af3d8f603156bf4d73be5768246" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/0e045f7a7e747af3d8f603156bf4d73be5768246", + "reference": "0e045f7a7e747af3d8f603156bf4d73be5768246", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.5.9", + "symfony/console": "^3.4 || ^4.0", + "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", + "twig/twig": "^1.41 || ^2.12" + }, + "time": "2020-04-16T06:45:06+00:00", + "bin": [ + "bin/dcg" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "files": [ + "src/bootstrap.php" + ], + "psr-4": { + "DrupalCodeGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Drupal code generator" + } + ] + } +} diff --git a/app/p2/chi-teck/drupal-code-generator~dev.json b/app/p2/chi-teck/drupal-code-generator~dev.json new file mode 100644 index 0000000..92bb389 --- /dev/null +++ b/app/p2/chi-teck/drupal-code-generator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "chi-teck/drupal-code-generator": [] + } +} diff --git a/app/p2/chillerlan/php-qrcode.json b/app/p2/chillerlan/php-qrcode.json new file mode 100644 index 0000000..1ff27f6 --- /dev/null +++ b/app/p2/chillerlan/php-qrcode.json @@ -0,0 +1,54 @@ +{ + "packages": { + "chillerlan/php-qrcode": [ + { + "name": "chillerlan/php-qrcode", + "version": "1.0.8", + "version_normalized": "1.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/chillerlan/php-qrcode.git", + "reference": "37daf05058f6f5569c304e8491257f0da90d957e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/37daf05058f6f5569c304e8491257f0da90d957e", + "reference": "37daf05058f6f5569c304e8491257f0da90d957e", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7" + }, + "time": "2018-01-19T05:06:49+00:00", + "type": "library", + "autoload": { + "psr-4": { + "chillerlan\\QRCode\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Smiley", + "email": "smiley@chillerlan.net" + }, + { + "name": "Kazuhiko Arase", + "homepage": "https://github.com/kazuhikoarase" + } + ], + "description": "A QR code generator. PHP 7+", + "homepage": "https://github.com/codemasher/php-qrcode", + "keywords": [ + "qr code" + ] + } + ] + } +} diff --git a/app/p2/chillerlan/php-qrcode~dev.json b/app/p2/chillerlan/php-qrcode~dev.json new file mode 100644 index 0000000..bf53d70 --- /dev/null +++ b/app/p2/chillerlan/php-qrcode~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "chillerlan/php-qrcode": [] + } +} diff --git a/app/p2/christian-riesen/otp.json b/app/p2/christian-riesen/otp.json new file mode 100644 index 0000000..efe0373 --- /dev/null +++ b/app/p2/christian-riesen/otp.json @@ -0,0 +1,65 @@ +{ + "packages": { + "christian-riesen/otp": [ + { + "name": "christian-riesen/otp", + "version": "2.6.2", + "version_normalized": "2.6.2.0", + "source": { + "type": "git", + "url": "https://github.com/ChristianRiesen/otp.git", + "reference": "67d3351e9614458f937b4f058791f7e695c9a0c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/67d3351e9614458f937b4f058791f7e695c9a0c7", + "reference": "67d3351e9614458f937b4f058791f7e695c9a0c7", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": ">=1", + "php": ">=5.4.0", + "symfony/polyfill-php56": "^1" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.11 || ^6.0.5" + }, + "time": "2019-01-25T10:00:06+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Otp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Riesen", + "email": "chris.riesen@gmail.com", + "homepage": "http://christianriesen.com", + "role": "Developer" + } + ], + "description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238", + "homepage": "https://github.com/ChristianRiesen/otp", + "keywords": [ + "googleauthenticator", + "hotp", + "otp", + "rfc4226", + "rfc6238", + "totp" + ] + } + ] + } +} diff --git a/app/p2/christian-riesen/otp~dev.json b/app/p2/christian-riesen/otp~dev.json new file mode 100644 index 0000000..877ee44 --- /dev/null +++ b/app/p2/christian-riesen/otp~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "christian-riesen/otp": [] + } +} diff --git a/app/p2/composer/installers.json b/app/p2/composer/installers.json new file mode 100644 index 0000000..9901dd9 --- /dev/null +++ b/app/p2/composer/installers.json @@ -0,0 +1,257 @@ +{ + "packages": { + "composer/installers": [ + { + "name": "composer/installers", + "version": "v1.7.0", + "version_normalized": "1.7.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "141b272484481432cda342727a427dc1e206bfa0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0", + "reference": "141b272484481432cda342727a427dc1e206bfa0", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0" + }, + "replace": { + "roundcube/plugin-installer": "*", + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.0.*@dev", + "phpunit/phpunit": "^4.8.36" + }, + "time": "2019-08-12T15:00:31+00:00", + "type": "composer-plugin", + "extra": { + "class": "Composer\\Installers\\Plugin", + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", + "keywords": [ + "Craft", + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "Lan Management System", + "MODX Evo", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Thelia", + "Whmcs", + "WolfCMS", + "agl", + "aimeos", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "eZ Platform", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "joomla", + "known", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "majima", + "mako", + "mediawiki", + "modulework", + "modx", + "moodle", + "osclass", + "phpbb", + "piwik", + "ppi", + "puppet", + "pxcms", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "symfony", + "typo3", + "wordpress", + "yawik", + "zend", + "zikula" + ] + }, + { + "name": "composer/installers", + "version": "v1.9.0", + "version_normalized": "1.9.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca", + "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0" + }, + "replace": { + "roundcube/plugin-installer": "*", + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.6.* || 2.0.*@dev", + "composer/semver": "1.0.* || 2.0.*@dev", + "phpunit/phpunit": "^4.8.36", + "sebastian/comparator": "^1.2.4", + "symfony/process": "^2.3" + }, + "time": "2020-04-07T06:57:05+00:00", + "type": "composer-plugin", + "extra": { + "class": "Composer\\Installers\\Plugin", + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", + "keywords": [ + "Craft", + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "Lan Management System", + "MODX Evo", + "MantisBT", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Thelia", + "Whmcs", + "WolfCMS", + "agl", + "aimeos", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "eZ Platform", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "joomla", + "known", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "majima", + "mako", + "mediawiki", + "modulework", + "modx", + "moodle", + "osclass", + "phpbb", + "piwik", + "ppi", + "puppet", + "pxcms", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "sylius", + "symfony", + "typo3", + "wordpress", + "yawik", + "zend", + "zikula" + ] + } + ] + } +} diff --git a/app/p2/composer/installers~dev.json b/app/p2/composer/installers~dev.json new file mode 100644 index 0000000..6109800 --- /dev/null +++ b/app/p2/composer/installers~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "composer/installers": [] + } +} diff --git a/app/p2/composer/semver.json b/app/p2/composer/semver.json new file mode 100644 index 0000000..9f2f8f7 --- /dev/null +++ b/app/p2/composer/semver.json @@ -0,0 +1,131 @@ +{ + "packages": { + "composer/semver": [ + { + "name": "composer/semver", + "version": "1.5.0", + "version_normalized": "1.5.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", + "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + }, + "time": "2019-03-19T17:25:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ] + }, + { + "name": "composer/semver", + "version": "1.5.1", + "version_normalized": "1.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de", + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5 || ^5.0.5" + }, + "time": "2020-01-13T12:06:48+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ] + } + ] + } +} diff --git a/app/p2/composer/semver~dev.json b/app/p2/composer/semver~dev.json new file mode 100644 index 0000000..6e3111d --- /dev/null +++ b/app/p2/composer/semver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "composer/semver": [] + } +} diff --git a/app/p2/consolidation/annotated-command.json b/app/p2/consolidation/annotated-command.json new file mode 100644 index 0000000..20ad8a8 --- /dev/null +++ b/app/p2/consolidation/annotated-command.json @@ -0,0 +1,163 @@ +{ + "packages": { + "consolidation/annotated-command": [ + { + "name": "consolidation/annotated-command", + "version": "2.12.0", + "version_normalized": "2.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/annotated-command.git", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789", + "shasum": "" + }, + "require": { + "consolidation/output-formatters": "^3.4", + "php": ">=5.4.5", + "psr/log": "^1", + "symfony/console": "^2.8|^3|^4", + "symfony/event-dispatcher": "^2.5|^3|^4", + "symfony/finder": "^2.5|^3|^4" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2.7" + }, + "time": "2019-03-08T16:55:03+00:00", + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + }, + "phpunit4": { + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\AnnotatedCommand\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Initialize Symfony Console commands from annotated command class methods." + }, + { + "name": "consolidation/annotated-command", + "version": "4.1.0", + "version_normalized": "4.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/annotated-command.git", + "reference": "33e472d3cceb0f22a527d13ccfa3f76c4d21c178" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/33e472d3cceb0f22a527d13ccfa3f76c4d21c178", + "reference": "33e472d3cceb0f22a527d13ccfa3f76c4d21c178", + "shasum": "" + }, + "require": { + "consolidation/output-formatters": "^4.1", + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/console": "^4|^5", + "symfony/event-dispatcher": "^4|^5", + "symfony/finder": "^4|^5" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^3" + }, + "time": "2020-02-07T03:35:30+00:00", + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + } + } + }, + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\AnnotatedCommand\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Initialize Symfony Console commands from annotated command class methods." + } + ] + } +} diff --git a/app/p2/consolidation/annotated-command~dev.json b/app/p2/consolidation/annotated-command~dev.json new file mode 100644 index 0000000..9a4d0b8 --- /dev/null +++ b/app/p2/consolidation/annotated-command~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/annotated-command": [] + } +} diff --git a/app/p2/consolidation/config.json b/app/p2/consolidation/config.json new file mode 100644 index 0000000..915286a --- /dev/null +++ b/app/p2/consolidation/config.json @@ -0,0 +1,88 @@ +{ + "packages": { + "consolidation/config": [ + { + "name": "consolidation/config", + "version": "1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/config.git", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "grasmash/expander": "^1", + "php": ">=5.4.0" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^5", + "squizlabs/php_codesniffer": "2.*", + "symfony/console": "^2.5|^3|^4", + "symfony/yaml": "^2.8.11|^3|^4" + }, + "suggest": { + "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" + }, + "time": "2019-03-03T19:37:04+00:00", + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require-dev": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require-dev": { + "symfony/console": "^2.8", + "symfony/event-dispatcher": "^2.8", + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Config\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Provide configuration services for a commandline tool." + } + ] + } +} diff --git a/app/p2/consolidation/config~dev.json b/app/p2/consolidation/config~dev.json new file mode 100644 index 0000000..61c1dec --- /dev/null +++ b/app/p2/consolidation/config~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/config": [] + } +} diff --git a/app/p2/consolidation/filter-via-dot-access-data.json b/app/p2/consolidation/filter-via-dot-access-data.json new file mode 100644 index 0000000..7728151 --- /dev/null +++ b/app/p2/consolidation/filter-via-dot-access-data.json @@ -0,0 +1,74 @@ +{ + "packages": { + "consolidation/filter-via-dot-access-data": [ + { + "name": "consolidation/filter-via-dot-access-data", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/filter-via-dot-access-data.git", + "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.5.0" + }, + "require-dev": { + "consolidation/robo": "^1.2.3", + "g1a/composer-test-scenarios": "^3", + "knplabs/github-api": "^2.7", + "php-coveralls/php-coveralls": "^1", + "php-http/guzzle6-adapter": "^1.1", + "phpunit/phpunit": "^5", + "squizlabs/php_codesniffer": "^2.8", + "symfony/console": "^2.8|^3|^4" + }, + "time": "2019-01-18T06:05:07+00:00", + "type": "library", + "extra": { + "scenarios": { + "phpunit5": { + "require-dev": { + "phpunit/phpunit": "^5.7.27" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.6.33" + } + } + } + }, + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Filter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo." + } + ] + } +} diff --git a/app/p2/consolidation/filter-via-dot-access-data~dev.json b/app/p2/consolidation/filter-via-dot-access-data~dev.json new file mode 100644 index 0000000..17c3efc --- /dev/null +++ b/app/p2/consolidation/filter-via-dot-access-data~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/filter-via-dot-access-data": [] + } +} diff --git a/app/p2/consolidation/log.json b/app/p2/consolidation/log.json new file mode 100644 index 0000000..c91848d --- /dev/null +++ b/app/p2/consolidation/log.json @@ -0,0 +1,147 @@ +{ + "packages": { + "consolidation/log": [ + { + "name": "consolidation/log", + "version": "1.1.1", + "version_normalized": "1.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/log.git", + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", + "shasum": "" + }, + "require": { + "php": ">=5.4.5", + "psr/log": "^1.0", + "symfony/console": "^2.8|^3|^4" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2" + }, + "time": "2019-01-01T17:30:51+00:00", + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + }, + "phpunit4": { + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components." + }, + { + "name": "consolidation/log", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/log.git", + "reference": "446f804476db4f73957fa4bcb66ab2facf5397ff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/log/zipball/446f804476db4f73957fa4bcb66ab2facf5397ff", + "reference": "446f804476db4f73957fa4bcb66ab2facf5397ff", + "shasum": "" + }, + "require": { + "php": ">=5.4.5", + "psr/log": "^1.0", + "symfony/console": "^4|^5" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^3" + }, + "time": "2020-02-07T01:22:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components." + } + ] + } +} diff --git a/app/p2/consolidation/log~dev.json b/app/p2/consolidation/log~dev.json new file mode 100644 index 0000000..c4a3027 --- /dev/null +++ b/app/p2/consolidation/log~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/log": [] + } +} diff --git a/app/p2/consolidation/output-formatters.json b/app/p2/consolidation/output-formatters.json new file mode 100644 index 0000000..e0ae783 --- /dev/null +++ b/app/p2/consolidation/output-formatters.json @@ -0,0 +1,172 @@ +{ + "packages": { + "consolidation/output-formatters": [ + { + "name": "consolidation/output-formatters", + "version": "3.5.0", + "version_normalized": "3.5.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/output-formatters.git", + "reference": "99ec998ffb697e0eada5aacf81feebfb13023605" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605", + "reference": "99ec998ffb697e0eada5aacf81feebfb13023605", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.4.0", + "symfony/console": "^2.8|^3|^4", + "symfony/finder": "^2.5|^3|^4" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^5.7.27", + "squizlabs/php_codesniffer": "^2.7", + "symfony/var-dumper": "^2.8|^3|^4", + "victorjonsson/markdowndocs": "^1.3" + }, + "suggest": { + "symfony/var-dumper": "For using the var_dump formatter" + }, + "time": "2019-05-30T23:16:01+00:00", + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^6" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony3": { + "require": { + "symfony/console": "^3.4", + "symfony/finder": "^3.4", + "symfony/var-dumper": "^3.4" + }, + "config": { + "platform": { + "php": "5.6.32" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + } + }, + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\OutputFormatters\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Format text by applying transformations provided by plug-in formatters." + }, + { + "name": "consolidation/output-formatters", + "version": "4.1.0", + "version_normalized": "4.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/output-formatters.git", + "reference": "eae721c3a916707c40d4390efbf48d4c799709cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/eae721c3a916707c40d4390efbf48d4c799709cc", + "reference": "eae721c3a916707c40d4390efbf48d4c799709cc", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=7.1.3", + "symfony/console": "^4|^5", + "symfony/finder": "^4|^5" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^3", + "symfony/var-dumper": "^4", + "symfony/yaml": "^4", + "victorjonsson/markdowndocs": "^1.3" + }, + "suggest": { + "symfony/var-dumper": "For using the var_dump formatter" + }, + "time": "2020-02-07T03:22:30+00:00", + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + } + } + }, + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\OutputFormatters\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Format text by applying transformations provided by plug-in formatters." + } + ] + } +} diff --git a/app/p2/consolidation/output-formatters~dev.json b/app/p2/consolidation/output-formatters~dev.json new file mode 100644 index 0000000..800c957 --- /dev/null +++ b/app/p2/consolidation/output-formatters~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/output-formatters": [] + } +} diff --git a/app/p2/consolidation/robo.json b/app/p2/consolidation/robo.json new file mode 100644 index 0000000..61487a0 --- /dev/null +++ b/app/p2/consolidation/robo.json @@ -0,0 +1,112 @@ +{ + "packages": { + "consolidation/robo": [ + { + "name": "consolidation/robo", + "version": "1.4.12", + "version_normalized": "1.4.12.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/Robo.git", + "reference": "eb45606f498b3426b9a98b7c85e300666a968e51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/eb45606f498b3426b9a98b7c85e300666a968e51", + "reference": "eb45606f498b3426b9a98b7c85e300666a968e51", + "shasum": "" + }, + "require": { + "consolidation/annotated-command": "^2.11.0|^4.1", + "consolidation/config": "^1.2.1", + "consolidation/log": "^1.1.1|^2", + "consolidation/output-formatters": "^3.1.13|^4.1", + "consolidation/self-update": "^1.1.5", + "grasmash/yaml-expander": "^1.4", + "league/container": "^2.4.1", + "php": ">=5.5.0", + "symfony/console": "^2.8|^3|^4", + "symfony/event-dispatcher": "^2.5|^3|^4", + "symfony/filesystem": "^2.5|^3|^4", + "symfony/finder": "^2.5|^3|^4", + "symfony/process": "^2.5|^3|^4" + }, + "replace": { + "codegyre/robo": "< 1.0" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^3", + "natxet/cssmin": "3.0.4", + "patchwork/jsqueeze": "^2", + "pear/archive_tar": "^1.4.4", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^5.7.27", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", + "natxet/CssMin": "For minifying CSS files in taskMinify", + "patchwork/jsqueeze": "For minifying JS files in taskMinify", + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." + }, + "time": "2020-02-18T17:31:26+00:00", + "bin": [ + "robo" + ], + "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.5.9" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + } + }, + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Robo\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Davert", + "email": "davert.php@resend.cc" + } + ], + "description": "Modern task runner" + } + ] + } +} diff --git a/app/p2/consolidation/robo~dev.json b/app/p2/consolidation/robo~dev.json new file mode 100644 index 0000000..bc8f206 --- /dev/null +++ b/app/p2/consolidation/robo~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/robo": [] + } +} diff --git a/app/p2/consolidation/self-update.json b/app/p2/consolidation/self-update.json new file mode 100644 index 0000000..1a73c35 --- /dev/null +++ b/app/p2/consolidation/self-update.json @@ -0,0 +1,57 @@ +{ + "packages": { + "consolidation/self-update": [ + { + "name": "consolidation/self-update", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/self-update.git", + "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4", + "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "symfony/console": "^2.8|^3|^4|^5", + "symfony/filesystem": "^2.5|^3|^4|^5" + }, + "time": "2020-04-13T02:49:20+00:00", + "bin": [ + "scripts/release" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "SelfUpdate\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexander Menk", + "email": "menk@mestrona.net" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Provides a self:update command for Symfony Console applications." + } + ] + } +} diff --git a/app/p2/consolidation/self-update~dev.json b/app/p2/consolidation/self-update~dev.json new file mode 100644 index 0000000..2a45621 --- /dev/null +++ b/app/p2/consolidation/self-update~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/self-update": [] + } +} diff --git a/app/p2/consolidation/site-alias.json b/app/p2/consolidation/site-alias.json new file mode 100644 index 0000000..0df6c1f --- /dev/null +++ b/app/p2/consolidation/site-alias.json @@ -0,0 +1,79 @@ +{ + "packages": { + "consolidation/site-alias": [ + { + "name": "consolidation/site-alias", + "version": "3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/site-alias.git", + "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f", + "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f", + "shasum": "" + }, + "require": { + "consolidation/config": "^1.2.1", + "php": ">=5.5.0" + }, + "require-dev": { + "consolidation/robo": "^1.2.3", + "g1a/composer-test-scenarios": "^3", + "knplabs/github-api": "^2.7", + "php-coveralls/php-coveralls": "^1", + "php-http/guzzle6-adapter": "^1.1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2.8", + "symfony/console": "^2.8|^3|^4", + "symfony/yaml": "~2.3|^3" + }, + "time": "2019-03-12T17:31:48+00:00", + "type": "library", + "extra": { + "scenarios": { + "phpunit5": { + "require-dev": { + "phpunit/phpunit": "^5.7.27" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.6.33" + } + } + } + }, + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\SiteAlias\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Manage alias records for local and remote sites." + } + ] + } +} diff --git a/app/p2/consolidation/site-alias~dev.json b/app/p2/consolidation/site-alias~dev.json new file mode 100644 index 0000000..c7d1dc5 --- /dev/null +++ b/app/p2/consolidation/site-alias~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/site-alias": [] + } +} diff --git a/app/p2/consolidation/site-process.json b/app/p2/consolidation/site-process.json new file mode 100644 index 0000000..06ece5b --- /dev/null +++ b/app/p2/consolidation/site-process.json @@ -0,0 +1,79 @@ +{ + "packages": { + "consolidation/site-process": [ + { + "name": "consolidation/site-process", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/site-process.git", + "reference": "f3211fa4c60671c6f068184221f06f932556e443" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443", + "reference": "f3211fa4c60671c6f068184221f06f932556e443", + "shasum": "" + }, + "require": { + "consolidation/config": "^1.2.1", + "consolidation/site-alias": "^3", + "php": ">=5.6.0", + "symfony/process": "^3.4" + }, + "require-dev": { + "consolidation/robo": "^1.3", + "g1a/composer-test-scenarios": "^3", + "knplabs/github-api": "^2.7", + "php-coveralls/php-coveralls": "^1", + "php-http/guzzle6-adapter": "^1.1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2.8" + }, + "time": "2019-09-10T17:56:24+00:00", + "type": "library", + "extra": { + "scenarios": { + "phpunit5": { + "require-dev": { + "phpunit/phpunit": "^5.7.27" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.6.33" + } + } + } + }, + "branch-alias": { + "dev-master": "0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\SiteProcess\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + } + ], + "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." + } + ] + } +} diff --git a/app/p2/consolidation/site-process~dev.json b/app/p2/consolidation/site-process~dev.json new file mode 100644 index 0000000..93bd58f --- /dev/null +++ b/app/p2/consolidation/site-process~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "consolidation/site-process": [] + } +} diff --git a/app/p2/container-interop/container-interop.json b/app/p2/container-interop/container-interop.json new file mode 100644 index 0000000..e907d0e --- /dev/null +++ b/app/p2/container-interop/container-interop.json @@ -0,0 +1,39 @@ +{ + "packages": { + "container-interop/container-interop": [ + { + "name": "container-interop/container-interop", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/container-interop/container-interop.git", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "shasum": "" + }, + "require": { + "psr/container": "^1.0" + }, + "time": "2017-02-14T19:40:03+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Interop\\Container\\": "src/Interop/Container/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", + "homepage": "https://github.com/container-interop/container-interop", + "abandoned": "psr/container" + } + ] + } +} diff --git a/app/p2/container-interop/container-interop~dev.json b/app/p2/container-interop/container-interop~dev.json new file mode 100644 index 0000000..1aad18e --- /dev/null +++ b/app/p2/container-interop/container-interop~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "container-interop/container-interop": [] + } +} diff --git a/app/p2/cweagans/composer-patches.json b/app/p2/cweagans/composer-patches.json new file mode 100644 index 0000000..d3a4e6f --- /dev/null +++ b/app/p2/cweagans/composer-patches.json @@ -0,0 +1,51 @@ +{ + "packages": { + "cweagans/composer-patches": [ + { + "name": "cweagans/composer-patches", + "version": "1.6.7", + "version_normalized": "1.6.7.0", + "source": { + "type": "git", + "url": "https://github.com/cweagans/composer-patches.git", + "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", + "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": ">=5.3.0" + }, + "require-dev": { + "composer/composer": "~1.0", + "phpunit/phpunit": "~4.6" + }, + "time": "2019-08-29T20:11:49+00:00", + "type": "composer-plugin", + "extra": { + "class": "cweagans\\Composer\\Patches" + }, + "autoload": { + "psr-4": { + "cweagans\\Composer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Cameron Eagans", + "email": "me@cweagans.net" + } + ], + "description": "Provides a way to patch Composer packages." + } + ] + } +} diff --git a/app/p2/cweagans/composer-patches~dev.json b/app/p2/cweagans/composer-patches~dev.json new file mode 100644 index 0000000..9ce109d --- /dev/null +++ b/app/p2/cweagans/composer-patches~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "cweagans/composer-patches": [] + } +} diff --git a/app/p2/dealerdirect/phpcodesniffer-composer-installer.json b/app/p2/dealerdirect/phpcodesniffer-composer-installer.json new file mode 100644 index 0000000..52a2df4 --- /dev/null +++ b/app/p2/dealerdirect/phpcodesniffer-composer-installer.json @@ -0,0 +1,73 @@ +{ + "packages": { + "dealerdirect/phpcodesniffer-composer-installer": [ + { + "name": "dealerdirect/phpcodesniffer-composer-installer", + "version": "v0.5.0", + "version_normalized": "0.5.0.0", + "source": { + "type": "git", + "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", + "reference": "e749410375ff6fb7a040a68878c656c2e610b132" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132", + "reference": "e749410375ff6fb7a040a68878c656c2e610b132", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": "^5.3|^7", + "squizlabs/php_codesniffer": "^2|^3" + }, + "require-dev": { + "composer/composer": "*", + "phpcompatibility/php-compatibility": "^9.0", + "sensiolabs/security-checker": "^4.1.0" + }, + "time": "2018-10-26T13:21:45+00:00", + "type": "composer-plugin", + "extra": { + "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + }, + "autoload": { + "psr-4": { + "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Franck Nijhof", + "email": "franck.nijhof@dealerdirect.com", + "homepage": "http://www.frenck.nl", + "role": "Developer / IT Manager" + } + ], + "description": "PHP_CodeSniffer Standards Composer Installer Plugin", + "homepage": "http://www.dealerdirect.com", + "keywords": [ + "PHPCodeSniffer", + "PHP_CodeSniffer", + "code quality", + "codesniffer", + "composer", + "installer", + "phpcs", + "plugin", + "qa", + "quality", + "standard", + "standards", + "style guide", + "stylecheck", + "tests" + ] + } + ] + } +} diff --git a/app/p2/dealerdirect/phpcodesniffer-composer-installer~dev.json b/app/p2/dealerdirect/phpcodesniffer-composer-installer~dev.json new file mode 100644 index 0000000..27d0993 --- /dev/null +++ b/app/p2/dealerdirect/phpcodesniffer-composer-installer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "dealerdirect/phpcodesniffer-composer-installer": [] + } +} diff --git a/app/p2/defuse/php-encryption.json b/app/p2/defuse/php-encryption.json new file mode 100644 index 0000000..4e6df37 --- /dev/null +++ b/app/p2/defuse/php-encryption.json @@ -0,0 +1,70 @@ +{ + "packages": { + "defuse/php-encryption": [ + { + "name": "defuse/php-encryption", + "version": "v2.2.1", + "version_normalized": "2.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/defuse/php-encryption.git", + "reference": "0f407c43b953d571421e0020ba92082ed5fb7620" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", + "reference": "0f407c43b953d571421e0020ba92082ed5fb7620", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.4.0" + }, + "require-dev": { + "nikic/php-parser": "^2.0|^3.0|^4.0", + "phpunit/phpunit": "^4|^5" + }, + "time": "2018-07-24T23:27:56+00:00", + "bin": [ + "bin/generate-defuse-key" + ], + "type": "library", + "autoload": { + "psr-4": { + "Defuse\\Crypto\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "Secure PHP Encryption Library", + "keywords": [ + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" + ] + } + ] + } +} diff --git a/app/p2/defuse/php-encryption~dev.json b/app/p2/defuse/php-encryption~dev.json new file mode 100644 index 0000000..7150339 --- /dev/null +++ b/app/p2/defuse/php-encryption~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "defuse/php-encryption": [] + } +} diff --git a/app/p2/dflydev/dot-access-configuration.json b/app/p2/dflydev/dot-access-configuration.json new file mode 100644 index 0000000..dc5f2b7 --- /dev/null +++ b/app/p2/dflydev/dot-access-configuration.json @@ -0,0 +1,67 @@ +{ + "packages": { + "dflydev/dot-access-configuration": [ + { + "name": "dflydev/dot-access-configuration", + "version": "v1.0.3", + "version_normalized": "1.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", + "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49", + "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "1.*", + "dflydev/placeholder-resolver": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "symfony/yaml": "~2.1" + }, + "suggest": { + "symfony/yaml": "Required for using the YAML Configuration Builders" + }, + "time": "2018-09-08T23:00:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\DotAccessConfiguration": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + } + ], + "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", + "keywords": [ + "config", + "configuration" + ] + } + ] + } +} diff --git a/app/p2/dflydev/dot-access-configuration~dev.json b/app/p2/dflydev/dot-access-configuration~dev.json new file mode 100644 index 0000000..298dcc1 --- /dev/null +++ b/app/p2/dflydev/dot-access-configuration~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "dflydev/dot-access-configuration": [] + } +} diff --git a/app/p2/dflydev/dot-access-data.json b/app/p2/dflydev/dot-access-data.json new file mode 100644 index 0000000..d7451dc --- /dev/null +++ b/app/p2/dflydev/dot-access-data.json @@ -0,0 +1,66 @@ +{ + "packages": { + "dflydev/dot-access-data": [ + { + "name": "dflydev/dot-access-data", + "version": "v1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-data.git", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "2017-01-20T21:14:22+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\DotAccessData": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Carlos Frutos", + "email": "carlos@kiwing.it", + "homepage": "https://github.com/cfrutos" + } + ], + "description": "Given a deep data structure, access data by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "keywords": [ + "access", + "data", + "dot", + "notation" + ] + } + ] + } +} diff --git a/app/p2/dflydev/dot-access-data~dev.json b/app/p2/dflydev/dot-access-data~dev.json new file mode 100644 index 0000000..142c355 --- /dev/null +++ b/app/p2/dflydev/dot-access-data~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "dflydev/dot-access-data": [] + } +} diff --git a/app/p2/dflydev/placeholder-resolver.json b/app/p2/dflydev/placeholder-resolver.json new file mode 100644 index 0000000..4e26fba --- /dev/null +++ b/app/p2/dflydev/placeholder-resolver.json @@ -0,0 +1,59 @@ +{ + "packages": { + "dflydev/placeholder-resolver": [ + { + "name": "dflydev/placeholder-resolver", + "version": "v1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "2012-10-28T21:08:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\PlaceholderResolver": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + } + ], + "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.", + "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", + "keywords": [ + "placeholder", + "resolver" + ] + } + ] + } +} diff --git a/app/p2/dflydev/placeholder-resolver~dev.json b/app/p2/dflydev/placeholder-resolver~dev.json new file mode 100644 index 0000000..f7bfacf --- /dev/null +++ b/app/p2/dflydev/placeholder-resolver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "dflydev/placeholder-resolver": [] + } +} diff --git a/app/p2/dnoegel/php-xdg-base-dir.json b/app/p2/dnoegel/php-xdg-base-dir.json new file mode 100644 index 0000000..9ed5934 --- /dev/null +++ b/app/p2/dnoegel/php-xdg-base-dir.json @@ -0,0 +1,40 @@ +{ + "packages": { + "dnoegel/php-xdg-base-dir": [ + { + "name": "dnoegel/php-xdg-base-dir", + "version": "v0.1.1", + "version_normalized": "0.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" + }, + "time": "2019-12-04T15:06:13+00:00", + "type": "library", + "autoload": { + "psr-4": { + "XdgBaseDir\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "implementation of xdg base directory specification for php" + } + ] + } +} diff --git a/app/p2/dnoegel/php-xdg-base-dir~dev.json b/app/p2/dnoegel/php-xdg-base-dir~dev.json new file mode 100644 index 0000000..9b2fe22 --- /dev/null +++ b/app/p2/dnoegel/php-xdg-base-dir~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "dnoegel/php-xdg-base-dir": [] + } +} diff --git a/app/p2/doctrine/annotations.json b/app/p2/doctrine/annotations.json new file mode 100644 index 0000000..a3c98ec --- /dev/null +++ b/app/p2/doctrine/annotations.json @@ -0,0 +1,145 @@ +{ + "packages": { + "doctrine/annotations": [ + { + "name": "doctrine/annotations", + "version": "1.10.2", + "version_normalized": "1.10.2.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "b9d758e831c70751155c698c2f7df4665314a1cb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb", + "reference": "b9d758e831c70751155c698c2f7df4665314a1cb", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "ext-tokenizer": "*", + "php": "^7.1" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^7.5" + }, + "time": "2020-04-20T09:18:32+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ] + }, + { + "name": "doctrine/annotations", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-02-24T16:22:25+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ] + } + ] + } +} diff --git a/app/p2/doctrine/annotations~dev.json b/app/p2/doctrine/annotations~dev.json new file mode 100644 index 0000000..02eca94 --- /dev/null +++ b/app/p2/doctrine/annotations~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/annotations": [] + } +} diff --git a/app/p2/doctrine/cache.json b/app/p2/doctrine/cache.json new file mode 100644 index 0000000..b825001 --- /dev/null +++ b/app/p2/doctrine/cache.json @@ -0,0 +1,160 @@ +{ + "packages": { + "doctrine/cache": [ + { + "name": "doctrine/cache", + "version": "1.10.0", + "version_normalized": "1.10.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/cache.git", + "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", + "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", + "shasum": "" + }, + "require": { + "php": "~7.1" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" + }, + "require-dev": { + "alcaeus/mongo-php-adapter": "^1.1", + "doctrine/coding-standard": "^6.0", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^7.0", + "predis/predis": "~1.0" + }, + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" + }, + "time": "2019-11-29T15:36:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", + "homepage": "https://www.doctrine-project.org/projects/cache.html", + "keywords": [ + "abstraction", + "apcu", + "cache", + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" + ] + }, + { + "name": "doctrine/cache", + "version": "v1.6.2", + "version_normalized": "1.6.2.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/cache.git", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", + "shasum": "" + }, + "require": { + "php": "~5.5|~7.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" + }, + "require-dev": { + "phpunit/phpunit": "~4.8|~5.0", + "predis/predis": "~1.0", + "satooshi/php-coveralls": "~0.6" + }, + "time": "2017-07-22T12:49:21+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Caching library offering an object-oriented API for many cache backends", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "cache", + "caching" + ] + } + ] + } +} diff --git a/app/p2/doctrine/cache~dev.json b/app/p2/doctrine/cache~dev.json new file mode 100644 index 0000000..d3d1eb6 --- /dev/null +++ b/app/p2/doctrine/cache~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/cache": [] + } +} diff --git a/app/p2/doctrine/collections.json b/app/p2/doctrine/collections.json new file mode 100644 index 0000000..acd4318 --- /dev/null +++ b/app/p2/doctrine/collections.json @@ -0,0 +1,145 @@ +{ + "packages": { + "doctrine/collections": [ + { + "name": "doctrine/collections", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-01-03T10:49:41+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Collections Abstraction library", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "array", + "collections", + "iterator" + ] + }, + { + "name": "doctrine/collections", + "version": "1.6.4", + "version_normalized": "1.6.4.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0", + "vimeo/psalm": "^3.2.2" + }, + "time": "2019-11-13T13:07:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", + "homepage": "https://www.doctrine-project.org/projects/collections.html", + "keywords": [ + "array", + "collections", + "iterators", + "php" + ] + } + ] + } +} diff --git a/app/p2/doctrine/collections~dev.json b/app/p2/doctrine/collections~dev.json new file mode 100644 index 0000000..987316f --- /dev/null +++ b/app/p2/doctrine/collections~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/collections": [] + } +} diff --git a/app/p2/doctrine/common.json b/app/p2/doctrine/common.json new file mode 100644 index 0000000..27a24ad --- /dev/null +++ b/app/p2/doctrine/common.json @@ -0,0 +1,164 @@ +{ + "packages": { + "doctrine/common": [ + { + "name": "doctrine/common", + "version": "2.13.0", + "version_normalized": "2.13.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "308728eae8d90412d850c155d40b1cfbede549da" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da", + "reference": "308728eae8d90412d850c155d40b1cfbede549da", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/inflector": "^1.0", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.3.3", + "doctrine/reflection": "^1.0", + "php": "^7.1" + }, + "require-dev": { + "doctrine/coding-standard": "^1.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpunit/phpunit": "^7.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "^4.0.5" + }, + "time": "2020-05-15T05:51:54+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.11.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "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.", + "homepage": "https://www.doctrine-project.org/projects/common.html", + "keywords": [ + "common", + "doctrine", + "php" + ] + }, + { + "name": "doctrine/common", + "version": "v2.7.3", + "version_normalized": "2.7.3.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", + "shasum": "" + }, + "require": { + "doctrine/annotations": "1.*", + "doctrine/cache": "1.*", + "doctrine/collections": "1.*", + "doctrine/inflector": "1.*", + "doctrine/lexer": "1.*", + "php": "~5.6|~7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.4.6" + }, + "time": "2017-07-22T08:35:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common Library for Doctrine projects", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "collections", + "eventmanager", + "persistence", + "spl" + ] + } + ] + } +} diff --git a/app/p2/doctrine/common~dev.json b/app/p2/doctrine/common~dev.json new file mode 100644 index 0000000..d8c013a --- /dev/null +++ b/app/p2/doctrine/common~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/common": [] + } +} diff --git a/app/p2/doctrine/event-manager.json b/app/p2/doctrine/event-manager.json new file mode 100644 index 0000000..5ef56b1 --- /dev/null +++ b/app/p2/doctrine/event-manager.json @@ -0,0 +1,83 @@ +{ + "packages": { + "doctrine/event-manager": [ + { + "name": "doctrine/event-manager", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/event-manager.git", + "reference": "629572819973f13486371cb611386eb17851e85c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", + "reference": "629572819973f13486371cb611386eb17851e85c", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "conflict": { + "doctrine/common": "<2.9@dev" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpunit/phpunit": "^7.0" + }, + "time": "2019-11-10T09:48:07+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", + "homepage": "https://www.doctrine-project.org/projects/event-manager.html", + "keywords": [ + "event", + "event dispatcher", + "event manager", + "event system", + "events" + ] + } + ] + } +} diff --git a/app/p2/doctrine/event-manager~dev.json b/app/p2/doctrine/event-manager~dev.json new file mode 100644 index 0000000..def080a --- /dev/null +++ b/app/p2/doctrine/event-manager~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/event-manager": [] + } +} diff --git a/app/p2/doctrine/inflector.json b/app/p2/doctrine/inflector.json new file mode 100644 index 0000000..d3b79c8 --- /dev/null +++ b/app/p2/doctrine/inflector.json @@ -0,0 +1,153 @@ +{ + "packages": { + "doctrine/inflector": [ + { + "name": "doctrine/inflector", + "version": "v1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2" + }, + "time": "2017-07-22T12:18:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common String Manipulations with regard to casing and singular/plural rules.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string" + ] + }, + { + "name": "doctrine/inflector", + "version": "1.4.1", + "version_normalized": "1.4.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", + "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", + "shasum": "" + }, + "require": { + "php": "^7.2" + }, + "require-dev": { + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + }, + "time": "2020-05-09T15:09:09+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", + "keywords": [ + "inflection", + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" + ] + } + ] + } +} diff --git a/app/p2/doctrine/inflector~dev.json b/app/p2/doctrine/inflector~dev.json new file mode 100644 index 0000000..7729f78 --- /dev/null +++ b/app/p2/doctrine/inflector~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/inflector": [] + } +} diff --git a/app/p2/doctrine/instantiator.json b/app/p2/doctrine/instantiator.json new file mode 100644 index 0000000..9a9ce71 --- /dev/null +++ b/app/p2/doctrine/instantiator.json @@ -0,0 +1,63 @@ +{ + "packages": { + "doctrine/instantiator": [ + { + "name": "doctrine/instantiator", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "time": "2019-10-21T16:45:58+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ] + } + ] + } +} diff --git a/app/p2/doctrine/instantiator~dev.json b/app/p2/doctrine/instantiator~dev.json new file mode 100644 index 0000000..3d28afb --- /dev/null +++ b/app/p2/doctrine/instantiator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/instantiator": [] + } +} diff --git a/app/p2/doctrine/lexer.json b/app/p2/doctrine/lexer.json new file mode 100644 index 0000000..2447d30 --- /dev/null +++ b/app/p2/doctrine/lexer.json @@ -0,0 +1,130 @@ +{ + "packages": { + "doctrine/lexer": [ + { + "name": "doctrine/lexer", + "version": "1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, + "time": "2019-06-08T11:03:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ] + }, + { + "name": "doctrine/lexer", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", + "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", + "shasum": "" + }, + "require": { + "php": "^7.2" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" + }, + "time": "2019-10-30T14:39:59+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ] + } + ] + } +} diff --git a/app/p2/doctrine/lexer~dev.json b/app/p2/doctrine/lexer~dev.json new file mode 100644 index 0000000..e73061f --- /dev/null +++ b/app/p2/doctrine/lexer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/lexer": [] + } +} diff --git a/app/p2/doctrine/persistence.json b/app/p2/doctrine/persistence.json new file mode 100644 index 0000000..bafe021 --- /dev/null +++ b/app/p2/doctrine/persistence.json @@ -0,0 +1,90 @@ +{ + "packages": { + "doctrine/persistence": [ + { + "name": "doctrine/persistence", + "version": "1.3.7", + "version_normalized": "1.3.7.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/persistence.git", + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/reflection": "^1.2", + "php": "^7.1" + }, + "conflict": { + "doctrine/common": "<2.10@dev" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "time": "2020-03-21T15:13:52+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common", + "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", + "homepage": "https://doctrine-project.org/projects/persistence.html", + "keywords": [ + "mapper", + "object", + "odm", + "orm", + "persistence" + ] + } + ] + } +} diff --git a/app/p2/doctrine/persistence~dev.json b/app/p2/doctrine/persistence~dev.json new file mode 100644 index 0000000..26430cc --- /dev/null +++ b/app/p2/doctrine/persistence~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/persistence": [] + } +} diff --git a/app/p2/doctrine/reflection.json b/app/p2/doctrine/reflection.json new file mode 100644 index 0000000..722f16e --- /dev/null +++ b/app/p2/doctrine/reflection.json @@ -0,0 +1,85 @@ +{ + "packages": { + "doctrine/reflection": [ + { + "name": "doctrine/reflection", + "version": "1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/reflection.git", + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "ext-tokenizer": "*", + "php": "^7.1" + }, + "conflict": { + "doctrine/common": "<2.9" + }, + "require-dev": { + "doctrine/coding-standard": "^5.0", + "doctrine/common": "^2.10", + "phpstan/phpstan": "^0.11.0", + "phpstan/phpstan-phpunit": "^0.11.0", + "phpunit/phpunit": "^7.0" + }, + "time": "2020-03-27T11:06:43+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", + "homepage": "https://www.doctrine-project.org/projects/reflection.html", + "keywords": [ + "reflection", + "static" + ] + } + ] + } +} diff --git a/app/p2/doctrine/reflection~dev.json b/app/p2/doctrine/reflection~dev.json new file mode 100644 index 0000000..4692a94 --- /dev/null +++ b/app/p2/doctrine/reflection~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "doctrine/reflection": [] + } +} diff --git a/app/p2/drupal-composer/drupal-scaffold.json b/app/p2/drupal-composer/drupal-scaffold.json new file mode 100644 index 0000000..9f813be --- /dev/null +++ b/app/p2/drupal-composer/drupal-scaffold.json @@ -0,0 +1,51 @@ +{ + "packages": { + "drupal-composer/drupal-scaffold": [ + { + "name": "drupal-composer/drupal-scaffold", + "version": "2.6.1", + "version_normalized": "2.6.1.0", + "source": { + "type": "git", + "url": "https://github.com/drupal-composer/drupal-scaffold.git", + "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/13c1ffc7dd4925cb03707759128b85c0cd6276f8", + "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0.0", + "composer/semver": "^1.4", + "php": "^5.5.9|>=7.0.8" + }, + "require-dev": { + "composer/composer": "dev-master", + "g1a/composer-test-scenarios": "^2.1.0", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2.8" + }, + "time": "2019-03-30T10:41:38+00:00", + "type": "composer-plugin", + "extra": { + "class": "DrupalComposer\\DrupalScaffold\\Plugin", + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "DrupalComposer\\DrupalScaffold\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core" + } + ] + } +} diff --git a/app/p2/drupal-composer/drupal-scaffold~dev.json b/app/p2/drupal-composer/drupal-scaffold~dev.json new file mode 100644 index 0000000..5959ea1 --- /dev/null +++ b/app/p2/drupal-composer/drupal-scaffold~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal-composer/drupal-scaffold": [] + } +} diff --git a/app/p2/drupal/admin_toolbar.json b/app/p2/drupal/admin_toolbar.json new file mode 100644 index 0000000..94dfebd --- /dev/null +++ b/app/p2/drupal/admin_toolbar.json @@ -0,0 +1,85 @@ +{ + "packages": { + "drupal/admin_toolbar": [ + { + "name": "drupal/admin_toolbar", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/admin_toolbar.git", + "reference": "8.x-2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "568de63dbaa8046a82d327dbd0b892ab79fb87aa" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.0", + "datestamp": "1573751237", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Wilfrid Roze (eme)", + "homepage": "https://www.drupal.org/u/eme", + "role": "Maintainer" + }, + { + "name": "Romain Jarraud (romainj)", + "homepage": "https://www.drupal.org/u/romainj", + "role": "Maintainer" + }, + { + "name": "Adrian Cid Almaguer (adriancid)", + "homepage": "https://www.drupal.org/u/adriancid", + "email": "adriancid@gmail.com", + "role": "Maintainer" + }, + { + "name": "Mohamed Anis Taktak (matio89)", + "homepage": "https://www.drupal.org/u/matio89", + "role": "Maintainer" + }, + { + "name": "fethi.krout", + "homepage": "https://www.drupal.org/user/3206765" + }, + { + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" + }, + { + "name": "romainj", + "homepage": "https://www.drupal.org/user/370706" + } + ], + "description": "Provides a drop-down menu interface to the core Drupal Toolbar.", + "homepage": "http://drupal.org/project/admin_toolbar", + "keywords": [ + "Drupal", + "Toolbar" + ], + "support": { + "source": "http://cgit.drupalcode.org/admin_toolbar", + "issues": "https://www.drupal.org/project/issues/admin_toolbar" + } + } + ] + } +} diff --git a/app/p2/drupal/admin_toolbar~dev.json b/app/p2/drupal/admin_toolbar~dev.json new file mode 100644 index 0000000..6d90450 --- /dev/null +++ b/app/p2/drupal/admin_toolbar~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/admin_toolbar": [] + } +} diff --git a/app/p2/drupal/adminimal_admin_toolbar.json b/app/p2/drupal/adminimal_admin_toolbar.json new file mode 100644 index 0000000..a46ced6 --- /dev/null +++ b/app/p2/drupal/adminimal_admin_toolbar.json @@ -0,0 +1,53 @@ +{ + "packages": { + "drupal/adminimal_admin_toolbar": [ + { + "name": "drupal/adminimal_admin_toolbar", + "version": "1.9.0", + "version_normalized": "1.9.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/adminimal_admin_toolbar.git", + "reference": "8.x-1.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/adminimal_admin_toolbar-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "d758b5070517b0be5ec71427dd3dbefeacd30a70" + }, + "require": { + "drupal/admin_toolbar": "*", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.9", + "datestamp": "1571249584", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Ted Slesinski", + "homepage": "https://www.drupal.org/u/energee" + } + ], + "description": "Adminimal styling brought to admin toolbar.", + "homepage": "https://www.drupal.org/project/adminimal_admin_toolbar", + "support": { + "source": "http://cgit.drupalcode.org/adminimal_admin_toolbar", + "issues": "https://www.drupal.org/project/issues/adminimal_admin_toolbar" + } + } + ] + } +} diff --git a/app/p2/drupal/adminimal_admin_toolbar~dev.json b/app/p2/drupal/adminimal_admin_toolbar~dev.json new file mode 100644 index 0000000..1d64486 --- /dev/null +++ b/app/p2/drupal/adminimal_admin_toolbar~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/adminimal_admin_toolbar": [] + } +} diff --git a/app/p2/drupal/adminimal_theme.json b/app/p2/drupal/adminimal_theme.json new file mode 100644 index 0000000..ecd5996 --- /dev/null +++ b/app/p2/drupal/adminimal_theme.json @@ -0,0 +1,63 @@ +{ + "packages": { + "drupal/adminimal_theme": [ + { + "name": "drupal/adminimal_theme", + "version": "1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/adminimal_theme.git", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "af9cbce473d0bd9590889992200ed175cb7e1159" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-theme", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.4", + "datestamp": "1558584484", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "ANDiTKO", + "homepage": "https://www.drupal.org/user/1428124" + }, + { + "name": "andrey.troeglazov", + "homepage": "https://www.drupal.org/user/3145389" + }, + { + "name": "realityloop", + "homepage": "https://www.drupal.org/user/139189" + } + ], + "description": "Drupal administration theme with modern minimalist design.", + "homepage": "https://www.drupal.org/project/adminimal_theme", + "support": { + "source": "https://git.drupalcode.org/project/adminimal_theme", + "issues": "https://www.drupal.org/project/issues/adminimal_theme" + } + } + ] + } +} diff --git a/app/p2/drupal/adminimal_theme~dev.json b/app/p2/drupal/adminimal_theme~dev.json new file mode 100644 index 0000000..3944b35 --- /dev/null +++ b/app/p2/drupal/adminimal_theme~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/adminimal_theme": [] + } +} diff --git a/app/p2/drupal/captcha.json b/app/p2/drupal/captcha.json new file mode 100644 index 0000000..185b75e --- /dev/null +++ b/app/p2/drupal/captcha.json @@ -0,0 +1,74 @@ +{ + "packages": { + "drupal/captcha": [ + { + "name": "drupal/captcha", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/captcha.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "1707c67b97a17d701a194e6da86ad9b21631915b" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1582292983", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "elachlan", + "homepage": "https://www.drupal.org/user/1021502" + }, + { + "name": "naveenvalecha", + "homepage": "https://www.drupal.org/user/2665733" + }, + { + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" + }, + { + "name": "soxofaan", + "homepage": "https://www.drupal.org/user/41478" + }, + { + "name": "wundo", + "homepage": "https://www.drupal.org/user/25523" + } + ], + "description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.", + "homepage": "https://www.drupal.org/project/captcha", + "support": { + "source": "https://git.drupalcode.org/project/captcha" + } + } + ] + } +} diff --git a/app/p2/drupal/captcha~dev.json b/app/p2/drupal/captcha~dev.json new file mode 100644 index 0000000..ddc1109 --- /dev/null +++ b/app/p2/drupal/captcha~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/captcha": [] + } +} diff --git a/app/p2/drupal/chosen.json b/app/p2/drupal/chosen.json new file mode 100644 index 0000000..de6c093 --- /dev/null +++ b/app/p2/drupal/chosen.json @@ -0,0 +1,92 @@ +{ + "packages": { + "drupal/chosen": [ + { + "name": "drupal/chosen", + "version": "2.6.0", + "version_normalized": "2.6.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/chosen.git", + "reference": "8.x-2.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/chosen-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "b43565838274ba8f32fff6df221d16a3f21c0607" + }, + "require": { + "drupal/chosen_lib": "*", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.6", + "datestamp": "1554029581", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Cyclodex", + "homepage": "https://www.drupal.org/user/1305230" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Hydra", + "homepage": "https://www.drupal.org/user/647364" + }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "aidanlis", + "homepage": "https://www.drupal.org/user/502018" + }, + { + "name": "arshadcn", + "homepage": "https://www.drupal.org/user/571032" + }, + { + "name": "kalman.hosszu", + "homepage": "https://www.drupal.org/user/267481" + }, + { + "name": "nagy.balint", + "homepage": "https://www.drupal.org/user/1763952" + }, + { + "name": "supercabbageuk", + "homepage": "https://www.drupal.org/user/235438" + } + ], + "description": "Makes select elements more friendly using the Chosen jQuery plugin", + "homepage": "https://www.drupal.org/project/chosen", + "keywords": [ + "Chosen", + "Drupal" + ], + "support": { + "source": "https://drupal.org/project/chosen", + "issues": "https://drupal.org/project/issues/chosen" + } + } + ] + } +} diff --git a/app/p2/drupal/chosen_lib.json b/app/p2/drupal/chosen_lib.json new file mode 100644 index 0000000..c07b7af --- /dev/null +++ b/app/p2/drupal/chosen_lib.json @@ -0,0 +1,76 @@ +{ + "packages": { + "drupal/chosen_lib": [ + { + "name": "drupal/chosen_lib", + "version": "2.6.0", + "version_normalized": "2.6.0.0", + "require": { + "drupal/chosen": "self.version", + "drupal/core": "~8.0" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.6", + "datestamp": "1554029581", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Cyclodex", + "homepage": "https://www.drupal.org/user/1305230" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Hydra", + "homepage": "https://www.drupal.org/user/647364" + }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "aidanlis", + "homepage": "https://www.drupal.org/user/502018" + }, + { + "name": "arshadcn", + "homepage": "https://www.drupal.org/user/571032" + }, + { + "name": "kalman.hosszu", + "homepage": "https://www.drupal.org/user/267481" + }, + { + "name": "nagy.balint", + "homepage": "https://www.drupal.org/user/1763952" + }, + { + "name": "supercabbageuk", + "homepage": "https://www.drupal.org/user/235438" + } + ], + "description": "Add chosen library definition.", + "homepage": "https://www.drupal.org/project/chosen", + "support": { + "source": "https://git.drupalcode.org/project/chosen" + } + } + ] + } +} diff --git a/app/p2/drupal/chosen_lib~dev.json b/app/p2/drupal/chosen_lib~dev.json new file mode 100644 index 0000000..e605365 --- /dev/null +++ b/app/p2/drupal/chosen_lib~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/chosen_lib": [] + } +} diff --git a/app/p2/drupal/chosen~dev.json b/app/p2/drupal/chosen~dev.json new file mode 100644 index 0000000..c2b3bec --- /dev/null +++ b/app/p2/drupal/chosen~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/chosen": [] + } +} diff --git a/app/p2/drupal/clamav.json b/app/p2/drupal/clamav.json new file mode 100644 index 0000000..e926629 --- /dev/null +++ b/app/p2/drupal/clamav.json @@ -0,0 +1,66 @@ +{ + "packages": { + "drupal/clamav": [ + { + "name": "drupal/clamav", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/clamav.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/clamav-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "242a5ec3c08297bbe80c5654a026b280d2458272" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1537453081", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "James Andres", + "homepage": "https://www.drupal.org/user/33827" + }, + { + "name": "adammalone", + "homepage": "https://www.drupal.org/user/1295980" + }, + { + "name": "manarth", + "homepage": "https://www.drupal.org/user/321496" + }, + { + "name": "mcdruid", + "homepage": "https://www.drupal.org/user/255969" + } + ], + "description": "Integration with the ClamAV anti-virus scanner.", + "homepage": "https://www.drupal.org/project/clamav", + "support": { + "source": "https://git.drupalcode.org/project/clamav" + } + } + ] + } +} diff --git a/app/p2/drupal/clamav~dev.json b/app/p2/drupal/clamav~dev.json new file mode 100644 index 0000000..9b389b4 --- /dev/null +++ b/app/p2/drupal/clamav~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/clamav": [] + } +} diff --git a/app/p2/drupal/coder.json b/app/p2/drupal/coder.json new file mode 100644 index 0000000..f461765 --- /dev/null +++ b/app/p2/drupal/coder.json @@ -0,0 +1,45 @@ +{ + "packages": { + "drupal/coder": [ + { + "name": "drupal/coder", + "version": "8.3.9", + "version_normalized": "8.3.9.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/coder.git", + "reference": "d51e0b8c6561e21c0545d04b5410a7bed7ee7c6b" + }, + "require": { + "ext-mbstring": "*", + "php": ">=7.0.8", + "squizlabs/php_codesniffer": "^3.5.5", + "symfony/yaml": ">=2.0.5" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.5", + "phpunit/phpunit": "^6.0 || ^7.0" + }, + "time": "2020-05-08T10:20:59+00:00", + "type": "phpcodesniffer-standard", + "autoload": { + "psr-4": { + "Drupal\\": "coder_sniffer/Drupal/", + "DrupalPractice\\": "coder_sniffer/DrupalPractice/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "description": "Coder is a library to review Drupal code.", + "homepage": "https://www.drupal.org/project/coder", + "keywords": [ + "code review", + "phpcs", + "standards" + ] + } + ] + } +} diff --git a/app/p2/drupal/coder~dev.json b/app/p2/drupal/coder~dev.json new file mode 100644 index 0000000..4913182 --- /dev/null +++ b/app/p2/drupal/coder~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/coder": [] + } +} diff --git a/app/p2/drupal/components.json b/app/p2/drupal/components.json new file mode 100644 index 0000000..c47c7fc --- /dev/null +++ b/app/p2/drupal/components.json @@ -0,0 +1,58 @@ +{ + "packages": { + "drupal/components": [ + { + "name": "drupal/components", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/components.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/components-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "adb1872a655466d575c2d3396f7ca2daba0a2918" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1556870881", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "JohnAlbin", + "homepage": "https://www.drupal.org/user/32095" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + } + ], + "description": "Registers “component libraries” defined in modules and themes with the Twig system", + "homepage": "https://www.drupal.org/project/components", + "support": { + "source": "https://git.drupalcode.org/project/components" + } + } + ] + } +} diff --git a/app/p2/drupal/components~dev.json b/app/p2/drupal/components~dev.json new file mode 100644 index 0000000..22a8ad9 --- /dev/null +++ b/app/p2/drupal/components~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/components": [] + } +} diff --git a/app/p2/drupal/config_filter.json b/app/p2/drupal/config_filter.json new file mode 100644 index 0000000..122fea0 --- /dev/null +++ b/app/p2/drupal/config_filter.json @@ -0,0 +1,76 @@ +{ + "packages": { + "drupal/config_filter": [ + { + "name": "drupal/config_filter", + "version": "1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_filter.git", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "4b2b7f4dfc8358212f9e25f63dcc77cc2c1dcf6c" + }, + "require": { + "drupal/core": "~8.0" + }, + "suggest": { + "drupal/config_split": "Split site configuration for different environments." + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.4", + "datestamp": "1572542288", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Fabian Bircher", + "homepage": "https://www.drupal.org/u/bircher", + "email": "opensource@fabianbircher.com", + "role": "Maintainer" + }, + { + "name": "Nuvole Web", + "homepage": "http://nuvole.org", + "email": "info@nuvole.org", + "role": "Maintainer" + }, + { + "name": "pescetti", + "homepage": "https://www.drupal.org/user/436244" + } + ], + "description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.", + "homepage": "https://www.drupal.org/project/config_filter", + "keywords": [ + "Drupal", + "configuration", + "configuration management" + ], + "support": { + "source": "http://cgit.drupalcode.org/config_filter", + "issues": "https://www.drupal.org/project/issues/config_filter", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/config_filter~dev.json b/app/p2/drupal/config_filter~dev.json new file mode 100644 index 0000000..5ae22f8 --- /dev/null +++ b/app/p2/drupal/config_filter~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/config_filter": [] + } +} diff --git a/app/p2/drupal/config_ignore.json b/app/p2/drupal/config_ignore.json new file mode 100644 index 0000000..622f439 --- /dev/null +++ b/app/p2/drupal/config_ignore.json @@ -0,0 +1,68 @@ +{ + "packages": { + "drupal/config_ignore": [ + { + "name": "drupal/config_ignore", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_ignore.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "07e00684930706632b3f2fc2a7433ffdae57cde7" + }, + "require": { + "drupal/config_filter": "1.*", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.1", + "datestamp": "1576528386", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Tommy Lynge Jørgensen", + "homepage": "https://www.drupal.org/u/tlyngej", + "email": "tlyngej@gmail.com", + "role": "Maintainer" + }, + { + "name": "Fabian Bircher", + "homepage": "https://www.drupal.org/u/bircher", + "role": "Maintainer" + }, + { + "name": "tlyngej", + "homepage": "https://www.drupal.org/user/413139" + } + ], + "description": "Ignore certain configuration during import.", + "homepage": "http://drupal.org/project/config_ignore", + "support": { + "source": "http://cgit.drupalcode.org/config_ignore", + "issues": "http://drupal.org/project/config_ignore", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/config_ignore~dev.json b/app/p2/drupal/config_ignore~dev.json new file mode 100644 index 0000000..5a337ec --- /dev/null +++ b/app/p2/drupal/config_ignore~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/config_ignore": [] + } +} diff --git a/app/p2/drupal/config_perms.json b/app/p2/drupal/config_perms.json new file mode 100644 index 0000000..e5f9462 --- /dev/null +++ b/app/p2/drupal/config_perms.json @@ -0,0 +1,74 @@ +{ + "packages": { + "drupal/config_perms": [ + { + "name": "drupal/config_perms", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_perms.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "6cb509fcb5ca186a829f83cc33de4a37e0bebb4b" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1562777256", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Docc", + "homepage": "https://www.drupal.org/user/310132" + }, + { + "name": "benellefimostfa", + "homepage": "https://www.drupal.org/user/3092403" + }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "mrthumpz", + "homepage": "https://www.drupal.org/user/266351" + } + ], + "description": "Allows additional permissions to be created and managed through an administration form.", + "homepage": "http://drupal.org/project/config_perms", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/config_perms", + "issues": "http://drupal.org/project/issues/config_perms" + } + } + ] + } +} diff --git a/app/p2/drupal/config_perms~dev.json b/app/p2/drupal/config_perms~dev.json new file mode 100644 index 0000000..bc22752 --- /dev/null +++ b/app/p2/drupal/config_perms~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/config_perms": [] + } +} diff --git a/app/p2/drupal/config_split.json b/app/p2/drupal/config_split.json new file mode 100644 index 0000000..5be2e04 --- /dev/null +++ b/app/p2/drupal/config_split.json @@ -0,0 +1,76 @@ +{ + "packages": { + "drupal/config_split": [ + { + "name": "drupal/config_split", + "version": "1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_split.git", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "938ea6c88834aa88bb310740758e56c1800e535b" + }, + "require": { + "drupal/config_filter": "*", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.4", + "datestamp": "1537971780", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Fabian Bircher", + "homepage": "https://www.drupal.org/u/bircher", + "email": "opensource@fabianbircher.com", + "role": "Maintainer" + }, + { + "name": "Nuvole Web", + "homepage": "http://nuvole.org", + "email": "info@nuvole.org", + "role": "Maintainer" + }, + { + "name": "pescetti", + "homepage": "https://www.drupal.org/user/436244" + } + ], + "description": "Configuration filter for importing and exporting extra config", + "homepage": "https://www.drupal.org/project/config_split", + "keywords": [ + "Drupal", + "configuration", + "configuration management" + ], + "support": { + "source": "http://cgit.drupalcode.org/config_split", + "issues": "https://www.drupal.org/project/issues/config_split", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/config_split~dev.json b/app/p2/drupal/config_split~dev.json new file mode 100644 index 0000000..06a3c80 --- /dev/null +++ b/app/p2/drupal/config_split~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/config_split": [] + } +} diff --git a/app/p2/drupal/config_update.json b/app/p2/drupal/config_update.json new file mode 100644 index 0000000..4a8e863 --- /dev/null +++ b/app/p2/drupal/config_update.json @@ -0,0 +1,55 @@ +{ + "packages": { + "drupal/config_update": [ + { + "name": "drupal/config_update", + "version": "1.6.0", + "version_normalized": "1.6.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_update.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "04bbd0fc440017fd0129dceae240a8bba409a450" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1545090480", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "jhodgdon", + "homepage": "https://www.drupal.org/user/155601" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + } + ], + "description": "Provides basic revert and update functionality for other modules", + "homepage": "https://www.drupal.org/project/config_update", + "support": { + "source": "https://git.drupalcode.org/project/config_update" + } + } + ] + } +} diff --git a/app/p2/drupal/config_update~dev.json b/app/p2/drupal/config_update~dev.json new file mode 100644 index 0000000..d2f44e0 --- /dev/null +++ b/app/p2/drupal/config_update~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/config_update": [] + } +} diff --git a/app/p2/drupal/console-core.json b/app/p2/drupal/console-core.json new file mode 100644 index 0000000..d1b7c99 --- /dev/null +++ b/app/p2/drupal/console-core.json @@ -0,0 +1,89 @@ +{ + "packages": { + "drupal/console-core": [ + { + "name": "drupal/console-core", + "version": "1.9.4", + "version_normalized": "1.9.4.0", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-core.git", + "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/cc6f50c6ac8199140224347c862df75fd2d2f5ed", + "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed", + "shasum": "" + }, + "require": { + "dflydev/dot-access-configuration": "^1.0", + "drupal/console-en": "1.9.4", + "guzzlehttp/guzzle": "~6.1", + "php": "^5.5.9 || ^7.0", + "stecman/symfony-console-completion": "~0.7", + "symfony/config": "~2.8|~3.0", + "symfony/console": "~2.8|~3.0", + "symfony/debug": "~2.8|~3.0", + "symfony/dependency-injection": "~2.8|~3.0", + "symfony/event-dispatcher": "~2.8|~3.0", + "symfony/filesystem": "~2.8|~3.0", + "symfony/finder": "~2.8|~3.0", + "symfony/process": "~2.8|~3.0", + "symfony/translation": "~2.8|~3.0", + "symfony/yaml": "~2.8|~3.0", + "twig/twig": "^1.23.1", + "webflo/drupal-finder": "^1.0", + "webmozart/path-util": "^2.3" + }, + "time": "2019-11-11T19:26:28+00:00", + "type": "library", + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Drupal\\Console\\Core\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" + }, + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" + } + ], + "description": "Drupal Console Core", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ] + } + ] + } +} diff --git a/app/p2/drupal/console-core~dev.json b/app/p2/drupal/console-core~dev.json new file mode 100644 index 0000000..a09074c --- /dev/null +++ b/app/p2/drupal/console-core~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/console-core": [] + } +} diff --git a/app/p2/drupal/console-en.json b/app/p2/drupal/console-en.json new file mode 100644 index 0000000..a27d836 --- /dev/null +++ b/app/p2/drupal/console-en.json @@ -0,0 +1,61 @@ +{ + "packages": { + "drupal/console-en": [ + { + "name": "drupal/console-en", + "version": "1.9.4", + "version_normalized": "1.9.4.0", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-en.git", + "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/30813a832fdb1244e84cbcc012cd103d5e9d673d", + "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d", + "shasum": "" + }, + "time": "2019-10-07T23:45:30+00:00", + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" + }, + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" + } + ], + "description": "Drupal Console English Language", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ] + } + ] + } +} diff --git a/app/p2/drupal/console-en~dev.json b/app/p2/drupal/console-en~dev.json new file mode 100644 index 0000000..5652fa3 --- /dev/null +++ b/app/p2/drupal/console-en~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/console-en": [] + } +} diff --git a/app/p2/drupal/console-extend-plugin.json b/app/p2/drupal/console-extend-plugin.json new file mode 100644 index 0000000..7c7f8f7 --- /dev/null +++ b/app/p2/drupal/console-extend-plugin.json @@ -0,0 +1,49 @@ +{ + "packages": { + "drupal/console-extend-plugin": [ + { + "name": "drupal/console-extend-plugin", + "version": "0.9.3", + "version_normalized": "0.9.3.0", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", + "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/ad8e52df34b2e78bdacfffecc9fe8edf41843342", + "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "composer/installers": "^1.2", + "symfony/finder": "~2.7|~3.0", + "symfony/yaml": "~2.7|~3.0" + }, + "time": "2019-11-07T20:15:27+00:00", + "type": "composer-plugin", + "extra": { + "class": "Drupal\\Console\\Composer\\Plugin\\Extender" + }, + "autoload": { + "psr-4": { + "Drupal\\Console\\Composer\\Plugin\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com" + } + ], + "description": "Drupal Console Extend Plugin" + } + ] + } +} diff --git a/app/p2/drupal/console-extend-plugin~dev.json b/app/p2/drupal/console-extend-plugin~dev.json new file mode 100644 index 0000000..fb0184c --- /dev/null +++ b/app/p2/drupal/console-extend-plugin~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/console-extend-plugin": [] + } +} diff --git a/app/p2/drupal/console.json b/app/p2/drupal/console.json new file mode 100644 index 0000000..93895ea --- /dev/null +++ b/app/p2/drupal/console.json @@ -0,0 +1,86 @@ +{ + "packages": { + "drupal/console": [ + { + "name": "drupal/console", + "version": "1.9.4", + "version_normalized": "1.9.4.0", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console.git", + "reference": "04522b687b2149dc1f808599e716421a20d50a5b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/04522b687b2149dc1f808599e716421a20d50a5b", + "reference": "04522b687b2149dc1f808599e716421a20d50a5b", + "shasum": "" + }, + "require": { + "alchemy/zippy": "~0.4", + "composer/installers": "~1.0", + "doctrine/annotations": "^1.2", + "doctrine/collections": "^1.3", + "drupal/console-core": "1.9.4", + "drupal/console-extend-plugin": "~0", + "php": "^5.5.9 || ^7.0", + "psy/psysh": "0.6.* || ~0.8", + "symfony/css-selector": "~2.8|~3.0", + "symfony/dom-crawler": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0" + }, + "suggest": { + "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI", + "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically" + }, + "time": "2019-11-11T19:35:01+00:00", + "bin": [ + "bin/drupal" + ], + "type": "library", + "autoload": { + "psr-4": { + "Drupal\\Console\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" + }, + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" + } + ], + "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ] + } + ] + } +} diff --git a/app/p2/drupal/console~dev.json b/app/p2/drupal/console~dev.json new file mode 100644 index 0000000..e1fef32 --- /dev/null +++ b/app/p2/drupal/console~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/console": [] + } +} diff --git a/app/p2/drupal/consumers.json b/app/p2/drupal/consumers.json new file mode 100644 index 0000000..46263a1 --- /dev/null +++ b/app/p2/drupal/consumers.json @@ -0,0 +1,58 @@ +{ + "packages": { + "drupal/consumers": [ + { + "name": "drupal/consumers", + "version": "1.9.0", + "version_normalized": "1.9.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/consumers.git", + "reference": "8.x-1.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "c0fbff0b88da87ae5d5c980f4c9aed15db4301f6" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.9", + "datestamp": "1574140673", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "eojthebrave", + "homepage": "https://www.drupal.org/user/79230" + } + ], + "description": "Declare all the consumers of your API", + "homepage": "https://www.drupal.org/project/consumers", + "support": { + "source": "https://git.drupalcode.org/project/consumers" + } + } + ] + } +} diff --git a/app/p2/drupal/consumers~dev.json b/app/p2/drupal/consumers~dev.json new file mode 100644 index 0000000..1e43658 --- /dev/null +++ b/app/p2/drupal/consumers~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/consumers": [] + } +} diff --git a/app/p2/drupal/contact_storage.json b/app/p2/drupal/contact_storage.json new file mode 100644 index 0000000..2f7041a --- /dev/null +++ b/app/p2/drupal/contact_storage.json @@ -0,0 +1,68 @@ +{ + "packages": { + "drupal/contact_storage": [ + { + "name": "drupal/contact_storage", + "version": "1.0.0-beta9", + "version_normalized": "1.0.0.0-beta9", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/contact_storage.git", + "reference": "8.x-1.0-beta9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/contact_storage-8.x-1.0-beta9.zip", + "reference": "8.x-1.0-beta9", + "shasum": "42b12d6f755485617e949aaf1b2c9aae09eb0e3e" + }, + "require": { + "drupal/core": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta9", + "datestamp": "1556703480", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Arla", + "homepage": "https://www.drupal.org/user/226712" + }, + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "andypost", + "homepage": "https://www.drupal.org/user/118908" + }, + { + "name": "jibran", + "homepage": "https://www.drupal.org/user/1198144" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides storage and edit capability for contact messages.", + "homepage": "https://www.drupal.org/project/contact_storage", + "support": { + "source": "https://git.drupalcode.org/project/contact_storage" + } + } + ] + } +} diff --git a/app/p2/drupal/contact_storage~dev.json b/app/p2/drupal/contact_storage~dev.json new file mode 100644 index 0000000..62735e6 --- /dev/null +++ b/app/p2/drupal/contact_storage~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/contact_storage": [] + } +} diff --git a/app/p2/drupal/context.json b/app/p2/drupal/context.json new file mode 100644 index 0000000..514ac59 --- /dev/null +++ b/app/p2/drupal/context.json @@ -0,0 +1,122 @@ +{ + "packages": { + "drupal/context": [ + { + "name": "drupal/context", + "version": "4.0.0-beta2", + "version_normalized": "4.0.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/context.git", + "reference": "8.x-4.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/context-8.x-4.0-beta2.zip", + "reference": "8.x-4.0-beta2", + "shasum": "e41bc912e1ec73bc4d08a3cf730dc2405a9213d3" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.0-beta2", + "datestamp": "1505378944", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christoffer Palm", + "homepage": "http://www.oddhill.se/", + "email": "christoffer.palm@oddhill.se", + "role": "Developer" + }, + { + "name": "NormySan", + "homepage": "https://www.drupal.org/user/112352" + }, + { + "name": "Steven Jones", + "homepage": "https://www.drupal.org/user/99644" + }, + { + "name": "alex_b", + "homepage": "https://www.drupal.org/user/53995" + }, + { + "name": "boshtian", + "homepage": "https://www.drupal.org/user/1773456" + }, + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "emanaton", + "homepage": "https://www.drupal.org/user/120853" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "fizk", + "homepage": "https://www.drupal.org/user/473174" + }, + { + "name": "hass", + "homepage": "https://www.drupal.org/user/85918" + }, + { + "name": "hefox", + "homepage": "https://www.drupal.org/user/426416" + }, + { + "name": "hyrcan", + "homepage": "https://www.drupal.org/user/26618" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "tekante", + "homepage": "https://www.drupal.org/user/640024" + }, + { + "name": "yhahn", + "homepage": "https://www.drupal.org/user/264833" + } + ], + "description": "Manage contextual conditions and reactions for different portions of your site.", + "homepage": "https://github.com/oddhill/context", + "keywords": [ + "Drupal", + "block", + "conditions", + "context", + "visibility" + ], + "support": { + "source": "https://github.com/oddhill/context", + "issues": "https://github.com/oddhill/context/issues", + "docs": "https://github.com/oddhill/context" + } + } + ] + } +} diff --git a/app/p2/drupal/context~dev.json b/app/p2/drupal/context~dev.json new file mode 100644 index 0000000..d90a413 --- /dev/null +++ b/app/p2/drupal/context~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/context": [] + } +} diff --git a/app/p2/drupal/core-recommended.json b/app/p2/drupal/core-recommended.json new file mode 100644 index 0000000..cc9a5fe --- /dev/null +++ b/app/p2/drupal/core-recommended.json @@ -0,0 +1,87 @@ +{ + "packages": { + "drupal/core-recommended": [ + { + "name": "drupal/core-recommended", + "version": "8.8.5", + "version_normalized": "8.8.5.0", + "source": { + "type": "git", + "url": "https://github.com/drupal/core-recommended.git", + "reference": "7163954903e63ead331de073c83ad769926ad9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/7163954903e63ead331de073c83ad769926ad9a1", + "reference": "7163954903e63ead331de073c83ad769926ad9a1", + "shasum": "" + }, + "require": { + "asm89/stack-cors": "1.2.0", + "composer/installers": "v1.7.0", + "composer/semver": "1.5.0", + "doctrine/annotations": "v1.4.0", + "doctrine/cache": "v1.6.2", + "doctrine/collections": "v1.4.0", + "doctrine/common": "v2.7.3", + "doctrine/inflector": "v1.2.0", + "doctrine/lexer": "1.0.2", + "drupal/core": "8.8.5", + "easyrdf/easyrdf": "0.9.1", + "egulias/email-validator": "2.1.11", + "guzzlehttp/guzzle": "6.3.3", + "guzzlehttp/promises": "v1.3.1", + "guzzlehttp/psr7": "1.6.1", + "masterminds/html5": "2.3.0", + "paragonie/random_compat": "v9.99.99", + "pear/archive_tar": "1.4.9", + "pear/console_getopt": "v1.4.2", + "pear/pear-core-minimal": "v1.10.9", + "pear/pear_exception": "v1.0.0", + "psr/container": "1.0.0", + "psr/http-message": "1.0.1", + "psr/log": "1.1.0", + "ralouphie/getallheaders": "3.0.3", + "stack/builder": "v1.0.5", + "symfony-cmf/routing": "1.4.1", + "symfony/class-loader": "v3.4.35", + "symfony/console": "v3.4.35", + "symfony/debug": "v3.4.35", + "symfony/dependency-injection": "v3.4.35", + "symfony/event-dispatcher": "v3.4.35", + "symfony/http-foundation": "v3.4.35", + "symfony/http-kernel": "v3.4.35", + "symfony/polyfill-ctype": "v1.12.0", + "symfony/polyfill-iconv": "v1.12.0", + "symfony/polyfill-mbstring": "v1.12.0", + "symfony/polyfill-php56": "v1.12.0", + "symfony/polyfill-php70": "v1.12.0", + "symfony/polyfill-util": "v1.12.0", + "symfony/process": "v3.4.35", + "symfony/psr-http-message-bridge": "v1.1.2", + "symfony/routing": "v3.4.35", + "symfony/serializer": "v3.4.35", + "symfony/translation": "v3.4.35", + "symfony/validator": "v3.4.35", + "symfony/yaml": "v3.4.35", + "twig/twig": "v1.42.3", + "typo3/phar-stream-wrapper": "v3.1.3", + "zendframework/zend-diactoros": "1.8.7", + "zendframework/zend-escaper": "2.6.1", + "zendframework/zend-feed": "2.12.0", + "zendframework/zend-stdlib": "3.2.1" + }, + "conflict": { + "webflo/drupal-core-strict": "*" + }, + "time": "2020-04-02T19:01:19+00:00", + "type": "metapackage", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Locked core dependencies; require this project INSTEAD OF drupal/core." + } + ] + } +} diff --git a/app/p2/drupal/core-recommended~dev.json b/app/p2/drupal/core-recommended~dev.json new file mode 100644 index 0000000..b54a77e --- /dev/null +++ b/app/p2/drupal/core-recommended~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/core-recommended": [] + } +} diff --git a/app/p2/drupal/core-render.json b/app/p2/drupal/core-render.json new file mode 100644 index 0000000..b42118f --- /dev/null +++ b/app/p2/drupal/core-render.json @@ -0,0 +1,42 @@ +{ + "packages": { + "drupal/core-render": [ + { + "name": "drupal/core-render", + "version": "8.8.5", + "version_normalized": "8.8.5.0", + "source": { + "type": "git", + "url": "https://github.com/drupal/core-render.git", + "reference": "d20b0afe9ca3ca768c6e828442e4cdebbb2cfeec" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core-render/zipball/d20b0afe9ca3ca768c6e828442e4cdebbb2cfeec", + "reference": "d20b0afe9ca3ca768c6e828442e4cdebbb2cfeec", + "shasum": "" + }, + "require": { + "drupal/core-utility": "^8.8", + "php": ">=7.0.8" + }, + "time": "2019-10-10T19:45:32+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Drupal\\Component\\Render\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Renders placeholder variables for HTML and plain-text display.", + "homepage": "https://www.drupal.org/project/drupal", + "keywords": [ + "drupal" + ] + } + ] + } +} diff --git a/app/p2/drupal/core-render~dev.json b/app/p2/drupal/core-render~dev.json new file mode 100644 index 0000000..25ace30 --- /dev/null +++ b/app/p2/drupal/core-render~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/core-render": [] + } +} diff --git a/app/p2/drupal/core-utility.json b/app/p2/drupal/core-utility.json new file mode 100644 index 0000000..6fa43ed --- /dev/null +++ b/app/p2/drupal/core-utility.json @@ -0,0 +1,42 @@ +{ + "packages": { + "drupal/core-utility": [ + { + "name": "drupal/core-utility", + "version": "8.8.5", + "version_normalized": "8.8.5.0", + "source": { + "type": "git", + "url": "https://github.com/drupal/core-utility.git", + "reference": "6807795c25836ccdb3f50d4396c4427705b7b6ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core-utility/zipball/6807795c25836ccdb3f50d4396c4427705b7b6ad", + "reference": "6807795c25836ccdb3f50d4396c4427705b7b6ad", + "shasum": "" + }, + "require": { + "drupal/core-render": "^8.8", + "php": ">=7.0.8" + }, + "time": "2020-03-13T22:36:46+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Drupal\\Component\\Utility\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Mostly static utility classes for string, xss, array, image, and other commonly needed manipulations.", + "homepage": "https://www.drupal.org/project/drupal", + "keywords": [ + "drupal" + ] + } + ] + } +} diff --git a/app/p2/drupal/core-utility~dev.json b/app/p2/drupal/core-utility~dev.json new file mode 100644 index 0000000..44259e0 --- /dev/null +++ b/app/p2/drupal/core-utility~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/core-utility": [] + } +} diff --git a/app/p2/drupal/core.json b/app/p2/drupal/core.json new file mode 100644 index 0000000..452ca79 --- /dev/null +++ b/app/p2/drupal/core.json @@ -0,0 +1,237 @@ +{ + "packages": { + "drupal/core": [ + { + "name": "drupal/core", + "version": "8.8.5", + "version_normalized": "8.8.5.0", + "source": { + "type": "git", + "url": "https://github.com/drupal/core.git", + "reference": "e22cfc3adf1dac7a92452287a7d8602f3c27b68f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core/zipball/e22cfc3adf1dac7a92452287a7d8602f3c27b68f", + "reference": "e22cfc3adf1dac7a92452287a7d8602f3c27b68f", + "shasum": "" + }, + "require": { + "asm89/stack-cors": "^1.1", + "composer/semver": "^1.0", + "doctrine/annotations": "^1.4", + "doctrine/common": "^2.7", + "easyrdf/easyrdf": "^0.9", + "egulias/email-validator": "^2.0", + "ext-date": "*", + "ext-dom": "*", + "ext-filter": "*", + "ext-gd": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-pdo": "*", + "ext-session": "*", + "ext-simplexml": "*", + "ext-spl": "*", + "ext-tokenizer": "*", + "ext-xml": "*", + "guzzlehttp/guzzle": "^6.3", + "masterminds/html5": "^2.1", + "pear/archive_tar": "^1.4.9", + "php": ">=7.0.8", + "stack/builder": "^1.0", + "symfony-cmf/routing": "^1.4", + "symfony/class-loader": "~3.4.0", + "symfony/console": "~3.4.0", + "symfony/dependency-injection": "~3.4.26", + "symfony/event-dispatcher": "~3.4.0", + "symfony/http-foundation": "~3.4.27", + "symfony/http-kernel": "~3.4.14", + "symfony/polyfill-iconv": "^1.0", + "symfony/process": "~3.4.0", + "symfony/psr-http-message-bridge": "^1.1.2", + "symfony/routing": "~3.4.0", + "symfony/serializer": "~3.4.0", + "symfony/translation": "~3.4.0", + "symfony/validator": "~3.4.0", + "symfony/yaml": "~3.4.5", + "twig/twig": "^1.38.2", + "typo3/phar-stream-wrapper": "^3.1.3", + "zendframework/zend-diactoros": "^1.8", + "zendframework/zend-feed": "^2.12" + }, + "conflict": { + "drupal/pathauto": "<1.6", + "drush/drush": "<8.1.10" + }, + "replace": { + "drupal/action": "self.version", + "drupal/aggregator": "self.version", + "drupal/automated_cron": "self.version", + "drupal/ban": "self.version", + "drupal/bartik": "self.version", + "drupal/basic_auth": "self.version", + "drupal/big_pipe": "self.version", + "drupal/block": "self.version", + "drupal/block_content": "self.version", + "drupal/block_place": "self.version", + "drupal/book": "self.version", + "drupal/breakpoint": "self.version", + "drupal/ckeditor": "self.version", + "drupal/claro": "self.version", + "drupal/classy": "self.version", + "drupal/color": "self.version", + "drupal/comment": "self.version", + "drupal/config": "self.version", + "drupal/config_translation": "self.version", + "drupal/contact": "self.version", + "drupal/content_moderation": "self.version", + "drupal/content_translation": "self.version", + "drupal/contextual": "self.version", + "drupal/core-annotation": "self.version", + "drupal/core-assertion": "self.version", + "drupal/core-bridge": "self.version", + "drupal/core-class-finder": "self.version", + "drupal/core-datetime": "self.version", + "drupal/core-dependency-injection": "self.version", + "drupal/core-diff": "self.version", + "drupal/core-discovery": "self.version", + "drupal/core-event-dispatcher": "self.version", + "drupal/core-file-cache": "self.version", + "drupal/core-file-security": "self.version", + "drupal/core-filesystem": "self.version", + "drupal/core-gettext": "self.version", + "drupal/core-graph": "self.version", + "drupal/core-http-foundation": "self.version", + "drupal/core-php-storage": "self.version", + "drupal/core-plugin": "self.version", + "drupal/core-proxy-builder": "self.version", + "drupal/core-render": "self.version", + "drupal/core-serialization": "self.version", + "drupal/core-transliteration": "self.version", + "drupal/core-utility": "self.version", + "drupal/core-uuid": "self.version", + "drupal/core-version": "self.version", + "drupal/datetime": "self.version", + "drupal/datetime_range": "self.version", + "drupal/dblog": "self.version", + "drupal/dynamic_page_cache": "self.version", + "drupal/editor": "self.version", + "drupal/entity_reference": "self.version", + "drupal/field": "self.version", + "drupal/field_layout": "self.version", + "drupal/field_ui": "self.version", + "drupal/file": "self.version", + "drupal/filter": "self.version", + "drupal/forum": "self.version", + "drupal/hal": "self.version", + "drupal/help": "self.version", + "drupal/help_topics": "self.version", + "drupal/history": "self.version", + "drupal/image": "self.version", + "drupal/inline_form_errors": "self.version", + "drupal/jsonapi": "self.version", + "drupal/language": "self.version", + "drupal/layout_builder": "self.version", + "drupal/layout_discovery": "self.version", + "drupal/link": "self.version", + "drupal/locale": "self.version", + "drupal/media": "self.version", + "drupal/media_library": "self.version", + "drupal/menu_link_content": "self.version", + "drupal/menu_ui": "self.version", + "drupal/migrate": "self.version", + "drupal/migrate_drupal": "self.version", + "drupal/migrate_drupal_multilingual": "self.version", + "drupal/migrate_drupal_ui": "self.version", + "drupal/minimal": "self.version", + "drupal/node": "self.version", + "drupal/options": "self.version", + "drupal/page_cache": "self.version", + "drupal/path": "self.version", + "drupal/path_alias": "self.version", + "drupal/quickedit": "self.version", + "drupal/rdf": "self.version", + "drupal/responsive_image": "self.version", + "drupal/rest": "self.version", + "drupal/search": "self.version", + "drupal/serialization": "self.version", + "drupal/settings_tray": "self.version", + "drupal/seven": "self.version", + "drupal/shortcut": "self.version", + "drupal/simpletest": "self.version", + "drupal/standard": "self.version", + "drupal/stark": "self.version", + "drupal/statistics": "self.version", + "drupal/syslog": "self.version", + "drupal/system": "self.version", + "drupal/taxonomy": "self.version", + "drupal/telephone": "self.version", + "drupal/text": "self.version", + "drupal/toolbar": "self.version", + "drupal/tour": "self.version", + "drupal/tracker": "self.version", + "drupal/update": "self.version", + "drupal/user": "self.version", + "drupal/views": "self.version", + "drupal/views_ui": "self.version", + "drupal/workflows": "self.version", + "drupal/workspaces": "self.version" + }, + "time": "2020-04-02T19:01:19+00:00", + "type": "drupal-core", + "extra": { + "drupal-scaffold": { + "file-mapping": { + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", + "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", + "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", + "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", + "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", + "[web-root]/.htaccess": "assets/scaffold/files/htaccess", + "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt", + "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", + "[web-root]/update.php": "assets/scaffold/files/update.php", + "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", + "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", + "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", + "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" + } + } + }, + "autoload": { + "psr-4": { + "Drupal\\Core\\": "lib/Drupal/Core", + "Drupal\\Component\\": "lib/Drupal/Component", + "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" + }, + "classmap": [ + "lib/Drupal.php", + "lib/Drupal/Component/Utility/Timer.php", + "lib/Drupal/Component/Utility/Unicode.php", + "lib/Drupal/Core/Database/Database.php", + "lib/Drupal/Core/DrupalKernel.php", + "lib/Drupal/Core/DrupalKernelInterface.php", + "lib/Drupal/Core/Site/Settings.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Drupal is an open source content management platform powering millions of websites and applications." + } + ] + } +} diff --git a/app/p2/drupal/core~dev.json b/app/p2/drupal/core~dev.json new file mode 100644 index 0000000..a5787ef --- /dev/null +++ b/app/p2/drupal/core~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/core": [] + } +} diff --git a/app/p2/drupal/crop.json b/app/p2/drupal/crop.json new file mode 100644 index 0000000..b2a0c5c --- /dev/null +++ b/app/p2/drupal/crop.json @@ -0,0 +1,67 @@ +{ + "packages": { + "drupal/crop": [ + { + "name": "drupal/crop", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/crop.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "c03541907d59874ca8a81f574258f6c0de8cbdc8" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.1", + "datestamp": "1585251827", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + }, + { + "name": "woprrr", + "homepage": "https://www.drupal.org/user/858604" + } + ], + "description": "Provides storage and API for image crops.", + "homepage": "https://www.drupal.org/project/crop", + "support": { + "source": "https://git.drupalcode.org/project/crop", + "issues": "https://www.drupal.org/project/issues/crop" + } + } + ] + } +} diff --git a/app/p2/drupal/crop~dev.json b/app/p2/drupal/crop~dev.json new file mode 100644 index 0000000..8e9cdba --- /dev/null +++ b/app/p2/drupal/crop~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/crop": [] + } +} diff --git a/app/p2/drupal/ctools.json b/app/p2/drupal/ctools.json new file mode 100644 index 0000000..1bac767 --- /dev/null +++ b/app/p2/drupal/ctools.json @@ -0,0 +1,97 @@ +{ + "packages": { + "drupal/ctools": [ + { + "name": "drupal/ctools", + "version": "3.2.0", + "version_normalized": "3.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ctools.git", + "reference": "8.x-3.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091" + }, + "require": { + "drupal/core": "^8.5" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.2", + "datestamp": "1550728386", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Kris Vanderwater (EclipseGc)", + "homepage": "https://www.drupal.org/u/eclipsegc", + "role": "Maintainer" + }, + { + "name": "Jakob Perry (japerry)", + "homepage": "https://www.drupal.org/u/japerry", + "role": "Maintainer" + }, + { + "name": "Tim Plunkett (tim.plunkett)", + "homepage": "https://www.drupal.org/u/timplunkett", + "role": "Maintainer" + }, + { + "name": "James Gilliland (neclimdul)", + "homepage": "https://www.drupal.org/u/neclimdul", + "role": "Maintainer" + }, + { + "name": "Daniel Wehner (dawehner)", + "homepage": "https://www.drupal.org/u/dawehner", + "role": "Maintainer" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "http://cgit.drupalcode.org/ctools", + "issues": "https://www.drupal.org/project/issues/ctools" + } + } + ] + } +} diff --git a/app/p2/drupal/ctools_block.json b/app/p2/drupal/ctools_block.json new file mode 100644 index 0000000..373c91f --- /dev/null +++ b/app/p2/drupal/ctools_block.json @@ -0,0 +1,156 @@ +{ + "packages": { + "drupal/ctools_block": [ + { + "name": "drupal/ctools_block", + "version": "3.2.0", + "version_normalized": "3.2.0.0", + "require": { + "drupal/core": "~8.0", + "drupal/ctools": "self.version" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-3.2", + "datestamp": "1550728386", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Provides improvements to blocks that will one day be added to Drupal core.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "https://git.drupalcode.org/project/ctools" + } + }, + { + "name": "drupal/ctools_block", + "version": "3.4.0", + "version_normalized": "3.4.0.0", + "require": { + "drupal/core": "^8 || ^9", + "drupal/ctools": "self.version" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-3.4", + "datestamp": "1585763383", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Provides improvements to blocks that will one day be added to Drupal core.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "https://git.drupalcode.org/project/ctools" + } + } + ] + } +} diff --git a/app/p2/drupal/ctools_block~dev.json b/app/p2/drupal/ctools_block~dev.json new file mode 100644 index 0000000..3653a48 --- /dev/null +++ b/app/p2/drupal/ctools_block~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/ctools_block": [] + } +} diff --git a/app/p2/drupal/ctools~dev.json b/app/p2/drupal/ctools~dev.json new file mode 100644 index 0000000..dc8164e --- /dev/null +++ b/app/p2/drupal/ctools~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/ctools": [] + } +} diff --git a/app/p2/drupal/devel.json b/app/p2/drupal/devel.json new file mode 100644 index 0000000..e04b934 --- /dev/null +++ b/app/p2/drupal/devel.json @@ -0,0 +1,93 @@ +{ + "packages": { + "drupal/devel": [ + { + "name": "drupal/devel", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/devel.git", + "reference": "8.x-2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/devel-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "cf5fb816f767f3cac4f2e170ab39e982d5e0698b" + }, + "require": { + "drupal/core": "~8.0", + "symfony/var-dumper": "~2.7|^3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.0", + "datestamp": "1556799496", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Moshe Weitzman", + "homepage": "https://github.com/weitzman", + "email": "weitzman@tejasa.com", + "role": "Maintainer" + }, + { + "name": "Hans Salvisberg", + "homepage": "https://www.drupal.org/u/salvis", + "email": "drupal@salvisberg.com", + "role": "Maintainer" + }, + { + "name": "Luca Lusso", + "homepage": "https://www.drupal.org/u/lussoluca", + "role": "Maintainer" + }, + { + "name": "Marco (willzyx)", + "homepage": "https://www.drupal.org/u/willzyx", + "role": "Maintainer" + }, + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/3236/committers" + }, + { + "name": "pcambra", + "homepage": "https://www.drupal.org/user/122101" + }, + { + "name": "salvis", + "homepage": "https://www.drupal.org/user/82964" + }, + { + "name": "willzyx", + "homepage": "https://www.drupal.org/user/1043862" + } + ], + "description": "Various blocks, pages, and functions for developers.", + "homepage": "http://drupal.org/project/devel", + "support": { + "source": "http://cgit.drupalcode.org/devel", + "issues": "http://drupal.org/project/devel", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/devel~dev.json b/app/p2/drupal/devel~dev.json new file mode 100644 index 0000000..e56ee43 --- /dev/null +++ b/app/p2/drupal/devel~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/devel": [] + } +} diff --git a/app/p2/drupal/diff.json b/app/p2/drupal/diff.json new file mode 100644 index 0000000..ad1c3d9 --- /dev/null +++ b/app/p2/drupal/diff.json @@ -0,0 +1,97 @@ +{ + "packages": { + "drupal/diff": [ + { + "name": "drupal/diff", + "version": "1.0.0-rc2", + "version_normalized": "1.0.0.0-RC2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/diff.git", + "reference": "8.x-1.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "2e8f4efe6e7d355a3d07d33531f077348b13f68d" + }, + "require": { + "drupal/core": "~8.0", + "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1578322688", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Miro Dietiker (miro_dietiker)", + "homepage": "https://www.drupal.org/u/miro_dietiker", + "role": "Maintainer" + }, + { + "name": "Juampy NR (juampynr)", + "homepage": "https://www.drupal.org/u/juampynr", + "role": "Maintainer" + }, + { + "name": "Lucian Hangea (lhangea)", + "homepage": "https://www.drupal.org/u/lhangea", + "role": "Maintainer" + }, + { + "name": "Alan D.", + "homepage": "https://www.drupal.org/u/alan-d.", + "role": "Maintainer" + }, + { + "name": "Brian Gilbert (realityloop).", + "homepage": "https://www.drupal.org/u/realityloop", + "role": "Maintainer" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "realityloop", + "homepage": "https://www.drupal.org/user/139189" + }, + { + "name": "rötzi", + "homepage": "https://www.drupal.org/user/73064" + }, + { + "name": "yhahn", + "homepage": "https://www.drupal.org/user/264833" + } + ], + "description": "Compares two entity revisions", + "homepage": "https://www.drupal.org/project/diff", + "support": { + "source": "http://cgit.drupalcode.org/diff", + "issues": "https://www.drupal.org/project/issues/diff" + } + } + ] + } +} diff --git a/app/p2/drupal/diff~dev.json b/app/p2/drupal/diff~dev.json new file mode 100644 index 0000000..5412f1d --- /dev/null +++ b/app/p2/drupal/diff~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/diff": [] + } +} diff --git a/app/p2/drupal/dropzonejs.json b/app/p2/drupal/dropzonejs.json new file mode 100644 index 0000000..19a0a5d --- /dev/null +++ b/app/p2/drupal/dropzonejs.json @@ -0,0 +1,94 @@ +{ + "packages": { + "drupal/dropzonejs": [ + { + "name": "drupal/dropzonejs", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dropzonejs.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "a165b70070c320933fdce0c02be3577abce5e938" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "require-dev": { + "drupal/entity_browser": "*" + }, + "suggest": { + "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library." + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.1", + "datestamp": "1585662324", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Janez Urevc", + "homepage": "https://drupal.org/u/slashrsm", + "role": "Maintainer" + }, + { + "name": "Christian Fritsch", + "homepage": "https://drupal.org/u/chrfritsch", + "role": "Maintainer" + }, + { + "name": "Primoz Hmeljak", + "homepage": "https://drupal.org/u/Primsi", + "role": "Maintainer" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1998478/committers", + "role": "contributor" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + }, + { + "name": "wouters_f", + "homepage": "https://www.drupal.org/user/721548" + }, + { + "name": "zkday", + "homepage": "https://www.drupal.org/user/888644" + } + ], + "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.", + "homepage": "https://www.drupal.org/project/dropzonejs", + "keywords": [ + "DropzoneJS", + "Drupal" + ], + "support": { + "source": "https://www.drupal.org/project/dropzonejs", + "issues": "https://www.drupal.org/project/issues/dropzonejs", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/dropzonejs~dev.json b/app/p2/drupal/dropzonejs~dev.json new file mode 100644 index 0000000..1502ac0 --- /dev/null +++ b/app/p2/drupal/dropzonejs~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/dropzonejs": [] + } +} diff --git a/app/p2/drupal/drupal-driver.json b/app/p2/drupal/drupal-driver.json new file mode 100644 index 0000000..8ee15f5 --- /dev/null +++ b/app/p2/drupal/drupal-driver.json @@ -0,0 +1,66 @@ +{ + "packages": { + "drupal/drupal-driver": [ + { + "name": "drupal/drupal-driver", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/jhedstrom/DrupalDriver.git", + "reference": "919c6a39ef6a17bdcaf81dcff97b117ecfb6061c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/919c6a39ef6a17bdcaf81dcff97b117ecfb6061c", + "reference": "919c6a39ef6a17bdcaf81dcff97b117ecfb6061c", + "shasum": "" + }, + "require": { + "drupal/core-utility": "^8.4", + "php": ">=5.5.9", + "symfony/dependency-injection": "~2.6|~3.0", + "symfony/process": "~2.5|~3.0" + }, + "require-dev": { + "drupal/coder": "~8.2.0", + "drush-ops/behat-drush-endpoint": "*", + "jakub-onderka/php-parallel-lint": "^0.9.2", + "mockery/mockery": "0.9.4", + "phpspec/phpspec": "~2.0", + "phpunit/phpunit": "~4.0" + }, + "time": "2018-02-09T18:02:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-0": { + "Drupal\\Driver": "src/", + "Drupal\\Tests\\Driver": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" + } + ], + "description": "A collection of reusable Drupal drivers", + "homepage": "http://github.com/jhedstrom/DrupalDriver", + "keywords": [ + "drupal", + "test", + "web" + ] + } + ] + } +} diff --git a/app/p2/drupal/drupal-driver~dev.json b/app/p2/drupal/drupal-driver~dev.json new file mode 100644 index 0000000..b27f1de --- /dev/null +++ b/app/p2/drupal/drupal-driver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/drupal-driver": [] + } +} diff --git a/app/p2/drupal/drupal-extension.json b/app/p2/drupal/drupal-extension.json new file mode 100644 index 0000000..1acae2e --- /dev/null +++ b/app/p2/drupal/drupal-extension.json @@ -0,0 +1,77 @@ +{ + "packages": { + "drupal/drupal-extension": [ + { + "name": "drupal/drupal-extension", + "version": "v3.4.1", + "version_normalized": "3.4.1.0", + "source": { + "type": "git", + "url": "https://github.com/jhedstrom/drupalextension.git", + "reference": "50ff0f413f0dc4732f49638e743f86f45e835e50" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/50ff0f413f0dc4732f49638e743f86f45e835e50", + "reference": "50ff0f413f0dc4732f49638e743f86f45e835e50", + "shasum": "" + }, + "require": { + "behat/behat": "~3.2", + "behat/mink": "~1.5", + "behat/mink-extension": "~2.0", + "behat/mink-goutte-driver": "~1.0", + "behat/mink-selenium2-driver": "~1.1", + "drupal/drupal-driver": "~1.3", + "symfony/dependency-injection": "~2.7|~3.0", + "symfony/event-dispatcher": "~2.7|~3.0" + }, + "require-dev": { + "behat/mink-zombie-driver": "^1.2", + "jakub-onderka/php-parallel-lint": "^0.9.2", + "phpspec/phpspec": "~2.0", + "phpunit/phpunit": "3.7.*" + }, + "time": "2017-12-06T20:35:40+00:00", + "type": "behat-extension", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Drupal\\Drupal": "src/", + "Drupal\\Exception": "src/", + "Drupal\\DrupalExtension": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" + }, + { + "name": "Melissa Anderson", + "homepage": "https://github.com/eliza411" + }, + { + "name": "Pieter Frenssen", + "homepage": "https://github.com/pfrenssen" + } + ], + "description": "Drupal extension for Behat", + "homepage": "http://drupal.org/project/drupalextension", + "keywords": [ + "drupal", + "test", + "web" + ] + } + ] + } +} diff --git a/app/p2/drupal/drupal-extension~dev.json b/app/p2/drupal/drupal-extension~dev.json new file mode 100644 index 0000000..d6e6183 --- /dev/null +++ b/app/p2/drupal/drupal-extension~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/drupal-extension": [] + } +} diff --git a/app/p2/drupal/ds.json b/app/p2/drupal/ds.json new file mode 100644 index 0000000..b748791 --- /dev/null +++ b/app/p2/drupal/ds.json @@ -0,0 +1,77 @@ +{ + "packages": { + "drupal/ds": [ + { + "name": "drupal/ds", + "version": "3.2.0", + "version_normalized": "3.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ds.git", + "reference": "8.x-3.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "c5171e3e59d5ec666e5b5a53baf8f92c01956998" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/devel": "*", + "drupal/field_group": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.2", + "datestamp": "1551355085", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Bram Goffings", + "homepage": "https://www.drupal.org/user/172527", + "role": "Maintainer" + }, + { + "name": "Kristof De Jaeger", + "homepage": "http://realize.be/", + "role": "Maintainer" + }, + { + "name": "Brecht Ceyssens", + "homepage": "https://www.drupal.org/user/591438", + "role": "Maintainer" + }, + { + "name": "swentel", + "homepage": "https://www.drupal.org/user/107403" + } + ], + "description": "Extend the display options for every entity type.", + "homepage": "https://www.drupal.org/project/ds", + "keywords": [ + "drupal", + "layout", + "php" + ], + "support": { + "source": "http://git.drupal.org/project/ds.git", + "issues": "https://www.drupal.org/project/issues/ds", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/ds~dev.json b/app/p2/drupal/ds~dev.json new file mode 100644 index 0000000..76af95e --- /dev/null +++ b/app/p2/drupal/ds~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/ds": [] + } +} diff --git a/app/p2/drupal/dynamic_entity_reference.json b/app/p2/drupal/dynamic_entity_reference.json new file mode 100644 index 0000000..b357306 --- /dev/null +++ b/app/p2/drupal/dynamic_entity_reference.json @@ -0,0 +1,63 @@ +{ + "packages": { + "drupal/dynamic_entity_reference": [ + { + "name": "drupal/dynamic_entity_reference", + "version": "1.7.0", + "version_normalized": "1.7.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "48473adb20413babb548a2501e396e66f13c30f2" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.7", + "datestamp": "1575458288", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Lee Rowlands", + "homepage": "https://www.drupal.org/u/larowlan", + "role": "Maintainer" + }, + { + "name": "Jibran Ijaz", + "homepage": "https://www.drupal.org/u/jibran", + "role": "Maintainer" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides a field that allows an entity-reference field to reference more than one entity type.", + "homepage": "http://drupal.org/project/dynamic_entity_reference", + "support": { + "source": "http://cgit.drupalcode.org/dynamic_entity_reference", + "issues": "http://drupal.org/project/dynamic_entity_reference", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/dynamic_entity_reference~dev.json b/app/p2/drupal/dynamic_entity_reference~dev.json new file mode 100644 index 0000000..767038f --- /dev/null +++ b/app/p2/drupal/dynamic_entity_reference~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/dynamic_entity_reference": [] + } +} diff --git a/app/p2/drupal/embed.json b/app/p2/drupal/embed.json new file mode 100644 index 0000000..9cac62e --- /dev/null +++ b/app/p2/drupal/embed.json @@ -0,0 +1,73 @@ +{ + "packages": { + "drupal/embed": [ + { + "name": "drupal/embed", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/embed.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "141be860f2d2e1df67904995fa43774fee355328" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1576704484", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "cs_shadow", + "homepage": "https://www.drupal.org/user/2828287" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.", + "homepage": "https://www.drupal.org/project/embed", + "support": { + "source": "https://git.drupalcode.org/project/embed", + "issues": "https://www.drupal.org/project/issues/embed", + "irc": "irc://irc.freenode.org/drupal-media" + } + } + ] + } +} diff --git a/app/p2/drupal/embed~dev.json b/app/p2/drupal/embed~dev.json new file mode 100644 index 0000000..cdacaf0 --- /dev/null +++ b/app/p2/drupal/embed~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/embed": [] + } +} diff --git a/app/p2/drupal/encrypt.json b/app/p2/drupal/encrypt.json new file mode 100644 index 0000000..5a91283 --- /dev/null +++ b/app/p2/drupal/encrypt.json @@ -0,0 +1,72 @@ +{ + "packages": { + "drupal/encrypt": [ + { + "name": "drupal/encrypt", + "version": "3.0.0-rc2", + "version_normalized": "3.0.0.0-RC2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/encrypt.git", + "reference": "8.x-3.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.0-rc2.zip", + "reference": "8.x-3.0-rc2", + "shasum": "784f41ad69bdff14f180ceeec70512738402e8e8" + }, + "require": { + "drupal/core": "~8.0", + "drupal/key": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-rc2", + "datestamp": "1553277784", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "gisle", + "homepage": "https://www.drupal.org/user/409554" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + }, + { + "name": "theunraveler", + "homepage": "https://www.drupal.org/user/71548" + }, + { + "name": "zzolo", + "homepage": "https://www.drupal.org/user/147331" + } + ], + "description": "Provides an API for two-way encryption.", + "homepage": "https://www.drupal.org/project/encrypt", + "support": { + "source": "https://git.drupalcode.org/project/encrypt" + } + } + ] + } +} diff --git a/app/p2/drupal/encrypt~dev.json b/app/p2/drupal/encrypt~dev.json new file mode 100644 index 0000000..a43565c --- /dev/null +++ b/app/p2/drupal/encrypt~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/encrypt": [] + } +} diff --git a/app/p2/drupal/entity_browser.json b/app/p2/drupal/entity_browser.json new file mode 100644 index 0000000..45f7a86 --- /dev/null +++ b/app/p2/drupal/entity_browser.json @@ -0,0 +1,96 @@ +{ + "packages": { + "drupal/entity_browser": [ + { + "name": "drupal/entity_browser", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_browser.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "56cf190f3ea3fc0af71becbc44af5954a71f216b" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/inline_entity_form": "*", + "drupal/paragraphs": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.1", + "datestamp": "1562240585", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-8.x-1.x": "8.1.x-dev" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Janez Urevc", + "homepage": "https://github.com/slashrsm", + "role": "Maintainer" + }, + { + "name": "Primoz Hmeljak", + "homepage": "https://github.com/primsi", + "role": "Maintainer" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1943336/committers", + "role": "contributor" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "marcingy", + "homepage": "https://www.drupal.org/user/77320" + }, + { + "name": "oknate", + "homepage": "https://www.drupal.org/user/471638" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Entity browsing and selecting component.", + "homepage": "http://drupal.org/project/entity_browser", + "support": { + "source": "http://cgit.drupalcode.org/entity_browser", + "issues": "http://drupal.org/project/issues/entity_browser", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/entity_browser~dev.json b/app/p2/drupal/entity_browser~dev.json new file mode 100644 index 0000000..de0f7a6 --- /dev/null +++ b/app/p2/drupal/entity_browser~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/entity_browser": [] + } +} diff --git a/app/p2/drupal/entity_class_formatter.json b/app/p2/drupal/entity_class_formatter.json new file mode 100644 index 0000000..d66a304 --- /dev/null +++ b/app/p2/drupal/entity_class_formatter.json @@ -0,0 +1,66 @@ +{ + "packages": { + "drupal/entity_class_formatter": [ + { + "name": "drupal/entity_class_formatter", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_class_formatter.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_class_formatter-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "0857e4c1c9f7d77a9d8a75fb786a4833a11343ac" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1572616685", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "honzapara", + "homepage": "https://www.drupal.org/user/3272000" + }, + { + "name": "kyberman", + "homepage": "https://www.drupal.org/user/402924" + }, + { + "name": "martin_klima", + "homepage": "https://www.drupal.org/user/2784335" + }, + { + "name": "murrayw", + "homepage": "https://www.drupal.org/user/595658" + } + ], + "description": "Apply class on the entity if it's field is using this formatter.", + "homepage": "https://www.drupal.org/project/entity_class_formatter", + "support": { + "source": "https://git.drupalcode.org/project/entity_class_formatter" + } + } + ] + } +} diff --git a/app/p2/drupal/entity_class_formatter~dev.json b/app/p2/drupal/entity_class_formatter~dev.json new file mode 100644 index 0000000..1ff2fed --- /dev/null +++ b/app/p2/drupal/entity_class_formatter~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/entity_class_formatter": [] + } +} diff --git a/app/p2/drupal/entity_embed.json b/app/p2/drupal/entity_embed.json new file mode 100644 index 0000000..f9d66c4 --- /dev/null +++ b/app/p2/drupal/entity_embed.json @@ -0,0 +1,85 @@ +{ + "packages": { + "drupal/entity_embed": [ + { + "name": "drupal/entity_embed", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_embed.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "abd37a54162a702cf696ef0e5f8b2b1082263c21" + }, + "require": { + "drupal/core": "^8.4.0", + "drupal/embed": "*" + }, + "require-dev": { + "drupal/entity_browser": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0", + "datestamp": "1562161679", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" + }, + { + "name": "cs_shadow", + "homepage": "https://www.drupal.org/user/2828287" + }, + { + "name": "oknate", + "homepage": "https://www.drupal.org/user/471638" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.", + "homepage": "https://www.drupal.org/project/entity_embed", + "support": { + "source": "https://git.drupalcode.org/project/entity_embed", + "issues": "https://www.drupal.org/project/issues/entity_embed", + "irc": "irc://irc.freenode.org/drupal-media" + } + } + ] + } +} diff --git a/app/p2/drupal/entity_embed~dev.json b/app/p2/drupal/entity_embed~dev.json new file mode 100644 index 0000000..6fc187c --- /dev/null +++ b/app/p2/drupal/entity_embed~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/entity_embed": [] + } +} diff --git a/app/p2/drupal/entity_reference_display.json b/app/p2/drupal/entity_reference_display.json new file mode 100644 index 0000000..088402a --- /dev/null +++ b/app/p2/drupal/entity_reference_display.json @@ -0,0 +1,62 @@ +{ + "packages": { + "drupal/entity_reference_display": [ + { + "name": "drupal/entity_reference_display", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_reference_display.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_display-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "0598f6f6121fb8d768fdb9a777b0062f94cbef64" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1527517384", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "kyberman", + "homepage": "https://www.drupal.org/user/402924" + }, + { + "name": "murrayw", + "homepage": "https://www.drupal.org/user/595658" + }, + { + "name": "wiifm", + "homepage": "https://www.drupal.org/user/358731" + } + ], + "description": "Defines a field type for display mode selection for entity reference fields.", + "homepage": "https://www.drupal.org/project/entity_reference_display", + "support": { + "source": "https://git.drupalcode.org/project/entity_reference_display" + } + } + ] + } +} diff --git a/app/p2/drupal/entity_reference_display~dev.json b/app/p2/drupal/entity_reference_display~dev.json new file mode 100644 index 0000000..935a1b5 --- /dev/null +++ b/app/p2/drupal/entity_reference_display~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/entity_reference_display": [] + } +} diff --git a/app/p2/drupal/entity_reference_revisions.json b/app/p2/drupal/entity_reference_revisions.json new file mode 100644 index 0000000..f2fba11 --- /dev/null +++ b/app/p2/drupal/entity_reference_revisions.json @@ -0,0 +1,69 @@ +{ + "packages": { + "drupal/entity_reference_revisions": [ + { + "name": "drupal/entity_reference_revisions", + "version": "1.6.0", + "version_normalized": "1.6.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "82d515de04d3a75fb677ed82241a6aff3f54ab47" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/diff": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.6", + "datestamp": "1570284187", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Adds a Entity Reference field type with revision support.", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "support": { + "source": "https://git.drupalcode.org/project/entity_reference_revisions" + } + } + ] + } +} diff --git a/app/p2/drupal/entity_reference_revisions~dev.json b/app/p2/drupal/entity_reference_revisions~dev.json new file mode 100644 index 0000000..263b897 --- /dev/null +++ b/app/p2/drupal/entity_reference_revisions~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/entity_reference_revisions": [] + } +} diff --git a/app/p2/drupal/environment_indicator.json b/app/p2/drupal/environment_indicator.json new file mode 100644 index 0000000..b193d85 --- /dev/null +++ b/app/p2/drupal/environment_indicator.json @@ -0,0 +1,58 @@ +{ + "packages": { + "drupal/environment_indicator": [ + { + "name": "drupal/environment_indicator", + "version": "3.5.0", + "version_normalized": "3.5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/environment_indicator.git", + "reference": "8.x-3.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "637ceea8bc1dc690f12cdcc5d1285986b6037c92" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.5", + "datestamp": "1553405885", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "mrfelton", + "homepage": "https://www.drupal.org/user/305669" + } + ], + "description": "Adds a color indicator for the different environments.", + "homepage": "https://www.drupal.org/project/environment_indicator", + "support": { + "source": "https://git.drupalcode.org/project/environment_indicator" + } + } + ] + } +} diff --git a/app/p2/drupal/environment_indicator~dev.json b/app/p2/drupal/environment_indicator~dev.json new file mode 100644 index 0000000..6d970dc --- /dev/null +++ b/app/p2/drupal/environment_indicator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/environment_indicator": [] + } +} diff --git a/app/p2/drupal/events_log_track.json b/app/p2/drupal/events_log_track.json new file mode 100644 index 0000000..7ccc489 --- /dev/null +++ b/app/p2/drupal/events_log_track.json @@ -0,0 +1,56 @@ +{ + "packages": { + "drupal/events_log_track": [ + { + "name": "drupal/events_log_track", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/events_log_track.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/events_log_track-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "559e0d34414dd881e7e7a7d33916232e13c28df5" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/event_log_track": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1487851984", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "kumaratulesh", + "homepage": "https://www.drupal.org/user/1840602" + } + ], + "homepage": "https://www.drupal.org/project/events_log_track", + "support": { + "source": "https://git.drupalcode.org/project/events_log_track" + } + } + ] + } +} diff --git a/app/p2/drupal/events_log_track~dev.json b/app/p2/drupal/events_log_track~dev.json new file mode 100644 index 0000000..0dda633 --- /dev/null +++ b/app/p2/drupal/events_log_track~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/events_log_track": [] + } +} diff --git a/app/p2/drupal/facets.json b/app/p2/drupal/facets.json new file mode 100644 index 0000000..c6ea7a7 --- /dev/null +++ b/app/p2/drupal/facets.json @@ -0,0 +1,64 @@ +{ + "packages": { + "drupal/facets": [ + { + "name": "drupal/facets", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/facets.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/facets-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "2ca517094a34112e8168746123d337a25da6a227" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/search_api": "~1.5" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1556645881", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "See all contributors", + "homepage": "https://www.drupal.org/node/2348769/committers" + }, + { + "name": "StryKaizer", + "homepage": "https://www.drupal.org/user/462700" + }, + { + "name": "borisson_", + "homepage": "https://www.drupal.org/user/2393360" + } + ], + "description": "The Facet module allows site builders to easily create and manage faceted search interfaces.", + "homepage": "https://www.drupal.org/project/facets", + "support": { + "source": "git://git.drupal.org/project/facets.git", + "issues": "https://www.drupal.org/project/issues/facets", + "irc": "irc://irc.freenode.org/drupal-search-api" + } + } + ] + } +} diff --git a/app/p2/drupal/facets~dev.json b/app/p2/drupal/facets~dev.json new file mode 100644 index 0000000..f6c9f42 --- /dev/null +++ b/app/p2/drupal/facets~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/facets": [] + } +} diff --git a/app/p2/drupal/fast_404.json b/app/p2/drupal/fast_404.json new file mode 100644 index 0000000..de07c8d --- /dev/null +++ b/app/p2/drupal/fast_404.json @@ -0,0 +1,66 @@ +{ + "packages": { + "drupal/fast_404": [ + { + "name": "drupal/fast_404", + "version": "1.0.0-alpha5", + "version_normalized": "1.0.0.0-alpha5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/fast_404.git", + "reference": "8.x-1.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/fast_404-8.x-1.0-alpha5.zip", + "reference": "8.x-1.0-alpha5", + "shasum": "5458ae6f35fce2463666d5d2c8991181dd0621e5" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha5", + "datestamp": "1585347457", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "adammalone", + "homepage": "https://www.drupal.org/user/1295980" + }, + { + "name": "bonus", + "homepage": "https://www.drupal.org/user/360002" + }, + { + "name": "naveenvalecha", + "homepage": "https://www.drupal.org/user/2665733" + }, + { + "name": "neetu morwani", + "homepage": "https://www.drupal.org/user/2632025" + }, + { + "name": "soyarma", + "homepage": "https://www.drupal.org/user/286273" + } + ], + "homepage": "https://www.drupal.org/project/fast_404", + "support": { + "source": "https://git.drupalcode.org/project/fast_404" + } + } + ] + } +} diff --git a/app/p2/drupal/fast_404~dev.json b/app/p2/drupal/fast_404~dev.json new file mode 100644 index 0000000..11b4a93 --- /dev/null +++ b/app/p2/drupal/fast_404~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/fast_404": [] + } +} diff --git a/app/p2/drupal/features.json b/app/p2/drupal/features.json new file mode 100644 index 0000000..2167218 --- /dev/null +++ b/app/p2/drupal/features.json @@ -0,0 +1,93 @@ +{ + "packages": { + "drupal/features": [ + { + "name": "drupal/features", + "version": "3.8.0", + "version_normalized": "3.8.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/features.git", + "reference": "8.x-3.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/features-8.x-3.8.zip", + "reference": "8.x-3.8", + "shasum": "15cebd00e38d63c0d946682e76327a03499c27be" + }, + "require": { + "drupal/config_update": "^1.4", + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.8", + "datestamp": "1536512284", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "donquixote", + "homepage": "https://www.drupal.org/user/459338" + }, + { + "name": "e2thex", + "homepage": "https://www.drupal.org/user/189123" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "flocondetoile", + "homepage": "https://www.drupal.org/user/2006064" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" + }, + { + "name": "mpotter", + "homepage": "https://www.drupal.org/user/616192" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Enables administrators to package configuration into modules", + "homepage": "https://www.drupal.org/project/features", + "support": { + "source": "https://git.drupalcode.org/project/features" + } + } + ] + } +} diff --git a/app/p2/drupal/features~dev.json b/app/p2/drupal/features~dev.json new file mode 100644 index 0000000..252d1af --- /dev/null +++ b/app/p2/drupal/features~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/features": [] + } +} diff --git a/app/p2/drupal/field_group.json b/app/p2/drupal/field_group.json new file mode 100644 index 0000000..2534aa9 --- /dev/null +++ b/app/p2/drupal/field_group.json @@ -0,0 +1,67 @@ +{ + "packages": { + "drupal/field_group": [ + { + "name": "drupal/field_group", + "version": "3.0.0-rc1", + "version_normalized": "3.0.0.0-RC1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/field_group.git", + "reference": "8.x-3.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.0-rc1.zip", + "reference": "8.x-3.0-rc1", + "shasum": "e291b5468c834a344e9aa6cafd3a76171d473a22" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-rc1", + "datestamp": "1574200085", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Hydra", + "homepage": "https://www.drupal.org/user/647364" + }, + { + "name": "Stalski", + "homepage": "https://www.drupal.org/user/322618" + }, + { + "name": "jyve", + "homepage": "https://www.drupal.org/user/591438" + }, + { + "name": "nils.destoop", + "homepage": "https://www.drupal.org/user/361625" + }, + { + "name": "swentel", + "homepage": "https://www.drupal.org/user/107403" + } + ], + "description": "Provides the field_group module.", + "homepage": "https://www.drupal.org/project/field_group", + "support": { + "source": "https://git.drupalcode.org/project/field_group" + } + } + ] + } +} diff --git a/app/p2/drupal/field_group~dev.json b/app/p2/drupal/field_group~dev.json new file mode 100644 index 0000000..55a0d00 --- /dev/null +++ b/app/p2/drupal/field_group~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/field_group": [] + } +} diff --git a/app/p2/drupal/focal_point.json b/app/p2/drupal/focal_point.json new file mode 100644 index 0000000..9bca31f --- /dev/null +++ b/app/p2/drupal/focal_point.json @@ -0,0 +1,55 @@ +{ + "packages": { + "drupal/focal_point": [ + { + "name": "drupal/focal_point", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/focal_point.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "b274a5f4484ce99dece492dc7ae7149b34982244" + }, + "require": { + "drupal/core": "*", + "drupal/crop": "*" + }, + "require-dev": { + "drupal/crop": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1569333485", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bleen", + "homepage": "https://www.drupal.org/user/77375" + } + ], + "description": "Allows users to specify the focal point of an image for use during cropping.", + "homepage": "https://www.drupal.org/project/focal_point", + "support": { + "source": "https://git.drupalcode.org/project/focal_point" + } + } + ] + } +} diff --git a/app/p2/drupal/focal_point~dev.json b/app/p2/drupal/focal_point~dev.json new file mode 100644 index 0000000..aa08d49 --- /dev/null +++ b/app/p2/drupal/focal_point~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/focal_point": [] + } +} diff --git a/app/p2/drupal/ga_login.json b/app/p2/drupal/ga_login.json new file mode 100644 index 0000000..02b2275 --- /dev/null +++ b/app/p2/drupal/ga_login.json @@ -0,0 +1,76 @@ +{ + "packages": { + "drupal/ga_login": [ + { + "name": "drupal/ga_login", + "version": "1.0.0-alpha4", + "version_normalized": "1.0.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ga_login.git", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ga_login-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "ab47d722638b8d0ea2386567c34a8953dc6eee69" + }, + "require": { + "chillerlan/php-qrcode": "1.0.8", + "christian-riesen/otp": "2.*", + "drupal/core": "~8.0", + "drupal/tfa": "~1.0" + }, + "require-dev": { + "drupal/tfa": "1.x-dev" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1521587880", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jelle_S", + "homepage": "https://www.drupal.org/user/829198" + }, + { + "name": "attiks", + "homepage": "https://www.drupal.org/user/105002" + }, + { + "name": "daggerhart", + "homepage": "https://www.drupal.org/user/167806" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "therealssj", + "homepage": "https://www.drupal.org/user/3408074" + } + ], + "description": "TFA plugins for Hmac-Based One Time Passwords & Time Based One Time Password with recovery codes as fallback.", + "homepage": "https://www.drupal.org/project/ga_login", + "support": { + "source": "https://git.drupalcode.org/project/ga_login" + } + } + ] + } +} diff --git a/app/p2/drupal/ga_login~dev.json b/app/p2/drupal/ga_login~dev.json new file mode 100644 index 0000000..70cca57 --- /dev/null +++ b/app/p2/drupal/ga_login~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/ga_login": [] + } +} diff --git a/app/p2/drupal/google_analytics.json b/app/p2/drupal/google_analytics.json new file mode 100644 index 0000000..95a8214 --- /dev/null +++ b/app/p2/drupal/google_analytics.json @@ -0,0 +1,63 @@ +{ + "packages": { + "drupal/google_analytics": [ + { + "name": "drupal/google_analytics", + "version": "3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/google_analytics.git", + "reference": "8.x-3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "18179854152cae44be2a5ed5de5550bc6e131c70" + }, + "require": { + "drupal/core": "~8.5" + }, + "require-dev": { + "drupal/php": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0", + "datestamp": "1548968580", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "hass", + "homepage": "https://www.drupal.org/u/hass" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/49388/committers" + } + ], + "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", + "homepage": "https://www.drupal.org/project/google_analytics", + "support": { + "source": "https://git.drupal.org/project/google_analytics.git", + "issues": "https://www.drupal.org/project/issues/google_analytics" + } + } + ] + } +} diff --git a/app/p2/drupal/google_analytics~dev.json b/app/p2/drupal/google_analytics~dev.json new file mode 100644 index 0000000..c1ebcba --- /dev/null +++ b/app/p2/drupal/google_analytics~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/google_analytics": [] + } +} diff --git a/app/p2/drupal/govcms8_ui.json b/app/p2/drupal/govcms8_ui.json new file mode 100644 index 0000000..5457754 --- /dev/null +++ b/app/p2/drupal/govcms8_ui.json @@ -0,0 +1,61 @@ +{ + "packages": { + "drupal/govcms8_ui": [ + { + "name": "drupal/govcms8_ui", + "version": "1.0.0-alpha1", + "version_normalized": "1.0.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/govcms8_ui.git", + "reference": "8.x-1.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/govcms8_ui-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "ec17e9f9e105cf2b3356866c5a5aab6e133321c7" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-theme", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1513834687", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Joseph Zhao", + "homepage": "https://www.drupal.org/user/1987218" + }, + { + "name": "govcms", + "homepage": "https://www.drupal.org/user/3141265" + }, + { + "name": "tobybellwood", + "homepage": "https://www.drupal.org/user/3529537" + } + ], + "homepage": "https://www.drupal.org/project/govcms8_ui", + "support": { + "source": "https://git.drupalcode.org/project/govcms8_ui" + } + } + ] + } +} diff --git a/app/p2/drupal/govcms8_uikit_starter.json b/app/p2/drupal/govcms8_uikit_starter.json new file mode 100644 index 0000000..9b7e871 --- /dev/null +++ b/app/p2/drupal/govcms8_uikit_starter.json @@ -0,0 +1,67 @@ +{ + "packages": { + "drupal/govcms8_uikit_starter": [ + { + "name": "drupal/govcms8_uikit_starter", + "version": "1.0.0-alpha2", + "version_normalized": "1.0.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/govcms8_uikit_starter.git", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/govcms8_uikit_starter-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "009d5574f166d5e9aaa223e98e3ccd7510e842d3" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1554762181", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "courdo", + "homepage": "https://www.drupal.org/user/3162961" + }, + { + "name": "fubarhouse", + "homepage": "https://www.drupal.org/user/2190626" + }, + { + "name": "pandaski", + "homepage": "https://www.drupal.org/user/1987218" + }, + { + "name": "ruwanl", + "homepage": "https://www.drupal.org/user/2906813" + }, + { + "name": "tobybellwood", + "homepage": "https://www.drupal.org/user/3529537" + } + ], + "description": "Provides uikit starter theme to govCMS8", + "homepage": "https://www.drupal.org/project/govcms8_uikit_starter", + "support": { + "source": "https://git.drupalcode.org/project/govcms8_uikit_starter" + } + } + ] + } +} diff --git a/app/p2/drupal/govcms8_uikit_starter~dev.json b/app/p2/drupal/govcms8_uikit_starter~dev.json new file mode 100644 index 0000000..0d6d8eb --- /dev/null +++ b/app/p2/drupal/govcms8_uikit_starter~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/govcms8_uikit_starter": [] + } +} diff --git a/app/p2/drupal/govcms8_ui~dev.json b/app/p2/drupal/govcms8_ui~dev.json new file mode 100644 index 0000000..97d6eae --- /dev/null +++ b/app/p2/drupal/govcms8_ui~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/govcms8_ui": [] + } +} diff --git a/app/p2/drupal/govcms_dlm.json b/app/p2/drupal/govcms_dlm.json new file mode 100644 index 0000000..40d11c0 --- /dev/null +++ b/app/p2/drupal/govcms_dlm.json @@ -0,0 +1,74 @@ +{ + "packages": { + "drupal/govcms_dlm": [ + { + "name": "drupal/govcms_dlm", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/govcms_dlm.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/govcms_dlm-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "9f2556750169bce25434c859fb3cac12d3f7ce8d" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1582160291", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "courdo", + "homepage": "https://www.drupal.org/user/3162961" + }, + { + "name": "pandaski", + "homepage": "https://www.drupal.org/user/1987218" + }, + { + "name": "pkil", + "homepage": "https://www.drupal.org/user/2327222" + }, + { + "name": "suhyeon", + "homepage": "https://www.drupal.org/user/3567157" + }, + { + "name": "tobybellwood", + "homepage": "https://www.drupal.org/user/3529537" + }, + { + "name": "wiifm", + "homepage": "https://www.drupal.org/user/358731" + } + ], + "description": "Add optional DLM to emails sent from drupal mail.", + "homepage": "https://www.drupal.org/project/govcms_dlm", + "support": { + "source": "https://git.drupalcode.org/project/govcms_dlm" + } + } + ] + } +} diff --git a/app/p2/drupal/govcms_dlm~dev.json b/app/p2/drupal/govcms_dlm~dev.json new file mode 100644 index 0000000..b81b2d9 --- /dev/null +++ b/app/p2/drupal/govcms_dlm~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/govcms_dlm": [] + } +} diff --git a/app/p2/drupal/graphql.json b/app/p2/drupal/graphql.json new file mode 100644 index 0000000..8cfc24c --- /dev/null +++ b/app/p2/drupal/graphql.json @@ -0,0 +1,64 @@ +{ + "packages": { + "drupal/graphql": [ + { + "name": "drupal/graphql", + "version": "3.0.0-rc2", + "version_normalized": "3.0.0.0-RC2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/graphql.git", + "reference": "8.x-3.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/graphql-8.x-3.0-rc2.zip", + "reference": "8.x-3.0-rc2", + "shasum": "99c229003fddc058fe7f213f9753ad7109c3e4d7" + }, + "require": { + "drupal/core": "~8.0", + "webonyx/graphql-php": "^0.12.5" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-rc2", + "datestamp": "1555138081", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "fubhy", + "homepage": "https://www.drupal.org/user/761344" + }, + { + "name": "joaogarin", + "homepage": "https://www.drupal.org/user/612814" + }, + { + "name": "klausi", + "homepage": "https://www.drupal.org/user/262198" + }, + { + "name": "pmelab", + "homepage": "https://www.drupal.org/user/555322" + } + ], + "description": "Exposes your Drupal data model through a GraphQL schema.", + "homepage": "http://drupal.org/project/graphql", + "support": { + "source": "https://git.drupalcode.org/project/graphql" + } + } + ] + } +} diff --git a/app/p2/drupal/graphql~dev.json b/app/p2/drupal/graphql~dev.json new file mode 100644 index 0000000..2aca68a --- /dev/null +++ b/app/p2/drupal/graphql~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/graphql": [] + } +} diff --git a/app/p2/drupal/honeypot.json b/app/p2/drupal/honeypot.json new file mode 100644 index 0000000..8ee1c7d --- /dev/null +++ b/app/p2/drupal/honeypot.json @@ -0,0 +1,68 @@ +{ + "packages": { + "drupal/honeypot": [ + { + "name": "drupal/honeypot", + "version": "1.29.0", + "version_normalized": "1.29.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/honeypot.git", + "reference": "8.x-1.29" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.zip", + "reference": "8.x-1.29", + "shasum": "029d9e068d8f6a5db52434c27dc71bd3f06da487" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.29", + "datestamp": "1576274288", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeff Geerling", + "homepage": "https://www.drupal.org/user/213194", + "email": "geerlingguy@mac.com" + }, + { + "name": "geerlingguy", + "homepage": "https://www.drupal.org/user/389011" + }, + { + "name": "vijaycs85", + "homepage": "https://www.drupal.org/user/93488" + } + ], + "description": "Mitigates spam form submissions using the honeypot method.", + "homepage": "https://www.drupal.org/project/honeypot", + "keywords": [ + "deterrent", + "form", + "honeypot", + "honeytrap", + "php", + "spam" + ], + "support": { + "source": "https://git.drupalcode.org/project/honeypot" + } + } + ] + } +} diff --git a/app/p2/drupal/honeypot~dev.json b/app/p2/drupal/honeypot~dev.json new file mode 100644 index 0000000..474b596 --- /dev/null +++ b/app/p2/drupal/honeypot~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/honeypot": [] + } +} diff --git a/app/p2/drupal/inline_entity_form.json b/app/p2/drupal/inline_entity_form.json new file mode 100644 index 0000000..5e0d400 --- /dev/null +++ b/app/p2/drupal/inline_entity_form.json @@ -0,0 +1,90 @@ +{ + "packages": { + "drupal/inline_entity_form": [ + { + "name": "drupal/inline_entity_form", + "version": "1.0.0-rc1", + "version_normalized": "1.0.0.0-RC1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/inline_entity_form.git", + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/entity_reference_revisions": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1568446684", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "kaythay", + "homepage": "https://www.drupal.org/user/2182186" + }, + { + "name": "oknate", + "homepage": "https://www.drupal.org/user/471638" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.", + "homepage": "https://www.drupal.org/project/inline_entity_form", + "support": { + "source": "https://git.drupalcode.org/project/inline_entity_form" + } + } + ] + } +} diff --git a/app/p2/drupal/inline_entity_form~dev.json b/app/p2/drupal/inline_entity_form~dev.json new file mode 100644 index 0000000..d3b1af0 --- /dev/null +++ b/app/p2/drupal/inline_entity_form~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/inline_entity_form": [] + } +} diff --git a/app/p2/drupal/jquery_ui.json b/app/p2/drupal/jquery_ui.json new file mode 100644 index 0000000..bcb6302 --- /dev/null +++ b/app/p2/drupal/jquery_ui.json @@ -0,0 +1,90 @@ +{ + "packages": { + "drupal/jquery_ui": [ + { + "name": "drupal/jquery_ui", + "version": "1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui.git", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.4", + "datestamp": "1582149957", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "jjeff", + "homepage": "https://www.drupal.org/user/17190" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "litwol", + "homepage": "https://www.drupal.org/user/78134" + }, + { + "name": "mfb", + "homepage": "https://www.drupal.org/user/12302" + }, + { + "name": "mfer", + "homepage": "https://www.drupal.org/user/25701" + }, + { + "name": "mikelutz", + "homepage": "https://www.drupal.org/user/2972409" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "webchick", + "homepage": "https://www.drupal.org/user/24967" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI library.", + "homepage": "https://www.drupal.org/project/jquery_ui", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui" + } + } + ] + } +} diff --git a/app/p2/drupal/jquery_ui_draggable.json b/app/p2/drupal/jquery_ui_draggable.json new file mode 100644 index 0000000..bae3b46 --- /dev/null +++ b/app/p2/drupal/jquery_ui_draggable.json @@ -0,0 +1,63 @@ +{ + "packages": { + "drupal/jquery_ui_draggable": [ + { + "name": "drupal/jquery_ui_draggable", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "09e17046e38aebf84ed573822b0d5be6de3f0c94" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/jquery_ui": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1582150027", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Draggable library.", + "homepage": "https://www.drupal.org/project/jquery_ui_draggable", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_draggable" + } + } + ] + } +} diff --git a/app/p2/drupal/jquery_ui_draggable~dev.json b/app/p2/drupal/jquery_ui_draggable~dev.json new file mode 100644 index 0000000..a1cbf36 --- /dev/null +++ b/app/p2/drupal/jquery_ui_draggable~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/jquery_ui_draggable": [] + } +} diff --git a/app/p2/drupal/jquery_ui_droppable.json b/app/p2/drupal/jquery_ui_droppable.json new file mode 100644 index 0000000..f0dda05 --- /dev/null +++ b/app/p2/drupal/jquery_ui_droppable.json @@ -0,0 +1,64 @@ +{ + "packages": { + "drupal/jquery_ui_droppable": [ + { + "name": "drupal/jquery_ui_droppable", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_droppable.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_droppable-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "6e53043f2d3215f211721eea4d4c6ab5d1672b14" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/jquery_ui": "*", + "drupal/jquery_ui_draggable": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1582150071", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Droppable library.", + "homepage": "https://www.drupal.org/project/jquery_ui_droppable", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_droppable" + } + } + ] + } +} diff --git a/app/p2/drupal/jquery_ui_droppable~dev.json b/app/p2/drupal/jquery_ui_droppable~dev.json new file mode 100644 index 0000000..a557093 --- /dev/null +++ b/app/p2/drupal/jquery_ui_droppable~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/jquery_ui_droppable": [] + } +} diff --git a/app/p2/drupal/jquery_ui~dev.json b/app/p2/drupal/jquery_ui~dev.json new file mode 100644 index 0000000..72c0b37 --- /dev/null +++ b/app/p2/drupal/jquery_ui~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/jquery_ui": [] + } +} diff --git a/app/p2/drupal/key.json b/app/p2/drupal/key.json new file mode 100644 index 0000000..d805652 --- /dev/null +++ b/app/p2/drupal/key.json @@ -0,0 +1,72 @@ +{ + "packages": { + "drupal/key": [ + { + "name": "drupal/key", + "version": "1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/key.git", + "reference": "8.x-1.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "908aab1e38abba391de2a9eb82bd2de9240eb0b9" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.12", + "datestamp": "1573783085", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Cellar Door", + "homepage": "https://www.drupal.org/user/658076" + }, + { + "name": "CrashTest_", + "homepage": "https://www.drupal.org/user/261457" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + } + ], + "description": "Provides the ability to manage site-wide keys", + "homepage": "http://drupal.org/project/key", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/key", + "issues": "http://drupal.org/project/key" + } + } + ] + } +} diff --git a/app/p2/drupal/key~dev.json b/app/p2/drupal/key~dev.json new file mode 100644 index 0000000..2454820 --- /dev/null +++ b/app/p2/drupal/key~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/key": [] + } +} diff --git a/app/p2/drupal/lagoon_logs.json b/app/p2/drupal/lagoon_logs.json new file mode 100644 index 0000000..ce96dac --- /dev/null +++ b/app/p2/drupal/lagoon_logs.json @@ -0,0 +1,60 @@ +{ + "packages": { + "drupal/lagoon_logs": [ + { + "name": "drupal/lagoon_logs", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/lagoon_logs.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lagoon_logs-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "7d5a3c306c4bd9106c9011d82e2e4d178dec6ff9" + }, + "require": { + "drupal/core": "~8.0", + "monolog/monolog": "~1.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1542589980", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Blaize Kaye", + "homepage": "https://www.drupal.org/u/bomoko", + "role": "Maintainer" + }, + { + "name": "bryangruneberg", + "homepage": "https://www.drupal.org/user/2600012" + } + ], + "description": "Lagoon_logs D8 is a convenience wrapper for monolog.", + "homepage": "https://www.drupal.org/project/lagoon_logs", + "support": { + "source": "https://git.drupalcode.org/project/lagoon_logs" + } + } + ] + } +} diff --git a/app/p2/drupal/lagoon_logs~dev.json b/app/p2/drupal/lagoon_logs~dev.json new file mode 100644 index 0000000..2202c3e --- /dev/null +++ b/app/p2/drupal/lagoon_logs~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/lagoon_logs": [] + } +} diff --git a/app/p2/drupal/linked_field.json b/app/p2/drupal/linked_field.json new file mode 100644 index 0000000..0760414 --- /dev/null +++ b/app/p2/drupal/linked_field.json @@ -0,0 +1,58 @@ +{ + "packages": { + "drupal/linked_field": [ + { + "name": "drupal/linked_field", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/linked_field.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "99c877b15e814e8275a38d5b161fc5db444dd69d" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1580913964", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "hubdrop", + "homepage": "https://www.drupal.org/user/2750597" + }, + { + "name": "yannickoo", + "homepage": "https://www.drupal.org/user/531118" + } + ], + "description": "Adds the functionality to link fields to a specific destination.", + "homepage": "https://www.drupal.org/project/linked_field", + "support": { + "source": "https://git.drupalcode.org/project/linked_field" + } + } + ] + } +} diff --git a/app/p2/drupal/linked_field~dev.json b/app/p2/drupal/linked_field~dev.json new file mode 100644 index 0000000..2da5b07 --- /dev/null +++ b/app/p2/drupal/linked_field~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/linked_field": [] + } +} diff --git a/app/p2/drupal/linkit.json b/app/p2/drupal/linkit.json new file mode 100644 index 0000000..b385c37 --- /dev/null +++ b/app/p2/drupal/linkit.json @@ -0,0 +1,57 @@ +{ + "packages": { + "drupal/linkit": [ + { + "name": "drupal/linkit", + "version": "5.0.0-beta9", + "version_normalized": "5.0.0.0-beta9", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/linkit.git", + "reference": "8.x-5.0-beta9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta9.zip", + "reference": "8.x-5.0-beta9", + "shasum": "150291dd87a4f65027492020c28635e2b5249d1a" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/imce": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-5.0-beta9", + "datestamp": "1573783085", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Emil Stjerneman", + "homepage": "https://stjerneman.com", + "email": "emil@stjerneman.com", + "role": "Maintainer" + } + ], + "description": "Linkit - Enriched linking experience", + "homepage": "http://drupal.org/project/linkit", + "support": { + "source": "http://cgit.drupalcode.org/linkit", + "issues": "http://drupal.org/project/linkit" + } + } + ] + } +} diff --git a/app/p2/drupal/linkit~dev.json b/app/p2/drupal/linkit~dev.json new file mode 100644 index 0000000..3af697e --- /dev/null +++ b/app/p2/drupal/linkit~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/linkit": [] + } +} diff --git a/app/p2/drupal/login_security.json b/app/p2/drupal/login_security.json new file mode 100644 index 0000000..9bbc079 --- /dev/null +++ b/app/p2/drupal/login_security.json @@ -0,0 +1,74 @@ +{ + "packages": { + "drupal/login_security": [ + { + "name": "drupal/login_security", + "version": "1.5.0", + "version_normalized": "1.5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/login_security.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/login_security-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "f903d4335282a178f6c73bb4f580ac876852ba73" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.5", + "datestamp": "1528723384", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "cYu", + "homepage": "https://www.drupal.org/user/202205" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "deetergp", + "homepage": "https://www.drupal.org/user/1134002" + }, + { + "name": "ilo", + "homepage": "https://www.drupal.org/user/118449" + }, + { + "name": "jribeiro", + "homepage": "https://www.drupal.org/user/1975716" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" + } + ], + "description": "Enable security options in the login flow of the site.", + "homepage": "https://www.drupal.org/project/login_security", + "support": { + "source": "https://git.drupalcode.org/project/login_security" + } + } + ] + } +} diff --git a/app/p2/drupal/login_security~dev.json b/app/p2/drupal/login_security~dev.json new file mode 100644 index 0000000..b99f412 --- /dev/null +++ b/app/p2/drupal/login_security~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/login_security": [] + } +} diff --git a/app/p2/drupal/mailsystem.json b/app/p2/drupal/mailsystem.json new file mode 100644 index 0000000..5ac4f48 --- /dev/null +++ b/app/p2/drupal/mailsystem.json @@ -0,0 +1,71 @@ +{ + "packages": { + "drupal/mailsystem": [ + { + "name": "drupal/mailsystem", + "version": "4.3.0", + "version_normalized": "4.3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/mailsystem.git", + "reference": "8.x-4.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.zip", + "reference": "8.x-4.3", + "shasum": "1a74016e268ff207535be5d5e42ac8f72ac89050" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.3", + "datestamp": "1586203024", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Les Lim", + "homepage": "https://www.drupal.org/user/84263" + }, + { + "name": "Manuel Garcia", + "homepage": "https://www.drupal.org/user/213194" + }, + { + "name": "Nafes", + "homepage": "https://www.drupal.org/user/2489926" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "pillarsdotnet", + "homepage": "https://www.drupal.org/user/36148" + } + ], + "description": "Mail System", + "homepage": "https://www.drupal.org/project/mailsystem", + "support": { + "source": "https://git.drupalcode.org/project/mailsystem" + } + } + ] + } +} diff --git a/app/p2/drupal/mailsystem~dev.json b/app/p2/drupal/mailsystem~dev.json new file mode 100644 index 0000000..1c1df02 --- /dev/null +++ b/app/p2/drupal/mailsystem~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/mailsystem": [] + } +} diff --git a/app/p2/drupal/media_entity_file_replace.json b/app/p2/drupal/media_entity_file_replace.json new file mode 100644 index 0000000..e53ad33 --- /dev/null +++ b/app/p2/drupal/media_entity_file_replace.json @@ -0,0 +1,51 @@ +{ + "packages": { + "drupal/media_entity_file_replace": [ + { + "name": "drupal/media_entity_file_replace", + "version": "1.0.0-beta2", + "version_normalized": "1.0.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_entity_file_replace.git", + "reference": "8.x-1.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_file_replace-8.x-1.0-beta2.zip", + "reference": "8.x-1.0-beta2", + "shasum": "9fb1fb6e585d26f8ccd289400f4c3b0b1ec9e1c8" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta2", + "datestamp": "1578875043", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bkosborne", + "homepage": "https://www.drupal.org/user/788032" + } + ], + "description": "Allows content editors to easily replace source files associated with any file-based media entity, preserving the original filename.", + "homepage": "https://www.drupal.org/project/media_entity_file_replace", + "support": { + "source": "https://git.drupalcode.org/project/media_entity_file_replace" + } + } + ] + } +} diff --git a/app/p2/drupal/media_entity_file_replace~dev.json b/app/p2/drupal/media_entity_file_replace~dev.json new file mode 100644 index 0000000..2b5b0c0 --- /dev/null +++ b/app/p2/drupal/media_entity_file_replace~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/media_entity_file_replace": [] + } +} diff --git a/app/p2/drupal/memcache.json b/app/p2/drupal/memcache.json new file mode 100644 index 0000000..a47507b --- /dev/null +++ b/app/p2/drupal/memcache.json @@ -0,0 +1,79 @@ +{ + "packages": { + "drupal/memcache": [ + { + "name": "drupal/memcache", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/memcache.git", + "reference": "8.x-2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0", + "datestamp": "1540546681", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Fabianx", + "homepage": "https://www.drupal.org/user/693738" + }, + { + "name": "Jeremy", + "homepage": "https://www.drupal.org/user/409" + }, + { + "name": "bdragon", + "homepage": "https://www.drupal.org/user/53081" + }, + { + "name": "catch", + "homepage": "https://www.drupal.org/user/35733" + }, + { + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" + }, + { + "name": "jvandyk", + "homepage": "https://www.drupal.org/user/2375" + }, + { + "name": "robertDouglass", + "homepage": "https://www.drupal.org/user/5449" + } + ], + "description": "High performance integration with memcache.", + "homepage": "http://drupal.org/project/memcache", + "support": { + "source": "https://git.drupalcode.org/project/memcache", + "issues": "https://www.drupal.org/project/issues/memcache" + } + } + ] + } +} diff --git a/app/p2/drupal/memcache~dev.json b/app/p2/drupal/memcache~dev.json new file mode 100644 index 0000000..0f83c75 --- /dev/null +++ b/app/p2/drupal/memcache~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/memcache": [] + } +} diff --git a/app/p2/drupal/menu_block.json b/app/p2/drupal/menu_block.json new file mode 100644 index 0000000..12e69cd --- /dev/null +++ b/app/p2/drupal/menu_block.json @@ -0,0 +1,67 @@ +{ + "packages": { + "drupal/menu_block": [ + { + "name": "drupal/menu_block", + "version": "1.5.0", + "version_normalized": "1.5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/menu_block.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "b3ac3e23e426f702974d88cc8bf93bf2a0b6236b" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1525200184", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "JohnAlbin", + "homepage": "https://www.drupal.org/user/32095" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "kim.pepper", + "homepage": "https://www.drupal.org/user/370574" + }, + { + "name": "rrrob", + "homepage": "https://www.drupal.org/user/273533" + } + ], + "description": "Provides configurable blocks of menu links.", + "homepage": "https://www.drupal.org/project/menu_block", + "support": { + "source": "https://git.drupalcode.org/project/menu_block" + } + } + ] + } +} diff --git a/app/p2/drupal/menu_block~dev.json b/app/p2/drupal/menu_block~dev.json new file mode 100644 index 0000000..abbc68c --- /dev/null +++ b/app/p2/drupal/menu_block~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/menu_block": [] + } +} diff --git a/app/p2/drupal/menu_trail_by_path.json b/app/p2/drupal/menu_trail_by_path.json new file mode 100644 index 0000000..200e7b5 --- /dev/null +++ b/app/p2/drupal/menu_trail_by_path.json @@ -0,0 +1,67 @@ +{ + "packages": { + "drupal/menu_trail_by_path": [ + { + "name": "drupal/menu_trail_by_path", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/menu_trail_by_path.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "52261e3ad3630e88bfc2a147e3056844f5584f62" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1576100584", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "SeriousMatters", + "homepage": "https://www.drupal.org/user/290439" + }, + { + "name": "davy-r", + "homepage": "https://www.drupal.org/user/3278771" + }, + { + "name": "mbovan", + "homepage": "https://www.drupal.org/user/3149657" + }, + { + "name": "redndahead", + "homepage": "https://www.drupal.org/user/160320" + } + ], + "description": "Expand menus and set active-trail according to the current path.", + "homepage": "https://www.drupal.org/project/menu_trail_by_path", + "support": { + "source": "https://git.drupalcode.org/project/menu_trail_by_path" + } + } + ] + } +} diff --git a/app/p2/drupal/menu_trail_by_path~dev.json b/app/p2/drupal/menu_trail_by_path~dev.json new file mode 100644 index 0000000..00fe4bd --- /dev/null +++ b/app/p2/drupal/menu_trail_by_path~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/menu_trail_by_path": [] + } +} diff --git a/app/p2/drupal/metatag.json b/app/p2/drupal/metatag.json new file mode 100644 index 0000000..5b6ee2d --- /dev/null +++ b/app/p2/drupal/metatag.json @@ -0,0 +1,72 @@ +{ + "packages": { + "drupal/metatag": [ + { + "name": "drupal/metatag", + "version": "1.9.0", + "version_normalized": "1.9.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/metatag.git", + "reference": "8.x-1.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "230960752c5afa17337fb69bae853bccb1a26ecd" + }, + "require": { + "drupal/core": "*", + "drupal/token": "^1.0" + }, + "require-dev": { + "drupal/devel": "^1.0", + "drupal/metatag_dc": "*", + "drupal/metatag_open_graph": "*", + "drupal/page_manager": "^4.0", + "drupal/redirect": "^1.0", + "drupal/restui": "^1.0", + "drupal/schema_metatag": "^1.0", + "drupal/schema_web_page": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.9", + "datestamp": "1567099985", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/640498/committers", + "role": "Developer" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + } + ], + "description": "Manage meta tags for all entities.", + "homepage": "https://www.drupal.org/project/metatag", + "keywords": [ + "Drupal", + "seo" + ], + "support": { + "source": "http://cgit.drupalcode.org/metatag", + "issues": "http://drupal.org/project/issues/metatag" + } + } + ] + } +} diff --git a/app/p2/drupal/metatag~dev.json b/app/p2/drupal/metatag~dev.json new file mode 100644 index 0000000..42f9a06 --- /dev/null +++ b/app/p2/drupal/metatag~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/metatag": [] + } +} diff --git a/app/p2/drupal/modifiers.json b/app/p2/drupal/modifiers.json new file mode 100644 index 0000000..4f6b8f5 --- /dev/null +++ b/app/p2/drupal/modifiers.json @@ -0,0 +1,72 @@ +{ + "packages": { + "drupal/modifiers": [ + { + "name": "drupal/modifiers", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/modifiers.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/modifiers-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "5255690f5e0e1186755ada8296713f8d076de3e4" + }, + "require": { + "drupal/core": "~8.0" + }, + "suggest": { + "drupal/look": "Provides Look entity management for usage with Modifiers.", + "drupal/modifiers_pack": "Provides a set of basic Modifier plugins." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1556650981", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "honzapara", + "homepage": "https://www.drupal.org/user/3272000" + }, + { + "name": "kyberman", + "homepage": "https://www.drupal.org/user/402924" + }, + { + "name": "martin_klima", + "homepage": "https://www.drupal.org/user/2784335" + }, + { + "name": "murrayw", + "homepage": "https://www.drupal.org/user/595658" + }, + { + "name": "radimklaska", + "homepage": "https://www.drupal.org/user/229127" + } + ], + "description": "Integrates Modifier plugins into the page and into entities.", + "homepage": "https://www.drupal.org/project/modifiers", + "support": { + "source": "https://github.com/morpht/modifiers", + "issues": "https://www.drupal.org/project/issues/modifiers" + } + } + ] + } +} diff --git a/app/p2/drupal/modifiers~dev.json b/app/p2/drupal/modifiers~dev.json new file mode 100644 index 0000000..b322e5d --- /dev/null +++ b/app/p2/drupal/modifiers~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/modifiers": [] + } +} diff --git a/app/p2/drupal/module_filter.json b/app/p2/drupal/module_filter.json new file mode 100644 index 0000000..4b0db78 --- /dev/null +++ b/app/p2/drupal/module_filter.json @@ -0,0 +1,55 @@ +{ + "packages": { + "drupal/module_filter": [ + { + "name": "drupal/module_filter", + "version": "3.1.0", + "version_normalized": "3.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/module_filter.git", + "reference": "8.x-3.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/module_filter-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "39d627ce60280ae54bcf9beae217b85cce1969e4" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.1", + "datestamp": "1507650844", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "andrey.troeglazov", + "homepage": "https://www.drupal.org/user/3145389" + }, + { + "name": "greenSkin", + "homepage": "https://www.drupal.org/user/173855" + } + ], + "description": "Filter the modules list.", + "homepage": "https://www.drupal.org/project/module_filter", + "support": { + "source": "https://git.drupalcode.org/project/module_filter" + } + } + ] + } +} diff --git a/app/p2/drupal/module_filter~dev.json b/app/p2/drupal/module_filter~dev.json new file mode 100644 index 0000000..d25a911 --- /dev/null +++ b/app/p2/drupal/module_filter~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/module_filter": [] + } +} diff --git a/app/p2/drupal/page_manager.json b/app/p2/drupal/page_manager.json new file mode 100644 index 0000000..2fee8b1 --- /dev/null +++ b/app/p2/drupal/page_manager.json @@ -0,0 +1,71 @@ +{ + "packages": { + "drupal/page_manager": [ + { + "name": "drupal/page_manager", + "version": "4.0.0-beta4", + "version_normalized": "4.0.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/page_manager.git", + "reference": "8.x-4.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/page_manager-8.x-4.0-beta4.zip", + "reference": "8.x-4.0-beta4", + "shasum": "f77d57fa0f0a734c26d9119850672a51e2760d5f" + }, + "require": { + "drupal/core": "~8.5", + "drupal/ctools": "~3.1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.0-beta4", + "datestamp": "1559135889", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Tim Plunkett", + "homepage": "https://www.drupal.org/u/tim.plunkett", + "role": "Maintainer" + }, + { + "name": "dsnopek", + "homepage": "https://www.drupal.org/user/266527" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "manuel.adan", + "homepage": "https://www.drupal.org/user/516420" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + } + ], + "description": "Provides a way to place blocks on a custom page.", + "homepage": "https://www.drupal.org/project/page_manager", + "support": { + "source": "https://git.drupal.org/project/page_manager.git", + "issues": "https://www.drupal.org/project/issues/page_manager", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/page_manager~dev.json b/app/p2/drupal/page_manager~dev.json new file mode 100644 index 0000000..e8c4896 --- /dev/null +++ b/app/p2/drupal/page_manager~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/page_manager": [] + } +} diff --git a/app/p2/drupal/panelizer.json b/app/p2/drupal/panelizer.json new file mode 100644 index 0000000..fd4b5f2 --- /dev/null +++ b/app/p2/drupal/panelizer.json @@ -0,0 +1,85 @@ +{ + "packages": { + "drupal/panelizer": [ + { + "name": "drupal/panelizer", + "version": "4.1.0", + "version_normalized": "4.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/panelizer.git", + "reference": "8.x-4.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/panelizer-8.x-4.1.zip", + "reference": "8.x-4.1", + "shasum": "056f236f171305c32d5cfecbfb77a5c7398749d8" + }, + "require": { + "drupal/core": "*", + "drupal/ctools": ">=3.0.0-beta1", + "drupal/ctools_block": "*", + "drupal/panels": ">=4.0.0-alpha1", + "drupal/panels_ipe": ">=4.0.0-alpha1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.1", + "datestamp": "1578071889", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Damien McKenna", + "homepage": "https://www.drupal.org/u/damienmckenna" + }, + { + "name": "Kris Vanderwater", + "homepage": "https://www.drupal.org/u/eclipsegc" + }, + { + "name": "David Snopek", + "homepage": "https://www.drupal.org/u/dsnopek" + }, + { + "name": "Jakob Perry", + "homepage": "https://www.drupal.org/u/japerry" + }, + { + "name": "Earl Miles", + "homepage": "https://www.drupal.org/u/merlinofchaos" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1072922/committers" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Allow any entity view mode to be rendered using a Panels display.", + "homepage": "https://www.drupal.org/project/panelizer", + "support": { + "source": "http://git.drupal.org/project/panelizer.git", + "issues": "https://www.drupal.org/project/issues/panelizer", + "irc": "irc://irc.freenode.org/drupal-scotch" + } + } + ] + } +} diff --git a/app/p2/drupal/panelizer~dev.json b/app/p2/drupal/panelizer~dev.json new file mode 100644 index 0000000..8c999d8 --- /dev/null +++ b/app/p2/drupal/panelizer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/panelizer": [] + } +} diff --git a/app/p2/drupal/panels.json b/app/p2/drupal/panels.json new file mode 100644 index 0000000..deeb7a6 --- /dev/null +++ b/app/p2/drupal/panels.json @@ -0,0 +1,96 @@ +{ + "packages": { + "drupal/panels": [ + { + "name": "drupal/panels", + "version": "4.4.0", + "version_normalized": "4.4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/panels.git", + "reference": "8.x-4.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/panels-8.x-4.4.zip", + "reference": "8.x-4.4", + "shasum": "5fca771d5a6d25dc955192cab95a603f00cde8ee" + }, + "require": { + "drupal/core": "^8.3", + "drupal/ctools": ">=3.0.0" + }, + "require-dev": { + "drupal/page_manager": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.4", + "datestamp": "1553565784", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jakob Perry", + "homepage": "https://www.drupal.org/u/japerry" + }, + { + "name": "Samuel Mortenson", + "homepage": "https://www.drupal.org/u/samuel.mortenson" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/74958/committers" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.", + "homepage": "https://www.drupal.org/project/panels", + "support": { + "source": "http://git.drupal.org/project/panels.git", + "issues": "https://www.drupal.org/project/issues/panels", + "irc": "irc://irc.freenode.org/drupal-scotch" + } + } + ] + } +} diff --git a/app/p2/drupal/panels_ipe.json b/app/p2/drupal/panels_ipe.json new file mode 100644 index 0000000..bb9983b --- /dev/null +++ b/app/p2/drupal/panels_ipe.json @@ -0,0 +1,155 @@ +{ + "packages": { + "drupal/panels_ipe": [ + { + "name": "drupal/panels_ipe", + "version": "4.4.0", + "version_normalized": "4.4.0.0", + "require": { + "drupal/core": "*", + "drupal/panels": "self.version" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.4", + "datestamp": "1553565784", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "Letharion", + "homepage": "https://www.drupal.org/user/373603" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Panels In-place editor.", + "homepage": "https://www.drupal.org/project/panels", + "support": { + "source": "https://git.drupalcode.org/project/panels" + } + }, + { + "name": "drupal/panels_ipe", + "version": "4.6.0", + "version_normalized": "4.6.0.0", + "require": { + "drupal/core": "^8.8 || ^9", + "drupal/jquery_ui_droppable": "*", + "drupal/panels": "self.version" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.6", + "datestamp": "1585870866", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "Letharion", + "homepage": "https://www.drupal.org/user/373603" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Panels In-place editor.", + "homepage": "https://www.drupal.org/project/panels", + "support": { + "source": "https://git.drupalcode.org/project/panels" + } + } + ] + } +} diff --git a/app/p2/drupal/panels_ipe~dev.json b/app/p2/drupal/panels_ipe~dev.json new file mode 100644 index 0000000..0c28689 --- /dev/null +++ b/app/p2/drupal/panels_ipe~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/panels_ipe": [] + } +} diff --git a/app/p2/drupal/panels~dev.json b/app/p2/drupal/panels~dev.json new file mode 100644 index 0000000..87f8a8e --- /dev/null +++ b/app/p2/drupal/panels~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/panels": [] + } +} diff --git a/app/p2/drupal/paragraphs.json b/app/p2/drupal/paragraphs.json new file mode 100644 index 0000000..10ec2fa --- /dev/null +++ b/app/p2/drupal/paragraphs.json @@ -0,0 +1,88 @@ +{ + "packages": { + "drupal/paragraphs": [ + { + "name": "drupal/paragraphs", + "version": "1.10.0", + "version_normalized": "1.10.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/paragraphs.git", + "reference": "8.x-1.10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "12f96d90940df1c870bbe4cb97a8260169045911" + }, + "require": { + "drupal/core": "~8", + "drupal/entity_reference_revisions": "~1.3" + }, + "require-dev": { + "drupal/block_field": "~1.0", + "drupal/ctools": "3.x-dev", + "drupal/diff": "~1.0", + "drupal/entity_browser": "2.x-dev", + "drupal/entity_usage": "2.x-dev", + "drupal/field_group": "3.x-dev", + "drupal/inline_entity_form": "~1.0", + "drupal/paragraphs-paragraphs_library": "*", + "drupal/replicate": "~1.0", + "drupal/search_api": "~1.0", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.10", + "datestamp": "1581850829", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "jstoller", + "homepage": "https://www.drupal.org/user/99012" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Enables the creation of Paragraphs entities.", + "homepage": "https://www.drupal.org/project/paragraphs", + "support": { + "source": "https://git.drupalcode.org/project/paragraphs" + } + } + ] + } +} diff --git a/app/p2/drupal/paragraphs~dev.json b/app/p2/drupal/paragraphs~dev.json new file mode 100644 index 0000000..4272769 --- /dev/null +++ b/app/p2/drupal/paragraphs~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/paragraphs": [] + } +} diff --git a/app/p2/drupal/password_policy.json b/app/p2/drupal/password_policy.json new file mode 100644 index 0000000..02fe30a --- /dev/null +++ b/app/p2/drupal/password_policy.json @@ -0,0 +1,68 @@ +{ + "packages": { + "drupal/password_policy": [ + { + "name": "drupal/password_policy", + "version": "3.0.0-alpha4", + "version_normalized": "3.0.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/password_policy.git", + "reference": "8.x-3.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/password_policy-8.x-3.0-alpha4.zip", + "reference": "8.x-3.0-alpha4", + "shasum": "79997599fbce390e79eda0aba10f403324c48b99" + }, + "require": { + "drupal/core": "*", + "drupal/ctools": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-alpha4", + "datestamp": "1559915584", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "AohRveTPV", + "homepage": "https://www.drupal.org/user/2760115" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "miglius", + "homepage": "https://www.drupal.org/user/18741" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" + } + ], + "description": "Sets up constraints and expiration of passwords.", + "homepage": "https://www.drupal.org/project/password_policy", + "support": { + "source": "https://git.drupalcode.org/project/password_policy" + } + } + ] + } +} diff --git a/app/p2/drupal/password_policy~dev.json b/app/p2/drupal/password_policy~dev.json new file mode 100644 index 0000000..3eedf7a --- /dev/null +++ b/app/p2/drupal/password_policy~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/password_policy": [] + } +} diff --git a/app/p2/drupal/pathauto.json b/app/p2/drupal/pathauto.json new file mode 100644 index 0000000..a8705a6 --- /dev/null +++ b/app/p2/drupal/pathauto.json @@ -0,0 +1,65 @@ +{ + "packages": { + "drupal/pathauto": [ + { + "name": "drupal/pathauto", + "version": "1.6.0", + "version_normalized": "1.6.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/pathauto.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "eb976ae110d73c06fafb1b657adb967dd2cb8246" + }, + "require": { + "drupal/core": "^8.6", + "drupal/ctools": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1575467285", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Freso", + "homepage": "https://www.drupal.org/user/27504" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + } + ], + "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", + "homepage": "https://www.drupal.org/project/pathauto", + "support": { + "source": "https://git.drupalcode.org/project/pathauto" + } + } + ] + } +} diff --git a/app/p2/drupal/pathauto~dev.json b/app/p2/drupal/pathauto~dev.json new file mode 100644 index 0000000..f43acbe --- /dev/null +++ b/app/p2/drupal/pathauto~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/pathauto": [] + } +} diff --git a/app/p2/drupal/permissions_by_term.json b/app/p2/drupal/permissions_by_term.json new file mode 100644 index 0000000..4e473a7 --- /dev/null +++ b/app/p2/drupal/permissions_by_term.json @@ -0,0 +1,60 @@ +{ + "packages": { + "drupal/permissions_by_term": [ + { + "name": "drupal/permissions_by_term", + "version": "2.12.0", + "version_normalized": "2.12.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/permissions_by_term.git", + "reference": "8.x-2.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-2.12.zip", + "reference": "8.x-2.12", + "shasum": "e0992054ba1712bef3ab603d33e8a0d00ce6572b" + }, + "require": { + "drupal/core": "^8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.12", + "datestamp": "1577477888", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Peter Majmesku", + "homepage": "https://www.drupal.org/user/786132", + "email": "p.majmesku@gmail.com" + }, + { + "name": "SaschaHannes", + "homepage": "https://www.drupal.org/user/3536189" + }, + { + "name": "marcoliver", + "homepage": "https://www.drupal.org/user/1529744" + } + ], + "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.", + "homepage": "https://www.drupal.org/project/permissions_by_term", + "support": { + "source": "https://git.drupalcode.org/project/permissions_by_term" + } + } + ] + } +} diff --git a/app/p2/drupal/permissions_by_term~dev.json b/app/p2/drupal/permissions_by_term~dev.json new file mode 100644 index 0000000..4310d08 --- /dev/null +++ b/app/p2/drupal/permissions_by_term~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/permissions_by_term": [] + } +} diff --git a/app/p2/drupal/real_aes.json b/app/p2/drupal/real_aes.json new file mode 100644 index 0000000..dc9843f --- /dev/null +++ b/app/p2/drupal/real_aes.json @@ -0,0 +1,61 @@ +{ + "packages": { + "drupal/real_aes": [ + { + "name": "drupal/real_aes", + "version": "2.2.0", + "version_normalized": "2.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/real_aes.git", + "reference": "8.x-2.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/real_aes-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "292bb36b322ba1758d3a45ae5dbd34ebe64c9c59" + }, + "require": { + "defuse/php-encryption": "^2.0", + "drupal/core": "~8.0", + "drupal/encrypt": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.2", + "datestamp": "1552499284", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Heine", + "homepage": "https://www.drupal.org/user/17943" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + } + ], + "description": "Provides an Authenticated AES encryption method for Encrypt though the Defuse PHP Encryption library.", + "homepage": "https://www.drupal.org/project/real_aes", + "support": { + "source": "https://git.drupalcode.org/project/real_aes" + } + } + ] + } +} diff --git a/app/p2/drupal/real_aes~dev.json b/app/p2/drupal/real_aes~dev.json new file mode 100644 index 0000000..8338dab --- /dev/null +++ b/app/p2/drupal/real_aes~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/real_aes": [] + } +} diff --git a/app/p2/drupal/recaptcha.json b/app/p2/drupal/recaptcha.json new file mode 100644 index 0000000..45925da --- /dev/null +++ b/app/p2/drupal/recaptcha.json @@ -0,0 +1,73 @@ +{ + "packages": { + "drupal/recaptcha": [ + { + "name": "drupal/recaptcha", + "version": "2.4.0", + "version_normalized": "2.4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/recaptcha.git", + "reference": "8.x-2.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/recaptcha-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "ee68020dc33f880313b83d8bbcb159ef85285c7a" + }, + "require": { + "drupal/captcha": "^1.0.0-alpha1", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.4", + "datestamp": "1580340616", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "hass", + "homepage": "https://www.drupal.org/u/hass" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/147903/committers" + }, + { + "name": "diolan", + "homepage": "https://www.drupal.org/user/2336786" + }, + { + "name": "hass", + "homepage": "https://www.drupal.org/user/85918" + }, + { + "name": "id.medion", + "homepage": "https://www.drupal.org/user/2542592" + }, + { + "name": "kim.pepper", + "homepage": "https://www.drupal.org/user/370574" + } + ], + "description": "Protect your website from spam and abuse while letting real people pass through with ease.", + "homepage": "https://www.drupal.org/project/recaptcha", + "support": { + "source": "https://git.drupal.org/project/recaptcha.git", + "issues": "https://www.drupal.org/project/issues/recaptcha" + } + } + ] + } +} diff --git a/app/p2/drupal/recaptcha~dev.json b/app/p2/drupal/recaptcha~dev.json new file mode 100644 index 0000000..be478a9 --- /dev/null +++ b/app/p2/drupal/recaptcha~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/recaptcha": [] + } +} diff --git a/app/p2/drupal/redirect.json b/app/p2/drupal/redirect.json new file mode 100644 index 0000000..0a5ed13 --- /dev/null +++ b/app/p2/drupal/redirect.json @@ -0,0 +1,59 @@ +{ + "packages": { + "drupal/redirect": [ + { + "name": "drupal/redirect", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/redirect.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7" + }, + "require": { + "drupal/core": "~8" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1561757585", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" + } + ], + "description": "Allows users to redirect from old URLs to new URLs.", + "homepage": "https://www.drupal.org/project/redirect", + "support": { + "source": "https://git.drupalcode.org/project/redirect" + } + } + ] + } +} diff --git a/app/p2/drupal/redirect~dev.json b/app/p2/drupal/redirect~dev.json new file mode 100644 index 0000000..ac84c56 --- /dev/null +++ b/app/p2/drupal/redirect~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/redirect": [] + } +} diff --git a/app/p2/drupal/redis.json b/app/p2/drupal/redis.json new file mode 100644 index 0000000..b633db7 --- /dev/null +++ b/app/p2/drupal/redis.json @@ -0,0 +1,66 @@ +{ + "packages": { + "drupal/redis": [ + { + "name": "drupal/redis", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/redis.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "33337fe1cbd2824797e87533b30e4886b48ecd77" + }, + "require": { + "drupal/core": "~8.0" + }, + "suggest": { + "predis/predis": "^1.1.1" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1568275684", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "autoload": { + "psr-4": { + "Drupal\\redis\\": "src" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "pounard", + "homepage": "https://www.drupal.org/user/240164" + } + ], + "description": "Provide a module placeholder, for using as dependency for module that needs Redis.", + "homepage": "https://www.drupal.org/project/redis", + "support": { + "source": "https://git.drupalcode.org/project/redis" + } + } + ] + } +} diff --git a/app/p2/drupal/redis~dev.json b/app/p2/drupal/redis~dev.json new file mode 100644 index 0000000..d5a20e0 --- /dev/null +++ b/app/p2/drupal/redis~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/redis": [] + } +} diff --git a/app/p2/drupal/restui.json b/app/p2/drupal/restui.json new file mode 100644 index 0000000..2502229 --- /dev/null +++ b/app/p2/drupal/restui.json @@ -0,0 +1,63 @@ +{ + "packages": { + "drupal/restui": [ + { + "name": "drupal/restui", + "version": "1.16.0", + "version_normalized": "1.16.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/restui.git", + "reference": "8.x-1.16" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "60d2c7ecf6bb439e528c367753df9c94684b8894" + }, + "require": { + "drupal/core": "^8.2.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.16", + "datestamp": "1557845661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "-enzo-", + "homepage": "https://www.drupal.org/user/294937" + }, + { + "name": "clemens.tolboom", + "homepage": "https://www.drupal.org/user/125814" + }, + { + "name": "juampynr", + "homepage": "https://www.drupal.org/user/682736" + }, + { + "name": "klausi", + "homepage": "https://www.drupal.org/user/262198" + } + ], + "description": "Provides a user interface to manage REST resources", + "homepage": "https://www.drupal.org/project/restui", + "support": { + "source": "https://git.drupalcode.org/project/restui" + } + } + ] + } +} diff --git a/app/p2/drupal/restui~dev.json b/app/p2/drupal/restui~dev.json new file mode 100644 index 0000000..74a3741 --- /dev/null +++ b/app/p2/drupal/restui~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/restui": [] + } +} diff --git a/app/p2/drupal/robotstxt.json b/app/p2/drupal/robotstxt.json new file mode 100644 index 0000000..84dfd9f --- /dev/null +++ b/app/p2/drupal/robotstxt.json @@ -0,0 +1,67 @@ +{ + "packages": { + "drupal/robotstxt": [ + { + "name": "drupal/robotstxt", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/robotstxt.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/robotstxt-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "d520a92abfd67b55fbffdead510a57f9c9abf46b" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1579404790", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "hass", + "homepage": "https://www.drupal.org/u/hass" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/53579/committers" + }, + { + "name": "ccjjmartin", + "homepage": "https://www.drupal.org/user/3210801" + }, + { + "name": "mikeegoulding", + "homepage": "https://www.drupal.org/user/2867877" + } + ], + "description": "Generates the robots.txt file dynamically and gives you the chance to edit it, on a per-site basis, from the web UI.", + "homepage": "https://www.drupal.org/project/robotstxt", + "support": { + "source": "http://git.drupal.org/project/robotstxt.git", + "issues": "https://www.drupal.org/project/issues/robotstxt" + } + } + ] + } +} diff --git a/app/p2/drupal/robotstxt~dev.json b/app/p2/drupal/robotstxt~dev.json new file mode 100644 index 0000000..f4aa8de --- /dev/null +++ b/app/p2/drupal/robotstxt~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/robotstxt": [] + } +} diff --git a/app/p2/drupal/scheduled_transitions.json b/app/p2/drupal/scheduled_transitions.json new file mode 100644 index 0000000..c5f607c --- /dev/null +++ b/app/p2/drupal/scheduled_transitions.json @@ -0,0 +1,58 @@ +{ + "packages": { + "drupal/scheduled_transitions": [ + { + "name": "drupal/scheduled_transitions", + "version": "1.0.0-rc1", + "version_normalized": "1.0.0.0-RC1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/scheduled_transitions.git", + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/scheduled_transitions-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "4fbfdbc8c5713672f0cdbc1fc06b343d1bd55838" + }, + "require": { + "drupal/core": "^8.6", + "drupal/dynamic_entity_reference": "*", + "php": ">=7.1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1564755488", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "dpi", + "homepage": "https://www.drupal.org/user/81431" + } + ], + "description": "Allows users to schedule a revision to change state.", + "homepage": "https://www.drupal.org/project/scheduled_transitions", + "support": { + "source": "https://git.drupalcode.org/project/scheduled_transitions" + } + } + ] + } +} diff --git a/app/p2/drupal/scheduled_transitions~dev.json b/app/p2/drupal/scheduled_transitions~dev.json new file mode 100644 index 0000000..c5442b3 --- /dev/null +++ b/app/p2/drupal/scheduled_transitions~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/scheduled_transitions": [] + } +} diff --git a/app/p2/drupal/search_api.json b/app/p2/drupal/search_api.json new file mode 100644 index 0000000..b7261f2 --- /dev/null +++ b/app/p2/drupal/search_api.json @@ -0,0 +1,79 @@ +{ + "packages": { + "drupal/search_api": [ + { + "name": "drupal/search_api", + "version": "1.16.0", + "version_normalized": "1.16.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api.git", + "reference": "8.x-1.16" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "59bf49fd506d532b0da62e30165d06057ab90013" + }, + "require": { + "drupal/core": "^8.7.4" + }, + "conflict": { + "drupal/search_api_solr": "2.* || 3.0 || 3.1" + }, + "require-dev": { + "drupal/language_fallback_fix": "@dev", + "drupal/search_api_autocomplete": "@dev", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/facets": "Adds the ability to create faceted searches.", + "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", + "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.16", + "datestamp": "1588361091", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" + }, + { + "name": "Nick Veenhof", + "homepage": "https://www.drupal.org/u/nick_vh" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/790418/committers" + } + ], + "description": "Provides a generic framework for modules offering search capabilities.", + "homepage": "https://www.drupal.org/project/search_api", + "support": { + "source": "https://git.drupalcode.org/project/search_api", + "issues": "https://www.drupal.org/project/issues/search_api", + "irc": "irc://irc.freenode.org/drupal-search-api" + } + } + ] + } +} diff --git a/app/p2/drupal/search_api_attachments.json b/app/p2/drupal/search_api_attachments.json new file mode 100644 index 0000000..35c9f0e --- /dev/null +++ b/app/p2/drupal/search_api_attachments.json @@ -0,0 +1,52 @@ +{ + "packages": { + "drupal/search_api_attachments": [ + { + "name": "drupal/search_api_attachments", + "version": "1.0.0-beta16", + "version_normalized": "1.0.0.0-beta16", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api_attachments.git", + "reference": "8.x-1.0-beta16" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api_attachments-8.x-1.0-beta16.zip", + "reference": "8.x-1.0-beta16", + "shasum": "b7eaa991b4620bf9c3881af67eda24e5e19c60ae" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/search_api": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta16", + "datestamp": "1586010932", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "izus", + "homepage": "https://www.drupal.org/user/514568" + } + ], + "description": "Extract and index file fields content.", + "homepage": "https://www.drupal.org/project/search_api_attachments", + "support": { + "source": "https://git.drupalcode.org/project/search_api_attachments" + } + } + ] + } +} diff --git a/app/p2/drupal/search_api_attachments~dev.json b/app/p2/drupal/search_api_attachments~dev.json new file mode 100644 index 0000000..89d2b59 --- /dev/null +++ b/app/p2/drupal/search_api_attachments~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/search_api_attachments": [] + } +} diff --git a/app/p2/drupal/search_api_solr.json b/app/p2/drupal/search_api_solr.json new file mode 100644 index 0000000..c15b0ff --- /dev/null +++ b/app/p2/drupal/search_api_solr.json @@ -0,0 +1,106 @@ +{ + "packages": { + "drupal/search_api_solr": [ + { + "name": "drupal/search_api_solr", + "version": "3.9.0", + "version_normalized": "3.9.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api_solr.git", + "reference": "8.x-3.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api_solr-8.x-3.9.zip", + "reference": "8.x-3.9", + "shasum": "185913ab3a7c3daf44babb7e7d13f43d56b22ef5" + }, + "require": { + "consolidation/annotated-command": "^2.12", + "drupal/core": "^8.7.7 || ^9", + "drupal/search_api": "~1.15", + "ext-dom": "*", + "ext-json": "*", + "ext-simplexml": "*", + "maennchen/zipstream-php": "^1.2.0", + "php": "^7.1.3", + "solarium/solarium": "~5.0.3|~5.1.5", + "zendframework/zend-stdlib": "^3.0.1" + }, + "conflict": { + "drupal/search_api_solr_multilingual": "<3.0.0" + }, + "require-dev": { + "drupal/devel": "2.x-dev", + "drupal/facets": "1.x-dev", + "drupal/geofield": "1.x-dev", + "drupal/search_api_autocomplete": "1.x-dev", + "drupal/search_api_location": "1.x-dev", + "drupal/search_api_spellcheck": "3.x-dev", + "monolog/monolog": "^1.25", + "phayes/geophp": "^1.2" + }, + "suggest": { + "drupal/facets": "Provides facetted search.", + "drupal/search_api_autocomplete": "Provides auto complete for search boxes.", + "drupal/search_api_location": "Provides location searches.", + "drupal/search_api_spellcheck": "Provides spell checking and 'Did You Mean?'." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.9", + "datestamp": "1581700341", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Markus Kalkbrenner", + "homepage": "https://www.drupal.org/u/mkalkbrenner" + }, + { + "name": "Other contributors", + "homepage": "https://www.drupal.org/node/982682/committers" + }, + { + "name": "amateescu", + "homepage": "https://www.drupal.org/user/729614" + }, + { + "name": "cspitzlay", + "homepage": "https://www.drupal.org/user/419305" + }, + { + "name": "drunken monkey", + "homepage": "https://www.drupal.org/user/205582" + }, + { + "name": "mkalkbrenner", + "homepage": "https://www.drupal.org/user/124705" + } + ], + "description": "Offers an implementation of the Search API that uses an Apache Solr server for indexing content.", + "homepage": "https://www.drupal.org/project/search_api_solr", + "support": { + "source": "http://git.drupal.org/project/search_api_solr.git", + "issues": "https://www.drupal.org/project/issues/search_api_solr", + "irc": "https://drupalchat.me/channel/search" + } + } + ] + } +} diff --git a/app/p2/drupal/search_api_solr~dev.json b/app/p2/drupal/search_api_solr~dev.json new file mode 100644 index 0000000..a0324e6 --- /dev/null +++ b/app/p2/drupal/search_api_solr~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/search_api_solr": [] + } +} diff --git a/app/p2/drupal/search_api~dev.json b/app/p2/drupal/search_api~dev.json new file mode 100644 index 0000000..30056da --- /dev/null +++ b/app/p2/drupal/search_api~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/search_api": [] + } +} diff --git a/app/p2/drupal/seckit.json b/app/p2/drupal/seckit.json new file mode 100644 index 0000000..7cb8f1d --- /dev/null +++ b/app/p2/drupal/seckit.json @@ -0,0 +1,71 @@ +{ + "packages": { + "drupal/seckit": [ + { + "name": "drupal/seckit", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/seckit.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/seckit-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "bf7756d1a6a2d64ff35147b7a464cbd7f1acffcc" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1561463889", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "badjava", + "homepage": "https://www.drupal.org/user/83372" + }, + { + "name": "jweowu", + "homepage": "https://www.drupal.org/user/152788" + }, + { + "name": "mcdruid", + "homepage": "https://www.drupal.org/user/255969" + }, + { + "name": "p0deje", + "homepage": "https://www.drupal.org/user/529960" + } + ], + "description": "SecKit provides Drupal with various security-hardening options.", + "homepage": "https://www.drupal.org/project/seckit", + "keywords": [ + "Drupal", + "security" + ], + "support": { + "source": "http://cgit.drupalcode.org/seckit", + "issues": "http://drupal.org/project/issues/seckit" + } + } + ] + } +} diff --git a/app/p2/drupal/seckit~dev.json b/app/p2/drupal/seckit~dev.json new file mode 100644 index 0000000..62efe73 --- /dev/null +++ b/app/p2/drupal/seckit~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/seckit": [] + } +} diff --git a/app/p2/drupal/shield.json b/app/p2/drupal/shield.json new file mode 100644 index 0000000..de7d00c --- /dev/null +++ b/app/p2/drupal/shield.json @@ -0,0 +1,71 @@ +{ + "packages": { + "drupal/shield": [ + { + "name": "drupal/shield", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/shield.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "bf16d39209c0443635aa11e4da62e37262bc66b7" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1519345980", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "badjava", + "homepage": "https://www.drupal.org/user/83372" + }, + { + "name": "chx", + "homepage": "https://www.drupal.org/user/9446" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "kalman.hosszu", + "homepage": "https://www.drupal.org/user/267481" + }, + { + "name": "pkiraly", + "homepage": "https://www.drupal.org/user/352587" + } + ], + "description": "Creates a general shield for the site.", + "homepage": "https://www.drupal.org/project/shield", + "support": { + "source": "https://git.drupalcode.org/project/shield" + } + } + ] + } +} diff --git a/app/p2/drupal/shield~dev.json b/app/p2/drupal/shield~dev.json new file mode 100644 index 0000000..73b5e88 --- /dev/null +++ b/app/p2/drupal/shield~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/shield": [] + } +} diff --git a/app/p2/drupal/simple_oauth.json b/app/p2/drupal/simple_oauth.json new file mode 100644 index 0000000..6850aa0 --- /dev/null +++ b/app/p2/drupal/simple_oauth.json @@ -0,0 +1,58 @@ +{ + "packages": { + "drupal/simple_oauth": [ + { + "name": "drupal/simple_oauth", + "version": "3.14.0", + "version_normalized": "3.14.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/simple_oauth.git", + "reference": "8.x-3.14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/simple_oauth-8.x-3.14.zip", + "reference": "8.x-3.14", + "shasum": "825f726e7f033150d4702ad773259ab7deb3fb6c" + }, + "require": { + "drupal/consumers": "^1.2", + "drupal/core": "^8.3", + "league/oauth2-server": "^7.1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.14", + "datestamp": "1556659981", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mateu Aguiló Bosch", + "homepage": "https://www.drupal.org/user/550110", + "email": "mateu.aguilo.bosch@gmail.com" + }, + { + "name": "pcambra", + "homepage": "https://www.drupal.org/user/122101" + } + ], + "description": "The Simple OAuth module for Drupal", + "homepage": "https://www.drupal.org/project/simple_oauth", + "support": { + "source": "https://git.drupalcode.org/project/simple_oauth" + } + } + ] + } +} diff --git a/app/p2/drupal/simple_oauth~dev.json b/app/p2/drupal/simple_oauth~dev.json new file mode 100644 index 0000000..87c82a1 --- /dev/null +++ b/app/p2/drupal/simple_oauth~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/simple_oauth": [] + } +} diff --git a/app/p2/drupal/simple_sitemap.json b/app/p2/drupal/simple_sitemap.json new file mode 100644 index 0000000..4b3ac9c --- /dev/null +++ b/app/p2/drupal/simple_sitemap.json @@ -0,0 +1,65 @@ +{ + "packages": { + "drupal/simple_sitemap": [ + { + "name": "drupal/simple_sitemap", + "version": "3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/simple_sitemap.git", + "reference": "8.x-3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "9c3d1fb78d4693dd4f3258e8870b173650c828cd" + }, + "require": { + "drupal/core": "~8.0", + "ext-xmlwriter": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0", + "datestamp": "1552141685", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Pawel Ginalski (gbyte.co)", + "homepage": "https://www.drupal.org/u/gbyte.co", + "email": "contact@gbyte.co", + "role": "Maintainer" + }, + { + "name": "gbyte.co", + "homepage": "https://www.drupal.org/user/2381352" + } + ], + "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.", + "homepage": "https://drupal.org/project/simple_sitemap", + "support": { + "source": "https://cgit.drupalcode.org/simple_sitemap", + "issues": "https://drupal.org/project/issues/simple_sitemap", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + } + ] + } +} diff --git a/app/p2/drupal/simple_sitemap~dev.json b/app/p2/drupal/simple_sitemap~dev.json new file mode 100644 index 0000000..611c100 --- /dev/null +++ b/app/p2/drupal/simple_sitemap~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/simple_sitemap": [] + } +} diff --git a/app/p2/drupal/stage_file_proxy.json b/app/p2/drupal/stage_file_proxy.json new file mode 100644 index 0000000..01c5f84 --- /dev/null +++ b/app/p2/drupal/stage_file_proxy.json @@ -0,0 +1,79 @@ +{ + "packages": { + "drupal/stage_file_proxy": [ + { + "name": "drupal/stage_file_proxy", + "version": "1.0.0-alpha3", + "version_normalized": "1.0.0.0-alpha3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/stage_file_proxy.git", + "reference": "8.x-1.0-alpha3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-8.x-1.0-alpha3.zip", + "reference": "8.x-1.0-alpha3", + "shasum": "0eb1fc47fa1437c2db623a57c2b2cdbecab5b350" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha3", + "datestamp": "1555515785", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "BarisW", + "homepage": "https://www.drupal.org/user/107229" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + }, + { + "name": "msonnabaum", + "homepage": "https://www.drupal.org/user/75278" + }, + { + "name": "netaustin", + "homepage": "https://www.drupal.org/user/199298" + }, + { + "name": "robwilmshurst", + "homepage": "https://www.drupal.org/user/144488" + } + ], + "description": "Provides stage_file_proxy module.", + "homepage": "https://www.drupal.org/project/stage_file_proxy", + "support": { + "source": "https://git.drupalcode.org/project/stage_file_proxy" + } + } + ] + } +} diff --git a/app/p2/drupal/stage_file_proxy~dev.json b/app/p2/drupal/stage_file_proxy~dev.json new file mode 100644 index 0000000..0164ef8 --- /dev/null +++ b/app/p2/drupal/stage_file_proxy~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/stage_file_proxy": [] + } +} diff --git a/app/p2/drupal/swiftmailer.json b/app/p2/drupal/swiftmailer.json new file mode 100644 index 0000000..c387ebf --- /dev/null +++ b/app/p2/drupal/swiftmailer.json @@ -0,0 +1,74 @@ +{ + "packages": { + "drupal/swiftmailer": [ + { + "name": "drupal/swiftmailer", + "version": "1.0.0-beta2", + "version_normalized": "1.0.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/swiftmailer.git", + "reference": "8.x-1.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/swiftmailer-8.x-1.0-beta2.zip", + "reference": "8.x-1.0-beta2", + "shasum": "a63a91e7816a06bf8e52ac9b5e48a892a1e6b1d4" + }, + "require": { + "drupal/core": "~8.0", + "drupal/mailsystem": "*", + "html2text/html2text": "~4.0.1", + "swiftmailer/swiftmailer": "~5.4.5" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta2", + "datestamp": "1519655459", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "AdamPS", + "homepage": "https://www.drupal.org/user/2650563" + }, + { + "name": "Anybody", + "homepage": "https://www.drupal.org/user/291091" + }, + { + "name": "B-Prod", + "homepage": "https://www.drupal.org/user/407852" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "sbrattla", + "homepage": "https://www.drupal.org/user/53422" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Swiftmailer", + "homepage": "https://www.drupal.org/project/swiftmailer", + "support": { + "source": "https://git.drupalcode.org/project/swiftmailer" + } + } + ] + } +} diff --git a/app/p2/drupal/swiftmailer~dev.json b/app/p2/drupal/swiftmailer~dev.json new file mode 100644 index 0000000..4b9ebf5 --- /dev/null +++ b/app/p2/drupal/swiftmailer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/swiftmailer": [] + } +} diff --git a/app/p2/drupal/tfa.json b/app/p2/drupal/tfa.json new file mode 100644 index 0000000..5af448d --- /dev/null +++ b/app/p2/drupal/tfa.json @@ -0,0 +1,74 @@ +{ + "packages": { + "drupal/tfa": [ + { + "name": "drupal/tfa", + "version": "1.0.0-alpha4", + "version_normalized": "1.0.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/tfa.git", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/tfa-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "785e49e132f5acf95134be1d65e7b22a6632cdc7" + }, + "require": { + "christian-riesen/otp": "2.*", + "drupal/core": "~8.0", + "drupal/encrypt": "*" + }, + "require-dev": { + "drupal/encrypt": "*", + "drupal/key": "*", + "drupal/services": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1521586980", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "coltrane", + "homepage": "https://www.drupal.org/user/91990" + }, + { + "name": "daggerhart", + "homepage": "https://www.drupal.org/user/167806" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + } + ], + "description": "Pluggable provider of two factor authentication for Drupal", + "homepage": "https://www.drupal.org/project/tfa", + "support": { + "source": "https://git.drupalcode.org/project/tfa", + "error": "Invalid dependency: \"tfa_test_plugins\" is an unknown drupal 8 package name" + } + } + ] + } +} diff --git a/app/p2/drupal/tfa~dev.json b/app/p2/drupal/tfa~dev.json new file mode 100644 index 0000000..5239510 --- /dev/null +++ b/app/p2/drupal/tfa~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/tfa": [] + } +} diff --git a/app/p2/drupal/token.json b/app/p2/drupal/token.json new file mode 100644 index 0000000..84918d6 --- /dev/null +++ b/app/p2/drupal/token.json @@ -0,0 +1,71 @@ +{ + "packages": { + "drupal/token": [ + { + "name": "drupal/token", + "version": "1.5.0", + "version_normalized": "1.5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/token.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d" + }, + "require": { + "drupal/core": "^8.5" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1577708583", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API and some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "https://git.drupalcode.org/project/token" + } + } + ] + } +} diff --git a/app/p2/drupal/token~dev.json b/app/p2/drupal/token~dev.json new file mode 100644 index 0000000..e9dbca7 --- /dev/null +++ b/app/p2/drupal/token~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/token": [] + } +} diff --git a/app/p2/drupal/update_notifications_disable.json b/app/p2/drupal/update_notifications_disable.json new file mode 100644 index 0000000..5001ebc --- /dev/null +++ b/app/p2/drupal/update_notifications_disable.json @@ -0,0 +1,54 @@ +{ + "packages": { + "drupal/update_notifications_disable": [ + { + "name": "drupal/update_notifications_disable", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/update_notifications_disable.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/update_notifications_disable-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "415211f61ac96621822312e85db567945883195e" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0", + "datestamp": "1495750385", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "webchick", + "homepage": "https://www.drupal.org/user/24967" + } + ], + "homepage": "https://www.drupal.org/project/update_notifications_disable", + "support": { + "source": "https://git.drupalcode.org/project/update_notifications_disable" + } + } + ] + } +} diff --git a/app/p2/drupal/update_notifications_disable~dev.json b/app/p2/drupal/update_notifications_disable~dev.json new file mode 100644 index 0000000..79a0528 --- /dev/null +++ b/app/p2/drupal/update_notifications_disable~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/update_notifications_disable": [] + } +} diff --git a/app/p2/drupal/username_enumeration_prevention.json b/app/p2/drupal/username_enumeration_prevention.json new file mode 100644 index 0000000..6bdd857 --- /dev/null +++ b/app/p2/drupal/username_enumeration_prevention.json @@ -0,0 +1,54 @@ +{ + "packages": { + "drupal/username_enumeration_prevention": [ + { + "name": "drupal/username_enumeration_prevention", + "version": "1.0.0-beta2", + "version_normalized": "1.0.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/username_enumeration_prevention.git", + "reference": "8.x-1.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/username_enumeration_prevention-8.x-1.0-beta2.zip", + "reference": "8.x-1.0-beta2", + "shasum": "76567c56a86fc2f2510cf204d74b4ed0aa5a3fbd" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta2", + "datestamp": "1575368885", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "nicksanta", + "homepage": "https://www.drupal.org/user/87915" + } + ], + "description": "Prevents username enumeration on password reset and user pages.", + "homepage": "https://www.drupal.org/project/username_enumeration_prevention", + "support": { + "source": "https://git.drupalcode.org/project/username_enumeration_prevention" + } + } + ] + } +} diff --git a/app/p2/drupal/username_enumeration_prevention~dev.json b/app/p2/drupal/username_enumeration_prevention~dev.json new file mode 100644 index 0000000..7686a91 --- /dev/null +++ b/app/p2/drupal/username_enumeration_prevention~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/username_enumeration_prevention": [] + } +} diff --git a/app/p2/drupal/video_embed_field.json b/app/p2/drupal/video_embed_field.json new file mode 100644 index 0000000..c0a2c50 --- /dev/null +++ b/app/p2/drupal/video_embed_field.json @@ -0,0 +1,65 @@ +{ + "packages": { + "drupal/video_embed_field": [ + { + "name": "drupal/video_embed_field", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/video_embed_field.git", + "reference": "8.x-2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "e864f090b3cb9405376ca324d81ace83613e2019" + }, + "require": { + "drupal/core": "*" + }, + "require-dev": { + "drupal/colorbox": "*", + "drupal/media_entity": "*", + "drupal/media_entity_embeddable_video": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.x", + "datestamp": "1557724385", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + }, + "package": "Field types" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" + }, + { + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" + }, + { + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" + } + ], + "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", + "homepage": "https://www.drupal.org/project/video_embed_field", + "support": { + "source": "https://git.drupalcode.org/project/video_embed_field" + } + } + ] + } +} diff --git a/app/p2/drupal/video_embed_field~dev.json b/app/p2/drupal/video_embed_field~dev.json new file mode 100644 index 0000000..74936a5 --- /dev/null +++ b/app/p2/drupal/video_embed_field~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/video_embed_field": [] + } +} diff --git a/app/p2/drupal/webform.json b/app/p2/drupal/webform.json new file mode 100644 index 0000000..e4425a5 --- /dev/null +++ b/app/p2/drupal/webform.json @@ -0,0 +1,121 @@ +{ + "packages": { + "drupal/webform": [ + { + "name": "drupal/webform", + "version": "5.8.0", + "version_normalized": "5.8.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/webform.git", + "reference": "8.x-5.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.8.zip", + "reference": "8.x-5.8", + "shasum": "32317a9345abae343aa3b014529bbb91a67cc769" + }, + "require": { + "drupal/core": "^8" + }, + "require-dev": { + "drupal/address": "~1.4", + "drupal/bootstrap": "~3.0", + "drupal/captcha": "~1.0", + "drupal/chosen": "~2.6", + "drupal/devel": "*", + "drupal/entity_print": "^2.1", + "drupal/gnode": "*", + "drupal/group": "~1.0", + "drupal/jsonapi": "~2.0 || ~8.7", + "drupal/mailsystem": "4.1", + "drupal/select2": "~1.1", + "drupal/smtp": "~1.0", + "drupal/telephone_validation": "^2.2", + "drupal/token": "~1.3", + "drupal/webform_access": "*", + "drupal/webform_attachment": "*", + "drupal/webform_entity_print": "*", + "drupal/webform_group": "*", + "drupal/webform_node": "*", + "drupal/webform_options_limit": "*", + "drupal/webform_scheduled_email": "*", + "drupal/webform_ui": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-5.8", + "datestamp": "1588785899", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jacob Rockowitz (jrockowitz)", + "homepage": "https://www.drupal.org/u/jrockowitz", + "role": "Maintainer" + }, + { + "name": "Alexander Trotsenko (bucefal91)", + "homepage": "https://www.drupal.org/u/bucefal91", + "role": "Co-maintainer" + }, + { + "name": "bucefal91", + "homepage": "https://www.drupal.org/user/504128" + }, + { + "name": "fenstrat", + "homepage": "https://www.drupal.org/user/362649" + }, + { + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "sanchiz", + "homepage": "https://www.drupal.org/user/1671246" + }, + { + "name": "tedbow", + "homepage": "https://www.drupal.org/user/240860" + }, + { + "name": "torotil", + "homepage": "https://www.drupal.org/user/865256" + } + ], + "description": "Enables the creation of webforms and questionnaires.", + "homepage": "https://drupal.org/project/webform", + "support": { + "source": "http://cgit.drupalcode.org/webform", + "issues": "https://www.drupal.org/project/issues/webform?version=8.x", + "docs": "https://www.drupal.org/docs/8/modules/webform", + "forum": "https://drupal.stackexchange.com/questions/tagged/webform" + } + } + ] + } +} diff --git a/app/p2/drupal/webform~dev.json b/app/p2/drupal/webform~dev.json new file mode 100644 index 0000000..89e58cf --- /dev/null +++ b/app/p2/drupal/webform~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drupal/webform": [] + } +} diff --git a/app/p2/drush/drush.json b/app/p2/drush/drush.json new file mode 100644 index 0000000..0607e9e --- /dev/null +++ b/app/p2/drush/drush.json @@ -0,0 +1,156 @@ +{ + "packages": { + "drush/drush": [ + { + "name": "drush/drush", + "version": "9.7.2", + "version_normalized": "9.7.2.0", + "source": { + "type": "git", + "url": "https://github.com/drush-ops/drush.git", + "reference": "ab5e345a72c9187a7d770486a09691f6526826aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/ab5e345a72c9187a7d770486a09691f6526826aa", + "reference": "ab5e345a72c9187a7d770486a09691f6526826aa", + "shasum": "" + }, + "require": { + "chi-teck/drupal-code-generator": "^1.28.1", + "composer/semver": "^1.4", + "consolidation/annotated-command": "^2.12", + "consolidation/config": "^1.2", + "consolidation/filter-via-dot-access-data": "^1", + "consolidation/output-formatters": "^3.3.1", + "consolidation/robo": "^1.4.6", + "consolidation/site-alias": "^3.0.0@stable", + "consolidation/site-process": "^2.0.3", + "ext-dom": "*", + "grasmash/yaml-expander": "^1.1.1", + "league/container": "~2", + "php": ">=5.6.0", + "psr/log": "~1.0", + "psy/psysh": "~0.6", + "symfony/console": "^3.4", + "symfony/event-dispatcher": "^3.4 || ^4.0", + "symfony/finder": "^3.4 || ^4.0", + "symfony/process": "^3.4", + "symfony/var-dumper": "^3.4 || ^4.0", + "symfony/yaml": "^3.4", + "webflo/drupal-finder": "^1.1", + "webmozart/path-util": "^2.1.0" + }, + "require-dev": { + "composer/installers": "^1.2", + "cweagans/composer-patches": "~1.0", + "drupal/alinks": "1.0.0", + "drupal/devel": "^2", + "drupal/empty_theme": "1.0", + "g1a/composer-test-scenarios": "^3", + "lox/xhprof": "dev-master", + "phpunit/phpunit": "^4.8.36 || ^6.1", + "squizlabs/php_codesniffer": "^2.7 || ^3", + "vlucas/phpdotenv": "^2.4", + "webflo/drupal-core-require-dev": "8.7.x-dev", + "webflo/drupal-core-strict": "8.7.x-dev" + }, + "time": "2020-02-09T17:29:51+00:00", + "bin": [ + "drush" + ], + "type": "library", + "extra": { + "installer-paths": { + "sut/core": [ + "type:drupal-core" + ], + "sut/libraries/{$name}": [ + "type:drupal-library" + ], + "sut/modules/unish/{$name}": [ + "drupal/devel" + ], + "sut/themes/unish/{$name}": [ + "drupal/empty_theme" + ], + "sut/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "sut/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "sut/themes/contrib/{$name}": [ + "type:drupal-theme" + ], + "sut/drush/contrib/{$name}": [ + "type:drupal-drush" + ] + }, + "scenarios": { + "php5": { + "config": { + "platform": { + "php": "5.6.38" + } + }, + "require-dev": { + "webflo/drupal-core-strict": "8.6.x-dev", + "webflo/drupal-core-require-dev": "8.6.x-dev" + } + } + }, + "branch-alias": { + "dev-master": "9.x-dev" + } + }, + "autoload": { + "psr-4": { + "Drush\\": "src/", + "Drush\\Internal\\": "src/internal-forks" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + }, + { + "name": "Owen Barton", + "email": "drupal@owenbarton.com" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Jonathan Araña Cruz", + "email": "jonhattan@faita.net" + }, + { + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" + }, + { + "name": "Christopher Gervais", + "email": "chris@ergonlogic.com" + }, + { + "name": "Dave Reid", + "email": "dave@davereid.net" + }, + { + "name": "Damian Lee", + "email": "damiankloip@googlemail.com" + } + ], + "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.", + "homepage": "http://www.drush.org" + } + ] + } +} diff --git a/app/p2/drush/drush~dev.json b/app/p2/drush/drush~dev.json new file mode 100644 index 0000000..d86fffe --- /dev/null +++ b/app/p2/drush/drush~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "drush/drush": [] + } +} diff --git a/app/p2/easyrdf/easyrdf.json b/app/p2/easyrdf/easyrdf.json new file mode 100644 index 0000000..446e6d6 --- /dev/null +++ b/app/p2/easyrdf/easyrdf.json @@ -0,0 +1,69 @@ +{ + "packages": { + "easyrdf/easyrdf": [ + { + "name": "easyrdf/easyrdf", + "version": "0.9.1", + "version_normalized": "0.9.1.0", + "source": { + "type": "git", + "url": "https://github.com/njh/easyrdf.git", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-pcre": "*", + "php": ">=5.2.8" + }, + "require-dev": { + "phpunit/phpunit": "~3.5", + "sami/sami": "~1.4", + "squizlabs/php_codesniffer": "~1.4.3" + }, + "suggest": { + "ml/json-ld": "~1.0" + }, + "time": "2015-02-27T09:45:49+00:00", + "type": "library", + "autoload": { + "psr-0": { + "EasyRdf_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ] + } + ] + } +} diff --git a/app/p2/easyrdf/easyrdf~dev.json b/app/p2/easyrdf/easyrdf~dev.json new file mode 100644 index 0000000..a11a8b0 --- /dev/null +++ b/app/p2/easyrdf/easyrdf~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "easyrdf/easyrdf": [] + } +} diff --git a/app/p2/egulias/email-validator.json b/app/p2/egulias/email-validator.json new file mode 100644 index 0000000..8ef19a9 --- /dev/null +++ b/app/p2/egulias/email-validator.json @@ -0,0 +1,124 @@ +{ + "packages": { + "egulias/email-validator": [ + { + "name": "egulias/email-validator", + "version": "2.1.11", + "version_normalized": "2.1.11.0", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23", + "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">= 5.5" + }, + "require-dev": { + "dominicsayers/isemail": "dev-master", + "phpunit/phpunit": "^4.8.35||^5.7||^6.0", + "satooshi/php-coveralls": "^1.0.1", + "symfony/phpunit-bridge": "^4.4@dev" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "time": "2019-08-13T17:33:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "EmailValidator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ] + }, + { + "name": "egulias/email-validator", + "version": "2.1.17", + "version_normalized": "2.1.17.0", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "ade6887fd9bd74177769645ab5c474824f8a418a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", + "reference": "ade6887fd9bd74177769645ab5c474824f8a418a", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.10" + }, + "require-dev": { + "dominicsayers/isemail": "^3.0.7", + "phpunit/phpunit": "^4.8.36|^7.5.15", + "satooshi/php-coveralls": "^1.0.1" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "time": "2020-02-13T22:36:52+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "EmailValidator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ] + } + ] + } +} diff --git a/app/p2/egulias/email-validator~dev.json b/app/p2/egulias/email-validator~dev.json new file mode 100644 index 0000000..08e9221 --- /dev/null +++ b/app/p2/egulias/email-validator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "egulias/email-validator": [] + } +} diff --git a/app/p2/ezyang/htmlpurifier.json b/app/p2/ezyang/htmlpurifier.json new file mode 100644 index 0000000..305e0d5 --- /dev/null +++ b/app/p2/ezyang/htmlpurifier.json @@ -0,0 +1,54 @@ +{ + "packages": { + "ezyang/htmlpurifier": [ + { + "name": "ezyang/htmlpurifier", + "version": "v4.12.0", + "version_normalized": "4.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "a617e55bc62a87eec73bd456d146d134ad716f03" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03", + "reference": "a617e55bc62a87eec73bd456d146d134ad716f03", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "require-dev": { + "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" + }, + "time": "2019-10-28T03:44:26+00:00", + "type": "library", + "autoload": { + "psr-0": { + "HTMLPurifier": "library/" + }, + "files": [ + "library/HTMLPurifier.composer.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" + } + ], + "description": "Standards compliant HTML filter written in PHP", + "homepage": "http://htmlpurifier.org/", + "keywords": [ + "html" + ] + } + ] + } +} diff --git a/app/p2/ezyang/htmlpurifier~dev.json b/app/p2/ezyang/htmlpurifier~dev.json new file mode 100644 index 0000000..bf0d2c6 --- /dev/null +++ b/app/p2/ezyang/htmlpurifier~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "ezyang/htmlpurifier": [] + } +} diff --git a/app/p2/fabpot/goutte.json b/app/p2/fabpot/goutte.json new file mode 100644 index 0000000..00bb15c --- /dev/null +++ b/app/p2/fabpot/goutte.json @@ -0,0 +1,118 @@ +{ + "packages": { + "fabpot/goutte": [ + { + "name": "fabpot/goutte", + "version": "v3.2.3", + "version_normalized": "3.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8", + "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0", + "php": ">=5.5.0", + "symfony/browser-kit": "~2.1|~3.0|~4.0", + "symfony/css-selector": "~2.1|~3.0|~4.0", + "symfony/dom-crawler": "~2.1|~3.0|~4.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.3 || ^4" + }, + "time": "2018-06-29T15:13:57+00:00", + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "psr-4": { + "Goutte\\": "Goutte" + }, + "exclude-from-classmap": [ + "Goutte/Tests" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", + "keywords": [ + "scraper" + ] + }, + { + "name": "fabpot/goutte", + "version": "v3.3.0", + "version_normalized": "3.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae", + "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0", + "php": "^7.1.3", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^5.0" + }, + "time": "2019-12-06T13:11:18+00:00", + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "3.3-dev" + } + }, + "autoload": { + "psr-4": { + "Goutte\\": "Goutte" + }, + "exclude-from-classmap": [ + "Goutte/Tests" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", + "keywords": [ + "scraper" + ] + } + ] + } +} diff --git a/app/p2/fabpot/goutte~dev.json b/app/p2/fabpot/goutte~dev.json new file mode 100644 index 0000000..dba9c82 --- /dev/null +++ b/app/p2/fabpot/goutte~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "fabpot/goutte": [] + } +} diff --git a/app/p2/g1a/composer-test-scenarios.json b/app/p2/g1a/composer-test-scenarios.json new file mode 100644 index 0000000..6d12697 --- /dev/null +++ b/app/p2/g1a/composer-test-scenarios.json @@ -0,0 +1,59 @@ +{ + "packages": { + "g1a/composer-test-scenarios": [ + { + "name": "g1a/composer-test-scenarios", + "version": "3.0.4", + "version_normalized": "3.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/g1a/composer-test-scenarios.git", + "reference": "78225430d4a5caf8e06b87d04149f8a9ace9368c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/78225430d4a5caf8e06b87d04149f8a9ace9368c", + "reference": "78225430d4a5caf8e06b87d04149f8a9ace9368c", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0.0", + "php": ">=5.4" + }, + "require-dev": { + "composer/composer": "^1.7", + "php-coveralls/php-coveralls": "^1.0", + "phpunit/phpunit": "^4.8.36|^6", + "squizlabs/php_codesniffer": "^2.8" + }, + "time": "2019-09-13T01:24:52+00:00", + "bin": [ + "scripts/dependency-licenses" + ], + "type": "composer-plugin", + "extra": { + "class": "ComposerTestScenarios\\Plugin", + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "ComposerTestScenarios\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Useful scripts for testing multiple sets of Composer dependencies." + } + ] + } +} diff --git a/app/p2/g1a/composer-test-scenarios~dev.json b/app/p2/g1a/composer-test-scenarios~dev.json new file mode 100644 index 0000000..5730c7c --- /dev/null +++ b/app/p2/g1a/composer-test-scenarios~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "g1a/composer-test-scenarios": [] + } +} diff --git a/app/p2/govcms/govcms.json b/app/p2/govcms/govcms.json new file mode 100644 index 0000000..c146fcd --- /dev/null +++ b/app/p2/govcms/govcms.json @@ -0,0 +1,217 @@ +{ + "packages": { + "govcms/govcms": [ + { + "name": "govcms/govcms", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/govCMS/govCMS8.git", + "reference": "dc7260110e391788b1c227b5cb2d8d71a451498f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/govCMS8/zipball/dc7260110e391788b1c227b5cb2d8d71a451498f", + "reference": "dc7260110e391788b1c227b5cb2d8d71a451498f", + "shasum": "" + }, + "require": { + "bower-asset/chosen": "1.8.7", + "bower-asset/dropzone": "5.5.0", + "cweagans/composer-patches": "^1.6", + "drupal-composer/drupal-scaffold": "^2.4", + "drupal/admin_toolbar": "2.0", + "drupal/adminimal_admin_toolbar": "1.9.0", + "drupal/adminimal_theme": "1.4", + "drupal/chosen": "2.6.0", + "drupal/components": "1.0.0", + "drupal/config_filter": "1.4", + "drupal/config_ignore": "2.1", + "drupal/config_perms": "1.2.0", + "drupal/config_split": "1.4", + "drupal/config_update": "1.6", + "drupal/consumers": "1.9", + "drupal/contact_storage": "1.0-beta9", + "drupal/context": "4.0-beta2", + "drupal/core-recommended": "8.8.5", + "drupal/ctools": "3.2.0", + "drupal/devel": "2.0", + "drupal/diff": "1.0-rc2", + "drupal/dropzonejs": "2.1", + "drupal/ds": "3.2", + "drupal/dynamic_entity_reference": "1.7.0", + "drupal/encrypt": "3.0-rc2", + "drupal/entity_browser": "2.1", + "drupal/entity_class_formatter": "1.1.0", + "drupal/entity_embed": "1.0", + "drupal/entity_reference_display": "1.2.0", + "drupal/entity_reference_revisions": "1.6", + "drupal/environment_indicator": "3.5", + "drupal/events_log_track": "1.1", + "drupal/facets": "1.3", + "drupal/features": "3.8", + "drupal/field_group": "3.0-rc1", + "drupal/focal_point": "1.2", + "drupal/ga_login": "1.0-alpha4", + "drupal/google_analytics": "3.0", + "drupal/govcms8_ui": "1.0.0-alpha1", + "drupal/govcms8_uikit_starter": "1.0-alpha2", + "drupal/govcms_dlm": "1.3", + "drupal/graphql": "3.0.0-rc2", + "drupal/honeypot": "1.29", + "drupal/inline_entity_form": "1.0-rc1", + "drupal/key": "1.12", + "drupal/linked_field": "1.1.0", + "drupal/linkit": "5.0-beta9", + "drupal/login_security": "1.5", + "drupal/media_entity_file_replace": "1.0-beta2", + "drupal/memcache": "2.0", + "drupal/menu_block": "1.5", + "drupal/menu_trail_by_path": "1.1", + "drupal/metatag": "1.9", + "drupal/modifiers": "1.3", + "drupal/module_filter": "3.1", + "drupal/page_manager": "4.0-beta4", + "drupal/panelizer": "4.1", + "drupal/panels": "4.4.0", + "drupal/paragraphs": "1.10", + "drupal/password_policy": "3.0-alpha4", + "drupal/pathauto": "1.6.0", + "drupal/permissions_by_term": "2.12", + "drupal/real_aes": "2.2", + "drupal/recaptcha": "2.4", + "drupal/redirect": "1.3", + "drupal/restui": "1.16.0", + "drupal/robotstxt": "1.2", + "drupal/scheduled_transitions": "1.0.0-rc1", + "drupal/search_api": "1.16", + "drupal/search_api_attachments": "1.0-beta16", + "drupal/search_api_solr": "3.9", + "drupal/seckit": "1.1", + "drupal/shield": "1.2", + "drupal/simple_oauth": "3.14", + "drupal/simple_sitemap": "3.0", + "drupal/swiftmailer": "1.0-beta2", + "drupal/tfa": "1.0-alpha4", + "drupal/token": "1.5", + "drupal/update_notifications_disable": "1.0", + "drupal/username_enumeration_prevention": "1.0-beta2", + "drupal/video_embed_field": "2.0", + "drupal/webform": "5.8", + "oomphinc/composer-installers-extender": "^1.1", + "php": "^7.1", + "swiftmailer/swiftmailer": "5.4.12", + "symfony/event-dispatcher": "4.3.11 as 3.4.35", + "symfony/phpunit-bridge": "^3.4.6", + "zaporylie/composer-drupal-optimizations": "^1.1" + }, + "conflict": { + "drupal/core": "7.*", + "drush/drush": "<8.1.10" + }, + "require-dev": { + "grasmash/drupal-security-warning": "^1.1", + "phing/phing": "^2.16" + }, + "suggest": { + "hirak/prestissimo": "^0.3" + }, + "time": "2020-04-27T23:21:27+00:00", + "type": "drupal-profile", + "extra": { + "drupal-scaffold": { + "initial": { + "sites/default/default.services.yml": "sites/default/services.yml", + "sites/default/default.settings.php": "sites/default/settings.php" + }, + "excludes": [ + "sites/development.services.yml" + ] + }, + "installer-types": [ + "bower-asset", + "npm-asset" + ], + "installer-paths": { + "docroot/core": [ + "type:drupal-core" + ], + "docroot/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "docroot/modules/custom/{$name}": [ + "type:drupal-custom-module" + ], + "docroot/profiles/{$name}": [ + "type:drupal-profile" + ], + "docroot/themes/contrib/{$name}": [ + "type:drupal-theme" + ], + "docroot/themes/custom/{$name}": [ + "type:drupal-custom-theme" + ], + "docroot/libraries/{$name}": [ + "type:drupal-library", + "type:bower-asset", + "type:npm-asset" + ], + "drush/contrib/{$name}": [ + "type:drupal-drush" + ] + }, + "enable-patching": true, + "patches": { + "drupal/config_ignore": { + "Offset error within IgnoreFilter::activeReadMultiple() - https://www.drupal.org/project/config_ignore/issues/2972302": "https://www.drupal.org/files/issues/2018-07-31/offset-error-within-2972302-13.patch" + }, + "drupal/core": { + "Private file download returns access denied, when file attached to revision other than current - https://www.drupal.org/project/drupal/issues/1452100#comment-13392351": "https://www.drupal.org/files/issues/2019-12-16/1452100-92.patch" + }, + "drupal/ga_login": { + "TOTP taking very-old verification codes - https://www.drupal.org/project/ga_login/issues/3022921": "https://www.drupal.org/files/issues/2018-12-28/3022921-2-time-skew-confusing.patch" + }, + "drupal/panelizer": { + "PanelizerWizardContextForm calls parent constructor without enough arguments under CTools 3.1 - https://www.drupal.org/project/panelizer/issues/3031671": "https://www.drupal.org/files/issues/2019-04-03/3031671-8.patch" + }, + "drupal/metatag": { + "Unset link rel: shortlink, edit-form, version-history and revision, and meta name: Generator, MobileOptimized, HandheldFriendly, viewport from - https://www.drupal.org/project/metatag/issues/2735195#comment-12991008": "https://www.drupal.org/files/issues/2019-02-28/metatag-unset-2735195-42.patch" + }, + "drupal/events_log_track": { + "Events Log Track breaks Entity Browser #5 - https://www.drupal.org/project/events_log_track/issues/2934036": "https://www.drupal.org/files/issues/2018-04-19/2934036-check_empty_submit-5.patch", + "Entities with title longer than 50 characters - https://www.drupal.org/project/events_log_track/issues/2930817": "https://www.drupal.org/files/issues/increase-character-length-2930817-2.patch", + "Event logs for change in workflows - https://www.drupal.org/project/events_log_track/issues/2974170": "https://www.drupal.org/files/issues/2018-06-26/events_log_track-add-workflows-2974170-7.patch", + "Add handlers for file and media entities - https://www.drupal.org/project/events_log_track/issues/2959769": "https://www.drupal.org/files/issues/2018-06-26/events-log-track_add-file-media-2959769-9.patch", + "Skip password logging during failed authentication attempt - https://www.drupal.org/project/events_log_track/issues/3027463": "https://www.drupal.org/files/issues/2019-01-22/event-log-track-auth-3027463-2.patch", + "Fix fatal error when we request password with non-existing users/emails on the Events Log Track User Authentication - https://www.drupal.org/project/events_log_track/issues/3060838#comment-13141212": "https://www.drupal.org/files/issues/2019-06-11/3060838-4.patch" + }, + "drupal/google_analytics": { + "Fatal error when there is a view with the path search/node": "https://www.drupal.org/files/issues/2018-06-18/patch_google_analytics.patch" + }, + "drupal/tfa": { + "The tfa.settings route should use the permission 'admin tfa settings' - https://www.drupal.org/project/tfa/issues/2943972": "https://www.drupal.org/files/issues/2943972-2.patch", + "Bad UX around 'required to setup TFA' concept and users who have skipped validation too many times - https://www.drupal.org/project/tfa/issues/2937336": "https://www.drupal.org/files/issues/2019-03-01/2937336-17.patch", + "Users' recovery codes exposed to admin users - https://www.drupal.org/project/tfa/issues/3075304": "https://www.drupal.org/files/issues/2019-08-16/tfa-3075304_2.patch" + } + } + }, + "autoload": { + "psr-4": { + "govCMS\\Core\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "GovCMS8 Drupal Distribution", + "homepage": "https://www.govcms.gov.au", + "keywords": [ + "govCMS", + "govCMS8" + ] + } + ] + } +} diff --git a/app/p2/govcms/govcms~dev.json b/app/p2/govcms/govcms~dev.json new file mode 100644 index 0000000..0f0f90f --- /dev/null +++ b/app/p2/govcms/govcms~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "govcms/govcms": [] + } +} diff --git a/app/p2/govcms/require-dev.json b/app/p2/govcms/require-dev.json new file mode 100644 index 0000000..a94b879 --- /dev/null +++ b/app/p2/govcms/require-dev.json @@ -0,0 +1,39 @@ +{ + "packages": { + "govcms/require-dev": [ + { + "name": "govcms/require-dev", + "version": "1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/govCMS/require-dev.git", + "reference": "a34f7c613a206a8c96bc91b3beb688143d00bfef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/require-dev/zipball/a34f7c613a206a8c96bc91b3beb688143d00bfef", + "reference": "a34f7c613a206a8c96bc91b3beb688143d00bfef", + "shasum": "" + }, + "require": { + "behat/behat": "^3.5", + "behat/gherkin": "^4.5", + "drupal/coder": "^8.3", + "drupal/drupal-extension": "3.4.1", + "integratedexperts/behat-screenshot": "^0.7.2", + "jakub-onderka/php-parallel-lint": "^1.0", + "phpmd/phpmd": "2.7.0", + "phpunit/phpunit": "6.5" + }, + "time": "2020-04-15T01:28:41+00:00", + "type": "library", + "description": "Require-dev package definition for GovCMS 8", + "support": { + "source": "https://github.com/govCMS/require-dev/tree/1.0.2", + "issues": "https://github.com/govCMS/require-dev/issues" + } + } + ] + } +} diff --git a/app/p2/govcms/require-dev~dev.json b/app/p2/govcms/require-dev~dev.json new file mode 100644 index 0000000..84d1220 --- /dev/null +++ b/app/p2/govcms/require-dev~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "govcms/require-dev": [] + } +} diff --git a/app/p2/govcms/scaffold-tooling.json b/app/p2/govcms/scaffold-tooling.json new file mode 100644 index 0000000..660d86e --- /dev/null +++ b/app/p2/govcms/scaffold-tooling.json @@ -0,0 +1,130 @@ +{ + "packages": { + "govcms/scaffold-tooling": [ + { + "name": "govcms/scaffold-tooling", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/govCMS/scaffold-tooling.git", + "reference": "b66367a5a778c57d8a5863ae86d95c1d565f9364" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/scaffold-tooling/zipball/b66367a5a778c57d8a5863ae86d95c1d565f9364", + "reference": "b66367a5a778c57d8a5863ae86d95c1d565f9364", + "shasum": "" + }, + "require": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "drupal/chosen_lib": "2.6.0", + "drupal/clamav": "1.1.0", + "drupal/console": "^1.0.2", + "drupal/fast_404": "^1.0@alpha", + "drupal/lagoon_logs": "^1.0", + "drupal/redis": "1.1.0", + "drupal/stage_file_proxy": "1.0.0-alpha3", + "drush/drush": "^9.0.0", + "phar-io/manifest": "1.0.1", + "phar-io/version": "1.0.1", + "webflo/drupal-finder": "^1.0.0", + "webmozart/path-util": "^2.3", + "zaporylie/composer-drupal-optimizations": "^1.0" + }, + "time": "2020-04-21T01:38:15+00:00", + "bin": [ + "scripts/govcms-audit", + "scripts/govcms-behat", + "scripts/govcms-lint", + "scripts/govcms-lint-distro", + "scripts/govcms-phpunit", + "scripts/govcms-vet", + "scripts/govcms-deploy", + "scripts/deploy/govcms-backups-preserve", + "scripts/deploy/govcms-cache-rebuild", + "scripts/deploy/govcms-config-backup", + "scripts/deploy/govcms-config-import", + "scripts/deploy/govcms-db-backup", + "scripts/deploy/govcms-db-sync", + "scripts/deploy/govcms-db-update", + "scripts/deploy/govcms-enable_modules", + "scripts/deploy/govcms-pre-deploy", + "scripts/deploy/govcms-pre-deploy-db-update", + "scripts/deploy/govcms-update_site_alias" + ], + "type": "library", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A variety of standard config, scripts and packages to support GovCMS scaffold.", + "support": { + "source": "https://github.com/govCMS/scaffold-tooling/tree/1.1.0", + "issues": "https://github.com/govCMS/scaffold-tooling/issues" + } + }, + { + "name": "govcms/scaffold-tooling", + "version": "2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/govCMS/scaffold-tooling.git", + "reference": "52b0a2184d64c39f02203c00cc766a1a4aa2af37" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/scaffold-tooling/zipball/52b0a2184d64c39f02203c00cc766a1a4aa2af37", + "reference": "52b0a2184d64c39f02203c00cc766a1a4aa2af37", + "shasum": "" + }, + "require": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "drupal/chosen_lib": "2.6.0", + "drupal/clamav": "1.1.0", + "drupal/console": "^1.0.2", + "drupal/fast_404": "^1.0@alpha", + "drupal/lagoon_logs": "^1.0", + "drupal/redis": "1.1.0", + "drupal/stage_file_proxy": "1.0.0-alpha3", + "drush/drush": "^9.0.0", + "phar-io/manifest": "1.0.1", + "phar-io/version": "1.0.1", + "webflo/drupal-finder": "^1.0.0", + "webmozart/path-util": "^2.3", + "zaporylie/composer-drupal-optimizations": "^1.0" + }, + "time": "2020-05-15T02:18:48+00:00", + "bin": [ + "scripts/govcms-audit", + "scripts/govcms-behat", + "scripts/govcms-lint", + "scripts/govcms-lint-distro", + "scripts/govcms-phpunit", + "scripts/govcms-vet", + "scripts/govcms-deploy", + "scripts/deploy/govcms-backups-preserve", + "scripts/deploy/govcms-cache-rebuild", + "scripts/deploy/govcms-config-backup", + "scripts/deploy/govcms-config-import", + "scripts/deploy/govcms-db-backup", + "scripts/deploy/govcms-db-sync", + "scripts/deploy/govcms-db-update", + "scripts/deploy/govcms-enable_modules", + "scripts/deploy/govcms-pre-deploy", + "scripts/deploy/govcms-pre-deploy-db-update", + "scripts/deploy/govcms-update_site_alias" + ], + "type": "library", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A variety of standard config, scripts and packages to support GovCMS scaffold.", + "support": { + "source": "https://github.com/govCMS/scaffold-tooling/tree/2.0.1", + "issues": "https://github.com/govCMS/scaffold-tooling/issues" + } + } + ] + } +} diff --git a/app/p2/govcms/scaffold-tooling~dev.json b/app/p2/govcms/scaffold-tooling~dev.json new file mode 100644 index 0000000..3305506 --- /dev/null +++ b/app/p2/govcms/scaffold-tooling~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "govcms/scaffold-tooling": [] + } +} diff --git a/app/p2/grasmash/drupal-security-warning.json b/app/p2/grasmash/drupal-security-warning.json new file mode 100644 index 0000000..84c35f9 --- /dev/null +++ b/app/p2/grasmash/drupal-security-warning.json @@ -0,0 +1,59 @@ +{ + "packages": { + "grasmash/drupal-security-warning": [ + { + "name": "grasmash/drupal-security-warning", + "version": "1.1.1", + "version_normalized": "1.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/grasmash/drupal-security-warning.git", + "reference": "cfc5424c84df02be9d094f491e5b57063c15cd72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/drupal-security-warning/zipball/cfc5424c84df02be9d094f491e5b57063c15cd72", + "reference": "cfc5424c84df02be9d094f491e5b57063c15cd72", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0" + }, + "require-dev": { + "composer/composer": "^1.0", + "phpunit/phpunit": "^5.7.0", + "squizlabs/php_codesniffer": "^2.7", + "symfony/filesystem": "^3.2.0", + "symfony/process": "^3.2.0" + }, + "time": "2017-10-10T14:47:08+00:00", + "type": "composer-plugin", + "extra": { + "class": "grasmash\\DrupalSecurityWarning\\Composer\\Plugin", + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "grasmash\\DrupalSecurityWarning\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "Warns users installing Drupal project versions not supported by Security Team.", + "keywords": [ + "drupal", + "security" + ] + } + ] + } +} diff --git a/app/p2/grasmash/drupal-security-warning~dev.json b/app/p2/grasmash/drupal-security-warning~dev.json new file mode 100644 index 0000000..59043bc --- /dev/null +++ b/app/p2/grasmash/drupal-security-warning~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "grasmash/drupal-security-warning": [] + } +} diff --git a/app/p2/grasmash/expander.json b/app/p2/grasmash/expander.json new file mode 100644 index 0000000..b108bb5 --- /dev/null +++ b/app/p2/grasmash/expander.json @@ -0,0 +1,54 @@ +{ + "packages": { + "grasmash/expander": [ + { + "name": "grasmash/expander", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/grasmash/expander.git", + "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.4" + }, + "require-dev": { + "greg-1-anderson/composer-test-scenarios": "^1", + "phpunit/phpunit": "^4|^5.5.4", + "satooshi/php-coveralls": "^1.0.2|dev-master", + "squizlabs/php_codesniffer": "^2.7" + }, + "time": "2017-12-21T22:14:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Grasmash\\Expander\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "Expands internal property references in PHP arrays file." + } + ] + } +} diff --git a/app/p2/grasmash/expander~dev.json b/app/p2/grasmash/expander~dev.json new file mode 100644 index 0000000..84ca4b9 --- /dev/null +++ b/app/p2/grasmash/expander~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "grasmash/expander": [] + } +} diff --git a/app/p2/grasmash/yaml-expander.json b/app/p2/grasmash/yaml-expander.json new file mode 100644 index 0000000..b899622 --- /dev/null +++ b/app/p2/grasmash/yaml-expander.json @@ -0,0 +1,55 @@ +{ + "packages": { + "grasmash/yaml-expander": [ + { + "name": "grasmash/yaml-expander", + "version": "1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/grasmash/yaml-expander.git", + "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", + "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.4", + "symfony/yaml": "^2.8.11|^3|^4" + }, + "require-dev": { + "greg-1-anderson/composer-test-scenarios": "^1", + "phpunit/phpunit": "^4.8|^5.5.4", + "satooshi/php-coveralls": "^1.0.2|dev-master", + "squizlabs/php_codesniffer": "^2.7" + }, + "time": "2017-12-16T16:06:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Grasmash\\YamlExpander\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "Expands internal property references in a yaml file." + } + ] + } +} diff --git a/app/p2/grasmash/yaml-expander~dev.json b/app/p2/grasmash/yaml-expander~dev.json new file mode 100644 index 0000000..f697f26 --- /dev/null +++ b/app/p2/grasmash/yaml-expander~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "grasmash/yaml-expander": [] + } +} diff --git a/app/p2/guzzle/guzzle.json b/app/p2/guzzle/guzzle.json new file mode 100644 index 0000000..1ae39e1 --- /dev/null +++ b/app/p2/guzzle/guzzle.json @@ -0,0 +1,103 @@ +{ + "packages": { + "guzzle/guzzle": [ + { + "name": "guzzle/guzzle", + "version": "v3.9.3", + "version_normalized": "3.9.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle3.git", + "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", + "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.3.3", + "symfony/event-dispatcher": "~2.1" + }, + "replace": { + "guzzle/batch": "self.version", + "guzzle/cache": "self.version", + "guzzle/common": "self.version", + "guzzle/http": "self.version", + "guzzle/inflection": "self.version", + "guzzle/iterator": "self.version", + "guzzle/log": "self.version", + "guzzle/parser": "self.version", + "guzzle/plugin": "self.version", + "guzzle/plugin-async": "self.version", + "guzzle/plugin-backoff": "self.version", + "guzzle/plugin-cache": "self.version", + "guzzle/plugin-cookie": "self.version", + "guzzle/plugin-curlauth": "self.version", + "guzzle/plugin-error-response": "self.version", + "guzzle/plugin-history": "self.version", + "guzzle/plugin-log": "self.version", + "guzzle/plugin-md5": "self.version", + "guzzle/plugin-mock": "self.version", + "guzzle/plugin-oauth": "self.version", + "guzzle/service": "self.version", + "guzzle/stream": "self.version" + }, + "require-dev": { + "doctrine/cache": "~1.3", + "monolog/monolog": "~1.0", + "phpunit/phpunit": "3.7.*", + "psr/log": "~1.0", + "symfony/class-loader": "~2.1", + "zendframework/zend-cache": "2.*,<2.3", + "zendframework/zend-log": "2.*,<2.3" + }, + "suggest": { + "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." + }, + "time": "2015-03-18T18:23:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.9-dev" + } + }, + "autoload": { + "psr-0": { + "Guzzle": "src/", + "Guzzle\\Tests": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Guzzle Community", + "homepage": "https://github.com/guzzle/guzzle/contributors" + } + ], + "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "abandoned": "guzzlehttp/guzzle" + } + ] + } +} diff --git a/app/p2/guzzle/guzzle~dev.json b/app/p2/guzzle/guzzle~dev.json new file mode 100644 index 0000000..e3708a1 --- /dev/null +++ b/app/p2/guzzle/guzzle~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "guzzle/guzzle": [] + } +} diff --git a/app/p2/guzzlehttp/guzzle.json b/app/p2/guzzlehttp/guzzle.json new file mode 100644 index 0000000..b64e2ef --- /dev/null +++ b/app/p2/guzzlehttp/guzzle.json @@ -0,0 +1,140 @@ +{ + "packages": { + "guzzlehttp/guzzle": [ + { + "name": "guzzlehttp/guzzle", + "version": "6.3.3", + "version_normalized": "6.3.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "time": "2018-04-22T15:46:56+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.3-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ] + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.3", + "version_normalized": "6.5.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e", + "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.6.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.11" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "time": "2020-04-18T10:38:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ] + } + ] + } +} diff --git a/app/p2/guzzlehttp/guzzle~dev.json b/app/p2/guzzlehttp/guzzle~dev.json new file mode 100644 index 0000000..ed258e1 --- /dev/null +++ b/app/p2/guzzlehttp/guzzle~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "guzzlehttp/guzzle": [] + } +} diff --git a/app/p2/guzzlehttp/promises.json b/app/p2/guzzlehttp/promises.json new file mode 100644 index 0000000..dd6b27d --- /dev/null +++ b/app/p2/guzzlehttp/promises.json @@ -0,0 +1,58 @@ +{ + "packages": { + "guzzlehttp/promises": [ + { + "name": "guzzlehttp/promises", + "version": "v1.3.1", + "version_normalized": "1.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "time": "2016-12-20T10:07:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ] + } + ] + } +} diff --git a/app/p2/guzzlehttp/promises~dev.json b/app/p2/guzzlehttp/promises~dev.json new file mode 100644 index 0000000..0c4054b --- /dev/null +++ b/app/p2/guzzlehttp/promises~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "guzzlehttp/promises": [] + } +} diff --git a/app/p2/guzzlehttp/psr7.json b/app/p2/guzzlehttp/psr7.json new file mode 100644 index 0000000..9bfc1a1 --- /dev/null +++ b/app/p2/guzzlehttp/psr7.json @@ -0,0 +1,78 @@ +{ + "packages": { + "guzzlehttp/psr7": [ + { + "name": "guzzlehttp/psr7", + "version": "1.6.1", + "version_normalized": "1.6.1.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + }, + "suggest": { + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + }, + "time": "2019-07-01T23:21:34+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ] + } + ] + } +} diff --git a/app/p2/guzzlehttp/psr7~dev.json b/app/p2/guzzlehttp/psr7~dev.json new file mode 100644 index 0000000..af7119c --- /dev/null +++ b/app/p2/guzzlehttp/psr7~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "guzzlehttp/psr7": [] + } +} diff --git a/app/p2/harvesthq/chosen.json b/app/p2/harvesthq/chosen.json new file mode 100644 index 0000000..d4f7595 --- /dev/null +++ b/app/p2/harvesthq/chosen.json @@ -0,0 +1,56 @@ +{ + "packages": { + "harvesthq/chosen": [ + { + "name": "harvesthq/chosen", + "version": "v1.8.7", + "version_normalized": "1.8.7.0", + "source": { + "type": "git", + "url": "https://github.com/harvesthq/chosen-package.git", + "reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/harvesthq/chosen-package/zipball/ad86732b668627c131e61ee8f0e6e9ed52e4db8d", + "reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d", + "shasum": "" + }, + "time": "2018-06-28T20:32:51+00:00", + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Koen Punt", + "homepage": "https://github.com/koenpunt" + }, + { + "name": "Patrick Filler", + "homepage": "https://github.com/pfiller" + }, + { + "name": "Christophe Coevoet", + "homepage": "https://github.com/stof" + }, + { + "name": "Ken Earley", + "homepage": "https://github.com/kenearley" + } + ], + "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", + "homepage": "https://harvesthq.github.io/chosen/", + "keywords": [ + "dropdown", + "form", + "input", + "multiselect", + "select", + "ui" + ] + } + ] + } +} diff --git a/app/p2/harvesthq/chosen~dev.json b/app/p2/harvesthq/chosen~dev.json new file mode 100644 index 0000000..cc915be --- /dev/null +++ b/app/p2/harvesthq/chosen~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "harvesthq/chosen": [] + } +} diff --git a/app/p2/html2text/html2text.json b/app/p2/html2text/html2text.json new file mode 100644 index 0000000..b73d095 --- /dev/null +++ b/app/p2/html2text/html2text.json @@ -0,0 +1,44 @@ +{ + "packages": { + "html2text/html2text": [ + { + "name": "html2text/html2text", + "version": "4.0.1", + "version_normalized": "4.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/mtibben/html2text.git", + "reference": "f55104b7c9f99b0937f0e20fe051b19f9c0ecad1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mtibben/html2text/zipball/f55104b7c9f99b0937f0e20fe051b19f9c0ecad1", + "reference": "f55104b7c9f99b0937f0e20fe051b19f9c0ecad1", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "~4" + }, + "suggest": { + "ext-mbstring": "For best performance", + "symfony/polyfill-mbstring": "If you can't install ext-mbstring" + }, + "time": "2016-03-16T23:24:34+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Html2Text\\": [ + "src/", + "test/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPLv2" + ], + "description": "Converts HTML to formatted plain text" + } + ] + } +} diff --git a/app/p2/html2text/html2text~dev.json b/app/p2/html2text/html2text~dev.json new file mode 100644 index 0000000..817147e --- /dev/null +++ b/app/p2/html2text/html2text~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "html2text/html2text": [] + } +} diff --git a/app/p2/instaclick/php-webdriver.json b/app/p2/instaclick/php-webdriver.json new file mode 100644 index 0000000..bd912e1 --- /dev/null +++ b/app/p2/instaclick/php-webdriver.json @@ -0,0 +1,66 @@ +{ + "packages": { + "instaclick/php-webdriver": [ + { + "name": "instaclick/php-webdriver", + "version": "1.4.7", + "version_normalized": "1.4.7.0", + "source": { + "type": "git", + "url": "https://github.com/instaclick/php-webdriver.git", + "reference": "b5f330e900e9b3edfc18024a5ec8c07136075712" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/b5f330e900e9b3edfc18024a5ec8c07136075712", + "reference": "b5f330e900e9b3edfc18024a5ec8c07136075712", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "^4.8", + "satooshi/php-coveralls": "^1.0||^2.0" + }, + "time": "2019-09-25T09:05:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "WebDriver": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Justin Bishop", + "email": "jubishop@gmail.com", + "role": "Developer" + }, + { + "name": "Anthon Pang", + "email": "apang@softwaredevelopment.ca", + "role": "Fork Maintainer" + } + ], + "description": "PHP WebDriver for Selenium 2", + "homepage": "http://instaclick.com/", + "keywords": [ + "browser", + "selenium", + "webdriver", + "webtest" + ] + } + ] + } +} diff --git a/app/p2/instaclick/php-webdriver~dev.json b/app/p2/instaclick/php-webdriver~dev.json new file mode 100644 index 0000000..7cf6a74 --- /dev/null +++ b/app/p2/instaclick/php-webdriver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "instaclick/php-webdriver": [] + } +} diff --git a/app/p2/integratedexperts/behat-screenshot.json b/app/p2/integratedexperts/behat-screenshot.json new file mode 100644 index 0000000..78d5e37 --- /dev/null +++ b/app/p2/integratedexperts/behat-screenshot.json @@ -0,0 +1,56 @@ +{ + "packages": { + "integratedexperts/behat-screenshot": [ + { + "name": "integratedexperts/behat-screenshot", + "version": "0.7.3", + "version_normalized": "0.7.3.0", + "source": { + "type": "git", + "url": "https://github.com/integratedexperts/behat-screenshot.git", + "reference": "52336b4ce53ab768074340aa9f628668950ead89" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/integratedexperts/behat-screenshot/zipball/52336b4ce53ab768074340aa9f628668950ead89", + "reference": "52336b4ce53ab768074340aa9f628668950ead89", + "shasum": "" + }, + "require": { + "behat/behat": "^3.3.1", + "behat/mink-selenium2-driver": "^1.3", + "symfony/finder": "^3.2|^4.0" + }, + "require-dev": { + "behat/mink": "~1.5", + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "escapestudios/symfony2-coding-standard": "~2.0", + "integratedexperts/behat-phpserver": "^0.1", + "squizlabs/php_codesniffer": "2.*" + }, + "time": "2020-03-12T12:06:40+00:00", + "type": "library", + "autoload": { + "psr-0": { + "IntegratedExperts\\BehatScreenshot": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Alex Skrypnyk", + "email": "alex.designworks@gmail.com" + }, + { + "name": "Alexander Sharkov", + "email": "blade.didan@gmail.com" + } + ], + "description": "Behat Context to capture screenshots from failed tests" + } + ] + } +} diff --git a/app/p2/integratedexperts/behat-screenshot~dev.json b/app/p2/integratedexperts/behat-screenshot~dev.json new file mode 100644 index 0000000..e30e984 --- /dev/null +++ b/app/p2/integratedexperts/behat-screenshot~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "integratedexperts/behat-screenshot": [] + } +} diff --git a/app/p2/jakub-onderka/php-parallel-lint.json b/app/p2/jakub-onderka/php-parallel-lint.json new file mode 100644 index 0000000..6bf280c --- /dev/null +++ b/app/p2/jakub-onderka/php-parallel-lint.json @@ -0,0 +1,56 @@ +{ + "packages": { + "jakub-onderka/php-parallel-lint": [ + { + "name": "jakub-onderka/php-parallel-lint", + "version": "v1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git", + "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8", + "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "~0.3", + "nette/tester": "~1.3", + "squizlabs/php_codesniffer": "~2.7" + }, + "suggest": { + "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet" + }, + "time": "2018-02-24T15:31:20+00:00", + "bin": [ + "parallel-lint" + ], + "type": "library", + "autoload": { + "classmap": [ + "./" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "ahoj@jakubonderka.cz" + } + ], + "description": "This tool check syntax of PHP files about 20x faster than serial check.", + "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint", + "abandoned": "php-parallel-lint/php-parallel-lint" + } + ] + } +} diff --git a/app/p2/jakub-onderka/php-parallel-lint~dev.json b/app/p2/jakub-onderka/php-parallel-lint~dev.json new file mode 100644 index 0000000..d15752e --- /dev/null +++ b/app/p2/jakub-onderka/php-parallel-lint~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "jakub-onderka/php-parallel-lint": [] + } +} diff --git a/app/p2/kub-at/php-simple-html-dom-parser.json b/app/p2/kub-at/php-simple-html-dom-parser.json new file mode 100644 index 0000000..2d23e84 --- /dev/null +++ b/app/p2/kub-at/php-simple-html-dom-parser.json @@ -0,0 +1,53 @@ +{ + "packages": { + "kub-at/php-simple-html-dom-parser": [ + { + "name": "kub-at/php-simple-html-dom-parser", + "version": "1.9.1", + "version_normalized": "1.9.1.0", + "source": { + "type": "git", + "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", + "reference": "ff22f98bfd9235115c128059076f3eb740d66913" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/ff22f98bfd9235115c128059076f3eb740d66913", + "reference": "ff22f98bfd9235115c128059076f3eb740d66913", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "2019-10-25T12:34:43+00:00", + "type": "library", + "autoload": { + "psr-0": { + "KubAT\\PhpSimple\\HtmlDomParser": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "S.C. Chen", + "email": "me578022@gmail.com" + }, + { + "name": "Jakub Stawowy", + "email": "Kub-AT@users.noreply.github.com" + } + ], + "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible", + "homepage": "http://simplehtmldom.sourceforge.net/", + "keywords": [ + "Simple", + "dom", + "html" + ] + } + ] + } +} diff --git a/app/p2/kub-at/php-simple-html-dom-parser~dev.json b/app/p2/kub-at/php-simple-html-dom-parser~dev.json new file mode 100644 index 0000000..30fbc33 --- /dev/null +++ b/app/p2/kub-at/php-simple-html-dom-parser~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "kub-at/php-simple-html-dom-parser": [] + } +} diff --git a/app/p2/lcobucci/jwt.json b/app/p2/lcobucci/jwt.json new file mode 100644 index 0000000..766fb66 --- /dev/null +++ b/app/p2/lcobucci/jwt.json @@ -0,0 +1,62 @@ +{ + "packages": { + "lcobucci/jwt": [ + { + "name": "lcobucci/jwt", + "version": "3.3.1", + "version_normalized": "3.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/jwt.git", + "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18", + "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-openssl": "*", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "mikey179/vfsstream": "~1.5", + "phpmd/phpmd": "~2.2", + "phpunit/php-invoker": "~1.1", + "phpunit/phpunit": "^5.7 || ^7.3", + "squizlabs/php_codesniffer": "~2.3" + }, + "time": "2019-05-24T18:30:49+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "psr-4": { + "Lcobucci\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Luís Otávio Cobucci Oblonczyk", + "email": "lcobucci@gmail.com", + "role": "Developer" + } + ], + "description": "A simple library to work with JSON Web Token and JSON Web Signature", + "keywords": [ + "JWS", + "jwt" + ] + } + ] + } +} diff --git a/app/p2/lcobucci/jwt~dev.json b/app/p2/lcobucci/jwt~dev.json new file mode 100644 index 0000000..1b13872 --- /dev/null +++ b/app/p2/lcobucci/jwt~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "lcobucci/jwt": [] + } +} diff --git a/app/p2/league/container.json b/app/p2/league/container.json new file mode 100644 index 0000000..72e9cea --- /dev/null +++ b/app/p2/league/container.json @@ -0,0 +1,72 @@ +{ + "packages": { + "league/container": [ + { + "name": "league/container", + "version": "2.4.1", + "version_normalized": "2.4.1.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/container.git", + "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", + "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", + "shasum": "" + }, + "require": { + "container-interop/container-interop": "^1.2", + "php": "^5.4.0 || ^7.0" + }, + "provide": { + "container-interop/container-interop-implementation": "^1.2", + "psr/container-implementation": "^1.0" + }, + "replace": { + "orno/di": "~2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "time": "2017-05-10T09:20:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Container\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Phil Bennett", + "email": "philipobenito@gmail.com", + "homepage": "http://www.philipobenito.com", + "role": "Developer" + } + ], + "description": "A fast and intuitive dependency injection container.", + "homepage": "https://github.com/thephpleague/container", + "keywords": [ + "container", + "dependency", + "di", + "injection", + "league", + "provider", + "service" + ] + } + ] + } +} diff --git a/app/p2/league/container~dev.json b/app/p2/league/container~dev.json new file mode 100644 index 0000000..c534562 --- /dev/null +++ b/app/p2/league/container~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "league/container": [] + } +} diff --git a/app/p2/league/event.json b/app/p2/league/event.json new file mode 100644 index 0000000..b8b7a68 --- /dev/null +++ b/app/p2/league/event.json @@ -0,0 +1,57 @@ +{ + "packages": { + "league/event": [ + { + "name": "league/event", + "version": "2.2.0", + "version_normalized": "2.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/event.git", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "henrikbjorn/phpspec-code-coverage": "~1.0.1", + "phpspec/phpspec": "^2.2" + }, + "time": "2018-11-26T11:52:41+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Event\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frenky.net" + } + ], + "description": "Event package", + "keywords": [ + "emitter", + "event", + "listener" + ] + } + ] + } +} diff --git a/app/p2/league/event~dev.json b/app/p2/league/event~dev.json new file mode 100644 index 0000000..6b6e038 --- /dev/null +++ b/app/p2/league/event~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "league/event": [] + } +} diff --git a/app/p2/league/oauth2-server.json b/app/p2/league/oauth2-server.json new file mode 100644 index 0000000..786d5b2 --- /dev/null +++ b/app/p2/league/oauth2-server.json @@ -0,0 +1,84 @@ +{ + "packages": { + "league/oauth2-server": [ + { + "name": "league/oauth2-server", + "version": "7.4.0", + "version_normalized": "7.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf", + "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf", + "shasum": "" + }, + "require": { + "defuse/php-encryption": "^2.1", + "ext-openssl": "*", + "lcobucci/jwt": "^3.2.2", + "league/event": "^2.1", + "php": ">=7.0.0", + "psr/http-message": "^1.0.1" + }, + "replace": { + "league/oauth2server": "*", + "lncd/oauth2": "*" + }, + "require-dev": { + "phpstan/phpstan": "^0.9.2", + "phpstan/phpstan-phpunit": "^0.9.4", + "phpstan/phpstan-strict-rules": "^0.9.0", + "phpunit/phpunit": "^6.3 || ^7.0", + "roave/security-advisories": "dev-master", + "zendframework/zend-diactoros": "^1.3.2" + }, + "time": "2019-05-05T09:22:01+00:00", + "type": "library", + "autoload": { + "psr-4": { + "League\\OAuth2\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + }, + { + "name": "Andy Millington", + "email": "andrew@noexceptions.io", + "homepage": "https://www.noexceptions.io", + "role": "Developer" + } + ], + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "homepage": "https://oauth2.thephpleague.com/", + "keywords": [ + "Authentication", + "api", + "auth", + "authorisation", + "authorization", + "oauth", + "oauth 2", + "oauth 2.0", + "oauth2", + "protect", + "resource", + "secure", + "server" + ] + } + ] + } +} diff --git a/app/p2/league/oauth2-server~dev.json b/app/p2/league/oauth2-server~dev.json new file mode 100644 index 0000000..524f8b6 --- /dev/null +++ b/app/p2/league/oauth2-server~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "league/oauth2-server": [] + } +} diff --git a/app/p2/maennchen/zipstream-php.json b/app/p2/maennchen/zipstream-php.json new file mode 100644 index 0000000..f31f582 --- /dev/null +++ b/app/p2/maennchen/zipstream-php.json @@ -0,0 +1,68 @@ +{ + "packages": { + "maennchen/zipstream-php": [ + { + "name": "maennchen/zipstream-php", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/maennchen/ZipStream-PHP.git", + "reference": "6373eefe0b3274d7b702d81f2c99aa977ff97dc2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/6373eefe0b3274d7b702d81f2c99aa977ff97dc2", + "reference": "6373eefe0b3274d7b702d81f2c99aa977ff97dc2", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "myclabs/php-enum": "^1.5", + "php": ">= 7.1", + "psr/http-message": "^1.0" + }, + "require-dev": { + "ext-zip": "*", + "guzzlehttp/guzzle": ">= 6.3", + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": ">= 7.5" + }, + "time": "2019-07-17T11:01:58+00:00", + "type": "library", + "autoload": { + "psr-4": { + "ZipStream\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paul Duncan", + "email": "pabs@pablotron.org" + }, + { + "name": "Jesse Donat", + "email": "donatj@gmail.com" + }, + { + "name": "Jonatan Männchen", + "email": "jonatan@maennchen.ch" + }, + { + "name": "András Kolesár", + "email": "kolesar@kolesar.hu" + } + ], + "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", + "keywords": [ + "stream", + "zip" + ] + } + ] + } +} diff --git a/app/p2/maennchen/zipstream-php~dev.json b/app/p2/maennchen/zipstream-php~dev.json new file mode 100644 index 0000000..e4ba05d --- /dev/null +++ b/app/p2/maennchen/zipstream-php~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "maennchen/zipstream-php": [] + } +} diff --git a/app/p2/masterminds/html5.json b/app/p2/masterminds/html5.json new file mode 100644 index 0000000..0e98a82 --- /dev/null +++ b/app/p2/masterminds/html5.json @@ -0,0 +1,140 @@ +{ + "packages": { + "masterminds/html5": [ + { + "name": "masterminds/html5", + "version": "2.3.0", + "version_normalized": "2.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "2c37c6c520b995b761674de3be8455a381679067" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", + "reference": "2c37c6c520b995b761674de3be8455a381679067", + "shasum": "" + }, + "require": { + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" + }, + "time": "2017-09-04T12:26:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ] + }, + { + "name": "masterminds/html5", + "version": "2.7.0", + "version_normalized": "2.7.0.0", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2", + "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" + }, + "time": "2019-07-25T07:03:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ] + } + ] + } +} diff --git a/app/p2/masterminds/html5~dev.json b/app/p2/masterminds/html5~dev.json new file mode 100644 index 0000000..5a91a09 --- /dev/null +++ b/app/p2/masterminds/html5~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "masterminds/html5": [] + } +} diff --git a/app/p2/mkalkbrenner/php-htmldiff-advanced.json b/app/p2/mkalkbrenner/php-htmldiff-advanced.json new file mode 100644 index 0000000..50b2921 --- /dev/null +++ b/app/p2/mkalkbrenner/php-htmldiff-advanced.json @@ -0,0 +1,44 @@ +{ + "packages": { + "mkalkbrenner/php-htmldiff-advanced": [ + { + "name": "mkalkbrenner/php-htmldiff-advanced", + "version": "0.0.8", + "version_normalized": "0.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/mkalkbrenner/php-htmldiff.git", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "shasum": "" + }, + "require": { + "caxy/php-htmldiff": ">=0.0.6", + "php": ">=5.5.0" + }, + "time": "2016-07-25T17:07:32+00:00", + "type": "library", + "autoload": { + "files": [ + "src/HtmlDiffAdvancedInterface.php", + "src/HtmlDiffAdvanced.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GNU General Public License V2" + ], + "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", + "homepage": "https://github.com/mkalkbrenner/php-htmldiff", + "keywords": [ + "diff", + "html" + ] + } + ] + } +} diff --git a/app/p2/mkalkbrenner/php-htmldiff-advanced~dev.json b/app/p2/mkalkbrenner/php-htmldiff-advanced~dev.json new file mode 100644 index 0000000..485e324 --- /dev/null +++ b/app/p2/mkalkbrenner/php-htmldiff-advanced~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "mkalkbrenner/php-htmldiff-advanced": [] + } +} diff --git a/app/p2/monolog/monolog.json b/app/p2/monolog/monolog.json new file mode 100644 index 0000000..f22544b --- /dev/null +++ b/app/p2/monolog/monolog.json @@ -0,0 +1,85 @@ +{ + "packages": { + "monolog/monolog": [ + { + "name": "monolog/monolog", + "version": "1.25.3", + "version_normalized": "1.25.3.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1", + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpunit/phpunit": "~4.5", + "phpunit/phpunit-mock-objects": "2.3.0", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "time": "2019-12-20T14:15:16+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ] + } + ] + } +} diff --git a/app/p2/monolog/monolog~dev.json b/app/p2/monolog/monolog~dev.json new file mode 100644 index 0000000..c3d5009 --- /dev/null +++ b/app/p2/monolog/monolog~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "monolog/monolog": [] + } +} diff --git a/app/p2/myclabs/deep-copy.json b/app/p2/myclabs/deep-copy.json new file mode 100644 index 0000000..2c910ab --- /dev/null +++ b/app/p2/myclabs/deep-copy.json @@ -0,0 +1,55 @@ +{ + "packages": { + "myclabs/deep-copy": [ + { + "name": "myclabs/deep-copy", + "version": "1.9.5", + "version_normalized": "1.9.5.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" + }, + "require-dev": { + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" + }, + "time": "2020-01-17T21:11:47+00:00", + "type": "library", + "autoload": { + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ] + } + ] + } +} diff --git a/app/p2/myclabs/deep-copy~dev.json b/app/p2/myclabs/deep-copy~dev.json new file mode 100644 index 0000000..5cfc704 --- /dev/null +++ b/app/p2/myclabs/deep-copy~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "myclabs/deep-copy": [] + } +} diff --git a/app/p2/myclabs/php-enum.json b/app/p2/myclabs/php-enum.json new file mode 100644 index 0000000..496ddd4 --- /dev/null +++ b/app/p2/myclabs/php-enum.json @@ -0,0 +1,53 @@ +{ + "packages": { + "myclabs/php-enum": [ + { + "name": "myclabs/php-enum", + "version": "1.7.6", + "version_normalized": "1.7.6.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/php-enum.git", + "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c", + "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7", + "squizlabs/php_codesniffer": "1.*", + "vimeo/psalm": "^3.8" + }, + "time": "2020-02-14T08:15:52+00:00", + "type": "library", + "autoload": { + "psr-4": { + "MyCLabs\\Enum\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP Enum contributors", + "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" + } + ], + "description": "PHP Enum implementation", + "homepage": "http://github.com/myclabs/php-enum", + "keywords": [ + "enum" + ] + } + ] + } +} diff --git a/app/p2/myclabs/php-enum~dev.json b/app/p2/myclabs/php-enum~dev.json new file mode 100644 index 0000000..6151cc5 --- /dev/null +++ b/app/p2/myclabs/php-enum~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "myclabs/php-enum": [] + } +} diff --git a/app/p2/nikic/php-parser.json b/app/p2/nikic/php-parser.json new file mode 100644 index 0000000..d5f5eb7 --- /dev/null +++ b/app/p2/nikic/php-parser.json @@ -0,0 +1,59 @@ +{ + "packages": { + "nikic/php-parser": [ + { + "name": "nikic/php-parser", + "version": "v4.4.0", + "version_normalized": "4.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "0.0.5", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" + }, + "time": "2020-04-10T16:34:50+00:00", + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ] + } + ] + } +} diff --git a/app/p2/nikic/php-parser~dev.json b/app/p2/nikic/php-parser~dev.json new file mode 100644 index 0000000..82696c2 --- /dev/null +++ b/app/p2/nikic/php-parser~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "nikic/php-parser": [] + } +} diff --git a/app/p2/oomphinc/composer-installers-extender.json b/app/p2/oomphinc/composer-installers-extender.json new file mode 100644 index 0000000..7e64f41 --- /dev/null +++ b/app/p2/oomphinc/composer-installers-extender.json @@ -0,0 +1,49 @@ +{ + "packages": { + "oomphinc/composer-installers-extender": [ + { + "name": "oomphinc/composer-installers-extender", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/oomphinc/composer-installers-extender.git", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "composer/installers": "^1.0" + }, + "time": "2017-03-31T16:57:39+00:00", + "type": "composer-plugin", + "extra": { + "class": "OomphInc\\ComposerInstallersExtender\\Plugin" + }, + "autoload": { + "psr-4": { + "OomphInc\\ComposerInstallersExtender\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Stephen Beemsterboer", + "email": "stephen@oomphinc.com", + "homepage": "https://github.com/balbuf" + } + ], + "description": "Extend the composer/installers plugin to accept any arbitrary package type.", + "homepage": "http://www.oomphinc.com/" + } + ] + } +} diff --git a/app/p2/oomphinc/composer-installers-extender~dev.json b/app/p2/oomphinc/composer-installers-extender~dev.json new file mode 100644 index 0000000..9f0bb1a --- /dev/null +++ b/app/p2/oomphinc/composer-installers-extender~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "oomphinc/composer-installers-extender": [] + } +} diff --git a/app/p2/paragonie/constant_time_encoding.json b/app/p2/paragonie/constant_time_encoding.json new file mode 100644 index 0000000..8c06b1f --- /dev/null +++ b/app/p2/paragonie/constant_time_encoding.json @@ -0,0 +1,69 @@ +{ + "packages": { + "paragonie/constant_time_encoding": [ + { + "name": "paragonie/constant_time_encoding", + "version": "v2.3.0", + "version_normalized": "2.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2", + "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7", + "vimeo/psalm": "^1|^2|^3" + }, + "time": "2019-11-06T19:20:29+00:00", + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ] + } + ] + } +} diff --git a/app/p2/paragonie/constant_time_encoding~dev.json b/app/p2/paragonie/constant_time_encoding~dev.json new file mode 100644 index 0000000..540ac72 --- /dev/null +++ b/app/p2/paragonie/constant_time_encoding~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "paragonie/constant_time_encoding": [] + } +} diff --git a/app/p2/paragonie/random_compat.json b/app/p2/paragonie/random_compat.json new file mode 100644 index 0000000..078774e --- /dev/null +++ b/app/p2/paragonie/random_compat.json @@ -0,0 +1,52 @@ +{ + "packages": { + "paragonie/random_compat": [ + { + "name": "paragonie/random_compat", + "version": "v9.99.99", + "version_normalized": "9.99.99.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "shasum": "" + }, + "require": { + "php": "^7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "time": "2018-07-02T15:55:56+00:00", + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ] + } + ] + } +} diff --git a/app/p2/paragonie/random_compat~dev.json b/app/p2/paragonie/random_compat~dev.json new file mode 100644 index 0000000..ac843bc --- /dev/null +++ b/app/p2/paragonie/random_compat~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "paragonie/random_compat": [] + } +} diff --git a/app/p2/pdepend/pdepend.json b/app/p2/pdepend/pdepend.json new file mode 100644 index 0000000..4645e7c --- /dev/null +++ b/app/p2/pdepend/pdepend.json @@ -0,0 +1,54 @@ +{ + "packages": { + "pdepend/pdepend": [ + { + "name": "pdepend/pdepend", + "version": "2.7.1", + "version_normalized": "2.7.1.0", + "source": { + "type": "git", + "url": "https://github.com/pdepend/pdepend.git", + "reference": "daba1cf0a6edaf172fa02a17807ae29f4c1c7471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/daba1cf0a6edaf172fa02a17807ae29f4c1c7471", + "reference": "daba1cf0a6edaf172fa02a17807ae29f4c1c7471", + "shasum": "" + }, + "require": { + "php": ">=5.3.7", + "symfony/config": "^2.3.0|^3|^4|^5", + "symfony/dependency-injection": "^2.3.0|^3|^4|^5", + "symfony/filesystem": "^2.3.0|^3|^4|^5" + }, + "require-dev": { + "easy-doc/easy-doc": "0.0.0 || ^1.2.3", + "gregwar/rst": "^1.0", + "phpunit/phpunit": "^4.8.35|^5.7", + "squizlabs/php_codesniffer": "^2.0.0" + }, + "time": "2020-02-08T12:06:13+00:00", + "bin": [ + "src/bin/pdepend" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "PDepend\\": "src/main/php/PDepend" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Official version of pdepend to be handled with Composer" + } + ] + } +} diff --git a/app/p2/pdepend/pdepend~dev.json b/app/p2/pdepend/pdepend~dev.json new file mode 100644 index 0000000..d711f1e --- /dev/null +++ b/app/p2/pdepend/pdepend~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "pdepend/pdepend": [] + } +} diff --git a/app/p2/pear/archive_tar.json b/app/p2/pear/archive_tar.json new file mode 100644 index 0000000..f060466 --- /dev/null +++ b/app/p2/pear/archive_tar.json @@ -0,0 +1,73 @@ +{ + "packages": { + "pear/archive_tar": [ + { + "name": "pear/archive_tar", + "version": "1.4.9", + "version_normalized": "1.4.9.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0", + "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "^1.10.0alpha2", + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-bz2": "Bz2 compression support.", + "ext-xz": "Lzma2 compression support.", + "ext-zlib": "Gzip compression support." + }, + "time": "2019-12-04T10:17:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Archive_Tar": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Vincent Blavet", + "email": "vincent@phpconcept.net" + }, + { + "name": "Greg Beaver", + "email": "greg@chiaraquartet.net" + }, + { + "name": "Michiel Rook", + "email": "mrook@php.net" + } + ], + "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", + "homepage": "https://github.com/pear/Archive_Tar", + "keywords": [ + "archive", + "tar" + ] + } + ] + } +} diff --git a/app/p2/pear/archive_tar~dev.json b/app/p2/pear/archive_tar~dev.json new file mode 100644 index 0000000..d8de10c --- /dev/null +++ b/app/p2/pear/archive_tar~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "pear/archive_tar": [] + } +} diff --git a/app/p2/pear/console_getopt.json b/app/p2/pear/console_getopt.json new file mode 100644 index 0000000..62df661 --- /dev/null +++ b/app/p2/pear/console_getopt.json @@ -0,0 +1,102 @@ +{ + "packages": { + "pear/console_getopt": [ + { + "name": "pear/console_getopt", + "version": "v1.4.2", + "version_normalized": "1.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", + "shasum": "" + }, + "time": "2019-02-06T16:52:33+00:00", + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + }, + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt" + }, + { + "name": "pear/console_getopt", + "version": "v1.4.3", + "version_normalized": "1.4.3.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "shasum": "" + }, + "time": "2019-11-20T18:27:48+00:00", + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt" + } + ] + } +} diff --git a/app/p2/pear/console_getopt~dev.json b/app/p2/pear/console_getopt~dev.json new file mode 100644 index 0000000..302895a --- /dev/null +++ b/app/p2/pear/console_getopt~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "pear/console_getopt": [] + } +} diff --git a/app/p2/pear/pear-core-minimal.json b/app/p2/pear/pear-core-minimal.json new file mode 100644 index 0000000..eaedd8a --- /dev/null +++ b/app/p2/pear/pear-core-minimal.json @@ -0,0 +1,96 @@ +{ + "packages": { + "pear/pear-core-minimal": [ + { + "name": "pear/pear-core-minimal", + "version": "v1.10.10", + "version_normalized": "1.10.10.0", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "625a3c429d9b2c1546438679074cac1b089116a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", + "reference": "625a3c429d9b2c1546438679074cac1b089116a7", + "shasum": "" + }, + "require": { + "pear/console_getopt": "~1.4", + "pear/pear_exception": "~1.0" + }, + "replace": { + "rsky/pear-core-min": "self.version" + }, + "time": "2019-11-19T19:00:24+00:00", + "type": "library", + "autoload": { + "psr-0": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@php.net", + "role": "Lead" + } + ], + "description": "Minimal set of PEAR core files to be used as composer dependency" + }, + { + "name": "pear/pear-core-minimal", + "version": "v1.10.9", + "version_normalized": "1.10.9.0", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "shasum": "" + }, + "require": { + "pear/console_getopt": "~1.4", + "pear/pear_exception": "~1.0" + }, + "replace": { + "rsky/pear-core-min": "self.version" + }, + "time": "2019-03-13T18:15:44+00:00", + "type": "library", + "autoload": { + "psr-0": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@php.net", + "role": "Lead" + } + ], + "description": "Minimal set of PEAR core files to be used as composer dependency" + } + ] + } +} diff --git a/app/p2/pear/pear-core-minimal~dev.json b/app/p2/pear/pear-core-minimal~dev.json new file mode 100644 index 0000000..1483e2b --- /dev/null +++ b/app/p2/pear/pear-core-minimal~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "pear/pear-core-minimal": [] + } +} diff --git a/app/p2/pear/pear_exception.json b/app/p2/pear/pear_exception.json new file mode 100644 index 0000000..7f55173 --- /dev/null +++ b/app/p2/pear/pear_exception.json @@ -0,0 +1,118 @@ +{ + "packages": { + "pear/pear_exception": [ + { + "name": "pear/pear_exception", + "version": "v1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "shasum": "" + }, + "require": { + "php": ">=4.4.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "time": "2015-02-10T20:07:52+00:00", + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "PEAR": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ] + }, + { + "name": "pear/pear_exception", + "version": "v1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", + "shasum": "" + }, + "require": { + "php": ">=4.4.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "time": "2019-12-10T10:24:42+00:00", + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "PEAR/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ] + } + ] + } +} diff --git a/app/p2/pear/pear_exception~dev.json b/app/p2/pear/pear_exception~dev.json new file mode 100644 index 0000000..332cd0b --- /dev/null +++ b/app/p2/pear/pear_exception~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "pear/pear_exception": [] + } +} diff --git a/app/p2/phar-io/manifest.json b/app/p2/phar-io/manifest.json new file mode 100644 index 0000000..5d3f79a --- /dev/null +++ b/app/p2/phar-io/manifest.json @@ -0,0 +1,118 @@ +{ + "packages": { + "phar-io/manifest": [ + { + "name": "phar-io/manifest", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^1.0.1", + "php": "^5.6 || ^7.0" + }, + "time": "2017-03-05T18:14:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)" + }, + { + "name": "phar-io/manifest", + "version": "1.0.3", + "version_normalized": "1.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^2.0", + "php": "^5.6 || ^7.0" + }, + "time": "2018-07-08T19:23:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)" + } + ] + } +} diff --git a/app/p2/phar-io/manifest~dev.json b/app/p2/phar-io/manifest~dev.json new file mode 100644 index 0000000..53b5f62 --- /dev/null +++ b/app/p2/phar-io/manifest~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phar-io/manifest": [] + } +} diff --git a/app/p2/phar-io/version.json b/app/p2/phar-io/version.json new file mode 100644 index 0000000..6fb17f3 --- /dev/null +++ b/app/p2/phar-io/version.json @@ -0,0 +1,102 @@ +{ + "packages": { + "phar-io/version": [ + { + "name": "phar-io/version", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "time": "2017-03-05T17:38:23+00:00", + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints" + }, + { + "name": "phar-io/version", + "version": "2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "time": "2018-07-08T19:19:57+00:00", + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints" + } + ] + } +} diff --git a/app/p2/phar-io/version~dev.json b/app/p2/phar-io/version~dev.json new file mode 100644 index 0000000..92f3962 --- /dev/null +++ b/app/p2/phar-io/version~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phar-io/version": [] + } +} diff --git a/app/p2/phing/phing.json b/app/p2/phing/phing.json new file mode 100644 index 0000000..6f4d4e3 --- /dev/null +++ b/app/p2/phing/phing.json @@ -0,0 +1,100 @@ +{ + "packages": { + "phing/phing": [ + { + "name": "phing/phing", + "version": "2.16.3", + "version_normalized": "2.16.3.0", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/phing.git", + "reference": "b34c2bf9cd6abd39b4287dee31e68673784c8567" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/phing/zipball/b34c2bf9cd6abd39b4287dee31e68673784c8567", + "reference": "b34c2bf9cd6abd39b4287dee31e68673784c8567", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "ext-pdo_sqlite": "*", + "mikey179/vfsstream": "^1.6", + "pdepend/pdepend": "2.x", + "pear/archive_tar": "1.4.x", + "pear/http_request2": "dev-trunk", + "pear/net_growl": "dev-trunk", + "pear/pear-core-minimal": "1.10.1", + "pear/versioncontrol_git": "@dev", + "pear/versioncontrol_svn": "~0.5", + "phpdocumentor/phpdocumentor": "2.x", + "phploc/phploc": "~2.0.6", + "phpmd/phpmd": "~2.2", + "phpunit/phpunit": ">=3.7", + "sebastian/git": "~1.0", + "sebastian/phpcpd": "2.x", + "siad007/versioncontrol_hg": "^1.0", + "simpletest/simpletest": "^1.1", + "squizlabs/php_codesniffer": "~2.2", + "symfony/yaml": "^2.8 || ^3.1 || ^4.0" + }, + "suggest": { + "pdepend/pdepend": "PHP version of JDepend", + "pear/archive_tar": "Tar file management class", + "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", + "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", + "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", + "phploc/phploc": "A tool for quickly measuring the size of a PHP project", + "phpmd/phpmd": "PHP version of PMD tool", + "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", + "phpunit/phpunit": "The PHP Unit Testing Framework", + "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", + "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", + "tedivm/jshrink": "Javascript Minifier built in PHP" + }, + "time": "2020-02-03T18:50:54+00:00", + "bin": [ + "bin/phing" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.16.x-dev" + } + }, + "autoload": { + "classmap": [ + "classes/phing/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "classes" + ], + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Michiel Rook", + "email": "mrook@php.net" + }, + { + "name": "Phing Community", + "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" + } + ], + "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", + "homepage": "https://www.phing.info/", + "keywords": [ + "build", + "phing", + "task", + "tool" + ] + } + ] + } +} diff --git a/app/p2/phing/phing~dev.json b/app/p2/phing/phing~dev.json new file mode 100644 index 0000000..10bbd34 --- /dev/null +++ b/app/p2/phing/phing~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phing/phing": [] + } +} diff --git a/app/p2/php-coveralls/php-coveralls.json b/app/p2/php-coveralls/php-coveralls.json new file mode 100644 index 0000000..ceb3320 --- /dev/null +++ b/app/p2/php-coveralls/php-coveralls.json @@ -0,0 +1,68 @@ +{ + "packages": { + "php-coveralls/php-coveralls": [ + { + "name": "php-coveralls/php-coveralls", + "version": "v1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-coveralls/php-coveralls.git", + "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", + "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-simplexml": "*", + "guzzle/guzzle": "^2.8 || ^3.0", + "php": "^5.3.3 || ^7.0", + "psr/log": "^1.0", + "symfony/config": "^2.1 || ^3.0 || ^4.0", + "symfony/console": "^2.1 || ^3.0 || ^4.0", + "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", + "symfony/yaml": "^2.0 || ^3.0 || ^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" + }, + "suggest": { + "symfony/http-kernel": "Allows Symfony integration" + }, + "time": "2017-12-06T23:17:56+00:00", + "bin": [ + "bin/coveralls" + ], + "type": "library", + "autoload": { + "psr-4": { + "Satooshi\\": "src/Satooshi/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kitamura Satoshi", + "email": "with.no.parachute@gmail.com", + "homepage": "https://www.facebook.com/satooshi.jp" + } + ], + "description": "PHP client library for Coveralls API", + "homepage": "https://github.com/php-coveralls/php-coveralls", + "keywords": [ + "ci", + "coverage", + "github", + "test" + ] + } + ] + } +} diff --git a/app/p2/php-coveralls/php-coveralls~dev.json b/app/p2/php-coveralls/php-coveralls~dev.json new file mode 100644 index 0000000..3cb6952 --- /dev/null +++ b/app/p2/php-coveralls/php-coveralls~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "php-coveralls/php-coveralls": [] + } +} diff --git a/app/p2/phpdocumentor/reflection-common.json b/app/p2/phpdocumentor/reflection-common.json new file mode 100644 index 0000000..424f0d1 --- /dev/null +++ b/app/p2/phpdocumentor/reflection-common.json @@ -0,0 +1,56 @@ +{ + "packages": { + "phpdocumentor/reflection-common": [ + { + "name": "phpdocumentor/reflection-common", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", + "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "time": "2020-04-27T09:25:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ] + } + ] + } +} diff --git a/app/p2/phpdocumentor/reflection-common~dev.json b/app/p2/phpdocumentor/reflection-common~dev.json new file mode 100644 index 0000000..ae5b188 --- /dev/null +++ b/app/p2/phpdocumentor/reflection-common~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpdocumentor/reflection-common": [] + } +} diff --git a/app/p2/phpdocumentor/reflection-docblock.json b/app/p2/phpdocumentor/reflection-docblock.json new file mode 100644 index 0000000..5bf2aea --- /dev/null +++ b/app/p2/phpdocumentor/reflection-docblock.json @@ -0,0 +1,60 @@ +{ + "packages": { + "phpdocumentor/reflection-docblock": [ + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.1.0", + "version_normalized": "5.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "shasum": "" + }, + "require": { + "ext-filter": "^7.1", + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0", + "phpdocumentor/type-resolver": "^1.0", + "webmozart/assert": "^1" + }, + "require-dev": { + "doctrine/instantiator": "^1", + "mockery/mockery": "^1" + }, + "time": "2020-02-22T12:28:44+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." + } + ] + } +} diff --git a/app/p2/phpdocumentor/reflection-docblock~dev.json b/app/p2/phpdocumentor/reflection-docblock~dev.json new file mode 100644 index 0000000..a6151ec --- /dev/null +++ b/app/p2/phpdocumentor/reflection-docblock~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpdocumentor/reflection-docblock": [] + } +} diff --git a/app/p2/phpdocumentor/type-resolver.json b/app/p2/phpdocumentor/type-resolver.json new file mode 100644 index 0000000..8e1b266 --- /dev/null +++ b/app/p2/phpdocumentor/type-resolver.json @@ -0,0 +1,53 @@ +{ + "packages": { + "phpdocumentor/type-resolver": [ + { + "name": "phpdocumentor/type-resolver", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "7462d5f123dfc080dfdf26897032a6513644fc95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95", + "reference": "7462d5f123dfc080dfdf26897032a6513644fc95", + "shasum": "" + }, + "require": { + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "^7.2", + "mockery/mockery": "~1" + }, + "time": "2020-02-18T18:59:58+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names" + } + ] + } +} diff --git a/app/p2/phpdocumentor/type-resolver~dev.json b/app/p2/phpdocumentor/type-resolver~dev.json new file mode 100644 index 0000000..b0f9fa4 --- /dev/null +++ b/app/p2/phpdocumentor/type-resolver~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpdocumentor/type-resolver": [] + } +} diff --git a/app/p2/phpmd/phpmd.json b/app/p2/phpmd/phpmd.json new file mode 100644 index 0000000..5e11bca --- /dev/null +++ b/app/p2/phpmd/phpmd.json @@ -0,0 +1,75 @@ +{ + "packages": { + "phpmd/phpmd": [ + { + "name": "phpmd/phpmd", + "version": "2.7.0", + "version_normalized": "2.7.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpmd/phpmd.git", + "reference": "a05a999c644f4bc9a204846017db7bb7809fbe4c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/a05a999c644f4bc9a204846017db7bb7809fbe4c", + "reference": "a05a999c644f4bc9a204846017db7bb7809fbe4c", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "pdepend/pdepend": "^2.5", + "php": ">=5.3.9" + }, + "require-dev": { + "gregwar/rst": "^1.0", + "mikey179/vfsstream": "^1.6.4", + "phpunit/phpunit": "^4.8.36 || ^5.7.27", + "squizlabs/php_codesniffer": "^2.0" + }, + "time": "2019-07-30T21:13:32+00:00", + "bin": [ + "src/bin/phpmd" + ], + "type": "library", + "autoload": { + "psr-0": { + "PHPMD\\": "src/main/php" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Manuel Pichler", + "email": "github@manuel-pichler.de", + "homepage": "https://github.com/manuelpichler", + "role": "Project Founder" + }, + { + "name": "Marc Würth", + "email": "ravage@bluewin.ch", + "homepage": "https://github.com/ravage84", + "role": "Project Maintainer" + }, + { + "name": "Other contributors", + "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", + "role": "Contributors" + } + ], + "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", + "homepage": "https://phpmd.org/", + "keywords": [ + "mess detection", + "mess detector", + "pdepend", + "phpmd", + "pmd" + ] + } + ] + } +} diff --git a/app/p2/phpmd/phpmd~dev.json b/app/p2/phpmd/phpmd~dev.json new file mode 100644 index 0000000..76167c5 --- /dev/null +++ b/app/p2/phpmd/phpmd~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpmd/phpmd": [] + } +} diff --git a/app/p2/phpspec/prophecy.json b/app/p2/phpspec/prophecy.json new file mode 100644 index 0000000..1776802 --- /dev/null +++ b/app/p2/phpspec/prophecy.json @@ -0,0 +1,70 @@ +{ + "packages": { + "phpspec/prophecy": [ + { + "name": "phpspec/prophecy", + "version": "v1.10.3", + "version_normalized": "1.10.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "451c3cd1418cf640de218914901e51b064abb093" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", + "reference": "451c3cd1418cf640de218914901e51b064abb093", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.2", + "php": "^5.3|^7.0", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^2.5 || ^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + }, + "time": "2020-03-05T15:02:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ] + } + ] + } +} diff --git a/app/p2/phpspec/prophecy~dev.json b/app/p2/phpspec/prophecy~dev.json new file mode 100644 index 0000000..6d3eee7 --- /dev/null +++ b/app/p2/phpspec/prophecy~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpspec/prophecy": [] + } +} diff --git a/app/p2/phpunit/php-code-coverage.json b/app/p2/phpunit/php-code-coverage.json new file mode 100644 index 0000000..df77f7d --- /dev/null +++ b/app/p2/phpunit/php-code-coverage.json @@ -0,0 +1,70 @@ +{ + "packages": { + "phpunit/php-code-coverage": [ + { + "name": "phpunit/php-code-coverage", + "version": "5.3.2", + "version_normalized": "5.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "c89677919c5dd6d3b3852f230a663118762218ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", + "reference": "c89677919c5dd6d3b3852f230a663118762218ac", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-xmlwriter": "*", + "php": "^7.0", + "phpunit/php-file-iterator": "^1.4.2", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^2.0.1", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^3.0", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "ext-xdebug": "^2.5.5" + }, + "time": "2018-04-06T15:36:58+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.3.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ] + } + ] + } +} diff --git a/app/p2/phpunit/php-code-coverage~dev.json b/app/p2/phpunit/php-code-coverage~dev.json new file mode 100644 index 0000000..e487949 --- /dev/null +++ b/app/p2/phpunit/php-code-coverage~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/php-code-coverage": [] + } +} diff --git a/app/p2/phpunit/php-file-iterator.json b/app/p2/phpunit/php-file-iterator.json new file mode 100644 index 0000000..c7fec2f --- /dev/null +++ b/app/p2/phpunit/php-file-iterator.json @@ -0,0 +1,54 @@ +{ + "packages": { + "phpunit/php-file-iterator": [ + { + "name": "phpunit/php-file-iterator", + "version": "1.4.5", + "version_normalized": "1.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2017-11-27T13:52:08+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ] + } + ] + } +} diff --git a/app/p2/phpunit/php-file-iterator~dev.json b/app/p2/phpunit/php-file-iterator~dev.json new file mode 100644 index 0000000..f478271 --- /dev/null +++ b/app/p2/phpunit/php-file-iterator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/php-file-iterator": [] + } +} diff --git a/app/p2/phpunit/php-text-template.json b/app/p2/phpunit/php-text-template.json new file mode 100644 index 0000000..11213eb --- /dev/null +++ b/app/p2/phpunit/php-text-template.json @@ -0,0 +1,48 @@ +{ + "packages": { + "phpunit/php-text-template": [ + { + "name": "phpunit/php-text-template", + "version": "1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2015-06-21T13:50:34+00:00", + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ] + } + ] + } +} diff --git a/app/p2/phpunit/php-text-template~dev.json b/app/p2/phpunit/php-text-template~dev.json new file mode 100644 index 0000000..49ae2d1 --- /dev/null +++ b/app/p2/phpunit/php-text-template~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/php-text-template": [] + } +} diff --git a/app/p2/phpunit/php-timer.json b/app/p2/phpunit/php-timer.json new file mode 100644 index 0000000..c300d30 --- /dev/null +++ b/app/p2/phpunit/php-timer.json @@ -0,0 +1,56 @@ +{ + "packages": { + "phpunit/php-timer": [ + { + "name": "phpunit/php-timer", + "version": "1.0.9", + "version_normalized": "1.0.9.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "time": "2017-02-26T11:10:40+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ] + } + ] + } +} diff --git a/app/p2/phpunit/php-timer~dev.json b/app/p2/phpunit/php-timer~dev.json new file mode 100644 index 0000000..fb3c765 --- /dev/null +++ b/app/p2/phpunit/php-timer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/php-timer": [] + } +} diff --git a/app/p2/phpunit/php-token-stream.json b/app/p2/phpunit/php-token-stream.json new file mode 100644 index 0000000..84b0511 --- /dev/null +++ b/app/p2/phpunit/php-token-stream.json @@ -0,0 +1,56 @@ +{ + "packages": { + "phpunit/php-token-stream": [ + { + "name": "phpunit/php-token-stream", + "version": "2.0.2", + "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "791198a2c6254db10131eecfe8c06670700904db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2.4" + }, + "time": "2017-11-27T05:48:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "keywords": [ + "tokenizer" + ] + } + ] + } +} diff --git a/app/p2/phpunit/php-token-stream~dev.json b/app/p2/phpunit/php-token-stream~dev.json new file mode 100644 index 0000000..72e0b66 --- /dev/null +++ b/app/p2/phpunit/php-token-stream~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/php-token-stream": [] + } +} diff --git a/app/p2/phpunit/phpunit-mock-objects.json b/app/p2/phpunit/phpunit-mock-objects.json new file mode 100644 index 0000000..8c9da63 --- /dev/null +++ b/app/p2/phpunit/phpunit-mock-objects.json @@ -0,0 +1,67 @@ +{ + "packages": { + "phpunit/phpunit-mock-objects": [ + { + "name": "phpunit/phpunit-mock-objects", + "version": "5.0.10", + "version_normalized": "5.0.10.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.5", + "php": "^7.0", + "phpunit/php-text-template": "^1.2.1", + "sebastian/exporter": "^3.1" + }, + "conflict": { + "phpunit/phpunit": "<6.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.5.11" + }, + "suggest": { + "ext-soap": "*" + }, + "time": "2018-08-09T05:50:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Mock Object library for PHPUnit", + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "keywords": [ + "mock", + "xunit" + ], + "abandoned": true + } + ] + } +} diff --git a/app/p2/phpunit/phpunit-mock-objects~dev.json b/app/p2/phpunit/phpunit-mock-objects~dev.json new file mode 100644 index 0000000..908eaf0 --- /dev/null +++ b/app/p2/phpunit/phpunit-mock-objects~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/phpunit-mock-objects": [] + } +} diff --git a/app/p2/phpunit/phpunit.json b/app/p2/phpunit/phpunit.json new file mode 100644 index 0000000..63ac9f3 --- /dev/null +++ b/app/p2/phpunit/phpunit.json @@ -0,0 +1,176 @@ +{ + "packages": { + "phpunit/phpunit": [ + { + "name": "phpunit/phpunit", + "version": "6.5.0", + "version_normalized": "6.5.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "9582244325db2dda80ee8bd920c3f353b0b6329d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9582244325db2dda80ee8bd920c3f353b0b6329d", + "reference": "9582244325db2dda80ee8bd920c3f353b0b6329d", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "^1.6.1", + "phar-io/manifest": "^1.0.1", + "phar-io/version": "^1.0", + "php": "^7.0", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^5.2.3", + "phpunit/php-file-iterator": "^1.4.3", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^1.0.9", + "phpunit/phpunit-mock-objects": "^5.0", + "sebastian/comparator": "^2.1", + "sebastian/diff": "^2.0", + "sebastian/environment": "^3.1", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^1.0", + "sebastian/version": "^2.0.1" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "3.0.2", + "phpunit/dbunit": "<3.0" + }, + "require-dev": { + "ext-pdo": "*" + }, + "suggest": { + "ext-xdebug": "*", + "phpunit/php-invoker": "^1.1" + }, + "time": "2017-11-30T16:20:46+00:00", + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ] + }, + { + "name": "phpunit/phpunit", + "version": "6.5.14", + "version_normalized": "6.5.14.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7", + "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "^1.6.1", + "phar-io/manifest": "^1.0.1", + "phar-io/version": "^1.0", + "php": "^7.0", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^5.3", + "phpunit/php-file-iterator": "^1.4.3", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^1.0.9", + "phpunit/phpunit-mock-objects": "^5.0.9", + "sebastian/comparator": "^2.1", + "sebastian/diff": "^2.0", + "sebastian/environment": "^3.1", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^1.0", + "sebastian/version": "^2.0.1" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "3.0.2", + "phpunit/dbunit": "<3.0" + }, + "require-dev": { + "ext-pdo": "*" + }, + "suggest": { + "ext-xdebug": "*", + "phpunit/php-invoker": "^1.1" + }, + "time": "2019-02-01T05:22:47+00:00", + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ] + } + ] + } +} diff --git a/app/p2/phpunit/phpunit~dev.json b/app/p2/phpunit/phpunit~dev.json new file mode 100644 index 0000000..c4da20c --- /dev/null +++ b/app/p2/phpunit/phpunit~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "phpunit/phpunit": [] + } +} diff --git a/app/p2/psr/container.json b/app/p2/psr/container.json new file mode 100644 index 0000000..0e0e9c0 --- /dev/null +++ b/app/p2/psr/container.json @@ -0,0 +1,56 @@ +{ + "packages": { + "psr/container": [ + { + "name": "psr/container", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2017-02-14T16:28:37+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ] + } + ] + } +} diff --git a/app/p2/psr/container~dev.json b/app/p2/psr/container~dev.json new file mode 100644 index 0000000..0d07fbc --- /dev/null +++ b/app/p2/psr/container~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "psr/container": [] + } +} diff --git a/app/p2/psr/event-dispatcher.json b/app/p2/psr/event-dispatcher.json new file mode 100644 index 0000000..05eafd3 --- /dev/null +++ b/app/p2/psr/event-dispatcher.json @@ -0,0 +1,53 @@ +{ + "packages": { + "psr/event-dispatcher": [ + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "time": "2019-01-08T18:20:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ] + } + ] + } +} diff --git a/app/p2/psr/event-dispatcher~dev.json b/app/p2/psr/event-dispatcher~dev.json new file mode 100644 index 0000000..d2371ee --- /dev/null +++ b/app/p2/psr/event-dispatcher~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "psr/event-dispatcher": [] + } +} diff --git a/app/p2/psr/http-message.json b/app/p2/psr/http-message.json new file mode 100644 index 0000000..c294b6e --- /dev/null +++ b/app/p2/psr/http-message.json @@ -0,0 +1,57 @@ +{ + "packages": { + "psr/http-message": [ + { + "name": "psr/http-message", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2016-08-06T14:39:51+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ] + } + ] + } +} diff --git a/app/p2/psr/http-message~dev.json b/app/p2/psr/http-message~dev.json new file mode 100644 index 0000000..d61db85 --- /dev/null +++ b/app/p2/psr/http-message~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "psr/http-message": [] + } +} diff --git a/app/p2/psr/log.json b/app/p2/psr/log.json new file mode 100644 index 0000000..c280c7e --- /dev/null +++ b/app/p2/psr/log.json @@ -0,0 +1,102 @@ +{ + "packages": { + "psr/log": [ + { + "name": "psr/log", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2018-11-20T15:27:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ] + }, + { + "name": "psr/log", + "version": "1.1.3", + "version_normalized": "1.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2020-03-23T09:12:05+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ] + } + ] + } +} diff --git a/app/p2/psr/log~dev.json b/app/p2/psr/log~dev.json new file mode 100644 index 0000000..c6b5997 --- /dev/null +++ b/app/p2/psr/log~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "psr/log": [] + } +} diff --git a/app/p2/psy/psysh.json b/app/p2/psy/psysh.json new file mode 100644 index 0000000..6b2e66d --- /dev/null +++ b/app/p2/psy/psysh.json @@ -0,0 +1,79 @@ +{ + "packages": { + "psy/psysh": [ + { + "name": "psy/psysh", + "version": "v0.10.4", + "version_normalized": "0.10.4.0", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/psysh.git", + "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560", + "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560", + "shasum": "" + }, + "require": { + "dnoegel/php-xdg-base-dir": "0.1.*", + "ext-json": "*", + "ext-tokenizer": "*", + "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", + "php": "^8.0 || ^7.0 || ^5.5.9", + "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", + "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.2", + "hoa/console": "3.17.*" + }, + "suggest": { + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", + "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + }, + "time": "2020-05-03T19:32:03+00:00", + "bin": [ + "bin/psysh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.10.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Psy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", + "keywords": [ + "REPL", + "console", + "interactive", + "shell" + ] + } + ] + } +} diff --git a/app/p2/psy/psysh~dev.json b/app/p2/psy/psysh~dev.json new file mode 100644 index 0000000..a6891a2 --- /dev/null +++ b/app/p2/psy/psysh~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "psy/psysh": [] + } +} diff --git a/app/p2/ralouphie/getallheaders.json b/app/p2/ralouphie/getallheaders.json new file mode 100644 index 0000000..558c517 --- /dev/null +++ b/app/p2/ralouphie/getallheaders.json @@ -0,0 +1,47 @@ +{ + "packages": { + "ralouphie/getallheaders": [ + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "version_normalized": "3.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "time": "2019-03-08T08:55:37+00:00", + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders." + } + ] + } +} diff --git a/app/p2/ralouphie/getallheaders~dev.json b/app/p2/ralouphie/getallheaders~dev.json new file mode 100644 index 0000000..1907389 --- /dev/null +++ b/app/p2/ralouphie/getallheaders~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "ralouphie/getallheaders": [] + } +} diff --git a/app/p2/sebastian/code-unit-reverse-lookup.json b/app/p2/sebastian/code-unit-reverse-lookup.json new file mode 100644 index 0000000..5c29e08 --- /dev/null +++ b/app/p2/sebastian/code-unit-reverse-lookup.json @@ -0,0 +1,52 @@ +{ + "packages": { + "sebastian/code-unit-reverse-lookup": [ + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.0" + }, + "time": "2017-03-04T06:30:41+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/" + } + ] + } +} diff --git a/app/p2/sebastian/code-unit-reverse-lookup~dev.json b/app/p2/sebastian/code-unit-reverse-lookup~dev.json new file mode 100644 index 0000000..e49268f --- /dev/null +++ b/app/p2/sebastian/code-unit-reverse-lookup~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/code-unit-reverse-lookup": [] + } +} diff --git a/app/p2/sebastian/comparator.json b/app/p2/sebastian/comparator.json new file mode 100644 index 0000000..f809137 --- /dev/null +++ b/app/p2/sebastian/comparator.json @@ -0,0 +1,136 @@ +{ + "packages": { + "sebastian/comparator": [ + { + "name": "sebastian/comparator", + "version": "2.1.3", + "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", + "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", + "shasum": "" + }, + "require": { + "php": "^7.0", + "sebastian/diff": "^2.0 || ^3.0", + "sebastian/exporter": "^3.1" + }, + "require-dev": { + "phpunit/phpunit": "^6.4" + }, + "time": "2018-02-01T13:46:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ] + }, + { + "name": "sebastian/comparator", + "version": "4.0.0", + "version_normalized": "4.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85b3435da967696ed618ff745f32be3ff4a2b8e8", + "reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8", + "shasum": "" + }, + "require": { + "php": "^7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "time": "2020-02-07T06:08:51+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ] + } + ] + } +} diff --git a/app/p2/sebastian/comparator~dev.json b/app/p2/sebastian/comparator~dev.json new file mode 100644 index 0000000..54303b8 --- /dev/null +++ b/app/p2/sebastian/comparator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/comparator": [] + } +} diff --git a/app/p2/sebastian/diff.json b/app/p2/sebastian/diff.json new file mode 100644 index 0000000..73e6f06 --- /dev/null +++ b/app/p2/sebastian/diff.json @@ -0,0 +1,173 @@ +{ + "packages": { + "sebastian/diff": [ + { + "name": "sebastian/diff", + "version": "2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2" + }, + "time": "2017-08-03T08:09:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ] + }, + { + "name": "sebastian/diff", + "version": "3.0.2", + "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" + }, + "time": "2019-02-04T06:01:07+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ] + }, + { + "name": "sebastian/diff", + "version": "4.0.1", + "version_normalized": "4.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3e523c576f29dacecff309f35e4cc5a5c168e78a", + "reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a", + "shasum": "" + }, + "require": { + "php": "^7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0", + "symfony/process": "^4.2 || ^5" + }, + "time": "2020-05-08T05:01:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ] + } + ] + } +} diff --git a/app/p2/sebastian/diff~dev.json b/app/p2/sebastian/diff~dev.json new file mode 100644 index 0000000..cb723a6 --- /dev/null +++ b/app/p2/sebastian/diff~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/diff": [] + } +} diff --git a/app/p2/sebastian/environment.json b/app/p2/sebastian/environment.json new file mode 100644 index 0000000..8bc7f6a --- /dev/null +++ b/app/p2/sebastian/environment.json @@ -0,0 +1,57 @@ +{ + "packages": { + "sebastian/environment": [ + { + "name": "sebastian/environment", + "version": "3.1.0", + "version_normalized": "3.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.1" + }, + "time": "2017-07-01T08:51:00+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ] + } + ] + } +} diff --git a/app/p2/sebastian/environment~dev.json b/app/p2/sebastian/environment~dev.json new file mode 100644 index 0000000..0878133 --- /dev/null +++ b/app/p2/sebastian/environment~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/environment": [] + } +} diff --git a/app/p2/sebastian/exporter.json b/app/p2/sebastian/exporter.json new file mode 100644 index 0000000..6ef1705 --- /dev/null +++ b/app/p2/sebastian/exporter.json @@ -0,0 +1,142 @@ +{ + "packages": { + "sebastian/exporter": [ + { + "name": "sebastian/exporter", + "version": "3.1.2", + "version_normalized": "3.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", + "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", + "shasum": "" + }, + "require": { + "php": "^7.0", + "sebastian/recursion-context": "^3.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^6.0" + }, + "time": "2019-09-14T09:02:43+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ] + }, + { + "name": "sebastian/exporter", + "version": "4.0.0", + "version_normalized": "4.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "80c26562e964016538f832f305b2286e1ec29566" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/80c26562e964016538f832f305b2286e1ec29566", + "reference": "80c26562e964016538f832f305b2286e1ec29566", + "shasum": "" + }, + "require": { + "php": "^7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.0" + }, + "time": "2020-02-07T06:10:52+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ] + } + ] + } +} diff --git a/app/p2/sebastian/exporter~dev.json b/app/p2/sebastian/exporter~dev.json new file mode 100644 index 0000000..8e5a3ab --- /dev/null +++ b/app/p2/sebastian/exporter~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/exporter": [] + } +} diff --git a/app/p2/sebastian/global-state.json b/app/p2/sebastian/global-state.json new file mode 100644 index 0000000..5f31b78 --- /dev/null +++ b/app/p2/sebastian/global-state.json @@ -0,0 +1,58 @@ +{ + "packages": { + "sebastian/global-state": [ + { + "name": "sebastian/global-state", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "ext-uopz": "*" + }, + "time": "2017-04-27T15:39:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ] + } + ] + } +} diff --git a/app/p2/sebastian/global-state~dev.json b/app/p2/sebastian/global-state~dev.json new file mode 100644 index 0000000..3997d43 --- /dev/null +++ b/app/p2/sebastian/global-state~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/global-state": [] + } +} diff --git a/app/p2/sebastian/object-enumerator.json b/app/p2/sebastian/object-enumerator.json new file mode 100644 index 0000000..a6b35c4 --- /dev/null +++ b/app/p2/sebastian/object-enumerator.json @@ -0,0 +1,54 @@ +{ + "packages": { + "sebastian/object-enumerator": [ + { + "name": "sebastian/object-enumerator", + "version": "3.0.3", + "version_normalized": "3.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "shasum": "" + }, + "require": { + "php": "^7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "time": "2017-08-03T12:35:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/" + } + ] + } +} diff --git a/app/p2/sebastian/object-enumerator~dev.json b/app/p2/sebastian/object-enumerator~dev.json new file mode 100644 index 0000000..8dc0f82 --- /dev/null +++ b/app/p2/sebastian/object-enumerator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/object-enumerator": [] + } +} diff --git a/app/p2/sebastian/object-reflector.json b/app/p2/sebastian/object-reflector.json new file mode 100644 index 0000000..18892d4 --- /dev/null +++ b/app/p2/sebastian/object-reflector.json @@ -0,0 +1,52 @@ +{ + "packages": { + "sebastian/object-reflector": [ + { + "name": "sebastian/object-reflector", + "version": "1.1.1", + "version_normalized": "1.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "773f97c67f28de00d397be301821b06708fca0be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", + "reference": "773f97c67f28de00d397be301821b06708fca0be", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "time": "2017-03-29T09:07:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/" + } + ] + } +} diff --git a/app/p2/sebastian/object-reflector~dev.json b/app/p2/sebastian/object-reflector~dev.json new file mode 100644 index 0000000..6088fff --- /dev/null +++ b/app/p2/sebastian/object-reflector~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/object-reflector": [] + } +} diff --git a/app/p2/sebastian/recursion-context.json b/app/p2/sebastian/recursion-context.json new file mode 100644 index 0000000..72a6a23 --- /dev/null +++ b/app/p2/sebastian/recursion-context.json @@ -0,0 +1,114 @@ +{ + "packages": { + "sebastian/recursion-context": [ + { + "name": "sebastian/recursion-context", + "version": "3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "time": "2017-03-03T06:23:57+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.0", + "version_normalized": "4.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cdd86616411fc3062368b720b0425de10bd3d579" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cdd86616411fc3062368b720b0425de10bd3d579", + "reference": "cdd86616411fc3062368b720b0425de10bd3d579", + "shasum": "" + }, + "require": { + "php": "^7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "time": "2020-02-07T06:18:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context" + } + ] + } +} diff --git a/app/p2/sebastian/recursion-context~dev.json b/app/p2/sebastian/recursion-context~dev.json new file mode 100644 index 0000000..cf8259c --- /dev/null +++ b/app/p2/sebastian/recursion-context~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/recursion-context": [] + } +} diff --git a/app/p2/sebastian/resource-operations.json b/app/p2/sebastian/resource-operations.json new file mode 100644 index 0000000..5925cde --- /dev/null +++ b/app/p2/sebastian/resource-operations.json @@ -0,0 +1,49 @@ +{ + "packages": { + "sebastian/resource-operations": [ + { + "name": "sebastian/resource-operations", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "time": "2015-07-28T20:34:47+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations" + } + ] + } +} diff --git a/app/p2/sebastian/resource-operations~dev.json b/app/p2/sebastian/resource-operations~dev.json new file mode 100644 index 0000000..7b0f4fb --- /dev/null +++ b/app/p2/sebastian/resource-operations~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/resource-operations": [] + } +} diff --git a/app/p2/sebastian/version.json b/app/p2/sebastian/version.json new file mode 100644 index 0000000..58ec85e --- /dev/null +++ b/app/p2/sebastian/version.json @@ -0,0 +1,50 @@ +{ + "packages": { + "sebastian/version": [ + { + "name": "sebastian/version", + "version": "2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "time": "2016-10-03T07:35:21+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version" + } + ] + } +} diff --git a/app/p2/sebastian/version~dev.json b/app/p2/sebastian/version~dev.json new file mode 100644 index 0000000..50ea683 --- /dev/null +++ b/app/p2/sebastian/version~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "sebastian/version": [] + } +} diff --git a/app/p2/solarium/solarium.json b/app/p2/solarium/solarium.json new file mode 100644 index 0000000..0ce6c09 --- /dev/null +++ b/app/p2/solarium/solarium.json @@ -0,0 +1,62 @@ +{ + "packages": { + "solarium/solarium": [ + { + "name": "solarium/solarium", + "version": "5.1.6", + "version_normalized": "5.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/solariumphp/solarium.git", + "reference": "9e073cc32c0144fc23215fe205cd0cb44e68b6ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/9e073cc32c0144fc23215fe205cd0cb44e68b6ad", + "reference": "9e073cc32c0144fc23215fe205cd0cb44e68b6ad", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.1.3", + "symfony/event-dispatcher": "^4.3 || ^5.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.16", + "guzzlehttp/guzzle": "^3.8 || ^6.2", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^8.0", + "squizlabs/php_codesniffer": "^3.4", + "zendframework/zend-http": "^2.8" + }, + "suggest": { + "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" + }, + "time": "2020-02-14T15:18:59+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Solarium\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "See GitHub contributors", + "homepage": "https://github.com/basdenooijer/solarium/contributors" + } + ], + "description": "PHP Solr client", + "homepage": "http://www.solarium-project.org", + "keywords": [ + "php", + "search", + "solr" + ] + } + ] + } +} diff --git a/app/p2/solarium/solarium~dev.json b/app/p2/solarium/solarium~dev.json new file mode 100644 index 0000000..279d785 --- /dev/null +++ b/app/p2/solarium/solarium~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "solarium/solarium": [] + } +} diff --git a/app/p2/squizlabs/php_codesniffer.json b/app/p2/squizlabs/php_codesniffer.json new file mode 100644 index 0000000..d018e88 --- /dev/null +++ b/app/p2/squizlabs/php_codesniffer.json @@ -0,0 +1,137 @@ +{ + "packages": { + "squizlabs/php_codesniffer": [ + { + "name": "squizlabs/php_codesniffer", + "version": "2.9.2", + "version_normalized": "2.9.2.0", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "2acf168de78487db620ab4bc524135a13cfe6745" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745", + "reference": "2acf168de78487db620ab4bc524135a13cfe6745", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.1.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "time": "2018-11-07T22:31:41+00:00", + "bin": [ + "scripts/phpcs", + "scripts/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "classmap": [ + "CodeSniffer.php", + "CodeSniffer/CLI.php", + "CodeSniffer/Exception.php", + "CodeSniffer/File.php", + "CodeSniffer/Fixer.php", + "CodeSniffer/Report.php", + "CodeSniffer/Reporting.php", + "CodeSniffer/Sniff.php", + "CodeSniffer/Tokens.php", + "CodeSniffer/Reports/", + "CodeSniffer/Tokenizers/", + "CodeSniffer/DocGenerators/", + "CodeSniffer/Standards/AbstractPatternSniff.php", + "CodeSniffer/Standards/AbstractScopeSniff.php", + "CodeSniffer/Standards/AbstractVariableSniff.php", + "CodeSniffer/Standards/IncorrectPatternException.php", + "CodeSniffer/Standards/Generic/Sniffs/", + "CodeSniffer/Standards/MySource/Sniffs/", + "CodeSniffer/Standards/PEAR/Sniffs/", + "CodeSniffer/Standards/PSR1/Sniffs/", + "CodeSniffer/Standards/PSR2/Sniffs/", + "CodeSniffer/Standards/Squiz/Sniffs/", + "CodeSniffer/Standards/Zend/Sniffs/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "http://www.squizlabs.com/php-codesniffer", + "keywords": [ + "phpcs", + "standards" + ] + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.5.5", + "version_normalized": "3.5.5.0", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6", + "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "time": "2020-04-17T01:09:41+00:00", + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ] + } + ] + } +} diff --git a/app/p2/squizlabs/php_codesniffer~dev.json b/app/p2/squizlabs/php_codesniffer~dev.json new file mode 100644 index 0000000..da54af5 --- /dev/null +++ b/app/p2/squizlabs/php_codesniffer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "squizlabs/php_codesniffer": [] + } +} diff --git a/app/p2/stack/builder.json b/app/p2/stack/builder.json new file mode 100644 index 0000000..55b2dc3 --- /dev/null +++ b/app/p2/stack/builder.json @@ -0,0 +1,107 @@ +{ + "packages": { + "stack/builder": [ + { + "name": "stack/builder", + "version": "v1.0.5", + "version_normalized": "1.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/stackphp/builder.git", + "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a", + "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/http-foundation": "~2.1|~3.0|~4.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0" + }, + "require-dev": { + "silex/silex": "~1.0" + }, + "time": "2017-11-18T14:57:29+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Stack": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + } + ], + "description": "Builder for stack middlewares based on HttpKernelInterface.", + "keywords": [ + "stack" + ] + }, + { + "name": "stack/builder", + "version": "v1.0.6", + "version_normalized": "1.0.6.0", + "source": { + "type": "git", + "url": "https://github.com/stackphp/builder.git", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "shasum": "" + }, + "require": { + "php": ">=7.2.0", + "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" + }, + "require-dev": { + "phpunit/phpunit": "~8.0", + "symfony/routing": "^5.0" + }, + "time": "2020-01-30T12:17:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Stack": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + } + ], + "description": "Builder for stack middleware based on HttpKernelInterface.", + "keywords": [ + "stack" + ] + } + ] + } +} diff --git a/app/p2/stack/builder~dev.json b/app/p2/stack/builder~dev.json new file mode 100644 index 0000000..3451027 --- /dev/null +++ b/app/p2/stack/builder~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "stack/builder": [] + } +} diff --git a/app/p2/stecman/symfony-console-completion.json b/app/p2/stecman/symfony-console-completion.json new file mode 100644 index 0000000..2f99f83 --- /dev/null +++ b/app/p2/stecman/symfony-console-completion.json @@ -0,0 +1,52 @@ +{ + "packages": { + "stecman/symfony-console-completion": [ + { + "name": "stecman/symfony-console-completion", + "version": "0.11.0", + "version_normalized": "0.11.0.0", + "source": { + "type": "git", + "url": "https://github.com/stecman/symfony-console-completion.git", + "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", + "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" + }, + "time": "2019-11-24T17:03:06+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.10.x-dev" + } + }, + "autoload": { + "psr-4": { + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Stephen Holdaway", + "email": "stephen@stecman.co.nz" + } + ], + "description": "Automatic BASH completion for Symfony Console Component based applications." + } + ] + } +} diff --git a/app/p2/stecman/symfony-console-completion~dev.json b/app/p2/stecman/symfony-console-completion~dev.json new file mode 100644 index 0000000..bfcd989 --- /dev/null +++ b/app/p2/stecman/symfony-console-completion~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "stecman/symfony-console-completion": [] + } +} diff --git a/app/p2/swiftmailer/swiftmailer.json b/app/p2/swiftmailer/swiftmailer.json new file mode 100644 index 0000000..3f9095e --- /dev/null +++ b/app/p2/swiftmailer/swiftmailer.json @@ -0,0 +1,61 @@ +{ + "packages": { + "swiftmailer/swiftmailer": [ + { + "name": "swiftmailer/swiftmailer", + "version": "v5.4.12", + "version_normalized": "5.4.12.0", + "source": { + "type": "git", + "url": "https://github.com/swiftmailer/swiftmailer.git", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "mockery/mockery": "~0.9.1", + "symfony/phpunit-bridge": "~3.2" + }, + "time": "2018-07-31T09:26:32+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.4-dev" + } + }, + "autoload": { + "files": [ + "lib/swift_required.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Corbyn" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Swiftmailer, free feature-rich PHP mailer", + "homepage": "https://swiftmailer.symfony.com", + "keywords": [ + "email", + "mail", + "mailer" + ] + } + ] + } +} diff --git a/app/p2/swiftmailer/swiftmailer~dev.json b/app/p2/swiftmailer/swiftmailer~dev.json new file mode 100644 index 0000000..e175617 --- /dev/null +++ b/app/p2/swiftmailer/swiftmailer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "swiftmailer/swiftmailer": [] + } +} diff --git a/app/p2/symfony-cmf/routing.json b/app/p2/symfony-cmf/routing.json new file mode 100644 index 0000000..7be8596 --- /dev/null +++ b/app/p2/symfony-cmf/routing.json @@ -0,0 +1,66 @@ +{ + "packages": { + "symfony-cmf/routing": [ + { + "name": "symfony-cmf/routing", + "version": "1.4.1", + "version_normalized": "1.4.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony-cmf/routing.git", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "shasum": "" + }, + "require": { + "php": "^5.3.9|^7.0", + "psr/log": "1.*", + "symfony/http-kernel": "^2.2|3.*", + "symfony/routing": "^2.2|3.*" + }, + "require-dev": { + "friendsofsymfony/jsrouting-bundle": "^1.1", + "symfony-cmf/testing": "^1.3", + "symfony/config": "^2.2|3.*", + "symfony/dependency-injection": "^2.0.5|3.*", + "symfony/event-dispatcher": "^2.1|3.*" + }, + "suggest": { + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" + }, + "time": "2017-05-09T08:10:41+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Cmf\\Component\\Routing\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony CMF Community", + "homepage": "https://github.com/symfony-cmf/Routing/contributors" + } + ], + "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", + "homepage": "http://cmf.symfony.com", + "keywords": [ + "database", + "routing" + ] + } + ] + } +} diff --git a/app/p2/symfony-cmf/routing~dev.json b/app/p2/symfony-cmf/routing~dev.json new file mode 100644 index 0000000..bda6598 --- /dev/null +++ b/app/p2/symfony-cmf/routing~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony-cmf/routing": [] + } +} diff --git a/app/p2/symfony/browser-kit.json b/app/p2/symfony/browser-kit.json new file mode 100644 index 0000000..d1d36bb --- /dev/null +++ b/app/p2/symfony/browser-kit.json @@ -0,0 +1,126 @@ +{ + "packages": { + "symfony/browser-kit": [ + { + "name": "symfony/browser-kit", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e4b0dc1b100bf75b5717c5b451397f230a618a42", + "reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0" + }, + "require-dev": { + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "time": "2020-03-28T10:15:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony BrowserKit Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/browser-kit", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "0fa03cfaf1155eedbef871eef1a64c427e624c56" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/0fa03cfaf1155eedbef871eef1a64c427e624c56", + "reference": "0fa03cfaf1155eedbef871eef1a64c427e624c56", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/dom-crawler": "^4.4|^5.0" + }, + "require-dev": { + "symfony/css-selector": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "time": "2020-03-30T11:42:42+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony BrowserKit Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/browser-kit~dev.json b/app/p2/symfony/browser-kit~dev.json new file mode 100644 index 0000000..6c247e3 --- /dev/null +++ b/app/p2/symfony/browser-kit~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/browser-kit": [] + } +} diff --git a/app/p2/symfony/class-loader.json b/app/p2/symfony/class-loader.json new file mode 100644 index 0000000..c85c6ef --- /dev/null +++ b/app/p2/symfony/class-loader.json @@ -0,0 +1,120 @@ +{ + "packages": { + "symfony/class-loader": [ + { + "name": "symfony/class-loader", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/class-loader.git", + "reference": "e212b06996819a2bce026a63da03b7182d05a690" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690", + "reference": "e212b06996819a2bce026a63da03b7182d05a690", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "require-dev": { + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/polyfill-apcu": "~1.1" + }, + "suggest": { + "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + }, + "time": "2019-08-20T13:31:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ClassLoader\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/class-loader", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/class-loader.git", + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e4636a4f23f157278a19e5db160c63de0da297d8", + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "require-dev": { + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/polyfill-apcu": "~1.1" + }, + "suggest": { + "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + }, + "time": "2020-03-15T09:38:08+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ClassLoader\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/class-loader~dev.json b/app/p2/symfony/class-loader~dev.json new file mode 100644 index 0000000..c857d38 --- /dev/null +++ b/app/p2/symfony/class-loader~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/class-loader": [] + } +} diff --git a/app/p2/symfony/config.json b/app/p2/symfony/config.json new file mode 100644 index 0000000..90698dd --- /dev/null +++ b/app/p2/symfony/config.json @@ -0,0 +1,201 @@ +{ + "packages": { + "symfony/config": [ + { + "name": "symfony/config", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "3634991bea549e73c45a964c38f30ceeae6ed877" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877", + "reference": "3634991bea549e73c45a964c38f30ceeae6ed877", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/filesystem": "~2.8|~3.0|~4.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3", + "symfony/finder": "<3.3" + }, + "require-dev": { + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/event-dispatcher": "~3.3|~4.0", + "symfony/finder": "~3.3|~4.0", + "symfony/yaml": "~3.0|~4.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "time": "2020-04-12T14:33:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/config", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "8ba41fe053683e1e6e3f6fa21f07ea5c4dd9e4c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/8ba41fe053683e1e6e3f6fa21f07ea5c4dd9e4c0", + "reference": "8ba41fe053683e1e6e3f6fa21f07ea5c4dd9e4c0", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "time": "2020-04-15T15:56:18+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/config", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "db1674e1a261148429f123871f30d211992294e7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/db1674e1a261148429f123871f30d211992294e7", + "reference": "db1674e1a261148429f123871f30d211992294e7", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/filesystem": "^4.4|^5.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/finder": "<4.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "time": "2020-04-15T15:59:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/config~dev.json b/app/p2/symfony/config~dev.json new file mode 100644 index 0000000..0db52dd --- /dev/null +++ b/app/p2/symfony/config~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/config": [] + } +} diff --git a/app/p2/symfony/console.json b/app/p2/symfony/console.json new file mode 100644 index 0000000..da09050 --- /dev/null +++ b/app/p2/symfony/console.json @@ -0,0 +1,306 @@ +{ + "packages": { + "symfony/console": [ + { + "name": "symfony/console", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7", + "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "time": "2019-11-13T07:12:39+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/console", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120", + "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "time": "2020-03-27T17:07:22+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/console", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7", + "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/lock": "<4.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/event-dispatcher": "^4.3", + "symfony/lock": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^4.3|^5.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "time": "2020-03-30T11:41:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/console", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", + "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/dependency-injection": "<4.4", + "symfony/event-dispatcher": "<4.4", + "symfony/lock": "<4.4", + "symfony/process": "<4.4" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "time": "2020-03-30T11:42:42+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/console~dev.json b/app/p2/symfony/console~dev.json new file mode 100644 index 0000000..73a0e33 --- /dev/null +++ b/app/p2/symfony/console~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/console": [] + } +} diff --git a/app/p2/symfony/css-selector.json b/app/p2/symfony/css-selector.json new file mode 100644 index 0000000..41b8787 --- /dev/null +++ b/app/p2/symfony/css-selector.json @@ -0,0 +1,168 @@ +{ + "packages": { + "symfony/css-selector": [ + { + "name": "symfony/css-selector", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/9ccf6e78077a3fc1596e6c7b5958008965a11518", + "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "time": "2020-03-16T08:31:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/afc26133a6fbdd4f8842e38893e0ee4685c7c94b", + "reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "time": "2020-03-27T16:54:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/css-selector", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "5f8d5271303dad260692ba73dfa21777d38e124e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e", + "reference": "5f8d5271303dad260692ba73dfa21777d38e124e", + "shasum": "" + }, + "require": { + "php": "^7.2.5" + }, + "time": "2020-03-27T16:56:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/css-selector~dev.json b/app/p2/symfony/css-selector~dev.json new file mode 100644 index 0000000..8275724 --- /dev/null +++ b/app/p2/symfony/css-selector~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/css-selector": [] + } +} diff --git a/app/p2/symfony/debug.json b/app/p2/symfony/debug.json new file mode 100644 index 0000000..3db8661 --- /dev/null +++ b/app/p2/symfony/debug.json @@ -0,0 +1,177 @@ +{ + "packages": { + "symfony/debug": [ + { + "name": "symfony/debug", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086", + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + }, + "require-dev": { + "symfony/http-kernel": "~2.8|~3.0|~4.0" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/debug", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29", + "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + }, + "require-dev": { + "symfony/http-kernel": "~2.8|~3.0|~4.0" + }, + "time": "2020-03-23T10:22:40+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/debug", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "346636d2cae417992ecfd761979b2ab98b339a45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45", + "reference": "346636d2cae417992ecfd761979b2ab98b339a45", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "time": "2020-03-27T16:54:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/debug~dev.json b/app/p2/symfony/debug~dev.json new file mode 100644 index 0000000..9477893 --- /dev/null +++ b/app/p2/symfony/debug~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/debug": [] + } +} diff --git a/app/p2/symfony/dependency-injection.json b/app/p2/symfony/dependency-injection.json new file mode 100644 index 0000000..3e0576e --- /dev/null +++ b/app/p2/symfony/dependency-injection.json @@ -0,0 +1,224 @@ +{ + "packages": { + "symfony/dependency-injection": [ + { + "name": "symfony/dependency-injection", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "0ea4d39ca82409a25a43b61ce828048a90000920" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920", + "reference": "0ea4d39ca82409a25a43b61ce828048a90000920", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", + "symfony/finder": "<3.3", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2019-11-08T16:18:30+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/dependency-injection", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd", + "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", + "symfony/finder": "<3.3", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2020-04-13T09:33:40+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/dependency-injection", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba", + "reference": "92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<5.0", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2020-04-28T17:58:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/dependency-injection~dev.json b/app/p2/symfony/dependency-injection~dev.json new file mode 100644 index 0000000..db49d01 --- /dev/null +++ b/app/p2/symfony/dependency-injection~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/dependency-injection": [] + } +} diff --git a/app/p2/symfony/dom-crawler.json b/app/p2/symfony/dom-crawler.json new file mode 100644 index 0000000..63d59cc --- /dev/null +++ b/app/p2/symfony/dom-crawler.json @@ -0,0 +1,188 @@ +{ + "packages": { + "symfony/dom-crawler": [ + { + "name": "symfony/dom-crawler", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "ceacdab4abf7695ef6bec77c8b7983e1544c6358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ceacdab4abf7695ef6bec77c8b7983e1544c6358", + "reference": "ceacdab4abf7695ef6bec77c8b7983e1544c6358", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "symfony/css-selector": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "time": "2020-03-16T08:31:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4d0fb3374324071ecdd94898367a3fa4b5563162", + "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "time": "2020-03-29T19:12:22+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/dom-crawler", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "892311d23066844a267ac1a903d8a9d79968a1a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/892311d23066844a267ac1a903d8a9d79968a1a7", + "reference": "892311d23066844a267ac1a903d8a9d79968a1a7", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^4.4|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "time": "2020-03-30T11:42:42+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/dom-crawler~dev.json b/app/p2/symfony/dom-crawler~dev.json new file mode 100644 index 0000000..6bdb6cb --- /dev/null +++ b/app/p2/symfony/dom-crawler~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/dom-crawler": [] + } +} diff --git a/app/p2/symfony/error-handler.json b/app/p2/symfony/error-handler.json new file mode 100644 index 0000000..d799d74 --- /dev/null +++ b/app/p2/symfony/error-handler.json @@ -0,0 +1,119 @@ +{ + "packages": { + "symfony/error-handler": [ + { + "name": "symfony/error-handler", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/7e9828fc98aa1cf27b422fe478a84f5b0abb7358", + "reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "psr/log": "~1.0", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "time": "2020-03-30T14:07:33+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ErrorHandler Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/error-handler", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4", + "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/log": "^1.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "time": "2020-03-30T14:14:32+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ErrorHandler Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/error-handler~dev.json b/app/p2/symfony/error-handler~dev.json new file mode 100644 index 0000000..2a2964a --- /dev/null +++ b/app/p2/symfony/error-handler~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/error-handler": [] + } +} diff --git a/app/p2/symfony/event-dispatcher-contracts.json b/app/p2/symfony/event-dispatcher-contracts.json new file mode 100644 index 0000000..991b0ec --- /dev/null +++ b/app/p2/symfony/event-dispatcher-contracts.json @@ -0,0 +1,124 @@ +{ + "packages": { + "symfony/event-dispatcher-contracts": [ + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.7", + "version_normalized": "1.1.7.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18", + "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "time": "2019-09-17T09:54:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ] + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "af23c2584d4577d54661c434446fb8fbed6025dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd", + "reference": "af23c2584d4577d54661c434446fb8fbed6025dd", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/event-dispatcher": "^1" + }, + "suggest": { + "symfony/event-dispatcher-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ] + } + ] + } +} diff --git a/app/p2/symfony/event-dispatcher-contracts~dev.json b/app/p2/symfony/event-dispatcher-contracts~dev.json new file mode 100644 index 0000000..102e49c --- /dev/null +++ b/app/p2/symfony/event-dispatcher-contracts~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/event-dispatcher-contracts": [] + } +} diff --git a/app/p2/symfony/event-dispatcher.json b/app/p2/symfony/event-dispatcher.json new file mode 100644 index 0000000..2f4eade --- /dev/null +++ b/app/p2/symfony/event-dispatcher.json @@ -0,0 +1,408 @@ +{ + "packages": { + "symfony/event-dispatcher": [ + { + "name": "symfony/event-dispatcher", + "version": "v2.8.52", + "version_normalized": "2.8.52.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0", + "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^2.0.5|~3.0.0", + "symfony/dependency-injection": "~2.6|~3.0.0", + "symfony/expression-language": "~2.6|~3.0.0", + "symfony/stopwatch": "~2.3|~3.0.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2018-11-21T14:20:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/event-dispatcher", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/event-dispatcher", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48", + "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2020-03-15T09:38:08+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.3.11", + "version_normalized": "4.3.11.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "75f99d7489409207d09c6cd75a6c773ccbb516d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/75f99d7489409207d09c6cd75a6c773ccbb516d5", + "reference": "75f99d7489409207d09c6cd75a6c773ccbb516d5", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/http-foundation": "^3.4|^4.0", + "symfony/service-contracts": "^1.1", + "symfony/stopwatch": "~3.4|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2020-01-09T13:17:05+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed", + "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2020-03-27T16:54:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/event-dispatcher", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc", + "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/event-dispatcher-contracts": "^2" + }, + "conflict": { + "symfony/dependency-injection": "<4.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^4.4|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2020-03-27T16:56:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/event-dispatcher~dev.json b/app/p2/symfony/event-dispatcher~dev.json new file mode 100644 index 0000000..92d3cdd --- /dev/null +++ b/app/p2/symfony/event-dispatcher~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/event-dispatcher": [] + } +} diff --git a/app/p2/symfony/filesystem.json b/app/p2/symfony/filesystem.json new file mode 100644 index 0000000..7e26a8f --- /dev/null +++ b/app/p2/symfony/filesystem.json @@ -0,0 +1,159 @@ +{ + "packages": { + "symfony/filesystem": [ + { + "name": "symfony/filesystem", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515", + "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "time": "2020-04-12T16:54:01+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3ebf3bfd8a98a147c010a568add5a8aa4edea0f", + "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "time": "2020-04-12T14:39:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/filesystem", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "7cd0dafc4353a0f62e307df90b48466379c8cc91" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/7cd0dafc4353a0f62e307df90b48466379c8cc91", + "reference": "7cd0dafc4353a0f62e307df90b48466379c8cc91", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-ctype": "~1.8" + }, + "time": "2020-04-12T14:40:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/filesystem~dev.json b/app/p2/symfony/filesystem~dev.json new file mode 100644 index 0000000..e37038d --- /dev/null +++ b/app/p2/symfony/filesystem~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/filesystem": [] + } +} diff --git a/app/p2/symfony/finder.json b/app/p2/symfony/finder.json new file mode 100644 index 0000000..b978e7c --- /dev/null +++ b/app/p2/symfony/finder.json @@ -0,0 +1,156 @@ +{ + "packages": { + "symfony/finder": [ + { + "name": "symfony/finder", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200", + "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "time": "2020-02-14T07:34:21+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/finder", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "5729f943f9854c5781984ed4907bbb817735776b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b", + "reference": "5729f943f9854c5781984ed4907bbb817735776b", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "time": "2020-03-27T16:54:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/finder", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d", + "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d", + "shasum": "" + }, + "require": { + "php": "^7.2.5" + }, + "time": "2020-03-27T16:56:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/finder~dev.json b/app/p2/symfony/finder~dev.json new file mode 100644 index 0000000..6aea161 --- /dev/null +++ b/app/p2/symfony/finder~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/finder": [] + } +} diff --git a/app/p2/symfony/http-foundation.json b/app/p2/symfony/http-foundation.json new file mode 100644 index 0000000..be57f3e --- /dev/null +++ b/app/p2/symfony/http-foundation.json @@ -0,0 +1,228 @@ +{ + "packages": { + "symfony/http-foundation": [ + { + "name": "symfony/http-foundation", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce", + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php70": "~1.6" + }, + "require-dev": { + "symfony/expression-language": "~2.8|~3.0|~4.0" + }, + "time": "2019-11-11T12:53:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/http-foundation", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44", + "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php70": "~1.6" + }, + "require-dev": { + "symfony/expression-language": "~2.8|~3.0|~4.0" + }, + "time": "2020-04-18T20:23:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2", + "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "time": "2020-04-18T20:40:08+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/http-foundation", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "e47fdf8b24edc12022ba52923150ec6484d7f57d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e47fdf8b24edc12022ba52923150ec6484d7f57d", + "reference": "e47fdf8b24edc12022ba52923150ec6484d7f57d", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-mbstring": "~1.1" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^4.4|^5.0" + }, + "time": "2020-04-18T20:50:06+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/http-foundation~dev.json b/app/p2/symfony/http-foundation~dev.json new file mode 100644 index 0000000..74b56ca --- /dev/null +++ b/app/p2/symfony/http-foundation~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/http-foundation": [] + } +} diff --git a/app/p2/symfony/http-kernel.json b/app/p2/symfony/http-kernel.json new file mode 100644 index 0000000..2e2fc2d --- /dev/null +++ b/app/p2/symfony/http-kernel.json @@ -0,0 +1,377 @@ +{ + "packages": { + "symfony/http-kernel": [ + { + "name": "symfony/http-kernel", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0", + "symfony/debug": "^3.3.3|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php56": "~1.8" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", + "symfony/var-dumper": "<3.3", + "twig/twig": "<1.34|<2.4,>=2" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "~2.8|~3.0|~4.0", + "symfony/class-loader": "~2.8|~3.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/console": "~2.8|~3.0|~4.0", + "symfony/css-selector": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "^3.4.10|^4.0.10", + "symfony/dom-crawler": "~2.8|~3.0|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/process": "~2.8|~3.0|~4.0", + "symfony/routing": "~3.4|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0", + "symfony/templating": "~2.8|~3.0|~4.0", + "symfony/translation": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "", + "symfony/finder": "", + "symfony/var-dumper": "" + }, + "time": "2019-11-13T08:44:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/http-kernel", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "139d477cc926de9ca03c3d59b51ab6e22450c6df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/139d477cc926de9ca03c3d59b51ab6e22450c6df", + "reference": "139d477cc926de9ca03c3d59b51ab6e22450c6df", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0", + "symfony/debug": "^3.3.3|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php56": "~1.8" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", + "symfony/var-dumper": "<3.3", + "twig/twig": "<1.34|<2.4,>=2" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "~2.8|~3.0|~4.0", + "symfony/class-loader": "~2.8|~3.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/console": "~2.8|~3.0|~4.0", + "symfony/css-selector": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "^3.4.10|^4.0.10", + "symfony/dom-crawler": "~2.8|~3.0|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/process": "~2.8|~3.0|~4.0", + "symfony/routing": "~3.4|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0", + "symfony/templating": "~2.8|~3.0|~4.0", + "symfony/translation": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "", + "symfony/finder": "", + "symfony/var-dumper": "" + }, + "time": "2020-04-28T17:41:38+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "1799a6c01f0db5851f399151abdb5d6393fec277" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1799a6c01f0db5851f399151abdb5d6393fec277", + "reference": "1799a6c01f0db5851f399151abdb5d6393fec277", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "psr/log": "~1.0", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.34|<2.4,>=2" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.34|^2.4|^3.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "time": "2020-04-28T18:47:42+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/http-kernel", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "3565e51eecd06106304baba5ccb7ba89db2d7d2b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3565e51eecd06106304baba5ccb7ba89db2d7d2b", + "reference": "3565e51eecd06106304baba5ccb7ba89db2d7d2b", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/log": "~1.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/event-dispatcher": "^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9" + }, + "conflict": { + "symfony/browser-kit": "<4.4", + "symfony/cache": "<5.0", + "symfony/config": "<5.0", + "symfony/console": "<4.4", + "symfony/dependency-injection": "<4.4", + "symfony/doctrine-bridge": "<5.0", + "symfony/form": "<5.0", + "symfony/http-client": "<5.0", + "symfony/mailer": "<5.0", + "symfony/messenger": "<5.0", + "symfony/translation": "<5.0", + "symfony/twig-bridge": "<5.0", + "symfony/validator": "<5.0", + "twig/twig": "<2.4" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/config": "^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/routing": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "time": "2020-04-28T18:53:25+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/http-kernel~dev.json b/app/p2/symfony/http-kernel~dev.json new file mode 100644 index 0000000..7c7b2ab --- /dev/null +++ b/app/p2/symfony/http-kernel~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/http-kernel": [] + } +} diff --git a/app/p2/symfony/mime.json b/app/p2/symfony/mime.json new file mode 100644 index 0000000..ce33ba0 --- /dev/null +++ b/app/p2/symfony/mime.json @@ -0,0 +1,69 @@ +{ + "packages": { + "symfony/mime": [ + { + "name": "symfony/mime", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/5d6c81c39225a750f3f43bee15f03093fb9aaa0b", + "reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^4.4|^5.0" + }, + "time": "2020-04-17T03:29:44+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ] + } + ] + } +} diff --git a/app/p2/symfony/mime~dev.json b/app/p2/symfony/mime~dev.json new file mode 100644 index 0000000..4695390 --- /dev/null +++ b/app/p2/symfony/mime~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/mime": [] + } +} diff --git a/app/p2/symfony/phpunit-bridge.json b/app/p2/symfony/phpunit-bridge.json new file mode 100644 index 0000000..338dac1 --- /dev/null +++ b/app/p2/symfony/phpunit-bridge.json @@ -0,0 +1,138 @@ +{ + "packages": { + "symfony/phpunit-bridge": [ + { + "name": "symfony/phpunit-bridge", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "58c7de42b8b13c3bec82dbb8a87d00e4d83dd7c2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/58c7de42b8b13c3bec82dbb8a87d00e4d83dd7c2", + "reference": "58c7de42b8b13c3bec82dbb8a87d00e4d83dd7c2", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "suggest": { + "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "time": "2020-04-25T12:18:34+00:00", + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + }, + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony PHPUnit Bridge", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "fa585895dccc34afb32b7e7e01761e412ee7a987" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/fa585895dccc34afb32b7e7e01761e412ee7a987", + "reference": "fa585895dccc34afb32b7e7e01761e412ee7a987", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "time": "2020-04-28T17:55:16+00:00", + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + }, + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony PHPUnit Bridge", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/phpunit-bridge~dev.json b/app/p2/symfony/phpunit-bridge~dev.json new file mode 100644 index 0000000..df6273f --- /dev/null +++ b/app/p2/symfony/phpunit-bridge~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/phpunit-bridge": [] + } +} diff --git a/app/p2/symfony/polyfill-ctype.json b/app/p2/symfony/polyfill-ctype.json new file mode 100644 index 0000000..1d65a54 --- /dev/null +++ b/app/p2/symfony/polyfill-ctype.json @@ -0,0 +1,124 @@ +{ + "packages": { + "symfony/polyfill-ctype": [ + { + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ] + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "time": "2020-05-12T16:14:59+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-ctype~dev.json b/app/p2/symfony/polyfill-ctype~dev.json new file mode 100644 index 0000000..9878fe6 --- /dev/null +++ b/app/p2/symfony/polyfill-ctype~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-ctype": [] + } +} diff --git a/app/p2/symfony/polyfill-iconv.json b/app/p2/symfony/polyfill-iconv.json new file mode 100644 index 0000000..c4d9f40 --- /dev/null +++ b/app/p2/symfony/polyfill-iconv.json @@ -0,0 +1,126 @@ +{ + "packages": { + "symfony/polyfill-iconv": [ + { + "name": "symfony/polyfill-iconv", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "685968b11e61a347c18bf25db32effa478be610f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f", + "reference": "685968b11e61a347c18bf25db32effa478be610f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ] + }, + { + "name": "symfony/polyfill-iconv", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424", + "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-iconv~dev.json b/app/p2/symfony/polyfill-iconv~dev.json new file mode 100644 index 0000000..53940ef --- /dev/null +++ b/app/p2/symfony/polyfill-iconv~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-iconv": [] + } +} diff --git a/app/p2/symfony/polyfill-intl-idn.json b/app/p2/symfony/polyfill-intl-idn.json new file mode 100644 index 0000000..aa55c4b --- /dev/null +++ b/app/p2/symfony/polyfill-intl-idn.json @@ -0,0 +1,69 @@ +{ + "packages": { + "symfony/polyfill-intl-idn": [ + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a", + "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-intl-idn~dev.json b/app/p2/symfony/polyfill-intl-idn~dev.json new file mode 100644 index 0000000..20334e3 --- /dev/null +++ b/app/p2/symfony/polyfill-intl-idn~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-intl-idn": [] + } +} diff --git a/app/p2/symfony/polyfill-mbstring.json b/app/p2/symfony/polyfill-mbstring.json new file mode 100644 index 0000000..e949417 --- /dev/null +++ b/app/p2/symfony/polyfill-mbstring.json @@ -0,0 +1,126 @@ +{ + "packages": { + "symfony/polyfill-mbstring": [ + { + "name": "symfony/polyfill-mbstring", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ] + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "fa79b11539418b02fc5e1897267673ba2c19419c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c", + "reference": "fa79b11539418b02fc5e1897267673ba2c19419c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-mbstring~dev.json b/app/p2/symfony/polyfill-mbstring~dev.json new file mode 100644 index 0000000..b1f463b --- /dev/null +++ b/app/p2/symfony/polyfill-mbstring~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-mbstring": [] + } +} diff --git a/app/p2/symfony/polyfill-php56.json b/app/p2/symfony/polyfill-php56.json new file mode 100644 index 0000000..0e0f665 --- /dev/null +++ b/app/p2/symfony/polyfill-php56.json @@ -0,0 +1,120 @@ +{ + "packages": { + "symfony/polyfill-php56": [ + { + "name": "symfony/polyfill-php56", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php56\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ] + }, + { + "name": "symfony/polyfill-php56", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "e3c8c138280cdfe4b81488441555583aa1984e23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23", + "reference": "e3c8c138280cdfe4b81488441555583aa1984e23", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php56\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-php56~dev.json b/app/p2/symfony/polyfill-php56~dev.json new file mode 100644 index 0000000..cf690a8 --- /dev/null +++ b/app/p2/symfony/polyfill-php56~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-php56": [] + } +} diff --git a/app/p2/symfony/polyfill-php70.json b/app/p2/symfony/polyfill-php70.json new file mode 100644 index 0000000..9d8b267 --- /dev/null +++ b/app/p2/symfony/polyfill-php70.json @@ -0,0 +1,126 @@ +{ + "packages": { + "symfony/polyfill-php70": [ + { + "name": "symfony/polyfill-php70", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "54b4c428a0054e254223797d2713c31e08610831" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831", + "reference": "54b4c428a0054e254223797d2713c31e08610831", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ] + }, + { + "name": "symfony/polyfill-php70", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "82225c2d7d23d7e70515496d249c0152679b468e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e", + "reference": "82225c2d7d23d7e70515496d249c0152679b468e", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-php70~dev.json b/app/p2/symfony/polyfill-php70~dev.json new file mode 100644 index 0000000..faf0c80 --- /dev/null +++ b/app/p2/symfony/polyfill-php70~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-php70": [] + } +} diff --git a/app/p2/symfony/polyfill-php72.json b/app/p2/symfony/polyfill-php72.json new file mode 100644 index 0000000..e224e14 --- /dev/null +++ b/app/p2/symfony/polyfill-php72.json @@ -0,0 +1,62 @@ +{ + "packages": { + "symfony/polyfill-php72": [ + { + "name": "symfony/polyfill-php72", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "f048e612a3905f34931127360bdd2def19a5e582" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", + "reference": "f048e612a3905f34931127360bdd2def19a5e582", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-php72~dev.json b/app/p2/symfony/polyfill-php72~dev.json new file mode 100644 index 0000000..5e9b38c --- /dev/null +++ b/app/p2/symfony/polyfill-php72~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-php72": [] + } +} diff --git a/app/p2/symfony/polyfill-php73.json b/app/p2/symfony/polyfill-php73.json new file mode 100644 index 0000000..7ce15a9 --- /dev/null +++ b/app/p2/symfony/polyfill-php73.json @@ -0,0 +1,65 @@ +{ + "packages": { + "symfony/polyfill-php73": [ + { + "name": "symfony/polyfill-php73", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc", + "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2020-05-12T16:47:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-php73~dev.json b/app/p2/symfony/polyfill-php73~dev.json new file mode 100644 index 0000000..b861020 --- /dev/null +++ b/app/p2/symfony/polyfill-php73~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-php73": [] + } +} diff --git a/app/p2/symfony/polyfill-util.json b/app/p2/symfony/polyfill-util.json new file mode 100644 index 0000000..79d5797 --- /dev/null +++ b/app/p2/symfony/polyfill-util.json @@ -0,0 +1,112 @@ +{ + "packages": { + "symfony/polyfill-util": [ + { + "name": "symfony/polyfill-util", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "4317de1386717b4c22caed7725350a8887ab205c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", + "reference": "4317de1386717b4c22caed7725350a8887ab205c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Util\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony utilities for portability of PHP codes", + "homepage": "https://symfony.com", + "keywords": [ + "compat", + "compatibility", + "polyfill", + "shim" + ] + }, + { + "name": "symfony/polyfill-util", + "version": "v1.17.0", + "version_normalized": "1.17.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7", + "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2020-05-12T16:14:59+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Util\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony utilities for portability of PHP codes", + "homepage": "https://symfony.com", + "keywords": [ + "compat", + "compatibility", + "polyfill", + "shim" + ] + } + ] + } +} diff --git a/app/p2/symfony/polyfill-util~dev.json b/app/p2/symfony/polyfill-util~dev.json new file mode 100644 index 0000000..bd6fc99 --- /dev/null +++ b/app/p2/symfony/polyfill-util~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/polyfill-util": [] + } +} diff --git a/app/p2/symfony/process.json b/app/p2/symfony/process.json new file mode 100644 index 0000000..3eceb8f --- /dev/null +++ b/app/p2/symfony/process.json @@ -0,0 +1,156 @@ +{ + "packages": { + "symfony/process": [ + { + "name": "symfony/process", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/process", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271", + "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "time": "2020-04-12T14:33:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/process", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/4b6a9a4013baa65d409153cbb5a895bf093dc7f4", + "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "time": "2020-04-15T15:56:18+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/process~dev.json b/app/p2/symfony/process~dev.json new file mode 100644 index 0000000..cb39422 --- /dev/null +++ b/app/p2/symfony/process~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/process": [] + } +} diff --git a/app/p2/symfony/psr-http-message-bridge.json b/app/p2/symfony/psr-http-message-bridge.json new file mode 100644 index 0000000..a59966f --- /dev/null +++ b/app/p2/symfony/psr-http-message-bridge.json @@ -0,0 +1,136 @@ +{ + "packages": { + "symfony/psr-http-message-bridge": [ + { + "name": "symfony/psr-http-message-bridge", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "reference": "a33352af16f78a5ff4f9d90811536abf210df12b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a33352af16f78a5ff4f9d90811536abf210df12b", + "reference": "a33352af16f78a5ff4f9d90811536abf210df12b", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.4 || ^4.0" + }, + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + }, + "time": "2019-04-03T17:09:40+00:00", + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\PsrHttpMessage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", + "keywords": [ + "http", + "http-message", + "psr-17", + "psr-7" + ] + }, + { + "name": "symfony/psr-http-message-bridge", + "version": "v1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9d3e80d54d9ae747ad573cad796e8e247df7b796", + "reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796", + "shasum": "" + }, + "require": { + "php": "^7.1", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^4.4 || ^5.0" + }, + "require-dev": { + "nyholm/psr7": "^1.1", + "symfony/phpunit-bridge": "^4.4 || ^5.0", + "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + }, + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + }, + "time": "2019-11-25T19:33:50+00:00", + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\PsrHttpMessage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", + "keywords": [ + "http", + "http-message", + "psr-17", + "psr-7" + ] + } + ] + } +} diff --git a/app/p2/symfony/psr-http-message-bridge~dev.json b/app/p2/symfony/psr-http-message-bridge~dev.json new file mode 100644 index 0000000..69c3e1b --- /dev/null +++ b/app/p2/symfony/psr-http-message-bridge~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/psr-http-message-bridge": [] + } +} diff --git a/app/p2/symfony/routing.json b/app/p2/symfony/routing.json new file mode 100644 index 0000000..f3eafca --- /dev/null +++ b/app/p2/symfony/routing.json @@ -0,0 +1,160 @@ +{ + "packages": { + "symfony/routing": [ + { + "name": "symfony/routing", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5", + "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/config": "<3.3.1", + "symfony/dependency-injection": "<3.3", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "psr/log": "~1.0", + "symfony/config": "^3.3.1|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "time": "2019-11-08T17:25:00+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ] + }, + { + "name": "symfony/routing", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "53b432fde8eea7dab820e75abda5b97fdaa829b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/53b432fde8eea7dab820e75abda5b97fdaa829b4", + "reference": "53b432fde8eea7dab820e75abda5b97fdaa829b4", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/config": "<3.3.1", + "symfony/dependency-injection": "<3.3", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "psr/log": "~1.0", + "symfony/config": "^3.3.1|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "time": "2020-04-12T09:58:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ] + } + ] + } +} diff --git a/app/p2/symfony/routing~dev.json b/app/p2/symfony/routing~dev.json new file mode 100644 index 0000000..4cc0fb7 --- /dev/null +++ b/app/p2/symfony/routing~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/routing": [] + } +} diff --git a/app/p2/symfony/serializer.json b/app/p2/symfony/serializer.json new file mode 100644 index 0000000..a575a84 --- /dev/null +++ b/app/p2/symfony/serializer.json @@ -0,0 +1,166 @@ +{ + "packages": { + "symfony/serializer": [ + { + "name": "symfony/serializer", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/serializer.git", + "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675", + "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<3.2", + "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", + "symfony/property-info": "<3.1", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.2|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/property-info": "^3.4.13|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "time": "2019-11-12T17:51:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/serializer", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/serializer.git", + "reference": "2e1bdec403d8e7a350884cbbe4807ab7c2a843d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/serializer/zipball/2e1bdec403d8e7a350884cbbe4807ab7c2a843d4", + "reference": "2e1bdec403d8e7a350884cbbe4807ab7c2a843d4", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<3.2", + "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", + "symfony/property-info": "<3.1", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.2|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/property-info": "^3.4.13|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "time": "2020-04-12T14:33:46+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/serializer~dev.json b/app/p2/symfony/serializer~dev.json new file mode 100644 index 0000000..c909b37 --- /dev/null +++ b/app/p2/symfony/serializer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/serializer": [] + } +} diff --git a/app/p2/symfony/service-contracts.json b/app/p2/symfony/service-contracts.json new file mode 100644 index 0000000..ee22343 --- /dev/null +++ b/app/p2/symfony/service-contracts.json @@ -0,0 +1,65 @@ +{ + "packages": { + "symfony/service-contracts": [ + { + "name": "symfony/service-contracts", + "version": "v2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "144c5e51266b281231e947b51223ba14acf1a749" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749", + "reference": "144c5e51266b281231e947b51223ba14acf1a749", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/container": "^1.0" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ] + } + ] + } +} diff --git a/app/p2/symfony/service-contracts~dev.json b/app/p2/symfony/service-contracts~dev.json new file mode 100644 index 0000000..cad7c02 --- /dev/null +++ b/app/p2/symfony/service-contracts~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/service-contracts": [] + } +} diff --git a/app/p2/symfony/stopwatch.json b/app/p2/symfony/stopwatch.json new file mode 100644 index 0000000..c78f8e0 --- /dev/null +++ b/app/p2/symfony/stopwatch.json @@ -0,0 +1,57 @@ +{ + "packages": { + "symfony/stopwatch": [ + { + "name": "symfony/stopwatch", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "e0324d3560e4128270e3f08617480d9233d81cfc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e0324d3560e4128270e3f08617480d9233d81cfc", + "reference": "e0324d3560e4128270e3f08617480d9233d81cfc", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/service-contracts": "^1.0|^2" + }, + "time": "2020-03-27T16:54:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/stopwatch~dev.json b/app/p2/symfony/stopwatch~dev.json new file mode 100644 index 0000000..e26b069 --- /dev/null +++ b/app/p2/symfony/stopwatch~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/stopwatch": [] + } +} diff --git a/app/p2/symfony/translation-contracts.json b/app/p2/symfony/translation-contracts.json new file mode 100644 index 0000000..e481128 --- /dev/null +++ b/app/p2/symfony/translation-contracts.json @@ -0,0 +1,64 @@ +{ + "packages": { + "symfony/translation-contracts": [ + { + "name": "symfony/translation-contracts", + "version": "v2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed", + "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed", + "shasum": "" + }, + "require": { + "php": "^7.2.5" + }, + "suggest": { + "symfony/translation-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ] + } + ] + } +} diff --git a/app/p2/symfony/translation-contracts~dev.json b/app/p2/symfony/translation-contracts~dev.json new file mode 100644 index 0000000..69ef0b0 --- /dev/null +++ b/app/p2/symfony/translation-contracts~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/translation-contracts": [] + } +} diff --git a/app/p2/symfony/translation.json b/app/p2/symfony/translation.json new file mode 100644 index 0000000..6b9b12b --- /dev/null +++ b/app/p2/symfony/translation.json @@ -0,0 +1,303 @@ +{ + "packages": { + "symfony/translation": [ + { + "name": "symfony/translation", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772", + "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "~3.4|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2019-10-30T12:43:22+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/translation", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "4e844362f573713e6d45949795c95a4cb6cf760d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/4e844362f573713e6d45949795c95a4cb6cf760d", + "reference": "4e844362f573713e6d45949795c95a4cb6cf760d", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "~3.4|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2020-04-12T16:39:58+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/translation", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "8272bbd2b7e220ef812eba2a2b30068a5c64b191" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/8272bbd2b7e220ef812eba2a2b30068a5c64b191", + "reference": "8272bbd2b7e220ef812eba2a2b30068a5c64b191", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<3.4", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "symfony/translation-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/finder": "~2.8|~3.0|~4.0|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/intl": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2020-04-12T16:45:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/translation", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "c3879db7a68fe3e12b41263b05879412c87b27fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/c3879db7a68fe3e12b41263b05879412c87b27fd", + "reference": "c3879db7a68fe3e12b41263b05879412c87b27fd", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation-contracts": "^2" + }, + "conflict": { + "symfony/config": "<4.4", + "symfony/dependency-injection": "<5.0", + "symfony/http-kernel": "<5.0", + "symfony/twig-bundle": "<5.0", + "symfony/yaml": "<4.4" + }, + "provide": { + "symfony/translation-implementation": "2.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/dependency-injection": "^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/http-kernel": "^5.0", + "symfony/intl": "^4.4|^5.0", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2020-04-12T16:45:47+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/translation~dev.json b/app/p2/symfony/translation~dev.json new file mode 100644 index 0000000..4a471aa --- /dev/null +++ b/app/p2/symfony/translation~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/translation": [] + } +} diff --git a/app/p2/symfony/validator.json b/app/p2/symfony/validator.json new file mode 100644 index 0000000..da1a51f --- /dev/null +++ b/app/p2/symfony/validator.json @@ -0,0 +1,180 @@ +{ + "packages": { + "symfony/validator": [ + { + "name": "symfony/validator", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80", + "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0|~4.0" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.3", + "symfony/http-kernel": "<3.3.5", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^2.1.10", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "^3.3.5|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/yaml": "" + }, + "time": "2019-11-05T22:03:38+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Validator Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/validator", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "0d4d26bacafdead3b73586302fc5019efdfbdb2e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/0d4d26bacafdead3b73586302fc5019efdfbdb2e", + "reference": "0d4d26bacafdead3b73586302fc5019efdfbdb2e", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0|~4.0" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.3", + "symfony/http-kernel": "<3.3.5", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^2.1.10", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "^3.3.5|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/yaml": "" + }, + "time": "2020-04-26T08:10:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Validator Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/validator~dev.json b/app/p2/symfony/validator~dev.json new file mode 100644 index 0000000..ebcf543 --- /dev/null +++ b/app/p2/symfony/validator~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/validator": [] + } +} diff --git a/app/p2/symfony/var-dumper.json b/app/p2/symfony/var-dumper.json new file mode 100644 index 0000000..fd27005 --- /dev/null +++ b/app/p2/symfony/var-dumper.json @@ -0,0 +1,229 @@ +{ + "packages": { + "symfony/var-dumper": [ + { + "name": "symfony/var-dumper", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "13c03169ae485fc7f1a5143256622ce1bd3c77eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/13c03169ae485fc7f1a5143256622ce1bd3c77eb", + "reference": "13c03169ae485fc7f1a5143256622ce1bd3c77eb", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, + "require-dev": { + "ext-iconv": "*", + "twig/twig": "~1.34|~2.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "ext-symfony_debug": "" + }, + "time": "2020-03-17T22:27:36+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ] + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "c587e04ce5d1aa62d534a038f574d9a709e814cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c587e04ce5d1aa62d534a038f574d9a709e814cf", + "reference": "c587e04ce5d1aa62d534a038f574d9a709e814cf", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.34|^2.4|^3.0" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "time": "2020-04-12T16:14:02+00:00", + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ] + }, + { + "name": "symfony/var-dumper", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "09de28632f16f81058a85fcf318397218272a07b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b", + "reference": "09de28632f16f81058a85fcf318397218272a07b", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "time": "2020-04-12T16:45:47+00:00", + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ] + } + ] + } +} diff --git a/app/p2/symfony/var-dumper~dev.json b/app/p2/symfony/var-dumper~dev.json new file mode 100644 index 0000000..ac56bda --- /dev/null +++ b/app/p2/symfony/var-dumper~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/var-dumper": [] + } +} diff --git a/app/p2/symfony/yaml.json b/app/p2/symfony/yaml.json new file mode 100644 index 0000000..ef10642 --- /dev/null +++ b/app/p2/symfony/yaml.json @@ -0,0 +1,246 @@ +{ + "packages": { + "symfony/yaml": [ + { + "name": "symfony/yaml", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "dab657db15207879217fc81df4f875947bf68804" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", + "reference": "dab657db15207879217fc81df4f875947bf68804", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/yaml", + "version": "v3.4.40", + "version_normalized": "3.4.40.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "8fef49ac1357f4e05c997a1f139467ccb186bffa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/8fef49ac1357f4e05c997a1f139467ccb186bffa", + "reference": "8fef49ac1357f4e05c997a1f139467ccb186bffa", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2020-04-24T10:16:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/yaml", + "version": "v4.4.8", + "version_normalized": "4.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "b385dce1c0e9f839b384af90188638819433e252" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b385dce1c0e9f839b384af90188638819433e252", + "reference": "b385dce1c0e9f839b384af90188638819433e252", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2020-04-28T17:55:16+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/yaml", + "version": "v5.0.8", + "version_normalized": "5.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "482fb4e710e5af3e0e78015f19aa716ad953392f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/482fb4e710e5af3e0e78015f19aa716ad953392f", + "reference": "482fb4e710e5af3e0e78015f19aa716ad953392f", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<4.4" + }, + "require-dev": { + "symfony/console": "^4.4|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2020-04-28T17:58:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + } + ] + } +} diff --git a/app/p2/symfony/yaml~dev.json b/app/p2/symfony/yaml~dev.json new file mode 100644 index 0000000..900a375 --- /dev/null +++ b/app/p2/symfony/yaml~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "symfony/yaml": [] + } +} diff --git a/app/p2/theseer/tokenizer.json b/app/p2/theseer/tokenizer.json new file mode 100644 index 0000000..1473277 --- /dev/null +++ b/app/p2/theseer/tokenizer.json @@ -0,0 +1,47 @@ +{ + "packages": { + "theseer/tokenizer": [ + { + "name": "theseer/tokenizer", + "version": "1.1.3", + "version_normalized": "1.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.0" + }, + "time": "2019-06-13T22:48:21+00:00", + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats" + } + ] + } +} diff --git a/app/p2/theseer/tokenizer~dev.json b/app/p2/theseer/tokenizer~dev.json new file mode 100644 index 0000000..8302fbd --- /dev/null +++ b/app/p2/theseer/tokenizer~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "theseer/tokenizer": [] + } +} diff --git a/app/p2/twig/twig.json b/app/p2/twig/twig.json new file mode 100644 index 0000000..966cfed --- /dev/null +++ b/app/p2/twig/twig.json @@ -0,0 +1,204 @@ +{ + "packages": { + "twig/twig": [ + { + "name": "twig/twig", + "version": "v1.42.3", + "version_normalized": "1.42.3.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e", + "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/debug": "^3.4|^4.2", + "symfony/phpunit-bridge": "^4.4@dev|^5.0" + }, + "time": "2019-08-24T12:51:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.42-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ] + }, + { + "name": "twig/twig", + "version": "v1.42.5", + "version_normalized": "1.42.5.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.0" + }, + "time": "2020-02-11T05:59:23+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.42-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ] + }, + { + "name": "twig/twig", + "version": "v2.12.5", + "version_normalized": "2.12.5.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94", + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94", + "shasum": "" + }, + "require": { + "php": "^7.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.0" + }, + "time": "2020-02-11T15:31:23+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.12-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ] + } + ] + } +} diff --git a/app/p2/twig/twig~dev.json b/app/p2/twig/twig~dev.json new file mode 100644 index 0000000..88d434f --- /dev/null +++ b/app/p2/twig/twig~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "twig/twig": [] + } +} diff --git a/app/p2/typo3/phar-stream-wrapper.json b/app/p2/typo3/phar-stream-wrapper.json new file mode 100644 index 0000000..7292b77 --- /dev/null +++ b/app/p2/typo3/phar-stream-wrapper.json @@ -0,0 +1,108 @@ +{ + "packages": { + "typo3/phar-stream-wrapper": [ + { + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.3", + "version_normalized": "3.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "586ff60beea128e069a5dc271d3d8133a9bc460a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/586ff60beea128e069a5dc271d3d8133a9bc460a", + "reference": "586ff60beea128e069a5dc271d3d8133a9bc460a", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpunit/phpunit": "^6.5" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + }, + "time": "2019-10-18T11:57:16+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v3.x-dev" + } + }, + "autoload": { + "psr-4": { + "TYPO3\\PharStreamWrapper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" + ] + }, + { + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.4", + "version_normalized": "3.1.4.0", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04", + "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpunit/phpunit": "^6.5" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + }, + "time": "2019-12-10T11:53:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v3.x-dev" + } + }, + "autoload": { + "psr-4": { + "TYPO3\\PharStreamWrapper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" + ] + } + ] + } +} diff --git a/app/p2/typo3/phar-stream-wrapper~dev.json b/app/p2/typo3/phar-stream-wrapper~dev.json new file mode 100644 index 0000000..070b002 --- /dev/null +++ b/app/p2/typo3/phar-stream-wrapper~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "typo3/phar-stream-wrapper": [] + } +} diff --git a/app/p2/webflo/drupal-finder.json b/app/p2/webflo/drupal-finder.json new file mode 100644 index 0000000..345a657 --- /dev/null +++ b/app/p2/webflo/drupal-finder.json @@ -0,0 +1,47 @@ +{ + "packages": { + "webflo/drupal-finder": [ + { + "name": "webflo/drupal-finder", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/webflo/drupal-finder.git", + "reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/123e248e14ee8dd3fbe89fb5a733a6cf91f5820e", + "reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e", + "shasum": "" + }, + "require": { + "ext-json": "*" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" + }, + "time": "2019-08-02T08:06:18+00:00", + "type": "library", + "autoload": { + "classmap": [ + "src/DrupalFinder.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Florian Weber", + "email": "florian@webflo.org" + } + ], + "description": "Helper class to locate a Drupal installation from a given path." + } + ] + } +} diff --git a/app/p2/webflo/drupal-finder~dev.json b/app/p2/webflo/drupal-finder~dev.json new file mode 100644 index 0000000..117ad4a --- /dev/null +++ b/app/p2/webflo/drupal-finder~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "webflo/drupal-finder": [] + } +} diff --git a/app/p2/webmozart/assert.json b/app/p2/webmozart/assert.json new file mode 100644 index 0000000..5b6a81b --- /dev/null +++ b/app/p2/webmozart/assert.json @@ -0,0 +1,55 @@ +{ + "packages": { + "webmozart/assert": [ + { + "name": "webmozart/assert", + "version": "1.8.0", + "version_normalized": "1.8.0.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "vimeo/psalm": "<3.9.1" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^7.5.13" + }, + "time": "2020-04-18T12:12:48+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ] + } + ] + } +} diff --git a/app/p2/webmozart/assert~dev.json b/app/p2/webmozart/assert~dev.json new file mode 100644 index 0000000..6cbd995 --- /dev/null +++ b/app/p2/webmozart/assert~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "webmozart/assert": [] + } +} diff --git a/app/p2/webmozart/path-util.json b/app/p2/webmozart/path-util.json new file mode 100644 index 0000000..579a443 --- /dev/null +++ b/app/p2/webmozart/path-util.json @@ -0,0 +1,53 @@ +{ + "packages": { + "webmozart/path-util": [ + { + "name": "webmozart/path-util", + "version": "2.3.0", + "version_normalized": "2.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/path-util.git", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "webmozart/assert": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "time": "2015-12-17T08:42:14+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\PathUtil\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths." + } + ] + } +} diff --git a/app/p2/webmozart/path-util~dev.json b/app/p2/webmozart/path-util~dev.json new file mode 100644 index 0000000..e40dc99 --- /dev/null +++ b/app/p2/webmozart/path-util~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "webmozart/path-util": [] + } +} diff --git a/app/p2/webonyx/graphql-php.json b/app/p2/webonyx/graphql-php.json new file mode 100644 index 0000000..ab66367 --- /dev/null +++ b/app/p2/webonyx/graphql-php.json @@ -0,0 +1,52 @@ +{ + "packages": { + "webonyx/graphql-php": [ + { + "name": "webonyx/graphql-php", + "version": "v0.12.6", + "version_normalized": "0.12.6.0", + "source": { + "type": "git", + "url": "https://github.com/webonyx/graphql-php.git", + "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95", + "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.6" + }, + "require-dev": { + "phpunit/phpunit": "^4.8", + "psr/http-message": "^1.0", + "react/promise": "2.*" + }, + "suggest": { + "psr/http-message": "To use standard GraphQL server", + "react/promise": "To leverage async resolving on React PHP platform" + }, + "time": "2018-09-02T14:59:54+00:00", + "type": "library", + "autoload": { + "psr-4": { + "GraphQL\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP port of GraphQL reference implementation", + "homepage": "https://github.com/webonyx/graphql-php", + "keywords": [ + "api", + "graphql" + ] + } + ] + } +} diff --git a/app/p2/webonyx/graphql-php~dev.json b/app/p2/webonyx/graphql-php~dev.json new file mode 100644 index 0000000..b371e4d --- /dev/null +++ b/app/p2/webonyx/graphql-php~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "webonyx/graphql-php": [] + } +} diff --git a/app/p2/zaporylie/composer-drupal-optimizations.json b/app/p2/zaporylie/composer-drupal-optimizations.json new file mode 100644 index 0000000..43594d9 --- /dev/null +++ b/app/p2/zaporylie/composer-drupal-optimizations.json @@ -0,0 +1,50 @@ +{ + "packages": { + "zaporylie/composer-drupal-optimizations": [ + { + "name": "zaporylie/composer-drupal-optimizations", + "version": "1.1.1", + "version_normalized": "1.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/zaporylie/composer-drupal-optimizations.git", + "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/fb231d92adc862a2c9276bccbc90f684816dc75d", + "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1" + }, + "require-dev": { + "composer/composer": "^1.6", + "phpunit/phpunit": "^6" + }, + "time": "2019-10-02T17:01:11+00:00", + "type": "composer-plugin", + "extra": { + "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin" + }, + "autoload": { + "psr-4": { + "zaporylie\\ComposerDrupalOptimizations\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jakub Piasecki", + "email": "jakub@piaseccy.pl" + } + ], + "description": "Composer plugin to improve composer performance for Drupal projects" + } + ] + } +} diff --git a/app/p2/zaporylie/composer-drupal-optimizations~dev.json b/app/p2/zaporylie/composer-drupal-optimizations~dev.json new file mode 100644 index 0000000..0e30d6c --- /dev/null +++ b/app/p2/zaporylie/composer-drupal-optimizations~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "zaporylie/composer-drupal-optimizations": [] + } +} diff --git a/app/p2/zendframework/zend-diactoros.json b/app/p2/zendframework/zend-diactoros.json new file mode 100644 index 0000000..3b8526f --- /dev/null +++ b/app/p2/zendframework/zend-diactoros.json @@ -0,0 +1,70 @@ +{ + "packages": { + "zendframework/zend-diactoros": [ + { + "name": "zendframework/zend-diactoros", + "version": "1.8.7", + "version_normalized": "1.8.7.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-diactoros.git", + "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b", + "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0", + "psr/http-message": "^1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-dom": "*", + "ext-libxml": "*", + "php-http/psr7-integration-tests": "dev-master", + "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7", + "zendframework/zend-coding-standard": "~1.0" + }, + "time": "2019-08-06T17:53:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-release-1.8": "1.8.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php" + ], + "psr-4": { + "Zend\\Diactoros\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "description": "PSR HTTP Message implementations", + "homepage": "https://github.com/zendframework/zend-diactoros", + "keywords": [ + "http", + "psr", + "psr-7" + ], + "abandoned": "laminas/laminas-diactoros" + } + ] + } +} diff --git a/app/p2/zendframework/zend-diactoros~dev.json b/app/p2/zendframework/zend-diactoros~dev.json new file mode 100644 index 0000000..628bd7f --- /dev/null +++ b/app/p2/zendframework/zend-diactoros~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "zendframework/zend-diactoros": [] + } +} diff --git a/app/p2/zendframework/zend-escaper.json b/app/p2/zendframework/zend-escaper.json new file mode 100644 index 0000000..4c598d9 --- /dev/null +++ b/app/p2/zendframework/zend-escaper.json @@ -0,0 +1,53 @@ +{ + "packages": { + "zendframework/zend-escaper": [ + { + "name": "zendframework/zend-escaper", + "version": "2.6.1", + "version_normalized": "2.6.1.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-escaper.git", + "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f", + "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", + "zendframework/zend-coding-standard": "~1.0.0" + }, + "time": "2019-09-05T20:03:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6.x-dev", + "dev-develop": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\Escaper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", + "keywords": [ + "ZendFramework", + "escaper", + "zf" + ], + "abandoned": "laminas/laminas-escaper" + } + ] + } +} diff --git a/app/p2/zendframework/zend-escaper~dev.json b/app/p2/zendframework/zend-escaper~dev.json new file mode 100644 index 0000000..361c7c9 --- /dev/null +++ b/app/p2/zendframework/zend-escaper~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "zendframework/zend-escaper": [] + } +} diff --git a/app/p2/zendframework/zend-feed.json b/app/p2/zendframework/zend-feed.json new file mode 100644 index 0000000..0a1e082 --- /dev/null +++ b/app/p2/zendframework/zend-feed.json @@ -0,0 +1,71 @@ +{ + "packages": { + "zendframework/zend-feed": [ + { + "name": "zendframework/zend-feed", + "version": "2.12.0", + "version_normalized": "2.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-feed.git", + "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733", + "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "php": "^5.6 || ^7.0", + "zendframework/zend-escaper": "^2.5.2", + "zendframework/zend-stdlib": "^3.2.1" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.23 || ^6.4.3", + "psr/http-message": "^1.0.1", + "zendframework/zend-cache": "^2.7.2", + "zendframework/zend-coding-standard": "~1.0.0", + "zendframework/zend-db": "^2.8.2", + "zendframework/zend-http": "^2.7", + "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", + "zendframework/zend-validator": "^2.10.1" + }, + "suggest": { + "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", + "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", + "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", + "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", + "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", + "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent" + }, + "time": "2019-03-05T20:08:49+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.12.x-dev", + "dev-develop": "2.13.x-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\Feed\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides functionality for consuming RSS and Atom feeds", + "keywords": [ + "ZendFramework", + "feed", + "zf" + ], + "abandoned": "laminas/laminas-feed" + } + ] + } +} diff --git a/app/p2/zendframework/zend-feed~dev.json b/app/p2/zendframework/zend-feed~dev.json new file mode 100644 index 0000000..ef407d7 --- /dev/null +++ b/app/p2/zendframework/zend-feed~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "zendframework/zend-feed": [] + } +} diff --git a/app/p2/zendframework/zend-stdlib.json b/app/p2/zendframework/zend-stdlib.json new file mode 100644 index 0000000..3d90a11 --- /dev/null +++ b/app/p2/zendframework/zend-stdlib.json @@ -0,0 +1,54 @@ +{ + "packages": { + "zendframework/zend-stdlib": [ + { + "name": "zendframework/zend-stdlib", + "version": "3.2.1", + "version_normalized": "3.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-stdlib.git", + "reference": "66536006722aff9e62d1b331025089b7ec71c065" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", + "reference": "66536006722aff9e62d1b331025089b7ec71c065", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpbench/phpbench": "^0.13", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", + "zendframework/zend-coding-standard": "~1.0.0" + }, + "time": "2018-08-28T21:34:05+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\Stdlib\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SPL extensions, array utilities, error handlers, and more", + "keywords": [ + "ZendFramework", + "stdlib", + "zf" + ], + "abandoned": "laminas/laminas-stdlib" + } + ] + } +} diff --git a/app/p2/zendframework/zend-stdlib~dev.json b/app/p2/zendframework/zend-stdlib~dev.json new file mode 100644 index 0000000..98eea28 --- /dev/null +++ b/app/p2/zendframework/zend-stdlib~dev.json @@ -0,0 +1,5 @@ +{ + "packages": { + "zendframework/zend-stdlib": [] + } +} diff --git a/app/packages.json b/app/packages.json index db9d870..7f8d854 100644 --- a/app/packages.json +++ b/app/packages.json @@ -1,8 +1,9 @@ { "packages": [], "includes": { - "include/all$4e9a2d9d7ec77a574c121dcc927caf506c40c258.json": { - "sha1": "4e9a2d9d7ec77a574c121dcc927caf506c40c258" + "include/all$920cacf6dd96849dd08db78d9cb7c9deb51bf8c9.json": { + "sha1": "920cacf6dd96849dd08db78d9cb7c9deb51bf8c9" } - } + }, + "metadata-url": "/p2/%package%.json" } diff --git a/satis-config/govcms-stable.json b/satis-config/govcms-stable.json index 5bad036..717b683 100644 --- a/satis-config/govcms-stable.json +++ b/satis-config/govcms-stable.json @@ -10,7 +10,7 @@ ], "require": { "govcms/govcms": "1.3.0", - "govcms/scaffold-tooling": "2.0.0", + "govcms/scaffold-tooling": "1.1.0|2.0.1", "govcms/require-dev": "1.0.2", "consolidation/log": "1.1.1", "drupal/ctools_block": "3.2.0",