From 0a4fcb72f2099e68683bcd7d2285193f50e02039 Mon Sep 17 00:00:00 2001 From: andriyun Date: Tue, 23 Nov 2021 09:55:49 +0100 Subject: [PATCH 01/11] Preparation before Drupal 9 upgrade --- composer.json | 33 ++ composer.lock | 840 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 789 insertions(+), 84 deletions(-) diff --git a/composer.json b/composer.json index 972d9ca..e5de7f5 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,38 @@ } ], "repositories": [ + { + "type": "package", + "package": { + "name": "drupal/rules", + "description": "React on events and conditionally evaluate actions.", + "type": "drupal-module", + "license": "GPL-2.0-or-later", + "homepage": "https://www.drupal.org/project/rules", + "support": { + "issues": "https://www.drupal.org/project/issues/rules", + "source": "https://git.drupalcode.org/project/rules" + }, + "require": { + "drupal/core": "^8.8.2 || ^9", + "drupal/typed_data": "^1.0" + }, + "minimum-stability": "dev", + "extra": { + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } + } + }, + "version": "3.0.0-alpha6", + "source": { + "url": "https://git.drupalcode.org/project/rules.git", + "type": "git", + "reference": "b92e91537fcb47e0dfd5eba4e3c5c9b79e543eca" + } + } + }, { "type": "composer", "url": "https://packages.drupal.org/8" @@ -37,6 +69,7 @@ "drupal/simple_ldap": "^1.0@alpha", "drupal/straw": "^1.3", "drupal/telephone_validation": "^2.2", + "drupal/upgrade_status": "^3.12", "drupal/webform_analysis": "^1.0@beta", "drupal/webform_composite": "^1.0@RC", "drupal/webform_migrate": "^1.2", diff --git a/composer.lock b/composer.lock index 67117c9..2bc5b60 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "082c0279d23e2eaefa1496e2673f6abd", + "content-hash": "f1ff823184cbb01ff47d3fd125995851", "packages": [ { "name": "alchemy/zippy", @@ -7431,60 +7431,28 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/rules.git", - "reference": "8.x-3.0-alpha6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rules-8.x-3.0-alpha6.zip", - "reference": "8.x-3.0-alpha6", - "shasum": "073bf5c23f0ef8f1aebf56538249d50d631d5a24" + "reference": "b92e91537fcb47e0dfd5eba4e3c5c9b79e543eca" }, "require": { - "drupal/core": "^8.7", - "drupal/typed_data": "1.x-dev" - }, - "require-dev": { - "drupal/typed_data": "1.x-dev" + "drupal/core": "^8.8.2 || ^9", + "drupal/typed_data": "^1.0" }, "type": "drupal-module", "extra": { - "drupal": { - "version": "8.x-3.0-alpha6", - "datestamp": "1595975406", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": "^9 || ^10" } } }, - "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], - "authors": [ - { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" - }, - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "klausi", - "homepage": "https://www.drupal.org/user/262198" - } - ], "description": "React on events and conditionally evaluate actions.", "homepage": "https://www.drupal.org/project/rules", "support": { - "source": "https://git.drupalcode.org/project/rules", - "issues": "https://www.drupal.org/project/issues/rules" + "issues": "https://www.drupal.org/project/issues/rules", + "source": "https://git.drupalcode.org/project/rules" } }, { @@ -8088,26 +8056,29 @@ }, { "name": "drupal/typed_data", - "version": "dev-1.x", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/typed_data.git", - "reference": "d4848b6df120b7272a43e920952dbb2de474d1eb" + "reference": "8.x-1.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "73d079f29c7a5679e0db3e28ae888e8cce2f1335" }, "require": { "drupal/core": "^8.8.2 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-alpha5+36-dev", - "datestamp": "1635833123", + "version": "8.x-1.0-beta1", + "datestamp": "1635839873", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } }, "drush": { @@ -8206,6 +8177,81 @@ "source": "https://git.drupalcode.org/project/ultimate_cron" } }, + { + "name": "drupal/upgrade_status", + "version": "3.12.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/upgrade_status.git", + "reference": "8.x-3.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.12.zip", + "reference": "8.x-3.12", + "shasum": "760665fd62fea68c9649adaffbcf3324f317d43f" + }, + "require": { + "drupal/core": "^8 || ^9", + "mathieuviossat/arraytotexttable": "~1.0.0", + "mglaman/phpstan-drupal": "^1.0.0", + "nikic/php-parser": "^4.0.0", + "phpstan/phpstan-deprecation-rules": "^1.0.0", + "symfony/process": "^3.4|^4.0|^5.0", + "webflo/drupal-finder": "^1.2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.12", + "datestamp": "1637076799", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Gábor Hojtsy", + "homepage": "https://www.drupal.org/user/4166" + }, + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "herczogzoltan", + "homepage": "https://www.drupal.org/user/3528391" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "webchick", + "homepage": "https://www.drupal.org/user/24967" + }, + { + "name": "xjm", + "homepage": "https://www.drupal.org/user/65776" + } + ], + "description": "Review Drupal major upgrade readiness of the environment and components of the site.", + "homepage": "http://drupal.org/project/upgrade_status", + "support": { + "source": "https://git.drupalcode.org/project/upgrade_status" + } + }, { "name": "drupal/user_default_page", "version": "2.0.0-rc1", @@ -10051,16 +10097,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.4.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { @@ -10072,7 +10118,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -10088,10 +10134,25 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", @@ -10100,22 +10161,36 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.4.1" + "source": "https://github.com/guzzle/promises/tree/1.5.1" }, - "time": "2021-03-07T09:25:29+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.2", + "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", "shasum": "" }, "require": { @@ -10152,13 +10227,34 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -10175,9 +10271,23 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" + "source": "https://github.com/guzzle/psr7/tree/1.8.3" }, - "time": "2021-04-26T09:17:50+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2021-10-05T13:56:00+00:00" }, { "name": "harvesthq/chosen", @@ -10457,18 +10567,104 @@ ], "time": "2021-04-01T19:26:09+00:00" }, + { + "name": "laminas/laminas-servicemanager", + "version": "3.10.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/e52b985909e0940bf22d34f322eb3f48bbef6bd1", + "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1", + "shasum": "" + }, + "require": { + "container-interop/container-interop": "^1.2", + "laminas/laminas-stdlib": "^3.2.1", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0", + "psr/container": "^1.0" + }, + "conflict": { + "laminas/laminas-code": "<3.3.1", + "zendframework/zend-code": "<3.3.1", + "zendframework/zend-servicemanager": "*" + }, + "provide": { + "container-interop/container-interop-implementation": "^1.2", + "psr/container-implementation": "^1.0" + }, + "require-dev": { + "composer/package-versions-deprecated": "^1.0", + "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-container-config-test": "^0.3", + "laminas/laminas-dependency-plugin": "^2.1.2", + "mikey179/vfsstream": "^1.6.10@alpha", + "ocramius/proxy-manager": "^2.11", + "phpbench/phpbench": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.8" + }, + "suggest": { + "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" + }, + "bin": [ + "bin/generate-deps-for-config-factory", + "bin/generate-factory-for-class" + ], + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\ServiceManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Factory-Driven Dependency Injection Container", + "homepage": "https://laminas.dev", + "keywords": [ + "PSR-11", + "dependency-injection", + "di", + "dic", + "laminas", + "service-manager", + "servicemanager" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2021-09-18T20:19:36+00:00" + }, { "name": "laminas/laminas-stdlib", - "version": "3.6.0", + "version": "3.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "c53d8537f108fac3fae652677a19735db730ba46" + "reference": "db581851a092246ad99e12d4fddf105184924c71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46", - "reference": "c53d8537f108fac3fae652677a19735db730ba46", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/db581851a092246ad99e12d4fddf105184924c71", + "reference": "db581851a092246ad99e12d4fddf105184924c71", "shasum": "" }, "require": { @@ -10514,7 +10710,65 @@ "type": "community_bridge" } ], - "time": "2021-09-02T16:11:32+00:00" + "time": "2021-11-10T11:33:52+00:00" + }, + { + "name": "laminas/laminas-text", + "version": "2.9.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-text.git", + "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7", + "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7", + "shasum": "" + }, + "require": { + "laminas/laminas-servicemanager": "^3.4", + "laminas/laminas-stdlib": "^3.6", + "php": "^7.3 || ~8.0.0 || ~8.1.0" + }, + "conflict": { + "zendframework/zend-text": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~1.0.0", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\Text\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Create FIGlets and text-based tables", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "text" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-text/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-text/issues", + "rss": "https://github.com/laminas/laminas-text/releases.atom", + "source": "https://github.com/laminas/laminas-text" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2021-09-02T16:50:53+00:00" }, { "name": "laminas/laminas-zendframework-bridge", @@ -10724,6 +10978,158 @@ }, "time": "2021-07-01T14:25:37+00:00" }, + { + "name": "mathieuviossat/arraytotexttable", + "version": "v1.0.8", + "source": { + "type": "git", + "url": "https://github.com/viossat/arraytotexttable.git", + "reference": "6b1af924478cb9c3a903269e304fff006fe0dbf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/6b1af924478cb9c3a903269e304fff006fe0dbf4", + "reference": "6b1af924478cb9c3a903269e304fff006fe0dbf4", + "shasum": "" + }, + "require": { + "laminas/laminas-text": "^2.7", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "MathieuViossat\\Util\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mathieu Viossat", + "email": "mathieu@viossat.fr", + "homepage": "https://viossat.fr" + } + ], + "description": "Display arrays in terminal", + "homepage": "https://github.com/viossat/arraytotexttable", + "keywords": [ + "array", + "ascii", + "table", + "terminal", + "text", + "unicode" + ], + "support": { + "issues": "https://github.com/viossat/arraytotexttable/issues", + "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.8" + }, + "time": "2020-06-23T17:14:22+00:00" + }, + { + "name": "mglaman/phpstan-drupal", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/mglaman/phpstan-drupal.git", + "reference": "20b043c99d1324e94ead226657fca936486acba4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/20b043c99d1324e94ead226657fca936486acba4", + "reference": "20b043c99d1324e94ead226657fca936486acba4", + "shasum": "" + }, + "require": { + "nette/finder": "^2.5", + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^1.0", + "symfony/yaml": "~3.4.5|^4.2", + "webflo/drupal-finder": "^1.2" + }, + "require-dev": { + "composer/installers": "^1.9", + "drupal/core-dev": "^8.8@alpha || ^9.0", + "drupal/core-recommended": "^8.8@alpha || ^9.0", + "drush/drush": "^9.6 | ^10.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", + "squizlabs/php_codesniffer": "^3.3" + }, + "suggest": { + "phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core." + }, + "type": "phpstan-extension", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + }, + "installer-paths": { + "tests/fixtures/drupal/core": [ + "type:drupal-core" + ], + "tests/fixtures/drupal/libraries/{$name}": [ + "type:drupal-library" + ], + "tests/fixtures/drupal/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "tests/fixtures/drupal/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "tests/fixtures/drupal/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + }, + "phpstan": { + "includes": [ + "extension.neon" + ] + } + }, + "autoload": { + "files": [ + "drupal-phpunit-hack.php" + ], + "psr-4": { + "mglaman\\PHPStanDrupal\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Glaman", + "email": "nmd.matt@gmail.com" + } + ], + "description": "Drupal extension and rules for PHPStan", + "support": { + "issues": "https://github.com/mglaman/phpstan-drupal/issues", + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/mglaman", + "type": "github" + }, + { + "url": "https://opencollective.com/phpstan-drupal", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/mglaman/phpstan-drupal", + "type": "tidelift" + } + ], + "time": "2021-11-12T19:45:49+00:00" + }, { "name": "mkalkbrenner/php-htmldiff-advanced", "version": "0.0.8", @@ -10851,6 +11257,158 @@ ], "time": "2021-05-28T08:32:12+00:00" }, + { + "name": "nette/finder", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/nette/finder.git", + "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50", + "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50", + "shasum": "" + }, + "require": { + "nette/utils": "^2.4 || ^3.0", + "php": ">=7.1" + }, + "conflict": { + "nette/nette": "<2.2" + }, + "require-dev": { + "nette/tester": "^2.0", + "phpstan/phpstan": "^0.12", + "tracy/tracy": "^2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0", + "GPL-3.0" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🔍 Nette Finder: find files and directories with an intuitive API.", + "homepage": "https://nette.org", + "keywords": [ + "filesystem", + "glob", + "iterator", + "nette" + ], + "support": { + "issues": "https://github.com/nette/finder/issues", + "source": "https://github.com/nette/finder/tree/v2.5.2" + }, + "time": "2020-01-03T20:35:40+00:00" + }, + { + "name": "nette/utils", + "version": "v3.2.5", + "source": { + "type": "git", + "url": "https://github.com/nette/utils.git", + "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/utils/zipball/9cd80396ca58d7969ab44fc7afcf03624dfa526e", + "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e", + "shasum": "" + }, + "require": { + "php": ">=7.2 <8.2" + }, + "conflict": { + "nette/di": "<3.0.6" + }, + "require-dev": { + "nette/tester": "~2.0", + "phpstan/phpstan": "^0.12", + "tracy/tracy": "^2.3" + }, + "suggest": { + "ext-gd": "to use Image", + "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", + "ext-json": "to use Nette\\Utils\\Json", + "ext-mbstring": "to use Strings::lower() etc...", + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", + "ext-xml": "to use Strings::length() etc. when mbstring is not available" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "homepage": "https://nette.org", + "keywords": [ + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" + ], + "support": { + "issues": "https://github.com/nette/utils/issues", + "source": "https://github.com/nette/utils/tree/v3.2.5" + }, + "time": "2021-09-20T10:50:11+00:00" + }, { "name": "nikic/php-parser", "version": "v4.13.0", @@ -12198,6 +12756,120 @@ ], "time": "2021-08-16T04:20:12+00:00" }, + { + "name": "phpstan/phpstan", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/1.2.0" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2021-11-18T14:09:01+00:00" + }, + { + "name": "phpstan/phpstan-deprecation-rules", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", + "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^1.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5" + }, + "type": "phpstan-extension", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + }, + "phpstan": { + "includes": [ + "rules.neon" + ] + } + }, + "autoload": { + "psr-4": { + "PHPStan\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", + "support": { + "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.0.0" + }, + "time": "2021-09-23T11:02:21+00:00" + }, { "name": "psr/cache", "version": "1.0.1", @@ -12249,20 +12921,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -12291,9 +12963,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-message", @@ -14864,16 +15536,16 @@ }, { "name": "symfony/debug", - "version": "v4.4.27", + "version": "v4.4.31", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c" + "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c", - "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c", + "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0", + "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0", "shasum": "" }, "require": { @@ -14912,7 +15584,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.27" + "source": "https://github.com/symfony/debug/tree/v4.4.31" }, "funding": [ { @@ -14928,7 +15600,7 @@ "type": "tidelift" } ], - "time": "2021-07-22T07:21:39+00:00" + "time": "2021-09-24T13:30:14+00:00" }, { "name": "symfony/dependency-injection", @@ -16731,16 +17403,16 @@ }, { "name": "symfony/var-dumper", - "version": "v4.4.30", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c" + "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c", - "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/50286e2b7189bfb4f419c0731e86632cddf7c5ee", + "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee", "shasum": "" }, "require": { @@ -16800,7 +17472,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v4.4.30" + "source": "https://github.com/symfony/var-dumper/tree/v4.4.33" }, "funding": [ { @@ -16816,7 +17488,7 @@ "type": "tidelift" } ], - "time": "2021-08-04T20:31:23+00:00" + "time": "2021-10-25T20:24:58+00:00" }, { "name": "symfony/yaml", From c1c300f5e34c904c5d5309757574d58745523b9c Mon Sep 17 00:00:00 2001 From: andriyun Date: Mon, 6 Dec 2021 17:19:44 +0100 Subject: [PATCH 02/11] WIP patch. To be removed after --- ...a8d611ef35d96601e9a2195e219e9636a65d.patch | 21377 ++++++++++++++++ 1 file changed, 21377 insertions(+) create mode 100644 drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch diff --git a/drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch b/drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch new file mode 100644 index 0000000..c4b563f --- /dev/null +++ b/drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch @@ -0,0 +1,21377 @@ +diff --git a/composer.json b/composer.json +index e5de7f5..1771100 100644 +--- a/composer.json ++++ b/composer.json +@@ -10,6 +10,90 @@ + } + ], + "repositories": [ ++ { ++ "type": "vcs", ++ "url": "https://git.drupalcode.org/project/monolog.git" ++ }, ++ { ++ "type": "package", ++ "package": { ++ "name": "drupal/webform_embed", ++ "type": "drupal-module", ++ "version": "1.x-dev", ++ "source": { ++ "type": "git", ++ "url": "https://git.drupalcode.org/project/webform_embed.git", ++ "reference": "af4332d8e3ca28ce4cd9fb5e5865fd6a4ea15471" ++ } ++ } ++ }, ++ { ++ "type": "package", ++ "package": { ++ "name": "drupal/webform_permissions_by_term", ++ "version": "1.2.0", ++ "dist": { ++ "type": "zip", ++ "url": "https://ftp.drupal.org/files/projects/webform_permissions_by_term-8.x-1.2.zip", ++ "reference": "8.x-1.2", ++ "shasum": "eabcfdbbbc850986fdd0d8b3a26cad8d6b5d675e" ++ }, ++ "require": { ++ "drupal/core": "~8.0 || ^9.0", ++ "drupal/permissions_by_term": "*" ++ }, ++ "type": "drupal-module" ++ } ++ }, ++ { ++ "type": "package", ++ "package": { ++ "name": "os2forms/os2forms_forloeb_profile", ++ "type": "drupal-profile", ++ "description": "This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.", ++ "minimum-stability": "dev", ++ "prefer-stable": true, ++ "license": "EUPL-1.2", ++ "repositories": { ++ "drupal": { ++ "type": "composer", ++ "url": "https://packages.drupal.org/8" ++ }, ++ "assets": { ++ "type": "composer", ++ "url": "https://asset-packagist.org" ++ } ++ }, ++ "require": { ++ "drupal/gin": "^3.0", ++ "drupal/core": "^8 || ^9", ++ "os2forms/os2forms": "^3.0", ++ "os2forms/os2forms_forloeb": "^1.7", ++ "os2web/os2web_simplesaml": "8.x-dev" ++ }, ++ "extra": { ++ "composer-exit-on-patch-failure": true, ++ "patchLevel": { ++ "test": "-p2" ++ }, ++ "enable-patching": true, ++ "patcher": { ++ "force-reset": true ++ }, ++ "patches": { ++ "drupal/dynamic_entity_reference": { ++ "entityQuery reference JOINs should specify target_type (https://www.drupal.org/project/dynamic_entity_reference/issues/3120952#comment-14141038)": "https://www.drupal.org/files/issues/2021-06-22/entityquery-reference-joins-should-specify-target_type-3120952-24.patch" ++ } ++ } ++ }, ++ "version": "1.4", ++ "source": { ++ "url": "https://github.com/OS2Forms/os2forms_forloeb_profile.git", ++ "type": "git", ++ "reference": "332e6294c99c7eb5edbb12e01b7e330a81eb8d22" ++ } ++ } ++ }, + { + "type": "package", + "package": { +@@ -42,6 +126,78 @@ + } + } + }, ++ { ++ "type": "package", ++ "package": { ++ "name": "os2forms/os2forms_forloeb", ++ "type": "drupal-module", ++ "description": "This module adds Maestro workflow engine and functionality to produce advanced workflows", ++ "minimum-stability": "dev", ++ "prefer-stable": true, ++ "license": "EUPL-1.2", ++ "require": { ++ "cweagans/composer-patches": "^1.6.5", ++ "drupal/admin_toolbar": "^3.0", ++ "drupal/chosen": "2.10.0", ++ "drupal/ckeditor_a11ychecker": "1.x-dev#a2099d09f362d8b005a53e8f2845858424cac3da", ++ "drupal/clientside_validation": "3.0.0-rc4", ++ "drupal/coc_forms_auto_export": "2.0.0-alpha1", ++ "drupal/config_entity_revisions": "1.7.0", ++ "drupal/events_logging": "1.5.0", ++ "drupal/embed": "1.4.0", ++ "drupal/header_and_footer_scripts": "3.0.0", ++ "drupal/image_widget_crop": "2.3.0", ++ "drupal/ldap": "^4.2", ++ "drupal/ldap_auth": "^1.17", ++ "drupal/libraries": "3.0.0-beta1", ++ "drupal/linkit": "^5.0", ++ "drupal/logging_alerts": "1.0.0", ++ "drupal/maestro": "3.0.1-rc2", ++ "drupal/masquerade": "2.0.0-beta4", ++ "drupal/queue_mail": "1.3.0", ++ "drupal/queue_ui": "^2.1", ++ "drupal/r4032login": "^2.1", ++ "drupal/simple_ldap": "1.0.0-alpha3", ++ "drupal/simplesamlphp_auth": "3.2.0", ++ "drupal/switch_page_theme": "1.x-dev#ac38137f43cc72a8efba04bc127b87fbf2c28e06", ++ "drupal/telephone_validation": "^2.2", ++ "drupal/ultimate_cron": "2.0.0-alpha5", ++ "drupal/user_default_page": "2.1", ++ "drupal/webform_composite": "1.0-rc2", ++ "drupal/webform_remote_handlers": "^1.6.0", ++ "drupal/webform_rest": "^4.0.0-beta2", ++ "drupal/webform_scheduled_tasks": "^2.0", ++ "drupal/webform_views": "^5.0@alpha", ++ "drupal/workflow_participants": "^2.4", ++ "webmozart/path-util": "2.3.0", ++ "zaporylie/composer-drupal-optimizations": "1.2.0" ++ }, ++ "extra": { ++ "composer-exit-on-patch-failure": true, ++ "patchLevel": { ++ "test": "-p2" ++ }, ++ "enable-patching": true, ++ "patcher": { ++ "force-reset": true ++ }, ++ "patches": { ++ "drupal/entity_print": { ++ "2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch" ++ }, ++ "drupal/webform": { ++ "Unlock possibility of using Entity print module export to Word": "https://www.drupal.org/files/issues/2020-02-29/3096552-6.patch" ++ } ++ } ++ }, ++ "version": "1.9.100", ++ "source": { ++ "url": "git@github.com:OS2Forms/os2forms_forloeb.git", ++ "type": "git", ++ "reference": "develop" ++ } ++ } ++ }, + { + "type": "composer", + "url": "https://packages.drupal.org/8" +@@ -49,20 +205,19 @@ + ], + "require": { + "php": ">=7.1", +- "composer/installers": "^1.2", +- "cweagans/composer-patches": "^1.6.5", ++ "composer/installers": "^1.9", ++ "cweagans/composer-patches": "^1.7", + "drupal/bootstrap": "^3.21", + "drupal/config_entity_revisions": "1.7.0", + "drupal/console": "^1.0.2", +- "drupal/core": "^8.9", +- "drupal/core-composer-scaffold": "^8.9", +- "drupal/devel": "^4.1", ++ "drupal/core-composer-scaffold": "^9.1", ++ "drupal/core-recommended": "^9.1", + "drupal/fontyourface": "^3.2", +- "drupal/header_and_footer_scripts": "^2.2", +- "drupal/ldap": "^3.0@beta", ++ "drupal/header_and_footer_scripts": "^3.0", ++ "drupal/ldap": "^4.2", + "drupal/migrate_tools": "^5.0", + "drupal/migrate_upgrade": "^3.2", +- "drupal/permissions_by_term": "2.25", ++ "drupal/permissions_by_term": "^3.1", + "drupal/queue_mail": "^1.3", + "drupal/queue_ui": "^2.1", + "drupal/restui": "^1.20", +@@ -70,23 +225,27 @@ + "drupal/straw": "^1.3", + "drupal/telephone_validation": "^2.2", + "drupal/upgrade_status": "^3.12", +- "drupal/webform_analysis": "^1.0@beta", ++ "drupal/webform_analysis": "1.x-dev#9e34c2617958ab4b5e0632b49ca6c75d4e1d4c00", + "drupal/webform_composite": "^1.0@RC", + "drupal/webform_migrate": "^1.2", + "drupal/webform_node_element": "^1.1", + "drupal/webform_scheduled_tasks": "^2.0", + "drupal/webform_views": "^5.0@alpha", +- "drush/drush": "^9.0.0", +- "os2core/os2core": "^1.0", +- "os2forms/os2forms": "^2.5", ++ "drush/drush": "^10", ++ "os2core/os2core": "^2.0", ++ "os2forms/os2forms": "^3.0", + "os2forms/os2forms_egbolig": "dev-master", + "os2forms/os2forms_forloeb": "^1.3", + "os2forms/os2forms_forloeb_profile": "^1.0", + "os2web/os2web_logging": "dev-master", + "vlucas/phpdotenv": "^5.1", +- "webflo/drupal-finder": "^1.0.0", +- "webmozart/path-util": "^2.3", +- "zaporylie/composer-drupal-optimizations": "^1.0" ++ "webflo/drupal-finder": "^1.2", ++ "webmozart/path-util": "^2.3" ++ }, ++ "require-dev": { ++ "drupal/core-dev": "^9.1", ++ "zaporylie/composer-drupal-optimizations": "^1.2", ++ "drupal/devel": "^4.1" + }, + "conflict": { + "drupal/drupal": "*" +@@ -146,6 +305,9 @@ + "drupal/webform": { + "Add support for Set to state": "./patches/add-set-to-state-3159806-2-modified-5.19.patch" + }, ++ "drupal/webform_permissions_by_term": { ++ "3142184 - Automated Drupal 9 compatibility fixes": "https://www.drupal.org/files/issues/2020-06-28/webform_permissions_by_term.1.x-dev.rector.patch" ++ }, + "drupal/webform_migrate": { + "Set to support. Checkbox condition fixes": "./patches/setto-and-checkboxes-condition-fix-onlyD7.patch" + }, +diff --git a/composer.lock b/composer.lock +index d77a502..f93f889 100644 +--- a/composer.lock ++++ b/composer.lock +@@ -4,7 +4,7 @@ + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], +- "content-hash": "f1ff823184cbb01ff47d3fd125995851", ++ "content-hash": "de2c068be66d117c7f63f753d7f9413b", + "packages": [ + { + "name": "alchemy/zippy", +@@ -132,16 +132,16 @@ + }, + { + "name": "caxy/php-htmldiff", +- "version": "v0.1.12", ++ "version": "v0.1.13", + "source": { + "type": "git", + "url": "https://github.com/caxy/php-htmldiff.git", +- "reference": "7fb8aa0ad77864f1d3604ae4a31af9cbabb91485" ++ "reference": "aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/7fb8aa0ad77864f1d3604ae4a31af9cbabb91485", +- "reference": "7fb8aa0ad77864f1d3604ae4a31af9cbabb91485", ++ "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a", ++ "reference": "aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a", + "shasum": "" + }, + "require": { +@@ -187,22 +187,22 @@ + ], + "support": { + "issues": "https://github.com/caxy/php-htmldiff/issues", +- "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.12" ++ "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.13" + }, +- "time": "2021-04-05T21:19:33+00:00" ++ "time": "2021-09-27T22:01:33+00:00" + }, + { + "name": "chi-teck/drupal-code-generator", +- "version": "1.32.1", ++ "version": "1.33.1", + "source": { + "type": "git", + "url": "https://github.com/Chi-teck/drupal-code-generator.git", +- "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749" ++ "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", +- "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", ++ "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388", ++ "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388", + "shasum": "" + }, + "require": { +@@ -212,6 +212,9 @@ + "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", + "twig/twig": "^1.41 || ^2.12" + }, ++ "conflict": { ++ "drush/drush": "< 10.3.2" ++ }, + "bin": [ + "bin/dcg" + ], +@@ -236,22 +239,22 @@ + "description": "Drupal code generator", + "support": { + "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", +- "source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.32.1" ++ "source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.33.1" + }, +- "time": "2020-07-15T06:08:04+00:00" ++ "time": "2020-12-05T05:59:11+00:00" + }, + { + "name": "commerceguys/addressing", +- "version": "v1.2.1", ++ "version": "v1.2.2", + "source": { + "type": "git", + "url": "https://github.com/commerceguys/addressing.git", +- "reference": "311040bd78ea2ea82105dd1f17205c449ac8de47" ++ "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/commerceguys/addressing/zipball/311040bd78ea2ea82105dd1f17205c449ac8de47", +- "reference": "311040bd78ea2ea82105dd1f17205c449ac8de47", ++ "url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", ++ "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", + "shasum": "" + }, + "require": { +@@ -299,9 +302,9 @@ + ], + "support": { + "issues": "https://github.com/commerceguys/addressing/issues", +- "source": "https://github.com/commerceguys/addressing/tree/v1.2.1" ++ "source": "https://github.com/commerceguys/addressing/tree/v1.2.2" + }, +- "time": "2021-05-17T08:05:21+00:00" ++ "time": "2021-10-30T12:33:41+00:00" + }, + { + "name": "composer/installers", +@@ -456,28 +459,29 @@ + }, + { + "name": "composer/semver", +- "version": "1.7.2", ++ "version": "3.2.5", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", +- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a" ++ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a", +- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a", ++ "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9", ++ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { +- "phpunit/phpunit": "^4.5 || ^5.0.5" ++ "phpstan/phpstan": "^0.12.54", ++ "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { +- "dev-master": "1.x-dev" ++ "dev-main": "3.x-dev" + } + }, + "autoload": { +@@ -516,7 +520,7 @@ + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/semver/issues", +- "source": "https://github.com/composer/semver/tree/1.7.2" ++ "source": "https://github.com/composer/semver/tree/3.2.5" + }, + "funding": [ + { +@@ -532,94 +536,39 @@ + "type": "tidelift" + } + ], +- "time": "2020-12-03T15:47:16+00:00" ++ "time": "2021-05-24T12:41:47+00:00" + }, + { + "name": "consolidation/annotated-command", +- "version": "2.12.1", ++ "version": "4.4.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/annotated-command.git", +- "reference": "0ee361762df2274f360c085e3239784a53f850b5" ++ "reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/0ee361762df2274f360c085e3239784a53f850b5", +- "reference": "0ee361762df2274f360c085e3239784a53f850b5", ++ "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/308f6ac178566a1ce9aa90ed908dac90a2c1e707", ++ "reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707", + "shasum": "" + }, + "require": { +- "consolidation/output-formatters": "^3.5.1", +- "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|^5" ++ "consolidation/output-formatters": "^4.1.1", ++ "php": ">=7.1.3", ++ "psr/log": "^1|^2", ++ "symfony/console": "^4.4.8|~5.1.0", ++ "symfony/event-dispatcher": "^4.4.8|^5", ++ "symfony/finder": "^4.4.8|^5" + }, + "require-dev": { +- "g1a/composer-test-scenarios": "^3", +- "php-coveralls/php-coveralls": "^1", +- "phpunit/phpunit": "^6", +- "squizlabs/php_codesniffer": "^2.7" ++ "phpunit/phpunit": "^7.5.20 || ^8 || ^9", ++ "squizlabs/php_codesniffer": "^3", ++ "yoast/phpunit-polyfills": "^0.2.0" + }, + "type": "library", + "extra": { +- "scenarios": { +- "finder5": { +- "require": { +- "symfony/finder": "^5" +- }, +- "config": { +- "platform": { +- "php": "7.2.5" +- } +- } +- }, +- "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" ++ "dev-main": "4.x-dev" + } + }, + "autoload": { +@@ -640,9 +589,9 @@ + "description": "Initialize Symfony Console commands from annotated command class methods.", + "support": { + "issues": "https://github.com/consolidation/annotated-command/issues", +- "source": "https://github.com/consolidation/annotated-command/tree/2.12.1" ++ "source": "https://github.com/consolidation/annotated-command/tree/4.4.0" + }, +- "time": "2020-10-11T04:30:03+00:00" ++ "time": "2021-09-30T01:08:15+00:00" + }, + { + "name": "consolidation/config", +@@ -801,74 +750,32 @@ + }, + { + "name": "consolidation/log", +- "version": "1.1.1", ++ "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/consolidation/log.git", +- "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" ++ "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", +- "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", ++ "url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1", ++ "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1", + "shasum": "" + }, + "require": { +- "php": ">=5.4.5", ++ "php": ">=7.1.3", + "psr/log": "^1.0", +- "symfony/console": "^2.8|^3|^4" ++ "symfony/console": "^4|^5" + }, + "require-dev": { +- "g1a/composer-test-scenarios": "^3", +- "php-coveralls/php-coveralls": "^1", +- "phpunit/phpunit": "^6", +- "squizlabs/php_codesniffer": "^2" ++ "phpunit/phpunit": ">=7.5.20", ++ "squizlabs/php_codesniffer": "^3", ++ "yoast/phpunit-polyfills": "^0.2.0" + }, + "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" ++ "dev-main": "2.x-dev" + } + }, + "autoload": { +@@ -889,101 +796,45 @@ + "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", + "support": { + "issues": "https://github.com/consolidation/log/issues", +- "source": "https://github.com/consolidation/log/tree/master" ++ "source": "https://github.com/consolidation/log/tree/2.0.2" + }, +- "time": "2019-01-01T17:30:51+00:00" ++ "time": "2020-12-10T16:26:23+00:00" + }, + { + "name": "consolidation/output-formatters", +- "version": "3.5.1", ++ "version": "4.1.2", + "source": { + "type": "git", + "url": "https://github.com/consolidation/output-formatters.git", +- "reference": "0d38f13051ef05c223a2bb8e962d668e24785196" ++ "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0d38f13051ef05c223a2bb8e962d668e24785196", +- "reference": "0d38f13051ef05c223a2bb8e962d668e24785196", ++ "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9", ++ "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9", + "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|^5" ++ "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": "^5.7.27", +- "squizlabs/php_codesniffer": "^2.7", +- "symfony/var-dumper": "^2.8|^3|^4", +- "victorjonsson/markdowndocs": "^1.3" ++ "php-coveralls/php-coveralls": "^2.4.2", ++ "phpunit/phpunit": ">=7", ++ "squizlabs/php_codesniffer": "^3", ++ "symfony/var-dumper": "^4", ++ "symfony/yaml": "^4", ++ "yoast/phpunit-polyfills": "^0.2.0" + }, + "suggest": { + "symfony/var-dumper": "For using the var_dump formatter" + }, + "type": "library", + "extra": { +- "scenarios": { +- "finder5": { +- "require": { +- "symfony/finder": "^5" +- }, +- "config": { +- "platform": { +- "php": "7.2.5" +- } +- } +- }, +- "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" ++ "dev-main": "4.x-dev" + } + }, + "autoload": { +@@ -1004,54 +855,55 @@ + "description": "Format text by applying transformations provided by plug-in formatters.", + "support": { + "issues": "https://github.com/consolidation/output-formatters/issues", +- "source": "https://github.com/consolidation/output-formatters/tree/3.5.1" ++ "source": "https://github.com/consolidation/output-formatters/tree/4.1.2" + }, +- "time": "2020-10-11T04:15:32+00:00" ++ "time": "2020-12-12T19:04:59+00:00" + }, + { + "name": "consolidation/robo", +- "version": "1.4.13", ++ "version": "2.2.2", + "source": { + "type": "git", + "url": "https://github.com/consolidation/Robo.git", +- "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343" ++ "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/consolidation/Robo/zipball/fd28dcca1b935950ece26e63541fbdeeb09f7343", +- "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343", ++ "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c", ++ "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c", + "shasum": "" + }, + "require": { +- "consolidation/annotated-command": "^2.12.1|^4.1", +- "consolidation/config": "^1.2.1", +- "consolidation/log": "^1.1.1|^2", +- "consolidation/output-formatters": "^3.5.1|^4.1", +- "consolidation/self-update": "^1.1.5", +- "grasmash/yaml-expander": "^1.4", ++ "consolidation/annotated-command": "^4.2.1", ++ "consolidation/config": "^1.2.1|^2", ++ "consolidation/log": "^1.1.1|^2.0.1", ++ "consolidation/output-formatters": "^4.1.1", ++ "consolidation/self-update": "^1.2", + "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|^5", +- "symfony/process": "^2.5|^3|^4" ++ "php": ">=7.1.3", ++ "symfony/console": "^4.4.11|^5", ++ "symfony/event-dispatcher": "^4.4.11|^5", ++ "symfony/filesystem": "^4.4.11|^5", ++ "symfony/finder": "^4.4.11|^5", ++ "symfony/process": "^4.4.11|^5", ++ "symfony/yaml": "^4.0 || ^5.0" + }, +- "replace": { +- "codegyre/robo": "< 1.0" ++ "conflict": { ++ "codegyre/robo": "*" + }, + "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", ++ "php-coveralls/php-coveralls": "^2.2", ++ "phpdocumentor/reflection-docblock": "^4.3.2", ++ "phpunit/phpunit": "^6.5.14", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", +- "natxet/CssMin": "For minifying CSS files in taskMinify", ++ "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." + }, +@@ -1061,48 +913,29 @@ + "type": "library", + "extra": { + "scenarios": { +- "finder5": { +- "require": { +- "symfony/finder": "^5" +- }, +- "config": { +- "platform": { +- "php": "7.2.5" +- } +- } +- }, + "symfony4": { + "require": { +- "symfony/console": "^4" +- }, +- "config": { +- "platform": { +- "php": "7.1.3" +- } +- } +- }, +- "symfony2": { +- "require": { +- "symfony/console": "^2.8" +- }, +- "require-dev": { +- "phpunit/phpunit": "^4.8.36" ++ "symfony/console": "^4.4.11", ++ "symfony/event-dispatcher": "^4.4.11", ++ "symfony/filesystem": "^4.4.11", ++ "symfony/finder": "^4.4.11", ++ "symfony/process": "^4.4.11", ++ "phpunit/phpunit": "^6", ++ "nikic/php-parser": "^2" + }, + "remove": [ +- "php-coveralls/php-coveralls" ++ "codeception/phpunit-wrapper" + ], + "config": { + "platform": { +- "php": "5.5.9" ++ "php": "7.1.3" + } +- }, +- "scenario-options": { +- "create-lockfile": "false" + } + } + }, + "branch-alias": { +- "dev-master": "1.x-dev" ++ "dev-master": "2.x-dev", ++ "dev-main": "2.x-dev" + } + }, + "autoload": { +@@ -1123,9 +956,9 @@ + "description": "Modern task runner", + "support": { + "issues": "https://github.com/consolidation/Robo/issues", +- "source": "https://github.com/consolidation/Robo/tree/1.4.13" ++ "source": "https://github.com/consolidation/Robo/tree/2.2.2" + }, +- "time": "2020-10-11T04:51:34+00:00" ++ "time": "2020-12-18T22:09:18+00:00" + }, + { + "name": "consolidation/self-update", +@@ -1241,52 +1074,34 @@ + }, + { + "name": "consolidation/site-process", +- "version": "2.1.0", ++ "version": "4.1.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/site-process.git", +- "reference": "f3211fa4c60671c6f068184221f06f932556e443" ++ "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443", +- "reference": "f3211fa4c60671c6f068184221f06f932556e443", ++ "url": "https://api.github.com/repos/consolidation/site-process/zipball/ef57711d7049f7606ce936ded16ad93f1ad7f02c", ++ "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c", + "shasum": "" + }, + "require": { +- "consolidation/config": "^1.2.1", ++ "consolidation/config": "^1.2.1|^2", + "consolidation/site-alias": "^3", +- "php": ">=5.6.0", +- "symfony/process": "^3.4" ++ "php": ">=7.1.3", ++ "symfony/console": "^2.8.52|^3|^4.4|^5", ++ "symfony/process": "^4.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" ++ "phpunit/phpunit": "^7.5.20|^8.5.14", ++ "squizlabs/php_codesniffer": "^3", ++ "yoast/phpunit-polyfills": "^0.2.0" + }, + "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" ++ "dev-main": "4.x-dev" + } + }, + "autoload": { +@@ -1311,9 +1126,9 @@ + "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.", + "support": { + "issues": "https://github.com/consolidation/site-process/issues", +- "source": "https://github.com/consolidation/site-process/tree/2.1.0" ++ "source": "https://github.com/consolidation/site-process/tree/4.1.0" + }, +- "time": "2019-09-10T17:56:24+00:00" ++ "time": "2021-02-21T02:53:33+00:00" + }, + { + "name": "container-interop/container-interop", +@@ -1584,16 +1399,16 @@ + }, + { + "name": "doctrine/annotations", +- "version": "1.13.2", ++ "version": "1.13.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", +- "reference": "5b668aef16090008790395c02c893b1ba13f7e08" ++ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", +- "reference": "5b668aef16090008790395c02c893b1ba13f7e08", ++ "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", ++ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", + "shasum": "" + }, + "require": { +@@ -1650,48 +1465,37 @@ + ], + "support": { + "issues": "https://github.com/doctrine/annotations/issues", +- "source": "https://github.com/doctrine/annotations/tree/1.13.2" ++ "source": "https://github.com/doctrine/annotations/tree/1.13.1" + }, +- "time": "2021-08-05T19:00:23+00:00" ++ "time": "2021-05-16T18:07:53+00:00" + }, + { +- "name": "doctrine/cache", +- "version": "1.12.1", ++ "name": "doctrine/collections", ++ "version": "1.6.8", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/cache.git", +- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" ++ "url": "https://github.com/doctrine/collections.git", ++ "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", +- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", ++ "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", ++ "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", + "shasum": "" + }, + "require": { +- "php": "~7.1 || ^8.0" +- }, +- "conflict": { +- "doctrine/common": ">2.2,<2.4" ++ "php": "^7.1.3 || ^8.0" + }, + "require-dev": { +- "alcaeus/mongo-php-adapter": "^1.1", +- "cache/integration-tests": "dev-master", +- "doctrine/coding-standard": "^8.0", +- "mongodb/mongodb": "^1.1", +- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", +- "predis/predis": "~1.0", +- "psr/cache": "^1.0 || ^2.0 || ^3.0", +- "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", +- "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" +- }, +- "suggest": { +- "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" ++ "doctrine/coding-standard": "^9.0", ++ "phpstan/phpstan": "^0.12", ++ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", ++ "vimeo/psalm": "^4.2.1" + }, + "type": "library", + "autoload": { + "psr-4": { +- "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" ++ "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + } + }, + "notification-url": "https://packagist.org/downloads/", +@@ -1720,96 +1524,8 @@ + "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" +- ], +- "support": { +- "issues": "https://github.com/doctrine/cache/issues", +- "source": "https://github.com/doctrine/cache/tree/1.12.1" +- }, +- "funding": [ +- { +- "url": "https://www.doctrine-project.org/sponsorship.html", +- "type": "custom" +- }, +- { +- "url": "https://www.patreon.com/phpdoctrine", +- "type": "patreon" +- }, +- { +- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", +- "type": "tidelift" +- } +- ], +- "time": "2021-07-17T14:39:21+00:00" +- }, +- { +- "name": "doctrine/collections", +- "version": "1.6.8", +- "source": { +- "type": "git", +- "url": "https://github.com/doctrine/collections.git", +- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" +- }, +- "dist": { +- "type": "zip", +- "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", +- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", +- "shasum": "" +- }, +- "require": { +- "php": "^7.1.3 || ^8.0" +- }, +- "require-dev": { +- "doctrine/coding-standard": "^9.0", +- "phpstan/phpstan": "^0.12", +- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", +- "vimeo/psalm": "^4.2.1" +- }, +- "type": "library", +- "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", ++ "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", +@@ -1823,47 +1539,36 @@ + "time": "2021-08-10T18:51:53+00:00" + }, + { +- "name": "doctrine/common", +- "version": "2.13.3", ++ "name": "doctrine/lexer", ++ "version": "1.2.1", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/common.git", +- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" ++ "url": "https://github.com/doctrine/lexer.git", ++ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", +- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", ++ "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", ++ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "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 || ^8.0" ++ "php": "^7.2 || ^8.0" + }, + "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" ++ "doctrine/coding-standard": "^6.0", ++ "phpstan/phpstan": "^0.11.8", ++ "phpunit/phpunit": "^8.2" + }, + "type": "library", + "extra": { + "branch-alias": { +- "dev-master": "2.11.x-dev" ++ "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { +- "Doctrine\\Common\\": "lib/Doctrine/Common" ++ "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "notification-url": "https://packagist.org/downloads/", +@@ -1879,33 +1584,23 @@ + "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", ++ "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": [ +- "common", +- "doctrine", ++ "annotations", ++ "docblock", ++ "lexer", ++ "parser", + "php" + ], + "support": { +- "issues": "https://github.com/doctrine/common/issues", +- "source": "https://github.com/doctrine/common/tree/2.13.x" ++ "issues": "https://github.com/doctrine/lexer/issues", ++ "source": "https://github.com/doctrine/lexer/tree/1.2.1" + }, + "funding": [ + { +@@ -1917,40 +1612,45 @@ + "type": "patreon" + }, + { +- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", ++ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], +- "time": "2020-06-05T16:46:05+00:00" ++ "time": "2020-05-25T17:44:05+00:00" + }, + { +- "name": "doctrine/event-manager", +- "version": "1.1.1", ++ "name": "doctrine/reflection", ++ "version": "1.2.2", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/event-manager.git", +- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" ++ "url": "https://github.com/doctrine/reflection.git", ++ "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", +- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", ++ "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", ++ "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", + "shasum": "" + }, + "require": { ++ "doctrine/annotations": "^1.0", ++ "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" + }, + "conflict": { +- "doctrine/common": "<2.9@dev" ++ "doctrine/common": "<2.9" + }, + "require-dev": { +- "doctrine/coding-standard": "^6.0", +- "phpunit/phpunit": "^7.0" ++ "doctrine/coding-standard": "^6.0 || ^8.2.0", ++ "doctrine/common": "^2.10", ++ "phpstan/phpstan": "^0.11.0 || ^0.12.20", ++ "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", ++ "phpunit/phpunit": "^7.5 || ^9.1.5" + }, + "type": "library", + "extra": { + "branch-alias": { +- "dev-master": "1.0.x-dev" ++ "dev-master": "1.2.x-dev" + } + }, + "autoload": { +@@ -1988,494 +1688,383 @@ + "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", ++ "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": [ +- "event", +- "event dispatcher", +- "event manager", +- "event system", +- "events" ++ "reflection", ++ "static" + ], + "support": { +- "issues": "https://github.com/doctrine/event-manager/issues", +- "source": "https://github.com/doctrine/event-manager/tree/1.1.x" ++ "issues": "https://github.com/doctrine/reflection/issues", ++ "source": "https://github.com/doctrine/reflection/tree/1.2.2" + }, +- "funding": [ +- { +- "url": "https://www.doctrine-project.org/sponsorship.html", +- "type": "custom" +- }, +- { +- "url": "https://www.patreon.com/phpdoctrine", +- "type": "patreon" +- }, +- { +- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", +- "type": "tidelift" +- } +- ], +- "time": "2020-05-29T18:28:51+00:00" ++ "abandoned": "roave/better-reflection", ++ "time": "2020-10-27T21:46:55+00:00" + }, + { +- "name": "doctrine/inflector", +- "version": "1.4.4", ++ "name": "dompdf/dompdf", ++ "version": "v1.1.1", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/inflector.git", +- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" ++ "url": "https://github.com/dompdf/dompdf.git", ++ "reference": "de4aad040737a89fae2129cdeb0f79c45513128d" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", +- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", ++ "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d", ++ "reference": "de4aad040737a89fae2129cdeb0f79c45513128d", + "shasum": "" + }, + "require": { ++ "ext-dom": "*", ++ "ext-mbstring": "*", ++ "phenx/php-font-lib": "^0.5.2", ++ "phenx/php-svg-lib": "^0.3.3", + "php": "^7.1 || ^8.0" + }, + "require-dev": { +- "doctrine/coding-standard": "^8.0", +- "phpstan/phpstan": "^0.12", +- "phpstan/phpstan-phpunit": "^0.12", +- "phpstan/phpstan-strict-rules": "^0.12", +- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" ++ "mockery/mockery": "^1.3", ++ "phpunit/phpunit": "^7.5 || ^8 || ^9", ++ "squizlabs/php_codesniffer": "^3.5" + }, +- "type": "library", +- "extra": { +- "branch-alias": { +- "dev-master": "2.0.x-dev" +- } ++ "suggest": { ++ "ext-gd": "Needed to process images", ++ "ext-gmagick": "Improves image processing performance", ++ "ext-imagick": "Improves image processing performance", ++ "ext-zlib": "Needed for pdf stream compression" + }, ++ "type": "library", + "autoload": { + "psr-4": { +- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", +- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" +- } ++ "Dompdf\\": "src/" ++ }, ++ "classmap": [ ++ "lib/" ++ ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ +- "MIT" ++ "LGPL-2.1" + ], + "authors": [ + { +- "name": "Guilherme Blanco", +- "email": "guilhermeblanco@gmail.com" ++ "name": "Fabien Ménager", ++ "email": "fabien.menager@gmail.com" + }, + { +- "name": "Roman Borschel", +- "email": "roman@code-factory.org" ++ "name": "Brian Sweeney", ++ "email": "eclecticgeek@gmail.com" + }, + { +- "name": "Benjamin Eberlei", +- "email": "kontakt@beberlei.de" +- }, +- { +- "name": "Jonathan Wage", +- "email": "jonwage@gmail.com" +- }, +- { +- "name": "Johannes Schmitt", +- "email": "schmittjoh@gmail.com" ++ "name": "Gabriel Bull", ++ "email": "me@gabrielbull.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" +- ], ++ "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", ++ "homepage": "https://github.com/dompdf/dompdf", + "support": { +- "issues": "https://github.com/doctrine/inflector/issues", +- "source": "https://github.com/doctrine/inflector/tree/1.4.4" ++ "issues": "https://github.com/dompdf/dompdf/issues", ++ "source": "https://github.com/dompdf/dompdf/tree/v1.1.1" + }, +- "funding": [ +- { +- "url": "https://www.doctrine-project.org/sponsorship.html", +- "type": "custom" +- }, +- { +- "url": "https://www.patreon.com/phpdoctrine", +- "type": "patreon" +- }, +- { +- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", +- "type": "tidelift" +- } +- ], +- "time": "2021-04-16T17:34:40+00:00" ++ "time": "2021-11-24T00:45:04+00:00" + }, + { +- "name": "doctrine/lexer", +- "version": "1.2.1", ++ "name": "drupal/address", ++ "version": "1.9.0", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/lexer.git", +- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" ++ "url": "https://git.drupalcode.org/project/address.git", ++ "reference": "8.x-1.9" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", +- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", +- "shasum": "" ++ "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip", ++ "reference": "8.x-1.9", ++ "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05" + }, + "require": { +- "php": "^7.2 || ^8.0" ++ "commerceguys/addressing": "^1.0.7", ++ "drupal/core": "^8.8 || ^9" + }, + "require-dev": { +- "doctrine/coding-standard": "^6.0", +- "phpstan/phpstan": "^0.11.8", +- "phpunit/phpunit": "^8.2" ++ "drupal/token": "^1.0" + }, +- "type": "library", ++ "type": "drupal-module", + "extra": { +- "branch-alias": { +- "dev-master": "1.2.x-dev" +- } +- }, +- "autoload": { +- "psr-4": { +- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" ++ "drupal": { ++ "version": "8.x-1.9", ++ "datestamp": "1604422821", ++ "security-coverage": { ++ "status": "covered", ++ "message": "Covered by Drupal's security advisory policy" ++ } + } + }, +- "notification-url": "https://packagist.org/downloads/", ++ "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ +- "MIT" ++ "GPL-2.0-or-later" + ], + "authors": [ + { +- "name": "Guilherme Blanco", +- "email": "guilhermeblanco@gmail.com" ++ "name": "bojanz", ++ "homepage": "https://www.drupal.org/user/86106" + }, + { +- "name": "Roman Borschel", +- "email": "roman@code-factory.org" ++ "name": "dww", ++ "homepage": "https://www.drupal.org/user/46549" + }, + { +- "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" +- ], +- "support": { +- "issues": "https://github.com/doctrine/lexer/issues", +- "source": "https://github.com/doctrine/lexer/tree/1.2.1" +- }, +- "funding": [ ++ "name": "googletorp", ++ "homepage": "https://www.drupal.org/user/386230" ++ }, + { +- "url": "https://www.doctrine-project.org/sponsorship.html", +- "type": "custom" ++ "name": "jsacksick", ++ "homepage": "https://www.drupal.org/user/972218" + }, + { +- "url": "https://www.patreon.com/phpdoctrine", +- "type": "patreon" ++ "name": "mglaman", ++ "homepage": "https://www.drupal.org/user/2416470" + }, + { +- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", +- "type": "tidelift" ++ "name": "rszrama", ++ "homepage": "https://www.drupal.org/user/49344" + } + ], +- "time": "2020-05-25T17:44:05+00:00" ++ "description": "Provides functionality for storing, validating and displaying international postal addresses.", ++ "homepage": "http://drupal.org/project/address", ++ "support": { ++ "source": "https://git.drupalcode.org/project/address" ++ } + }, + { +- "name": "doctrine/persistence", +- "version": "1.3.8", ++ "name": "drupal/admin_toolbar", ++ "version": "3.0.3", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/persistence.git", +- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288" ++ "url": "https://git.drupalcode.org/project/admin_toolbar.git", ++ "reference": "3.0.3" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288", +- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288", +- "shasum": "" ++ "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.0.3.zip", ++ "reference": "3.0.3", ++ "shasum": "ce735c931c0bd6da79bd8e45ca459d61015bbe44" + }, + "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 || ^8.0" +- }, +- "conflict": { +- "doctrine/common": "<2.10@dev" ++ "drupal/core": "^8.8.0 || ^9.0" + }, + "require-dev": { +- "doctrine/coding-standard": "^6.0", +- "phpstan/phpstan": "^0.11", +- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", +- "vimeo/psalm": "^3.11" ++ "drupal/admin_toolbar_tools": "*" + }, +- "type": "library", ++ "type": "drupal-module", + "extra": { +- "branch-alias": { +- "dev-master": "1.3.x-dev" +- } +- }, +- "autoload": { +- "psr-4": { +- "Doctrine\\Common\\": "lib/Doctrine/Common", +- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" ++ "drupal": { ++ "version": "3.0.3", ++ "datestamp": "1632322497", ++ "security-coverage": { ++ "status": "covered", ++ "message": "Covered by Drupal's security advisory policy" ++ } + } + }, +- "notification-url": "https://packagist.org/downloads/", ++ "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ +- "MIT" ++ "GPL-2.0-or-later" + ], + "authors": [ + { +- "name": "Guilherme Blanco", +- "email": "guilhermeblanco@gmail.com" ++ "name": "Wilfrid Roze (eme)", ++ "homepage": "https://www.drupal.org/u/eme", ++ "role": "Maintainer" + }, + { +- "name": "Roman Borschel", +- "email": "roman@code-factory.org" ++ "name": "Romain Jarraud (romainj)", ++ "homepage": "https://www.drupal.org/u/romainj", ++ "role": "Maintainer" + }, + { +- "name": "Benjamin Eberlei", +- "email": "kontakt@beberlei.de" ++ "name": "Adrian Cid Almaguer (adriancid)", ++ "homepage": "https://www.drupal.org/u/adriancid", ++ "email": "adriancid@gmail.com", ++ "role": "Maintainer" + }, + { +- "name": "Jonathan Wage", +- "email": "jonwage@gmail.com" ++ "name": "Mohamed Anis Taktak (matio89)", ++ "homepage": "https://www.drupal.org/u/matio89", ++ "role": "Maintainer" + }, + { +- "name": "Johannes Schmitt", +- "email": "schmittjoh@gmail.com" ++ "name": "fethi.krout", ++ "homepage": "https://www.drupal.org/user/3206765" + }, + { +- "name": "Marco Pivetta", +- "email": "ocramius@gmail.com" ++ "name": "matio89", ++ "homepage": "https://www.drupal.org/user/2320090" ++ }, ++ { ++ "name": "romainj", ++ "homepage": "https://www.drupal.org/user/370706" + } + ], +- "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", ++ "description": "Provides a drop-down menu interface to the core Drupal Toolbar.", ++ "homepage": "http://drupal.org/project/admin_toolbar", + "keywords": [ +- "mapper", +- "object", +- "odm", +- "orm", +- "persistence" ++ "Drupal", ++ "Toolbar" + ], + "support": { +- "issues": "https://github.com/doctrine/persistence/issues", +- "source": "https://github.com/doctrine/persistence/tree/1.3.x" +- }, +- "funding": [ +- { +- "url": "https://www.doctrine-project.org/sponsorship.html", +- "type": "custom" +- }, +- { +- "url": "https://www.patreon.com/phpdoctrine", +- "type": "patreon" +- }, +- { +- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", +- "type": "tidelift" +- } +- ], +- "time": "2020-06-20T12:56:16+00:00" ++ "source": "https://git.drupalcode.org/project/admin_toolbar", ++ "issues": "https://www.drupal.org/project/issues/admin_toolbar" ++ } + }, + { +- "name": "doctrine/reflection", +- "version": "1.2.2", ++ "name": "drupal/authorization", ++ "version": "1.0.0-beta6", + "source": { + "type": "git", +- "url": "https://github.com/doctrine/reflection.git", +- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" ++ "url": "https://git.drupalcode.org/project/authorization.git", ++ "reference": "8.x-1.0-beta6" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", +- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", +- "shasum": "" ++ "url": "https://ftp.drupal.org/files/projects/authorization-8.x-1.0-beta6.zip", ++ "reference": "8.x-1.0-beta6", ++ "shasum": "c83b3b4ec67496dd87d8bb556b597b4d0989e9f7" + }, + "require": { +- "doctrine/annotations": "^1.0", +- "ext-tokenizer": "*", +- "php": "^7.1 || ^8.0" +- }, +- "conflict": { +- "doctrine/common": "<2.9" +- }, +- "require-dev": { +- "doctrine/coding-standard": "^6.0 || ^8.2.0", +- "doctrine/common": "^2.10", +- "phpstan/phpstan": "^0.11.0 || ^0.12.20", +- "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", +- "phpunit/phpunit": "^7.5 || ^9.1.5" ++ "drupal/core": "^8.7.7 || ^9", ++ "drupal/externalauth": "*" + }, +- "type": "library", ++ "type": "drupal-module", + "extra": { +- "branch-alias": { +- "dev-master": "1.2.x-dev" +- } +- }, +- "autoload": { +- "psr-4": { +- "Doctrine\\Common\\": "lib/Doctrine/Common" ++ "drupal": { ++ "version": "8.x-1.0-beta6", ++ "datestamp": "1631389169", ++ "security-coverage": { ++ "status": "not-covered", ++ "message": "Project has not opted into security advisory coverage!" ++ } + } + }, +- "notification-url": "https://packagist.org/downloads/", ++ "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ +- "MIT" ++ "GPL-2.0-or-later" + ], + "authors": [ + { +- "name": "Guilherme Blanco", +- "email": "guilhermeblanco@gmail.com" +- }, +- { +- "name": "Roman Borschel", +- "email": "roman@code-factory.org" +- }, +- { +- "name": "Benjamin Eberlei", +- "email": "kontakt@beberlei.de" ++ "name": "grahl", ++ "homepage": "https://www.drupal.org/user/146040" + }, + { +- "name": "Jonathan Wage", +- "email": "jonwage@gmail.com" ++ "name": "johnbarclay", ++ "homepage": "https://www.drupal.org/user/225037" + }, + { +- "name": "Johannes Schmitt", +- "email": "schmittjoh@gmail.com" ++ "name": "queenvictoria", ++ "homepage": "https://www.drupal.org/user/856454" + }, + { +- "name": "Marco Pivetta", +- "email": "ocramius@gmail.com" ++ "name": "webflo", ++ "homepage": "https://www.drupal.org/user/254778" + } + ], +- "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" +- ], ++ "description": "An abstraction layer for providers and consumers of authorizations.", ++ "homepage": "https://www.drupal.org/project/authorization", + "support": { +- "issues": "https://github.com/doctrine/reflection/issues", +- "source": "https://github.com/doctrine/reflection/tree/1.2.2" +- }, +- "abandoned": "roave/better-reflection", +- "time": "2020-10-27T21:46:55+00:00" ++ "source": "https://git.drupalcode.org/project/authorization" ++ } + }, + { +- "name": "dompdf/dompdf", +- "version": "v1.0.2", ++ "name": "drupal/better_exposed_filters", ++ "version": "5.0.0", + "source": { + "type": "git", +- "url": "https://github.com/dompdf/dompdf.git", +- "reference": "8768448244967a46d6e67b891d30878e0e15d25c" ++ "url": "https://git.drupalcode.org/project/better_exposed_filters.git", ++ "reference": "8.x-5.0" + }, + "dist": { + "type": "zip", +- "url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c", +- "reference": "8768448244967a46d6e67b891d30878e0e15d25c", +- "shasum": "" ++ "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0.zip", ++ "reference": "8.x-5.0", ++ "shasum": "ef575591af202b5c6867841ce58e1f447455e502" + }, + "require": { +- "ext-dom": "*", +- "ext-mbstring": "*", +- "phenx/php-font-lib": "^0.5.2", +- "phenx/php-svg-lib": "^0.3.3", +- "php": "^7.1 || ^8.0" +- }, +- "require-dev": { +- "mockery/mockery": "^1.3", +- "phpunit/phpunit": "^7.5 || ^8 || ^9", +- "squizlabs/php_codesniffer": "^3.5" +- }, +- "suggest": { +- "ext-gd": "Needed to process images", +- "ext-gmagick": "Improves image processing performance", +- "ext-imagick": "Improves image processing performance", +- "ext-zlib": "Needed for pdf stream compression" ++ "drupal/core": "^8.8 || ^9", ++ "drupal/jquery_ui": "^1.4", ++ "drupal/jquery_ui_datepicker": "^1.0", ++ "drupal/jquery_ui_slider": "^1.1", ++ "drupal/jquery_ui_touch_punch": "^1.0" + }, +- "type": "library", ++ "type": "drupal-module", + "extra": { +- "branch-alias": { +- "dev-develop": "0.7-dev" ++ "drupal": { ++ "version": "8.x-5.0", ++ "datestamp": "1634748760", ++ "security-coverage": { ++ "status": "covered", ++ "message": "Covered by Drupal's security advisory policy" ++ } + } + }, +- "autoload": { +- "psr-4": { +- "Dompdf\\": "src/" +- }, +- "classmap": [ +- "lib/" +- ] +- }, +- "notification-url": "https://packagist.org/downloads/", ++ "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ +- "LGPL-2.1" ++ "GPL-2.0-or-later" + ], + "authors": [ + { +- "name": "Fabien Ménager", +- "email": "fabien.menager@gmail.com" ++ "name": "Mike Keran", ++ "homepage": "https://www.drupal.org/u/mikeker" + }, + { +- "name": "Brian Sweeney", +- "email": "eclecticgeek@gmail.com" ++ "name": "Martin Keereman", ++ "homepage": "https://www.drupal.org/u/etroid" + }, + { +- "name": "Gabriel Bull", +- "email": "me@gabrielbull.com" ++ "name": "Neslee Canil Pinto", ++ "homepage": "https://www.drupal.org/u/neslee-canil-pinto" ++ }, ++ { ++ "name": "jkopel", ++ "homepage": "https://www.drupal.org/user/66207" ++ }, ++ { ++ "name": "mikeker", ++ "homepage": "https://www.drupal.org/user/192273" ++ }, ++ { ++ "name": "rlhawk", ++ "homepage": "https://www.drupal.org/user/352283" + } + ], +- "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", +- "homepage": "https://github.com/dompdf/dompdf", ++ "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", ++ "homepage": "https://www.drupal.org/project/better_exposed_filters", + "support": { +- "issues": "https://github.com/dompdf/dompdf/issues", +- "source": "https://github.com/dompdf/dompdf/tree/v1.0.2" +- }, +- "time": "2021-01-08T14:18:52+00:00" ++ "source": "https://git.drupalcode.org/project/better_exposed_filters", ++ "issues": "https://www.drupal.org/project/issues/better_exposed_filters" ++ } + }, + { +- "name": "drupal/address", +- "version": "1.9.0", ++ "name": "drupal/bootstrap", ++ "version": "3.23.0", + "source": { + "type": "git", +- "url": "https://git.drupalcode.org/project/address.git", +- "reference": "8.x-1.9" ++ "url": "https://git.drupalcode.org/project/bootstrap.git", ++ "reference": "8.x-3.23" + }, + "dist": { + "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip", +- "reference": "8.x-1.9", +- "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05" ++ "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.23.zip", ++ "reference": "8.x-3.23", ++ "shasum": "9849be667cc678a91ad29f77c2baea2cf16878bc" + }, + "require": { +- "commerceguys/addressing": "^1.0.7", +- "drupal/core": "^8.8 || ^9" +- }, +- "require-dev": { +- "drupal/token": "^1.0" ++ "drupal/core": "^8 || ^9" + }, +- "type": "drupal-module", ++ "type": "drupal-theme", + "extra": { + "drupal": { +- "version": "8.x-1.9", +- "datestamp": "1604422821", ++ "version": "8.x-3.23", ++ "datestamp": "1592175762", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" +@@ -2488,328 +2077,64 @@ + ], + "authors": [ + { +- "name": "bojanz", +- "homepage": "https://www.drupal.org/user/86106" +- }, +- { +- "name": "dww", +- "homepage": "https://www.drupal.org/user/46549" +- }, +- { +- "name": "googletorp", +- "homepage": "https://www.drupal.org/user/386230" +- }, +- { +- "name": "jsacksick", +- "homepage": "https://www.drupal.org/user/972218" ++ "name": "Mark Carver (markcarver)", ++ "homepage": "https://www.drupal.org/u/markcarver", ++ "role": "Maintainer" + }, + { +- "name": "mglaman", +- "homepage": "https://www.drupal.org/user/2416470" ++ "name": "John McCormick (neardark)", ++ "homepage": "https://www.drupal.org/u/neardark", ++ "role": "Co-maintainer" + }, + { +- "name": "rszrama", +- "homepage": "https://www.drupal.org/user/49344" ++ "name": "Fabiano Sant'Ana (wundo)", ++ "homepage": "https://www.drupal.org/u/wundo", ++ "role": "Co-maintainer" + } + ], +- "description": "Provides functionality for storing, validating and displaying international postal addresses.", +- "homepage": "http://drupal.org/project/address", ++ "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.", ++ "homepage": "https://www.drupal.org/project/bootstrap", + "support": { +- "source": "https://git.drupalcode.org/project/address" ++ "source": "https://git.drupalcode.org/project/bootstrap", ++ "docs": "https://drupal-bootstrap.org", ++ "issues": "https://www.drupal.org/project/issues/bootstrap", ++ "irc": "irc://irc.freenode.org/drupal-bootstrap" + } + }, + { +- "name": "drupal/admin_toolbar", +- "version": "3.0.3", ++ "name": "drupal/checklistapi", ++ "version": "2.0.0", + "source": { + "type": "git", +- "url": "https://git.drupalcode.org/project/admin_toolbar.git", +- "reference": "3.0.3" ++ "url": "https://git.drupalcode.org/project/checklistapi.git", ++ "reference": "2.0.0" + }, + "dist": { + "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.0.3.zip", +- "reference": "3.0.3", +- "shasum": "ce735c931c0bd6da79bd8e45ca459d61015bbe44" ++ "url": "https://ftp.drupal.org/files/projects/checklistapi-2.0.0.zip", ++ "reference": "2.0.0", ++ "shasum": "32aa1590ab68d41cf9f54c073a22bfd2f27abe36" + }, + "require": { +- "drupal/core": "^8.8.0 || ^9.0" +- }, +- "require-dev": { +- "drupal/admin_toolbar_tools": "*" ++ "drupal/core": "^8 || ^9", ++ "php": ">=5.6.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { +- "version": "3.0.3", +- "datestamp": "1632322497", ++ "version": "2.0.0", ++ "datestamp": "1595476219", + "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": "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": "https://git.drupalcode.org/project/admin_toolbar", +- "issues": "https://www.drupal.org/project/issues/admin_toolbar" +- } +- }, +- { +- "name": "drupal/authorization", +- "version": "dev-1.x", +- "source": { +- "type": "git", +- "url": "https://git.drupalcode.org/project/authorization.git", +- "reference": "5427170c2c736a4f14d2a4b2d552acd8d61e70a1" +- }, +- "require": { +- "drupal/core": "^8.7.7 || ^9", +- "drupal/externalauth": "*" +- }, +- "type": "drupal-module", +- "extra": { +- "branch-alias": { +- "dev-1.x": "1.x-dev" +- }, +- "drupal": { +- "version": "8.x-1.0-beta5+10-dev", +- "datestamp": "1631388358", +- "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": "grahl", +- "homepage": "https://www.drupal.org/user/146040" +- }, +- { +- "name": "johnbarclay", +- "homepage": "https://www.drupal.org/user/225037" +- }, +- { +- "name": "queenvictoria", +- "homepage": "https://www.drupal.org/user/856454" +- }, +- { +- "name": "webflo", +- "homepage": "https://www.drupal.org/user/254778" +- } +- ], +- "description": "An abstraction layer for providers and consumers of authorizations.", +- "homepage": "https://www.drupal.org/project/authorization", +- "support": { +- "source": "https://git.drupalcode.org/project/authorization" +- } +- }, +- { +- "name": "drupal/better_exposed_filters", +- "version": "4.0.0", +- "source": { +- "type": "git", +- "url": "https://git.drupalcode.org/project/better_exposed_filters.git", +- "reference": "8.x-4.0" +- }, +- "dist": { +- "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0.zip", +- "reference": "8.x-4.0", +- "shasum": "f298e83b9ae1c28f4ff54f3c6256146cbc7fc239" +- }, +- "require": { +- "drupal/core": "^8" +- }, +- "type": "drupal-module", +- "extra": { +- "drupal": { +- "version": "8.x-4.0", +- "datestamp": "1634748844", +- "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": "Mike Keran", +- "homepage": "https://www.drupal.org/u/mikeker" +- }, +- { +- "name": "Martin Keereman", +- "homepage": "https://www.drupal.org/u/etroid" +- }, +- { +- "name": "chr.fritsch", +- "homepage": "https://www.drupal.org/user/2103716" +- }, +- { +- "name": "jkopel", +- "homepage": "https://www.drupal.org/user/66207" +- }, +- { +- "name": "mikeker", +- "homepage": "https://www.drupal.org/user/192273" +- }, +- { +- "name": "rlhawk", +- "homepage": "https://www.drupal.org/user/352283" +- } +- ], +- "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", +- "homepage": "https://www.drupal.org/project/better_exposed_filters", +- "support": { +- "source": "https://git.drupalcode.org/project/better_exposed_filters", +- "issues": "https://www.drupal.org/project/issues/better_exposed_filters" +- } +- }, +- { +- "name": "drupal/bootstrap", +- "version": "3.23.0", +- "source": { +- "type": "git", +- "url": "https://git.drupalcode.org/project/bootstrap.git", +- "reference": "8.x-3.23" +- }, +- "dist": { +- "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.23.zip", +- "reference": "8.x-3.23", +- "shasum": "9849be667cc678a91ad29f77c2baea2cf16878bc" +- }, +- "require": { +- "drupal/core": "^8 || ^9" +- }, +- "type": "drupal-theme", +- "extra": { +- "drupal": { +- "version": "8.x-3.23", +- "datestamp": "1592175762", +- "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": "Mark Carver (markcarver)", +- "homepage": "https://www.drupal.org/u/markcarver", +- "role": "Maintainer" +- }, +- { +- "name": "John McCormick (neardark)", +- "homepage": "https://www.drupal.org/u/neardark", +- "role": "Co-maintainer" +- }, +- { +- "name": "Fabiano Sant'Ana (wundo)", +- "homepage": "https://www.drupal.org/u/wundo", +- "role": "Co-maintainer" +- } +- ], +- "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.", +- "homepage": "https://www.drupal.org/project/bootstrap", +- "support": { +- "source": "https://git.drupalcode.org/project/bootstrap", +- "docs": "https://drupal-bootstrap.org", +- "issues": "https://www.drupal.org/project/issues/bootstrap", +- "irc": "irc://irc.freenode.org/drupal-bootstrap" +- } +- }, +- { +- "name": "drupal/checklistapi", +- "version": "1.11.0", +- "source": { +- "type": "git", +- "url": "https://git.drupalcode.org/project/checklistapi.git", +- "reference": "8.x-1.11" +- }, +- "dist": { +- "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/checklistapi-8.x-1.11.zip", +- "reference": "8.x-1.11", +- "shasum": "78fcf8ff6edd02f2cdfc907981db119dfca795c2" +- }, +- "require": { +- "drupal/core": "^8 || ^9", +- "php": ">=5.6.0" +- }, +- "type": "drupal-module", +- "extra": { +- "drupal": { +- "version": "8.x-1.11", +- "datestamp": "1586540246", +- "security-coverage": { +- "status": "covered", +- "message": "Covered by Drupal's security advisory policy" +- } +- }, +- "branch-alias": { +- "dev-master": "1.x-dev" +- }, +- "drush": { +- "services": { +- "drush.services.yml": "^10" ++ } ++ }, ++ "branch-alias": { ++ "dev-master": "1.x-dev" ++ }, ++ "drush": { ++ "services": { ++ "drush.services.yml": "^10" + } + } + }, +@@ -2988,30 +2313,27 @@ + }, + { + "name": "drupal/ckeditor_a11ychecker", +- "version": "1.0.0", ++ "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ckeditor_a11ychecker.git", +- "reference": "8.x-1.0" +- }, +- "dist": { +- "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/ckeditor_a11ychecker-8.x-1.0.zip", +- "reference": "8.x-1.0", +- "shasum": "ca034e8bc3451b19a13a55120263e6e12b76ec2f" ++ "reference": "a2099d09f362d8b005a53e8f2845858424cac3da" + }, + "require": { + "drupal/ckeditor_balloonpanel": "*", +- "drupal/core": "^8" ++ "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { ++ "branch-alias": { ++ "dev-1.x": "1.x-dev" ++ }, + "drupal": { +- "version": "8.x-1.0", +- "datestamp": "1466961539", ++ "version": "8.x-1.0+10-dev", ++ "datestamp": "1591740625", + "security-coverage": { +- "status": "covered", +- "message": "Covered by Drupal's security advisory policy" ++ "status": "not-covered", ++ "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, +@@ -3051,35 +2373,35 @@ + }, + { + "name": "drupal/ckeditor_balloonpanel", +- "version": "1.1.0", ++ "version": "2.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ckeditor_balloonpanel.git", +- "reference": "8.x-1.1" ++ "reference": "2.0.0-alpha1" + }, + "dist": { + "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/ckeditor_balloonpanel-8.x-1.1.zip", +- "reference": "8.x-1.1", +- "shasum": "9ef2c9a7e3fefbe108d61593246a57bd2f0761c5" ++ "url": "https://ftp.drupal.org/files/projects/ckeditor_balloonpanel-2.0.0-alpha1.zip", ++ "reference": "2.0.0-alpha1", ++ "shasum": "8cca10a4b15fc059c6d2315f1544103b784628f6" + }, + "require": { +- "drupal/core": "^8" ++ "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { +- "version": "8.x-1.1", +- "datestamp": "1466961839", ++ "version": "2.0.0-alpha1", ++ "datestamp": "1620155058", + "security-coverage": { +- "status": "covered", +- "message": "Covered by Drupal's security advisory policy" ++ "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+" ++ "GPL-2.0-or-later" + ], + "authors": [ + { +@@ -3093,8 +2415,9 @@ + "role": "Maintainer" + }, + { +- "name": "edmund.dunn", +- "homepage": "https://www.drupal.org/user/3534438" ++ "name": "Edmund Dunn (edmund.dunn)", ++ "homepage": "https://www.drupal.org/u/edmunddunn", ++ "role": "Maintainer" + }, + { + "name": "pifagor", +@@ -3219,29 +2542,29 @@ + }, + { + "name": "drupal/coc_forms_auto_export", +- "version": "1.0.0-alpha1", ++ "version": "2.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/coc_forms_auto_export.git", +- "reference": "8.x-1.0-alpha1" ++ "reference": "2.0.0-alpha1" + }, + "dist": { + "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/coc_forms_auto_export-8.x-1.0-alpha1.zip", +- "reference": "8.x-1.0-alpha1", +- "shasum": "4575f81e3478cf1c6b2d3ff0aed86d5ebd5c825e" ++ "url": "https://ftp.drupal.org/files/projects/coc_forms_auto_export-2.0.0-alpha1.zip", ++ "reference": "2.0.0-alpha1", ++ "shasum": "e1fc1c169cbfecfd84badf70796b54f22521afc7" + }, + "require": { +- "drupal/core": "~8", +- "drupal/webform": "~5", ++ "drupal/core": "^8.8 || ^9", ++ "drupal/webform": "^6.0", + "drupal/webform_ui": "*", +- "phpseclib/phpseclib": "~2" ++ "phpseclib/phpseclib": "~3" + }, + "type": "drupal-module", + "extra": { + "drupal": { +- "version": "8.x-1.0-alpha1", +- "datestamp": "1544008080", ++ "version": "2.0.0-alpha1", ++ "datestamp": "1632137967", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" +@@ -3250,7 +2573,7 @@ + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ +- "GPL-2.0+" ++ "GPL-2.0-or-later" + ], + "authors": [ + { +@@ -3321,20 +2644,23 @@ + }, + { + "name": "drupal/config_filter", +- "version": "1.8.0", ++ "version": "2.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_filter.git", +- "reference": "8.x-1.8" ++ "reference": "8.x-2.2" + }, + "dist": { + "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.8.zip", +- "reference": "8.x-1.8", +- "shasum": "5def5f97e79d6f5af6bb7007f012443475c90bfe" ++ "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.2.zip", ++ "reference": "8.x-2.2", ++ "shasum": "dc6bc8107255066507cfc1d6766e664c3673cda0" + }, + "require": { +- "drupal/core": "^8 || ^9" ++ "drupal/core": "^8.8 || ^9" ++ }, ++ "conflict": { ++ "drush/drush": "<10" + }, + "suggest": { + "drupal/config_split": "Split site configuration for different environments." +@@ -3342,8 +2668,8 @@ + "type": "drupal-module", + "extra": { + "drupal": { +- "version": "8.x-1.8", +- "datestamp": "1603870062", ++ "version": "8.x-2.2", ++ "datestamp": "1601934694", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" +@@ -3445,24 +2771,26 @@ + }, + { + "name": "drupal/config_split", +- "version": "1.7.0", ++ "version": "2.0.0-beta5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_split.git", +- "reference": "8.x-1.7" ++ "reference": "2.0.0-beta5" + }, + "dist": { + "type": "zip", +- "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.7.zip", +- "reference": "8.x-1.7", +- "shasum": "3cd524ebc0b52db31a6bef2c55693f4e62890b4f" ++ "url": "https://ftp.drupal.org/files/projects/config_split-2.0.0-beta5.zip", ++ "reference": "2.0.0-beta5", ++ "shasum": "b5cf4ee3d7af1ba38883bebead12678214a98f1e" + }, + "require": { +- "drupal/config_filter": "^1", + "drupal/core": "^8.8 || ^9" + }, + "conflict": { +- "drupal/console": "<1.3.2" ++ "drush/drush": "<10" ++ }, ++ "require-dev": { ++ "drupal/config_filter": "^1||^2" + }, + "suggest": { + "drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the elements more user-friendly.", @@ -3471,16 +2799,16 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1603782947", + "version": "2.0.0-beta5", + "datestamp": "1637101204", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^10" } } }, @@ -3521,16 +2849,16 @@ }, { "name": "drupal/console", - "version": "1.9.7", + "version": "1.9.8", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "90053d30f52427edb4e4941a9063acb65b5a2c1e" + "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/90053d30f52427edb4e4941a9063acb65b5a2c1e", - "reference": "90053d30f52427edb4e4941a9063acb65b5a2c1e", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/d292c940c07d164e32bbe9525e909311ca65e8cb", + "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb", "shasum": "" }, "require": { @@ -3600,7 +2928,7 @@ "docs": "https://docs.drupalconsole.com/", "forum": "https://gitter.im/hechoendrupal/DrupalConsole", "issues": "https://github.com/hechoendrupal/drupal-console/issues", - "source": "https://github.com/hechoendrupal/drupal-console/tree/1.9.7" + "source": "https://github.com/hechoendrupal/drupal-console/tree/1.9.8" }, "funding": [ { @@ -3608,7 +2936,7 @@ "type": "open_collective" } ], - "time": "2020-11-30T02:09:53+00:00" + "time": "2021-11-29T17:09:44+00:00" }, { "name": "drupal/console-core", @@ -3806,24 +3134,23 @@ }, { "name": "drupal/core", - "version": "8.9.20", + "version": "9.2.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "39e2e1c32498338921923af66a90cb4a23a5b389" + "reference": "61248f85f78c02e7e0afde2b8a5113d3914bb50f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/39e2e1c32498338921923af66a90cb4a23a5b389", - "reference": "39e2e1c32498338921923af66a90cb4a23a5b389", + "url": "https://api.github.com/repos/drupal/core/zipball/61248f85f78c02e7e0afde2b8a5113d3914bb50f", + "reference": "61248f85f78c02e7e0afde2b8a5113d3914bb50f", "shasum": "" }, "require": { "asm89/stack-cors": "^1.1", - "composer/semver": "^1.0", - "doctrine/annotations": "^1.4", - "doctrine/common": "^2.7", - "easyrdf/easyrdf": "^0.9", + "composer/semver": "^3.0", + "doctrine/annotations": "^1.12", + "doctrine/reflection": "^1.1", "egulias/email-validator": "^2.0", "ext-date": "*", "ext-dom": "*", @@ -3838,34 +3165,33 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.3", - "laminas/laminas-diactoros": "^1.8", + "guzzlehttp/guzzle": "^6.5.2", + "laminas/laminas-diactoros": "^2.1", "laminas/laminas-feed": "^2.12", "masterminds/html5": "^2.1", "pear/archive_tar": "^1.4.14", - "php": "^7.0.8", + "php": ">=7.3.0", "psr/log": "^1.0", "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.35", - "symfony/http-kernel": "~3.4.14", + "symfony-cmf/routing": "^2.1", + "symfony/console": "^4.4", + "symfony/dependency-injection": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-foundation": "^4.4.7", + "symfony/http-kernel": "^4.4", + "symfony/mime": "^5.3.0", "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", + "symfony/process": "^4.4", + "symfony/psr-http-message-bridge": "^2.0", + "symfony/routing": "^4.4", + "symfony/serializer": "^4.4", + "symfony/translation": "^4.4", + "symfony/validator": "^4.4", + "symfony/yaml": "^4.4.19", + "twig/twig": "^2.12.0", "typo3/phar-stream-wrapper": "^3.1.3" }, "conflict": { - "drupal/pathauto": "<1.6", "drush/drush": "<8.1.10" }, "replace": { @@ -3878,7 +3204,6 @@ "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", @@ -3904,6 +3229,7 @@ "drupal/core-file-cache": "self.version", "drupal/core-file-security": "self.version", "drupal/core-filesystem": "self.version", + "drupal/core-front-matter": "self.version", "drupal/core-gettext": "self.version", "drupal/core-graph": "self.version", "drupal/core-http-foundation": "self.version", @@ -3950,6 +3276,7 @@ "drupal/migrate_drupal_ui": "self.version", "drupal/minimal": "self.version", "drupal/node": "self.version", + "drupal/olivero": "self.version", "drupal/options": "self.version", "drupal/page_cache": "self.version", "drupal/path": "self.version", @@ -3963,7 +3290,6 @@ "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", @@ -3996,7 +3322,7 @@ "[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]/README.md": "assets/scaffold/files/drupal.README.md", "[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", @@ -4020,12 +3346,34 @@ }, "classmap": [ "lib/Drupal.php", + "lib/Drupal/Component/DependencyInjection/Container.php", + "lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php", + "lib/Drupal/Component/FileCache/FileCacheFactory.php", "lib/Drupal/Component/Utility/Timer.php", "lib/Drupal/Component/Utility/Unicode.php", + "lib/Drupal/Core/Cache/Cache.php", + "lib/Drupal/Core/Cache/CacheBackendInterface.php", + "lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php", + "lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php", + "lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php", + "lib/Drupal/Core/Cache/DatabaseBackend.php", + "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", + "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", + "lib/Drupal/Core/Database/Driver/mysql/Connection.php", + "lib/Drupal/Core/Database/Driver/pgsql/Connection.php", + "lib/Drupal/Core/Database/Driver/sqlite/Connection.php", + "lib/Drupal/Core/Database/Statement.php", + "lib/Drupal/Core/Database/StatementInterface.php", + "lib/Drupal/Core/DependencyInjection/Container.php", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", + "lib/Drupal/Core/Http/InputBag.php", + "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", "lib/Drupal/Core/Site/Settings.php" + ], + "files": [ + "includes/bootstrap.inc" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4034,27 +3382,27 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/8.9.20" + "source": "https://github.com/drupal/core/tree/9.2.10" }, - "time": "2021-11-17T21:24:28+00:00" + "time": "2021-11-24T14:27:27+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "8.9.20", + "version": "9.2.10", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "c902d07cb49ef73777e2b33a39e54c2861a8c81d" + "reference": "3c9efe8e154acc2cadb86b51733be55556677b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/c902d07cb49ef73777e2b33a39e54c2861a8c81d", - "reference": "c902d07cb49ef73777e2b33a39e54c2861a8c81d", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/3c9efe8e154acc2cadb86b51733be55556677b0b", + "reference": "3c9efe8e154acc2cadb86b51733be55556677b0b", "shasum": "" }, "require": { "composer-plugin-api": "^1 || ^2", - "php": ">=7.0.8" + "php": ">=7.3.0" }, "conflict": { "drupal-composer/drupal-scaffold": "*" @@ -4084,9 +3432,96 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/8.9.4" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.2.10" + }, + "time": "2021-08-24T12:04:07+00:00" + }, + { + "name": "drupal/core-recommended", + "version": "9.2.10", + "source": { + "type": "git", + "url": "https://github.com/drupal/core-recommended.git", + "reference": "9beef737bbfd1db4f84ab3c19e5e7ae0b534383b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/9beef737bbfd1db4f84ab3c19e5e7ae0b534383b", + "reference": "9beef737bbfd1db4f84ab3c19e5e7ae0b534383b", + "shasum": "" + }, + "require": { + "asm89/stack-cors": "1.3.0", + "composer/semver": "3.2.5", + "doctrine/annotations": "1.13.1", + "doctrine/lexer": "1.2.1", + "doctrine/reflection": "1.2.2", + "drupal/core": "9.2.10", + "egulias/email-validator": "2.1.25", + "guzzlehttp/guzzle": "6.5.5", + "guzzlehttp/promises": "1.4.1", + "guzzlehttp/psr7": "1.8.2", + "laminas/laminas-diactoros": "2.6.0", + "laminas/laminas-escaper": "2.7.0", + "laminas/laminas-feed": "2.14.1", + "laminas/laminas-stdlib": "3.3.1", + "laminas/laminas-zendframework-bridge": "1.2.0", + "masterminds/html5": "2.7.4", + "pear/archive_tar": "1.4.14", + "pear/console_getopt": "v1.4.3", + "pear/pear-core-minimal": "v1.10.10", + "pear/pear_exception": "v1.0.2", + "psr/cache": "1.0.1", + "psr/container": "1.1.1", + "psr/http-factory": "1.0.1", + "psr/http-message": "1.0.1", + "psr/log": "1.1.4", + "ralouphie/getallheaders": "3.0.3", + "stack/builder": "v1.0.6", + "symfony-cmf/routing": "2.3.3", + "symfony/console": "v4.4.25", + "symfony/debug": "v4.4.25", + "symfony/dependency-injection": "v4.4.25", + "symfony/deprecation-contracts": "v2.4.0", + "symfony/error-handler": "v4.4.25", + "symfony/event-dispatcher": "v4.4.25", + "symfony/event-dispatcher-contracts": "v1.1.9", + "symfony/http-client-contracts": "v2.4.0", + "symfony/http-foundation": "v4.4.25", + "symfony/http-kernel": "v4.4.25", + "symfony/mime": "v5.3.0", + "symfony/polyfill-ctype": "v1.23.0", + "symfony/polyfill-iconv": "v1.23.0", + "symfony/polyfill-intl-idn": "v1.23.0", + "symfony/polyfill-intl-normalizer": "v1.23.0", + "symfony/polyfill-mbstring": "v1.23.0", + "symfony/polyfill-php80": "v1.23.0", + "symfony/process": "v4.4.25", + "symfony/psr-http-message-bridge": "v2.1.0", + "symfony/routing": "v4.4.25", + "symfony/serializer": "v4.4.35", + "symfony/service-contracts": "v2.4.0", + "symfony/translation": "v4.4.25", + "symfony/translation-contracts": "v2.4.0", + "symfony/validator": "v4.4.25", + "symfony/var-dumper": "v5.3.0", + "symfony/yaml": "v4.4.25", + "twig/twig": "v2.14.6", + "typo3/phar-stream-wrapper": "v3.1.6" + }, + "conflict": { + "webflo/drupal-core-strict": "*" + }, + "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.", + "support": { + "source": "https://github.com/drupal/core-recommended/tree/9.2.10" }, - "time": "2020-08-07T22:30:30+00:00" + "time": "2021-11-24T14:27:27+00:00" }, { "name": "drupal/crop", @@ -4286,72 +3721,6 @@ "source": "https://git.drupalcode.org/project/date_popup" } }, - { - "name": "drupal/devel", - "version": "4.1.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/devel.git", - "reference": "4.1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/devel-4.1.1.zip", - "reference": "4.1.1", - "shasum": "88e5d49dda26a3136291ecd97bc6c8e897b24198" - }, - "require": { - "doctrine/common": "^2.7", - "drupal/core": "^8.8 || ^9", - "symfony/var-dumper": "^4 || ^5" - }, - "conflict": { - "kint-php/kint": "<3" - }, - "require-dev": { - "drush/drush": "^10" - }, - "suggest": { - "kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "4.1.1", - "datestamp": "1631968537", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "drupalspoons", - "homepage": "https://www.drupal.org/user/3647684" - }, - { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" - } - ], - "description": "Various blocks, pages, and functions for developers.", - "homepage": "https://www.drupal.org/project/devel", - "support": { - "source": "https://gitlab.com/drupalspoons/devel", - "issues": "https://gitlab.com/drupalspoons/devel/-/issues", - "slack": "https://drupal.slack.com/archives/C012WAW1MH6" - } - }, { "name": "drupal/diff", "version": "1.0.0", @@ -4541,7 +3910,7 @@ "extra": { "drupal": { "version": "8.x-2.0-alpha15", - "datestamp": "1620309100", + "datestamp": "1620862956", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4800,6 +4169,10 @@ "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, + { + "name": "TR", + "homepage": "https://www.drupal.org/user/202830" + }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" @@ -4829,34 +4202,35 @@ }, { "name": "drupal/entity_browser", - "version": "2.2.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser.git", - "reference": "8.x-2.2" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "083a21040ad7bcb9aef25d8b4a0e702d02574261" + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "95cad4ce9620ccb4f02afa0e8b8bbf7c73fc5aac" }, "require": { - "drupal/core": "~8.4" + "drupal/core": "^8.8 || ^9" }, "require-dev": { "drupal/embed": "~1.0", - "drupal/entity_embed": "~1.0", - "drupal/entityqueue": "~1.0", - "drupal/inline_entity_form": "~1.0", - "drupal/paragraphs": "~1.0", + "drupal/entity_embed": "1.x-dev", + "drupal/entity_reference_revisions": "1.x-dev", + "drupal/entityqueue": "1.x-dev", + "drupal/inline_entity_form": "1.x-dev", + "drupal/paragraphs": "1.x-dev", "drupal/token": "~1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1578954483", + "version": "8.x-2.6", + "datestamp": "1624401306", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5126,26 +4500,26 @@ }, { "name": "drupal/environment_indicator", - "version": "3.7.0", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "8.x-3.7" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.7.zip", - "reference": "8.x-3.7", - "shasum": "c5e27581a10f446f7c88568279454f20f5910dc9" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.3.zip", + "reference": "4.0.3", + "shasum": "2518cdb8f758e94a9415a16ff2d114504eca5ef4" }, "require": { - "drupal/core": "^8" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.7", - "datestamp": "1568149685", + "version": "4.0.3", + "datestamp": "1617285310", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5251,26 +4625,26 @@ }, { "name": "drupal/events_logging", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/events_logging.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/events_logging-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "c4a7f1801fbe4163079e4fe87f75a0551f86e353" + "url": "https://ftp.drupal.org/files/projects/events_logging-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "22110656361246f2859fd35c7335cb26a28bef51" }, "require": { - "drupal/core": "^8" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1557133681", + "version": "8.x-1.5", + "datestamp": "1626443467", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5672,26 +5046,31 @@ }, { "name": "drupal/header_and_footer_scripts", - "version": "2.2.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/header_and_footer_scripts.git", - "reference": "8.x-2.2" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/header_and_footer_scripts-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "25f95dbfbfdc018c0be2c6589b2212800392c055" + "url": "https://ftp.drupal.org/files/projects/header_and_footer_scripts-3.0.0.zip", + "reference": "3.0.0", + "shasum": "a595550e7d865b615bffd52c030219dbaf26fc98" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", + "drupal/coder": "^8.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1550736484", + "version": "3.0.0", + "datestamp": "1635754974", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5704,8 +5083,9 @@ ], "authors": [ { - "name": "aliyayasir", - "homepage": "https://www.drupal.org/user/213804" + "name": "See contributors", + "homepage": "https://www.drupal.org/node/2832400/committers", + "role": "Developer" }, { "name": "drupalnetworks", @@ -5716,25 +5096,32 @@ "homepage": "https://www.drupal.org/user/3100375" } ], - "description": "This plugin allows you to add the scripts and styles on overall site from the front-end. No need to open files and add them there.", + "description": "Allows you to add the scripts and styles on overall site from the front-end. No need to open files and add them there.", "homepage": "https://www.drupal.org/project/header_and_footer_scripts", + "keywords": [ + "Drupal", + "script", + "style" + ], "support": { - "source": "https://git.drupalcode.org/project/header_and_footer_scripts" + "source": "https://git.drupalcode.org/project/header_and_footer_scripts", + "email": "sami.siddiqui@yasglobal.com", + "issues": "https://www.drupal.org/project/issues/header_and_footer_scripts" } }, { "name": "drupal/honeypot", - "version": "1.31.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "8.x-1.31" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.31.zip", - "reference": "8.x-1.31", - "shasum": "a0e7fd5cabdf8bbd4ceedc39d0a25f9d54ea3c41" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.2.zip", + "reference": "2.0.2", + "shasum": "8a3e15509f649c39e88c4f22105f12fb6445fc62" }, "require": { "drupal/core": "^8.8.2 || ^9" @@ -5742,8 +5129,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.31", - "datestamp": "1637735546", + "version": "2.0.2", + "datestamp": "1638391833", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5929,6 +5316,10 @@ "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, + { + "name": "ram4nd", + "homepage": "https://www.drupal.org/user/601534" + }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" @@ -5949,100 +5340,108 @@ } }, { - "name": "drupal/ldap", - "version": "3.0.0-beta7", + "name": "drupal/jquery_ui", + "version": "1.4.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/ldap.git", - "reference": "8.x-3.0-beta7" + "url": "https://git.drupalcode.org/project/jquery_ui.git", + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ldap-8.x-3.0-beta7.zip", - "reference": "8.x-3.0-beta7", - "shasum": "496db3a39948e36378b76e34b363ad89ae32811c" + "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe" }, "require": { - "drupal/authorization": "1.x-dev", - "drupal/core": "~8.0", - "drupal/externalauth": "^1.0", - "drupal/ldap_servers": "*" - }, - "require-dev": { - "drupal/authorization": "*", - "drupal/externalauth": "*", - "drupal/ldap_servers": "*", - "drupal/ldap_user": "*" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta7", - "datestamp": "1559320088", + "version": "8.x-1.4", + "datestamp": "1582149957", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "dgtlmoon", - "homepage": "https://www.drupal.org/user/25027" + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" }, { - "name": "grahl", - "homepage": "https://www.drupal.org/user/146040" + "name": "jjeff", + "homepage": "https://www.drupal.org/user/17190" }, { - "name": "johnbarclay", - "homepage": "https://www.drupal.org/user/225037" + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" }, { - "name": "larowlan", - "homepage": "https://www.drupal.org/user/395439" + "name": "litwol", + "homepage": "https://www.drupal.org/user/78134" }, { - "name": "queenvictoria", - "homepage": "https://www.drupal.org/user/856454" + "name": "mfb", + "homepage": "https://www.drupal.org/user/12302" }, { - "name": "welly", - "homepage": "https://www.drupal.org/user/354705" + "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": "Lightweight Directory Access Protocol (LDAP)", - "homepage": "https://www.drupal.org/project/ldap", + "description": "Provides jQuery UI library.", + "homepage": "https://www.drupal.org/project/jquery_ui", "support": { - "source": "https://git.drupalcode.org/project/ldap" + "source": "https://git.drupalcode.org/project/jquery_ui" } }, { - "name": "drupal/ldap_auth", - "version": "1.25.0", + "name": "drupal/jquery_ui_datepicker", + "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/ldap_auth.git", - "reference": "8.x-1.25" + "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ldap_auth-8.x-1.25.zip", - "reference": "8.x-1.25", - "shasum": "fb28d0166570572ae01e7423a31505c65f5c7df6" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "69f62467f846bb514a10fa93f4c3b34c6275353f" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9", + "drupal/jquery_ui": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.25", - "datestamp": "1626089742", + "version": "8.x-1.1", + "datestamp": "1615962535", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6055,39 +5454,58 @@ ], "authors": [ { - "name": "abhay19", - "homepage": "https://www.drupal.org/user/3549350" + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" }, { - "name": "arsh244", - "homepage": "https://www.drupal.org/user/3619504" + "name": "ivnish", + "homepage": "https://www.drupal.org/user/3547706" }, { - "name": "gauravsood91", - "homepage": "https://www.drupal.org/user/3288491" + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" } ], - "description": "Active Directory Integration / LDAP Integration - NTLM & Kerberos Login.", - "homepage": "https://www.drupal.org/project/ldap_auth", + "description": "Provides jQuery UI Datepicker library.", + "homepage": "https://www.drupal.org/project/jquery_ui_datepicker", "support": { - "source": "https://git.drupalcode.org/project/ldap_auth" + "source": "https://git.drupalcode.org/project/jquery_ui_datepicker" } }, { - "name": "drupal/ldap_servers", - "version": "3.0.0-beta7", + "name": "drupal/jquery_ui_slider", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_slider.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "79b90cf60d45fc33ffdaa84bb2d6563f78a7d3d1" + }, "require": { - "drupal/core": "~8.0", - "drupal/ldap": "^3" + "drupal/core": "^8 || ^9", + "drupal/jquery_ui": "*" }, - "type": "metapackage", + "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta7", - "datestamp": "1559320088", + "version": "8.x-1.1", + "datestamp": "1584107817", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6097,20 +5515,246 @@ ], "authors": [ { - "name": "dgtlmoon", - "homepage": "https://www.drupal.org/user/25027" - }, - { - "name": "grahl", - "homepage": "https://www.drupal.org/user/146040" + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" }, { - "name": "johnbarclay", - "homepage": "https://www.drupal.org/user/225037" + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" }, { - "name": "larowlan", - "homepage": "https://www.drupal.org/user/395439" + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Slider library.", + "homepage": "https://www.drupal.org/project/jquery_ui_slider", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_slider" + } + }, + { + "name": "drupal/jquery_ui_touch_punch", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git", + "reference": "1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.0.0.zip", + "reference": "1.0.0", + "shasum": "8444a0ed897ba3d8e8876a9602ec8b3dca678cd1" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/jquery_ui": "^1.0" + }, + "suggest": { + "furf/jquery-ui-touch-punch": "Required to use drupal/jquery_ui_touch_punch module." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1591893292", + "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": "Naveen Valecha", + "homepage": "https://drupal.org/u/naveenvalecha", + "role": "Maintainer" + } + ], + "description": "Provides jQuery UI Touch Punch library.", + "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch", + "keywords": [ + "Drupal", + "jquery_ui_touch_punch" + ], + "support": { + "source": "https://www.drupal.org/project/jquery_ui_touch_punch", + "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + }, + { + "name": "drupal/ldap", + "version": "4.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ldap.git", + "reference": "8.x-4.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ldap-8.x-4.2.zip", + "reference": "8.x-4.2", + "shasum": "d07f2febb209601be352a71b7cdada7e6d58423d" + }, + "require": { + "drupal/authorization": "^1.0", + "drupal/core": "^8.7.7 || ^9", + "drupal/externalauth": "^1.0", + "drupal/ldap_servers": "*", + "grahl/ldap": "^5.2", + "php": ">=7.2.0" + }, + "require-dev": { + "drupal/authorization": "*", + "drupal/externalauth": "*", + "drupal/ldap_query": "*", + "drupal/ldap_servers": "*", + "drupal/ldap_user": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.2", + "datestamp": "1633933456", + "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": "dgtlmoon", + "homepage": "https://www.drupal.org/user/25027" + }, + { + "name": "grahl", + "homepage": "https://www.drupal.org/user/146040" + }, + { + "name": "johnbarclay", + "homepage": "https://www.drupal.org/user/225037" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "queenvictoria", + "homepage": "https://www.drupal.org/user/856454" + }, + { + "name": "welly", + "homepage": "https://www.drupal.org/user/354705" + } + ], + "description": "Lightweight Directory Access Protocol (LDAP)", + "homepage": "https://www.drupal.org/project/ldap", + "support": { + "source": "https://git.drupalcode.org/project/ldap" + } + }, + { + "name": "drupal/ldap_auth", + "version": "1.26.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ldap_auth.git", + "reference": "8.x-1.26" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ldap_auth-8.x-1.26.zip", + "reference": "8.x-1.26", + "shasum": "802dea5b7fbfd1a528e0d518eb2a99bbdd338807" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.26", + "datestamp": "1638178628", + "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": "abhay19", + "homepage": "https://www.drupal.org/user/3549350" + }, + { + "name": "arsh244", + "homepage": "https://www.drupal.org/user/3619504" + }, + { + "name": "gauravsood91", + "homepage": "https://www.drupal.org/user/3288491" + } + ], + "description": "Active Directory Integration / LDAP Integration - NTLM & Kerberos Login.", + "homepage": "https://www.drupal.org/project/ldap_auth", + "support": { + "source": "https://git.drupalcode.org/project/ldap_auth" + } + }, + { + "name": "drupal/ldap_servers", + "version": "4.2.0", + "require": { + "drupal/core": "^8.7.7 || ^9", + "drupal/externalauth": "*", + "drupal/ldap": "^4" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-4.2", + "datestamp": "1633933456", + "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": "dgtlmoon", + "homepage": "https://www.drupal.org/user/25027" + }, + { + "name": "grahl", + "homepage": "https://www.drupal.org/user/146040" + }, + { + "name": "johnbarclay", + "homepage": "https://www.drupal.org/user/225037" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" }, { "name": "queenvictoria", @@ -6217,7 +5861,7 @@ "extra": { "drupal": { "version": "8.x-5.0-beta13", - "datestamp": "1632933670", + "datestamp": "1632946970", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -6673,6 +6317,10 @@ "name": "Lucas Hedding", "homepage": "https://www.drupal.org/u/heddn", "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], "description": "Enhancements to core migration support.", @@ -6869,46 +6517,28 @@ }, { "name": "drupal/monolog", - "version": "1.3.0", + "version": "2.x-dev", "source": { "type": "git", "url": "https://git.drupalcode.org/project/monolog.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/monolog-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "939642830811428b5a17afb5c9d4243c72fa796d" + "reference": "a5d294416b8512c78c6123f523e6393c4e361e02" }, "require": { - "drupal/core": "~8.0", - "monolog/monolog": ">=1.6.0,<2.0.0" + "monolog/monolog": "^2.0.0" }, + "default-branch": true, "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.3", - "datestamp": "1558959784", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, "autoload": { "psr-0": { "Drupal\\Monolog": "src/" } }, - "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0" ], "authors": [ { "name": "Chris Pliakas", - "homepage": "https://www.drupal.org/user/1011436", "email": "opensource@chrispliakas.com", "role": "Project Lead" }, @@ -6916,18 +6546,14 @@ "name": "See contributors", "homepage": "http://drupal.org/node/1937716/committers", "role": "Developer" - }, - { - "name": "lussoluca", - "homepage": "https://www.drupal.org/user/138068" } ], - "description": "A Framework and UI for integrating with the Monolog library.", + "description": "A Framework for integrating with the Monolog library.", "homepage": "http://drupal.org/project/monolog", "support": { - "source": "https://git.drupalcode.org/project/monolog", "issues": "http://drupal.org/project/issues/monolog" - } + }, + "time": "2020-08-14T08:39:43+00:00" }, { "name": "drupal/paragraphs", @@ -7132,27 +6758,27 @@ }, { "name": "drupal/permissions_by_term", - "version": "2.25.0", + "version": "3.1.16", "source": { "type": "git", "url": "https://git.drupalcode.org/project/permissions_by_term.git", - "reference": "8.x-2.25" + "reference": "3.1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-2.25.zip", - "reference": "8.x-2.25", - "shasum": "96e9e9f93f8283b4526e7fd0748989fc7ca22e58" + "url": "https://ftp.drupal.org/files/projects/permissions_by_term-3.1.16.zip", + "reference": "3.1.16", + "shasum": "4208c34a4399249052bd7b070cd51d7628c6b184" }, "require": { - "drupal/core": "^8.0", + "drupal/core": "^9.0", "php": ">=7.1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.25", - "datestamp": "1593178207", + "version": "3.1.16", + "datestamp": "1626101110", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7167,7 +6793,7 @@ { "name": "Peter Majmesku", "homepage": "https://www.drupal.org/user/786132", - "email": "p.majmesku@gmail.com" + "email": "majmesku@publicplan.de" }, { "name": "SaschaHannes", @@ -7323,18 +6949,18 @@ } }, { - "name": "drupal/redirect", - "version": "1.6.0", + "name": "drupal/r4032login", + "version": "2.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.6" + "url": "https://git.drupalcode.org/project/r4032login.git", + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "f848e001deac8425ae57d4b9397087c491d37294" + "url": "https://ftp.drupal.org/files/projects/r4032login-2.1.0.zip", + "reference": "2.1.0", + "shasum": "2004f3ea4a4d4e0f08cdcd75f6f89c3f58d903fa" }, "require": { "drupal/core": "^8.8 || ^9" @@ -7342,8 +6968,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1589312204", + "version": "2.1.0", + "datestamp": "1615710471", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7356,46 +6982,78 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" + "name": "Bevan", + "homepage": "https://www.drupal.org/user/49989" }, { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "name": "Grayle", + "homepage": "https://www.drupal.org/user/3145497" }, { - "name": "pifagor", - "homepage": "https://www.drupal.org/user/2375692" + "name": "Nixou", + "homepage": "https://www.drupal.org/user/2304734" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "Sk8erPeter", + "homepage": "https://www.drupal.org/user/1441344" + }, + { + "name": "bdone", + "homepage": "https://www.drupal.org/user/687670" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "lotyrin", + "homepage": "https://www.drupal.org/user/216580" + }, + { + "name": "ms2011", + "homepage": "https://www.drupal.org/user/108440" + }, + { + "name": "pwolanin", + "homepage": "https://www.drupal.org/user/49851" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" } ], - "description": "Allows users to redirect from old URLs to new URLs.", - "homepage": "https://www.drupal.org/project/redirect", + "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", + "homepage": "https://www.drupal.org/project/r4032login", "support": { - "source": "https://git.drupalcode.org/project/redirect" + "source": "https://git.drupalcode.org/project/r4032login" } }, { - "name": "drupal/restui", - "version": "1.20.0", + "name": "drupal/redirect", + "version": "1.7.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/restui.git", - "reference": "8.x-1.20" + "url": "https://git.drupalcode.org/project/redirect.git", + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.20.zip", - "reference": "8.x-1.20", - "shasum": "df1d3c486ee0e7b4e9a24e6523a69c9efe73caff" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "013b2541a5ef0cf423a3caa1ae89cc5866504877" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.20", - "datestamp": "1616839543", + "version": "8.x-1.7", + "datestamp": "1639380488", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7408,85 +7066,49 @@ ], "authors": [ { - "name": "-enzo-", - "homepage": "https://www.drupal.org/user/294937" - }, - { - "name": "clemens.tolboom", - "homepage": "https://www.drupal.org/user/125814" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "juampynr", - "homepage": "https://www.drupal.org/user/682736" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "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" - } - }, - { - "name": "drupal/rules", - "version": "3.0.0-alpha6", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/rules.git", - "reference": "b92e91537fcb47e0dfd5eba4e3c5c9b79e543eca" - }, - "require": { - "drupal/core": "^8.8.2 || ^9", - "drupal/typed_data": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" } - }, - "license": [ - "GPL-2.0-or-later" ], - "description": "React on events and conditionally evaluate actions.", - "homepage": "https://www.drupal.org/project/rules", + "description": "Allows users to redirect from old URLs to new URLs.", + "homepage": "https://www.drupal.org/project/redirect", "support": { - "issues": "https://www.drupal.org/project/issues/rules", - "source": "https://git.drupalcode.org/project/rules" + "source": "https://git.drupalcode.org/project/redirect" } }, { - "name": "drupal/rules_token", - "version": "1.2.0", + "name": "drupal/restui", + "version": "1.20.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/rules_token.git", - "reference": "8.x-1.2" + "url": "https://git.drupalcode.org/project/restui.git", + "reference": "8.x-1.20" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rules_token-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "03cae4790f81cbdcaabb0c949f575fa6b5d0c398" + "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.20.zip", + "reference": "8.x-1.20", + "shasum": "df1d3c486ee0e7b4e9a24e6523a69c9efe73caff" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/rules": "*", - "drupal/token": "*" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1600287586", + "version": "8.x-1.20", + "datestamp": "1616839543", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7496,60 +7118,26 @@ ], "authors": [ { - "name": "wombatbuddy", - "homepage": "https://www.drupal.org/user/3547848" - } - ], - "description": "Enables to use in Rules tokens provided by 'Token', 'Custom Tokens' and 'Custom Tokens Plus' modules.", - "homepage": "https://www.drupal.org/project/rules_token", - "support": { - "source": "https://git.drupalcode.org/project/rules_token" - } - }, - { - "name": "drupal/rules_webform", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/rules_webform.git", - "reference": "8.x-1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rules_webform-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "e690c9aa6e7d62e704e7a4b43441f83663db8cbe" - }, - "require": { - "drupal/core": "~8.0", - "drupal/rules": "*", - "drupal/webform": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.5", - "datestamp": "1600207436", - "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": "-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": "wombatbuddy", - "homepage": "https://www.drupal.org/user/3547848" + "name": "klausi", + "homepage": "https://www.drupal.org/user/262198" } ], - "description": "Allows to use Webform submission data in Rules.", - "homepage": "https://www.drupal.org/project/rules_webform", + "description": "Provides a user interface to manage REST resources.", + "homepage": "https://www.drupal.org/project/restui", "support": { - "source": "https://git.drupalcode.org/project/rules_webform" + "source": "https://git.drupalcode.org/project/restui" } }, { @@ -7578,7 +7166,7 @@ "extra": { "drupal": { "version": "8.x-1.4", - "datestamp": "1626702090", + "datestamp": "1637145565", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7898,29 +7486,26 @@ }, { "name": "drupal/switch_page_theme", - "version": "1.0.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/switch_page_theme.git", - "reference": "8.x-1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/switch_page_theme-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "77016580b68cfad9e65991b3d0ed8477a4e5b3aa" + "reference": "ac38137f43cc72a8efba04bc127b87fbf2c28e06" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1505717644", + "version": "8.x-1.0+5-dev", + "datestamp": "1614281183", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -7992,17 +7577,17 @@ }, { "name": "drupal/token", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "a5d234382a1a0e4ba61d4c7a2fa10671ca656be4" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "8b81224ab0420221b292e8d3b66d0da726317400" }, "require": { "drupal/core": "^8.8 || ^9" @@ -8010,8 +7595,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1608284866", + "version": "8.x-1.10", + "datestamp": "1638619775", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8059,60 +7644,6 @@ "source": "https://git.drupalcode.org/project/token" } }, - { - "name": "drupal/typed_data", - "version": "1.0.0-beta1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/typed_data.git", - "reference": "8.x-1.0-beta1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-beta1.zip", - "reference": "8.x-1.0-beta1", - "shasum": "73d079f29c7a5679e0db3e28ae888e8cce2f1335" - }, - "require": { - "drupal/core": "^8.8.2 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta1", - "datestamp": "1635839873", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" - }, - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - } - ], - "description": "Extends the core Typed Data API with new APIs and features.", - "homepage": "https://www.drupal.org/project/typed_data", - "support": { - "source": "https://git.drupalcode.org/project/typed_data", - "issues": "https://www.drupal.org/project/issues/typed_data" - } - }, { "name": "drupal/ultimate_cron", "version": "2.0.0-alpha5", @@ -8259,26 +7790,26 @@ }, { "name": "drupal/user_default_page", - "version": "2.0.0-rc1", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/user_default_page.git", - "reference": "8.x-2.0-rc1" + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/user_default_page-8.x-2.0-rc1.zip", - "reference": "8.x-2.0-rc1", - "shasum": "4642d1d6854b5bc9a4dc2de1254dd5ff32938846" + "url": "https://ftp.drupal.org/files/projects/user_default_page-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "33fcf8b6b635dbcfc74be832fb93398655785d19" }, "require": { - "drupal/core": "^8" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-rc1", - "datestamp": "1520335380", + "version": "8.x-2.1", + "datestamp": "1633646751", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -8331,33 +7862,36 @@ }, { "name": "drupal/webform", - "version": "5.29.0", + "version": "6.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "8.x-5.29" + "reference": "6.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.29.zip", - "reference": "8.x-5.29", - "shasum": "59e71c4924036bd7de7d93fec1f8d5dd32bbc81d" + "url": "https://ftp.drupal.org/files/projects/webform-6.1.2.zip", + "reference": "6.1.2", + "shasum": "3afb96566f5d31474483e163b4e0138d43cffdcd" }, "require": { - "drupal/core": "^8.8" + "drupal/core": "^8.8 || ^9" }, "require-dev": { "drupal/address": "~1.0", "drupal/bootstrap": "~3.0", "drupal/captcha": "~1.0", - "drupal/chosen": "~2.0", - "drupal/clientside_validation": "~3.0", + "drupal/chosen": "~3.0", + "drupal/clientside_validation": "*", "drupal/clientside_validation_jquery": "*", - "drupal/devel": "~3.0", + "drupal/devel": "*", "drupal/entity": "~1.0", - "drupal/entity_print": "~2.0", + "drupal/entity_print": "*", "drupal/gnode": "*", - "drupal/group": "1.0", + "drupal/group": "*", + "drupal/jquery_ui": "~1.0", + "drupal/jquery_ui_checkboxradio": "*", + "drupal/jquery_ui_datepicker": "~1.0", "drupal/lingotek": "~3.0", "drupal/mailsystem": "~4.0", "drupal/paragraphs": "~1.0", @@ -8365,7 +7899,7 @@ "drupal/smtp": "~1.0", "drupal/styleguide": "~1.0", "drupal/telephone_validation": "~2.0", - "drupal/token": "~1.0", + "drupal/token": "*", "drupal/variationcache": "~1.0", "drupal/webform_access": "*", "drupal/webform_attachment": "*", @@ -8379,11 +7913,15 @@ "drupal/webform_share": "*", "drupal/webform_ui": "*" }, + "suggest": { + "drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.", + "drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained." + }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.29", - "datestamp": "1635676451", + "version": "6.1.2", + "datestamp": "1638988073", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8435,30 +7973,28 @@ }, { "name": "drupal/webform_analysis", - "version": "1.0.0-beta7", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform_analysis.git", - "reference": "8.x-1.0-beta7" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_analysis-8.x-1.0-beta7.zip", - "reference": "8.x-1.0-beta7", - "shasum": "218ee42c0d3d5c62bb29e0e68134188dc2a16c85" + "reference": "9e34c2617958ab4b5e0632b49ca6c75d4e1d4c00" }, "require": { - "drupal/core": "~8.0", + "drupal/core": "^8.8 || ^9", "drupal/webform": "*" }, "require-dev": { + "drupal/webform": "^5.6 || ^6", "drupal/webform_node": "*" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.0-beta7", - "datestamp": "1540735084", + "version": "8.x-1.0-beta7+7-dev", + "datestamp": "1632638951", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -8471,14 +8007,16 @@ ], "authors": [ { - "name": "lbaran", - "homepage": "https://www.drupal.org/user/3368098" + "name": "Laurent BARAN (lbaran)", + "homepage": "https://www.drupal.org/u/lbaran", + "role": "Maintainer" } ], - "description": "Enables to obtain statistics on the results of form submissions.", - "homepage": "https://www.drupal.org/project/webform_analysis", + "description": "This module is used to obtain statistics on the results of form submissions.", + "homepage": "https://drupal.org/project/webform_analysis", "support": { - "source": "https://git.drupalcode.org/project/webform_analysis" + "source": "https://git.drupalcode.org/project/webform_analysis", + "issues": "https://www.drupal.org/project/issues/webform_analysis" } }, { @@ -8528,48 +8066,13 @@ }, { "name": "drupal/webform_embed", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/webform_embed.git", - "reference": "af4332d8e3ca28ce4cd9fb5e5865fd6a4ea15471" - }, - "require": { - "drupal/core": "~8.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1534523580", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } + "version": "1.x-dev", + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform_embed-8.x-1.x-dev.zip", + "shasum": "" }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "roborew", - "homepage": "https://www.drupal.org/user/1931814" - } - ], - "description": "Allows you to embed webforms within an iframe on another site.", - "homepage": "https://www.drupal.org/project/webform_embed", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/webform_embed", - "issues": "https://www.drupal.org/project/issues/webform_embed" - } + "type": "drupal-module" }, { "name": "drupal/webform_migrate", @@ -8635,7 +8138,7 @@ }, { "name": "drupal/webform_node", - "version": "6.1.0", + "version": "6.1.2", "require": { "drupal/core": "^8.8 || ^9", "drupal/webform": "*" @@ -8643,8 +8146,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "6.1.0", - "datestamp": "1635676666", + "version": "6.1.2", + "datestamp": "1638988073", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8740,11 +8243,6 @@ { "name": "drupal/webform_permissions_by_term", "version": "1.2.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/webform_permissions_by_term.git", - "reference": "8.x-1.2" - }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/webform_permissions_by_term-8.x-1.2.zip", @@ -8752,53 +8250,28 @@ "shasum": "eabcfdbbbc850986fdd0d8b3a26cad8d6b5d675e" }, "require": { - "drupal/core": "~8.0", + "drupal/core": "~8.0 || ^9.0", "drupal/permissions_by_term": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.2", - "datestamp": "1512658384", - "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": "dakku", - "homepage": "https://www.drupal.org/user/97634" - } - ], - "description": "Extends the functionality of Permissions By Term to be able to limit the webform submissions access by users or roles.", - "homepage": "https://www.drupal.org/project/webform_permissions_by_term", - "support": { - "source": "https://git.drupalcode.org/project/webform_permissions_by_term" - } - }, - { - "name": "drupal/webform_remote_handlers", - "version": "1.9.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/webform_remote_handlers.git", - "reference": "8.x-1.9" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_remote_handlers-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "225811dfefa72a77ae9ffb8527f4996fb27aac91" - }, - "require": { - "drupal/core": "^8 || ^9", - "drupal/webform": "*" + }, + "type": "drupal-module" + }, + { + "name": "drupal/webform_remote_handlers", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/webform_remote_handlers.git", + "reference": "8.x-1.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform_remote_handlers-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "225811dfefa72a77ae9ffb8527f4996fb27aac91" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/webform": "*" }, "type": "drupal-module", "extra": { @@ -8972,7 +8445,7 @@ }, { "name": "drupal/webform_ui", - "version": "6.1.0", + "version": "6.1.2", "require": { "drupal/core": "^8.8 || ^9", "drupal/webform": "*" @@ -8980,8 +8453,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "6.1.0", - "datestamp": "1635676666", + "version": "6.1.2", + "datestamp": "1638988073", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9072,27 +8545,27 @@ }, { "name": "drupal/webform_views", - "version": "5.0.0-alpha7", + "version": "5.0.0-alpha8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform_views.git", - "reference": "8.x-5.0-alpha7" + "reference": "8.x-5.0-alpha8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_views-8.x-5.0-alpha7.zip", - "reference": "8.x-5.0-alpha7", - "shasum": "6c9bb51735a106729dcfa08372e987ebf95d38f2" + "url": "https://ftp.drupal.org/files/projects/webform_views-8.x-5.0-alpha8.zip", + "reference": "8.x-5.0-alpha8", + "shasum": "110cf10ed151c1954fe4b7fee5c4f5fb9b81f99b" }, "require": { - "drupal/core": "^8", - "drupal/webform": "*" + "drupal/core": "^8.8 || ^9", + "drupal/webform": "^6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.0-alpha7", - "datestamp": "1557288185", + "version": "8.x-5.0-alpha8", + "datestamp": "1594941454", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -9133,32 +8606,35 @@ }, { "name": "drupal/workflow_participants", - "version": "dev-2.x", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/workflow_participants.git", - "reference": "9ac2f8e97eb339df81d45bf2090f4e84285e957a" + "reference": "8.x-2.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/workflow_participants-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "c1ec7bcda387b7fec4fe16bceb543699fff9443b" }, "require": { - "drupal/core": "^8", + "drupal/core": "^8.8 || ^9", "drupal/dynamic_entity_reference": "^2.0" }, "require-dev": { "drupal/content_moderation_notifications": "^3.0", "drupal/diff": "^1.0", - "drupal/token": "*" + "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.4+7-dev", - "datestamp": "1569622687", + "version": "8.x-2.6", + "datestamp": "1638816226", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -9240,51 +8716,46 @@ }, { "name": "drush/drush", - "version": "9.7.3", + "version": "10.3.6", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "6ab9a89ab18189618eea40bf8e6553c1817ee210" + "reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/6ab9a89ab18189618eea40bf8e6553c1817ee210", - "reference": "6ab9a89ab18189618eea40bf8e6553c1817ee210", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/fc985a95c6010e04891a2dbcf3f39984b8c9ef0a", + "reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^1.28.1", - "composer/semver": "^1.4", - "consolidation/annotated-command": "^2.12", + "chi-teck/drupal-code-generator": "^1.32.1", + "composer/semver": "^1.4 || ^3", "consolidation/config": "^1.2", "consolidation/filter-via-dot-access-data": "^1", - "consolidation/output-formatters": "^3.3.1", - "consolidation/robo": "^1.4.6", + "consolidation/robo": "^1.4.11 || ^2", "consolidation/site-alias": "^3.0.0@stable", - "consolidation/site-process": "^2.0.3", + "consolidation/site-process": "^2.1 || ^4", "ext-dom": "*", "grasmash/yaml-expander": "^1.1.1", + "guzzlehttp/guzzle": "^6.3 || ^7.0", "league/container": "~2", - "php": ">=5.6.0", + "php": ">=7.1.3", "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", + "symfony/finder": "^3.4 || ^4.0 || ^5", + "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0", + "symfony/yaml": "^3.4 || ^4.0", + "webflo/drupal-finder": "^1.2", "webmozart/path-util": "^2.1.0" }, "require-dev": { - "composer/installers": "^1.2", + "composer/installers": "^1.7", "cweagans/composer-patches": "~1.0", + "david-garcia/phpwhois": "4.3.0", "drupal/alinks": "1.0.0", - "drupal/core-recommended": "^8.9", - "drupal/devel": "^2", - "drupal/empty_theme": "1.0", - "g1a/composer-test-scenarios": "^3", + "drupal/core-recommended": "^8.8", "lox/xhprof": "dev-master", "phpunit/phpunit": "^4.8.36 || ^6.1", "squizlabs/php_codesniffer": "^2.7 || ^3", @@ -9320,21 +8791,6 @@ "sut/drush/contrib/{$name}": [ "type:drupal-drush" ] - }, - "scenarios": { - "php5": { - "config": { - "platform": { - "php": "5.6.38" - } - }, - "require-dev": { - "drupal/core-recommended": "~8.6.0" - } - } - }, - "branch-alias": { - "dev-master": "9.x-dev" } }, "autoload": { @@ -9388,7 +8844,7 @@ "irc": "irc://irc.freenode.org/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/9.7.3" + "source": "https://github.com/drush-ops/drush/tree/10.3.6" }, "funding": [ { @@ -9396,75 +8852,7 @@ "type": "github" } ], - "time": "2021-03-22T17:00:48+00:00" - }, - { - "name": "easyrdf/easyrdf", - "version": "0.9.1", - "source": { - "type": "git", - "url": "https://github.com/easyrdf/easyrdf.git", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/easyrdf/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" - }, - "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" - ], - "support": { - "forum": "http://groups.google.com/group/easyrdf/", - "irc": "irc://chat.freenode.net/easyrdf", - "issues": "http://github.com/njh/easyrdf/issues", - "source": "https://github.com/easyrdf/easyrdf/tree/0.9.1" - }, - "time": "2015-02-27T09:45:49+00:00" + "time": "2020-11-11T04:36:51+00:00" }, { "name": "egulias/email-validator", @@ -9590,16 +8978,16 @@ }, { "name": "gettext/gettext", - "version": "v4.8.5", + "version": "v4.8.6", "source": { "type": "git", "url": "https://github.com/php-gettext/Gettext.git", - "reference": "ef2e312dff383fc0e4cd62dd39042e1157f137d4" + "reference": "bbeb8f4d3077663739aecb4551b22e720c0e9efe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/ef2e312dff383fc0e4cd62dd39042e1157f137d4", - "reference": "ef2e312dff383fc0e4cd62dd39042e1157f137d4", + "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/bbeb8f4d3077663739aecb4551b22e720c0e9efe", + "reference": "bbeb8f4d3077663739aecb4551b22e720c0e9efe", "shasum": "" }, "require": { @@ -9651,7 +9039,7 @@ "support": { "email": "oom@oscarotero.com", "issues": "https://github.com/oscarotero/Gettext/issues", - "source": "https://github.com/php-gettext/Gettext/tree/v4.8.5" + "source": "https://github.com/php-gettext/Gettext/tree/v4.8.6" }, "funding": [ { @@ -9667,20 +9055,20 @@ "type": "patreon" } ], - "time": "2021-07-13T16:45:53+00:00" + "time": "2021-10-19T10:44:53+00:00" }, { "name": "gettext/languages", - "version": "2.8.1", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/php-gettext/Languages.git", - "reference": "4ad818b6341e177b7c508ec4c37e18932a7b788a" + "reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4ad818b6341e177b7c508ec4c37e18932a7b788a", - "reference": "4ad818b6341e177b7c508ec4c37e18932a7b788a", + "url": "https://api.github.com/repos/php-gettext/Languages/zipball/ed56dd2c7f4024cc953ed180d25f02f2640e3ffa", + "reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa", "shasum": "" }, "require": { @@ -9729,7 +9117,7 @@ ], "support": { "issues": "https://github.com/php-gettext/Languages/issues", - "source": "https://github.com/php-gettext/Languages/tree/2.8.1" + "source": "https://github.com/php-gettext/Languages/tree/2.9.0" }, "funding": [ { @@ -9741,20 +9129,20 @@ "type": "github" } ], - "time": "2021-07-14T15:03:58+00:00" + "time": "2021-11-11T17:30:39+00:00" }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.12.32", + "version": "8.12.39", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "b13fcfd3ebfef44486fc0bd1f830737047205ae3" + "reference": "6ae517989e96f069141ffeb56ccbbd849520f6ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b13fcfd3ebfef44486fc0bd1f830737047205ae3", - "reference": "b13fcfd3ebfef44486fc0bd1f830737047205ae3", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/6ae517989e96f069141ffeb56ccbbd849520f6ff", + "reference": "6ae517989e96f069141ffeb56ccbbd849520f6ff", "shasum": "" }, "require": { @@ -9814,20 +9202,20 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2021-09-10T14:29:11+00:00" + "time": "2021-12-07T08:51:54+00:00" }, { "name": "giggsey/locale", - "version": "2.0", + "version": "2.1", "source": { "type": "git", "url": "https://github.com/giggsey/Locale.git", - "reference": "f28e0fa55e842afe034a7671df79757731467031" + "reference": "8d324583b5899e6280a875c43bf1fc9658bc6962" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/Locale/zipball/f28e0fa55e842afe034a7671df79757731467031", - "reference": "f28e0fa55e842afe034a7671df79757731467031", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/8d324583b5899e6280a875c43bf1fc9658bc6962", + "reference": "8d324583b5899e6280a875c43bf1fc9658bc6962", "shasum": "" }, "require": { @@ -9866,22 +9254,22 @@ "description": "Locale functions required by libphonenumber-for-php", "support": { "issues": "https://github.com/giggsey/Locale/issues", - "source": "https://github.com/giggsey/Locale/tree/2.0" + "source": "https://github.com/giggsey/Locale/tree/2.1" }, - "time": "2021-08-23T09:01:14+00:00" + "time": "2021-11-04T19:12:22+00:00" }, { "name": "graham-campbell/result-type", - "version": "v1.0.2", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "84afea85c6841deeea872f36249a206e878a5de0" + "reference": "0690bde05318336c7221785f2a932467f98b64ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0", - "reference": "84afea85c6841deeea872f36249a206e878a5de0", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca", + "reference": "0690bde05318336c7221785f2a932467f98b64ca", "shasum": "" }, "require": { @@ -9904,7 +9292,8 @@ "authors": [ { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "description": "An Implementation Of The Result Type", @@ -9917,7 +9306,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4" }, "funding": [ { @@ -9929,7 +9318,67 @@ "type": "tidelift" } ], - "time": "2021-08-28T21:34:50+00:00" + "time": "2021-11-21T21:41:47+00:00" + }, + { + "name": "grahl/ldap", + "version": "v5.2.0.1", + "source": { + "type": "git", + "url": "https://github.com/grahl/ldap.git", + "reference": "92efd7cd2c0612c6a0518bc5ca98408b6ab4a269" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grahl/ldap/zipball/92efd7cd2c0612c6a0518bc5ca98408b6ab4a269", + "reference": "92efd7cd2c0612c6a0518bc5ca98408b6ab4a269", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/options-resolver": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/options-resolver": "<4.4", + "symfony/security-core": "<5" + }, + "require-dev": { + "symfony/security-core": "^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Ldap\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Charles Sarrazin", + "email": "charles@sarraz.in" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "An abstraction in front of PHP's LDAP functions, compatible with PHP 5.3.9 onwards.", + "homepage": "https://symfony.com", + "keywords": [ + "active directory", + "ldap" + ], + "support": { + "source": "https://github.com/grahl/ldap/tree/v5.2.0.1" + }, + "time": "2020-12-12T23:32:37+00:00" }, { "name": "grasmash/expander", @@ -10107,16 +9556,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.1", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { @@ -10128,7 +9577,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -10144,25 +9593,10 @@ "MIT" ], "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", @@ -10171,36 +9605,22 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.1" + "source": "https://github.com/guzzle/promises/tree/1.4.1" }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", - "type": "tidelift" - } - ], - "time": "2021-10-22T20:56:57+00:00" + "time": "2021-03-07T09:25:29+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.3", + "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" + "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", + "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { @@ -10237,34 +9657,13 @@ "MIT" ], "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, { "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -10281,23 +9680,9 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.3" + "source": "https://github.com/guzzle/psr7/tree/1.8.2" }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", - "type": "tidelift" - } - ], - "time": "2021-10-05T13:56:00+00:00" + "time": "2021-04-26T09:17:50+00:00" }, { "name": "harvesthq/chosen", @@ -10353,40 +9738,52 @@ }, { "name": "laminas/laminas-diactoros", - "version": "1.8.7p2", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa" + "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa", - "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/7d2034110ae18afe05050b796a3ee4b3fe177876", + "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0", + "php": "^7.3 || ~8.0.0", + "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, + "conflict": { + "phpspec/prophecy": "<1.9.0" + }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "replace": { - "zendframework/zend-diactoros": "~1.8.7.0" + "zendframework/zend-diactoros": "^2.2.1" }, "require-dev": { + "ext-curl": "*", "ext-dom": "*", + "ext-gd": "*", "ext-libxml": "*", - "laminas/laminas-coding-standard": "~1.0", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7" + "http-interop/http-factory-tests": "^0.8.0", + "laminas/laminas-coding-standard": "~1.0.0", + "php-http/psr7-integration-tests": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.1", + "psalm/plugin-phpunit": "^0.14.0", + "vimeo/psalm": "^4.3" }, "type": "library", "extra": { - "branch-alias": { - "dev-release-1.8": "1.8.x-dev" + "laminas": { + "config-provider": "Laminas\\Diactoros\\ConfigProvider", + "module": "Laminas\\Diactoros" } }, "autoload": { @@ -10422,6 +9819,7 @@ "http", "laminas", "psr", + "psr-17", "psr-7" ], "support": { @@ -10432,20 +9830,26 @@ "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", "source": "https://github.com/laminas/laminas-diactoros" }, - "time": "2020-03-23T15:28:28+00:00" + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2021-05-18T14:41:54+00:00" }, { "name": "laminas/laminas-escaper", - "version": "2.8.0", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "2d6dce99668b413610e9544183fa10392437f542" + "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/2d6dce99668b413610e9544183fa10392437f542", - "reference": "2d6dce99668b413610e9544183fa10392437f542", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5", + "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5", "shasum": "" }, "require": { @@ -10456,7 +9860,7 @@ "zendframework/zend-escaper": "^2.6.1" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.12.2", "vimeo/psalm": "^3.16" @@ -10495,7 +9899,7 @@ "type": "community_bridge" } ], - "time": "2021-06-26T14:26:08+00:00" + "time": "2020-11-17T21:26:43+00:00" }, { "name": "laminas/laminas-feed", @@ -10665,30 +10069,29 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.6.1", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "db581851a092246ad99e12d4fddf105184924c71" + "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/db581851a092246ad99e12d4fddf105184924c71", - "reference": "db581851a092246ad99e12d4fddf105184924c71", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe", + "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^7.3 || ^8.0" }, - "conflict": { - "zendframework/zend-stdlib": "*" + "replace": { + "zendframework/zend-stdlib": "^3.2.1" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "~1.0.0", "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7", - "psalm/plugin-phpunit": "^0.16.0", - "vimeo/psalm": "^4.7" + "phpunit/phpunit": "~9.3.7" }, "type": "library", "autoload": { @@ -10720,32 +10123,34 @@ "type": "community_bridge" } ], - "time": "2021-11-10T11:33:52+00:00" + "time": "2020-11-19T20:18:59+00:00" }, { "name": "laminas/laminas-text", - "version": "2.9.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", - "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7" + "reference": "d696fa1fb3880b9b8f02c08be58685013b421608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7", - "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7", + "url": "https://api.github.com/repos/laminas/laminas-text/zipball/d696fa1fb3880b9b8f02c08be58685013b421608", + "reference": "d696fa1fb3880b9b8f02c08be58685013b421608", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "^3.4", - "laminas/laminas-stdlib": "^3.6", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "laminas/laminas-stdlib": "^3.1", + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^7.3 || ~8.0.0" }, - "conflict": { - "zendframework/zend-text": "*" + "replace": { + "zendframework/zend-text": "^2.7.1" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-config": "^3.4", "phpunit/phpunit": "^9.3" }, "type": "library", @@ -10778,27 +10183,27 @@ "type": "community_bridge" } ], - "time": "2021-09-02T16:50:53+00:00" + "time": "2021-02-17T21:24:58+00:00" }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.4.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf" + "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", - "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", + "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", "psalm/plugin-phpunit": "^0.15.1", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.6" @@ -10840,7 +10245,7 @@ "type": "community_bridge" } ], - "time": "2021-09-03T17:53:30+00:00" + "time": "2021-02-25T21:54:58+00:00" }, { "name": "league/container", @@ -10921,16 +10326,16 @@ }, { "name": "masterminds/html5", - "version": "2.7.5", + "version": "2.7.4", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + "reference": "9227822783c75406cfe400984b2f095cdf03d417" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417", + "reference": "9227822783c75406cfe400984b2f095cdf03d417", "shasum": "" }, "require": { @@ -10940,7 +10345,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + "phpunit/phpunit": "^4.8.35" }, "type": "library", "extra": { @@ -10984,9 +10389,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" + "source": "https://github.com/Masterminds/html5-php/tree/2.7.4" }, - "time": "2021-07-01T14:25:37+00:00" + "time": "2020-10-01T13:52:52+00:00" }, { "name": "mathieuviossat/arraytotexttable", @@ -11041,16 +10446,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.0.3", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "20b043c99d1324e94ead226657fca936486acba4" + "reference": "165429a23945f978cccddf15aac5d7e2482514e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/20b043c99d1324e94ead226657fca936486acba4", - "reference": "20b043c99d1324e94ead226657fca936486acba4", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/165429a23945f978cccddf15aac5d7e2482514e4", + "reference": "165429a23945f978cccddf15aac5d7e2482514e4", "shasum": "" }, "require": { @@ -11076,7 +10481,7 @@ "type": "phpstan-extension", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "1.0-dev" }, "installer-paths": { "tests/fixtures/drupal/core": [ @@ -11122,7 +10527,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.0.3" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.1" }, "funding": [ { @@ -11138,7 +10543,7 @@ "type": "tidelift" } ], - "time": "2021-11-12T19:45:49+00:00" + "time": "2021-11-29T01:51:37+00:00" }, { "name": "mkalkbrenner/php-htmldiff-advanced", @@ -11183,51 +10588,64 @@ }, { "name": "monolog/monolog", - "version": "1.26.1", + "version": "2.3.5", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5" + "reference": "fd4380d6fc37626e2f799f29d91195040137eba9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5", - "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9", + "reference": "fd4380d6fc37626e2f799f29d91195040137eba9", "shasum": "" }, "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" + "php": ">=7.2", + "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0" + "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "php-amqplib/php-amqplib": "~2.4", + "elasticsearch/elasticsearch": "^7", + "graylog2/gelf-php": "^1.4.2", + "mongodb/mongodb": "^1.8", + "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.3", - "phpstan/phpstan": "^0.12.59", - "phpunit/phpunit": "~4.5", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", + "phpspec/prophecy": "^1.6.1", + "phpstan/phpstan": "^0.12.91", + "phpunit/phpunit": "^8.5", + "predis/predis": "^1.1", + "rollbar/rollbar": "^1.3", + "ruflin/elastica": ">=0.90@dev", "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", + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", + "ext-mbstring": "Allow to work properly with unicode symbols", + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", + "ext-openssl": "Required to send log messages using SSL", + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "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" + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.x-dev" + } + }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" @@ -11241,11 +10659,11 @@ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", + "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", @@ -11253,7 +10671,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/1.26.1" + "source": "https://github.com/Seldaek/monolog/tree/2.3.5" }, "funding": [ { @@ -11265,7 +10683,7 @@ "type": "tidelift" } ], - "time": "2021-05-28T08:32:12+00:00" + "time": "2021-10-01T21:08:31+00:00" }, { "name": "nette/finder", @@ -11336,16 +10754,16 @@ }, { "name": "nette/utils", - "version": "v3.2.5", + "version": "v3.2.6", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" + "reference": "2f261e55bd6a12057442045bf2c249806abc1d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/9cd80396ca58d7969ab44fc7afcf03624dfa526e", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e", + "url": "https://api.github.com/repos/nette/utils/zipball/2f261e55bd6a12057442045bf2c249806abc1d02", + "reference": "2f261e55bd6a12057442045bf2c249806abc1d02", "shasum": "" }, "require": { @@ -11356,7 +10774,7 @@ }, "require-dev": { "nette/tester": "~2.0", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.3" }, "suggest": { @@ -11415,22 +10833,22 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.5" + "source": "https://github.com/nette/utils/tree/v3.2.6" }, - "time": "2021-09-20T10:50:11+00:00" + "time": "2021-11-24T15:47:23+00:00" }, { "name": "nikic/php-parser", - "version": "v4.13.0", + "version": "v4.13.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53" + "reference": "210577fe3cf7badcc5814d99455df46564f3c077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", + "reference": "210577fe3cf7badcc5814d99455df46564f3c077", "shasum": "" }, "require": { @@ -11471,34 +10889,34 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" }, - "time": "2021-09-20T12:20:58+00:00" + "time": "2021-11-30T19:35:32+00:00" }, { "name": "os2core/os2core", - "version": "1.0.5", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/bellcom/os2core.git", - "reference": "8f49c7e12b14a6d7305059babb63cad862544071" + "reference": "8966d3eb38a7f30f34339d99c388b803b3570fbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bellcom/os2core/zipball/8f49c7e12b14a6d7305059babb63cad862544071", - "reference": "8f49c7e12b14a6d7305059babb63cad862544071", + "url": "https://api.github.com/repos/bellcom/os2core/zipball/8966d3eb38a7f30f34339d99c388b803b3570fbb", + "reference": "8966d3eb38a7f30f34339d99c388b803b3570fbb", "shasum": "" }, "require": { "drupal/address": "^1.7", "drupal/admin_toolbar": "^3.0", - "drupal/better_exposed_filters": "^4.0@alpha", + "drupal/better_exposed_filters": "^5.0@beta", "drupal/chosen": "^2.9", - "drupal/ckeditor_a11ychecker": "^1.0", + "drupal/ckeditor_a11ychecker": "1.x-dev#a2099d09f362d8b005a53e8f2845858424cac3da", "drupal/ckeditor_entity_link": "^1.0@alpha", "drupal/config_ignore": "^2.1", - "drupal/config_split": "^1.4", - "drupal/core": "^8", + "drupal/config_split": "^2.0@beta", + "drupal/core": "^8.7 || ^9", "drupal/crop": "^2.0.0-rc1", "drupal/ctools": "^3.2", "drupal/drush_language": "^1.0@RC", @@ -11506,13 +10924,13 @@ "drupal/editor_advanced_link": "^1.4", "drupal/embed": "^1.0", "drupal/entity": "^1.0-rc3", - "drupal/entity_browser": "2.2.0", + "drupal/entity_browser": "^2.5", "drupal/entity_embed": "^1.0", - "drupal/environment_indicator": "^3.7", + "drupal/environment_indicator": "^4.0", "drupal/eu_cookie_compliance": "^1.8", "drupal/extlink": "^1.1", "drupal/field_group": "^3.1", - "drupal/honeypot": "^1.29", + "drupal/honeypot": "^2.0", "drupal/image_widget_crop": "^2.1", "drupal/inline_entity_form": "^1.0", "drupal/ldap_auth": "^1.17", @@ -11521,7 +10939,7 @@ "drupal/metatag": "^1.10", "drupal/module_filter": "^3.1", "drupal/paragraphs": "^1.10", - "drupal/pathauto": "^1.5", + "drupal/pathauto": "^1.8", "drupal/pathologic": "^1.0@alpha", "drupal/redirect": "^1.4", "drupal/scheduler": "^1.1", @@ -11530,7 +10948,7 @@ "os2web/os2web_datalookup": "^1.0", "os2web/os2web_nemlogin": "^1.0", "os2web/os2web_simplesaml": "8.x-dev", - "os2web/os2web_simplesaml_checklist": "8.x-dev" + "os2web/os2web_simplesaml_checklist": "dev-develop" }, "type": "drupal-profile", "notification-url": "https://packagist.org/downloads/", @@ -11540,36 +10958,36 @@ "description": "Wrapper over contrib modules used for OS2 Drupal solutions", "support": { "issues": "https://github.com/bellcom/os2core/issues", - "source": "https://github.com/bellcom/os2core/tree/1.0.5" + "source": "https://github.com/bellcom/os2core/tree/2.0.0" }, - "time": "2021-09-16T06:37:29+00:00" + "time": "2021-12-06T16:05:11+00:00" }, { "name": "os2forms/os2forms", - "version": "2.8.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/OS2Forms/os2forms.git", - "reference": "e5c3e750c3288794dd232215e1ce363985dbae44" + "reference": "32556309b2a046ff63680a41aefa7f343a63d3e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OS2Forms/os2forms/zipball/e5c3e750c3288794dd232215e1ce363985dbae44", - "reference": "e5c3e750c3288794dd232215e1ce363985dbae44", + "url": "https://api.github.com/repos/OS2Forms/os2forms/zipball/32556309b2a046ff63680a41aefa7f343a63d3e4", + "reference": "32556309b2a046ff63680a41aefa7f343a63d3e4", "shasum": "" }, "require": { "drupal/entity_print": "^2.1", "drupal/eu_cookie_compliance": "^1.8", - "drupal/honeypot": "^1.29", + "drupal/honeypot": "^2.0", "drupal/maillog": "1.x-dev", "drupal/mailsystem": "^4.1", "drupal/pathauto": "^1.5", - "drupal/permissions_by_term": "^2.25", + "drupal/permissions_by_term": "^3.1", "drupal/redirect": "^1.4", "drupal/smtp": "^1.0@beta", "drupal/token": "^1.5", - "drupal/webform": "^5.12", + "drupal/webform": "^6.1", "drupal/webform_embed": "1.x-dev", "drupal/webform_migrate": "^1.1", "drupal/webform_permissions_by_term": "^1.2", @@ -11603,9 +11021,9 @@ "description": "Drupal 8 OS2Form module provides advanced webform functionality for Danish Municipalities", "support": { "issues": "https://github.com/OS2Forms/os2forms/issues", - "source": "https://github.com/OS2Forms/os2forms/tree/2.8.0" + "source": "https://github.com/OS2Forms/os2forms/tree/3.0.1" }, - "time": "2021-11-25T09:41:32+00:00" + "time": "2021-12-09T14:12:43+00:00" }, { "name": "os2forms/os2forms_egbolig", @@ -11613,16 +11031,16 @@ "source": { "type": "git", "url": "https://github.com/OS2Forms/os2forms_egbolig.git", - "reference": "a19dbb1897b7e1191e85d4410528540d70fe4237" + "reference": "693292162460c5c06e78697a3f572bdfd298b56d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OS2Forms/os2forms_egbolig/zipball/a19dbb1897b7e1191e85d4410528540d70fe4237", - "reference": "a19dbb1897b7e1191e85d4410528540d70fe4237", + "url": "https://api.github.com/repos/OS2Forms/os2forms_egbolig/zipball/693292162460c5c06e78697a3f572bdfd298b56d", + "reference": "693292162460c5c06e78697a3f572bdfd298b56d", "shasum": "" }, "require": { - "os2forms/os2forms": "^2.1" + "os2forms/os2forms": "^2.1 || ^3.0" }, "default-branch": true, "type": "drupal-module", @@ -11635,36 +11053,29 @@ "issues": "https://github.com/OS2Forms/os2forms_egbolig/issues", "source": "https://github.com/OS2Forms/os2forms_egbolig/tree/master" }, - "time": "2020-08-04T12:30:07+00:00" + "time": "2021-12-14T09:37:07+00:00" }, { "name": "os2forms/os2forms_forloeb", - "version": "1.3.0", + "version": "1.9.100", "source": { "type": "git", - "url": "https://github.com/OS2Forms/os2forms_forloeb.git", - "reference": "45ca50d474ba078ea5d9bb77cc401ba3af1d2812" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/OS2Forms/os2forms_forloeb/zipball/45ca50d474ba078ea5d9bb77cc401ba3af1d2812", - "reference": "45ca50d474ba078ea5d9bb77cc401ba3af1d2812", - "shasum": "" + "url": "git@github.com:OS2Forms/os2forms_forloeb.git", + "reference": "develop" }, "require": { "cweagans/composer-patches": "^1.6.5", "drupal/admin_toolbar": "^3.0", "drupal/chosen": "2.10.0", - "drupal/ckeditor_a11ychecker": "1.0.0", + "drupal/ckeditor_a11ychecker": "1.x-dev#a2099d09f362d8b005a53e8f2845858424cac3da", "drupal/clientside_validation": "3.0.0-rc4", - "drupal/coc_forms_auto_export": "1.0.0-alpha1", + "drupal/coc_forms_auto_export": "2.0.0-alpha1", "drupal/config_entity_revisions": "1.7.0", "drupal/embed": "1.4.0", - "drupal/events_logging": "1.4.0", - "drupal/gin": "^3.0", - "drupal/header_and_footer_scripts": "2.2.0", + "drupal/events_logging": "1.5.0", + "drupal/header_and_footer_scripts": "3.0.0", "drupal/image_widget_crop": "2.3.0", - "drupal/ldap": "^3.0@beta", + "drupal/ldap": "^4.2", "drupal/ldap_auth": "^1.17", "drupal/libraries": "3.0.0-beta1", "drupal/linkit": "^5.0", @@ -11673,23 +11084,19 @@ "drupal/masquerade": "2.0.0-beta4", "drupal/queue_mail": "1.3.0", "drupal/queue_ui": "^2.1", - "drupal/rules": "3.0.0-alpha6", - "drupal/rules_token": "1.2.0", - "drupal/rules_webform": "1.5.0", + "drupal/r4032login": "^2.1", "drupal/simple_ldap": "1.0.0-alpha3", "drupal/simplesamlphp_auth": "3.2.0", - "drupal/switch_page_theme": "1.0", + "drupal/switch_page_theme": "1.x-dev#ac38137f43cc72a8efba04bc127b87fbf2c28e06", "drupal/telephone_validation": "^2.2", "drupal/ultimate_cron": "2.0.0-alpha5", - "drupal/user_default_page": "2.0.0-rc1", + "drupal/user_default_page": "2.1", "drupal/webform_composite": "1.0-rc2", "drupal/webform_remote_handlers": "^1.6.0", "drupal/webform_rest": "^4.0.0-beta2", "drupal/webform_scheduled_tasks": "^2.0", "drupal/webform_views": "^5.0@alpha", "drupal/workflow_participants": "^2.4", - "os2forms/os2forms_forloeb_profile": "^1.0", - "vlucas/phpdotenv": "^5.1", "webmozart/path-util": "2.3.0", "zaporylie/composer-drupal-optimizations": "1.2.0" }, @@ -11712,45 +11119,46 @@ } } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "EUPL-1.2" ], - "description": "This module adds Maestro workflow engine and functionality to produce advanced workflows", - "support": { - "issues": "https://github.com/OS2Forms/os2forms_forloeb/issues", - "source": "https://github.com/OS2Forms/os2forms_forloeb/tree/1.3.0" - }, - "time": "2021-09-02T19:23:35+00:00" + "description": "This module adds Maestro workflow engine and functionality to produce advanced workflows" }, { "name": "os2forms/os2forms_forloeb_profile", - "version": "1.0.0", + "version": "1.4", "source": { "type": "git", "url": "https://github.com/OS2Forms/os2forms_forloeb_profile.git", - "reference": "d36d1131dbdeb1a8b53a160373b29971fdad612f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/OS2Forms/os2forms_forloeb_profile/zipball/d36d1131dbdeb1a8b53a160373b29971fdad612f", - "reference": "d36d1131dbdeb1a8b53a160373b29971fdad612f", - "shasum": "" + "reference": "332e6294c99c7eb5edbb12e01b7e330a81eb8d22" }, "require": { - "drupal/core": "^8" + "drupal/core": "^8 || ^9", + "drupal/gin": "^3.0", + "os2forms/os2forms": "^3.0", + "os2forms/os2forms_forloeb": "^1.7", + "os2web/os2web_simplesaml": "8.x-dev" }, "type": "drupal-profile", - "notification-url": "https://packagist.org/downloads/", + "extra": { + "composer-exit-on-patch-failure": true, + "patchLevel": { + "test": "-p2" + }, + "enable-patching": true, + "patcher": { + "force-reset": true + }, + "patches": { + "drupal/dynamic_entity_reference": { + "entityQuery reference JOINs should specify target_type (https://www.drupal.org/project/dynamic_entity_reference/issues/3120952#comment-14141038)": "https://www.drupal.org/files/issues/2021-06-22/entityquery-reference-joins-should-specify-target_type-3120952-24.patch" + } + } + }, "license": [ "EUPL-1.2" ], - "description": "This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.", - "support": { - "issues": "https://github.com/OS2Forms/os2forms_forloeb_profile/issues", - "source": "https://github.com/OS2Forms/os2forms_forloeb_profile/tree/1.0.0" - }, - "time": "2021-06-01T11:46:21+00:00" + "description": "This profile adds the configuration and initial install of OS2forms 2.1 med Forløb." }, { "name": "os2web/os2web_datalookup", @@ -11787,17 +11195,17 @@ "source": { "type": "git", "url": "https://github.com/OS2web/os2web_logging.git", - "reference": "a53fdaaff9a545d743bf6c3a288948dd7b9557a3" + "reference": "cc022f753a9100036a37a9bbd92b39f2c55d20ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OS2web/os2web_logging/zipball/a53fdaaff9a545d743bf6c3a288948dd7b9557a3", - "reference": "a53fdaaff9a545d743bf6c3a288948dd7b9557a3", + "url": "https://api.github.com/repos/OS2web/os2web_logging/zipball/cc022f753a9100036a37a9bbd92b39f2c55d20ee", + "reference": "cc022f753a9100036a37a9bbd92b39f2c55d20ee", "shasum": "" }, "require": { "drupal/date_popup": "^1.1", - "drupal/monolog": "^1.3" + "drupal/monolog": "2.x-dev" }, "default-branch": true, "type": "drupal-module", @@ -11810,7 +11218,7 @@ "issues": "https://github.com/OS2web/os2web_logging/issues", "source": "https://github.com/OS2web/os2web_logging/tree/master" }, - "time": "2021-07-02T11:08:43+00:00" + "time": "2021-10-04T07:02:46+00:00" }, { "name": "os2web/os2web_nemlogin", @@ -11843,856 +11251,5300 @@ "version": "8.x-dev", "source": { "type": "git", - "url": "https://github.com/OS2web/os2web_simplesaml.git", - "reference": "2919483ef460f0f091884a8e411394e1beba9e15" + "url": "https://github.com/OS2web/os2web_simplesaml.git", + "reference": "2919483ef460f0f091884a8e411394e1beba9e15" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/OS2web/os2web_simplesaml/zipball/2919483ef460f0f091884a8e411394e1beba9e15", + "reference": "2919483ef460f0f091884a8e411394e1beba9e15", + "shasum": "" + }, + "require": { + "drupal/simplesamlphp_auth": "^3.1" + }, + "default-branch": true, + "type": "drupal-module", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "EUPL-1.2" + ], + "description": "Enhances integration with simplesamlphp_auth module, by force triggering SimpleSAML auth page redirect when certain criteria are met", + "support": { + "issues": "https://github.com/OS2web/os2web_simplesaml/issues", + "source": "https://github.com/OS2web/os2web_simplesaml/tree/master" + }, + "time": "2020-11-12T14:06:56+00:00" + }, + { + "name": "os2web/os2web_simplesaml_checklist", + "version": "dev-develop", + "source": { + "type": "git", + "url": "https://github.com/OS2web/os2web_simplesaml_checklist.git", + "reference": "a7d72fefe0834401f2953501580daadcb0cd2be7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/OS2web/os2web_simplesaml_checklist/zipball/a7d72fefe0834401f2953501580daadcb0cd2be7", + "reference": "a7d72fefe0834401f2953501580daadcb0cd2be7", + "shasum": "" + }, + "require": { + "drupal/checklistapi": "^2.0" + }, + "type": "drupal-module", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "EUPL-1.2" + ], + "description": "SimpleSAML configuration checklist for Drupal", + "support": { + "issues": "https://github.com/OS2web/os2web_simplesaml_checklist/issues", + "source": "https://github.com/OS2web/os2web_simplesaml_checklist/tree/develop" + }, + "time": "2021-02-19T14:45:15+00:00" + }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", + "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" + }, + "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" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2020-12-06T15:14:20+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "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." + }, + "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" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, + { + "name": "pclzip/pclzip", + "version": "2.8.2", + "source": { + "type": "git", + "url": "https://github.com/ivanlanin/pclzip.git", + "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", + "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "pclzip.lib.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Vincent Blavet" + } + ], + "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", + "homepage": "http://www.phpconcept.net/pclzip", + "keywords": [ + "php", + "zip" + ], + "support": { + "issues": "https://github.com/ivanlanin/pclzip/issues", + "source": "https://github.com/ivanlanin/pclzip/tree/master" + }, + "time": "2014-06-05T11:42:24+00:00" + }, + { + "name": "pear/archive_tar", + "version": "1.4.14", + "source": { + "type": "git", + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", + "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", + "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." + }, + "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" + ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", + "source": "https://github.com/pear/Archive_Tar" + }, + "funding": [ + { + "url": "https://github.com/mrook", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-07-20T13:53:39+00:00" + }, + { + "name": "pear/console_getopt", + "version": "v1.4.3", + "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": "" + }, + "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", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", + "source": "https://github.com/pear/Console_Getopt" + }, + "time": "2019-11-20T18:27:48+00:00" + }, + { + "name": "pear/pear-core-minimal", + "version": "v1.10.10", + "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" + }, + "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", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", + "source": "https://github.com/pear/pear-core-minimal" + }, + "time": "2019-11-19T19:00:24+00:00" + }, + { + "name": "pear/pear_exception", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "<9" + }, + "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" + ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", + "source": "https://github.com/pear/PEAR_Exception" + }, + "time": "2021-03-21T15:43:46+00:00" + }, + { + "name": "phenx/php-font-lib", + "version": "0.5.2", + "source": { + "type": "git", + "url": "https://github.com/PhenX/php-font-lib.git", + "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", + "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" + }, + "type": "library", + "autoload": { + "psr-4": { + "FontLib\\": "src/FontLib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse, export and make subsets of different types of font files.", + "homepage": "https://github.com/PhenX/php-font-lib", + "support": { + "issues": "https://github.com/PhenX/php-font-lib/issues", + "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" + }, + "time": "2020-03-08T15:31:32+00:00" + }, + { + "name": "phenx/php-svg-lib", + "version": "0.3.4", + "source": { + "type": "git", + "url": "https://github.com/PhenX/php-svg-lib.git", + "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2", + "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "sabberworm/php-css-parser": "^8.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Svg\\": "src/Svg" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse and export to PDF SVG files.", + "homepage": "https://github.com/PhenX/php-svg-lib", + "support": { + "issues": "https://github.com/PhenX/php-svg-lib/issues", + "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4" + }, + "time": "2021-10-18T02:13:32+00:00" + }, + { + "name": "phpfastcache/riak-client", + "version": "3.4.3", + "source": { + "type": "git", + "url": "https://github.com/PHPSocialNetwork/riak-php-client.git", + "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9", + "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "php": ">=5.4" + }, + "conflict": { + "basho/riak": "*" + }, + "require-dev": { + "apigen/apigen": "4.1.*", + "phpunit/phpunit": "4.8.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "Basho\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Georges.L", + "email": "contact@geolim4.com", + "homepage": "https://github.com/Geolim4", + "role": "Maintainer" + }, + { + "name": "Christopher Mancini", + "email": "cmancini@basho.com", + "homepage": "https://github.com/christophermancini", + "role": "Former Lead Developer" + }, + { + "name": "Alex Moore", + "email": "amoore@basho.com", + "homepage": "https://github.com/alexmoore", + "role": "Former Developer" + } + ], + "description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)", + "homepage": "https://github.com/PHPSocialNetwork/riak-php-client", + "keywords": [ + "basho", + "client", + "crdt", + "data", + "database", + "datatype", + "driver", + "kv", + "nosql", + "riak" + ], + "support": { + "issues": "https://github.com/PHPSocialNetwork/riak-php-client/issues", + "source": "https://github.com/PHPSocialNetwork/riak-php-client/tree/develop" + }, + "time": "2017-11-23T21:33:15+00:00" + }, + { + "name": "phpmailer/phpmailer", + "version": "v6.5.3", + "source": { + "type": "git", + "url": "https://github.com/PHPMailer/PHPMailer.git", + "reference": "baeb7cde6b60b1286912690ab0693c7789a31e71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/baeb7cde6b60b1286912690ab0693c7789a31e71", + "reference": "baeb7cde6b60b1286912690ab0693c7789a31e71", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "php": ">=5.5.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.2", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.6.0", + "yoast/phpunit-polyfills": "^1.0.0" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPMailer\\PHPMailer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-only" + ], + "authors": [ + { + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" + }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" + } + ], + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "support": { + "issues": "https://github.com/PHPMailer/PHPMailer/issues", + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.3" + }, + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], + "time": "2021-11-25T16:34:11+00:00" + }, + { + "name": "phpoffice/common", + "version": "0.2.9", + "source": { + "type": "git", + "url": "https://github.com/PHPOffice/Common.git", + "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d", + "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d", + "shasum": "" + }, + "require": { + "pclzip/pclzip": "^2.8", + "php": ">=5.3.0" + }, + "require-dev": { + "phpdocumentor/phpdocumentor": "2.*", + "phploc/phploc": "2.*", + "phpmd/phpmd": "2.*", + "phpunit/phpunit": "^4.8.36 || ^7.0", + "sebastian/phpcpd": "2.*", + "squizlabs/php_codesniffer": "2.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "PhpOffice\\Common\\": "src/Common/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Mark Baker" + }, + { + "name": "Franck Lefevre", + "homepage": "http://rootslabs.net" + } + ], + "description": "PHPOffice Common", + "homepage": "http://phpoffice.github.io", + "keywords": [ + "common", + "component", + "office", + "php" + ], + "support": { + "issues": "https://github.com/PHPOffice/Common/issues", + "source": "https://github.com/PHPOffice/Common/tree/master" + }, + "time": "2018-07-13T14:12:34+00:00" + }, + { + "name": "phpoffice/phpword", + "version": "0.17.0", + "source": { + "type": "git", + "url": "https://github.com/PHPOffice/PHPWord.git", + "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b8346af548d399acd9e30fc76ab0c55c2fec03a5", + "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": "^5.3.3 || ^7.0", + "phpoffice/common": "^0.2.9", + "zendframework/zend-escaper": "^2.2" + }, + "require-dev": { + "dompdf/dompdf": "0.8.*", + "ext-gd": "*", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^2.2", + "mpdf/mpdf": "5.7.4 || 6.* || 7.*", + "php-coveralls/php-coveralls": "1.1.0 || ^2.0", + "phploc/phploc": "2.* || 3.* || 4.*", + "phpmd/phpmd": "2.*", + "phpunit/phpunit": "^4.8.36 || ^7.0", + "squizlabs/php_codesniffer": "^2.9", + "tecnickcom/tcpdf": "6.*" + }, + "suggest": { + "dompdf/dompdf": "Allows writing PDF", + "ext-gd2": "Allows adding images", + "ext-xmlwriter": "Allows writing OOXML and ODF", + "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template", + "ext-zip": "Allows writing OOXML and ODF" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "0.18-dev" + } + }, + "autoload": { + "psr-4": { + "PhpOffice\\PhpWord\\": "src/PhpWord" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Mark Baker" + }, + { + "name": "Gabriel Bull", + "email": "me@gabrielbull.com", + "homepage": "http://gabrielbull.com/" + }, + { + "name": "Franck Lefevre", + "homepage": "https://rootslabs.net/blog/" + }, + { + "name": "Ivan Lanin", + "homepage": "http://ivan.lanin.org" + }, + { + "name": "Roman Syroeshko", + "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" + }, + { + "name": "Antoine de Troostembergh" + } + ], + "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", + "homepage": "http://phpoffice.github.io", + "keywords": [ + "ISO IEC 29500", + "OOXML", + "Office Open XML", + "OpenDocument", + "OpenXML", + "PhpOffice", + "PhpWord", + "Rich Text Format", + "WordprocessingML", + "doc", + "docx", + "html", + "odf", + "odt", + "office", + "pdf", + "php", + "reader", + "rtf", + "template", + "template processor", + "word", + "writer" + ], + "support": { + "issues": "https://github.com/PHPOffice/PHPWord/issues", + "source": "https://github.com/PHPOffice/PHPWord/tree/develop" + }, + "time": "2019-10-01T20:43:33+00:00" + }, + { + "name": "phpoption/phpoption", + "version": "1.8.1", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "PhpOption\\": "src/PhpOption/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" + }, + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "support": { + "issues": "https://github.com/schmittjoh/php-option/issues", + "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "time": "2021-12-04T23:24:31+00:00" + }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.12", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb", + "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phing/phing": "~2.7", + "phpunit/phpunit": "^5.7|^6.0|^9.4", + "squizlabs/php_codesniffer": "~2.0" + }, + "suggest": { + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + }, + "type": "library", + "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], + "psr-4": { + "phpseclib3\\": "phpseclib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.12" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2021-11-28T23:46:03+00:00" + }, + { + "name": "phpstan/phpstan", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/1.2.0" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2021-11-18T14:09:01+00:00" + }, + { + "name": "phpstan/phpstan-deprecation-rules", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", + "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^1.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5" + }, + "type": "phpstan-extension", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + }, + "phpstan": { + "includes": [ + "rules.neon" + ] + } + }, + "autoload": { + "psr-4": { + "PHPStan\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", + "support": { + "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.0.0" + }, + "time": "2021-09-23T11:02:21+00:00" + }, + { + "name": "psr/cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2016-08-06T20:24:11+00:00" + }, + { + "name": "psr/container", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://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" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.1" + }, + "time": "2021-03-05T17:36:06+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0" + }, + "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 interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory/tree/master" + }, + "time": "2019-04-30T12:38:16+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "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" + }, + "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" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "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": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "psy/psysh", + "version": "v0.11.0", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/psysh.git", + "reference": "c9a85cd388afde68721d304bbb3257a068f5ab05" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/c9a85cd388afde68721d304bbb3257a068f5ab05", + "reference": "c9a85cd388afde68721d304bbb3257a068f5ab05", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-tokenizer": "*", + "nikic/php-parser": "^4.0 || ^3.1", + "php": "^8.0 || ^7.0.8", + "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.2", + "hoa/console": "3.17.05.02" + }, + "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." + }, + "bin": [ + "bin/psysh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.11.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" + ], + "support": { + "issues": "https://github.com/bobthecow/psysh/issues", + "source": "https://github.com/bobthecow/psysh/tree/v0.11.0" + }, + "time": "2021-12-05T06:09:05+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "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" + }, + "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.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "robrichards/xmlseclibs", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/robrichards/xmlseclibs.git", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "php": ">= 5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "RobRichards\\XMLSecLibs\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A PHP library for XML Security", + "homepage": "https://github.com/robrichards/xmlseclibs", + "keywords": [ + "security", + "signature", + "xml", + "xmldsig" + ], + "support": { + "issues": "https://github.com/robrichards/xmlseclibs/issues", + "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + }, + "time": "2020-09-05T13:00:25+00:00" + }, + { + "name": "sabberworm/php-css-parser", + "version": "8.4.0", + "source": { + "type": "git", + "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30", + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", + "shasum": "" + }, + "require": { + "ext-iconv": "*", + "php": ">=5.6.20" + }, + "require-dev": { + "codacy/coverage": "^1.4", + "phpunit/phpunit": "^4.8.36" + }, + "suggest": { + "ext-mbstring": "for parsing UTF-8 CSS" + }, + "type": "library", + "autoload": { + "psr-4": { + "Sabberworm\\CSS\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Raphael Schweikert" + } + ], + "description": "Parser for CSS Files written in PHP", + "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", + "keywords": [ + "css", + "parser", + "stylesheet" + ], + "support": { + "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", + "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" + }, + "time": "2021-12-11T13:40:54+00:00" + }, + { + "name": "seld/jsonlint", + "version": "1.8.3", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", + "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "bin": [ + "bin/jsonlint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Seld\\JsonLint\\": "src/Seld/JsonLint/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "JSON Linter", + "keywords": [ + "json", + "linter", + "parser", + "validator" + ], + "support": { + "issues": "https://github.com/Seldaek/jsonlint/issues", + "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", + "type": "tidelift" + } + ], + "time": "2020-11-11T09:19:24+00:00" + }, + { + "name": "simplesamlphp/assert", + "version": "v0.0.13", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/assert.git", + "reference": "5429921b320ca4f9d1844225884ac52f649ea1e3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/5429921b320ca4f9d1844225884ac52f649ea1e3", + "reference": "5429921b320ca4f9d1844225884ac52f649ea1e3", + "shasum": "" + }, + "require": { + "ext-spl": "*", + "php": "^7.1 || ^8.0", + "webmozart/assert": "^1.9" + }, + "require-dev": { + "phpunit/phpunit": "^8.5", + "sensiolabs/security-checker": "~6.0", + "simplesamlphp/simplesamlphp-test-framework": "^0.2.7", + "squizlabs/php_codesniffer": "~3.5", + "vimeo/psalm": "~3.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v0.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SimpleSAML\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + }, + { + "name": "Jaime Perez Crespo", + "email": "jaimepc@gmail.com" + } + ], + "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments", + "support": { + "issues": "https://github.com/simplesamlphp/assert/issues", + "source": "https://github.com/simplesamlphp/assert/tree/master" + }, + "time": "2020-08-17T20:40:49+00:00" + }, + { + "name": "simplesamlphp/composer-module-installer", + "version": "v1.1.8", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/composer-module-installer.git", + "reference": "45161b5406f3e9c82459d0f9a5a1dba064953cfa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/45161b5406f3e9c82459d0f9a5a1dba064953cfa", + "reference": "45161b5406f3e9c82459d0f9a5a1dba064953cfa", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1|^2.0", + "simplesamlphp/simplesamlphp": "*" + }, + "type": "composer-plugin", + "extra": { + "class": "SimpleSamlPhp\\Composer\\ModuleInstallerPlugin" + }, + "autoload": { + "psr-0": { + "SimpleSamlPhp\\Composer": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-only" + ], + "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.", + "support": { + "issues": "https://github.com/simplesamlphp/composer-module-installer/issues", + "source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.1.8" + }, + "time": "2020-08-25T19:04:33+00:00" + }, + { + "name": "simplesamlphp/saml2", + "version": "v4.2.5", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/saml2.git", + "reference": "4ae96cb02a9ac9da3825d69af0500e594509bcaf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4ae96cb02a9ac9da3825d69af0500e594509bcaf", + "reference": "4ae96cb02a9ac9da3825d69af0500e594509bcaf", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-openssl": "*", + "ext-zlib": "*", + "php": ">=7.1 || ^8.0", + "psr/log": "~1.1", + "robrichards/xmlseclibs": "^3.1.1", + "webmozart/assert": "^1.9" + }, + "require-dev": { + "mockery/mockery": "^1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "sebastian/phpcpd": "~4.1 || ^5.0 || ^6.0", + "simplesamlphp/simplesamlphp-test-framework": "~0.1.0", + "squizlabs/php_codesniffer": "~3.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v4.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "SAML2\\": "src/SAML2" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "SAML2 PHP library from SimpleSAMLphp", + "support": { + "issues": "https://github.com/simplesamlphp/saml2/issues", + "source": "https://github.com/simplesamlphp/saml2/tree/v4.2.5" + }, + "time": "2021-12-09T21:25:23+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp", + "version": "v1.19.4", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp.git", + "reference": "9c1d4c5b1401b6934ff0688c5bdddd5f896792e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/9c1d4c5b1401b6934ff0688c5bdddd5f896792e9", + "reference": "9c1d4c5b1401b6934ff0688c5bdddd5f896792e9", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-dom": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-pcre": "*", + "ext-spl": "*", + "ext-zlib": "*", + "gettext/gettext": "^4.8", + "php": ">=7.1|^8", + "phpmailer/phpmailer": "^6.1", + "robrichards/xmlseclibs": "^3.1", + "simplesamlphp/assert": "^0.0.13", + "simplesamlphp/saml2": "^4.2.5", + "simplesamlphp/simplesamlphp-module-adfs": "^0.9", + "simplesamlphp/simplesamlphp-module-authcrypt": "^0.9", + "simplesamlphp/simplesamlphp-module-authfacebook": "^0.9", + "simplesamlphp/simplesamlphp-module-authorize": "^0.9", + "simplesamlphp/simplesamlphp-module-authtwitter": "^0.9", + "simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9", + "simplesamlphp/simplesamlphp-module-authx509": "^0.9", + "simplesamlphp/simplesamlphp-module-authyubikey": "^0.9", + "simplesamlphp/simplesamlphp-module-cas": "^0.9", + "simplesamlphp/simplesamlphp-module-cdc": "^0.9", + "simplesamlphp/simplesamlphp-module-consent": "^0.9", + "simplesamlphp/simplesamlphp-module-consentadmin": "^0.9", + "simplesamlphp/simplesamlphp-module-discopower": "^0.10", + "simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0", + "simplesamlphp/simplesamlphp-module-expirycheck": "^0.9", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9 | ^1.0", + "simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9", + "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", + "simplesamlphp/simplesamlphp-module-metarefresh": "^0.9", + "simplesamlphp/simplesamlphp-module-negotiate": "^0.9", + "simplesamlphp/simplesamlphp-module-oauth": "^0.9.3", + "simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9", + "simplesamlphp/simplesamlphp-module-radius": "^0.9", + "simplesamlphp/simplesamlphp-module-riak": "^0.9", + "simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9", + "simplesamlphp/simplesamlphp-module-smartattributes": "^0.9", + "simplesamlphp/simplesamlphp-module-sqlauth": "^0.9", + "simplesamlphp/simplesamlphp-module-statistics": "^0.9", + "simplesamlphp/twig-configurable-i18n": "~2.3.3", + "symfony/cache": "^4.4 || ^5.0", + "symfony/config": "^4.4 || ^5.0", + "symfony/console": "^4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/finder": "^4.4 || ^5.0", + "symfony/framework-bundle": "^4.4 || ^5.0", + "symfony/http-foundation": "^4.4 || ^5.0", + "symfony/http-kernel": "^4.4 || ^5.0", + "symfony/routing": "^4.4 || ^5.0", + "symfony/var-exporter": "^4.4 || ^5.0", + "symfony/yaml": "^4.4 || ^5.0", + "twig/twig": "^1.43 || ^2.0" + }, + "require-dev": { + "ext-curl": "*", + "mikey179/vfsstream": "~1.6", + "phpunit/phpunit": "^7.5", + "simplesamlphp/simplesamlphp-test-framework": "^0.1.2", + "vimeo/psalm": "~3.14" + }, + "suggest": { + "ext-curl": "Needed in order to check for updates automatically", + "ext-ldap": "Needed if an LDAP backend is used", + "ext-memcache": "Needed if a Memcache server is used to store session information", + "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information", + "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information", + "ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information", + "ext-radius": "Needed if a Radius backend is used", + "predis/predis": "Needed if a Redis server is used to store session information" + }, + "type": "project", + "autoload": { + "psr-4": { + "SimpleSAML\\": "lib/SimpleSAML" + }, + "files": [ + "lib/_autoload_modules.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + }, + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + }, + { + "name": "Jaime Perez", + "email": "jaime.perez@uninett.no" + } + ], + "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", + "homepage": "http://simplesamlphp.org", + "keywords": [ + "SAML2", + "idp", + "oauth", + "shibboleth", + "sp", + "ws-federation" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp" + }, + "time": "2021-12-13T19:25:54+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-adfs", + "version": "v0.9.8", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git", + "reference": "ac2ba46a6b94ed48b527ac190b0fa99bcda8d98e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/ac2ba46a6b94ed48b527ac190b0fa99bcda8d98e", + "reference": "ac2ba46a6b94ed48b527ac190b0fa99bcda8d98e", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "sensiolabs/security-checker": "^5.0", + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.15", + "webmozart/assert": "<1.7" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\adfs\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that implements the WS-federation IDP", + "keywords": [ + "adfs", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-adfs/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-adfs" + }, + "time": "2021-08-17T07:54:07+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authcrypt", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git", + "reference": "9a2c1a761e2d94394a4f2d3499fd6f0853899530" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/9a2c1a761e2d94394a4f2d3499fd6f0853899530", + "reference": "9a2c1a761e2d94394a4f2d3499fd6f0853899530", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4", + "whitehat101/apr1-md5": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\authcrypt\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "This module provides authentication against password hashes or .htpasswd files", + "keywords": [ + "authcrypt", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-authcrypt/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-authcrypt" + }, + "time": "2021-01-08T09:09:33+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authfacebook", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git", + "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/9152731e939ad4a49e0f06da5f0009ebde0d2b5c", + "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\authfacebook\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Andjelko Horvat", + "email": "comel@vingd.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to authenticate against Facebook", + "keywords": [ + "facebook", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook" + }, + "abandoned": true, + "time": "2020-03-13T11:29:21+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authorize", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git", + "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/0593bfcb84fca9d9133f415246ab8ca51b412c92", + "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\authorize\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Ernesto Revilla", + "email": "erny@yaco.es" + } + ], + "description": "This module provides a user authorization filter based on attribute matching", + "keywords": [ + "authorize", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-authorize/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-authorize" + }, + "time": "2021-03-24T10:37:17+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authtwitter", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git", + "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/29a15e58061222632fea9eb2c807aef5e2c0d54a", + "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "simplesamlphp/composer-module-installer": "~1.0", + "simplesamlphp/simplesamlphp-module-oauth": "^0.9" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.35", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\authtwitter\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to perform authentication against Twitter", + "keywords": [ + "simplesamlphp", + "twitter" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-authtwitter/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-authtwitter" + }, + "time": "2019-12-03T09:00:09+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authwindowslive", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git", + "reference": "f40aecec6c0adaedb6693309840c98cec783876e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/f40aecec6c0adaedb6693309840c98cec783876e", + "reference": "f40aecec6c0adaedb6693309840c98cec783876e", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\authwindowslive\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to perform authentication against Windows Live", + "keywords": [ + "live", + "simplesamlphp", + "windows", + "windowslive" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-authwindowslive/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-authwindowslive" + }, + "abandoned": true, + "time": "2019-12-03T09:01:13+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authx509", + "version": "v0.9.8", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git", + "reference": "66525b1ec4145ec8d0d0e9db4534624b6be4c1fb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/66525b1ec4145ec8d0d0e9db4534624b6be4c1fb", + "reference": "66525b1ec4145ec8d0d0e9db4534624b6be4c1fb", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.15" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "authX509" + }, + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\authX509\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Joost van Dijk", + "email": "Joost.vanDijk@surfnet.nl" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to authenticate users based on X509 client certificates", + "keywords": [ + "simplesamlphp", + "x509" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-authx509/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-authx509" + }, + "time": "2020-12-15T23:06:47+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authyubikey", + "version": "v0.9.2", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git", + "reference": "b287a13195a5910beb4c68f9b9fee3aac7f8a73d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/b287a13195a5910beb4c68f9b9fee3aac7f8a73d", + "reference": "b287a13195a5910beb4c68f9b9fee3aac7f8a73d", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "authYubiKey" + }, + "autoload": { + "psr-4": { + "SimpleSAML\\modules\\yubikey\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to authenticate against YubiKey", + "keywords": [ + "authyubikey", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-authyubikey/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-authyubikey" + }, + "time": "2021-12-10T13:18:22+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-cas", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git", + "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/63b72e4600550c507cdfc32fdd208ad59a64321e", + "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\cas\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "A module that provides CAS authentication", + "keywords": [ + "cas", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-cas/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-cas" + }, + "time": "2019-12-03T09:03:06+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-cdc", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git", + "reference": "16a5bfac7299e04e5feb472af328e07598708166" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/16a5bfac7299e04e5feb472af328e07598708166", + "reference": "16a5bfac7299e04e5feb472af328e07598708166", + "shasum": "" + }, + "require": { + "simplesamlphp/composer-module-installer": ">=1.1.6" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\cdc\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + }, + { + "name": "Jaime Perez Crespo", + "email": "jaime.perez@uninett.no" + } + ], + "description": "A SimpleSAMLphp module that allows integration with CDC", + "homepage": "https://simplesamlphp.org/", + "keywords": [ + "cdc", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/" + }, + "time": "2019-12-03T09:04:11+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-consent", + "version": "v0.9.7", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git", + "reference": "16a347ee4003e2adf415284b334a582e9b8a5717" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/16a347ee4003e2adf415284b334a582e9b8a5717", + "reference": "16a347ee4003e2adf415284b334a582e9b8a5717", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "webmozart/assert": "<1.6" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\consent\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "lavmrk@gmail.com" + } + ], + "description": "A module that will ask for user consent before releasing attributes", + "keywords": [ + "consent", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-consent/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-consent" + }, + "time": "2021-09-04T19:57:14+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-consentadmin", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git", + "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/466e8d0d751f0080162d78e63ab2e125b24d17a1", + "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-consent": "^0.9", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "consentAdmin" + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Jacob Christiansen", + "email": "jach@wayf.dk" + }, + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + } + ], + "description": "A module that allows users to manage their consent", + "keywords": [ + "consentadmin", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin" + }, + "time": "2019-12-03T09:06:40+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-discopower", + "version": "v0.10.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git", + "reference": "4cb6b7c648b455586903b8932a171397375b50b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/4cb6b7c648b455586903b8932a171397375b50b0", + "reference": "4cb6b7c648b455586903b8932a171397375b50b0", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.19", + "simplesamlphp/simplesamlphp-test-framework": "^0.1.2" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\modules\\discopower\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed", + "keywords": [ + "discopower", + "discovery", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-discopower/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-discopower" + }, + "time": "2021-08-17T14:29:22+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git", + "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708", + "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\exampleattributeserver\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "An example for SAML attributes queries", + "keywords": [ + "exampleattributeserver", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-exampleattributeserver/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-exampleattributeserver" + }, + "time": "2019-05-28T12:37:15+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-expirycheck", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git", + "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/59c59cdf87e2679257b46c07bb4c27666a11cc20", + "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\expirycheck\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Alex Mihičinac", + "email": "alexm@arnes.si" + } + ], + "description": "The expirycheck module validates user's expiry date", + "keywords": [ + "expirycheck", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck" + }, + "time": "2019-12-14T13:20:46+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-ldap", + "version": "v0.9.15", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git", + "reference": "ecf46d9ea56d892ba6f7fbee625b99d88a3df6fe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/ecf46d9ea56d892ba6f7fbee625b99d88a3df6fe", + "reference": "ecf46d9ea56d892ba6f7fbee625b99d88a3df6fe", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "suggest": { + "ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\ldap\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that provides authentication against LDAP stores", + "keywords": [ + "ldap", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-ldap/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-ldap" + }, + "time": "2021-11-30T16:17:11+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", + "version": "v0.9.2", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git", + "reference": "900b5c6b59913d9013b8dae090841a127ae55ae5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/900b5c6b59913d9013b8dae090841a127ae55ae5", + "reference": "900b5c6b59913d9013b8dae090841a127ae55ae5", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "~0.0.6" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "memcacheMonitor" + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able display usage statistics of a memcache(d) store", + "keywords": [ + "memcachemonitor", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-memcachemonitor/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-memcachemonitor" + }, + "time": "2021-01-25T15:44:44+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-memcookie", + "version": "v1.2.2", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git", + "reference": "39535304e8d464b7baa1e82cb441fa432947ff57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57", + "reference": "39535304e8d464b7baa1e82cb441fa432947ff57", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": ">=1.1.6" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.6" + }, + "type": "simplesamlphp-module", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + }, + { + "name": "Jaime Perez Crespo", + "email": "jaime.perez@uninett.no" + } + ], + "description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.", + "homepage": "https://simplesamlphp.org/", + "keywords": [ + "Auth MemCookie", + "apache", + "cookies", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/" + }, + "time": "2019-08-08T18:33:47+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-metarefresh", + "version": "v0.9.6", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git", + "reference": "e284306a7097297765b5b78a4e28f19f18d4e001" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/e284306a7097297765b5b78a4e28f19f18d4e001", + "reference": "e284306a7097297765b5b78a4e28f19f18d4e001", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.18" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\metarefresh\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "The metarefresh module will download and parse metadata documents and store them locally", + "keywords": [ + "metarefresh", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-metarefresh/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-metarefresh" + }, + "time": "2020-07-31T14:43:37+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-negotiate", + "version": "v0.9.11", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git", + "reference": "e7c4597110c753a750cd522220fc2a5a34b7c1b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/e7c4597110c753a750cd522220fc2a5a34b7c1b8", + "reference": "e7c4597110c753a750cd522220fc2a5a34b7c1b8", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "sensiolabs/security-checker": "^5.0.3", + "simplesamlphp/simplesamlphp": "dev-testing-1.18", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.14", + "squizlabs/php_codesniffer": "^3.5" + }, + "suggest": { + "ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\negotiate\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism", + "keywords": [ + "negotiate", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-negotiate/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-negotiate" + }, + "time": "2021-05-17T11:01:39+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-oauth", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git", + "reference": "2a2433144dca408315e4ee163f9ab73a6110b2b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/2a2433144dca408315e4ee163f9ab73a6110b2b1", + "reference": "2a2433144dca408315e4ee163f9ab73a6110b2b1", + "shasum": "" + }, + "require": { + "simplesamlphp/composer-module-installer": ">=1.1.6" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\oauth\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + }, + { + "name": "Jaime Perez Crespo", + "email": "jaime.perez@uninett.no" + } + ], + "description": "A SimpleSAMLphp module that allows integration with OAuth1,", + "homepage": "https://simplesamlphp.org/", + "keywords": [ + "oauth1", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-oauth/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-oauth/" + }, + "abandoned": true, + "time": "2021-08-31T18:55:00+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-preprodwarning", + "version": "v0.9.2", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git", + "reference": "8e032de33a75eb44857dc06d886ad94ee3af4638" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/8e032de33a75eb44857dc06d886ad94ee3af4638", + "reference": "8e032de33a75eb44857dc06d886ad94ee3af4638", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "webmozart/assert": "^1.4" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\preprodwarning\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "Display a warning when using a pre-production environment", + "keywords": [ + "preprodwarning", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning" + }, + "time": "2020-04-09T13:05:27+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-radius", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git", + "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", + "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.7" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\radius\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "A module that is able perform authentication against a RADIUS server", + "keywords": [ + "radius", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-radius/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-radius" + }, + "time": "2019-10-03T18:13:07+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-riak", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git", + "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/c1a9d9545cb4e05b9205b34624850bb777aca991", + "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "phpfastcache/riak-client": "^3.4", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\riak\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to store key/value pairs in a Riak store", + "keywords": [ + "riak", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-riak/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-riak" + }, + "time": "2019-12-03T08:28:45+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-sanitycheck", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git", + "reference": "15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a", + "reference": "15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\sanitycheck\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "Perform sanity checks on configuration", + "keywords": [ + "sanitycheck", + "simplesamlphp" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck" + }, + "time": "2020-05-07T11:34:29+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-smartattributes", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git", + "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", + "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\smartattributes\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.", + "keywords": [ + "simplesamlphp", + "smartattributes" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-smartattributes/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-smartattributes" + }, + "time": "2019-12-03T09:24:09+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-sqlauth", + "version": "v0.9.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git", + "reference": "c2dc4fc8aa6d8b2408131e09b39f06d8610ff374" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/c2dc4fc8aa6d8b2408131e09b39f06d8610ff374", + "reference": "c2dc4fc8aa6d8b2408131e09b39f06d8610ff374", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "webmozart/assert": "^1.4 <1.7" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\sqlauth\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "This is a authentication module for authenticating a user against a SQL database", + "keywords": [ + "simplesamlphp", + "sqlauth" + ], + "support": { + "issues": "https://github.com/tvdijen/simplesamlphp-module-sqlauth/issues", + "source": "https://github.com/tvdijen/simplesamlphp-module-sqlauth" + }, + "time": "2021-04-29T16:51:59+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-statistics", + "version": "v0.9.6", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git", + "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/03fb6bdbbf5ce0a0cb257208db79aacac227ac10", + "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "^1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.12" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\statistics\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + } + ], + "description": "The SimpleSAMLphp statistics module", + "keywords": [ + "simplesamlphp", + "statistics" + ], + "support": { + "issues": "https://github.com/simplesamlphp/simplesamlphp-module-statistics/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-module-statistics" + }, + "time": "2021-01-25T15:15:26+00:00" + }, + { + "name": "simplesamlphp/twig-configurable-i18n", + "version": "v2.3.4", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/twig-configurable-i18n.git", + "reference": "e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a", + "reference": "e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "twig/extensions": "@dev" + }, + "require-dev": { + "phpunit/phpunit": "^7.5", + "sensiolabs/security-checker": "~6.0.3", + "simplesamlphp/simplesamlphp-test-framework": "~0.1.2", + "squizlabs/php_codesniffer": "^3.5", + "twig/twig": "^2.13" + }, + "type": "project", + "autoload": { + "psr-4": { + "SimpleSAML\\TwigConfigurableI18n\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Jaime Perez", + "email": "jaime.perez@uninett.no" + } + ], + "description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.", + "keywords": [ + "extension", + "gettext", + "i18n", + "internationalization", + "translation", + "twig" + ], + "support": { + "issues": "https://github.com/simplesamlphp/twig-configurable-i18n/issues", + "source": "https://github.com/simplesamlphp/twig-configurable-i18n" + }, + "time": "2020-08-27T12:51:10+00:00" + }, + { + "name": "stack/builder", + "version": "v1.0.6", + "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" + }, + "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" + ], + "support": { + "issues": "https://github.com/stackphp/builder/issues", + "source": "https://github.com/stackphp/builder/tree/v1.0.6" + }, + "time": "2020-01-30T12:17:27+00:00" + }, + { + "name": "stecman/symfony-console-completion", + "version": "0.11.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" + }, + "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.", + "support": { + "issues": "https://github.com/stecman/symfony-console-completion/issues", + "source": "https://github.com/stecman/symfony-console-completion/tree/0.11.0" + }, + "time": "2019-11-24T17:03:06+00:00" + }, + { + "name": "symfony-cmf/routing", + "version": "2.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony-cmf/Routing.git", + "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5", + "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0", + "psr/log": "^1.0", + "symfony/http-kernel": "^4.4 || ^5.0", + "symfony/routing": "^4.4 || ^5.0" + }, + "require-dev": { + "symfony-cmf/testing": "^3@dev", + "symfony/config": "^4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/event-dispatcher": "^4.4 || ^5.0", + "symfony/phpunit-bridge": "^5.0" + }, + "suggest": { + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Cmf\\Component\\Routing\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony CMF Community", + "homepage": "https://github.com/symfony-cmf/Routing/contributors" + } + ], + "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", + "homepage": "http://cmf.symfony.com", + "keywords": [ + "database", + "routing" + ], + "support": { + "issues": "https://github.com/symfony-cmf/Routing/issues", + "source": "https://github.com/symfony-cmf/Routing/tree/2.3.3" + }, + "time": "2020-10-06T10:15:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v5.4.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/d97d6d7f46cb69968f094e329abd987d5ee17c79", + "reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1.1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/var-exporter": "^4.4|^5.0|^6.0" + }, + "conflict": { + "doctrine/dbal": "<2.13.1", + "symfony/dependency-injection": "<4.4", + "symfony/http-kernel": "<4.4", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.13.1|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "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": "Provides an extended PSR-6, PSR-16 (and tags) implementation", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v5.4.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-11-23T18:51:45+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2", + "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "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 caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-08-17T14:20:01+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.34", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "e99b65a18faa34fde57078095c39a1bc91a22492" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/e99b65a18faa34fde57078095c39a1bc91a22492", + "reference": "e99b65a18faa34fde57078095c39a1bc91a22492", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "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" + }, + "type": "library", + "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": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.34" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-10-29T15:43:26+00:00" + }, + { + "name": "symfony/console", + "version": "v4.4.25", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095", + "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php80": "^1.15", + "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": "" + }, + "type": "library", + "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": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/console/tree/v4.4.25" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T11:20:16+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.27", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6", + "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "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": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v4.4.27" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-07-21T12:19:41+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.25", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f", + "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "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": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.25" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T17:39:37+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.25", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OS2web/os2web_simplesaml/zipball/2919483ef460f0f091884a8e411394e1beba9e15", - "reference": "2919483ef460f0f091884a8e411394e1beba9e15", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d", + "reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d", "shasum": "" }, "require": { - "drupal/simplesamlphp_auth": "^3.1" + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^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": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, - "default-branch": true, - "type": "drupal-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "EUPL-1.2" + "MIT" ], - "description": "Enhances integration with simplesamlphp_auth module, by force triggering SimpleSAML auth page redirect when certain criteria are met", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/OS2web/os2web_simplesaml/issues", - "source": "https://github.com/OS2web/os2web_simplesaml/tree/master" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.25" }, - "time": "2020-11-12T14:06:56+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T17:54:16+00:00" }, { - "name": "os2web/os2web_simplesaml_checklist", - "version": "8.x-dev", + "name": "symfony/deprecation-contracts", + "version": "v2.4.0", "source": { "type": "git", - "url": "https://github.com/OS2web/os2web_simplesaml_checklist.git", - "reference": "e5ff4284ae3383cdda71bfba08a9bf3b944442da" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OS2web/os2web_simplesaml_checklist/zipball/e5ff4284ae3383cdda71bfba08a9bf3b944442da", - "reference": "e5ff4284ae3383cdda71bfba08a9bf3b944442da", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", "shasum": "" }, "require": { - "drupal/checklistapi": "^1.10" + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] }, - "default-branch": true, - "type": "drupal-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "EUPL-1.2" + "MIT" ], - "description": "SimpleSAML configuration checklist for Drupal", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/OS2web/os2web_simplesaml_checklist/issues", - "source": "https://github.com/OS2web/os2web_simplesaml_checklist/tree/8.x" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" }, - "time": "2020-01-10T11:24:10+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-03-23T23:28:01+00:00" }, { - "name": "pclzip/pclzip", - "version": "2.8.2", + "name": "symfony/dom-crawler", + "version": "v4.4.30", "source": { "type": "git", - "url": "https://github.com/ivanlanin/pclzip.git", - "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", - "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4", + "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4", "shasum": "" }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, "type": "library", "autoload": { - "classmap": [ - "pclzip.lib.php" + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], "authors": [ { - "name": "Vincent Blavet" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", - "homepage": "http://www.phpconcept.net/pclzip", - "keywords": [ - "php", - "zip" - ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/ivanlanin/pclzip/issues", - "source": "https://github.com/ivanlanin/pclzip/tree/master" + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.30" }, - "time": "2014-06-05T11:42:24+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-08-28T15:40:01+00:00" }, { - "name": "pear/archive_tar", - "version": "1.4.14", + "name": "symfony/error-handler", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/pear/Archive_Tar.git", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" + "url": "https://github.com/symfony/error-handler.git", + "reference": "310a756cec00d29d89a08518405aded046a54a8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/310a756cec00d29d89a08518405aded046a54a8b", + "reference": "310a756cec00d29d89a08518405aded046a54a8b", "shasum": "" }, "require": { - "pear/pear-core-minimal": "^1.10.0alpha2", - "php": ">=5.2.0" + "php": ">=7.1.3", + "psr/log": "~1.0", + "symfony/debug": "^4.4.5", + "symfony/polyfill-php80": "^1.15", + "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { - "phpunit/phpunit": "*" - }, - "suggest": { - "ext-bz2": "Bz2 compression support.", - "ext-xz": "Lzma2 compression support.", - "ext-zlib": "Gzip compression support." + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, "autoload": { - "psr-0": { - "Archive_Tar": "" - } + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Vincent Blavet", - "email": "vincent@phpconcept.net" - }, - { - "name": "Greg Beaver", - "email": "greg@chiaraquartet.net" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Michiel Rook", - "email": "mrook@php.net" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", - "homepage": "https://github.com/pear/Archive_Tar", - "keywords": [ - "archive", - "tar" - ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", "support": { - "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", - "source": "https://github.com/pear/Archive_Tar" + "source": "https://github.com/symfony/error-handler/tree/v4.4.25" }, "funding": [ { - "url": "https://github.com/mrook", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://www.patreon.com/michielrook", - "type": "patreon" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-07-20T13:53:39+00:00" + "time": "2021-05-26T17:39:37+00:00" }, { - "name": "pear/console_getopt", - "version": "v1.4.3", + "name": "symfony/event-dispatcher", + "version": "v4.4.25", "source": { - "type": "git", - "url": "https://github.com/pear/Console_Getopt.git", - "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", - "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f", + "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f", "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/error-handler": "~3.4|~4.4", + "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": "" + }, "type": "library", "autoload": { - "psr-0": { - "Console": "./" - } + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], "license": [ - "BSD-2-Clause" + "MIT" ], "authors": [ { - "name": "Andrei Zmievski", - "email": "andrei@php.net", - "role": "Lead" - }, - { - "name": "Stig Bakken", - "email": "stig@php.net", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Greg Beaver", - "email": "cellog@php.net", - "role": "Helper" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", "support": { - "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", - "source": "https://github.com/pear/Console_Getopt" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25" }, - "time": "2019-11-20T18:27:48+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T17:39:37+00:00" }, { - "name": "pear/pear-core-minimal", - "version": "v1.10.11", + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.9", "source": { "type": "git", - "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7", + "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7", "shasum": "" }, "require": { - "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" + "php": ">=7.1.3" }, - "replace": { - "rsky/pear-core-min": "self.version" + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { - "psr-0": { - "": "src/" + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Christian Weiske", - "email": "cweiske@php.net", - "role": "Lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Minimal set of PEAR core files to be used as composer dependency", + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", - "source": "https://github.com/pear/pear-core-minimal" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9" }, - "time": "2021-08-10T22:31:03+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-06T13:19:58+00:00" }, { - "name": "pear/pear_exception", - "version": "v1.0.2", + "name": "symfony/filesystem", + "version": "v4.4.27", "source": { "type": "git", - "url": "https://github.com/pear/PEAR_Exception.git", - "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" + "url": "https://github.com/symfony/filesystem.git", + "reference": "517fb795794faf29086a77d99eb8f35e457837a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", - "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7", + "reference": "517fb795794faf29086a77d99eb8f35e457837a7", "shasum": "" }, "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "<9" - }, - "type": "class", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, + "type": "library", "autoload": { - "classmap": [ - "PEAR/" + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "." - ], "license": [ - "BSD-2-Clause" + "MIT" ], "authors": [ { - "name": "Helgi Thormar", - "email": "dufuz@php.net" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Greg Beaver", - "email": "cellog@php.net" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The PEAR Exception base class.", - "homepage": "https://github.com/pear/PEAR_Exception", - "keywords": [ - "exception" - ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", "support": { - "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", - "source": "https://github.com/pear/PEAR_Exception" + "source": "https://github.com/symfony/filesystem/tree/v4.4.27" }, - "time": "2021-03-21T15:43:46+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-07-21T12:19:41+00:00" }, { - "name": "phenx/php-font-lib", - "version": "0.5.2", + "name": "symfony/finder", + "version": "v4.4.30", "source": { "type": "git", - "url": "https://github.com/PhenX/php-font-lib.git", - "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" + "url": "https://github.com/symfony/finder.git", + "reference": "70362f1e112280d75b30087c7598b837c1b468b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", - "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", + "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6", + "reference": "70362f1e112280d75b30087c7598b837c1b468b6", "shasum": "" }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { - "FontLib\\": "src/FontLib" - } + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "MIT" ], "authors": [ { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A library to read, parse, export and make subsets of different types of font files.", - "homepage": "https://github.com/PhenX/php-font-lib", + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/PhenX/php-font-lib/issues", - "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" + "source": "https://github.com/symfony/finder/tree/v4.4.30" }, - "time": "2020-03-08T15:31:32+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-08-04T20:31:23+00:00" }, { - "name": "phenx/php-svg-lib", - "version": "v0.3.3", + "name": "symfony/framework-bundle", + "version": "v4.4.34", "source": { "type": "git", - "url": "https://github.com/PhenX/php-svg-lib.git", - "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "a7797cf87c5835bd1fe28bc12d7bdd7e29f56726" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", - "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a7797cf87c5835bd1fe28bc12d7bdd7e29f56726", + "reference": "a7797cf87c5835bd1fe28bc12d7bdd7e29f56726", "shasum": "" }, "require": { - "sabberworm/php-css-parser": "^8.3" + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.1|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" }, "require-dev": { - "phpunit/phpunit": "^5.5|^6.5" + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2.0", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.21|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" }, - "type": "library", + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", "autoload": { "psr-4": { - "Svg\\": "src/Svg" - } + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "MIT" ], "authors": [ { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A library to read, parse and export to PDF SVG files.", - "homepage": "https://github.com/PhenX/php-svg-lib", + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/PhenX/php-svg-lib/issues", - "source": "https://github.com/PhenX/php-svg-lib/tree/master" + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.34" }, - "time": "2019-09-11T20:02:13+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-11-09T17:22:55+00:00" }, { - "name": "phpfastcache/riak-client", - "version": "3.4.3", + "name": "symfony/http-client-contracts", + "version": "v2.4.0", "source": { "type": "git", - "url": "https://github.com/PHPSocialNetwork/riak-php-client.git", - "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9" + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9", - "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4", + "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4", "shasum": "" }, "require": { - "ext-curl": "*", - "ext-json": "*", - "php": ">=5.4" - }, - "conflict": { - "basho/riak": "*" + "php": ">=7.2.5" }, - "require-dev": { - "apigen/apigen": "4.1.*", - "phpunit/phpunit": "4.8.*" + "suggest": { + "symfony/http-client-implementation": "" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { "psr-4": { - "Basho\\": "src/" + "Symfony\\Contracts\\HttpClient\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Georges.L", - "email": "contact@geolim4.com", - "homepage": "https://github.com/Geolim4", - "role": "Maintainer" - }, - { - "name": "Christopher Mancini", - "email": "cmancini@basho.com", - "homepage": "https://github.com/christophermancini", - "role": "Former Lead Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Alex Moore", - "email": "amoore@basho.com", - "homepage": "https://github.com/alexmoore", - "role": "Former Developer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)", - "homepage": "https://github.com/PHPSocialNetwork/riak-php-client", + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", "keywords": [ - "basho", - "client", - "crdt", - "data", - "database", - "datatype", - "driver", - "kv", - "nosql", - "riak" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], "support": { - "issues": "https://github.com/PHPSocialNetwork/riak-php-client/issues", - "source": "https://github.com/PHPSocialNetwork/riak-php-client/tree/develop" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0" }, - "time": "2017-11-23T21:33:15+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-04-11T23:07:08+00:00" }, { - "name": "phpmailer/phpmailer", - "version": "v6.5.1", + "name": "symfony/http-foundation", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "0c79d5a65ace4fe66e49702658c024a419d2438b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355", - "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0c79d5a65ace4fe66e49702658c024a419d2438b", + "reference": "0c79d5a65ace4fe66e49702658c024a419d2438b", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-filter": "*", - "ext-hash": "*", - "php": ">=5.5.0" + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.15" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.2", - "php-parallel-lint/php-console-highlighter": "^0.5.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcompatibility/php-compatibility": "^9.3.5", - "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.6.0", - "yoast/phpunit-polyfills": "^1.0.0" - }, - "suggest": { - "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", - "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", - "league/oauth2-google": "Needed for Google XOAUTH2 authentication", - "psr/log": "For optional PSR-3 debug logging", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "autoload": { "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" - } + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-only" + "MIT" ], "authors": [ { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Brent R. Matzelle" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.25" }, "funding": [ { - "url": "https://github.com/Synchro", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-08-18T09:14:16+00:00" + "time": "2021-05-26T11:20:16+00:00" }, { - "name": "phpoffice/common", - "version": "0.2.9", + "name": "symfony/http-kernel", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/PHPOffice/Common.git", - "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "3795165596fe81a52296b78c9aae938d434069cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d", - "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3795165596fe81a52296b78c9aae938d434069cc", + "reference": "3795165596fe81a52296b78c9aae938d434069cc", "shasum": "" }, "require": { - "pclzip/pclzip": "^2.8", - "php": ">=5.3.0" + "php": ">=7.1.3", + "psr/log": "~1.0", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.15" + }, + "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.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0" }, "require-dev": { - "phpdocumentor/phpdocumentor": "2.*", - "phploc/phploc": "2.*", - "phpmd/phpmd": "2.*", - "phpunit/phpunit": "^4.8.36 || ^7.0", - "sebastian/phpcpd": "2.*", - "squizlabs/php_codesniffer": "2.*" + "psr/cache": "^1.0|^2.0|^3.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.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" }, "type": "library", "autoload": { "psr-4": { - "PhpOffice\\Common\\": "src/Common/" - } + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL" + "MIT" ], "authors": [ { - "name": "Mark Baker" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Franck Lefevre", - "homepage": "http://rootslabs.net" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "PHPOffice Common", - "homepage": "http://phpoffice.github.io", - "keywords": [ - "common", - "component", - "office", - "php" - ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/PHPOffice/Common/issues", - "source": "https://github.com/PHPOffice/Common/tree/master" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.25" }, - "time": "2018-07-13T14:12:34+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-06-01T07:12:08+00:00" }, { - "name": "phpoffice/phpword", - "version": "0.17.0", + "name": "symfony/mime", + "version": "v5.3.0", "source": { "type": "git", - "url": "https://github.com/PHPOffice/PHPWord.git", - "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5" + "url": "https://github.com/symfony/mime.git", + "reference": "ed710d297b181f6a7194d8172c9c2423d58e4852" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b8346af548d399acd9e30fc76ab0c55c2fec03a5", - "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5", + "url": "https://api.github.com/repos/symfony/mime/zipball/ed710d297b181f6a7194d8172c9c2423d58e4852", + "reference": "ed710d297b181f6a7194d8172c9c2423d58e4852", "shasum": "" }, "require": { - "ext-xml": "*", - "php": "^5.3.3 || ^7.0", - "phpoffice/common": "^0.2.9", - "zendframework/zend-escaper": "^2.2" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.15" }, - "require-dev": { - "dompdf/dompdf": "0.8.*", - "ext-gd": "*", - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^2.2", - "mpdf/mpdf": "5.7.4 || 6.* || 7.*", - "php-coveralls/php-coveralls": "1.1.0 || ^2.0", - "phploc/phploc": "2.* || 3.* || 4.*", - "phpmd/phpmd": "2.*", - "phpunit/phpunit": "^4.8.36 || ^7.0", - "squizlabs/php_codesniffer": "^2.9", - "tecnickcom/tcpdf": "6.*" + "conflict": { + "egulias/email-validator": "~3.0.0", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/mailer": "<4.4" }, - "suggest": { - "dompdf/dompdf": "Allows writing PDF", - "ext-gd2": "Allows adding images", - "ext-xmlwriter": "Allows writing OOXML and ODF", - "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template", - "ext-zip": "Allows writing OOXML and ODF" + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/property-access": "^4.4|^5.1", + "symfony/property-info": "^4.4|^5.1", + "symfony/serializer": "^5.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.18-dev" - } - }, "autoload": { "psr-4": { - "PhpOffice\\PhpWord\\": "src/PhpWord" - } + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "MIT" ], "authors": [ { - "name": "Mark Baker" - }, - { - "name": "Gabriel Bull", - "email": "me@gabrielbull.com", - "homepage": "http://gabrielbull.com/" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Franck Lefevre", - "homepage": "https://rootslabs.net/blog/" - }, + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v5.3.0" + }, + "funding": [ { - "name": "Ivan Lanin", - "homepage": "http://ivan.lanin.org" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Roman Syroeshko", - "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Antoine de Troostembergh" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", - "homepage": "http://phpoffice.github.io", - "keywords": [ - "ISO IEC 29500", - "OOXML", - "Office Open XML", - "OpenDocument", - "OpenXML", - "PhpOffice", - "PhpWord", - "Rich Text Format", - "WordprocessingML", - "doc", - "docx", - "html", - "odf", - "odt", - "office", - "pdf", - "php", - "reader", - "rtf", - "template", - "template processor", - "word", - "writer" - ], - "support": { - "issues": "https://github.com/PHPOffice/PHPWord/issues", - "source": "https://github.com/PHPOffice/PHPWord/tree/develop" - }, - "time": "2019-10-01T20:43:33+00:00" + "time": "2021-05-26T17:43:10+00:00" }, { - "name": "phpoption/phpoption", - "version": "1.8.0", + "name": "symfony/options-resolver", + "version": "v5.4.0", "source": { "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" + "url": "https://github.com/symfony/options-resolver.git", + "reference": "b0fb78576487af19c500aaddb269fd36701d4847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", - "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847", + "reference": "b0fb78576487af19c500aaddb269fd36701d4847", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php73": "~1.0", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8-dev" - } - }, "autoload": { "psr-4": { - "PhpOption\\": "src/PhpOption/" - } + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Option Type for PHP", + "description": "Provides an improved replacement for the array_replace PHP function", + "homepage": "https://symfony.com", "keywords": [ - "language", - "option", - "php", - "type" + "config", + "configuration", + "options" ], "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" + "source": "https://github.com/symfony/options-resolver/tree/v5.4.0" }, "funding": [ { - "url": "https://github.com/GrahamCampbell", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-08-28T21:27:29+00:00" + "time": "2021-11-23T10:19:22+00:00" }, { - "name": "phpseclib/phpseclib", - "version": "2.0.33", + "name": "symfony/polyfill-ctype", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "fb53b7889497ec7c1362c94e61d8127ac67ea094" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/fb53b7889497ec7c1362c94e61d8127ac67ea094", - "reference": "fb53b7889497ec7c1362c94e61d8127ac67ea094", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", - "squizlabs/php_codesniffer": "~2.0" + "php": ">=7.1" }, "suggest": { - "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", - "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", - "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + "ext-ctype": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { - "files": [ - "phpseclib/bootstrap.php" - ], "psr-4": { - "phpseclib\\": "phpseclib/" - } + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12700,103 +16552,75 @@ ], "authors": [ { - "name": "Jim Wigginton", - "email": "terrafrost@php.net", - "role": "Lead Developer" - }, - { - "name": "Patrick Monnerat", - "email": "pm@datasphere.ch", - "role": "Developer" - }, - { - "name": "Andreas Fischer", - "email": "bantu@phpbb.com", - "role": "Developer" - }, - { - "name": "Hans-Jürgen Petrich", - "email": "petrich@tronic-media.com", - "role": "Developer" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" }, { - "name": "Graham Campbell", - "email": "graham@alt-three.com", - "role": "Developer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", - "homepage": "http://phpseclib.sourceforge.net", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "BigInteger", - "aes", - "asn.1", - "asn1", - "blowfish", - "crypto", - "cryptography", - "encryption", - "rsa", - "security", - "sftp", - "signature", - "signing", - "ssh", - "twofish", - "x.509", - "x509" + "compatibility", + "ctype", + "polyfill", + "portable" ], "support": { - "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.33" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" }, "funding": [ { - "url": "https://github.com/terrafrost", - "type": "github" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "url": "https://www.patreon.com/phpseclib", - "type": "patreon" + "url": "https://github.com/fabpot", + "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-08-16T04:20:12+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { - "name": "phpstan/phpstan", - "version": "1.2.0", + "name": "symfony/polyfill-iconv", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", - "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933", + "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": ">=7.1" }, - "conflict": { - "phpstan/phpstan-shim": "*" + "suggest": { + "ext-iconv": "For best performance" }, - "bin": [ - "phpstan", - "phpstan.phar" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + }, "files": [ "bootstrap.php" ] @@ -12805,108 +16629,171 @@ "license": [ "MIT" ], - "description": "PHPStan - PHP Static Analysis Tool", + "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" + ], "support": { - "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.2.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0" }, "funding": [ { - "url": "https://github.com/ondrejmirtes", - "type": "github" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "url": "https://github.com/phpstan", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-18T14:09:01+00:00" + "time": "2021-05-27T09:27:20+00:00" }, { - "name": "phpstan/phpstan-deprecation-rules", - "version": "1.0.0", + "name": "symfony/polyfill-intl-idn", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", - "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^1.0" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" }, - "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" + "suggest": { + "ext-intl": "For best performance" }, - "type": "phpstan-extension", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "1.23-dev" }, - "phpstan": { - "includes": [ - "rules.neon" - ] + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "PHPStan\\": "src/" - } + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "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" + ], "support": { - "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.0.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" }, - "time": "2021-09-23T11:02:21+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-27T09:27:20+00:00" }, { - "name": "psr/cache", - "version": "1.0.1", + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" - } + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12914,43 +16801,80 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common interface for caching libraries", + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", "keywords": [ - "cache", - "psr", - "psr-6" + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" }, - "time": "2016-08-06T20:24:11+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" }, { - "name": "psr/container", - "version": "1.1.2", + "name": "symfony/polyfill-mbstring", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", + "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "shasum": "" }, "require": { - "php": ">=7.4.0" + "php": ">=7.1" + }, + "suggest": { + "ext-mbstring": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" - } + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12958,52 +16882,76 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" }, - "time": "2021-11-05T16:50:12+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-27T09:27:20+00:00" }, { - "name": "psr/http-message", - "version": "1.0.1", + "name": "symfony/polyfill-php72", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" - } + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -13011,52 +16959,78 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" }, - "time": "2016-08-06T14:39:51+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-27T09:17:38+00:00" }, { - "name": "psr/log", - "version": "1.1.4", + "name": "symfony/polyfill-php73", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -13064,71 +17038,78 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "log", - "psr", - "psr-3" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" }, - "time": "2021-05-03T11:20:27+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" }, { - "name": "psy/psysh", - "version": "v0.10.8", + "name": "symfony/polyfill-php80", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3", - "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "shasum": "" }, "require": { - "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." + "php": ">=7.1" }, - "bin": [ - "bin/psysh" - ], "type": "library", "extra": { "branch-alias": { - "dev-main": "0.10.x-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "files": [ - "src/functions.php" + "bootstrap.php" ], - "psr-4": { - "Psy\\": "src/" - } + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -13136,50 +17117,81 @@ ], "authors": [ { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "REPL", - "console", - "interactive", - "shell" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.10.8" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" }, - "time": "2021-04-10T16:23:39+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" }, { - "name": "ralouphie/getallheaders", - "version": "3.0.3", + "name": "symfony/polyfill-php81", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", + "reference": "e66119f3de95efc359483f810c4c3e6436279436", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=7.1" }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } }, - "type": "library", "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, "files": [ - "src/getallheaders.php" + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -13188,136 +17200,236 @@ ], "authors": [ { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A polyfill for getallheaders.", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" }, - "time": "2019-03-08T08:55:37+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-21T13:25:03+00:00" }, { - "name": "robrichards/xmlseclibs", - "version": "3.1.1", + "name": "symfony/process", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + "url": "https://github.com/symfony/process.git", + "reference": "cd61e6dd273975c6625316de9d141ebd197f93c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "url": "https://api.github.com/repos/symfony/process/zipball/cd61e6dd273975c6625316de9d141ebd197f93c9", + "reference": "cd61e6dd273975c6625316de9d141ebd197f93c9", "shasum": "" }, "require": { - "ext-openssl": "*", - "php": ">= 5.4" + "php": ">=7.1.3" }, "type": "library", "autoload": { "psr-4": { - "RobRichards\\XMLSecLibs\\": "src" - } + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "description": "A PHP library for XML Security", - "homepage": "https://github.com/robrichards/xmlseclibs", - "keywords": [ - "security", - "signature", - "xml", - "xmldsig" + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } ], + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/robrichards/xmlseclibs/issues", - "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + "source": "https://github.com/symfony/process/tree/v4.4.25" }, - "time": "2020-09-05T13:00:25+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T11:20:16+00:00" }, { - "name": "sabberworm/php-css-parser", - "version": "8.3.1", + "name": "symfony/psr-http-message-bridge", + "version": "v2.1.0", "source": { "type": "git", - "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", - "reference": "d217848e1396ef962fb1997cf3e2421acba7f796" + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", - "reference": "d217848e1396ef962fb1997cf3e2421acba7f796", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/81db2d4ae86e9f0049828d9343a72b9523884e5d", + "reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=7.1", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^4.4 || ^5.0" }, "require-dev": { - "codacy/coverage": "^1.4", - "phpunit/phpunit": "~4.8" + "nyholm/psr7": "^1.1", + "psr/log": "^1.1", + "symfony/browser-kit": "^4.4 || ^5.0", + "symfony/config": "^4.4 || ^5.0", + "symfony/event-dispatcher": "^4.4 || ^5.0", + "symfony/framework-bundle": "^4.4 || ^5.0", + "symfony/http-kernel": "^4.4 || ^5.0", + "symfony/phpunit-bridge": "^4.4.19 || ^5.2" }, - "type": "library", - "autoload": { - "psr-0": { - "Sabberworm\\CSS": "lib/" + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + }, + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-main": "2.1-dev" } }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\PsrHttpMessage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Raphael Schweikert" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" } ], - "description": "Parser for CSS Files written in PHP", - "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", "keywords": [ - "css", - "parser", - "stylesheet" + "http", + "http-message", + "psr-17", + "psr-7" ], "support": { - "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", - "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" + "issues": "https://github.com/symfony/psr-http-message-bridge/issues", + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.0" }, - "time": "2020-06-01T09:10:00+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-17T10:35:25+00:00" }, { - "name": "seld/jsonlint", - "version": "1.8.3", + "name": "symfony/routing", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" + "url": "https://github.com/symfony/routing.git", + "reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", - "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", + "url": "https://api.github.com/repos/symfony/routing/zipball/3a3c2f197ad0846ac6413225fc78868ba1c61434", + "reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434", "shasum": "" }, "require": { - "php": "^5.3 || ^7.0 || ^8.0" + "php": ">=7.1.3" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "doctrine/annotations": "^1.10.4", + "psr/log": "~1.0", + "symfony/config": "^4.2|^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/yaml": "^3.4|^4.0|^5.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" }, - "bin": [ - "bin/jsonlint" - ], "type": "library", "autoload": { "psr-4": { - "Seld\\JsonLint\\": "src/Seld/JsonLint/" - } + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -13325,1795 +17437,2469 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "JSON Linter", + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", "keywords": [ - "json", - "linter", - "parser", - "validator" + "router", + "routing", + "uri", + "url" ], "support": { - "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" + "source": "https://github.com/symfony/routing/tree/v4.4.25" }, "funding": [ { - "url": "https://github.com/Seldaek", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2020-11-11T09:19:24+00:00" + "time": "2021-05-26T17:39:37+00:00" }, { - "name": "simplesamlphp/composer-module-installer", - "version": "v1.1.8", + "name": "symfony/serializer", + "version": "v4.4.35", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/composer-module-installer.git", - "reference": "45161b5406f3e9c82459d0f9a5a1dba064953cfa" + "url": "https://github.com/symfony/serializer.git", + "reference": "1b2ae02cb1b923987947e013688c51954a80b751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/45161b5406f3e9c82459d0f9a5a1dba064953cfa", - "reference": "45161b5406f3e9c82459d0f9a5a1dba064953cfa", + "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751", + "reference": "1b2ae02cb1b923987947e013688c51954a80b751", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1|^2.0", - "simplesamlphp/simplesamlphp": "*" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, - "type": "composer-plugin", - "extra": { - "class": "SimpleSamlPhp\\Composer\\ModuleInstallerPlugin" + "conflict": { + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "symfony/dependency-injection": "<3.4", + "symfony/property-access": "<3.4", + "symfony/property-info": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", + "symfony/cache": "^3.4|^4.0|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^3.4.41|^4.4.9|^5.0.9", + "symfony/property-info": "^3.4.13|~4.0|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping.", + "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." }, + "type": "library", "autoload": { - "psr-0": { - "SimpleSamlPhp\\Composer": "src/" - } + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-only" + "MIT" ], - "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/simplesamlphp/composer-module-installer/issues", - "source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.1.8" + "source": "https://github.com/symfony/serializer/tree/v4.4.35" }, - "time": "2020-08-25T19:04:33+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-11-24T08:12:42+00:00" }, { - "name": "simplesamlphp/saml2", - "version": "v4.2.4", + "name": "symfony/service-contracts", + "version": "v2.4.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "8e3ad89b97d2f2f922f67894675e3460feab2209" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/8e3ad89b97d2f2f922f67894675e3460feab2209", - "reference": "8e3ad89b97d2f2f922f67894675e3460feab2209", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", + "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-openssl": "*", - "ext-zlib": "*", - "php": ">=7.1 || ^8.0", - "psr/log": "~1.1", - "robrichards/xmlseclibs": "^3.1.1", - "webmozart/assert": "^1.9" + "php": ">=7.2.5", + "psr/container": "^1.1" }, - "require-dev": { - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "sebastian/phpcpd": "~4.1 || ^5.0 || ^6.0", - "simplesamlphp/simplesamlphp-test-framework": "~0.1.0", - "squizlabs/php_codesniffer": "~3.5" + "suggest": { + "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "v4.2.x-dev" + "dev-main": "2.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { - "SAML2\\": "src/SAML2" + "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "SAML2 PHP library from SimpleSAMLphp", + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "issues": "https://github.com/simplesamlphp/saml2/issues", - "source": "https://github.com/simplesamlphp/saml2/tree/v4.2.4" + "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" }, - "time": "2021-08-24T12:21:57+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-04-01T10:43:52+00:00" }, { - "name": "simplesamlphp/simplesamlphp", - "version": "v1.18.8", + "name": "symfony/translation", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp.git", - "reference": "ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b" + "url": "https://github.com/symfony/translation.git", + "reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b", - "reference": "ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b", + "url": "https://api.github.com/repos/symfony/translation/zipball/dfe132c5c6d89f90ce7f961742cc532e9ca16dd4", + "reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4", "shasum": "" }, "require": { - "ext-date": "*", - "ext-dom": "*", - "ext-hash": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "ext-pcre": "*", - "ext-spl": "*", - "ext-zlib": "*", - "gettext/gettext": "^4.6", - "php": ">=5.6", - "phpmailer/phpmailer": "^6.0", - "robrichards/xmlseclibs": "^3.0.4", - "simplesamlphp/saml2": "^3.4 || ^4.0", - "simplesamlphp/simplesamlphp-module-adfs": "^0.9", - "simplesamlphp/simplesamlphp-module-authcrypt": "^0.9", - "simplesamlphp/simplesamlphp-module-authfacebook": "^0.9", - "simplesamlphp/simplesamlphp-module-authorize": "^0.9", - "simplesamlphp/simplesamlphp-module-authtwitter": "^0.9", - "simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9", - "simplesamlphp/simplesamlphp-module-authx509": "^0.9", - "simplesamlphp/simplesamlphp-module-authyubikey": "^0.9", - "simplesamlphp/simplesamlphp-module-cas": "^0.9", - "simplesamlphp/simplesamlphp-module-cdc": "^0.9", - "simplesamlphp/simplesamlphp-module-consent": "^0.9", - "simplesamlphp/simplesamlphp-module-consentadmin": "^0.9", - "simplesamlphp/simplesamlphp-module-discopower": "^0.9", - "simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0", - "simplesamlphp/simplesamlphp-module-expirycheck": "^0.9", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9", - "simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9", - "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", - "simplesamlphp/simplesamlphp-module-metarefresh": "^0.9", - "simplesamlphp/simplesamlphp-module-negotiate": "^0.9", - "simplesamlphp/simplesamlphp-module-oauth": "^0.9", - "simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9", - "simplesamlphp/simplesamlphp-module-radius": "^0.9", - "simplesamlphp/simplesamlphp-module-riak": "^0.9", - "simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9", - "simplesamlphp/simplesamlphp-module-smartattributes": "^0.9", - "simplesamlphp/simplesamlphp-module-sqlauth": "^0.9", - "simplesamlphp/simplesamlphp-module-statistics": "^0.9", - "simplesamlphp/twig-configurable-i18n": "^2.2", - "symfony/config": "^3.4 || ^4.0", - "symfony/dependency-injection": "^3.4 || ^4.0", - "symfony/http-foundation": "^3.4 || ^4.0", - "symfony/http-kernel": "^3.4 || ^4.0", - "symfony/routing": "^3.4 || ^4.0", - "symfony/yaml": "^3.4 || ^4.0", - "twig/twig": "~1.0 || ~2.0" + "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|2.0" }, "require-dev": { - "ext-curl": "*", - "mikey179/vfsstream": "~1.6", - "phpunit/phpunit": "~5.7", - "sensiolabs/security-checker": "^5.0.3", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.14", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "~1.1.9" + "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": { - "ext-curl": "Needed in order to check for updates automatically", - "ext-ldap": "Needed if an LDAP backend is used", - "ext-memcache": "Needed if a Memcache server is used to store session information", - "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information", - "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information", - "ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information", - "ext-radius": "Needed if a Radius backend is used", - "predis/predis": "Needed if a Redis server is used to store session information" + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" }, - "type": "project", + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\": "lib/SimpleSAML" + "Symfony\\Component\\Translation\\": "" }, - "files": [ - "lib/_autoload_modules.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" - }, - { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Jaime Perez", - "email": "jaime.perez@uninett.no" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", - "homepage": "http://simplesamlphp.org", - "keywords": [ - "SAML2", - "idp", - "oauth", - "shibboleth", - "sp", - "ws-federation" - ], + "description": "Provides tools to internationalize your application", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp" + "source": "https://github.com/symfony/translation/tree/v4.4.25" }, - "time": "2020-09-02T12:07:28+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T17:39:37+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-adfs", - "version": "v0.9.8", + "name": "symfony/translation-contracts", + "version": "v2.4.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git", - "reference": "ac2ba46a6b94ed48b527ac190b0fa99bcda8d98e" + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "95c812666f3e91db75385749fe219c5e494c7f95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/ac2ba46a6b94ed48b527ac190b0fa99bcda8d98e", - "reference": "ac2ba46a6b94ed48b527ac190b0fa99bcda8d98e", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", + "reference": "95c812666f3e91db75385749fe219c5e494c7f95", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=7.2.5" }, - "require-dev": { - "phpunit/phpunit": "~5.7", - "sensiolabs/security-checker": "^5.0", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.15", - "webmozart/assert": "<1.7" + "suggest": { + "symfony/translation-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\adfs\\": "lib/" + "Symfony\\Contracts\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A module that implements the WS-federation IDP", + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", "keywords": [ - "adfs", - "simplesamlphp" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-adfs/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-adfs" + "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0" }, - "time": "2021-08-17T07:54:07+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-03-23T23:28:01+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authcrypt", - "version": "v0.9.3", + "name": "symfony/validator", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git", - "reference": "9a2c1a761e2d94394a4f2d3499fd6f0853899530" + "url": "https://github.com/symfony/validator.git", + "reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/9a2c1a761e2d94394a4f2d3499fd6f0853899530", - "reference": "9a2c1a761e2d94394a4f2d3499fd6f0853899530", + "url": "https://api.github.com/repos/symfony/validator/zipball/29c14955e8b2e7351aaa11553cb36d4a689b7b11", + "reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4", - "whitehat101/apr1-md5": "~1.0" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation-contracts": "^1.1|^2" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4", + "symfony/intl": "<4.3", + "symfony/translation": ">=5.0", + "symfony/yaml": "<3.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "egulias/email-validator": "^2.1.10|^3", + "symfony/cache": "^3.4|^4.0|^5.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-client": "^4.3|^5.0", + "symfony/http-foundation": "^4.1|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/intl": "^4.3|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2", + "symfony/yaml": "^3.4|^4.0|^5.0" }, - "type": "simplesamlphp-module", + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the mapping 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/property-info": "To automatically add NotNull and Type constraints", + "symfony/translation": "For translating validation errors.", + "symfony/yaml": "" + }, + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authcrypt\\": "lib/" - } + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "This module provides authentication against password hashes or .htpasswd files", - "keywords": [ - "authcrypt", - "simplesamlphp" - ], + "description": "Provides tools to validate values", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authcrypt/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authcrypt" + "source": "https://github.com/symfony/validator/tree/v4.4.25" }, - "time": "2021-01-08T09:09:33+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-26T17:39:37+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authfacebook", - "version": "v0.9.3", + "name": "symfony/var-dumper", + "version": "v5.3.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git", - "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c" + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/9152731e939ad4a49e0f06da5f0009ebde0d2b5c", - "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3", + "reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" }, "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^2.13|^3.0.4" }, - "type": "simplesamlphp-module", + "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" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", "autoload": { + "files": [ + "Resources/functions/dump.php" + ], "psr-4": { - "SimpleSAML\\Module\\authfacebook\\": "lib/" - } + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andjelko Horvat", - "email": "comel@vingd.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A module that is able to authenticate against Facebook", + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", "keywords": [ - "facebook", - "simplesamlphp" + "debug", + "dump" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook" + "source": "https://github.com/symfony/var-dumper/tree/v5.3.0" }, - "time": "2020-03-13T11:29:21+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-27T12:28:50+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authorize", - "version": "v0.9.3", + "name": "symfony/var-exporter", + "version": "v5.4.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git", - "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "d59446d6166b1643a8a3c30c2fa8e16e51cdbde7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/0593bfcb84fca9d9133f415246ab8ca51b412c92", - "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d59446d6166b1643a8a3c30c2fa8e16e51cdbde7", + "reference": "d59446d6166b1643a8a3c30c2fa8e16e51cdbde7", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, - "type": "simplesamlphp-module", + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authorize\\": "lib/" - } + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Ernesto Revilla", - "email": "erny@yaco.es" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "This module provides a user authorization filter based on attribute matching", + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", "keywords": [ - "authorize", - "simplesamlphp" + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authorize/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authorize" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.0" }, - "time": "2021-03-24T10:37:17+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-11-22T10:44:13+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authtwitter", - "version": "v0.9.1", + "name": "symfony/yaml", + "version": "v4.4.25", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git", - "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a" + "url": "https://github.com/symfony/yaml.git", + "reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/29a15e58061222632fea9eb2c807aef5e2c0d54a", - "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a", + "url": "https://api.github.com/repos/symfony/yaml/zipball/81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc", + "reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc", "shasum": "" }, "require": { - "php": ">=5.5", - "simplesamlphp/composer-module-installer": "~1.0", - "simplesamlphp/simplesamlphp-module-oauth": "^0.9" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" }, "require-dev": { - "phpunit/phpunit": "~4.8.35", - "simplesamlphp/simplesamlphp": "^1.17" + "symfony/console": "^3.4|^4.0|^5.0" }, - "type": "simplesamlphp-module", + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authtwitter\\": "lib/" - } + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.25" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "A module that is able to perform authentication against Twitter", - "keywords": [ - "simplesamlphp", - "twitter" - ], - "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authtwitter/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authtwitter" - }, - "time": "2019-12-03T09:00:09+00:00" + "time": "2021-05-26T17:39:37+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authwindowslive", - "version": "v0.9.1", + "name": "tecnickcom/tcpdf", + "version": "6.4.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git", - "reference": "f40aecec6c0adaedb6693309840c98cec783876e" + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/f40aecec6c0adaedb6693309840c98cec783876e", - "reference": "f40aecec6c0adaedb6693309840c98cec783876e", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76", + "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" - }, - "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "php": ">=5.3.0" }, - "type": "simplesamlphp-module", + "type": "library", "autoload": { - "psr-4": { - "SimpleSAML\\Module\\authwindowslive\\": "lib/" - } + "classmap": [ + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-3.0-only" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" } ], - "description": "A module that is able to perform authentication against Windows Live", + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "homepage": "http://www.tcpdf.org/", "keywords": [ - "live", - "simplesamlphp", - "windows", - "windowslive" + "PDFD32000-2008", + "TCPDF", + "barcodes", + "datamatrix", + "pdf", + "pdf417", + "qrcode" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authwindowslive/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authwindowslive" + "issues": "https://github.com/tecnickcom/TCPDF/issues", + "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.2" }, - "time": "2019-12-03T09:01:13+00:00" + "funding": [ + { + "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", + "type": "custom" + } + ], + "time": "2021-07-20T14:43:20+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authx509", - "version": "v0.9.8", + "name": "twig/extensions", + "version": "v1.5.4", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git", - "reference": "66525b1ec4145ec8d0d0e9db4534624b6be4c1fb" + "url": "https://github.com/twigphp/Twig-extensions.git", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/66525b1ec4145ec8d0d0e9db4534624b6be4c1fb", - "reference": "66525b1ec4145ec8d0d0e9db4534624b6be4c1fb", + "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", "shasum": "" }, "require": { - "php": ">=5.5", - "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9" + "twig/twig": "^1.27|^2.0" }, "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.15" + "symfony/phpunit-bridge": "^3.4", + "symfony/translation": "^2.7|^3.4" }, - "type": "simplesamlphp-module", + "suggest": { + "symfony/translation": "Allow the time_diff output to be translated" + }, + "type": "library", "extra": { - "ssp-mixedcase-module-name": "authX509" + "branch-alias": { + "dev-master": "1.5-dev" + } }, "autoload": { + "psr-0": { + "Twig_Extensions_": "lib/" + }, "psr-4": { - "SimpleSAML\\Module\\authX509\\": "lib/" + "Twig\\Extensions\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Joost van Dijk", - "email": "Joost.vanDijk@surfnet.nl" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "A module that is able to authenticate users based on X509 client certificates", + "description": "Common additional features for Twig that do not directly belong in core", "keywords": [ - "simplesamlphp", - "x509" + "i18n", + "text" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authx509/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authx509" + "issues": "https://github.com/twigphp/Twig-extensions/issues", + "source": "https://github.com/twigphp/Twig-extensions/tree/master" }, - "time": "2020-12-15T23:06:47+00:00" + "abandoned": true, + "time": "2018-12-05T18:34:18+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authyubikey", - "version": "v0.9.1", + "name": "twig/twig", + "version": "v2.14.6", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git", - "reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2" + "url": "https://github.com/twigphp/Twig.git", + "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2", - "reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260", + "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, - "type": "simplesamlphp-module", + "type": "library", "extra": { - "ssp-mixedcase-module-name": "authYubikey" + "branch-alias": { + "dev-master": "2.14-dev" + } }, "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { - "SimpleSAML\\modules\\yubikey\\": "lib/" + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "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": "A module that is able to authenticate against YubiKey", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "authyubikey", - "simplesamlphp" + "templating" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authyubikey/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authyubikey" + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/v2.14.6" }, - "time": "2019-12-03T08:52:49+00:00" + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2021-05-16T12:12:47+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-cas", - "version": "v0.9.1", + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.6", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git", - "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e" + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/63b72e4600550c507cdfc32fdd208ad59a64321e", - "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/60131cb573a1e478cfecd34e4ea38e3b31505f75", + "reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9", - "webmozart/assert": "~1.4" + "ext-json": "*", + "php": "^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "ext-xdebug": "*", + "phpspec/prophecy": "^1.10", + "symfony/phpunit-bridge": "^5.1" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v3.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\cas\\": "lib/" + "TYPO3\\PharStreamWrapper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" - ], - "authors": [ - { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" - } + "MIT" ], - "description": "A module that provides CAS authentication", + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", "keywords": [ - "cas", - "simplesamlphp" + "phar", + "php", + "security", + "stream-wrapper" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-cas/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-cas" + "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", + "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.6" }, - "time": "2019-12-03T09:03:06+00:00" + "time": "2020-11-07T09:06:16+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-cdc", - "version": "v0.9.1", + "name": "vaimo/composer-patches", + "version": "4.22.4", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git", - "reference": "16a5bfac7299e04e5feb472af328e07598708166" + "url": "https://github.com/vaimo/composer-patches.git", + "reference": "3da4cdf03fb4dc8d92b3d435de183f6044d679d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/16a5bfac7299e04e5feb472af328e07598708166", - "reference": "16a5bfac7299e04e5feb472af328e07598708166", + "url": "https://api.github.com/repos/vaimo/composer-patches/zipball/3da4cdf03fb4dc8d92b3d435de183f6044d679d6", + "reference": "3da4cdf03fb4dc8d92b3d435de183f6044d679d6", "shasum": "" }, "require": { - "simplesamlphp/composer-module-installer": ">=1.1.6" + "composer-plugin-api": "^1.0 || ^2.0", + "drupol/phposinfo": "^1.6", + "ext-json": "*", + "php": ">=5.3.0", + "seld/jsonlint": "^1.7.1", + "vaimo/topological-sort": "^1.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "composer/composer": "^1.0 || ^2.0", + "phpcompatibility/php-compatibility": ">=9.1.1", + "phpmd/phpmd": ">=2.6.0", + "sebastian/phpcpd": ">=1.4.3", + "squizlabs/php_codesniffer": ">=2.9.2", + "vaimo/composer-changelogs": "^0.17.0", + "vaimo/composer-patches-proxy": "1.0.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Vaimo\\ComposerPatches\\Plugin", + "changelog": { + "source": "changelog.json", + "output": { + "md": "CHANGELOG.md" + } + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\cdc\\": "lib/" + "Vaimo\\ComposerPatches\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" - }, - { - "name": "Jaime Perez Crespo", - "email": "jaime.perez@uninett.no" + "name": "Allan Paiste", + "email": "allan.paiste@vaimo.com" } ], - "description": "A SimpleSAMLphp module that allows integration with CDC", - "homepage": "https://simplesamlphp.org/", + "description": "Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.", "keywords": [ - "cdc", - "simplesamlphp" + "Fixes", + "back-ports", + "backports", + "bulk patches", + "bundled patches", + "composer command", + "composer plugin", + "configurable patch applier", + "development patches", + "downloaded patches", + "environment flags", + "hot-fixes", + "hotfixes", + "indirect restrictions", + "maintenance", + "maintenance tools", + "multi-version patches", + "multiple formats", + "os-specific config", + "package bug-fix", + "package patches", + "patch branching", + "patch command", + "patch description", + "patch exclusion", + "patch header", + "patch meta-data", + "patch resolve", + "patch search", + "patch skipping", + "patcher", + "patching", + "plugin", + "remote patch files", + "resolve patches", + "skipped packages", + "tools", + "utilities", + "utility", + "utils", + "version restriction" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/" + "docs": "https://github.com/vaimo/composer-patches", + "issues": "https://github.com/vaimo/composer-patches/issues", + "source": "https://github.com/vaimo/composer-patches" }, - "time": "2019-12-03T09:04:11+00:00" + "time": "2021-02-25T11:24:50+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-consent", - "version": "v0.9.7", + "name": "vaimo/topological-sort", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git", - "reference": "16a347ee4003e2adf415284b334a582e9b8a5717" + "url": "https://github.com/vaimo/topological-sort.git", + "reference": "e19b93df2bac0e995ecd4b982ec4ea2fb1131e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/16a347ee4003e2adf415284b334a582e9b8a5717", - "reference": "16a347ee4003e2adf415284b334a582e9b8a5717", + "url": "https://api.github.com/repos/vaimo/topological-sort/zipball/e19b93df2bac0e995ecd4b982ec4ea2fb1131e64", + "reference": "e19b93df2bac0e995ecd4b982ec4ea2fb1131e64", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=5.3" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "webmozart/assert": "<1.6" + "codeclimate/php-test-reporter": "dev-master", + "phpcompatibility/php-compatibility": "^9.1.1", + "phpmd/phpmd": "^2.6.0", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "^2.9.2", + "symfony/console": "~2.5 || ~3.0 || ~4.0" }, - "type": "simplesamlphp-module", + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\consent\\": "lib/" + "Vaimo\\TopSort\\": "src/", + "Vaimo\\TopSort\\Tests\\": "tests/Tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "lavmrk@gmail.com" + "name": "Marc J. Schmidt", + "email": "marc@marcjschmidt.de" } ], - "description": "A module that will ask for user consent before releasing attributes", + "description": "High-Performance TopSort/Dependency resolving algorithm (compatibility version to work with 5.3)", "keywords": [ - "consent", - "simplesamlphp" + "dependency resolving", + "topological sort", + "topsort" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-consent/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-consent" + "source": "https://github.com/vaimo/topological-sort/tree/1.0.0" }, - "time": "2021-09-04T19:57:14+00:00" + "time": "2019-04-13T14:15:06+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-consentadmin", - "version": "v0.9.1", + "name": "vlucas/phpdotenv", + "version": "v5.3.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git", - "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1" + "url": "https://github.com/vlucas/phpdotenv.git", + "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/466e8d0d751f0080162d78e63ab2e125b24d17a1", - "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", + "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-consent": "^0.9", - "webmozart/assert": "~1.4" + "ext-pcre": "*", + "graham-campbell/result-type": "^1.0.1", + "php": "^7.1.3 || ^8.0", + "phpoption/phpoption": "^1.7.4", + "symfony/polyfill-ctype": "^1.17", + "symfony/polyfill-mbstring": "^1.17", + "symfony/polyfill-php80": "^1.17" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "bamarni/composer-bin-plugin": "^1.4.1", + "ext-filter": "*", + "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1" }, - "type": "simplesamlphp-module", + "suggest": { + "ext-filter": "Required to use the boolean validator." + }, + "type": "library", "extra": { - "ssp-mixedcase-module-name": "consentAdmin" + "branch-alias": { + "dev-master": "5.3-dev" + } + }, + "autoload": { + "psr-4": { + "Dotenv\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Jacob Christiansen", - "email": "jach@wayf.dk" + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "homepage": "https://gjcampbell.co.uk/" }, { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" + "name": "Vance Lucas", + "email": "vance@vancelucas.com", + "homepage": "https://vancelucas.com/" } ], - "description": "A module that allows users to manage their consent", + "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ - "consentadmin", - "simplesamlphp" + "dotenv", + "env", + "environment" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin" + "issues": "https://github.com/vlucas/phpdotenv/issues", + "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0" }, - "time": "2019-12-03T09:06:40+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", + "type": "tidelift" + } + ], + "time": "2021-01-20T15:23:13+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-discopower", - "version": "v0.9.1", + "name": "webflo/drupal-finder", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git", - "reference": "006c0617610f1bae11cf4d17e8ce4c509239a60e" + "url": "https://github.com/webflo/drupal-finder.git", + "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/006c0617610f1bae11cf4d17e8ce4c509239a60e", - "reference": "006c0617610f1bae11cf4d17e8ce4c509239a60e", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee", + "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "ext-json": "*" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" }, - "type": "simplesamlphp-module", - "autoload": { - "psr-4": { - "SimpleSAML\\modules\\discopower\\": "lib/" - } + "type": "library", + "autoload": { + "classmap": [ + "src/DrupalFinder.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Florian Weber", + "email": "florian@webflo.org" } ], - "description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed", - "keywords": [ - "discopower", - "discovery", - "simplesamlphp" - ], + "description": "Helper class to locate a Drupal installation from a given path.", "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-discopower/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-discopower" + "issues": "https://github.com/webflo/drupal-finder/issues", + "source": "https://github.com/webflo/drupal-finder/tree/1.2.2" }, - "time": "2019-11-27T20:34:37+00:00" + "time": "2020-10-27T09:42:17+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", - "version": "v1.0.0", + "name": "webmozart/assert", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git", - "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708" + "url": "https://github.com/webmozarts/assert.git", + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708", - "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^7.2 || ^8.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\exampleattributeserver\\": "lib/" + "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "An example for SAML attributes queries", + "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ - "exampleattributeserver", - "simplesamlphp" + "assert", + "check", + "validate" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-exampleattributeserver/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-exampleattributeserver" + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.10.0" }, - "time": "2019-05-28T12:37:15+00:00" + "time": "2021-03-09T10:59:23+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-expirycheck", - "version": "v0.9.3", + "name": "webmozart/path-util", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git", - "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20" + "url": "https://github.com/webmozart/path-util.git", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/59c59cdf87e2679257b46c07bb4c27666a11cc20", - "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20", + "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "php": ">=5.3.3", + "webmozart/assert": "~1.0" }, "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\expirycheck\\": "lib/" + "Webmozart\\PathUtil\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Alex Mihičinac", - "email": "alexm@arnes.si" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "The expirycheck module validates user's expiry date", - "keywords": [ - "expirycheck", - "simplesamlphp" - ], + "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck" + "issues": "https://github.com/webmozart/path-util/issues", + "source": "https://github.com/webmozart/path-util/tree/2.3.0" }, - "time": "2019-12-14T13:20:46+00:00" + "abandoned": "symfony/filesystem", + "time": "2015-12-17T08:42:14+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-ldap", - "version": "v0.9.12", + "name": "whitehat101/apr1-md5", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git", - "reference": "88f2f40eedc27abfc5a9e5b61ae86cd6e86da4e1" + "url": "https://github.com/whitehat101/apr1-md5.git", + "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/88f2f40eedc27abfc5a9e5b61ae86cd6e86da4e1", - "reference": "88f2f40eedc27abfc5a9e5b61ae86cd6e86da4e1", + "url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819", + "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" - }, - "suggest": { - "ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp" + "phpunit/phpunit": "4.0.*" }, - "type": "simplesamlphp-module", + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\ldap\\": "lib/" + "WhiteHat101\\Crypt\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Jeremy Ebler", + "email": "jebler@gmail.com" } ], - "description": "A module that provides authentication against LDAP stores", + "description": "Apache's APR1-MD5 algorithm in pure PHP", + "homepage": "https://github.com/whitehat101/apr1-md5", "keywords": [ - "ldap", - "simplesamlphp" + "MD5", + "apr1" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-ldap/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-ldap" + "issues": "https://github.com/whitehat101/apr1-md5/issues", + "source": "https://github.com/whitehat101/apr1-md5/tree/master" }, - "time": "2021-09-07T15:21:37+00:00" + "time": "2015-02-11T11:06:42+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", - "version": "v0.9.2", + "name": "zaporylie/composer-drupal-optimizations", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git", - "reference": "900b5c6b59913d9013b8dae090841a127ae55ae5" + "url": "https://github.com/zaporylie/composer-drupal-optimizations.git", + "reference": "a7f409a765164fd13ac0bd00e19109165c51b369" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/900b5c6b59913d9013b8dae090841a127ae55ae5", - "reference": "900b5c6b59913d9013b8dae090841a127ae55ae5", + "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/a7f409a765164fd13ac0bd00e19109165c51b369", + "reference": "a7f409a765164fd13ac0bd00e19109165c51b369", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "composer-plugin-api": "^1.1 || ^2.0" }, "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "~0.0.6" + "composer/composer": "^1.6", + "phpunit/phpunit": "^6" }, - "type": "simplesamlphp-module", + "type": "composer-plugin", "extra": { - "ssp-mixedcase-module-name": "memcacheMonitor" + "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin" + }, + "autoload": { + "psr-4": { + "zaporylie\\ComposerDrupalOptimizations\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Jakub Piasecki", + "email": "jakub@piaseccy.pl" } ], - "description": "A module that is able display usage statistics of a memcache(d) store", - "keywords": [ - "memcachemonitor", - "simplesamlphp" - ], + "description": "Composer plugin to improve composer performance for Drupal projects", "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-memcachemonitor/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-memcachemonitor" + "issues": "https://github.com/zaporylie/composer-drupal-optimizations/issues", + "source": "https://github.com/zaporylie/composer-drupal-optimizations/tree/1.2.0" }, - "time": "2021-01-25T15:44:44+00:00" - }, + "time": "2020-10-22T13:26:00+00:00" + } + ], + "packages-dev": [ { - "name": "simplesamlphp/simplesamlphp-module-memcookie", - "version": "v1.2.2", + "name": "behat/mink", + "version": "v1.9.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git", - "reference": "39535304e8d464b7baa1e82cb441fa432947ff57" + "url": "https://github.com/minkphp/Mink.git", + "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57", - "reference": "39535304e8d464b7baa1e82cb441fa432947ff57", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996", + "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": ">=1.1.6" + "php": ">=5.4", + "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.6" + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5", + "symfony/debug": "^2.7|^3.0|^4.0|^5.0", + "symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5", + "yoast/phpunit-polyfills": "^1.0" + }, + "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)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\": "src/" + } }, - "type": "simplesamlphp-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" - }, - { - "name": "Jaime Perez Crespo", - "email": "jaime.perez@uninett.no" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.", - "homepage": "https://simplesamlphp.org/", + "description": "Browser controller/emulator abstraction for PHP", + "homepage": "https://mink.behat.org/", "keywords": [ - "Auth MemCookie", - "apache", - "cookies", - "simplesamlphp" + "browser", + "testing", + "web" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/" + "issues": "https://github.com/minkphp/Mink/issues", + "source": "https://github.com/minkphp/Mink/tree/v1.9.0" }, - "time": "2019-08-08T18:33:47+00:00" + "time": "2021-10-11T11:58:47+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-metarefresh", - "version": "v0.9.6", + "name": "behat/mink-goutte-driver", + "version": "v1.3.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git", - "reference": "e284306a7097297765b5b78a4e28f19f18d4e001" + "url": "https://github.com/minkphp/MinkGoutteDriver.git", + "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/e284306a7097297765b5b78a4e28f19f18d4e001", - "reference": "e284306a7097297765b5b78a4e28f19f18d4e001", + "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea", + "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "behat/mink-browserkit-driver": "~1.2@dev", + "fabpot/goutte": "~1.0.4|~2.0|~3.1", + "php": ">=5.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.18" + "mink/driver-testsuite": "dev-master" + }, + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\metarefresh\\": "lib/" + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "The metarefresh module will download and parse metadata documents and store them locally", + "description": "Goutte driver for Mink framework", + "homepage": "https://mink.behat.org/", "keywords": [ - "metarefresh", - "simplesamlphp" + "browser", + "goutte", + "headless", + "testing" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-metarefresh/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-metarefresh" + "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", + "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0" }, - "time": "2020-07-31T14:43:37+00:00" + "time": "2021-10-12T11:35:46+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-negotiate", - "version": "v0.9.11", + "name": "behat/mink-selenium2-driver", + "version": "v1.5.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git", - "reference": "e7c4597110c753a750cd522220fc2a5a34b7c1b8" + "url": "https://github.com/minkphp/MinkSelenium2Driver.git", + "reference": "0dee8cceed7e198bf130b4af0fab0ffab6dab47f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/e7c4597110c753a750cd522220fc2a5a34b7c1b8", - "reference": "e7c4597110c753a750cd522220fc2a5a34b7c1b8", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/0dee8cceed7e198bf130b4af0fab0ffab6dab47f", + "reference": "0dee8cceed7e198bf130b4af0fab0ffab6dab47f", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9", - "webmozart/assert": "~1.4" + "behat/mink": "~1.7@dev", + "instaclick/php-webdriver": "~1.1", + "php": ">=5.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "sensiolabs/security-checker": "^5.0.3", - "simplesamlphp/simplesamlphp": "dev-testing-1.18", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.14", - "squizlabs/php_codesniffer": "^3.5" + "mink/driver-testsuite": "dev-master" }, - "suggest": { - "ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used" + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\negotiate\\": "lib/" + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "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": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism", + "description": "Selenium2 (WebDriver) driver for Mink framework", + "homepage": "https://mink.behat.org/", "keywords": [ - "negotiate", - "simplesamlphp" + "ajax", + "browser", + "javascript", + "selenium", + "testing", + "webdriver" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-negotiate/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-negotiate" + "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", + "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.5.0" }, - "time": "2021-05-17T11:01:39+00:00" + "time": "2021-10-12T16:01:47+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-oauth", - "version": "v0.9.3", + "name": "composer/ca-bundle", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git", - "reference": "2a2433144dca408315e4ee163f9ab73a6110b2b1" + "url": "https://github.com/composer/ca-bundle.git", + "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/2a2433144dca408315e4ee163f9ab73a6110b2b1", - "reference": "2a2433144dca408315e4ee163f9ab73a6110b2b1", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", + "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", "shasum": "" }, "require": { - "simplesamlphp/composer-module-installer": ">=1.1.6" + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8.36", - "simplesamlphp/simplesamlphp": "^1.17" + "phpstan/phpstan": "^0.12.55", + "psr/log": "^1.0", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\oauth\\": "lib/" + "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" - }, - { - "name": "Jaime Perez Crespo", - "email": "jaime.perez@uninett.no" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "A SimpleSAMLphp module that allows integration with OAuth1,", - "homepage": "https://simplesamlphp.org/", + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ - "oauth1", - "simplesamlphp" + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-oauth/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-oauth/" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/ca-bundle/issues", + "source": "https://github.com/composer/ca-bundle/tree/1.3.1" }, - "time": "2021-08-31T18:55:00+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-10-28T20:44:15+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-preprodwarning", - "version": "v0.9.2", + "name": "composer/composer", + "version": "2.1.14", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git", - "reference": "8e032de33a75eb44857dc06d886ad94ee3af4638" + "url": "https://github.com/composer/composer.git", + "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/8e032de33a75eb44857dc06d886ad94ee3af4638", - "reference": "8e032de33a75eb44857dc06d886ad94ee3af4638", + "url": "https://api.github.com/repos/composer/composer/zipball/cd28fc05b0c9d3beaf58b57018725c4dc15a6446", + "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "composer/ca-bundle": "^1.0", + "composer/metadata-minifier": "^1.0", + "composer/semver": "^3.0", + "composer/spdx-licenses": "^1.2", + "composer/xdebug-handler": "^2.0", + "justinrainbow/json-schema": "^5.2.11", + "php": "^5.3.2 || ^7.0 || ^8.0", + "psr/log": "^1.0 || ^2.0", + "react/promise": "^1.2 || ^2.7", + "seld/jsonlint": "^1.4", + "seld/phar-utils": "^1.0", + "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", + "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", + "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", + "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "webmozart/assert": "^1.4" + "phpspec/prophecy": "^1.10", + "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" + }, + "suggest": { + "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", + "ext-zip": "Enabling the zip extension allows you to unzip archives", + "ext-zlib": "Allow gzip compression of HTTP requests" + }, + "bin": [ + "bin/composer" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.1-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\preprodwarning\\": "lib/" + "Composer\\": "src/Composer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "https://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" } ], - "description": "Display a warning when using a pre-production environment", + "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", + "homepage": "https://getcomposer.org/", "keywords": [ - "preprodwarning", - "simplesamlphp" + "autoload", + "dependency", + "package" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning" + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/composer/issues", + "source": "https://github.com/composer/composer/tree/2.1.14" }, - "time": "2020-04-09T13:05:27+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-11-30T09:51:43+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-radius", - "version": "v0.9.3", + "name": "composer/metadata-minifier", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git", - "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d" + "url": "https://github.com/composer/metadata-minifier.git", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", - "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", + "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.7" + "composer/composer": "^2", + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\radius\\": "lib/" + "Composer\\MetadataMinifier\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "A module that is able perform authentication against a RADIUS server", + "description": "Small utility library that handles metadata minification and expansion.", "keywords": [ - "radius", - "simplesamlphp" + "composer", + "compression" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-radius/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-radius" + "issues": "https://github.com/composer/metadata-minifier/issues", + "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" }, - "time": "2019-10-03T18:13:07+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-04-07T13:37:33+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-riak", - "version": "v0.9.1", + "name": "composer/spdx-licenses", + "version": "1.5.6", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git", - "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991" + "url": "https://github.com/composer/spdx-licenses.git", + "reference": "a30d487169d799745ca7280bc90fdfa693536901" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/c1a9d9545cb4e05b9205b34624850bb777aca991", - "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901", + "reference": "a30d487169d799745ca7280bc90fdfa693536901", "shasum": "" }, "require": { - "php": ">=5.6", - "phpfastcache/riak-client": "^3.4", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\riak\\": "lib/" + "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "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": "A module that is able to store key/value pairs in a Riak store", + "description": "SPDX licenses list and validation library.", "keywords": [ - "riak", - "simplesamlphp" + "license", + "spdx", + "validator" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-riak/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-riak" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/spdx-licenses/issues", + "source": "https://github.com/composer/spdx-licenses/tree/1.5.6" }, - "time": "2019-12-03T08:28:45+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-11-18T10:14:14+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-sanitycheck", - "version": "v0.9.1", + "name": "composer/xdebug-handler", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git", - "reference": "15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a" + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a", - "reference": "15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", + "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "php": "^5.3.2 || ^7.0 || ^8.0", + "psr/log": "^1 || ^2 || ^3" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, - "type": "simplesamlphp-module", + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\sanitycheck\\": "lib/" + "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" } ], - "description": "Perform sanity checks on configuration", + "description": "Restarts a process without Xdebug.", "keywords": [ - "sanitycheck", - "simplesamlphp" + "Xdebug", + "performance" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/2.0.2" }, - "time": "2020-05-07T11:34:29+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-07-31T17:03:58+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-smartattributes", - "version": "v0.9.1", + "name": "doctrine/cache", + "version": "1.12.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git", - "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6" + "url": "https://github.com/doctrine/cache.git", + "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", - "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", + "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", + "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "~7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "alcaeus/mongo-php-adapter": "^1.1", + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^8.0", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "predis/predis": "~1.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, - "type": "simplesamlphp-module", + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" + }, + "type": "library", "autoload": { "psr-4": { - "SimpleSAML\\Module\\smartattributes\\": "lib/" + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "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": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.", + "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": [ - "simplesamlphp", - "smartattributes" + "abstraction", + "apcu", + "cache", + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-smartattributes/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-smartattributes" + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/1.12.1" }, - "time": "2019-12-03T09:24:09+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2021-07-17T14:39:21+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-sqlauth", - "version": "v0.9.3", + "name": "doctrine/common", + "version": "2.13.3", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git", - "reference": "c2dc4fc8aa6d8b2408131e09b39f06d8610ff374" + "url": "https://github.com/doctrine/common.git", + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/c2dc4fc8aa6d8b2408131e09b39f06d8610ff374", - "reference": "c2dc4fc8aa6d8b2408131e09b39f06d8610ff374", + "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "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 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "webmozart/assert": "^1.4 <1.7" + "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" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.11.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\sqlauth\\": "lib/" + "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "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": "This is a authentication module for authenticating a user against a SQL database", + "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": [ - "simplesamlphp", - "sqlauth" + "common", + "doctrine", + "php" ], "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-sqlauth/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-sqlauth" + "issues": "https://github.com/doctrine/common/issues", + "source": "https://github.com/doctrine/common/tree/2.13.x" }, - "time": "2021-04-29T16:51:59+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", + "type": "tidelift" + } + ], + "time": "2020-06-05T16:46:05+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-statistics", - "version": "v0.9.6", + "name": "doctrine/event-manager", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git", - "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10" + "url": "https://github.com/doctrine/event-manager.git", + "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/03fb6bdbbf5ce0a0cb257208db79aacac227ac10", - "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", + "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "^1.4" + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": "<2.9@dev" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.12" + "doctrine/coding-standard": "^6.0", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\statistics\\": "lib/" + "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "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 SimpleSAMLphp statistics module", + "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": [ - "simplesamlphp", - "statistics" + "event", + "event dispatcher", + "event manager", + "event system", + "events" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-module-statistics/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-module-statistics" + "issues": "https://github.com/doctrine/event-manager/issues", + "source": "https://github.com/doctrine/event-manager/tree/1.1.x" }, - "time": "2021-01-25T15:15:26+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", + "type": "tidelift" + } + ], + "time": "2020-05-29T18:28:51+00:00" }, { - "name": "simplesamlphp/twig-configurable-i18n", - "version": "v2.3.4", + "name": "doctrine/inflector", + "version": "1.4.4", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/twig-configurable-i18n.git", - "reference": "e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a" + "url": "https://github.com/doctrine/inflector.git", + "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a", - "reference": "e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", + "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", "shasum": "" }, "require": { - "php": ">=7.1", - "twig/extensions": "@dev" + "php": "^7.1 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.5", - "sensiolabs/security-checker": "~6.0.3", - "simplesamlphp/simplesamlphp-test-framework": "~0.1.2", - "squizlabs/php_codesniffer": "^3.5", - "twig/twig": "^2.13" + "doctrine/coding-standard": "^8.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } }, - "type": "project", "autoload": { "psr-4": { - "SimpleSAML\\TwigConfigurableI18n\\": "src/" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], "authors": [ { - "name": "Jaime Perez", - "email": "jaime.perez@uninett.no" + "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": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.", + "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": [ - "extension", - "gettext", - "i18n", - "internationalization", - "translation", - "twig" + "inflection", + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ], "support": { - "issues": "https://github.com/simplesamlphp/twig-configurable-i18n/issues", - "source": "https://github.com/simplesamlphp/twig-configurable-i18n" + "issues": "https://github.com/doctrine/inflector/issues", + "source": "https://github.com/doctrine/inflector/tree/1.4.4" }, - "time": "2020-08-27T12:51:10+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2021-04-16T17:34:40+00:00" }, { - "name": "stack/builder", - "version": "v1.0.6", + "name": "doctrine/instantiator", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/stackphp/builder.git", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" + "url": "https://github.com/doctrine/instantiator.git", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "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" + "php": "^7.1 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~8.0", - "symfony/routing": "^5.0" + "doctrine/coding-standard": "^8.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { - "psr-0": { - "Stack": "src" + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15122,50 +19908,78 @@ ], "authors": [ { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" } ], - "description": "Builder for stack middleware based on HttpKernelInterface.", + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ - "stack" + "constructor", + "instantiate" ], "support": { - "issues": "https://github.com/stackphp/builder/issues", - "source": "https://github.com/stackphp/builder/tree/v1.0.6" + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.0" }, - "time": "2020-01-30T12:17:27+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2020-11-10T18:47:58+00:00" }, { - "name": "stecman/symfony-console-completion", - "version": "0.11.0", + "name": "doctrine/persistence", + "version": "1.3.8", "source": { "type": "git", - "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" + "url": "https://github.com/doctrine/persistence.git", + "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288", + "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288", "shasum": "" }, "require": { - "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/reflection": "^1.2", + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": "<2.10@dev" }, "require-dev": { - "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "vimeo/psalm": "^3.11" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { - "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" + "Doctrine\\Common\\": "lib/Doctrine/Common", + "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" } }, "notification-url": "https://packagist.org/downloads/", @@ -15174,273 +19988,331 @@ ], "authors": [ { - "name": "Stephen Holdaway", - "email": "stephen@stecman.co.nz" + "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": "Automatic BASH completion for Symfony Console Component based applications.", + "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" + ], "support": { - "issues": "https://github.com/stecman/symfony-console-completion/issues", - "source": "https://github.com/stecman/symfony-console-completion/tree/0.11.0" + "issues": "https://github.com/doctrine/persistence/issues", + "source": "https://github.com/doctrine/persistence/tree/1.3.x" }, - "time": "2019-11-24T17:03:06+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", + "type": "tidelift" + } + ], + "time": "2020-06-20T12:56:16+00:00" }, { - "name": "symfony-cmf/routing", - "version": "1.4.1", + "name": "drupal/coder", + "version": "8.3.13", "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": "" + "url": "https://git.drupalcode.org/project/coder.git", + "reference": "d3286d571b19633cc296d438c36b9aed195de43c" }, "require": { - "php": "^5.3.9|^7.0", - "psr/log": "1.*", - "symfony/http-kernel": "^2.2|3.*", - "symfony/routing": "^2.2|3.*" + "ext-mbstring": "*", + "php": ">=7.0.8", + "sirbrillig/phpcs-variable-analysis": "^2.10", + "squizlabs/php_codesniffer": "^3.5.6", + "symfony/yaml": ">=2.0.5" }, "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)" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } + "phpstan/phpstan": "^0.12.63", + "phpunit/phpunit": "^6.0 || ^7.0" }, + "type": "phpcodesniffer-standard", "autoload": { "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "" + "Drupal\\": "coder_sniffer/Drupal/", + "DrupalPractice\\": "coder_sniffer/DrupalPractice/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" - } + "GPL-2.0-or-later" ], - "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", + "description": "Coder is a library to review Drupal code.", + "homepage": "https://www.drupal.org/project/coder", "keywords": [ - "database", - "routing" + "code review", + "phpcs", + "standards" ], "support": { - "issues": "https://github.com/symfony-cmf/routing/issues", - "source": "https://github.com/symfony-cmf/routing/tree/1.4" + "issues": "https://www.drupal.org/project/issues/coder", + "source": "https://www.drupal.org/project/coder" }, - "time": "2017-05-09T08:10:41+00:00" + "time": "2021-02-06T10:44:32+00:00" }, { - "name": "symfony/class-loader", - "version": "v3.4.47", + "name": "drupal/core-dev", + "version": "9.2.10", "source": { "type": "git", - "url": "https://github.com/symfony/class-loader.git", - "reference": "a22265a9f3511c0212bf79f54910ca5a77c0e92c" + "url": "https://github.com/drupal/core-dev.git", + "reference": "4b5b8556711315e180d72830733ddb07a57a2d73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/a22265a9f3511c0212bf79f54910ca5a77c0e92c", - "reference": "a22265a9f3511c0212bf79f54910ca5a77c0e92c", + "url": "https://api.github.com/repos/drupal/core-dev/zipball/4b5b8556711315e180d72830733ddb07a57a2d73", + "reference": "4b5b8556711315e180d72830733ddb07a57a2d73", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "behat/mink": "^1.8", + "behat/mink-goutte-driver": "^1.2", + "behat/mink-selenium2-driver": "^1.4", + "composer/composer": "^2.0.2", + "drupal/coder": "^8.3.10", + "easyrdf/easyrdf": "^0.9 || ^1.0", + "fabpot/goutte": "^3.3", + "friends-of-behat/mink-browserkit-driver": "^1.4", + "instaclick/php-webdriver": "^1.4.1", + "justinrainbow/json-schema": "^5.2", + "mikey179/vfsstream": "^1.6.8", + "phpspec/prophecy": "^1.12", + "phpunit/phpunit": "^8.5.14 || ^9", + "symfony/browser-kit": "^4.4", + "symfony/css-selector": "^4.4", + "symfony/dom-crawler": "^4.4 !=4.4.5", + "symfony/error-handler": "^4.4", + "symfony/filesystem": "^4.4", + "symfony/finder": "^4.4", + "symfony/lock": "^4.4", + "symfony/phpunit-bridge": "^5.3.0", + "symfony/var-dumper": "^5.3.0" + }, + "conflict": { + "webflo/drupal-core-require-dev": "*" + }, + "type": "metapackage", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", + "support": { + "source": "https://github.com/drupal/core-dev/tree/9.2.10" + }, + "time": "2021-06-01T16:41:50+00:00" + }, + { + "name": "drupal/devel", + "version": "4.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/devel.git", + "reference": "4.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/devel-4.1.1.zip", + "reference": "4.1.1", + "shasum": "88e5d49dda26a3136291ecd97bc6c8e897b24198" + }, + "require": { + "doctrine/common": "^2.7", + "drupal/core": "^8.8 || ^9", + "symfony/var-dumper": "^4 || ^5" + }, + "conflict": { + "kint-php/kint": "<3" }, "require-dev": { - "symfony/finder": "~2.8|~3.0|~4.0", - "symfony/polyfill-apcu": "~1.1" + "drush/drush": "^10" }, "suggest": { - "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + "kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\ClassLoader\\": "" + "type": "drupal-module", + "extra": { + "drupal": { + "version": "4.1.1", + "datestamp": "1631968537", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } }, - "exclude-from-classmap": [ - "/Tests/" - ] + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } + } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "drupalspoons", + "homepage": "https://www.drupal.org/user/3647684" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" } ], - "description": "Symfony ClassLoader Component", - "homepage": "https://symfony.com", + "description": "Various blocks, pages, and functions for developers.", + "homepage": "https://www.drupal.org/project/devel", "support": { - "source": "https://github.com/symfony/class-loader/tree/v3.4.47" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" + "source": "https://gitlab.com/drupalspoons/devel", + "issues": "https://gitlab.com/drupalspoons/devel/-/issues", + "slack": "https://drupal.slack.com/archives/C012WAW1MH6" + } }, { - "name": "symfony/config", - "version": "v4.4.30", + "name": "easyrdf/easyrdf", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0" + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/d9ea72de055cd822e5228ff898e2aad2f52f76b0", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/filesystem": "^3.4|^4.0|^5.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22" - }, - "conflict": { - "symfony/finder": "<3.4" + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" }, "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" + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" }, "suggest": { - "symfony/yaml": "To use the yaml reference dumper" + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "EasyRdf\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" } ], - "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/config/tree/v4.4.30" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } + "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" ], - "time": "2021-08-04T20:31:23+00:00" + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" }, { - "name": "symfony/console", - "version": "v3.4.47", + "name": "fabpot/goutte", + "version": "v3.3.1", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5", + "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5", "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" + "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": { - "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" + "symfony/phpunit-bridge": "^5.0" }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "3.3-dev" + } }, - "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" + "Goutte\\": "Goutte" }, "exclude-from-classmap": [ - "/Tests/" + "Goutte/Tests" ] }, "notification-url": "https://packagist.org/downloads/", @@ -15451,59 +20323,56 @@ { "name": "Fabien Potencier", "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", + "keywords": [ + "scraper" + ], "support": { - "source": "https://github.com/symfony/console/tree/v3.4.47" + "issues": "https://github.com/FriendsOfPHP/Goutte/issues", + "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2020-11-01T09:30:18+00:00" }, { - "name": "symfony/css-selector", - "version": "v4.4.27", + "name": "friends-of-behat/mink-browserkit-driver", + "version": "v1.6.1", "source": { "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6" + "url": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver.git", + "reference": "b3c29f18fe20487846e4c2733b066ec5e47f4f76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6", - "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6", + "url": "https://api.github.com/repos/FriendsOfBehat/MinkBrowserKitDriver/zipball/b3c29f18fe20487846e4c2733b066ec5e47f4f76", + "reference": "b3c29f18fe20487846e4c2733b066ec5e47f4f76", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "behat/mink": "^1.7", + "php": "^7.4|^8.0", + "symfony/browser-kit": "^4.4|^5.0|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0" + }, + "replace": { + "behat/mink-browserkit-driver": "self.version" + }, + "require-dev": { + "friends-of-behat/mink-driver-testsuite": "dev-master", + "symfony/http-kernel": "^4.4|^5.0|^6.0" + }, + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } }, - "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Behat\\Mink\\Driver\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15511,154 +20380,122 @@ ], "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" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "Converts CSS selectors to XPath expressions", - "homepage": "https://symfony.com", + "description": "Symfony2 BrowserKit driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "Mink", + "Symfony2", + "browser", + "testing" + ], "support": { - "source": "https://github.com/symfony/css-selector/tree/v4.4.27" + "source": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver/tree/v1.6.1" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-07-21T12:19:41+00:00" + "time": "2021-12-13T10:41:57+00:00" }, { - "name": "symfony/debug", - "version": "v4.4.31", + "name": "instaclick/php-webdriver", + "version": "1.4.10", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0" + "url": "https://github.com/instaclick/php-webdriver.git", + "reference": "6bc1f44cf23031e68c326cd61e14ec32486f241b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6bc1f44cf23031e68c326cd61e14ec32486f241b", + "reference": "6bc1f44cf23031e68c326cd61e14ec32486f241b", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" + "ext-curl": "*", + "php": ">=5.3.2" }, "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "phpunit/phpunit": "^4.8", + "satooshi/php-coveralls": "^1.0||^2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "WebDriver": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache-2.0" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Justin Bishop", + "email": "jubishop@gmail.com", + "role": "Developer" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Anthon Pang", + "email": "apang@softwaredevelopment.ca", + "role": "Fork Maintainer" } ], - "description": "Provides tools to ease debugging PHP code", - "homepage": "https://symfony.com", + "description": "PHP WebDriver for Selenium 2", + "homepage": "http://instaclick.com/", + "keywords": [ + "browser", + "selenium", + "webdriver", + "webtest" + ], "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.31" + "issues": "https://github.com/instaclick/php-webdriver/issues", + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.10" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-09-24T13:30:14+00:00" + "time": "2021-10-14T03:25:34+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v3.4.47", + "name": "justinrainbow/json-schema", + "version": "5.2.11", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b" + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b", - "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", + "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", "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" + "php": ">=5.3.3" }, "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": "" + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", + "json-schema/json-schema-test-suite": "1.2.0", + "phpunit/phpunit": "^4.8.35" }, + "bin": [ + "bin/validate-json" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "JsonSchema\\": "src/JsonSchema/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15666,274 +20503,281 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony DependencyInjection Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v3.4.47" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" }, { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" } ], - "time": "2020-10-24T10:57:07+00:00" + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "support": { + "issues": "https://github.com/justinrainbow/json-schema/issues", + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11" + }, + "time": "2021-07-22T09:24:00+00:00" }, { - "name": "symfony/dom-crawler", - "version": "v4.4.30", + "name": "mikey179/vfsstream", + "version": "v1.6.10", "source": { "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4" + "url": "https://github.com/bovigo/vfsStream.git", + "reference": "250c0825537d501e327df879fb3d4cd751933b85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4", - "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85", + "reference": "250c0825537d501e327df879fb3d4cd751933b85", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "masterminds/html5": "<2.6" + "php": ">=5.3.0" }, "require-dev": { - "masterminds/html5": "^2.6", - "symfony/css-selector": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/css-selector": "" + "phpunit/phpunit": "^4.5|^5.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "org\\bovigo\\vfs\\": "src/main/php" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "BSD-3-Clause" ], - "description": "Eases DOM navigation for HTML and XML documents", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.30" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, + "authors": [ { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Frank Kleine", + "homepage": "http://frankkleine.de/", + "role": "Developer" } ], - "time": "2021-08-28T15:40:01+00:00" + "description": "Virtual file system to mock the real file system in unit tests.", + "homepage": "http://vfs.bovigo.org/", + "support": { + "issues": "https://github.com/bovigo/vfsStream/issues", + "source": "https://github.com/bovigo/vfsStream/tree/master", + "wiki": "https://github.com/bovigo/vfsStream/wiki" + }, + "time": "2021-09-25T08:05:01+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v3.4.47", + "name": "myclabs/deep-copy", + "version": "1.10.2", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "31fde73757b6bad247c54597beef974919ec6860" + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860", - "reference": "31fde73757b6bad247c54597beef974919ec6860", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", + "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.1 || ^8.0" }, - "conflict": { - "symfony/dependency-injection": "<3.3" + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/debug": "~3.4|~4.4", - "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": "" + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" + "DeepCopy\\": "src/DeepCopy/" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "src/DeepCopy/deep_copy.php" ] }, "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": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47" + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2020-11-13T09:40:50+00:00" }, { - "name": "symfony/filesystem", - "version": "v4.4.27", + "name": "phar-io/manifest", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "517fb795794faf29086a77d99eb8f35e457837a7" + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7", - "reference": "517fb795794faf29086a77d99eb8f35e457837a7", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" } ], - "description": "Provides basic utilities for the filesystem", - "homepage": "https://symfony.com", + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.27" + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" }, - "funding": [ + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "bae7c545bef187884426f042434e561ab1ddb182" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", + "reference": "bae7c545bef187884426f042434e561ab1ddb182", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" }, { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" } ], - "time": "2021-07-21T12:19:41+00:00" + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.1.0" + }, + "time": "2021-02-23T14:00:09+00:00" }, { - "name": "symfony/finder", - "version": "v4.4.30", + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "70362f1e112280d75b30087c7598b837c1b468b6" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6", - "reference": "70362f1e112280d75b30087c7598b837c1b468b6", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": "^7.2 || ^8.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpDocumentor\\Reflection\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15941,65 +20785,60 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" } ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.30" + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-08-04T20:31:23+00:00" + "time": "2020-06-27T09:03:43+00:00" }, { - "name": "symfony/http-foundation", - "version": "v3.4.47", + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8", - "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php70": "~1.6" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "symfony/expression-language": "~2.8|~3.0|~4.0" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpDocumentor\\Reflection\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16007,101 +20846,53 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], - "description": "Symfony HttpFoundation Component", - "homepage": "https://symfony.com", + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v3.4.47" + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2021-10-19T17:43:47+00:00" }, { - "name": "symfony/http-kernel", - "version": "v3.4.49", + "name": "phpdocumentor/type-resolver", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5aa72405f5bd5583c36ed6e756acb17d3f98ac40", - "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae", + "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae", "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" + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.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": "" + "ext-tokenizer": "*", + "psalm/phar": "^4.8" }, "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpDocumentor\\Reflection\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16109,539 +20900,533 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "Symfony HttpKernel Component", - "homepage": "https://symfony.com", + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v3.4.49" + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1" + }, + "time": "2021-10-02T14:08:47+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" } ], - "time": "2021-05-19T12:06:59+00:00" + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.23.0", + "name": "phpunit/php-code-coverage", + "version": "9.2.10", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687", + "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.13.0", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-ctype": "For best performance" + "ext-pcov": "*", + "ext-xdebug": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "9.2-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" + "coverage", + "testing", + "xunit" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-12-05T09:12:13+00:00" }, { - "name": "symfony/polyfill-iconv", - "version": "v1.23.0", + "name": "phpunit/php-file-iterator", + "version": "3.0.6", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933" + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, - "suggest": { - "ext-iconv": "For best performance" + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill for the Iconv extension", - "homepage": "https://symfony.com", + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ - "compatibility", - "iconv", - "polyfill", - "portable", - "shim" + "filesystem", + "iterator" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0" + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-12-02T12:48:52+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.23.0", + "name": "phpunit/php-invoker", + "version": "3.1.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-intl": "For best performance" + "ext-pcntl": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.1-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" + "process" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2020-09-28T05:58:55+00:00" }, { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "name": "phpunit/php-text-template", + "version": "2.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, - "suggest": { - "ext-intl": "For best performance" + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, - "files": [ - "bootstrap.php" - ], "classmap": [ - "Resources/stubs" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", - "homepage": "https://symfony.com", + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" + "template" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2020-10-26T05:33:50+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "name": "phpunit/php-timer", + "version": "5.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, - "suggest": { - "ext-mbstring": "For best performance" + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" + "timer" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2020-10-26T13:16:10+00:00" }, { - "name": "symfony/polyfill-php56", - "version": "v1.20.0", + "name": "phpunit/phpunit", + "version": "9.5.10", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675" + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", - "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a", + "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a", "shasum": "" }, "require": { - "php": ">=7.1" + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpspec/prophecy": "^1.12.1", + "phpunit/php-code-coverage": "^9.2.7", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.5", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.3", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^2.3.4", + "sebastian/version": "^3.0.2" }, - "type": "metapackage", + "require-dev": { + "ext-pdo": "*", + "phpspec/prophecy-phpunit": "^2.0.1" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", "extra": { "branch-alias": { - "dev-main": "1.20-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "9.5-dev" } }, + "autoload": { + "classmap": [ + "src/" + ], + "files": [ + "src/Framework/Assert/Functions.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "phpunit", + "testing", + "xunit" ], "support": { - "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0" + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10" }, "funding": [ { - "url": "https://symfony.com/sponsor", + "url": "https://phpunit.de/donate.html", "type": "custom" }, { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-23T14:02:19+00:00" + "time": "2021-09-25T07:38:51+00:00" }, { - "name": "symfony/polyfill-php70", - "version": "v1.20.0", + "name": "react/promise", + "version": "v2.8.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" + "url": "https://github.com/reactphp/promise.git", + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", - "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=5.4.0" }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-main": "1.20-dev" + "require-dev": { + "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Promise\\": "src/" }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16649,1095 +21434,851 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com" } ], - "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "promise", + "promises" ], "support": { - "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0" + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v2.8.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-23T14:02:19+00:00" + "time": "2020-05-12T15:16:56+00:00" }, { - "name": "symfony/polyfill-php72", - "version": "v1.23.0", + "name": "sebastian/cli-parser", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2020-09-28T06:08:49+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.23.1", + "name": "sebastian/code-unit", + "version": "1.0.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "files": [ - "bootstrap.php" - ], "classmap": [ - "Resources/stubs" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-07-28T13:41:28+00:00" + "time": "2020-10-26T13:08:54+00:00" }, { - "name": "symfony/polyfill-php81", - "version": "v1.23.0", + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "e66119f3de95efc359483f810c4c3e6436279436" + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", - "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, - "files": [ - "bootstrap.php" - ], "classmap": [ - "Resources/stubs" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-05-21T13:25:03+00:00" + "time": "2020-09-28T05:30:19+00:00" }, { - "name": "symfony/process", - "version": "v3.4.47", + "name": "sebastian/comparator", + "version": "4.0.6", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "55f4261989e546dc112258c7a75935a81a7ce382" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", + "reference": "55f4261989e546dc112258c7a75935a81a7ce382", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" } ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], "support": { - "source": "https://github.com/symfony/process/tree/v3.4.47" + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2020-10-26T15:49:45+00:00" }, { - "name": "symfony/psr-http-message-bridge", - "version": "v1.2.0", + "name": "sebastian/complexity", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad" + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", "shasum": "" }, "require": { - "php": "^7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^3.4 || ^4.0" + "nikic/php-parser": "^4.7", + "php": ">=7.3" }, "require-dev": { - "nyholm/psr7": "^1.1", - "symfony/phpunit-bridge": "^3.4.20 || ^4.0", - "zendframework/zend-diactoros": "^1.4.1 || ^2.0" - }, - "suggest": { - "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + "phpunit/phpunit": "^9.3" }, - "type": "symfony-bridge", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Bridge\\PsrHttpMessage\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", - "keywords": [ - "http", - "http-message", - "psr-17", - "psr-7" - ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", "support": { - "issues": "https://github.com/symfony/psr-http-message-bridge/issues", - "source": "https://github.com/symfony/psr-http-message-bridge/tree/master" + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" }, - "time": "2019-03-11T18:22:33+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" }, { - "name": "symfony/routing", - "version": "v3.4.47", + "name": "sebastian/diff", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3e522ac69cadffd8131cc2b22157fa7662331a6c", - "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "conflict": { - "symfony/config": "<3.3.1", - "symfony/dependency-injection": "<3.3", - "symfony/yaml": "<3.4" + "php": ">=7.3" }, "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" + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Routing\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], - "description": "Symfony Routing Component", - "homepage": "https://symfony.com", + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ - "router", - "routing", - "uri", - "url" + "diff", + "udiff", + "unidiff", + "unified diff" ], "support": { - "source": "https://github.com/symfony/routing/tree/v3.4.47" + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2020-10-26T13:10:38+00:00" }, { - "name": "symfony/serializer", - "version": "v3.4.47", + "name": "sebastian/environment", + "version": "5.1.3", "source": { "type": "git", - "url": "https://github.com/symfony/serializer.git", - "reference": "6d69ccc1dcfb64c1e9c9444588643e98718d1849" + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "388b6ced16caa751030f6a69e588299fa09200ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6d69ccc1dcfb64c1e9c9444588643e98718d1849", - "reference": "6d69ccc1dcfb64c1e9c9444588643e98718d1849", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac", + "reference": "388b6ced16caa751030f6a69e588299fa09200ac", "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" + "php": ">=7.3" }, "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" + "phpunit/phpunit": "^9.3" }, "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." + "ext-posix": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Serializer\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony Serializer Component", - "homepage": "https://symfony.com", + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], "support": { - "source": "https://github.com/symfony/serializer/tree/v3.4.47" + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2020-09-28T05:52:38+00:00" }, { - "name": "symfony/translation", - "version": "v3.4.47", + "name": "sebastian/exporter", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "be83ee6c065cb32becdb306ba61160d598b1ce88" + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/be83ee6c065cb32becdb306ba61160d598b1ce88", - "reference": "be83ee6c065cb32becdb306ba61160d598b1ce88", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", "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" + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" }, "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": "" + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "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": "Symfony Translation Component", - "homepage": "https://symfony.com", + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], "support": { - "source": "https://github.com/symfony/translation/tree/v3.4.47" + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2021-11-11T14:18:36+00:00" }, { - "name": "symfony/validator", - "version": "v3.4.47", + "name": "sebastian/global-state", + "version": "5.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "d25ceea5c99022aecf37adf157c76c31fc5dcbed" + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/d25ceea5c99022aecf37adf157c76c31fc5dcbed", - "reference": "d25ceea5c99022aecf37adf157c76c31fc5dcbed", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49", + "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49", "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": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, "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" + "ext-dom": "*", + "phpunit/phpunit": "^9.3" }, "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": "" + "ext-uopz": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Validator\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony Validator Component", - "homepage": "https://symfony.com", + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], "support": { - "source": "https://github.com/symfony/validator/tree/v3.4.47" + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-28T05:23:51+00:00" + "time": "2021-06-11T13:31:12+00:00" }, { - "name": "symfony/var-dumper", - "version": "v4.4.33", + "name": "sebastian/lines-of-code", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee" + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/50286e2b7189bfb4f419c0731e86632cddf7c5ee", - "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php72": "~1.5", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/console": "<3.4" + "nikic/php-parser": "^4.6", + "php": ">=7.3" }, "require-dev": { - "ext-iconv": "*", - "symfony/console": "^3.4|^4.0|^5.0", - "symfony/process": "^4.4|^5.0", - "twig/twig": "^1.43|^2.13|^3.0.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", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + "phpunit/phpunit": "^9.3" }, - "bin": [ - "Resources/bin/var-dump-server" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, "autoload": { - "files": [ - "Resources/functions/dump.php" - ], - "psr-4": { - "Symfony\\Component\\VarDumper\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Provides mechanisms for walking through any arbitrary PHP variable", - "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { - "source": "https://github.com/symfony/var-dumper/tree/v4.4.33" + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-10-25T20:24:58+00:00" + "time": "2020-11-28T06:42:11+00:00" }, { - "name": "symfony/yaml", - "version": "v3.4.47", + "name": "sebastian/object-enumerator", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "88289caa3c166321883f67fe5130188ebbb47094" + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", - "reference": "88289caa3c166321883f67fe5130188ebbb47094", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" }, "require-dev": { - "symfony/console": "~3.4|~4.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "phpunit/phpunit": "^9.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { - "source": "https://github.com/symfony/yaml/tree/v3.4.47" + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2020-10-26T13:12:34+00:00" }, { - "name": "tecnickcom/tcpdf", - "version": "6.4.2", + "name": "sebastian/object-reflector", + "version": "2.0.4", "source": { "type": "git", - "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76" + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76", - "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, "autoload": { "classmap": [ - "config", - "include", - "tcpdf.php", - "tcpdf_parser.php", - "tcpdf_import.php", - "tcpdf_barcodes_1d.php", - "tcpdf_barcodes_2d.php", - "include/tcpdf_colors.php", - "include/tcpdf_filters.php", - "include/tcpdf_font_data.php", - "include/tcpdf_fonts.php", - "include/tcpdf_images.php", - "include/tcpdf_static.php", - "include/barcodes/datamatrix.php", - "include/barcodes/pdf417.php", - "include/barcodes/qrcode.php" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-only" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "role": "lead" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", - "homepage": "http://www.tcpdf.org/", - "keywords": [ - "PDFD32000-2008", - "TCPDF", - "barcodes", - "datamatrix", - "pdf", - "pdf417", - "qrcode" - ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { - "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.2" + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" }, "funding": [ { - "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", - "type": "custom" + "url": "https://github.com/sebastianbergmann", + "type": "github" } ], - "time": "2021-07-20T14:43:20+00:00" + "time": "2020-10-26T13:14:26+00:00" }, { - "name": "twig/extensions", - "version": "v1.5.4", + "name": "sebastian/recursion-context", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", "shasum": "" }, "require": { - "twig/twig": "^1.27|^2.0" + "php": ">=7.3" }, "require-dev": { - "symfony/phpunit-bridge": "^3.4", - "symfony/translation": "^2.7|^3.4" - }, - "suggest": { - "symfony/translation": "Allow the time_diff output to be translated" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-0": { - "Twig_Extensions_": "lib/" - }, - "psr-4": { - "Twig\\Extensions\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], - "description": "Common additional features for Twig that do not directly belong in core", - "keywords": [ - "i18n", - "text" - ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "support": { - "issues": "https://github.com/twigphp/Twig-extensions/issues", - "source": "https://github.com/twigphp/Twig-extensions/tree/master" + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" }, - "abandoned": true, - "time": "2018-12-05T18:34:18+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" }, { - "name": "twig/twig", - "version": "v1.44.5", + "name": "sebastian/resource-operations", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "dd4353357c5a116322e92a00d16043a31881a81e" + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd4353357c5a116322e92a00d16043a31881a81e", - "reference": "dd4353357c5a116322e92a00d16043a31881a81e", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8" + "php": ">=7.3" }, "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + "phpunit/phpunit": "^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.44-dev" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, - "psr-4": { - "Twig\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -17745,234 +22286,159 @@ ], "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" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v1.44.5" + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" }, "funding": [ { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" } ], - "time": "2021-09-17T08:35:19+00:00" + "time": "2020-09-28T06:45:17+00:00" }, { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.7", + "name": "sebastian/type", + "version": "2.3.4", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c" + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914", + "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.0 || ^8.0" + "php": ">=7.3" }, "require-dev": { - "ext-xdebug": "*", - "phpspec/prophecy": "^1.10", - "symfony/phpunit-bridge": "^5.1" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "v3.x-dev" + "dev-master": "2.3-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", "support": { - "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", - "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7" + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/2.3.4" }, - "time": "2021-09-20T19:19:13+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-06-15T12:49:02+00:00" }, { - "name": "vaimo/composer-patches", - "version": "4.22.4", + "name": "sebastian/version", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/vaimo/composer-patches.git", - "reference": "3da4cdf03fb4dc8d92b3d435de183f6044d679d6" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vaimo/composer-patches/zipball/3da4cdf03fb4dc8d92b3d435de183f6044d679d6", - "reference": "3da4cdf03fb4dc8d92b3d435de183f6044d679d6", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "drupol/phposinfo": "^1.6", - "ext-json": "*", - "php": ">=5.3.0", - "seld/jsonlint": "^1.7.1", - "vaimo/topological-sort": "^1.0" - }, - "require-dev": { - "composer/composer": "^1.0 || ^2.0", - "phpcompatibility/php-compatibility": ">=9.1.1", - "phpmd/phpmd": ">=2.6.0", - "sebastian/phpcpd": ">=1.4.3", - "squizlabs/php_codesniffer": ">=2.9.2", - "vaimo/composer-changelogs": "^0.17.0", - "vaimo/composer-patches-proxy": "1.0.0" + "php": ">=7.3" }, - "type": "composer-plugin", + "type": "library", "extra": { - "class": "Vaimo\\ComposerPatches\\Plugin", - "changelog": { - "source": "changelog.json", - "output": { - "md": "CHANGELOG.md" - } + "branch-alias": { + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "Vaimo\\ComposerPatches\\": "src" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Allan Paiste", - "email": "allan.paiste@vaimo.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.", - "keywords": [ - "Fixes", - "back-ports", - "backports", - "bulk patches", - "bundled patches", - "composer command", - "composer plugin", - "configurable patch applier", - "development patches", - "downloaded patches", - "environment flags", - "hot-fixes", - "hotfixes", - "indirect restrictions", - "maintenance", - "maintenance tools", - "multi-version patches", - "multiple formats", - "os-specific config", - "package bug-fix", - "package patches", - "patch branching", - "patch command", - "patch description", - "patch exclusion", - "patch header", - "patch meta-data", - "patch resolve", - "patch search", - "patch skipping", - "patcher", - "patching", - "plugin", - "remote patch files", - "resolve patches", - "skipped packages", - "tools", - "utilities", - "utility", - "utils", - "version restriction" - ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", "support": { - "docs": "https://github.com/vaimo/composer-patches", - "issues": "https://github.com/vaimo/composer-patches/issues", - "source": "https://github.com/vaimo/composer-patches" + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" }, - "time": "2021-02-25T11:24:50+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" }, { - "name": "vaimo/topological-sort", - "version": "1.0.0", + "name": "seld/phar-utils", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/vaimo/topological-sort.git", - "reference": "e19b93df2bac0e995ecd4b982ec4ea2fb1131e64" + "url": "https://github.com/Seldaek/phar-utils.git", + "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vaimo/topological-sort/zipball/e19b93df2bac0e995ecd4b982ec4ea2fb1131e64", - "reference": "e19b93df2bac0e995ecd4b982ec4ea2fb1131e64", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0", + "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0", "shasum": "" }, "require": { "php": ">=5.3" }, - "require-dev": { - "codeclimate/php-test-reporter": "dev-master", - "phpcompatibility/php-compatibility": "^9.1.1", - "phpmd/phpmd": "^2.6.0", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "^2.9.2", - "symfony/console": "~2.5 || ~3.0 || ~4.0" - }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, "autoload": { "psr-4": { - "Vaimo\\TopSort\\": "src/", - "Vaimo\\TopSort\\Tests\\": "tests/Tests/" + "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -17981,180 +22447,165 @@ ], "authors": [ { - "name": "Marc J. Schmidt", - "email": "marc@marcjschmidt.de" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" } ], - "description": "High-Performance TopSort/Dependency resolving algorithm (compatibility version to work with 5.3)", + "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ - "dependency resolving", - "topological sort", - "topsort" + "phar" ], "support": { - "source": "https://github.com/vaimo/topological-sort/tree/1.0.0" + "issues": "https://github.com/Seldaek/phar-utils/issues", + "source": "https://github.com/Seldaek/phar-utils/tree/1.1.2" }, - "time": "2019-04-13T14:15:06+00:00" + "time": "2021-08-19T21:01:38+00:00" }, { - "name": "vlucas/phpdotenv", - "version": "v5.3.0", + "name": "sirbrillig/phpcs-variable-analysis", + "version": "v2.11.2", "source": { "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56" + "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", + "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", - "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e", + "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e", "shasum": "" }, "require": { - "ext-pcre": "*", - "graham-campbell/result-type": "^1.0.1", - "php": "^7.1.3 || ^8.0", - "phpoption/phpoption": "^1.7.4", - "symfony/polyfill-ctype": "^1.17", - "symfony/polyfill-mbstring": "^1.17", - "symfony/polyfill-php80": "^1.17" + "php": ">=5.4.0", + "squizlabs/php_codesniffer": "^3.5" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1" - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.3-dev" - } + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0", + "sirbrillig/phpcs-import-detection": "^1.1" }, + "type": "phpcodesniffer-standard", "autoload": { "psr-4": { - "Dotenv\\": "src/" + "VariableAnalysis\\": "VariableAnalysis/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], "authors": [ { - "name": "Graham Campbell", - "email": "graham@alt-three.com", - "homepage": "https://gjcampbell.co.uk/" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://vancelucas.com/" - } - ], - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "support": { - "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" + "name": "Sam Graham", + "email": "php-codesniffer-variableanalysis@illusori.co.uk" }, { - "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", - "type": "tidelift" + "name": "Payton Swick", + "email": "payton@foolord.com" } ], - "time": "2021-01-20T15:23:13+00:00" + "description": "A PHPCS sniff to detect problems with variables.", + "support": { + "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", + "source": "https://github.com/sirbrillig/phpcs-variable-analysis", + "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" + }, + "time": "2021-07-06T23:45:17+00:00" }, { - "name": "webflo/drupal-finder", - "version": "1.2.2", + "name": "squizlabs/php_codesniffer", + "version": "3.6.1", "source": { "type": "git", - "url": "https://github.com/webflo/drupal-finder.git", - "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee" + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee", - "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e", + "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e", "shasum": "" }, "require": { - "ext-json": "*" + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" }, "require-dev": { - "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^4.8" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], "type": "library", - "autoload": { - "classmap": [ - "src/DrupalFinder.php" - ] + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Florian Weber", - "email": "florian@webflo.org" + "name": "Greg Sherwood", + "role": "lead" } ], - "description": "Helper class to locate a Drupal installation from a given path.", + "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" + ], "support": { - "issues": "https://github.com/webflo/drupal-finder/issues", - "source": "https://github.com/webflo/drupal-finder/tree/1.2.2" + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2020-10-27T09:42:17+00:00" + "time": "2021-10-11T04:00:11+00:00" }, { - "name": "webmozart/assert", - "version": "1.10.0", + "name": "symfony/browser-kit", + "version": "v4.4.27", "source": { "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "url": "https://github.com/symfony/browser-kit.git", + "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b", + "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "phpunit/phpunit": "^8.5.13" + "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" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } + "suggest": { + "symfony/process": "" }, + "type": "library", "autoload": { "psr-4": { - "Webmozart\\Assert\\": "src/" - } + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18162,54 +22613,69 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/symfony/browser-kit/tree/v4.4.27" }, - "time": "2021-03-09T10:59:23+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-07-21T12:19:41+00:00" }, { - "name": "webmozart/path-util", - "version": "2.3.0", + "name": "symfony/lock", + "version": "v4.4.33", "source": { "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" + "url": "https://github.com/symfony/lock.git", + "reference": "567d29b1bc6e3937652054dafc069151d17824a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "url": "https://api.github.com/repos/symfony/lock/zipball/567d29b1bc6e3937652054dafc069151d17824a9", + "reference": "567d29b1bc6e3937652054dafc069151d17824a9", "shasum": "" }, "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "doctrine/dbal": "<2.6" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "doctrine/dbal": "^2.6|^3.0", + "predis/predis": "~1.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, "autoload": { "psr-4": { - "Webmozart\\PathUtil\\": "src/" - } + "Symfony\\Component\\Lock\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18217,42 +22683,90 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Jérémy Derussé", + "email": "jeremy@derusse.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", + "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource", + "homepage": "https://symfony.com", + "keywords": [ + "cas", + "flock", + "locking", + "mutex", + "redlock", + "semaphore" + ], "support": { - "issues": "https://github.com/webmozart/path-util/issues", - "source": "https://github.com/webmozart/path-util/tree/2.3.0" + "source": "https://github.com/symfony/lock/tree/v4.4.33" }, - "time": "2015-12-17T08:42:14+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-10-05T20:27:01+00:00" }, { - "name": "whitehat101/apr1-md5", - "version": "v1.0.0", + "name": "symfony/phpunit-bridge", + "version": "v5.4.0", "source": { "type": "git", - "url": "https://github.com/whitehat101/apr1-md5.git", - "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819" + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "59bbd98ee7aa15b9f75c0fc088c7a5cbf7aa9b5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819", - "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/59bbd98ee7aa15b9f75c0fc088c7a5cbf7aa9b5c", + "reference": "59bbd98ee7aa15b9f75c0fc088c7a5cbf7aa9b5c", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1.3", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "phpunit/phpunit": "4.0.*" + "symfony/error-handler": "^4.4|^5.0|^6.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } }, - "type": "library", "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "WhiteHat101\\Crypt\\": "src" - } + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18260,77 +22774,91 @@ ], "authors": [ { - "name": "Jeremy Ebler", - "email": "jebler@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Apache's APR1-MD5 algorithm in pure PHP", - "homepage": "https://github.com/whitehat101/apr1-md5", - "keywords": [ - "MD5", - "apr1" - ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/whitehat101/apr1-md5/issues", - "source": "https://github.com/whitehat101/apr1-md5/tree/master" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.0" }, - "time": "2015-02-11T11:06:42+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-11-29T15:30:56+00:00" }, { - "name": "zaporylie/composer-drupal-optimizations", - "version": "1.2.0", + "name": "theseer/tokenizer", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/zaporylie/composer-drupal-optimizations.git", - "reference": "a7f409a765164fd13ac0bd00e19109165c51b369" + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/a7f409a765164fd13ac0bd00e19109165c51b369", - "reference": "a7f409a765164fd13ac0bd00e19109165c51b369", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1 || ^2.0" - }, - "require-dev": { - "composer/composer": "^1.6", - "phpunit/phpunit": "^6" - }, - "type": "composer-plugin", - "extra": { - "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin" + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" }, + "type": "library", "autoload": { - "psr-4": { - "zaporylie\\ComposerDrupalOptimizations\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Jakub Piasecki", - "email": "jakub@piaseccy.pl" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" } ], - "description": "Composer plugin to improve composer performance for Drupal projects", + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { - "issues": "https://github.com/zaporylie/composer-drupal-optimizations/issues", - "source": "https://github.com/zaporylie/composer-drupal-optimizations/tree/1.2.0" + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" }, - "time": "2020-10-22T13:26:00+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/ldap": 10, "drupal/simple_ldap": 15, - "drupal/webform_analysis": 10, + "drupal/webform_analysis": 20, "drupal/webform_composite": 5, "drupal/webform_views": 15, "os2forms/os2forms_egbolig": 20, diff --git a/drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch b/drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch deleted file mode 100644 index c4b563f..0000000 --- a/drupal9-on-top-of-7f70a8d611ef35d96601e9a2195e219e9636a65d.patch +++ /dev/null @@ -1,21377 +0,0 @@ -diff --git a/composer.json b/composer.json -index e5de7f5..1771100 100644 ---- a/composer.json -+++ b/composer.json -@@ -10,6 +10,90 @@ - } - ], - "repositories": [ -+ { -+ "type": "vcs", -+ "url": "https://git.drupalcode.org/project/monolog.git" -+ }, -+ { -+ "type": "package", -+ "package": { -+ "name": "drupal/webform_embed", -+ "type": "drupal-module", -+ "version": "1.x-dev", -+ "source": { -+ "type": "git", -+ "url": "https://git.drupalcode.org/project/webform_embed.git", -+ "reference": "af4332d8e3ca28ce4cd9fb5e5865fd6a4ea15471" -+ } -+ } -+ }, -+ { -+ "type": "package", -+ "package": { -+ "name": "drupal/webform_permissions_by_term", -+ "version": "1.2.0", -+ "dist": { -+ "type": "zip", -+ "url": "https://ftp.drupal.org/files/projects/webform_permissions_by_term-8.x-1.2.zip", -+ "reference": "8.x-1.2", -+ "shasum": "eabcfdbbbc850986fdd0d8b3a26cad8d6b5d675e" -+ }, -+ "require": { -+ "drupal/core": "~8.0 || ^9.0", -+ "drupal/permissions_by_term": "*" -+ }, -+ "type": "drupal-module" -+ } -+ }, -+ { -+ "type": "package", -+ "package": { -+ "name": "os2forms/os2forms_forloeb_profile", -+ "type": "drupal-profile", -+ "description": "This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.", -+ "minimum-stability": "dev", -+ "prefer-stable": true, -+ "license": "EUPL-1.2", -+ "repositories": { -+ "drupal": { -+ "type": "composer", -+ "url": "https://packages.drupal.org/8" -+ }, -+ "assets": { -+ "type": "composer", -+ "url": "https://asset-packagist.org" -+ } -+ }, -+ "require": { -+ "drupal/gin": "^3.0", -+ "drupal/core": "^8 || ^9", -+ "os2forms/os2forms": "^3.0", -+ "os2forms/os2forms_forloeb": "^1.7", -+ "os2web/os2web_simplesaml": "8.x-dev" -+ }, -+ "extra": { -+ "composer-exit-on-patch-failure": true, -+ "patchLevel": { -+ "test": "-p2" -+ }, -+ "enable-patching": true, -+ "patcher": { -+ "force-reset": true -+ }, -+ "patches": { -+ "drupal/dynamic_entity_reference": { -+ "entityQuery reference JOINs should specify target_type (https://www.drupal.org/project/dynamic_entity_reference/issues/3120952#comment-14141038)": "https://www.drupal.org/files/issues/2021-06-22/entityquery-reference-joins-should-specify-target_type-3120952-24.patch" -+ } -+ } -+ }, -+ "version": "1.4", -+ "source": { -+ "url": "https://github.com/OS2Forms/os2forms_forloeb_profile.git", -+ "type": "git", -+ "reference": "332e6294c99c7eb5edbb12e01b7e330a81eb8d22" -+ } -+ } -+ }, - { - "type": "package", - "package": { -@@ -42,6 +126,78 @@ - } - } - }, -+ { -+ "type": "package", -+ "package": { -+ "name": "os2forms/os2forms_forloeb", -+ "type": "drupal-module", -+ "description": "This module adds Maestro workflow engine and functionality to produce advanced workflows", -+ "minimum-stability": "dev", -+ "prefer-stable": true, -+ "license": "EUPL-1.2", -+ "require": { -+ "cweagans/composer-patches": "^1.6.5", -+ "drupal/admin_toolbar": "^3.0", -+ "drupal/chosen": "2.10.0", -+ "drupal/ckeditor_a11ychecker": "1.x-dev#a2099d09f362d8b005a53e8f2845858424cac3da", -+ "drupal/clientside_validation": "3.0.0-rc4", -+ "drupal/coc_forms_auto_export": "2.0.0-alpha1", -+ "drupal/config_entity_revisions": "1.7.0", -+ "drupal/events_logging": "1.5.0", -+ "drupal/embed": "1.4.0", -+ "drupal/header_and_footer_scripts": "3.0.0", -+ "drupal/image_widget_crop": "2.3.0", -+ "drupal/ldap": "^4.2", -+ "drupal/ldap_auth": "^1.17", -+ "drupal/libraries": "3.0.0-beta1", -+ "drupal/linkit": "^5.0", -+ "drupal/logging_alerts": "1.0.0", -+ "drupal/maestro": "3.0.1-rc2", -+ "drupal/masquerade": "2.0.0-beta4", -+ "drupal/queue_mail": "1.3.0", -+ "drupal/queue_ui": "^2.1", -+ "drupal/r4032login": "^2.1", -+ "drupal/simple_ldap": "1.0.0-alpha3", -+ "drupal/simplesamlphp_auth": "3.2.0", -+ "drupal/switch_page_theme": "1.x-dev#ac38137f43cc72a8efba04bc127b87fbf2c28e06", -+ "drupal/telephone_validation": "^2.2", -+ "drupal/ultimate_cron": "2.0.0-alpha5", -+ "drupal/user_default_page": "2.1", -+ "drupal/webform_composite": "1.0-rc2", -+ "drupal/webform_remote_handlers": "^1.6.0", -+ "drupal/webform_rest": "^4.0.0-beta2", -+ "drupal/webform_scheduled_tasks": "^2.0", -+ "drupal/webform_views": "^5.0@alpha", -+ "drupal/workflow_participants": "^2.4", -+ "webmozart/path-util": "2.3.0", -+ "zaporylie/composer-drupal-optimizations": "1.2.0" -+ }, -+ "extra": { -+ "composer-exit-on-patch-failure": true, -+ "patchLevel": { -+ "test": "-p2" -+ }, -+ "enable-patching": true, -+ "patcher": { -+ "force-reset": true -+ }, -+ "patches": { -+ "drupal/entity_print": { -+ "2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch" -+ }, -+ "drupal/webform": { -+ "Unlock possibility of using Entity print module export to Word": "https://www.drupal.org/files/issues/2020-02-29/3096552-6.patch" -+ } -+ } -+ }, -+ "version": "1.9.100", -+ "source": { -+ "url": "git@github.com:OS2Forms/os2forms_forloeb.git", -+ "type": "git", -+ "reference": "develop" -+ } -+ } -+ }, - { - "type": "composer", - "url": "https://packages.drupal.org/8" -@@ -49,20 +205,19 @@ - ], - "require": { - "php": ">=7.1", -- "composer/installers": "^1.2", -- "cweagans/composer-patches": "^1.6.5", -+ "composer/installers": "^1.9", -+ "cweagans/composer-patches": "^1.7", - "drupal/bootstrap": "^3.21", - "drupal/config_entity_revisions": "1.7.0", - "drupal/console": "^1.0.2", -- "drupal/core": "^8.9", -- "drupal/core-composer-scaffold": "^8.9", -- "drupal/devel": "^4.1", -+ "drupal/core-composer-scaffold": "^9.1", -+ "drupal/core-recommended": "^9.1", - "drupal/fontyourface": "^3.2", -- "drupal/header_and_footer_scripts": "^2.2", -- "drupal/ldap": "^3.0@beta", -+ "drupal/header_and_footer_scripts": "^3.0", -+ "drupal/ldap": "^4.2", - "drupal/migrate_tools": "^5.0", - "drupal/migrate_upgrade": "^3.2", -- "drupal/permissions_by_term": "2.25", -+ "drupal/permissions_by_term": "^3.1", - "drupal/queue_mail": "^1.3", - "drupal/queue_ui": "^2.1", - "drupal/restui": "^1.20", -@@ -70,23 +225,27 @@ - "drupal/straw": "^1.3", - "drupal/telephone_validation": "^2.2", - "drupal/upgrade_status": "^3.12", -- "drupal/webform_analysis": "^1.0@beta", -+ "drupal/webform_analysis": "1.x-dev#9e34c2617958ab4b5e0632b49ca6c75d4e1d4c00", - "drupal/webform_composite": "^1.0@RC", - "drupal/webform_migrate": "^1.2", - "drupal/webform_node_element": "^1.1", - "drupal/webform_scheduled_tasks": "^2.0", - "drupal/webform_views": "^5.0@alpha", -- "drush/drush": "^9.0.0", -- "os2core/os2core": "^1.0", -- "os2forms/os2forms": "^2.5", -+ "drush/drush": "^10", -+ "os2core/os2core": "^2.0", -+ "os2forms/os2forms": "^3.0", - "os2forms/os2forms_egbolig": "dev-master", - "os2forms/os2forms_forloeb": "^1.3", - "os2forms/os2forms_forloeb_profile": "^1.0", - "os2web/os2web_logging": "dev-master", - "vlucas/phpdotenv": "^5.1", -- "webflo/drupal-finder": "^1.0.0", -- "webmozart/path-util": "^2.3", -- "zaporylie/composer-drupal-optimizations": "^1.0" -+ "webflo/drupal-finder": "^1.2", -+ "webmozart/path-util": "^2.3" -+ }, -+ "require-dev": { -+ "drupal/core-dev": "^9.1", -+ "zaporylie/composer-drupal-optimizations": "^1.2", -+ "drupal/devel": "^4.1" - }, - "conflict": { - "drupal/drupal": "*" -@@ -146,6 +305,9 @@ - "drupal/webform": { - "Add support for Set to state": "./patches/add-set-to-state-3159806-2-modified-5.19.patch" - }, -+ "drupal/webform_permissions_by_term": { -+ "3142184 - Automated Drupal 9 compatibility fixes": "https://www.drupal.org/files/issues/2020-06-28/webform_permissions_by_term.1.x-dev.rector.patch" -+ }, - "drupal/webform_migrate": { - "Set to support. Checkbox condition fixes": "./patches/setto-and-checkboxes-condition-fix-onlyD7.patch" - }, -diff --git a/composer.lock b/composer.lock -index d77a502..f93f889 100644 ---- a/composer.lock -+++ b/composer.lock -@@ -4,7 +4,7 @@ - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], -- "content-hash": "f1ff823184cbb01ff47d3fd125995851", -+ "content-hash": "de2c068be66d117c7f63f753d7f9413b", - "packages": [ - { - "name": "alchemy/zippy", -@@ -132,16 +132,16 @@ - }, - { - "name": "caxy/php-htmldiff", -- "version": "v0.1.12", -+ "version": "v0.1.13", - "source": { - "type": "git", - "url": "https://github.com/caxy/php-htmldiff.git", -- "reference": "7fb8aa0ad77864f1d3604ae4a31af9cbabb91485" -+ "reference": "aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/7fb8aa0ad77864f1d3604ae4a31af9cbabb91485", -- "reference": "7fb8aa0ad77864f1d3604ae4a31af9cbabb91485", -+ "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a", -+ "reference": "aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a", - "shasum": "" - }, - "require": { -@@ -187,22 +187,22 @@ - ], - "support": { - "issues": "https://github.com/caxy/php-htmldiff/issues", -- "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.12" -+ "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.13" - }, -- "time": "2021-04-05T21:19:33+00:00" -+ "time": "2021-09-27T22:01:33+00:00" - }, - { - "name": "chi-teck/drupal-code-generator", -- "version": "1.32.1", -+ "version": "1.33.1", - "source": { - "type": "git", - "url": "https://github.com/Chi-teck/drupal-code-generator.git", -- "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749" -+ "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", -- "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", -+ "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388", -+ "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388", - "shasum": "" - }, - "require": { -@@ -212,6 +212,9 @@ - "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", - "twig/twig": "^1.41 || ^2.12" - }, -+ "conflict": { -+ "drush/drush": "< 10.3.2" -+ }, - "bin": [ - "bin/dcg" - ], -@@ -236,22 +239,22 @@ - "description": "Drupal code generator", - "support": { - "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", -- "source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.32.1" -+ "source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.33.1" - }, -- "time": "2020-07-15T06:08:04+00:00" -+ "time": "2020-12-05T05:59:11+00:00" - }, - { - "name": "commerceguys/addressing", -- "version": "v1.2.1", -+ "version": "v1.2.2", - "source": { - "type": "git", - "url": "https://github.com/commerceguys/addressing.git", -- "reference": "311040bd78ea2ea82105dd1f17205c449ac8de47" -+ "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/commerceguys/addressing/zipball/311040bd78ea2ea82105dd1f17205c449ac8de47", -- "reference": "311040bd78ea2ea82105dd1f17205c449ac8de47", -+ "url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", -+ "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", - "shasum": "" - }, - "require": { -@@ -299,9 +302,9 @@ - ], - "support": { - "issues": "https://github.com/commerceguys/addressing/issues", -- "source": "https://github.com/commerceguys/addressing/tree/v1.2.1" -+ "source": "https://github.com/commerceguys/addressing/tree/v1.2.2" - }, -- "time": "2021-05-17T08:05:21+00:00" -+ "time": "2021-10-30T12:33:41+00:00" - }, - { - "name": "composer/installers", -@@ -456,28 +459,29 @@ - }, - { - "name": "composer/semver", -- "version": "1.7.2", -+ "version": "3.2.5", - "source": { - "type": "git", - "url": "https://github.com/composer/semver.git", -- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a" -+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a", -- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a", -+ "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9", -+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9", - "shasum": "" - }, - "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" - }, - "require-dev": { -- "phpunit/phpunit": "^4.5 || ^5.0.5" -+ "phpstan/phpstan": "^0.12.54", -+ "symfony/phpunit-bridge": "^4.2 || ^5" - }, - "type": "library", - "extra": { - "branch-alias": { -- "dev-master": "1.x-dev" -+ "dev-main": "3.x-dev" - } - }, - "autoload": { -@@ -516,7 +520,7 @@ - "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/semver/issues", -- "source": "https://github.com/composer/semver/tree/1.7.2" -+ "source": "https://github.com/composer/semver/tree/3.2.5" - }, - "funding": [ - { -@@ -532,94 +536,39 @@ - "type": "tidelift" - } - ], -- "time": "2020-12-03T15:47:16+00:00" -+ "time": "2021-05-24T12:41:47+00:00" - }, - { - "name": "consolidation/annotated-command", -- "version": "2.12.1", -+ "version": "4.4.0", - "source": { - "type": "git", - "url": "https://github.com/consolidation/annotated-command.git", -- "reference": "0ee361762df2274f360c085e3239784a53f850b5" -+ "reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/0ee361762df2274f360c085e3239784a53f850b5", -- "reference": "0ee361762df2274f360c085e3239784a53f850b5", -+ "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/308f6ac178566a1ce9aa90ed908dac90a2c1e707", -+ "reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707", - "shasum": "" - }, - "require": { -- "consolidation/output-formatters": "^3.5.1", -- "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|^5" -+ "consolidation/output-formatters": "^4.1.1", -+ "php": ">=7.1.3", -+ "psr/log": "^1|^2", -+ "symfony/console": "^4.4.8|~5.1.0", -+ "symfony/event-dispatcher": "^4.4.8|^5", -+ "symfony/finder": "^4.4.8|^5" - }, - "require-dev": { -- "g1a/composer-test-scenarios": "^3", -- "php-coveralls/php-coveralls": "^1", -- "phpunit/phpunit": "^6", -- "squizlabs/php_codesniffer": "^2.7" -+ "phpunit/phpunit": "^7.5.20 || ^8 || ^9", -+ "squizlabs/php_codesniffer": "^3", -+ "yoast/phpunit-polyfills": "^0.2.0" - }, - "type": "library", - "extra": { -- "scenarios": { -- "finder5": { -- "require": { -- "symfony/finder": "^5" -- }, -- "config": { -- "platform": { -- "php": "7.2.5" -- } -- } -- }, -- "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" -+ "dev-main": "4.x-dev" - } - }, - "autoload": { -@@ -640,9 +589,9 @@ - "description": "Initialize Symfony Console commands from annotated command class methods.", - "support": { - "issues": "https://github.com/consolidation/annotated-command/issues", -- "source": "https://github.com/consolidation/annotated-command/tree/2.12.1" -+ "source": "https://github.com/consolidation/annotated-command/tree/4.4.0" - }, -- "time": "2020-10-11T04:30:03+00:00" -+ "time": "2021-09-30T01:08:15+00:00" - }, - { - "name": "consolidation/config", -@@ -801,74 +750,32 @@ - }, - { - "name": "consolidation/log", -- "version": "1.1.1", -+ "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/consolidation/log.git", -- "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" -+ "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", -- "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", -+ "url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1", -+ "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1", - "shasum": "" - }, - "require": { -- "php": ">=5.4.5", -+ "php": ">=7.1.3", - "psr/log": "^1.0", -- "symfony/console": "^2.8|^3|^4" -+ "symfony/console": "^4|^5" - }, - "require-dev": { -- "g1a/composer-test-scenarios": "^3", -- "php-coveralls/php-coveralls": "^1", -- "phpunit/phpunit": "^6", -- "squizlabs/php_codesniffer": "^2" -+ "phpunit/phpunit": ">=7.5.20", -+ "squizlabs/php_codesniffer": "^3", -+ "yoast/phpunit-polyfills": "^0.2.0" - }, - "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" -+ "dev-main": "2.x-dev" - } - }, - "autoload": { -@@ -889,101 +796,45 @@ - "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", - "support": { - "issues": "https://github.com/consolidation/log/issues", -- "source": "https://github.com/consolidation/log/tree/master" -+ "source": "https://github.com/consolidation/log/tree/2.0.2" - }, -- "time": "2019-01-01T17:30:51+00:00" -+ "time": "2020-12-10T16:26:23+00:00" - }, - { - "name": "consolidation/output-formatters", -- "version": "3.5.1", -+ "version": "4.1.2", - "source": { - "type": "git", - "url": "https://github.com/consolidation/output-formatters.git", -- "reference": "0d38f13051ef05c223a2bb8e962d668e24785196" -+ "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0d38f13051ef05c223a2bb8e962d668e24785196", -- "reference": "0d38f13051ef05c223a2bb8e962d668e24785196", -+ "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9", -+ "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9", - "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|^5" -+ "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": "^5.7.27", -- "squizlabs/php_codesniffer": "^2.7", -- "symfony/var-dumper": "^2.8|^3|^4", -- "victorjonsson/markdowndocs": "^1.3" -+ "php-coveralls/php-coveralls": "^2.4.2", -+ "phpunit/phpunit": ">=7", -+ "squizlabs/php_codesniffer": "^3", -+ "symfony/var-dumper": "^4", -+ "symfony/yaml": "^4", -+ "yoast/phpunit-polyfills": "^0.2.0" - }, - "suggest": { - "symfony/var-dumper": "For using the var_dump formatter" - }, - "type": "library", - "extra": { -- "scenarios": { -- "finder5": { -- "require": { -- "symfony/finder": "^5" -- }, -- "config": { -- "platform": { -- "php": "7.2.5" -- } -- } -- }, -- "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" -+ "dev-main": "4.x-dev" - } - }, - "autoload": { -@@ -1004,54 +855,55 @@ - "description": "Format text by applying transformations provided by plug-in formatters.", - "support": { - "issues": "https://github.com/consolidation/output-formatters/issues", -- "source": "https://github.com/consolidation/output-formatters/tree/3.5.1" -+ "source": "https://github.com/consolidation/output-formatters/tree/4.1.2" - }, -- "time": "2020-10-11T04:15:32+00:00" -+ "time": "2020-12-12T19:04:59+00:00" - }, - { - "name": "consolidation/robo", -- "version": "1.4.13", -+ "version": "2.2.2", - "source": { - "type": "git", - "url": "https://github.com/consolidation/Robo.git", -- "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343" -+ "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/consolidation/Robo/zipball/fd28dcca1b935950ece26e63541fbdeeb09f7343", -- "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343", -+ "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c", -+ "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c", - "shasum": "" - }, - "require": { -- "consolidation/annotated-command": "^2.12.1|^4.1", -- "consolidation/config": "^1.2.1", -- "consolidation/log": "^1.1.1|^2", -- "consolidation/output-formatters": "^3.5.1|^4.1", -- "consolidation/self-update": "^1.1.5", -- "grasmash/yaml-expander": "^1.4", -+ "consolidation/annotated-command": "^4.2.1", -+ "consolidation/config": "^1.2.1|^2", -+ "consolidation/log": "^1.1.1|^2.0.1", -+ "consolidation/output-formatters": "^4.1.1", -+ "consolidation/self-update": "^1.2", - "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|^5", -- "symfony/process": "^2.5|^3|^4" -+ "php": ">=7.1.3", -+ "symfony/console": "^4.4.11|^5", -+ "symfony/event-dispatcher": "^4.4.11|^5", -+ "symfony/filesystem": "^4.4.11|^5", -+ "symfony/finder": "^4.4.11|^5", -+ "symfony/process": "^4.4.11|^5", -+ "symfony/yaml": "^4.0 || ^5.0" - }, -- "replace": { -- "codegyre/robo": "< 1.0" -+ "conflict": { -+ "codegyre/robo": "*" - }, - "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", -+ "php-coveralls/php-coveralls": "^2.2", -+ "phpdocumentor/reflection-docblock": "^4.3.2", -+ "phpunit/phpunit": "^6.5.14", - "squizlabs/php_codesniffer": "^3" - }, - "suggest": { - "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", -- "natxet/CssMin": "For minifying CSS files in taskMinify", -+ "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." - }, -@@ -1061,48 +913,29 @@ - "type": "library", - "extra": { - "scenarios": { -- "finder5": { -- "require": { -- "symfony/finder": "^5" -- }, -- "config": { -- "platform": { -- "php": "7.2.5" -- } -- } -- }, - "symfony4": { - "require": { -- "symfony/console": "^4" -- }, -- "config": { -- "platform": { -- "php": "7.1.3" -- } -- } -- }, -- "symfony2": { -- "require": { -- "symfony/console": "^2.8" -- }, -- "require-dev": { -- "phpunit/phpunit": "^4.8.36" -+ "symfony/console": "^4.4.11", -+ "symfony/event-dispatcher": "^4.4.11", -+ "symfony/filesystem": "^4.4.11", -+ "symfony/finder": "^4.4.11", -+ "symfony/process": "^4.4.11", -+ "phpunit/phpunit": "^6", -+ "nikic/php-parser": "^2" - }, - "remove": [ -- "php-coveralls/php-coveralls" -+ "codeception/phpunit-wrapper" - ], - "config": { - "platform": { -- "php": "5.5.9" -+ "php": "7.1.3" - } -- }, -- "scenario-options": { -- "create-lockfile": "false" - } - } - }, - "branch-alias": { -- "dev-master": "1.x-dev" -+ "dev-master": "2.x-dev", -+ "dev-main": "2.x-dev" - } - }, - "autoload": { -@@ -1123,9 +956,9 @@ - "description": "Modern task runner", - "support": { - "issues": "https://github.com/consolidation/Robo/issues", -- "source": "https://github.com/consolidation/Robo/tree/1.4.13" -+ "source": "https://github.com/consolidation/Robo/tree/2.2.2" - }, -- "time": "2020-10-11T04:51:34+00:00" -+ "time": "2020-12-18T22:09:18+00:00" - }, - { - "name": "consolidation/self-update", -@@ -1241,52 +1074,34 @@ - }, - { - "name": "consolidation/site-process", -- "version": "2.1.0", -+ "version": "4.1.0", - "source": { - "type": "git", - "url": "https://github.com/consolidation/site-process.git", -- "reference": "f3211fa4c60671c6f068184221f06f932556e443" -+ "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443", -- "reference": "f3211fa4c60671c6f068184221f06f932556e443", -+ "url": "https://api.github.com/repos/consolidation/site-process/zipball/ef57711d7049f7606ce936ded16ad93f1ad7f02c", -+ "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c", - "shasum": "" - }, - "require": { -- "consolidation/config": "^1.2.1", -+ "consolidation/config": "^1.2.1|^2", - "consolidation/site-alias": "^3", -- "php": ">=5.6.0", -- "symfony/process": "^3.4" -+ "php": ">=7.1.3", -+ "symfony/console": "^2.8.52|^3|^4.4|^5", -+ "symfony/process": "^4.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" -+ "phpunit/phpunit": "^7.5.20|^8.5.14", -+ "squizlabs/php_codesniffer": "^3", -+ "yoast/phpunit-polyfills": "^0.2.0" - }, - "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" -+ "dev-main": "4.x-dev" - } - }, - "autoload": { -@@ -1311,9 +1126,9 @@ - "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.", - "support": { - "issues": "https://github.com/consolidation/site-process/issues", -- "source": "https://github.com/consolidation/site-process/tree/2.1.0" -+ "source": "https://github.com/consolidation/site-process/tree/4.1.0" - }, -- "time": "2019-09-10T17:56:24+00:00" -+ "time": "2021-02-21T02:53:33+00:00" - }, - { - "name": "container-interop/container-interop", -@@ -1584,16 +1399,16 @@ - }, - { - "name": "doctrine/annotations", -- "version": "1.13.2", -+ "version": "1.13.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", -- "reference": "5b668aef16090008790395c02c893b1ba13f7e08" -+ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", -- "reference": "5b668aef16090008790395c02c893b1ba13f7e08", -+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", -+ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", - "shasum": "" - }, - "require": { -@@ -1650,48 +1465,37 @@ - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", -- "source": "https://github.com/doctrine/annotations/tree/1.13.2" -+ "source": "https://github.com/doctrine/annotations/tree/1.13.1" - }, -- "time": "2021-08-05T19:00:23+00:00" -+ "time": "2021-05-16T18:07:53+00:00" - }, - { -- "name": "doctrine/cache", -- "version": "1.12.1", -+ "name": "doctrine/collections", -+ "version": "1.6.8", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/cache.git", -- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" -+ "url": "https://github.com/doctrine/collections.git", -+ "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", -- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", -+ "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", -+ "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", - "shasum": "" - }, - "require": { -- "php": "~7.1 || ^8.0" -- }, -- "conflict": { -- "doctrine/common": ">2.2,<2.4" -+ "php": "^7.1.3 || ^8.0" - }, - "require-dev": { -- "alcaeus/mongo-php-adapter": "^1.1", -- "cache/integration-tests": "dev-master", -- "doctrine/coding-standard": "^8.0", -- "mongodb/mongodb": "^1.1", -- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", -- "predis/predis": "~1.0", -- "psr/cache": "^1.0 || ^2.0 || ^3.0", -- "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", -- "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" -- }, -- "suggest": { -- "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" -+ "doctrine/coding-standard": "^9.0", -+ "phpstan/phpstan": "^0.12", -+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", -+ "vimeo/psalm": "^4.2.1" - }, - "type": "library", - "autoload": { - "psr-4": { -- "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" -+ "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" - } - }, - "notification-url": "https://packagist.org/downloads/", -@@ -1720,96 +1524,8 @@ - "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" -- ], -- "support": { -- "issues": "https://github.com/doctrine/cache/issues", -- "source": "https://github.com/doctrine/cache/tree/1.12.1" -- }, -- "funding": [ -- { -- "url": "https://www.doctrine-project.org/sponsorship.html", -- "type": "custom" -- }, -- { -- "url": "https://www.patreon.com/phpdoctrine", -- "type": "patreon" -- }, -- { -- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", -- "type": "tidelift" -- } -- ], -- "time": "2021-07-17T14:39:21+00:00" -- }, -- { -- "name": "doctrine/collections", -- "version": "1.6.8", -- "source": { -- "type": "git", -- "url": "https://github.com/doctrine/collections.git", -- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" -- }, -- "dist": { -- "type": "zip", -- "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", -- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", -- "shasum": "" -- }, -- "require": { -- "php": "^7.1.3 || ^8.0" -- }, -- "require-dev": { -- "doctrine/coding-standard": "^9.0", -- "phpstan/phpstan": "^0.12", -- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", -- "vimeo/psalm": "^4.2.1" -- }, -- "type": "library", -- "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", -+ "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", -@@ -1823,47 +1539,36 @@ - "time": "2021-08-10T18:51:53+00:00" - }, - { -- "name": "doctrine/common", -- "version": "2.13.3", -+ "name": "doctrine/lexer", -+ "version": "1.2.1", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/common.git", -- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" -+ "url": "https://github.com/doctrine/lexer.git", -+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", -- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", -+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", -+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", - "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 || ^8.0" -+ "php": "^7.2 || ^8.0" - }, - "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" -+ "doctrine/coding-standard": "^6.0", -+ "phpstan/phpstan": "^0.11.8", -+ "phpunit/phpunit": "^8.2" - }, - "type": "library", - "extra": { - "branch-alias": { -- "dev-master": "2.11.x-dev" -+ "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { -- "Doctrine\\Common\\": "lib/Doctrine/Common" -+ "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" - } - }, - "notification-url": "https://packagist.org/downloads/", -@@ -1879,33 +1584,23 @@ - "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", -+ "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": [ -- "common", -- "doctrine", -+ "annotations", -+ "docblock", -+ "lexer", -+ "parser", - "php" - ], - "support": { -- "issues": "https://github.com/doctrine/common/issues", -- "source": "https://github.com/doctrine/common/tree/2.13.x" -+ "issues": "https://github.com/doctrine/lexer/issues", -+ "source": "https://github.com/doctrine/lexer/tree/1.2.1" - }, - "funding": [ - { -@@ -1917,40 +1612,45 @@ - "type": "patreon" - }, - { -- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", -+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], -- "time": "2020-06-05T16:46:05+00:00" -+ "time": "2020-05-25T17:44:05+00:00" - }, - { -- "name": "doctrine/event-manager", -- "version": "1.1.1", -+ "name": "doctrine/reflection", -+ "version": "1.2.2", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/event-manager.git", -- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" -+ "url": "https://github.com/doctrine/reflection.git", -+ "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", -- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", -+ "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", -+ "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", - "shasum": "" - }, - "require": { -+ "doctrine/annotations": "^1.0", -+ "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" - }, - "conflict": { -- "doctrine/common": "<2.9@dev" -+ "doctrine/common": "<2.9" - }, - "require-dev": { -- "doctrine/coding-standard": "^6.0", -- "phpunit/phpunit": "^7.0" -+ "doctrine/coding-standard": "^6.0 || ^8.2.0", -+ "doctrine/common": "^2.10", -+ "phpstan/phpstan": "^0.11.0 || ^0.12.20", -+ "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", -+ "phpunit/phpunit": "^7.5 || ^9.1.5" - }, - "type": "library", - "extra": { - "branch-alias": { -- "dev-master": "1.0.x-dev" -+ "dev-master": "1.2.x-dev" - } - }, - "autoload": { -@@ -1988,494 +1688,383 @@ - "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", -+ "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": [ -- "event", -- "event dispatcher", -- "event manager", -- "event system", -- "events" -+ "reflection", -+ "static" - ], - "support": { -- "issues": "https://github.com/doctrine/event-manager/issues", -- "source": "https://github.com/doctrine/event-manager/tree/1.1.x" -+ "issues": "https://github.com/doctrine/reflection/issues", -+ "source": "https://github.com/doctrine/reflection/tree/1.2.2" - }, -- "funding": [ -- { -- "url": "https://www.doctrine-project.org/sponsorship.html", -- "type": "custom" -- }, -- { -- "url": "https://www.patreon.com/phpdoctrine", -- "type": "patreon" -- }, -- { -- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", -- "type": "tidelift" -- } -- ], -- "time": "2020-05-29T18:28:51+00:00" -+ "abandoned": "roave/better-reflection", -+ "time": "2020-10-27T21:46:55+00:00" - }, - { -- "name": "doctrine/inflector", -- "version": "1.4.4", -+ "name": "dompdf/dompdf", -+ "version": "v1.1.1", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/inflector.git", -- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" -+ "url": "https://github.com/dompdf/dompdf.git", -+ "reference": "de4aad040737a89fae2129cdeb0f79c45513128d" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", -- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", -+ "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d", -+ "reference": "de4aad040737a89fae2129cdeb0f79c45513128d", - "shasum": "" - }, - "require": { -+ "ext-dom": "*", -+ "ext-mbstring": "*", -+ "phenx/php-font-lib": "^0.5.2", -+ "phenx/php-svg-lib": "^0.3.3", - "php": "^7.1 || ^8.0" - }, - "require-dev": { -- "doctrine/coding-standard": "^8.0", -- "phpstan/phpstan": "^0.12", -- "phpstan/phpstan-phpunit": "^0.12", -- "phpstan/phpstan-strict-rules": "^0.12", -- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" -+ "mockery/mockery": "^1.3", -+ "phpunit/phpunit": "^7.5 || ^8 || ^9", -+ "squizlabs/php_codesniffer": "^3.5" - }, -- "type": "library", -- "extra": { -- "branch-alias": { -- "dev-master": "2.0.x-dev" -- } -+ "suggest": { -+ "ext-gd": "Needed to process images", -+ "ext-gmagick": "Improves image processing performance", -+ "ext-imagick": "Improves image processing performance", -+ "ext-zlib": "Needed for pdf stream compression" - }, -+ "type": "library", - "autoload": { - "psr-4": { -- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", -- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" -- } -+ "Dompdf\\": "src/" -+ }, -+ "classmap": [ -+ "lib/" -+ ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ -- "MIT" -+ "LGPL-2.1" - ], - "authors": [ - { -- "name": "Guilherme Blanco", -- "email": "guilhermeblanco@gmail.com" -+ "name": "Fabien Ménager", -+ "email": "fabien.menager@gmail.com" - }, - { -- "name": "Roman Borschel", -- "email": "roman@code-factory.org" -+ "name": "Brian Sweeney", -+ "email": "eclecticgeek@gmail.com" - }, - { -- "name": "Benjamin Eberlei", -- "email": "kontakt@beberlei.de" -- }, -- { -- "name": "Jonathan Wage", -- "email": "jonwage@gmail.com" -- }, -- { -- "name": "Johannes Schmitt", -- "email": "schmittjoh@gmail.com" -+ "name": "Gabriel Bull", -+ "email": "me@gabrielbull.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" -- ], -+ "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", -+ "homepage": "https://github.com/dompdf/dompdf", - "support": { -- "issues": "https://github.com/doctrine/inflector/issues", -- "source": "https://github.com/doctrine/inflector/tree/1.4.4" -+ "issues": "https://github.com/dompdf/dompdf/issues", -+ "source": "https://github.com/dompdf/dompdf/tree/v1.1.1" - }, -- "funding": [ -- { -- "url": "https://www.doctrine-project.org/sponsorship.html", -- "type": "custom" -- }, -- { -- "url": "https://www.patreon.com/phpdoctrine", -- "type": "patreon" -- }, -- { -- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", -- "type": "tidelift" -- } -- ], -- "time": "2021-04-16T17:34:40+00:00" -+ "time": "2021-11-24T00:45:04+00:00" - }, - { -- "name": "doctrine/lexer", -- "version": "1.2.1", -+ "name": "drupal/address", -+ "version": "1.9.0", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/lexer.git", -- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" -+ "url": "https://git.drupalcode.org/project/address.git", -+ "reference": "8.x-1.9" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", -- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", -- "shasum": "" -+ "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip", -+ "reference": "8.x-1.9", -+ "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05" - }, - "require": { -- "php": "^7.2 || ^8.0" -+ "commerceguys/addressing": "^1.0.7", -+ "drupal/core": "^8.8 || ^9" - }, - "require-dev": { -- "doctrine/coding-standard": "^6.0", -- "phpstan/phpstan": "^0.11.8", -- "phpunit/phpunit": "^8.2" -+ "drupal/token": "^1.0" - }, -- "type": "library", -+ "type": "drupal-module", - "extra": { -- "branch-alias": { -- "dev-master": "1.2.x-dev" -- } -- }, -- "autoload": { -- "psr-4": { -- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" -+ "drupal": { -+ "version": "8.x-1.9", -+ "datestamp": "1604422821", -+ "security-coverage": { -+ "status": "covered", -+ "message": "Covered by Drupal's security advisory policy" -+ } - } - }, -- "notification-url": "https://packagist.org/downloads/", -+ "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ -- "MIT" -+ "GPL-2.0-or-later" - ], - "authors": [ - { -- "name": "Guilherme Blanco", -- "email": "guilhermeblanco@gmail.com" -+ "name": "bojanz", -+ "homepage": "https://www.drupal.org/user/86106" - }, - { -- "name": "Roman Borschel", -- "email": "roman@code-factory.org" -+ "name": "dww", -+ "homepage": "https://www.drupal.org/user/46549" - }, - { -- "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" -- ], -- "support": { -- "issues": "https://github.com/doctrine/lexer/issues", -- "source": "https://github.com/doctrine/lexer/tree/1.2.1" -- }, -- "funding": [ -+ "name": "googletorp", -+ "homepage": "https://www.drupal.org/user/386230" -+ }, - { -- "url": "https://www.doctrine-project.org/sponsorship.html", -- "type": "custom" -+ "name": "jsacksick", -+ "homepage": "https://www.drupal.org/user/972218" - }, - { -- "url": "https://www.patreon.com/phpdoctrine", -- "type": "patreon" -+ "name": "mglaman", -+ "homepage": "https://www.drupal.org/user/2416470" - }, - { -- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", -- "type": "tidelift" -+ "name": "rszrama", -+ "homepage": "https://www.drupal.org/user/49344" - } - ], -- "time": "2020-05-25T17:44:05+00:00" -+ "description": "Provides functionality for storing, validating and displaying international postal addresses.", -+ "homepage": "http://drupal.org/project/address", -+ "support": { -+ "source": "https://git.drupalcode.org/project/address" -+ } - }, - { -- "name": "doctrine/persistence", -- "version": "1.3.8", -+ "name": "drupal/admin_toolbar", -+ "version": "3.0.3", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/persistence.git", -- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288" -+ "url": "https://git.drupalcode.org/project/admin_toolbar.git", -+ "reference": "3.0.3" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288", -- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288", -- "shasum": "" -+ "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.0.3.zip", -+ "reference": "3.0.3", -+ "shasum": "ce735c931c0bd6da79bd8e45ca459d61015bbe44" - }, - "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 || ^8.0" -- }, -- "conflict": { -- "doctrine/common": "<2.10@dev" -+ "drupal/core": "^8.8.0 || ^9.0" - }, - "require-dev": { -- "doctrine/coding-standard": "^6.0", -- "phpstan/phpstan": "^0.11", -- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", -- "vimeo/psalm": "^3.11" -+ "drupal/admin_toolbar_tools": "*" - }, -- "type": "library", -+ "type": "drupal-module", - "extra": { -- "branch-alias": { -- "dev-master": "1.3.x-dev" -- } -- }, -- "autoload": { -- "psr-4": { -- "Doctrine\\Common\\": "lib/Doctrine/Common", -- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" -+ "drupal": { -+ "version": "3.0.3", -+ "datestamp": "1632322497", -+ "security-coverage": { -+ "status": "covered", -+ "message": "Covered by Drupal's security advisory policy" -+ } - } - }, -- "notification-url": "https://packagist.org/downloads/", -+ "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ -- "MIT" -+ "GPL-2.0-or-later" - ], - "authors": [ - { -- "name": "Guilherme Blanco", -- "email": "guilhermeblanco@gmail.com" -+ "name": "Wilfrid Roze (eme)", -+ "homepage": "https://www.drupal.org/u/eme", -+ "role": "Maintainer" - }, - { -- "name": "Roman Borschel", -- "email": "roman@code-factory.org" -+ "name": "Romain Jarraud (romainj)", -+ "homepage": "https://www.drupal.org/u/romainj", -+ "role": "Maintainer" - }, - { -- "name": "Benjamin Eberlei", -- "email": "kontakt@beberlei.de" -+ "name": "Adrian Cid Almaguer (adriancid)", -+ "homepage": "https://www.drupal.org/u/adriancid", -+ "email": "adriancid@gmail.com", -+ "role": "Maintainer" - }, - { -- "name": "Jonathan Wage", -- "email": "jonwage@gmail.com" -+ "name": "Mohamed Anis Taktak (matio89)", -+ "homepage": "https://www.drupal.org/u/matio89", -+ "role": "Maintainer" - }, - { -- "name": "Johannes Schmitt", -- "email": "schmittjoh@gmail.com" -+ "name": "fethi.krout", -+ "homepage": "https://www.drupal.org/user/3206765" - }, - { -- "name": "Marco Pivetta", -- "email": "ocramius@gmail.com" -+ "name": "matio89", -+ "homepage": "https://www.drupal.org/user/2320090" -+ }, -+ { -+ "name": "romainj", -+ "homepage": "https://www.drupal.org/user/370706" - } - ], -- "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", -+ "description": "Provides a drop-down menu interface to the core Drupal Toolbar.", -+ "homepage": "http://drupal.org/project/admin_toolbar", - "keywords": [ -- "mapper", -- "object", -- "odm", -- "orm", -- "persistence" -+ "Drupal", -+ "Toolbar" - ], - "support": { -- "issues": "https://github.com/doctrine/persistence/issues", -- "source": "https://github.com/doctrine/persistence/tree/1.3.x" -- }, -- "funding": [ -- { -- "url": "https://www.doctrine-project.org/sponsorship.html", -- "type": "custom" -- }, -- { -- "url": "https://www.patreon.com/phpdoctrine", -- "type": "patreon" -- }, -- { -- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", -- "type": "tidelift" -- } -- ], -- "time": "2020-06-20T12:56:16+00:00" -+ "source": "https://git.drupalcode.org/project/admin_toolbar", -+ "issues": "https://www.drupal.org/project/issues/admin_toolbar" -+ } - }, - { -- "name": "doctrine/reflection", -- "version": "1.2.2", -+ "name": "drupal/authorization", -+ "version": "1.0.0-beta6", - "source": { - "type": "git", -- "url": "https://github.com/doctrine/reflection.git", -- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" -+ "url": "https://git.drupalcode.org/project/authorization.git", -+ "reference": "8.x-1.0-beta6" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", -- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", -- "shasum": "" -+ "url": "https://ftp.drupal.org/files/projects/authorization-8.x-1.0-beta6.zip", -+ "reference": "8.x-1.0-beta6", -+ "shasum": "c83b3b4ec67496dd87d8bb556b597b4d0989e9f7" - }, - "require": { -- "doctrine/annotations": "^1.0", -- "ext-tokenizer": "*", -- "php": "^7.1 || ^8.0" -- }, -- "conflict": { -- "doctrine/common": "<2.9" -- }, -- "require-dev": { -- "doctrine/coding-standard": "^6.0 || ^8.2.0", -- "doctrine/common": "^2.10", -- "phpstan/phpstan": "^0.11.0 || ^0.12.20", -- "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", -- "phpunit/phpunit": "^7.5 || ^9.1.5" -+ "drupal/core": "^8.7.7 || ^9", -+ "drupal/externalauth": "*" - }, -- "type": "library", -+ "type": "drupal-module", - "extra": { -- "branch-alias": { -- "dev-master": "1.2.x-dev" -- } -- }, -- "autoload": { -- "psr-4": { -- "Doctrine\\Common\\": "lib/Doctrine/Common" -+ "drupal": { -+ "version": "8.x-1.0-beta6", -+ "datestamp": "1631389169", -+ "security-coverage": { -+ "status": "not-covered", -+ "message": "Project has not opted into security advisory coverage!" -+ } - } - }, -- "notification-url": "https://packagist.org/downloads/", -+ "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ -- "MIT" -+ "GPL-2.0-or-later" - ], - "authors": [ - { -- "name": "Guilherme Blanco", -- "email": "guilhermeblanco@gmail.com" -- }, -- { -- "name": "Roman Borschel", -- "email": "roman@code-factory.org" -- }, -- { -- "name": "Benjamin Eberlei", -- "email": "kontakt@beberlei.de" -+ "name": "grahl", -+ "homepage": "https://www.drupal.org/user/146040" - }, - { -- "name": "Jonathan Wage", -- "email": "jonwage@gmail.com" -+ "name": "johnbarclay", -+ "homepage": "https://www.drupal.org/user/225037" - }, - { -- "name": "Johannes Schmitt", -- "email": "schmittjoh@gmail.com" -+ "name": "queenvictoria", -+ "homepage": "https://www.drupal.org/user/856454" - }, - { -- "name": "Marco Pivetta", -- "email": "ocramius@gmail.com" -+ "name": "webflo", -+ "homepage": "https://www.drupal.org/user/254778" - } - ], -- "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" -- ], -+ "description": "An abstraction layer for providers and consumers of authorizations.", -+ "homepage": "https://www.drupal.org/project/authorization", - "support": { -- "issues": "https://github.com/doctrine/reflection/issues", -- "source": "https://github.com/doctrine/reflection/tree/1.2.2" -- }, -- "abandoned": "roave/better-reflection", -- "time": "2020-10-27T21:46:55+00:00" -+ "source": "https://git.drupalcode.org/project/authorization" -+ } - }, - { -- "name": "dompdf/dompdf", -- "version": "v1.0.2", -+ "name": "drupal/better_exposed_filters", -+ "version": "5.0.0", - "source": { - "type": "git", -- "url": "https://github.com/dompdf/dompdf.git", -- "reference": "8768448244967a46d6e67b891d30878e0e15d25c" -+ "url": "https://git.drupalcode.org/project/better_exposed_filters.git", -+ "reference": "8.x-5.0" - }, - "dist": { - "type": "zip", -- "url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c", -- "reference": "8768448244967a46d6e67b891d30878e0e15d25c", -- "shasum": "" -+ "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0.zip", -+ "reference": "8.x-5.0", -+ "shasum": "ef575591af202b5c6867841ce58e1f447455e502" - }, - "require": { -- "ext-dom": "*", -- "ext-mbstring": "*", -- "phenx/php-font-lib": "^0.5.2", -- "phenx/php-svg-lib": "^0.3.3", -- "php": "^7.1 || ^8.0" -- }, -- "require-dev": { -- "mockery/mockery": "^1.3", -- "phpunit/phpunit": "^7.5 || ^8 || ^9", -- "squizlabs/php_codesniffer": "^3.5" -- }, -- "suggest": { -- "ext-gd": "Needed to process images", -- "ext-gmagick": "Improves image processing performance", -- "ext-imagick": "Improves image processing performance", -- "ext-zlib": "Needed for pdf stream compression" -+ "drupal/core": "^8.8 || ^9", -+ "drupal/jquery_ui": "^1.4", -+ "drupal/jquery_ui_datepicker": "^1.0", -+ "drupal/jquery_ui_slider": "^1.1", -+ "drupal/jquery_ui_touch_punch": "^1.0" - }, -- "type": "library", -+ "type": "drupal-module", - "extra": { -- "branch-alias": { -- "dev-develop": "0.7-dev" -+ "drupal": { -+ "version": "8.x-5.0", -+ "datestamp": "1634748760", -+ "security-coverage": { -+ "status": "covered", -+ "message": "Covered by Drupal's security advisory policy" -+ } - } - }, -- "autoload": { -- "psr-4": { -- "Dompdf\\": "src/" -- }, -- "classmap": [ -- "lib/" -- ] -- }, -- "notification-url": "https://packagist.org/downloads/", -+ "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ -- "LGPL-2.1" -+ "GPL-2.0-or-later" - ], - "authors": [ - { -- "name": "Fabien Ménager", -- "email": "fabien.menager@gmail.com" -+ "name": "Mike Keran", -+ "homepage": "https://www.drupal.org/u/mikeker" - }, - { -- "name": "Brian Sweeney", -- "email": "eclecticgeek@gmail.com" -+ "name": "Martin Keereman", -+ "homepage": "https://www.drupal.org/u/etroid" - }, - { -- "name": "Gabriel Bull", -- "email": "me@gabrielbull.com" -+ "name": "Neslee Canil Pinto", -+ "homepage": "https://www.drupal.org/u/neslee-canil-pinto" -+ }, -+ { -+ "name": "jkopel", -+ "homepage": "https://www.drupal.org/user/66207" -+ }, -+ { -+ "name": "mikeker", -+ "homepage": "https://www.drupal.org/user/192273" -+ }, -+ { -+ "name": "rlhawk", -+ "homepage": "https://www.drupal.org/user/352283" - } - ], -- "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", -- "homepage": "https://github.com/dompdf/dompdf", -+ "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", -+ "homepage": "https://www.drupal.org/project/better_exposed_filters", - "support": { -- "issues": "https://github.com/dompdf/dompdf/issues", -- "source": "https://github.com/dompdf/dompdf/tree/v1.0.2" -- }, -- "time": "2021-01-08T14:18:52+00:00" -+ "source": "https://git.drupalcode.org/project/better_exposed_filters", -+ "issues": "https://www.drupal.org/project/issues/better_exposed_filters" -+ } - }, - { -- "name": "drupal/address", -- "version": "1.9.0", -+ "name": "drupal/bootstrap", -+ "version": "3.23.0", - "source": { - "type": "git", -- "url": "https://git.drupalcode.org/project/address.git", -- "reference": "8.x-1.9" -+ "url": "https://git.drupalcode.org/project/bootstrap.git", -+ "reference": "8.x-3.23" - }, - "dist": { - "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip", -- "reference": "8.x-1.9", -- "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05" -+ "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.23.zip", -+ "reference": "8.x-3.23", -+ "shasum": "9849be667cc678a91ad29f77c2baea2cf16878bc" - }, - "require": { -- "commerceguys/addressing": "^1.0.7", -- "drupal/core": "^8.8 || ^9" -- }, -- "require-dev": { -- "drupal/token": "^1.0" -+ "drupal/core": "^8 || ^9" - }, -- "type": "drupal-module", -+ "type": "drupal-theme", - "extra": { - "drupal": { -- "version": "8.x-1.9", -- "datestamp": "1604422821", -+ "version": "8.x-3.23", -+ "datestamp": "1592175762", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" -@@ -2488,328 +2077,64 @@ - ], - "authors": [ - { -- "name": "bojanz", -- "homepage": "https://www.drupal.org/user/86106" -- }, -- { -- "name": "dww", -- "homepage": "https://www.drupal.org/user/46549" -- }, -- { -- "name": "googletorp", -- "homepage": "https://www.drupal.org/user/386230" -- }, -- { -- "name": "jsacksick", -- "homepage": "https://www.drupal.org/user/972218" -+ "name": "Mark Carver (markcarver)", -+ "homepage": "https://www.drupal.org/u/markcarver", -+ "role": "Maintainer" - }, - { -- "name": "mglaman", -- "homepage": "https://www.drupal.org/user/2416470" -+ "name": "John McCormick (neardark)", -+ "homepage": "https://www.drupal.org/u/neardark", -+ "role": "Co-maintainer" - }, - { -- "name": "rszrama", -- "homepage": "https://www.drupal.org/user/49344" -+ "name": "Fabiano Sant'Ana (wundo)", -+ "homepage": "https://www.drupal.org/u/wundo", -+ "role": "Co-maintainer" - } - ], -- "description": "Provides functionality for storing, validating and displaying international postal addresses.", -- "homepage": "http://drupal.org/project/address", -+ "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.", -+ "homepage": "https://www.drupal.org/project/bootstrap", - "support": { -- "source": "https://git.drupalcode.org/project/address" -+ "source": "https://git.drupalcode.org/project/bootstrap", -+ "docs": "https://drupal-bootstrap.org", -+ "issues": "https://www.drupal.org/project/issues/bootstrap", -+ "irc": "irc://irc.freenode.org/drupal-bootstrap" - } - }, - { -- "name": "drupal/admin_toolbar", -- "version": "3.0.3", -+ "name": "drupal/checklistapi", -+ "version": "2.0.0", - "source": { - "type": "git", -- "url": "https://git.drupalcode.org/project/admin_toolbar.git", -- "reference": "3.0.3" -+ "url": "https://git.drupalcode.org/project/checklistapi.git", -+ "reference": "2.0.0" - }, - "dist": { - "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.0.3.zip", -- "reference": "3.0.3", -- "shasum": "ce735c931c0bd6da79bd8e45ca459d61015bbe44" -+ "url": "https://ftp.drupal.org/files/projects/checklistapi-2.0.0.zip", -+ "reference": "2.0.0", -+ "shasum": "32aa1590ab68d41cf9f54c073a22bfd2f27abe36" - }, - "require": { -- "drupal/core": "^8.8.0 || ^9.0" -- }, -- "require-dev": { -- "drupal/admin_toolbar_tools": "*" -+ "drupal/core": "^8 || ^9", -+ "php": ">=5.6.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { -- "version": "3.0.3", -- "datestamp": "1632322497", -+ "version": "2.0.0", -+ "datestamp": "1595476219", - "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": "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": "https://git.drupalcode.org/project/admin_toolbar", -- "issues": "https://www.drupal.org/project/issues/admin_toolbar" -- } -- }, -- { -- "name": "drupal/authorization", -- "version": "dev-1.x", -- "source": { -- "type": "git", -- "url": "https://git.drupalcode.org/project/authorization.git", -- "reference": "5427170c2c736a4f14d2a4b2d552acd8d61e70a1" -- }, -- "require": { -- "drupal/core": "^8.7.7 || ^9", -- "drupal/externalauth": "*" -- }, -- "type": "drupal-module", -- "extra": { -- "branch-alias": { -- "dev-1.x": "1.x-dev" -- }, -- "drupal": { -- "version": "8.x-1.0-beta5+10-dev", -- "datestamp": "1631388358", -- "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": "grahl", -- "homepage": "https://www.drupal.org/user/146040" -- }, -- { -- "name": "johnbarclay", -- "homepage": "https://www.drupal.org/user/225037" -- }, -- { -- "name": "queenvictoria", -- "homepage": "https://www.drupal.org/user/856454" -- }, -- { -- "name": "webflo", -- "homepage": "https://www.drupal.org/user/254778" -- } -- ], -- "description": "An abstraction layer for providers and consumers of authorizations.", -- "homepage": "https://www.drupal.org/project/authorization", -- "support": { -- "source": "https://git.drupalcode.org/project/authorization" -- } -- }, -- { -- "name": "drupal/better_exposed_filters", -- "version": "4.0.0", -- "source": { -- "type": "git", -- "url": "https://git.drupalcode.org/project/better_exposed_filters.git", -- "reference": "8.x-4.0" -- }, -- "dist": { -- "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0.zip", -- "reference": "8.x-4.0", -- "shasum": "f298e83b9ae1c28f4ff54f3c6256146cbc7fc239" -- }, -- "require": { -- "drupal/core": "^8" -- }, -- "type": "drupal-module", -- "extra": { -- "drupal": { -- "version": "8.x-4.0", -- "datestamp": "1634748844", -- "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": "Mike Keran", -- "homepage": "https://www.drupal.org/u/mikeker" -- }, -- { -- "name": "Martin Keereman", -- "homepage": "https://www.drupal.org/u/etroid" -- }, -- { -- "name": "chr.fritsch", -- "homepage": "https://www.drupal.org/user/2103716" -- }, -- { -- "name": "jkopel", -- "homepage": "https://www.drupal.org/user/66207" -- }, -- { -- "name": "mikeker", -- "homepage": "https://www.drupal.org/user/192273" -- }, -- { -- "name": "rlhawk", -- "homepage": "https://www.drupal.org/user/352283" -- } -- ], -- "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", -- "homepage": "https://www.drupal.org/project/better_exposed_filters", -- "support": { -- "source": "https://git.drupalcode.org/project/better_exposed_filters", -- "issues": "https://www.drupal.org/project/issues/better_exposed_filters" -- } -- }, -- { -- "name": "drupal/bootstrap", -- "version": "3.23.0", -- "source": { -- "type": "git", -- "url": "https://git.drupalcode.org/project/bootstrap.git", -- "reference": "8.x-3.23" -- }, -- "dist": { -- "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.23.zip", -- "reference": "8.x-3.23", -- "shasum": "9849be667cc678a91ad29f77c2baea2cf16878bc" -- }, -- "require": { -- "drupal/core": "^8 || ^9" -- }, -- "type": "drupal-theme", -- "extra": { -- "drupal": { -- "version": "8.x-3.23", -- "datestamp": "1592175762", -- "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": "Mark Carver (markcarver)", -- "homepage": "https://www.drupal.org/u/markcarver", -- "role": "Maintainer" -- }, -- { -- "name": "John McCormick (neardark)", -- "homepage": "https://www.drupal.org/u/neardark", -- "role": "Co-maintainer" -- }, -- { -- "name": "Fabiano Sant'Ana (wundo)", -- "homepage": "https://www.drupal.org/u/wundo", -- "role": "Co-maintainer" -- } -- ], -- "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.", -- "homepage": "https://www.drupal.org/project/bootstrap", -- "support": { -- "source": "https://git.drupalcode.org/project/bootstrap", -- "docs": "https://drupal-bootstrap.org", -- "issues": "https://www.drupal.org/project/issues/bootstrap", -- "irc": "irc://irc.freenode.org/drupal-bootstrap" -- } -- }, -- { -- "name": "drupal/checklistapi", -- "version": "1.11.0", -- "source": { -- "type": "git", -- "url": "https://git.drupalcode.org/project/checklistapi.git", -- "reference": "8.x-1.11" -- }, -- "dist": { -- "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/checklistapi-8.x-1.11.zip", -- "reference": "8.x-1.11", -- "shasum": "78fcf8ff6edd02f2cdfc907981db119dfca795c2" -- }, -- "require": { -- "drupal/core": "^8 || ^9", -- "php": ">=5.6.0" -- }, -- "type": "drupal-module", -- "extra": { -- "drupal": { -- "version": "8.x-1.11", -- "datestamp": "1586540246", -- "security-coverage": { -- "status": "covered", -- "message": "Covered by Drupal's security advisory policy" -- } -- }, -- "branch-alias": { -- "dev-master": "1.x-dev" -- }, -- "drush": { -- "services": { -- "drush.services.yml": "^10" -+ } -+ }, -+ "branch-alias": { -+ "dev-master": "1.x-dev" -+ }, -+ "drush": { -+ "services": { -+ "drush.services.yml": "^10" - } - } - }, -@@ -2988,30 +2313,27 @@ - }, - { - "name": "drupal/ckeditor_a11ychecker", -- "version": "1.0.0", -+ "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_a11ychecker.git", -- "reference": "8.x-1.0" -- }, -- "dist": { -- "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/ckeditor_a11ychecker-8.x-1.0.zip", -- "reference": "8.x-1.0", -- "shasum": "ca034e8bc3451b19a13a55120263e6e12b76ec2f" -+ "reference": "a2099d09f362d8b005a53e8f2845858424cac3da" - }, - "require": { - "drupal/ckeditor_balloonpanel": "*", -- "drupal/core": "^8" -+ "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { -+ "branch-alias": { -+ "dev-1.x": "1.x-dev" -+ }, - "drupal": { -- "version": "8.x-1.0", -- "datestamp": "1466961539", -+ "version": "8.x-1.0+10-dev", -+ "datestamp": "1591740625", - "security-coverage": { -- "status": "covered", -- "message": "Covered by Drupal's security advisory policy" -+ "status": "not-covered", -+ "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, -@@ -3051,35 +2373,35 @@ - }, - { - "name": "drupal/ckeditor_balloonpanel", -- "version": "1.1.0", -+ "version": "2.0.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_balloonpanel.git", -- "reference": "8.x-1.1" -+ "reference": "2.0.0-alpha1" - }, - "dist": { - "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/ckeditor_balloonpanel-8.x-1.1.zip", -- "reference": "8.x-1.1", -- "shasum": "9ef2c9a7e3fefbe108d61593246a57bd2f0761c5" -+ "url": "https://ftp.drupal.org/files/projects/ckeditor_balloonpanel-2.0.0-alpha1.zip", -+ "reference": "2.0.0-alpha1", -+ "shasum": "8cca10a4b15fc059c6d2315f1544103b784628f6" - }, - "require": { -- "drupal/core": "^8" -+ "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { -- "version": "8.x-1.1", -- "datestamp": "1466961839", -+ "version": "2.0.0-alpha1", -+ "datestamp": "1620155058", - "security-coverage": { -- "status": "covered", -- "message": "Covered by Drupal's security advisory policy" -+ "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+" -+ "GPL-2.0-or-later" - ], - "authors": [ - { -@@ -3093,8 +2415,9 @@ - "role": "Maintainer" - }, - { -- "name": "edmund.dunn", -- "homepage": "https://www.drupal.org/user/3534438" -+ "name": "Edmund Dunn (edmund.dunn)", -+ "homepage": "https://www.drupal.org/u/edmunddunn", -+ "role": "Maintainer" - }, - { - "name": "pifagor", -@@ -3219,29 +2542,29 @@ - }, - { - "name": "drupal/coc_forms_auto_export", -- "version": "1.0.0-alpha1", -+ "version": "2.0.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/coc_forms_auto_export.git", -- "reference": "8.x-1.0-alpha1" -+ "reference": "2.0.0-alpha1" - }, - "dist": { - "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/coc_forms_auto_export-8.x-1.0-alpha1.zip", -- "reference": "8.x-1.0-alpha1", -- "shasum": "4575f81e3478cf1c6b2d3ff0aed86d5ebd5c825e" -+ "url": "https://ftp.drupal.org/files/projects/coc_forms_auto_export-2.0.0-alpha1.zip", -+ "reference": "2.0.0-alpha1", -+ "shasum": "e1fc1c169cbfecfd84badf70796b54f22521afc7" - }, - "require": { -- "drupal/core": "~8", -- "drupal/webform": "~5", -+ "drupal/core": "^8.8 || ^9", -+ "drupal/webform": "^6.0", - "drupal/webform_ui": "*", -- "phpseclib/phpseclib": "~2" -+ "phpseclib/phpseclib": "~3" - }, - "type": "drupal-module", - "extra": { - "drupal": { -- "version": "8.x-1.0-alpha1", -- "datestamp": "1544008080", -+ "version": "2.0.0-alpha1", -+ "datestamp": "1632137967", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" -@@ -3250,7 +2573,7 @@ - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ -- "GPL-2.0+" -+ "GPL-2.0-or-later" - ], - "authors": [ - { -@@ -3321,20 +2644,23 @@ - }, - { - "name": "drupal/config_filter", -- "version": "1.8.0", -+ "version": "2.2.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/config_filter.git", -- "reference": "8.x-1.8" -+ "reference": "8.x-2.2" - }, - "dist": { - "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.8.zip", -- "reference": "8.x-1.8", -- "shasum": "5def5f97e79d6f5af6bb7007f012443475c90bfe" -+ "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.2.zip", -+ "reference": "8.x-2.2", -+ "shasum": "dc6bc8107255066507cfc1d6766e664c3673cda0" - }, - "require": { -- "drupal/core": "^8 || ^9" -+ "drupal/core": "^8.8 || ^9" -+ }, -+ "conflict": { -+ "drush/drush": "<10" - }, - "suggest": { - "drupal/config_split": "Split site configuration for different environments." -@@ -3342,8 +2668,8 @@ - "type": "drupal-module", - "extra": { - "drupal": { -- "version": "8.x-1.8", -- "datestamp": "1603870062", -+ "version": "8.x-2.2", -+ "datestamp": "1601934694", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" -@@ -3445,24 +2771,26 @@ - }, - { - "name": "drupal/config_split", -- "version": "1.7.0", -+ "version": "2.0.0-beta5", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/config_split.git", -- "reference": "8.x-1.7" -+ "reference": "2.0.0-beta5" - }, - "dist": { - "type": "zip", -- "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.7.zip", -- "reference": "8.x-1.7", -- "shasum": "3cd524ebc0b52db31a6bef2c55693f4e62890b4f" -+ "url": "https://ftp.drupal.org/files/projects/config_split-2.0.0-beta5.zip", -+ "reference": "2.0.0-beta5", -+ "shasum": "b5cf4ee3d7af1ba38883bebead12678214a98f1e" - }, - "require": { -- "drupal/config_filter": "^1", - "drupal/core": "^8.8 || ^9" - }, - "conflict": { -- "drupal/console": "<1.3.2" -+ "drush/drush": "<10" -+ }, -+ "require-dev": { -+ "drupal/config_filter": "^1||^2" - }, - "suggest": { - "drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the