diff --git a/composer.lock b/composer.lock index 40bbe7f6024d4aedca1e0dfbcd47e86d3386d135..93fe198fb6690d1ec9bd991a7a7ac6429808c724 100644 --- a/composer.lock +++ b/composer.lock @@ -60,39 +60,37 @@ "time": "2021-08-18T11:28:21+00:00" }, { - "name": "composer/ca-bundle", - "version": "1.3.3", + "name": "doctrine/cache", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/composer/ca-bundle.git", - "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" + "url": "https://github.com/doctrine/cache.git", + "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", - "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", + "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", "shasum": "" }, "require": { - "ext-openssl": "*", - "ext-pcre": "*", - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "~7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "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" + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - } - }, "autoload": { "psr-4": { - "Composer\\CaBundle\\": "src" + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", @@ -101,76 +99,104 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "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": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "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": [ - "cabundle", - "cacert", - "certificate", - "ssl", - "tls" + "abstraction", + "apcu", + "cache", + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" ], "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.3" + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/2.2.0" }, "funding": [ { - "url": "https://packagist.com", + "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { - "url": "https://github.com/composer", - "type": "github" + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" }, { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", "type": "tidelift" } ], - "time": "2022-07-20T07:14:26+00:00" + "time": "2022-05-20T20:07:39+00:00" }, { - "name": "composer/class-map-generator", - "version": "1.0.0", + "name": "doctrine/dbal", + "version": "3.5.3", "source": { "type": "git", - "url": "https://github.com/composer/class-map-generator.git", - "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513" + "url": "https://github.com/doctrine/dbal.git", + "reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513", - "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/88fa7e5189fd5ec6682477044264dc0ed4e3aa1e", + "reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e", "shasum": "" }, "require": { - "composer/pcre": "^2 || ^3", - "php": "^7.2 || ^8.0", - "symfony/finder": "^4.4 || ^5.3 || ^6" + "composer-runtime-api": "^2", + "doctrine/cache": "^1.11|^2.0", + "doctrine/deprecations": "^0.5.3|^1", + "doctrine/event-manager": "^1|^2", + "php": "^7.4 || ^8.0", + "psr/cache": "^1|^2|^3", + "psr/log": "^1|^2|^3" }, "require-dev": { - "phpstan/phpstan": "^1.6", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.1", - "symfony/filesystem": "^5.4 || ^6", - "symfony/phpunit-bridge": "^5" + "doctrine/coding-standard": "11.0.0", + "jetbrains/phpstorm-stubs": "2022.3", + "phpstan/phpstan": "1.9.4", + "phpstan/phpstan-strict-rules": "^1.4", + "phpunit/phpunit": "9.5.27", + "psalm/plugin-phpunit": "0.18.4", + "squizlabs/php_codesniffer": "3.7.1", + "symfony/cache": "^5.4|^6.0", + "symfony/console": "^4.4|^5.4|^6.0", + "vimeo/psalm": "4.30.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - } + "suggest": { + "symfony/console": "For helpful console commands such as SQL execution and import of files." }, + "bin": [ + "bin/doctrine-dbal" + ], + "type": "library", "autoload": { "psr-4": { - "Composer\\ClassMapGenerator\\": "src" + "Doctrine\\DBAL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -179,178 +205,138 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "https://seld.be" + "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" } ], - "description": "Utilities to scan PHP code and generate class maps.", + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ - "classmap" + "abstraction", + "database", + "db2", + "dbal", + "mariadb", + "mssql", + "mysql", + "oci8", + "oracle", + "pdo", + "pgsql", + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlite", + "sqlserver", + "sqlsrv" ], "support": { - "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.0.0" + "issues": "https://github.com/doctrine/dbal/issues", + "source": "https://github.com/doctrine/dbal/tree/3.5.3" }, "funding": [ { - "url": "https://packagist.com", + "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { - "url": "https://github.com/composer", - "type": "github" + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" }, { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", "type": "tidelift" } ], - "time": "2022-06-19T11:31:27+00:00" + "time": "2023-01-12T10:21:44+00:00" }, { - "name": "composer/composer", - "version": "2.4.2", + "name": "doctrine/deprecations", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/composer/composer.git", - "reference": "7d887621e69a0311eb50aed4a16f7044b2b385b9" + "url": "https://github.com/doctrine/deprecations.git", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/7d887621e69a0311eb50aed4a16f7044b2b385b9", - "reference": "7d887621e69a0311eb50aed4a16f7044b2b385b9", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "shasum": "" }, "require": { - "composer/ca-bundle": "^1.0", - "composer/class-map-generator": "^1.0", - "composer/metadata-minifier": "^1.0", - "composer/pcre": "^2 || ^3", - "composer/semver": "^3.0", - "composer/spdx-licenses": "^1.5.7", - "composer/xdebug-handler": "^2.0.2 || ^3.0.3", - "justinrainbow/json-schema": "^5.2.11", - "php": "^7.2.5 || ^8.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "react/promise": "^2.8", - "seld/jsonlint": "^1.4", - "seld/phar-utils": "^1.2", - "seld/signal-handler": "^2.0", - "symfony/console": "^5.4.11 || ^6.0.11", - "symfony/filesystem": "^5.4 || ^6.0", - "symfony/finder": "^5.4 || ^6.0", - "symfony/polyfill-php73": "^1.24", - "symfony/polyfill-php80": "^1.24", - "symfony/process": "^5.4 || ^6.0" + "php": "^7.1|^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.4.1", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1.0", - "phpstan/phpstan-strict-rules": "^1", - "phpstan/phpstan-symfony": "^1.2.10", - "symfony/phpunit-bridge": "^6.0" + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3" }, "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" + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, - "bin": [ - "bin/composer" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.4-dev" - }, - "phpstan": { - "includes": [ - "phpstan/rules.neon" - ] - } - }, "autoload": { "psr-4": { - "Composer\\": "src/Composer" + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "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": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", - "homepage": "https://getcomposer.org/", - "keywords": [ - "autoload", - "dependency", - "package" - ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", "support": { - "irc": "ircs://irc.libera.chat:6697/composer", - "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.4.2" + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" }, - "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": "2022-09-14T14:11:15+00:00" + "time": "2022-05-02T15:47:09+00:00" }, { - "name": "composer/metadata-minifier", - "version": "1.0.0", + "name": "doctrine/event-manager", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/composer/metadata-minifier.git", - "reference": "c549d23829536f0d0e984aaabbf02af91f443207" + "url": "https://github.com/doctrine/event-manager.git", + "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", - "reference": "c549d23829536f0d0e984aaabbf02af91f443207", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", + "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" + "doctrine/deprecations": "^0.5.3 || ^1", + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": "<2.9" }, "require-dev": { - "composer/composer": "^2", - "phpstan/phpstan": "^0.12.55", - "symfony/phpunit-bridge": "^4.2 || ^5" + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.8", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.24" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - } - }, "autoload": { "psr-4": { - "Composer\\MetadataMinifier\\": "src" + "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -359,67 +345,85 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "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": "Small utility library that handles metadata minification and expansion.", + "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": [ - "composer", - "compression" + "event", + "event dispatcher", + "event manager", + "event system", + "events" ], "support": { - "issues": "https://github.com/composer/metadata-minifier/issues", - "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" + "issues": "https://github.com/doctrine/event-manager/issues", + "source": "https://github.com/doctrine/event-manager/tree/1.2.0" }, "funding": [ { - "url": "https://packagist.com", + "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { - "url": "https://github.com/composer", - "type": "github" + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" }, { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", "type": "tidelift" } ], - "time": "2021-04-07T13:37:33+00:00" + "time": "2022-10-12T20:51:15+00:00" }, { - "name": "composer/pcre", - "version": "3.0.0", + "name": "psr/cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/composer/pcre.git", - "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd" + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd", - "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "phpstan/phpstan": "^1.3", - "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^5" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Composer\\Pcre\\": "src" + "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -428,68 +432,47 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "description": "Common interface for caching libraries", "keywords": [ - "PCRE", - "preg", - "regex", - "regular expression" + "cache", + "psr", + "psr-6" ], "support": { - "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.0.0" + "source": "https://github.com/php-fig/cache/tree/master" }, - "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": "2022-02-25T20:21:48+00:00" + "time": "2016-08-06T20:24:11+00:00" }, { - "name": "composer/semver", - "version": "3.3.2", + "name": "psr/log", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpstan/phpstan": "^1.4", - "symfony/phpunit-bridge": "^4.2 || ^5" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { - "Composer\\Semver\\": "src" + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -498,79 +481,48 @@ ], "authors": [ { - "name": "Nils Adermann", - "email": "naderman@naderman.de", - "homepage": "http://www.naderman.de" - }, - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - }, - { - "name": "Rob Bast", - "email": "rob.bast@gmail.com", - "homepage": "http://robbast.nl" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "Semver library that offers utilities, version constraint parsing and validation.", + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ - "semantic", - "semver", - "validation", - "versioning" + "log", + "psr", + "psr-3" ], "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "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": "2022-04-01T19:23:25+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { - "name": "composer/spdx-licenses", - "version": "1.5.7", + "name": "psr/simple-cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/composer/spdx-licenses.git", - "reference": "c848241796da2abf65837d51dce1fae55a960149" + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", - "reference": "c848241796da2abf65837d51dce1fae55a960149", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpstan/phpstan": "^0.12.55", - "symfony/phpunit-bridge": "^4.2 || ^5" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Composer\\Spdx\\": "src" + "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -579,146 +531,154 @@ ], "authors": [ { - "name": "Nils Adermann", - "email": "naderman@naderman.de", - "homepage": "http://www.naderman.de" - }, - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - }, - { - "name": "Rob Bast", - "email": "rob.bast@gmail.com", - "homepage": "http://robbast.nl" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "SPDX licenses list and validation library.", + "description": "Common interfaces for simple caching", "keywords": [ - "license", - "spdx", - "validator" + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" ], "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" + "source": "https://github.com/php-fig/simple-cache/tree/master" }, - "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": "2022-05-23T07:37:50+00:00" + "time": "2017-10-23T01:57:42+00:00" }, { - "name": "composer/xdebug-handler", - "version": "3.0.3", + "name": "simplesamlphp/assert", + "version": "v0.8.0", "source": { "type": "git", - "url": "https://github.com/composer/xdebug-handler.git", - "reference": "ced299686f41dce890debac69273b47ffe98a40c" + "url": "https://github.com/simplesamlphp/assert.git", + "reference": "d3b0f38f4ae083822471c15e3c4a0401ddaeac73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", - "reference": "ced299686f41dce890debac69273b47ffe98a40c", + "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/d3b0f38f4ae083822471c15e3c4a0401ddaeac73", + "reference": "d3b0f38f4ae083822471c15e3c4a0401ddaeac73", "shasum": "" }, "require": { - "composer/pcre": "^1 || ^2 || ^3", - "php": "^7.2.5 || ^8.0", - "psr/log": "^1 || ^2 || ^3" + "ext-spl": "*", + "php": "^7.4 || ^8.0", + "webmozart/assert": "^1.11" }, "require-dev": { - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^6.0" + "simplesamlphp/simplesamlphp-test-framework": "^1.2.1" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v0.8.x-dev" + } + }, "autoload": { "psr-4": { - "Composer\\XdebugHandler\\": "src" + "SimpleSAML\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "John Stevenson", - "email": "john-stevenson@blueyonder.co.uk" + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + }, + { + "name": "Jaime Perez Crespo", + "email": "jaimepc@gmail.com" } ], - "description": "Restarts a process without Xdebug.", - "keywords": [ - "Xdebug", - "performance" - ], + "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments", "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" + "issues": "https://github.com/simplesamlphp/assert/issues", + "source": "https://github.com/simplesamlphp/assert/tree/v0.8.0" }, - "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": "2022-09-20T20:18:55+00:00" + }, + { + "name": "simplesamlphp/composer-module-installer", + "version": "v1.3.3", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/composer-module-installer.git", + "reference": "ad700e45b1813cd7bfb067bcf66c78c5b410125f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/ad700e45b1813cd7bfb067bcf66c78c5b410125f", + "reference": "ad700e45b1813cd7bfb067bcf66c78c5b410125f", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1 || ^2.0", + "php": "^7.4 || ^8.0", + "simplesamlphp/assert": "^0.8.0" + }, + "require-dev": { + "composer/composer": "^2.4", + "simplesamlphp/simplesamlphp-test-framework": "^1.2.1" + }, + "type": "composer-plugin", + "extra": { + "class": "SimpleSAML\\Composer\\ModuleInstallerPlugin" + }, + "autoload": { + "psr-4": { + "SimpleSAML\\Composer\\": "src/" } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-only" ], - "time": "2022-02-25T21:32:43+00:00" + "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.3.3" + }, + "time": "2023-01-31T09:51:44+00:00" }, { - "name": "doctrine/cache", - "version": "2.2.0", + "name": "webmozart/assert", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/doctrine/cache.git", - "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", - "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "~7.1 || ^8.0" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4" + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { - "cache/integration-tests": "dev-master", - "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "symfony/var-exporter": "^4.4 || ^5.4 || ^6" + "phpunit/phpunit": "^8.5.13" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, "autoload": { "psr-4": { - "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -727,104 +687,63 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Bernhard Schussek", + "email": "bschussek@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", + "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ - "abstraction", - "apcu", - "cache", - "caching", - "couchdb", - "memcached", - "php", - "redis", - "xcache" + "assert", + "check", + "validate" ], "support": { - "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/2.2.0" + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "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": "2022-05-20T20:07:39+00:00" - }, + "time": "2022-06-03T18:03:27+00:00" + } + ], + "packages-dev": [ { - "name": "doctrine/dbal", - "version": "3.4.5", + "name": "amphp/amp", + "version": "v2.6.2", "source": { "type": "git", - "url": "https://github.com/doctrine/dbal.git", - "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e" + "url": "https://github.com/amphp/amp.git", + "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e", - "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e", + "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb", + "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb", "shasum": "" }, "require": { - "composer-runtime-api": "^2", - "doctrine/cache": "^1.11|^2.0", - "doctrine/deprecations": "^0.5.3|^1", - "doctrine/event-manager": "^1.0", - "php": "^7.4 || ^8.0", - "psr/cache": "^1|^2|^3", - "psr/log": "^1|^2|^3" + "php": ">=7.1" }, "require-dev": { - "doctrine/coding-standard": "10.0.0", - "jetbrains/phpstorm-stubs": "2022.2", - "phpstan/phpstan": "1.8.3", - "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "9.5.24", - "psalm/plugin-phpunit": "0.17.0", - "squizlabs/php_codesniffer": "3.7.1", - "symfony/cache": "^5.4|^6.0", - "symfony/console": "^4.4|^5.4|^6.0", - "vimeo/psalm": "4.27.0" - }, - "suggest": { - "symfony/console": "For helpful console commands such as SQL execution and import of files." + "amphp/php-cs-fixer-config": "dev-master", + "amphp/phpunit-util": "^1", + "ext-json": "*", + "jetbrains/phpstorm-stubs": "^2019.3", + "phpunit/phpunit": "^7 | ^8 | ^9", + "psalm/phar": "^3.11@dev", + "react/promise": "^2" }, - "bin": [ - "bin/doctrine-dbal" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { + "files": [ + "lib/functions.php", + "lib/Internal/functions.php" + ], "psr-4": { - "Doctrine\\DBAL\\": "src" + "Amp\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", @@ -833,137 +752,159 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" + "name": "Daniel Lowrey", + "email": "rdlowrey@php.net" }, { - "name": "Roman Borschel", - "email": "roman@code-factory.org" + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" }, { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" + "name": "Bob Weinand", + "email": "bobwei9@hotmail.com" }, { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - } + "name": "Niklas Keller", + "email": "me@kelunik.com" + } ], - "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", - "homepage": "https://www.doctrine-project.org/projects/dbal.html", + "description": "A non-blocking concurrency framework for PHP applications.", + "homepage": "https://amphp.org/amp", "keywords": [ - "abstraction", - "database", - "db2", - "dbal", - "mariadb", - "mssql", - "mysql", - "oci8", - "oracle", - "pdo", - "pgsql", - "postgresql", - "queryobject", - "sasql", - "sql", - "sqlite", - "sqlserver", - "sqlsrv" + "async", + "asynchronous", + "awaitable", + "concurrency", + "event", + "event-loop", + "future", + "non-blocking", + "promise" ], "support": { - "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.4.5" + "irc": "irc://irc.freenode.org/amphp", + "issues": "https://github.com/amphp/amp/issues", + "source": "https://github.com/amphp/amp/tree/v2.6.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%2Fdbal", - "type": "tidelift" + "url": "https://github.com/amphp", + "type": "github" } ], - "time": "2022-09-23T17:48:57+00:00" + "time": "2022-02-20T17:52:18+00:00" }, { - "name": "doctrine/deprecations", - "version": "v1.0.0", + "name": "amphp/byte-stream", + "version": "v1.8.1", "source": { "type": "git", - "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "url": "https://github.com/amphp/byte-stream.git", + "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", + "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "amphp/amp": "^2", + "php": ">=7.1" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" - }, - "suggest": { - "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + "amphp/php-cs-fixer-config": "dev-master", + "amphp/phpunit-util": "^1.4", + "friendsofphp/php-cs-fixer": "^2.3", + "jetbrains/phpstorm-stubs": "^2019.3", + "phpunit/phpunit": "^6 || ^7 || ^8", + "psalm/phar": "^3.11.4" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, "autoload": { + "files": [ + "lib/functions.php" + ], "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + "Amp\\ByteStream\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", - "homepage": "https://www.doctrine-project.org/", + "authors": [ + { + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" + }, + { + "name": "Niklas Keller", + "email": "me@kelunik.com" + } + ], + "description": "A stream abstraction to make working with non-blocking I/O simple.", + "homepage": "http://amphp.org/byte-stream", + "keywords": [ + "amp", + "amphp", + "async", + "io", + "non-blocking", + "stream" + ], "support": { - "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "irc": "irc://irc.freenode.org/amphp", + "issues": "https://github.com/amphp/byte-stream/issues", + "source": "https://github.com/amphp/byte-stream/tree/v1.8.1" }, - "time": "2022-05-02T15:47:09+00:00" + "funding": [ + { + "url": "https://github.com/amphp", + "type": "github" + } + ], + "time": "2021-03-30T17:13:30+00:00" }, { - "name": "doctrine/event-manager", - "version": "1.1.2", + "name": "composer/ca-bundle", + "version": "1.3.5", "source": { "type": "git", - "url": "https://github.com/doctrine/event-manager.git", - "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683" + "url": "https://github.com/composer/ca-bundle.git", + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", - "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/common": "<2.9" + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "~1.4.10 || ^1.5.4", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.22" + "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" + } + }, "autoload": { "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" + "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -972,88 +913,76 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "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": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ - "event", - "event dispatcher", - "event manager", - "event system", - "events" + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" ], "support": { - "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/1.1.2" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/ca-bundle/issues", + "source": "https://github.com/composer/ca-bundle/tree/1.3.5" }, "funding": [ { - "url": "https://www.doctrine-project.org/sponsorship.html", + "url": "https://packagist.com", "type": "custom" }, { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" + "url": "https://github.com/composer", + "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", + "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], - "time": "2022-07-27T22:18:11+00:00" + "time": "2023-01-11T08:27:00+00:00" }, { - "name": "gettext/gettext", - "version": "v5.7.0", + "name": "composer/class-map-generator", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/php-gettext/Gettext.git", - "reference": "8657e580747bb3baacccdcebe69cac094661e404" + "url": "https://github.com/composer/class-map-generator.git", + "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404", - "reference": "8657e580747bb3baacccdcebe69cac094661e404", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513", + "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513", "shasum": "" }, "require": { - "gettext/languages": "^2.3", - "php": "^7.2|^8.0" + "composer/pcre": "^2 || ^3", + "php": "^7.2 || ^8.0", + "symfony/finder": "^4.4 || ^5.3 || ^6" }, "require-dev": { - "brick/varexporter": "^0.3.5", - "friendsofphp/php-cs-fixer": "^3.2", - "oscarotero/php-cs-fixer-config": "^2.0", - "phpunit/phpunit": "^8.0|^9.0", - "squizlabs/php_codesniffer": "^3.0" + "phpstan/phpstan": "^1.6", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/filesystem": "^5.4 || ^6", + "symfony/phpunit-bridge": "^5" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, "autoload": { "psr-4": { - "Gettext\\": "src" + "Composer\\ClassMapGenerator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1062,70 +991,102 @@ ], "authors": [ { - "name": "Oscar Otero", - "email": "oom@oscarotero.com", - "homepage": "http://oscarotero.com", - "role": "Developer" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" } ], - "description": "PHP gettext manager", - "homepage": "https://github.com/php-gettext/Gettext", + "description": "Utilities to scan PHP code and generate class maps.", "keywords": [ - "JS", - "gettext", - "i18n", - "mo", - "po", - "translation" + "classmap" ], "support": { - "email": "oom@oscarotero.com", - "issues": "https://github.com/php-gettext/Gettext/issues", - "source": "https://github.com/php-gettext/Gettext/tree/v5.7.0" + "issues": "https://github.com/composer/class-map-generator/issues", + "source": "https://github.com/composer/class-map-generator/tree/1.0.0" }, "funding": [ { - "url": "https://paypal.me/oscarotero", + "url": "https://packagist.com", "type": "custom" }, { - "url": "https://github.com/oscarotero", + "url": "https://github.com/composer", "type": "github" }, { - "url": "https://www.patreon.com/misteroom", - "type": "patreon" + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "time": "2022-07-27T19:54:55+00:00" + "time": "2022-06-19T11:31:27+00:00" }, { - "name": "gettext/languages", - "version": "2.9.0", + "name": "composer/composer", + "version": "2.5.2", "source": { "type": "git", - "url": "https://github.com/php-gettext/Languages.git", - "reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa" + "url": "https://github.com/composer/composer.git", + "reference": "c76c013c555160410af47c03a0e173518e3f5796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Languages/zipball/ed56dd2c7f4024cc953ed180d25f02f2640e3ffa", - "reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa", + "url": "https://api.github.com/repos/composer/composer/zipball/c76c013c555160410af47c03a0e173518e3f5796", + "reference": "c76c013c555160410af47c03a0e173518e3f5796", "shasum": "" }, "require": { - "php": ">=5.3" + "composer/ca-bundle": "^1.0", + "composer/class-map-generator": "^1.0", + "composer/metadata-minifier": "^1.0", + "composer/pcre": "^2.1 || ^3.1", + "composer/semver": "^3.0", + "composer/spdx-licenses": "^1.5.7", + "composer/xdebug-handler": "^2.0.2 || ^3.0.3", + "justinrainbow/json-schema": "^5.2.11", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "react/promise": "^2.8", + "seld/jsonlint": "^1.4", + "seld/phar-utils": "^1.2", + "seld/signal-handler": "^2.0", + "symfony/console": "^5.4.11 || ^6.0.11", + "symfony/filesystem": "^5.4 || ^6.0", + "symfony/finder": "^5.4 || ^6.0", + "symfony/polyfill-php73": "^1.24", + "symfony/polyfill-php80": "^1.24", + "symfony/polyfill-php81": "^1.24", + "symfony/process": "^5.4 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" + "phpstan/phpstan": "^1.9.3", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1", + "phpstan/phpstan-symfony": "^1.2.10", + "symfony/phpunit-bridge": "^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/export-plural-rules" + "bin/composer" ], "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "phpstan": { + "includes": [ + "phpstan/rules.neon" + ] + } + }, "autoload": { "psr-4": { - "Gettext\\Languages\\": "src/" + "Composer\\": "src/Composer" } }, "notification-url": "https://packagist.org/downloads/", @@ -1134,76 +1095,75 @@ ], "authors": [ { - "name": "Michele Locati", - "email": "mlocati@gmail.com", - "role": "Developer" + "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": "gettext languages with plural rules", - "homepage": "https://github.com/php-gettext/Languages", + "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": [ - "cldr", - "i18n", - "internationalization", - "l10n", - "language", - "languages", - "localization", - "php", - "plural", - "plural rules", - "plurals", - "translate", - "translations", - "unicode" + "autoload", + "dependency", + "package" ], "support": { - "issues": "https://github.com/php-gettext/Languages/issues", - "source": "https://github.com/php-gettext/Languages/tree/2.9.0" + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/composer/issues", + "source": "https://github.com/composer/composer/tree/2.5.2" }, "funding": [ { - "url": "https://paypal.me/mlocati", + "url": "https://packagist.com", "type": "custom" }, { - "url": "https://github.com/mlocati", + "url": "https://github.com/composer", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "time": "2021-11-11T17:30:39+00:00" + "time": "2023-02-04T13:33:22+00:00" }, { - "name": "gettext/translator", - "version": "v1.1.1", + "name": "composer/metadata-minifier", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/php-gettext/Translator.git", - "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb" + "url": "https://github.com/composer/metadata-minifier.git", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb", - "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb", + "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.15", - "gettext/gettext": "^5.0.0", - "oscarotero/php-cs-fixer-config": "^1.0", - "phpunit/phpunit": "^8.0", - "squizlabs/php_codesniffer": "^3.0" - }, - "suggest": { - "gettext/gettext": "Is necessary to load and generate array files used by the translator" + "composer/composer": "^2", + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, "autoload": { "psr-4": { - "Gettext\\": "src" + "Composer\\MetadataMinifier\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1212,75 +1172,72 @@ ], "authors": [ { - "name": "Oscar Otero", - "email": "oom@oscarotero.com", - "homepage": "http://oscarotero.com", - "role": "Developer" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "Gettext translator functions", - "homepage": "https://github.com/php-gettext/Translator", + "description": "Small utility library that handles metadata minification and expansion.", "keywords": [ - "gettext", - "i18n", - "php", - "translator" + "composer", + "compression" ], "support": { - "email": "oom@oscarotero.com", - "issues": "https://github.com/php-gettext/Translator/issues", - "source": "https://github.com/php-gettext/Translator/tree/v1.1.1" + "issues": "https://github.com/composer/metadata-minifier/issues", + "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" }, "funding": [ { - "url": "https://paypal.me/oscarotero", + "url": "https://packagist.com", "type": "custom" }, { - "url": "https://github.com/oscarotero", + "url": "https://github.com/composer", "type": "github" }, { - "url": "https://www.patreon.com/misteroom", - "type": "patreon" + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "time": "2022-02-23T20:29:40+00:00" + "time": "2021-04-07T13:37:33+00:00" }, { - "name": "justinrainbow/json-schema", - "version": "5.2.12", + "name": "composer/package-versions-deprecated", + "version": "1.11.99.5", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", "shasum": "" }, "require": { - "php": ">=5.3.3" + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7 || ^8" + }, + "replace": { + "ocramius/package-versions": "1.11.99" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", - "json-schema/json-schema-test-suite": "1.2.0", - "phpunit/phpunit": "^4.8.35" + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" }, - "bin": [ - "bin/validate-json" - ], - "type": "library", + "type": "composer-plugin", "extra": { + "class": "PackageVersions\\Installer", "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "JsonSchema\\": "src/JsonSchema/" + "PackageVersions\\": "src/PackageVersions" } }, "notification-url": "https://packagist.org/downloads/", @@ -1289,138 +1246,136 @@ ], "authors": [ { - "name": "Bruno Prieto Reis", - "email": "bruno.p.reis@gmail.com" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" }, { - "name": "Justin Rainbow", - "email": "justin.rainbow@gmail.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "support": { + "issues": "https://github.com/composer/package-versions-deprecated/issues", + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" }, { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" + "url": "https://github.com/composer", + "type": "github" }, { - "name": "Robert Schönthal", - "email": "seroscho@googlemail.com" + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "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.12" - }, - "time": "2022-04-13T08:02:27+00:00" + "time": "2022-01-17T14:14:24+00:00" }, { - "name": "phpmailer/phpmailer", - "version": "v6.6.4", + "name": "composer/pcre", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "a94fdebaea6bd17f51be0c2373ab80d3d681269b" + "url": "https://github.com/composer/pcre.git", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a94fdebaea6bd17f51be0c2373ab80d3d681269b", - "reference": "a94fdebaea6bd17f51be0c2373ab80d3d681269b", + "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-filter": "*", - "ext-hash": "*", - "php": ">=5.5.0" + "php": "^7.4 || ^8.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.2", - "php-parallel-lint/php-console-highlighter": "^1.0.0", - "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phpcompatibility/php-compatibility": "^9.3.5", - "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.6.2", - "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)" + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^5" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, "autoload": { "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" + "Composer\\Pcre\\": "src" } }, "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": "Brent R. Matzelle" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], "support": { - "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.4" + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.1.0" }, "funding": [ { - "url": "https://github.com/Synchro", + "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": "2022-08-22T09:22:00+00:00" + "time": "2022-11-17T09:50:14+00:00" }, { - "name": "psr/cache", - "version": "1.0.1", + "name": "composer/semver", + "version": "3.3.2", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/composer/semver.git", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.4", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" + "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1429,42 +1384,79 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "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": "Common interface for caching libraries", + "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ - "cache", - "psr", - "psr-6" + "semantic", + "semver", + "validation", + "versioning" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/semver/issues", + "source": "https://github.com/composer/semver/tree/3.3.2" }, - "time": "2016-08-06T20:24:11+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": "2022-04-01T19:23:25+00:00" }, { - "name": "psr/container", - "version": "1.1.2", + "name": "composer/spdx-licenses", + "version": "1.5.7", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "url": "https://github.com/composer/spdx-licenses.git", + "reference": "c848241796da2abf65837d51dce1fae55a960149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", + "reference": "c848241796da2abf65837d51dce1fae55a960149", "shasum": "" }, "require": { - "php": ">=7.4.0" + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1473,51 +1465,76 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "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": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "SPDX licenses list and validation library.", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "license", + "spdx", + "validator" ], "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/spdx-licenses/issues", + "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" }, - "time": "2021-11-05T16:50:12+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": "2022-05-23T07:37:50+00:00" }, { - "name": "psr/event-dispatcher", - "version": "1.0.0", + "name": "composer/xdebug-handler", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "ced299686f41dce890debac69273b47ffe98a40c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", + "reference": "ced299686f41dce890debac69273b47ffe98a40c", "shasum": "" }, "require": { - "php": ">=7.2.0" + "composer/pcre": "^1 || ^2 || ^3", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1 || ^2 || ^3" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^6.0" }, + "type": "library", "autoload": { "psr-4": { - "Psr\\EventDispatcher\\": "src/" + "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1526,98 +1543,104 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" } ], - "description": "Standard interfaces for event handling.", + "description": "Restarts a process without Xdebug.", "keywords": [ - "events", - "psr", - "psr-14" + "Xdebug", + "performance" ], "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" }, - "time": "2019-01-08T18:20:26+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": "2022-02-25T21:32:43+00:00" }, { - "name": "psr/log", - "version": "1.1.4", + "name": "dnoegel/php-xdg-base-dir", + "version": "v0.1.1", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.3.2" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } + "require-dev": { + "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" }, + "type": "library", "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "XdgBaseDir\\": "src/" } }, "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" - ], + "description": "implementation of xdg base directory specification for php", "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues", + "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2019-12-04T15:06:13+00:00" }, { - "name": "psr/simple-cache", - "version": "1.0.1", + "name": "doctrine/instantiator", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + "url": "https://github.com/doctrine/instantiator.git", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.1 || ^8.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "doctrine/coding-standard": "^9 || ^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.30 || ^5.4" }, + "type": "library", "autoload": { "psr-4": { - "Psr\\SimpleCache\\": "src/" + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1626,169 +1649,167 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" } ], - "description": "Common interfaces for simple caching", + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" + "constructor", + "instantiate" ], "support": { - "source": "https://github.com/php-fig/simple-cache/tree/master" + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.5.0" }, - "time": "2017-10-23T01:57:42+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": "2022-12-30T00:15:36+00:00" }, { - "name": "react/promise", - "version": "v2.9.0", + "name": "felixfbecker/advanced-json-rpc", + "version": "v3.2.1", "source": { "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" + "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", + "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", - "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447", + "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447", "shasum": "" }, "require": { - "php": ">=5.4.0" + "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", + "php": "^7.1 || ^8.0", + "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^7.0 || ^8.0" }, "type": "library", "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { - "React\\Promise\\": "src/" + "AdvancedJsonRpc\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "ISC" ], "authors": [ { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" + "name": "Felix Becker", + "email": "felix.b@outlook.com" } ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "keywords": [ - "promise", - "promises" - ], + "description": "A more advanced JSONRPC implementation", "support": { - "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.9.0" + "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues", + "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1" }, - "funding": [ - { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" - } - ], - "time": "2022-02-11T10:27:51+00:00" + "time": "2021-06-11T22:34:44+00:00" }, { - "name": "robrichards/xmlseclibs", - "version": "3.1.1", + "name": "felixfbecker/language-server-protocol", + "version": "v1.5.2", "source": { "type": "git", - "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + "url": "https://github.com/felixfbecker/php-language-server-protocol.git", + "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842", + "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842", "shasum": "" }, "require": { - "ext-openssl": "*", - "php": ">= 5.4" + "php": ">=7.1" + }, + "require-dev": { + "phpstan/phpstan": "*", + "squizlabs/php_codesniffer": "^3.1", + "vimeo/psalm": "^4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, "autoload": { "psr-4": { - "RobRichards\\XMLSecLibs\\": "src" + "LanguageServerProtocol\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "ISC" ], - "description": "A PHP library for XML Security", - "homepage": "https://github.com/robrichards/xmlseclibs", + "authors": [ + { + "name": "Felix Becker", + "email": "felix.b@outlook.com" + } + ], + "description": "PHP classes for the Language Server Protocol", "keywords": [ - "security", - "signature", - "xml", - "xmldsig" + "language", + "microsoft", + "php", + "server" ], "support": { - "issues": "https://github.com/robrichards/xmlseclibs/issues", - "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", + "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2" }, - "time": "2020-09-05T13:00:25+00:00" + "time": "2022-03-02T22:36:06+00:00" }, { - "name": "seld/jsonlint", - "version": "1.9.0", + "name": "gettext/gettext", + "version": "v5.7.0", "source": { "type": "git", - "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "4211420d25eba80712bff236a98960ef68b866b7" + "url": "https://github.com/php-gettext/Gettext.git", + "reference": "8657e580747bb3baacccdcebe69cac094661e404" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", - "reference": "4211420d25eba80712bff236a98960ef68b866b7", + "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404", + "reference": "8657e580747bb3baacccdcebe69cac094661e404", "shasum": "" }, "require": { - "php": "^5.3 || ^7.0 || ^8.0" + "gettext/languages": "^2.3", + "php": "^7.2|^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.5", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" + "brick/varexporter": "^0.3.5", + "friendsofphp/php-cs-fixer": "^3.2", + "oscarotero/php-cs-fixer-config": "^2.0", + "phpunit/phpunit": "^8.0|^9.0", + "squizlabs/php_codesniffer": "^3.0" }, - "bin": [ - "bin/jsonlint" - ], "type": "library", "autoload": { "psr-4": { - "Seld\\JsonLint\\": "src/Seld/JsonLint/" + "Gettext\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1797,60 +1818,70 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "Oscar Otero", + "email": "oom@oscarotero.com", + "homepage": "http://oscarotero.com", + "role": "Developer" } ], - "description": "JSON Linter", + "description": "PHP gettext manager", + "homepage": "https://github.com/php-gettext/Gettext", "keywords": [ - "json", - "linter", - "parser", - "validator" + "JS", + "gettext", + "i18n", + "mo", + "po", + "translation" ], "support": { - "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" + "email": "oom@oscarotero.com", + "issues": "https://github.com/php-gettext/Gettext/issues", + "source": "https://github.com/php-gettext/Gettext/tree/v5.7.0" }, "funding": [ { - "url": "https://github.com/Seldaek", + "url": "https://paypal.me/oscarotero", + "type": "custom" + }, + { + "url": "https://github.com/oscarotero", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", - "type": "tidelift" + "url": "https://www.patreon.com/misteroom", + "type": "patreon" } ], - "time": "2022-04-01T13:37:23+00:00" + "time": "2022-07-27T19:54:55+00:00" }, { - "name": "seld/phar-utils", - "version": "1.2.1", + "name": "gettext/languages", + "version": "2.10.0", "source": { "type": "git", - "url": "https://github.com/Seldaek/phar-utils.git", - "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" + "url": "https://github.com/php-gettext/Languages.git", + "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", - "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", + "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", "shasum": "" }, "require": { "php": ">=5.3" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } + "require-dev": { + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" }, + "bin": [ + "bin/export-plural-rules" + ], + "type": "library", "autoload": { "psr-4": { - "Seld\\PharUtils\\": "src/" + "Gettext\\Languages\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1859,54 +1890,76 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be" + "name": "Michele Locati", + "email": "mlocati@gmail.com", + "role": "Developer" } ], - "description": "PHAR file format utilities, for when PHP phars you up", + "description": "gettext languages with plural rules", + "homepage": "https://github.com/php-gettext/Languages", "keywords": [ - "phar" + "cldr", + "i18n", + "internationalization", + "l10n", + "language", + "languages", + "localization", + "php", + "plural", + "plural rules", + "plurals", + "translate", + "translations", + "unicode" ], "support": { - "issues": "https://github.com/Seldaek/phar-utils/issues", - "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" + "issues": "https://github.com/php-gettext/Languages/issues", + "source": "https://github.com/php-gettext/Languages/tree/2.10.0" }, - "time": "2022-08-31T10:31:18+00:00" + "funding": [ + { + "url": "https://paypal.me/mlocati", + "type": "custom" + }, + { + "url": "https://github.com/mlocati", + "type": "github" + } + ], + "time": "2022-10-18T15:00:10+00:00" }, { - "name": "seld/signal-handler", - "version": "2.0.1", + "name": "gettext/translator", + "version": "v1.1.1", "source": { "type": "git", - "url": "https://github.com/Seldaek/signal-handler.git", - "reference": "f69d119511dc0360440cdbdaa71829c149b7be75" + "url": "https://github.com/php-gettext/Translator.git", + "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75", - "reference": "f69d119511dc0360440cdbdaa71829c149b7be75", + "url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb", + "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": "^7.2|^8.0" }, "require-dev": { - "phpstan/phpstan": "^1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "^7.5.20 || ^8.5.23", - "psr/log": "^1 || ^2 || ^3" + "friendsofphp/php-cs-fixer": "^2.15", + "gettext/gettext": "^5.0.0", + "oscarotero/php-cs-fixer-config": "^1.0", + "phpunit/phpunit": "^8.0", + "squizlabs/php_codesniffer": "^3.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.x-dev" - } + "suggest": { + "gettext/gettext": "Is necessary to load and generate array files used by the translator" }, + "type": "library", "autoload": { "psr-4": { - "Seld\\Signal\\": "src/" + "Gettext\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1915,604 +1968,468 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "Oscar Otero", + "email": "oom@oscarotero.com", + "homepage": "http://oscarotero.com", + "role": "Developer" } ], - "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", + "description": "Gettext translator functions", + "homepage": "https://github.com/php-gettext/Translator", "keywords": [ - "posix", - "sigint", - "signal", - "sigterm", - "unix" + "gettext", + "i18n", + "php", + "translator" ], "support": { - "issues": "https://github.com/Seldaek/signal-handler/issues", - "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1" + "email": "oom@oscarotero.com", + "issues": "https://github.com/php-gettext/Translator/issues", + "source": "https://github.com/php-gettext/Translator/tree/v1.1.1" }, - "time": "2022-07-20T18:31:45+00:00" + "funding": [ + { + "url": "https://paypal.me/oscarotero", + "type": "custom" + }, + { + "url": "https://github.com/oscarotero", + "type": "github" + }, + { + "url": "https://www.patreon.com/misteroom", + "type": "patreon" + } + ], + "time": "2022-02-23T20:29:40+00:00" }, { - "name": "simplesamlphp/assert", - "version": "v0.8.0", + "name": "justinrainbow/json-schema", + "version": "5.2.12", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/assert.git", - "reference": "d3b0f38f4ae083822471c15e3c4a0401ddaeac73" + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/d3b0f38f4ae083822471c15e3c4a0401ddaeac73", - "reference": "d3b0f38f4ae083822471c15e3c4a0401ddaeac73", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { - "ext-spl": "*", - "php": "^7.4 || ^8.0", - "webmozart/assert": "^1.11" + "php": ">=5.3.3" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "^1.2.1" + "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": "v0.8.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "SimpleSAML\\Assert\\": "src/" + "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" }, { - "name": "Jaime Perez Crespo", - "email": "jaimepc@gmail.com" + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" } ], - "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments", + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], "support": { - "issues": "https://github.com/simplesamlphp/assert/issues", - "source": "https://github.com/simplesamlphp/assert/tree/v0.8.0" + "issues": "https://github.com/justinrainbow/json-schema/issues", + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" }, - "time": "2022-09-20T20:18:55+00:00" + "time": "2022-04-13T08:02:27+00:00" }, { - "name": "simplesamlphp/composer-module-installer", - "version": "v1.2.0", + "name": "myclabs/deep-copy", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/composer-module-installer.git", - "reference": "27b4fe96198ffaff3ab49c87b40f4cb24de77b01" + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/27b4fe96198ffaff3ab49c87b40f4cb24de77b01", - "reference": "27b4fe96198ffaff3ab49c87b40f4cb24de77b01", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1 || ^2.0", - "php": "^7.4 || ^8.0", - "simplesamlphp/simplesamlphp": "*" + "php": "^7.1 || ^8.0" }, - "type": "composer-plugin", - "extra": { - "class": "SimpleSAML\\Composer\\ModuleInstallerPlugin" + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, + "type": "library", "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], "psr-4": { - "SimpleSAML\\Composer\\": "src/" + "DeepCopy\\": "src/DeepCopy/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-only" + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" ], - "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.2.0" + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" }, - "time": "2022-08-31T17:20:27+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" }, { - "name": "simplesamlphp/saml2", - "version": "v4.6.3", + "name": "netresearch/jsonmapper", + "version": "v4.1.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "bfc9c79dd6b728a41d1de988f545f6e64728a51d" + "url": "https://github.com/cweiske/jsonmapper.git", + "reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/bfc9c79dd6b728a41d1de988f545f6e64728a51d", - "reference": "bfc9c79dd6b728a41d1de988f545f6e64728a51d", + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/cfa81ea1d35294d64adb9c68aa4cb9e92400e53f", + "reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-openssl": "*", - "ext-zlib": "*", - "php": ">=7.1 || ^8.0", - "psr/log": "~1.1 || ^2.0 || ^3.0", - "robrichards/xmlseclibs": "^3.1.1", - "webmozart/assert": "^1.9" + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "php": ">=7.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", + "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0", "squizlabs/php_codesniffer": "~3.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "v4.2.x-dev" - } - }, "autoload": { - "psr-4": { - "SAML2\\": "src/SAML2" + "psr-0": { + "JsonMapper": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "OSL-3.0" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Christian Weiske", + "email": "cweiske@cweiske.de", + "homepage": "http://github.com/cweiske/jsonmapper/", + "role": "Developer" } ], - "description": "SAML2 PHP library from SimpleSAMLphp", + "description": "Map nested JSON structures onto PHP classes", "support": { - "issues": "https://github.com/simplesamlphp/saml2/issues", - "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.3" + "email": "cweiske@cweiske.de", + "issues": "https://github.com/cweiske/jsonmapper/issues", + "source": "https://github.com/cweiske/jsonmapper/tree/v4.1.0" }, - "time": "2022-06-13T14:04:10+00:00" + "time": "2022-12-08T20:46:14+00:00" }, { - "name": "simplesamlphp/simplesamlphp", - "version": "v2.0.0-rc2", + "name": "nikic/php-parser", + "version": "v4.15.3", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp.git", - "reference": "2cf4ec863ab9aa59eb4ad0b5287ab8ab97360089" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/2cf4ec863ab9aa59eb4ad0b5287ab8ab97360089", - "reference": "2cf4ec863ab9aa59eb4ad0b5287ab8ab97360089", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", "shasum": "" }, "require": { - "composer/composer": "^2.3", - "ext-date": "*", - "ext-dom": "*", - "ext-hash": "*", - "ext-intl": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "ext-pcre": "*", - "ext-spl": "*", - "ext-zlib": "*", - "gettext/gettext": "^5.6.1", - "gettext/translator": "^1.0.1", - "php": ">=7.4 || ^8.0", - "phpmailer/phpmailer": "^6.5", - "simplesamlphp/assert": "^0.8.0", - "simplesamlphp/saml2": "^4.6", - "symfony/cache": "^5.4", - "symfony/config": "^5.4", - "symfony/console": "^5.4", - "symfony/dependency-injection": "^5.4", - "symfony/filesystem": "^5.4", - "symfony/finder": "^5.4", - "symfony/framework-bundle": "^5.4", - "symfony/http-foundation": "^5.4", - "symfony/http-kernel": "^5.4", - "symfony/intl": "^5.4", - "symfony/routing": "^5.4", - "symfony/translation-contracts": "^2.5", - "symfony/twig-bridge": "^5.4", - "symfony/var-exporter": "^5.4", - "symfony/yaml": "^5.4", - "twig/intl-extra": "^3.3", - "twig/twig": "^3.3.8" + "ext-tokenizer": "*", + "php": ">=7.0" }, "require-dev": { - "ext-curl": "*", - "ext-pdo_sqlite": "*", - "mikey179/vfsstream": "~1.6", - "simplesamlphp/simplesamlphp-module-adfs": ">=2.0.0-rc5", - "simplesamlphp/simplesamlphp-test-framework": "^1.2.1", - "simplesamlphp/xml-security": "^0.6.6" + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.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", - "predis/predis": "Needed if a Redis server is used to store session information" + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } }, - "type": "project", "autoload": { - "files": [ - "src/_autoload_modules.php" - ], "psr-4": { - "SimpleSAML\\": "src/SimpleSAML", - "SimpleSAML\\Module\\core\\": "modules/core/src", - "SimpleSAML\\Module\\cron\\": "modules/cron/src", - "SimpleSAML\\Module\\saml\\": "modules/saml/src", - "SimpleSAML\\Module\\admin\\": "modules/admin/src", - "SimpleSAML\\Module\\multiauth\\": "modules/multiauth/src", - "SimpleSAML\\Module\\exampleauth\\": "modules/exampleauth/src" + "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "BSD-3-Clause" ], "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" + "name": "Nikita Popov" } ], - "description": "A PHP implementation of a SAML 2.0 service provider and identity provider.", - "homepage": "http://simplesamlphp.org", + "description": "A PHP parser written in PHP", "keywords": [ - "SAML2", - "idp", - "oauth", - "shibboleth", - "sp", - "ws-federation" + "parser", + "php" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp" + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" }, - "time": "2022-09-22T06:38:05+00:00" + "time": "2023-01-16T22:05:37+00:00" }, { - "name": "symfony/cache", - "version": "v5.4.11", + "name": "openlss/lib-array2xml", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/cache.git", - "reference": "5a0fff46df349f0db3fe242263451fddf5277362" + "url": "https://github.com/nullivex/lib-array2xml.git", + "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362", - "reference": "5a0fff46df349f0db3fe242263451fddf5277362", + "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", + "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", "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" + "php": ">=5.3.2" }, "type": "library", "autoload": { - "psr-4": { - "Symfony\\Component\\Cache\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "LSS": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache-2.0" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Bryan Tong", + "email": "bryan@nullivex.com", + "homepage": "https://www.nullivex.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Tony Butler", + "email": "spudz76@gmail.com", + "homepage": "https://www.nullivex.com" } ], - "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", - "homepage": "https://symfony.com", + "description": "Array2XML conversion library credit to lalit.org", + "homepage": "https://www.nullivex.com", "keywords": [ - "caching", - "psr6" + "array", + "array conversion", + "xml", + "xml conversion" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.11" + "issues": "https://github.com/nullivex/lib-array2xml/issues", + "source": "https://github.com/nullivex/lib-array2xml/tree/master" }, - "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": "2022-07-28T15:25:17+00:00" + "time": "2019-03-29T20:06:56+00:00" }, { - "name": "symfony/cache-contracts", - "version": "v2.5.2", + "name": "phar-io/manifest", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/cache-contracts.git", - "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", - "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/cache": "^1.0|^2.0|^3.0" - }, - "suggest": { - "symfony/cache-implementation": "" + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Contracts\\Cache\\": "" - } + "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" - } - ], - "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.2" - }, - "funding": [ - { - "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": "2022-01-02T09:53:40+00:00" + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" }, { - "name": "symfony/config", - "version": "v5.4.11", + "name": "phar-io/version", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379" + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/filesystem": "^4.4|^5.0|^6.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22" - }, - "conflict": { - "symfony/finder": "<4.4" - }, - "require-dev": { - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/messenger": "^4.4|^5.0|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/yaml": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" + "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "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" - } - ], - "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/v5.4.11" - }, - "funding": [ - { - "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": "2022-07-20T13:00:38+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.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" }, { - "name": "symfony/console", - "version": "v5.4.12", + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1", - "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.1|^6.0" - }, - "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/event-dispatcher": "<4.4", - "symfony/lock": "<4.4", - "symfony/process": "<4.4" - }, - "provide": { - "psr/log-implementation": "1.0|2.0" - }, - "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "php": "^7.2 || ^8.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpDocumentor\\Reflection\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2520,94 +2437,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": "Eases the creation of beautiful and testable command line interfaces", - "homepage": "https://symfony.com", + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", "keywords": [ - "cli", - "command line", - "console", - "terminal" + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.12" + "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": "2022-08-17T13:18:05+00:00" + "time": "2020-06-27T09:03:43+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v5.4.11", + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a8b9251016e9476db73e25fa836904bc0bf74c62", - "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22", - "symfony/service-contracts": "^1.1.6|^2" - }, - "conflict": { - "ext-psr": "<1.1|>=2", - "symfony/config": "<5.3", - "symfony/finder": "<4.4", - "symfony/proxy-manager-bridge": "<4.4", - "symfony/yaml": "<4.4.26" - }, - "provide": { - "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0|2.0" + "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/config": "^5.3|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/yaml": "^4.4.26|^5.0|^6.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": "" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpDocumentor\\Reflection\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2615,66 +2498,58 @@ ], "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": "Allows you to standardize and centralize the way objects are constructed in your application", - "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/dependency-injection/tree/v5.4.11" + "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": "2022-07-20T13:00:38+00:00" + "time": "2021-10-19T17:43:47+00:00" }, { - "name": "symfony/deprecation-contracts", - "version": "v2.5.2", + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", "source": { "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "shasum": "" }, "require": { - "php": ">=7.1" + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-1.x": "1.x-dev" } }, "autoload": { - "files": [ - "function.php" - ] + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2682,700 +2557,539 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.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", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-10-14T12:47:21+00:00" }, { - "name": "symfony/error-handler", - "version": "v5.4.11", + "name": "phpmailer/phpmailer", + "version": "v6.7.1", "source": { "type": "git", - "url": "https://github.com/symfony/error-handler.git", - "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8" + "url": "https://github.com/PHPMailer/PHPMailer.git", + "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/f75d17cb4769eb38cd5fccbda95cd80a054d35c8", - "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55", + "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^4.4|^5.0|^6.0" + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "php": ">=5.5.0" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/serializer": "^4.4|^5.0|^6.0" + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", + "doctrine/annotations": "^1.2.6 || ^1.13.3", + "php-parallel-lint/php-console-highlighter": "^1.0.0", + "php-parallel-lint/php-parallel-lint": "^1.3.2", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.7.1", + "yoast/phpunit-polyfills": "^1.0.4" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "ext-openssl": "Needed for secure SMTP sending and DKIM signing", + "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", + "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" }, - "bin": [ - "Resources/bin/patch-type-declarations" - ], "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\ErrorHandler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "PHPMailer\\PHPMailer\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-only" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" } ], - "description": "Provides tools to manage errors and ease debugging PHP code", - "homepage": "https://symfony.com", + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.4.11" + "issues": "https://github.com/PHPMailer/PHPMailer/issues", + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/Synchro", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2022-07-29T07:37:50+00:00" + "time": "2022-12-08T13:30:06+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v5.4.9", + "name": "phpunit/php-code-coverage", + "version": "9.2.24", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc" + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc", - "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/event-dispatcher-contracts": "^2|^3", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "symfony/dependency-injection": "<4.4" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0" + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "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": { - "psr/log": "^1|^2|^3", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/error-handler": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^4.4|^5.0|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^4.4|^5.0|^6.0" + "phpunit/phpunit": "^9.3" }, "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "ext-pcov": "*", + "ext-xdebug": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "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", + "role": "lead" } ], - "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", - "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": [ + "coverage", + "testing", + "xunit" + ], "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9" + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" }, "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": "2022-05-05T16:45:39+00:00" + "time": "2023-01-26T08:26:55+00:00" }, { - "name": "symfony/event-dispatcher-contracts", - "version": "v2.5.2", + "name": "phpunit/php-file-iterator", + "version": "3.0.6", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", - "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/event-dispatcher": "^1" + "php": ">=7.3" }, - "suggest": { - "symfony/event-dispatcher-implementation": "" + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Contracts\\EventDispatcher\\": "" - } + "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": "Generic abstractions related to dispatching event", - "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": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" + "filesystem", + "iterator" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" + "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": "2022-01-02T09:53:40+00:00" + "time": "2021-12-02T12:48:52+00:00" }, { - "name": "symfony/filesystem", - "version": "v5.4.12", + "name": "phpunit/php-invoker", + "version": "3.1.1", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447" + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447", - "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8", - "symfony/polyfill-php80": "^1.16" + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-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": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Provides basic utilities for the filesystem", - "homepage": "https://symfony.com", + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.12" + "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": "2022-08-02T13:48:16+00:00" + "time": "2020-09-28T05:58:55+00:00" }, { - "name": "symfony/finder", - "version": "v5.4.11", + "name": "phpunit/php-text-template", + "version": "2.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c" + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c", - "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "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", + "role": "lead" } ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.11" + "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": "2022-07-29T07:37:50+00:00" + "time": "2020-10-26T05:33:50+00:00" }, { - "name": "symfony/framework-bundle", - "version": "v5.4.12", + "name": "phpunit/php-timer", + "version": "5.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/framework-bundle.git", - "reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/49f8fe5d39b7513a3f26898788885dbe66b0d910", - "reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", "shasum": "" }, "require": { - "ext-xml": "*", - "php": ">=7.2.5", - "symfony/cache": "^5.2|^6.0", - "symfony/config": "^5.3|^6.0", - "symfony/dependency-injection": "^5.4.5|^6.0.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/error-handler": "^4.4.1|^5.0.1|^6.0", - "symfony/event-dispatcher": "^5.1|^6.0", - "symfony/filesystem": "^4.4|^5.0|^6.0", - "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^5.3|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22", - "symfony/routing": "^5.3|^6.0" - }, - "conflict": { - "doctrine/annotations": "<1.13.1", - "doctrine/cache": "<1.11", - "doctrine/persistence": "<1.3", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "phpunit/phpunit": "<5.4.3", - "symfony/asset": "<5.3", - "symfony/console": "<5.2.5", - "symfony/dom-crawler": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/form": "<5.2", - "symfony/http-client": "<4.4", - "symfony/lock": "<4.4", - "symfony/mailer": "<5.2", - "symfony/messenger": "<5.4", - "symfony/mime": "<4.4", - "symfony/property-access": "<5.3", - "symfony/property-info": "<4.4", - "symfony/security-csrf": "<5.3", - "symfony/serializer": "<5.2", - "symfony/service-contracts": ">=3.0", - "symfony/stopwatch": "<4.4", - "symfony/translation": "<5.3", - "symfony/twig-bridge": "<4.4", - "symfony/twig-bundle": "<4.4", - "symfony/validator": "<5.2", - "symfony/web-profiler-bundle": "<4.4", - "symfony/workflow": "<5.2" + "php": ">=7.3" }, "require-dev": { - "doctrine/annotations": "^1.13.1", - "doctrine/cache": "^1.11|^2.0", - "doctrine/persistence": "^1.3|^2|^3", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^5.3|^6.0", - "symfony/browser-kit": "^5.4|^6.0", - "symfony/console": "^5.4.9|^6.0.9", - "symfony/css-selector": "^4.4|^5.0|^6.0", - "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0", - "symfony/dotenv": "^5.1|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/form": "^5.2|^6.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/mailer": "^5.2|^6.0", - "symfony/messenger": "^5.4|^6.0", - "symfony/mime": "^4.4|^5.0|^6.0", - "symfony/notifier": "^5.4|^6.0", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/property-info": "^4.4|^5.0|^6.0", - "symfony/rate-limiter": "^5.2|^6.0", - "symfony/security-bundle": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0", - "symfony/stopwatch": "^4.4|^5.0|^6.0", - "symfony/string": "^5.0|^6.0", - "symfony/translation": "^5.3|^6.0", - "symfony/twig-bundle": "^4.4|^5.0|^6.0", - "symfony/validator": "^5.2|^6.0", - "symfony/web-link": "^4.4|^5.0|^6.0", - "symfony/workflow": "^5.2|^6.0", - "symfony/yaml": "^4.4|^5.0|^6.0", - "twig/twig": "^2.10|^3.0" + "phpunit/phpunit": "^9.3" }, - "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": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } }, - "type": "symfony-bundle", "autoload": { - "psr-4": { - "Symfony\\Bundle\\FrameworkBundle\\": "" - }, - "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", + "role": "lead" } ], - "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", - "homepage": "https://symfony.com", + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.4.12" + "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": "2022-08-26T10:32:10+00:00" + "time": "2020-10-26T13:16:10+00:00" }, { - "name": "symfony/http-foundation", - "version": "v5.4.12", + "name": "phpunit/phpunit", + "version": "9.6.3", "source": { "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791" + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4bfe9611b113b15d98a43da68ec9b5a00d56791", - "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.16" - }, - "require-dev": { - "predis/predis": "~1.0", - "symfony/cache": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", - "symfony/mime": "^4.4|^5.0|^6.0", - "symfony/rate-limiter": "^5.2|^6.0" + "doctrine/instantiator": "^1.3.1 || ^2", + "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", + "phpunit/php-code-coverage": "^9.2.13", + "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.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" }, "suggest": { - "symfony/mime": "To use the file extension guesser" + "ext-soap": "*", + "ext-xdebug": "*" }, + "bin": [ + "phpunit" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "src/Framework/Assert/Functions.php" + ], + "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", + "role": "lead" } ], - "description": "Defines an object-oriented layer for the HTTP specification", - "homepage": "https://symfony.com", + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.12" + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" }, "funding": [ { - "url": "https://symfony.com/sponsor", + "url": "https://phpunit.de/sponsors.html", "type": "custom" }, { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", "type": "tidelift" } ], - "time": "2022-08-19T07:33:17+00:00" + "time": "2023-02-04T13:37:15+00:00" }, { - "name": "symfony/http-kernel", - "version": "v5.4.12", + "name": "psr/container", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be" + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/37f660fa3bcd78fe4893ce23ebe934618ec099be", - "reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/log": "^1|^2", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/error-handler": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^5.0|^6.0", - "symfony/http-foundation": "^5.3.7|^6.0", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "symfony/browser-kit": "<5.4", - "symfony/cache": "<5.0", - "symfony/config": "<5.0", - "symfony/console": "<4.4", - "symfony/dependency-injection": "<5.3", - "symfony/doctrine-bridge": "<5.0", - "symfony/form": "<5.0", - "symfony/http-client": "<5.0", - "symfony/mailer": "<5.0", - "symfony/messenger": "<5.0", - "symfony/translation": "<5.0", - "symfony/twig-bridge": "<5.0", - "symfony/validator": "<5.0", - "twig/twig": "<2.13" - }, - "provide": { - "psr/log-implementation": "1.0|2.0" - }, - "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^5.4|^6.0", - "symfony/config": "^5.0|^6.0", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/css-selector": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^5.3|^6.0", - "symfony/dom-crawler": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/routing": "^4.4|^5.0|^6.0", - "symfony/stopwatch": "^4.4|^5.0|^6.0", - "symfony/translation": "^4.4|^5.0|^6.0", - "symfony/translation-contracts": "^1.1|^2|^3", - "twig/twig": "^2.13|^3.0.4" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" + "php": ">=7.4.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3383,71 +3097,52 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "Provides a structured process for converting a Request into a Response", - "homepage": "https://symfony.com", + "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": { - "source": "https://github.com/symfony/http-kernel/tree/v5.4.12" + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.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", - "type": "tidelift" - } - ], - "time": "2022-08-26T14:40:40+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { - "name": "symfony/intl", - "version": "v5.4.11", + "name": "psr/event-dispatcher", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e" + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/d305c0c1d31b30b3876e041804c35e49e5f8a96e", - "reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" - }, - "require-dev": { - "symfony/filesystem": "^4.4|^5.0|^6.0" + "php": ">=7.2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { - "files": [ - "Resources/functions.php" - ], "psr-4": { - "Symfony\\Component\\Intl\\": "" - }, - "classmap": [ - "Resources/stubs" - ], - "exclude-from-classmap": [ - "/Tests/" - ] + "Psr\\EventDispatcher\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3455,90 +3150,49 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", - "homepage": "https://symfony.com", + "description": "Standard interfaces for event handling.", "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" + "events", + "psr", + "psr-14" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.4.11" + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.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": "2022-07-20T11:34:24+00:00" + "time": "2019-01-08T18:20:26+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.26.0", + "name": "react/promise", + "version": "v2.9.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "url": "https://github.com/reactphp/promise.git", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" + "php": ">=5.4.0" }, - "suggest": { - "ext-ctype": "For best performance" + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, "autoload": { "files": [ - "bootstrap.php" + "src/functions_include.php" ], "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" + "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3547,1308 +3201,963 @@ ], "authors": [ { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", + "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" + "promise", + "promises" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v2.9.0" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/WyriHaximus", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "url": "https://github.com/clue", + "type": "github" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-02-11T10:27:51+00:00" }, { - "name": "symfony/polyfill-intl-grapheme", - "version": "v1.26.0", + "name": "robrichards/xmlseclibs", + "version": "3.1.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "433d05519ce6990bf3530fba6957499d327395c2" + "url": "https://github.com/robrichards/xmlseclibs.git", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-intl": "For best performance" + "ext-openssl": "*", + "php": ">= 5.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "BSD-3-Clause" ], - "description": "Symfony polyfill for intl's grapheme_* functions", - "homepage": "https://symfony.com", + "description": "A PHP library for XML Security", + "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ - "compatibility", - "grapheme", - "intl", - "polyfill", - "portable", - "shim" + "security", + "signature", + "xml", + "xmldsig" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" + "issues": "https://github.com/robrichards/xmlseclibs/issues", + "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.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": "2022-05-24T11:49:31+00:00" + "time": "2020-09-05T13:00:25+00:00" }, { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.26.0", + "name": "sebastian/cli-parser", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", "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.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.0-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "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", - "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" - ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.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": "2022-05-24T11:49:31+00:00" + "time": "2020-09-28T06:08:49+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.26.0", + "name": "sebastian/code-unit", + "version": "1.0.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" + "php": ">=7.3" }, - "suggest": { - "ext-mbstring": "For best performance" + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.0-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } + "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", - "keywords": [ - "compatibility", - "mbstring", - "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-mbstring/tree/v1.26.0" + "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": "2022-05-24T11:49:31+00:00" + "time": "2020-10-26T13:08:54+00:00" }, { - "name": "symfony/polyfill-php73", - "version": "v1.26.0", + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "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.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "2.0-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, "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 7.3+ 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-php73/tree/v1.26.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": "2022-05-24T11:49:31+00:00" + "time": "2020-09-28T05:30:19+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "name": "sebastian/comparator", + "version": "4.0.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "4.0-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "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": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" } ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "comparator", + "compare", + "equality" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.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": "2022-05-10T07:21:04+00:00" + "time": "2022-09-14T12:41:17+00:00" }, { - "name": "symfony/polyfill-php81", - "version": "v1.26.0", + "name": "sebastian/complexity", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", "shasum": "" }, "require": { - "php": ">=7.1" + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "2.0-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, "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 backporting some PHP 8.1+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" }, "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": "2022-05-24T11:49:31+00:00" + "time": "2020-10-26T15:52:27+00:00" }, { - "name": "symfony/process", - "version": "v5.4.11", + "name": "sebastian/diff", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" }, "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": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], - "description": "Executes commands in sub-processes", - "homepage": "https://symfony.com", + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], "support": { - "source": "https://github.com/symfony/process/tree/v5.4.11" + "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": "2022-06-27T16:58:25+00:00" + "time": "2020-10-26T13:10:38+00:00" }, { - "name": "symfony/routing", - "version": "v5.4.11", + "name": "sebastian/environment", + "version": "5.1.5", "source": { "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226" + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3e01ccd9b2a3a4167ba2b3c53612762300300226", - "reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "doctrine/annotations": "<1.12", - "symfony/config": "<5.3", - "symfony/dependency-injection": "<4.4", - "symfony/yaml": "<4.4" + "php": ">=7.3" }, "require-dev": { - "doctrine/annotations": "^1.12", - "psr/log": "^1|^2|^3", - "symfony/config": "^5.3|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^4.4|^5.0|^6.0", - "symfony/yaml": "^4.4|^5.0|^6.0" + "phpunit/phpunit": "^9.3" }, "suggest": { - "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" + "ext-posix": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-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": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Maps an HTTP request to a set of configuration variables", - "homepage": "https://symfony.com", + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ - "router", - "routing", - "uri", - "url" + "Xdebug", + "environment", + "hhvm" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.4.11" + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" }, "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": "2022-07-20T13:00:38+00:00" + "time": "2023-02-03T06:03:51+00:00" }, { - "name": "symfony/service-contracts", - "version": "v2.5.2", + "name": "sebastian/exporter", + "version": "4.0.5", "source": { "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" - }, - "conflict": { - "ext-psr": "<1.1|>=2" + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" }, - "suggest": { - "symfony/service-implementation": "" + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Contracts\\Service\\": "" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.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": "Generic abstractions related to writing services", - "homepage": "https://symfony.com", + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" + "export", + "exporter" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" }, "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": "2022-05-30T19:17:29+00:00" + "time": "2022-09-14T06:03:37+00:00" }, { - "name": "symfony/string", - "version": "v5.4.12", + "name": "sebastian/global-state", + "version": "5.0.5", "source": { "type": "git", - "url": "https://github.com/symfony/string.git", - "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058" + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058", - "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-intl-grapheme": "~1.0", - "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "~1.15" - }, - "conflict": { - "symfony/translation-contracts": ">=3.0" + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0|^6.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/translation-contracts": "^1.1|^2", - "symfony/var-exporter": "^4.4|^5.0|^6.0" + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, "autoload": { - "files": [ - "Resources/functions.php" - ], - "psr-4": { - "Symfony\\Component\\String\\": "" - }, - "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" } ], - "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", - "homepage": "https://symfony.com", + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ - "grapheme", - "i18n", - "string", - "unicode", - "utf-8", - "utf8" + "global state" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.12" + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" }, "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": "2022-08-12T17:03:11+00:00" + "time": "2022-02-14T08:28:10+00:00" }, { - "name": "symfony/translation-contracts", - "version": "v2.5.2", + "name": "sebastian/lines-of-code", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/translation-contracts.git", - "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", - "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", "shasum": "" }, "require": { - "php": ">=7.2.5" + "nikic/php-parser": "^4.6", + "php": ">=7.3" }, - "suggest": { - "symfony/translation-implementation": "" + "require-dev": { + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Contracts\\Translation\\": "" - } + "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": "Generic abstractions related to translation", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], + "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/translation-contracts/tree/v2.5.2" + "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": "2022-06-27T16:58:25+00:00" + "time": "2020-11-28T06:42:11+00:00" }, { - "name": "symfony/twig-bridge", - "version": "v5.4.12", + "name": "sebastian/object-enumerator", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/twig-bridge.git", - "reference": "94c3b38514c953e3e84719c96d4e578a01ca1819" + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/94c3b38514c953e3e84719c96d4e578a01ca1819", - "reference": "94c3b38514c953e3e84719c96d4e578a01ca1819", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1|^2|^3", - "twig/twig": "^2.13|^3.0.4" - }, - "conflict": { - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "symfony/console": "<5.3", - "symfony/form": "<5.3", - "symfony/http-foundation": "<5.3", - "symfony/http-kernel": "<4.4", - "symfony/translation": "<5.2", - "symfony/workflow": "<5.2" + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" }, "require-dev": { - "doctrine/annotations": "^1.12", - "egulias/email-validator": "^2.1.10|^3", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^4.4|^5.0|^6.0", - "symfony/console": "^5.3|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/form": "^5.3|^6.0", - "symfony/http-foundation": "^5.3|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/intl": "^4.4|^5.0|^6.0", - "symfony/mime": "^5.2|^6.0", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/routing": "^4.4|^5.0|^6.0", - "symfony/security-acl": "^2.8|^3.0", - "symfony/security-core": "^4.4|^5.0|^6.0", - "symfony/security-csrf": "^4.4|^5.0|^6.0", - "symfony/security-http": "^4.4|^5.0|^6.0", - "symfony/serializer": "^5.2|^6.0", - "symfony/stopwatch": "^4.4|^5.0|^6.0", - "symfony/translation": "^5.2|^6.0", - "symfony/web-link": "^4.4|^5.0|^6.0", - "symfony/workflow": "^5.2|^6.0", - "symfony/yaml": "^4.4|^5.0|^6.0", - "twig/cssinliner-extra": "^2.12|^3", - "twig/inky-extra": "^2.12|^3", - "twig/markdown-extra": "^2.12|^3" + "phpunit/phpunit": "^9.3" }, - "suggest": { - "symfony/asset": "For using the AssetExtension", - "symfony/expression-language": "For using the ExpressionExtension", - "symfony/finder": "", - "symfony/form": "For using the FormExtension", - "symfony/http-kernel": "For using the HttpKernelExtension", - "symfony/routing": "For using the RoutingExtension", - "symfony/security-core": "For using the SecurityExtension", - "symfony/security-csrf": "For using the CsrfExtension", - "symfony/security-http": "For using the LogoutUrlExtension", - "symfony/stopwatch": "For using the StopwatchExtension", - "symfony/translation": "For using the TranslationExtension", - "symfony/var-dumper": "For using the DumpExtension", - "symfony/web-link": "For using the WebLinkExtension", - "symfony/yaml": "For using the YamlExtension" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } }, - "type": "symfony-bridge", "autoload": { - "psr-4": { - "Symfony\\Bridge\\Twig\\": "" - }, - "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": "Provides integration for Twig with various Symfony components", - "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/twig-bridge/tree/v5.4.12" + "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": "2022-08-03T13:09:21+00:00" + "time": "2020-10-26T13:12:34+00:00" }, { - "name": "symfony/var-dumper", - "version": "v5.4.11", + "name": "sebastian/object-reflector", + "version": "2.0.4", "source": { "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861" - }, + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861", - "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "phpunit/phpunit": "<5.4.3", - "symfony/console": "<4.4" + "php": ">=7.3" }, "require-dev": { - "ext-iconv": "*", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", - "twig/twig": "^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": "2.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" } ], - "description": "Provides mechanisms for walking through any arbitrary PHP variable", - "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.11" + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/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": "2022-07-20T13:00:38+00:00" + "time": "2020-10-26T13:14:26+00:00" }, { - "name": "symfony/var-exporter", - "version": "v5.4.10", + "name": "sebastian/recursion-context", + "version": "4.0.5", "source": { "type": "git", - "url": "https://github.com/symfony/var-exporter.git", - "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340" + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340", - "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=7.3" }, "require-dev": { - "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" + "phpunit/phpunit": "^9.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\VarExporter\\": "" - }, - "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": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], - "description": "Allows exporting any serializable PHP data structure to plain PHP code", - "homepage": "https://symfony.com", - "keywords": [ - "clone", - "construct", - "export", - "hydrate", - "instantiate", - "serialize" - ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.10" + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" }, "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": "2022-05-27T12:56:18+00:00" + "time": "2023-02-03T06:07:39+00:00" }, { - "name": "symfony/yaml", - "version": "v5.4.12", + "name": "sebastian/resource-operations", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c" + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", - "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/console": "<5.3" + "php": ">=7.3" }, "require-dev": { - "symfony/console": "^5.3|^6.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "phpunit/phpunit": "^9.0" }, - "bin": [ - "Resources/bin/yaml-lint" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.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": "Loads and dumps YAML files", - "homepage": "https://symfony.com", + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.12" + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.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": "2022-08-02T15:52:22+00:00" + "time": "2020-09-28T06:45:17+00:00" }, { - "name": "twig/intl-extra", - "version": "v3.4.2", + "name": "sebastian/type", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/twigphp/intl-extra.git", - "reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a" + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a", - "reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/intl": "^4.4|^5.0|^6.0", - "twig/twig": "^2.7|^3.0" + "php": ">=7.3" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { @@ -4857,156 +4166,116 @@ } }, "autoload": { - "psr-4": { - "Twig\\Extra\\Intl\\": "" - }, - "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", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "A Twig extension for Intl", - "homepage": "https://twig.symfony.com", - "keywords": [ - "intl", - "twig" - ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", "support": { - "source": "https://github.com/twigphp/intl-extra/tree/v3.4.2" + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" }, "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": "2022-06-10T08:33:05+00:00" + "time": "2023-02-03T06:13:03+00:00" }, { - "name": "twig/twig", - "version": "v3.4.3", + "name": "sebastian/version", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58", - "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + "php": ">=7.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "Twig\\": "src/" - } - }, + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.4.3" + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" }, "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": "2022-09-28T08:42:51+00:00" + "time": "2020-09-28T06:39:44+00:00" }, { - "name": "webmozart/assert", - "version": "1.11.0", + "name": "seld/jsonlint", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "4211420d25eba80712bff236a98960ef68b866b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", + "reference": "4211420d25eba80712bff236a98960ef68b866b7", "shasum": "" }, "require": { - "ext-ctype": "*", - "php": "^7.2 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" + "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5.13" + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" }, + "bin": [ + "bin/jsonlint" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, "autoload": { "psr-4": { - "Webmozart\\Assert\\": "src/" + "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5015,63 +4284,60 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "Assertions to validate method input/output with nice error messages.", + "description": "JSON Linter", "keywords": [ - "assert", - "check", - "validate" + "json", + "linter", + "parser", + "validator" ], "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" + "issues": "https://github.com/Seldaek/jsonlint/issues", + "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" }, - "time": "2022-06-03T18:03:27+00:00" - } - ], - "packages-dev": [ + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", + "type": "tidelift" + } + ], + "time": "2022-04-01T13:37:23+00:00" + }, { - "name": "amphp/amp", - "version": "v2.6.2", + "name": "seld/phar-utils", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/amphp/amp.git", - "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb" + "url": "https://github.com/Seldaek/phar-utils.git", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb", - "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "require-dev": { - "amphp/php-cs-fixer-config": "dev-master", - "amphp/phpunit-util": "^1", - "ext-json": "*", - "jetbrains/phpstorm-stubs": "^2019.3", - "phpunit/phpunit": "^7 | ^8 | ^9", - "psalm/phar": "^3.11@dev", - "react/promise": "^2" + "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { - "files": [ - "lib/functions.php", - "lib/Internal/functions.php" - ], "psr-4": { - "Amp\\": "lib" + "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5080,86 +4346,54 @@ ], "authors": [ { - "name": "Daniel Lowrey", - "email": "rdlowrey@php.net" - }, - { - "name": "Aaron Piotrowski", - "email": "aaron@trowski.com" - }, - { - "name": "Bob Weinand", - "email": "bobwei9@hotmail.com" - }, - { - "name": "Niklas Keller", - "email": "me@kelunik.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" } ], - "description": "A non-blocking concurrency framework for PHP applications.", - "homepage": "https://amphp.org/amp", + "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ - "async", - "asynchronous", - "awaitable", - "concurrency", - "event", - "event-loop", - "future", - "non-blocking", - "promise" + "phar" ], "support": { - "irc": "irc://irc.freenode.org/amphp", - "issues": "https://github.com/amphp/amp/issues", - "source": "https://github.com/amphp/amp/tree/v2.6.2" + "issues": "https://github.com/Seldaek/phar-utils/issues", + "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" }, - "funding": [ - { - "url": "https://github.com/amphp", - "type": "github" - } - ], - "time": "2022-02-20T17:52:18+00:00" + "time": "2022-08-31T10:31:18+00:00" }, { - "name": "amphp/byte-stream", - "version": "v1.8.1", + "name": "seld/signal-handler", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/amphp/byte-stream.git", - "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" + "url": "https://github.com/Seldaek/signal-handler.git", + "reference": "f69d119511dc0360440cdbdaa71829c149b7be75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", - "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd", + "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75", + "reference": "f69d119511dc0360440cdbdaa71829c149b7be75", "shasum": "" }, "require": { - "amphp/amp": "^2", - "php": ">=7.1" + "php": ">=7.2.0" }, "require-dev": { - "amphp/php-cs-fixer-config": "dev-master", - "amphp/phpunit-util": "^1.4", - "friendsofphp/php-cs-fixer": "^2.3", - "jetbrains/phpstorm-stubs": "^2019.3", - "phpunit/phpunit": "^6 || ^7 || ^8", - "psalm/phar": "^3.11.4" + "phpstan/phpstan": "^1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "psr/log": "^1 || ^2 || ^3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { - "files": [ - "lib/functions.php" - ], "psr-4": { - "Amp\\ByteStream\\": "lib" + "Seld\\Signal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5168,675 +4402,895 @@ ], "authors": [ { - "name": "Aaron Piotrowski", - "email": "aaron@trowski.com" - }, - { - "name": "Niklas Keller", - "email": "me@kelunik.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "A stream abstraction to make working with non-blocking I/O simple.", - "homepage": "http://amphp.org/byte-stream", + "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", "keywords": [ - "amp", - "amphp", - "async", - "io", - "non-blocking", - "stream" + "posix", + "sigint", + "signal", + "sigterm", + "unix" ], "support": { - "irc": "irc://irc.freenode.org/amphp", - "issues": "https://github.com/amphp/byte-stream/issues", - "source": "https://github.com/amphp/byte-stream/tree/v1.8.1" + "issues": "https://github.com/Seldaek/signal-handler/issues", + "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1" }, - "funding": [ - { - "url": "https://github.com/amphp", - "type": "github" - } - ], - "time": "2021-03-30T17:13:30+00:00" + "time": "2022-07-20T18:31:45+00:00" }, { - "name": "composer/package-versions-deprecated", - "version": "1.11.99.5", + "name": "simplesamlphp/saml2", + "version": "v4.6.5", "source": { "type": "git", - "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" + "url": "https://github.com/simplesamlphp/saml2.git", + "reference": "35e4cac48ef97d454d25a92eb24c85cadf96de9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/35e4cac48ef97d454d25a92eb24c85cadf96de9d", + "reference": "35e4cac48ef97d454d25a92eb24c85cadf96de9d", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1.0 || ^2.0", - "php": "^7 || ^8" - }, - "replace": { - "ocramius/package-versions": "1.11.99" + "ext-dom": "*", + "ext-openssl": "*", + "ext-zlib": "*", + "php": ">=7.1 || ^8.0", + "psr/log": "~1.1 || ^2.0 || ^3.0", + "robrichards/xmlseclibs": "^3.1.1", + "webmozart/assert": "^1.9" }, "require-dev": { - "composer/composer": "^1.9.3 || ^2.0@dev", - "ext-zip": "^1.13", - "phpunit/phpunit": "^6.5 || ^7" + "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": "composer-plugin", + "type": "library", "extra": { - "class": "PackageVersions\\Installer", "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "v4.2.x-dev" } }, "autoload": { "psr-4": { - "PackageVersions\\": "src/PackageVersions" + "SAML2\\": "src/SAML2" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - }, - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" } ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "description": "SAML2 PHP library from SimpleSAMLphp", "support": { - "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" + "issues": "https://github.com/simplesamlphp/saml2/issues", + "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.5" }, - "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": "2022-01-17T14:14:24+00:00" + "time": "2022-11-23T12:50:43+00:00" }, { - "name": "dnoegel/php-xdg-base-dir", - "version": "v0.1.1", + "name": "simplesamlphp/simplesamlphp", + "version": "v2.0.0-rc3", "source": { "type": "git", - "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" + "url": "https://github.com/simplesamlphp/simplesamlphp.git", + "reference": "052359245640b596e459599a6d25e9f4be97b198" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/052359245640b596e459599a6d25e9f4be97b198", + "reference": "052359245640b596e459599a6d25e9f4be97b198", "shasum": "" }, "require": { - "php": ">=5.3.2" + "composer/composer": "^2.3", + "ext-date": "*", + "ext-dom": "*", + "ext-hash": "*", + "ext-intl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-pcre": "*", + "ext-spl": "*", + "ext-zlib": "*", + "gettext/gettext": "^5.6.1", + "gettext/translator": "^1.0.1", + "php": ">=7.4 || ^8.0", + "phpmailer/phpmailer": "^6.5", + "simplesamlphp/assert": "^0.8.0", + "simplesamlphp/composer-module-installer": "^1.3.0", + "simplesamlphp/saml2": "^4.6", + "simplesamlphp/simplesamlphp-assets-base": "^2.0.0", + "symfony/cache": "^5.4", + "symfony/config": "^5.4", + "symfony/console": "^5.4", + "symfony/dependency-injection": "^5.4", + "symfony/filesystem": "^5.4", + "symfony/finder": "^5.4", + "symfony/framework-bundle": "^5.4", + "symfony/http-foundation": "^5.4", + "symfony/http-kernel": "^5.4", + "symfony/intl": "^5.4", + "symfony/routing": "^5.4", + "symfony/translation-contracts": "^2.5", + "symfony/twig-bridge": "^5.4", + "symfony/var-exporter": "^5.4", + "symfony/yaml": "^5.4", + "twig/intl-extra": "^3.3", + "twig/twig": "^3.3.8" }, "require-dev": { - "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" + "ext-curl": "*", + "ext-pdo_sqlite": "*", + "mikey179/vfsstream": "~1.6", + "simplesamlphp/simplesamlphp-module-adfs": ">=2.0.0-rc5", + "simplesamlphp/simplesamlphp-test-framework": "^1.2.1", + "simplesamlphp/xml-security": "^0.6.6" }, - "type": "library", + "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", + "predis/predis": "Needed if a Redis server is used to store session information" + }, + "type": "project", "autoload": { + "files": [ + "src/_autoload_modules.php" + ], "psr-4": { - "XdgBaseDir\\": "src/" + "SimpleSAML\\": "src/SimpleSAML", + "SimpleSAML\\Module\\core\\": "modules/core/src", + "SimpleSAML\\Module\\cron\\": "modules/cron/src", + "SimpleSAML\\Module\\saml\\": "modules/saml/src", + "SimpleSAML\\Module\\admin\\": "modules/admin/src", + "SimpleSAML\\Module\\multiauth\\": "modules/multiauth/src", + "SimpleSAML\\Module\\exampleauth\\": "modules/exampleauth/src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "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.", + "homepage": "http://simplesamlphp.org", + "keywords": [ + "SAML2", + "idp", + "oauth", + "shibboleth", + "sp", + "ws-federation" ], - "description": "implementation of xdg base directory specification for php", "support": { - "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues", - "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1" + "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp" }, - "time": "2019-12-04T15:06:13+00:00" + "time": "2023-01-31T12:11:10+00:00" }, { - "name": "doctrine/instantiator", - "version": "1.4.1", + "name": "simplesamlphp/simplesamlphp-assets-base", + "version": "v2.0.2", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + "url": "https://github.com/simplesamlphp/simplesamlphp-assets-base.git", + "reference": "23d8bd528a13284f48070114fa20934cb826c644" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", - "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-assets-base/zipball/23d8bd528a13284f48070114fa20934cb826c644", + "reference": "23d8bd528a13284f48070114fa20934cb826c644", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.22" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } + "php": ">=7.4 || ^8.0", + "simplesamlphp/composer-module-installer": "^1.3.2" }, + "type": "simplesamlphp-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], + "description": "Assets for the SimpleSAMLphp main repository", "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + "issues": "https://github.com/simplesamlphp/simplesamlphp-assets-base/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-assets-base/tree/v2.0.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%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-03-03T08:28:38+00:00" + "time": "2023-01-27T18:20:32+00:00" }, { - "name": "felixfbecker/advanced-json-rpc", - "version": "v3.2.1", + "name": "simplesamlphp/simplesamlphp-test-framework", + "version": "v1.2.2", "source": { "type": "git", - "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", - "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447" + "url": "https://github.com/simplesamlphp/simplesamlphp-test-framework.git", + "reference": "9e39e7ed40da8324c901e997bae7c749621b2859" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447", - "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/9e39e7ed40da8324c901e997bae7c749621b2859", + "reference": "9e39e7ed40da8324c901e997bae7c749621b2859", "shasum": "" }, "require": { - "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", - "php": "^7.1 || ^8.0", - "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0" + "php": ">=7.4|^8.0", + "phpunit/phpunit": "^8.5|^9.5", + "squizlabs/php_codesniffer": "^3.6", + "symfony/phpunit-bridge": "^6.0", + "vimeo/psalm": "^4.20|^5.0.0-beta1" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0" + "ext-curl": "*", + "simplesamlphp/simplesamlphp": "dev-master" }, - "type": "library", + "bin": [ + "bin/check-syntax-json.sh", + "bin/check-syntax-php.sh", + "bin/check-syntax-xml.sh", + "bin/check-syntax-yaml.sh" + ], + "type": "project", "autoload": { "psr-4": { - "AdvancedJsonRpc\\": "lib/" + "SimpleSAML\\TestUtils\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "ISC" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "Felix Becker", - "email": "felix.b@outlook.com" + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "A more advanced JSONRPC implementation", + "description": "Test framework for SimpleSAMLphp and related repositories ", + "keywords": [ + "test-framework" + ], "support": { - "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues", - "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1" + "issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp-test-framework" }, - "time": "2021-06-11T22:34:44+00:00" + "time": "2023-01-12T16:20:27+00:00" }, { - "name": "felixfbecker/language-server-protocol", - "version": "v1.5.2", + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", "source": { "type": "git", - "url": "https://github.com/felixfbecker/php-language-server-protocol.git", - "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842" + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842", - "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" }, "require-dev": { - "phpstan/phpstan": "*", - "squizlabs/php_codesniffer": "^3.1", - "vimeo/psalm": "^4.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "LanguageServerProtocol\\": "src/" + "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "ISC" + "BSD-3-Clause" ], "authors": [ { - "name": "Felix Becker", - "email": "felix.b@outlook.com" + "name": "Greg Sherwood", + "role": "lead" } ], - "description": "PHP classes for the Language Server Protocol", + "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": [ - "language", - "microsoft", - "php", - "server" + "phpcs", + "standards" ], "support": { - "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", - "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.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": "2022-03-02T22:36:06+00:00" + "time": "2022-06-18T07:21:10+00:00" }, { - "name": "myclabs/deep-copy", - "version": "1.11.0", + "name": "symfony/cache", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "url": "https://github.com/symfony/cache.git", + "reference": "e9147c89fdfdc5d5ef798bb7193f23726ad609f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://api.github.com/repos/symfony/cache/zipball/e9147c89fdfdc5d5ef798bb7193f23726ad609f5", + "reference": "e9147c89fdfdc5d5ef798bb7193f23726ad609f5", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "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/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" + "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": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + "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": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Create deep copies (clones) of your objects", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" + "caching", + "psr6" ], "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + "source": "https://github.com/symfony/cache/tree/v5.4.19" }, "funding": [ { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "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": "2022-03-03T13:19:32+00:00" + "time": "2023-01-19T09:49:58+00:00" }, { - "name": "netresearch/jsonmapper", - "version": "v4.0.0", + "name": "symfony/cache-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/cweiske/jsonmapper.git", - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d" + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", "shasum": "" }, "require": { - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "php": ">=7.1" + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" }, - "require-dev": { - "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0", - "squizlabs/php_codesniffer": "~3.5" + "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-0": { - "JsonMapper": "src/" + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "OSL-3.0" + "MIT" ], "authors": [ { - "name": "Christian Weiske", - "email": "cweiske@cweiske.de", - "homepage": "http://github.com/cweiske/jsonmapper/", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Map nested JSON structures onto PHP classes", + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "email": "cweiske@cweiske.de", - "issues": "https://github.com/cweiske/jsonmapper/issues", - "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0" + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" }, - "time": "2020-12-01T19:48: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": "2022-01-02T09:53:40+00:00" }, { - "name": "nikic/php-parser", - "version": "v4.15.1", + "name": "symfony/config", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + "url": "https://github.com/symfony/config.git", + "reference": "9bd60843443cda9638efdca7c41eb82ed0026179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "url": "https://api.github.com/repos/symfony/config/zipball/9bd60843443cda9638efdca7c41eb82ed0026179", + "reference": "9bd60843443cda9638efdca7c41eb82ed0026179", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=7.0" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<4.4" }, "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/yaml": "^4.4|^5.0|^6.0" }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.9-dev" - } + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" }, + "type": "library", "autoload": { "psr-4": { - "PhpParser\\": "lib/PhpParser" - } + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" + "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": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + "source": "https://github.com/symfony/config/tree/v5.4.19" }, - "time": "2022-09-04T07:30:47+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": "2023-01-08T13:23:55+00:00" }, { - "name": "openlss/lib-array2xml", - "version": "1.0.0", + "name": "symfony/console", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/nullivex/lib-array2xml.git", - "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" + "url": "https://github.com/symfony/console.git", + "reference": "dccb8d251a9017d5994c988b034d3e18aaabf740" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", - "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", + "url": "https://api.github.com/repos/symfony/console/zipball/dccb8d251a9017d5994c988b034d3e18aaabf740", + "reference": "dccb8d251a9017d5994c988b034d3e18aaabf740", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.1|^6.0" + }, + "conflict": { + "psr/log": ">=3", + "symfony/dependency-injection": "<4.4", + "symfony/dotenv": "<5.1", + "symfony/event-dispatcher": "<4.4", + "symfony/lock": "<4.4", + "symfony/process": "<4.4" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/lock": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" }, "type": "library", "autoload": { - "psr-0": { - "LSS": "" - } + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Bryan Tong", - "email": "bryan@nullivex.com", - "homepage": "https://www.nullivex.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Tony Butler", - "email": "spudz76@gmail.com", - "homepage": "https://www.nullivex.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Array2XML conversion library credit to lalit.org", - "homepage": "https://www.nullivex.com", + "description": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", "keywords": [ - "array", - "array conversion", - "xml", - "xml conversion" + "cli", + "command line", + "console", + "terminal" ], "support": { - "issues": "https://github.com/nullivex/lib-array2xml/issues", - "source": "https://github.com/nullivex/lib-array2xml/tree/master" + "source": "https://github.com/symfony/console/tree/v5.4.19" }, - "time": "2019-03-29T20: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": "2023-01-01T08:32:19+00:00" }, { - "name": "phar-io/manifest", - "version": "2.0.3", + "name": "symfony/dependency-injection", + "version": "v5.4.20", "source": { "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "8185ed0df129005a26715902f1a53bad0fe67102" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8185ed0df129005a26715902f1a53bad0fe67102", + "reference": "8185ed0df129005a26715902f1a53bad0fe67102", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" + "php": ">=7.2.5", + "psr/container": "^1.1.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", + "symfony/service-contracts": "^1.1.6|^2" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } + "conflict": { + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4.26|^5.0|^6.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": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.20" }, - "time": "2021-07-20T11:28:43+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": "2023-01-27T11:08:11+00:00" }, { - "name": "phar-io/version", - "version": "3.2.1", + "name": "symfony/deprecation-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": ">=7.1" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { - "classmap": [ - "src/" + "files": [ + "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library for handling version information and constraints", + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, - "time": "2022-02-21T01:04:05+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": "2022-01-02T09:53:40+00:00" }, { - "name": "phpdocumentor/reflection-common", - "version": "2.2.0", + "name": "symfony/error-handler", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + "url": "https://github.com/symfony/error-handler.git", + "reference": "438ef3e5e6481244785da3ce8cf8f4e74e7f2822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/438ef3e5e6481244785da3ce8cf8f4e74e7f2822", + "reference": "438ef3e5e6481244785da3ce8cf8f4e74e7f2822", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": ">=7.2.5", + "psr/log": "^1|^2|^3", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - } + "require-dev": { + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], + "type": "library", "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": "src/" - } + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5844,60 +5298,84 @@ ], "authors": [ { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", - "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + "source": "https://github.com/symfony/error-handler/tree/v5.4.19" }, - "time": "2020-06-27T09:03:43+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": "2023-01-01T08:32:19+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", + "name": "symfony/event-dispatcher", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "abf49cc084c087d94b4cb939c3f3672971784e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abf49cc084c087d94b4cb939c3f3672971784e0c", + "reference": "abf49cc084c087d94b4cb939c3f3672971784e0c", "shasum": "" }, "require": { - "ext-filter": "*", - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.2", - "phpdocumentor/type-resolver": "^1.3", - "webmozart/assert": "^1.9.1" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher-contracts": "^2|^3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<4.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0" }, "require-dev": { - "mockery/mockery": "~1.3.2", - "psalm/phar": "^4.8" + "psr/log": "^1|^2|^3", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/stopwatch": "^4.4|^5.0|^6.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" }, + "type": "library", "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5905,52 +5383,69 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Jaap van Otterdijk", - "email": "account@ijaap.nl" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "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": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.19" }, - "time": "2021-10-19T17:43:47+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": "2023-01-01T08:32:19+00:00" }, { - "name": "phpdocumentor/type-resolver", - "version": "1.6.1", + "name": "symfony/event-dispatcher-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "77a32518733312af16a44300404e945338981de3" + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", - "reference": "77a32518733312af16a44300404e945338981de3", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", + "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "php": ">=7.2.5", + "psr/event-dispatcher": "^1" }, - "require-dev": { - "ext-tokenizer": "*", - "psalm/phar": "^4.8" + "suggest": { + "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": "src" + "Symfony\\Contracts\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -5959,1557 +5454,1968 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" }, - "time": "2022-03-15T21:29: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": "2022-01-02T09:53:40+00:00" }, { - "name": "phpunit/php-code-coverage", - "version": "9.2.17", + "name": "symfony/filesystem", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8" + "url": "https://github.com/symfony/filesystem.git", + "reference": "648bfaca6a494f3e22378123bcee2894045dc9d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8", - "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/648bfaca6a494f3e22378123bcee2894045dc9d8", + "reference": "648bfaca6a494f3e22378123bcee2894045dc9d8", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", - "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-pcov": "*", - "ext-xdebug": "*" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.2-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17" + "source": "https://github.com/symfony/filesystem/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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": "2022-08-30T12:24:04+00:00" + "time": "2023-01-14T19:14:44+00:00" }, { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", + "name": "symfony/finder", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "url": "https://github.com/symfony/finder.git", + "reference": "6071aebf810ad13fe8200c224f36103abb37cf1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/symfony/finder/zipball/6071aebf810ad13fe8200c224f36103abb37cf1f", + "reference": "6071aebf810ad13fe8200c224f36103abb37cf1f", "shasum": "" }, "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "source": "https://github.com/symfony/finder/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-12-02T12:48:52+00:00" + "time": "2023-01-14T19:14:44+00:00" }, { - "name": "phpunit/php-invoker", - "version": "3.1.1", + "name": "symfony/framework-bundle", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "a208ee578000f9dedcb50a9784ec7ff8706a7bf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a208ee578000f9dedcb50a9784ec7ff8706a7bf1", + "reference": "a208ee578000f9dedcb50a9784ec7ff8706a7bf1", "shasum": "" }, "require": { - "php": ">=7.3" + "ext-xml": "*", + "php": ">=7.2.5", + "symfony/cache": "^5.2|^6.0", + "symfony/config": "^5.3|^6.0", + "symfony/dependency-injection": "^5.4.5|^6.0.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/error-handler": "^4.4.1|^5.0.1|^6.0", + "symfony/event-dispatcher": "^5.1|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", + "symfony/routing": "^5.3|^6.0" + }, + "conflict": { + "doctrine/annotations": "<1.13.1", + "doctrine/cache": "<1.11", + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "phpunit/phpunit": "<5.4.3", + "symfony/asset": "<5.3", + "symfony/console": "<5.2.5", + "symfony/dom-crawler": "<4.4", + "symfony/dotenv": "<5.1", + "symfony/form": "<5.2", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<5.2", + "symfony/messenger": "<5.4", + "symfony/mime": "<4.4", + "symfony/property-access": "<5.3", + "symfony/property-info": "<4.4", + "symfony/security-csrf": "<5.3", + "symfony/serializer": "<5.2", + "symfony/service-contracts": ">=3.0", + "symfony/stopwatch": "<4.4", + "symfony/translation": "<5.3", + "symfony/twig-bridge": "<4.4", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<5.2", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<5.2" }, "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" + "doctrine/annotations": "^1.13.1|^2", + "doctrine/cache": "^1.11|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^5.3|^6.0", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/console": "^5.4.9|^6.0.9", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0", + "symfony/dotenv": "^5.1|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/form": "^5.2|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/lock": "^4.4|^5.0|^6.0", + "symfony/mailer": "^5.2|^6.0", + "symfony/messenger": "^5.4|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/notifier": "^5.4|^6.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/property-info": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0", + "symfony/security-bundle": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/string": "^5.0|^6.0", + "symfony/translation": "^5.3|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", + "symfony/validator": "^5.2|^6.0", + "symfony/web-link": "^4.4|^5.0|^6.0", + "symfony/workflow": "^5.2|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", + "twig/twig": "^2.10|^3.0" }, "suggest": { - "ext-pcntl": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } + "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": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:58:55+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + "source": "https://github.com/symfony/framework-bundle/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T05:33:50+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "5.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "support": { - "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/sebastianbergmann", + "url": "https://github.com/fabpot", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2020-10-26T13:16:10+00:00" + "time": "2023-01-10T17:40:25+00:00" }, - { - "name": "phpunit/phpunit", - "version": "9.5.25", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d", - "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d", - "shasum": "" - }, - "require": { - "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", - "phpunit/php-code-coverage": "^9.2.13", - "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.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" + { + "name": "symfony/http-foundation", + "version": "v5.4.20", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "d0435363362a47c14e9cf50663cb8ffbf491875a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0435363362a47c14e9cf50663cb8ffbf491875a", + "reference": "d0435363362a47c14e9cf50663cb8ffbf491875a", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "symfony/mime": "To use the file extension guesser" }, - "bin": [ - "phpunit" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.5-dev" - } - }, "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.20" }, "funding": [ { - "url": "https://phpunit.de/sponsors.html", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/sebastianbergmann", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-09-25T03:44:45+00:00" + "time": "2023-01-29T11:11:52+00:00" }, { - "name": "sebastian/cli-parser", - "version": "1.0.1", + "name": "symfony/http-kernel", + "version": "v5.4.20", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aaeec341582d3c160cc9ecfa8b2419ba6c69954e", + "reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5", + "psr/log": "^1|^2", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^5.0|^6.0", + "symfony/http-foundation": "^5.3.7|^6.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<5.4", + "symfony/cache": "<5.0", + "symfony/config": "<5.0", + "symfony/console": "<4.4", + "symfony/dependency-injection": "<5.3", + "symfony/doctrine-bridge": "<5.0", + "symfony/form": "<5.0", + "symfony/http-client": "<5.0", + "symfony/mailer": "<5.0", + "symfony/messenger": "<5.0", + "symfony/translation": "<5.0", + "symfony/twig-bridge": "<5.0", + "symfony/validator": "<5.0", + "twig/twig": "<2.13" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/config": "^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.3|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/translation-contracts": "^1.1|^2|^3", + "twig/twig": "^2.13|^3.0.4" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" }, + "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.20" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-09-28T06:08:49+00:00" + "time": "2023-02-01T08:18:48+00:00" }, { - "name": "sebastian/code-unit", - "version": "1.0.8", + "name": "symfony/intl", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + "url": "https://github.com/symfony/intl.git", + "reference": "f378eb62448dfea67071f9f43529d3a6ad7e0bc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "url": "https://api.github.com/repos/symfony/intl/zipball/f378eb62448dfea67071f9f43529d3a6ad7e0bc8", + "reference": "f378eb62448dfea67071f9f43529d3a6ad7e0bc8", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "symfony/filesystem": "^4.4|^5.0|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { + "files": [ + "Resources/functions.php" + ], + "psr-4": { + "Symfony\\Component\\Intl\\": "" + }, "classmap": [ - "src/" + "Resources/stubs" + ], + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", + "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", + "homepage": "https://symfony.com", + "keywords": [ + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" + ], "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + "source": "https://github.com/symfony/intl/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-26T13:08:54+00:00" + "time": "2023-01-11T13:51:47+00:00" }, { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", + "name": "symfony/phpunit-bridge", + "version": "v6.2.5", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "d759e5372de414bef53a688c7aa7e240e4fd8aa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d759e5372de414bef53a688c7aa7e240e4fd8aa2", + "reference": "d759e5372de414bef53a688c7aa7e240e4fd8aa2", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1.3" + }, + "conflict": { + "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "symfony/deprecation-contracts": "^2.1|^3.0", + "symfony/error-handler": "^5.4|^6.0" }, - "type": "library", + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" } }, "autoload": { - "classmap": [ - "src/" + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.5" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-09-28T05:30:19+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { - "name": "sebastian/comparator", - "version": "4.0.8", + "name": "symfony/polyfill-ctype", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "classmap": [ - "src/" - ] + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" }, { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "comparator", - "compare", - "equality" + "compatibility", + "ctype", + "polyfill", + "portable" ], "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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": "2022-09-14T12:41:17+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/complexity", - "version": "2.0.2", + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" + "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "classmap": [ - "src/" - ] + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", + "description": "Symfony polyfill for intl's grapheme_* functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-26T15:52:27+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/diff", - "version": "4.0.4", + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-26T13:10:38+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/environment", - "version": "5.1.4", + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "provide": { + "ext-mbstring": "*" }, "suggest": { - "ext-posix": "*" + "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "classmap": [ - "src/" - ] + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "Xdebug", - "environment", - "hhvm" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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": "2022-04-03T09:37:03+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/exporter", - "version": "4.0.5", + "name": "symfony/polyfill-php73", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "export", - "exporter" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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": "2022-09-14T06:03:37+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/global-state", - "version": "5.0.5", + "name": "symfony/polyfill-php80", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "global state" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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": "2022-02-14T08:28:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/lines-of-code", - "version": "1.0.3", + "name": "symfony/polyfill-php81", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "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/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-11-28T06:42:11+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "sebastian/object-enumerator", - "version": "4.0.4", + "name": "symfony/process", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + "url": "https://github.com/symfony/process.git", + "reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "url": "https://api.github.com/repos/symfony/process/zipball/c5ba874c9b636dbccf761e22ce750e88ec3f55e1", + "reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + "source": "https://github.com/symfony/process/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-26T13:12:34+00:00" + "time": "2023-01-01T08:32:19+00:00" }, { - "name": "sebastian/object-reflector", - "version": "2.0.4", + "name": "symfony/routing", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + "url": "https://github.com/symfony/routing.git", + "reference": "df1b28f37c8e78912213c58ef6ab2f2037bbfdc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "url": "https://api.github.com/repos/symfony/routing/zipball/df1b28f37c8e78912213c58ef6ab2f2037bbfdc5", + "reference": "df1b28f37c8e78912213c58ef6ab2f2037bbfdc5", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "doctrine/annotations": "<1.12", + "symfony/config": "<5.3", + "symfony/dependency-injection": "<4.4", + "symfony/yaml": "<4.4" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "doctrine/annotations": "^1.12|^2", + "psr/log": "^1|^2|^3", + "symfony/config": "^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "suggest": { + "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" }, + "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + "source": "https://github.com/symfony/routing/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-26T13:14:26+00:00" + "time": "2023-01-01T08:32:19+00:00" }, { - "name": "sebastian/recursion-context", - "version": "4.0.4", + "name": "symfony/service-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-26T13:17:30+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { - "name": "sebastian/resource-operations", - "version": "3.0.3", + "name": "symfony/string", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + "url": "https://github.com/symfony/string.git", + "reference": "0a01071610fd861cc160dfb7e2682ceec66064cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "url": "https://api.github.com/repos/symfony/string/zipball/0a01071610fd861cc160dfb7e2682ceec66064cb", + "reference": "0a01071610fd861cc160dfb7e2682ceec66064cb", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "~1.15" + }, + "conflict": { + "symfony/translation-contracts": ">=3.0" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/translation-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "files": [ + "Resources/functions.php" + ], + "psr-4": { + "Symfony\\Component\\String\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", + "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + "source": "https://github.com/symfony/string/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-09-28T06:45:17+00:00" + "time": "2023-01-01T08:32:19+00:00" }, { - "name": "sebastian/type", - "version": "3.2.0", + "name": "symfony/translation-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5" }, - "require-dev": { - "phpunit/phpunit": "^9.5" + "suggest": { + "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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": "2022-09-12T14:47:03+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { - "name": "sebastian/version", - "version": "3.0.2", + "name": "symfony/twig-bridge", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" + "url": "https://github.com/symfony/twig-bridge.git", + "reference": "0526188cb886be64351454826fecc6d35356eaf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/0526188cb886be64351454826fecc6d35356eaf1", + "reference": "0526188cb886be64351454826fecc6d35356eaf1", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1|^2|^3", + "twig/twig": "^2.13|^3.0.4" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } + "conflict": { + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/console": "<5.3", + "symfony/form": "<5.3", + "symfony/http-foundation": "<5.3", + "symfony/http-kernel": "<4.4", + "symfony/translation": "<5.2", + "symfony/workflow": "<5.2" + }, + "require-dev": { + "doctrine/annotations": "^1.12|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^4.4|^5.0|^6.0", + "symfony/console": "^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/form": "^5.3|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/intl": "^4.4|^5.0|^6.0", + "symfony/mime": "^5.2|^6.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/property-info": "^4.4|^5.1|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/security-acl": "^2.8|^3.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/security-csrf": "^4.4|^5.0|^6.0", + "symfony/security-http": "^4.4|^5.0|^6.0", + "symfony/serializer": "^5.2|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^5.2|^6.0", + "symfony/web-link": "^4.4|^5.0|^6.0", + "symfony/workflow": "^5.2|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", + "twig/cssinliner-extra": "^2.12|^3", + "twig/inky-extra": "^2.12|^3", + "twig/markdown-extra": "^2.12|^3" + }, + "suggest": { + "symfony/asset": "For using the AssetExtension", + "symfony/expression-language": "For using the ExpressionExtension", + "symfony/finder": "", + "symfony/form": "For using the FormExtension", + "symfony/http-kernel": "For using the HttpKernelExtension", + "symfony/routing": "For using the RoutingExtension", + "symfony/security-core": "For using the SecurityExtension", + "symfony/security-csrf": "For using the CsrfExtension", + "symfony/security-http": "For using the LogoutUrlExtension", + "symfony/stopwatch": "For using the StopwatchExtension", + "symfony/translation": "For using the TranslationExtension", + "symfony/var-dumper": "For using the DumpExtension", + "symfony/web-link": "For using the WebLinkExtension", + "symfony/yaml": "For using the YamlExtension" }, + "type": "symfony-bridge", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Bridge\\Twig\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", + "description": "Provides integration for Twig with various Symfony components", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + "source": "https://github.com/symfony/twig-bridge/tree/v5.4.19" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "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-09-28T06:39:44+00:00" + "time": "2023-01-09T05:43:46+00:00" }, { - "name": "simplesamlphp/simplesamlphp-test-framework", - "version": "v1.2.1", + "name": "symfony/var-dumper", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-test-framework.git", - "reference": "70a601f41aebb00820b168c24f4b8177f414fc18" + "url": "https://github.com/symfony/var-dumper.git", + "reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/70a601f41aebb00820b168c24f4b8177f414fc18", - "reference": "70a601f41aebb00820b168c24f4b8177f414fc18", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b", + "reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b", "shasum": "" }, "require": { - "php": ">=7.4|^8.0", - "phpunit/phpunit": "^8.5|^9.5", - "squizlabs/php_codesniffer": "^3.6", - "symfony/phpunit-bridge": "^6.0", - "vimeo/psalm": "^4.20|^5.0.0-beta1" + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" }, "require-dev": { - "ext-curl": "*", - "simplesamlphp/simplesamlphp": "dev-master" + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", + "twig/twig": "^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" }, "bin": [ - "bin/check-syntax-json.sh", - "bin/check-syntax-php.sh", - "bin/check-syntax-xml.sh", - "bin/check-syntax-yaml.sh" + "Resources/bin/var-dump-server" ], - "type": "project", + "type": "library", "autoload": { + "files": [ + "Resources/functions/dump.php" + ], "psr-4": { - "SimpleSAML\\TestUtils\\": "lib/" - } + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "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": "Test framework for SimpleSAMLphp and related repositories ", + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", "keywords": [ - "test-framework" + "debug", + "dump" ], "support": { - "issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues", - "source": "https://github.com/simplesamlphp/simplesamlphp-test-framework" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.19" }, - "time": "2022-05-15T10:37: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": "2023-01-16T10:52:33+00:00" }, { - "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "name": "symfony/var-exporter", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", + "reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "shasum": "" }, "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, - "bin": [ - "bin/phpcs", - "bin/phpcbf" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Greg Sherwood", - "role": "lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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", + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", "keywords": [ - "phpcs", - "standards" + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" ], "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.19" }, - "time": "2022-06-18T07:21: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": "2023-01-12T16:39:29+00:00" }, { - "name": "symfony/phpunit-bridge", - "version": "v6.1.3", + "name": "symfony/yaml", + "version": "v5.4.19", "source": { "type": "git", - "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "75c2fa71d049c1f48e39d208c0cefba97e66335a" + "url": "https://github.com/symfony/yaml.git", + "reference": "71c05db20cb9b54d381a28255f17580e2b7e36a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75c2fa71d049c1f48e39d208c0cefba97e66335a", - "reference": "75c2fa71d049c1f48e39d208c0cefba97e66335a", + "url": "https://api.github.com/repos/symfony/yaml/zipball/71c05db20cb9b54d381a28255f17580e2b7e36a5", + "reference": "71c05db20cb9b54d381a28255f17580e2b7e36a5", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "phpunit/phpunit": "<7.5|9.1.2" + "symfony/console": "<5.3" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3.0", - "symfony/error-handler": "^5.4|^6.0" + "symfony/console": "^5.3|^6.0" }, "suggest": { - "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + "symfony/console": "For validating YAML files using the lint command" }, "bin": [ - "bin/simple-phpunit" + "Resources/bin/yaml-lint" ], - "type": "symfony-bridge", - "extra": { - "thanks": { - "name": "phpunit/phpunit", - "url": "https://github.com/sebastianbergmann/phpunit" - } - }, + "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Bridge\\PhpUnit\\": "" + "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -7521,18 +7427,18 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.3" + "source": "https://github.com/symfony/yaml/tree/v5.4.19" }, "funding": [ { @@ -7548,7 +7454,7 @@ "type": "tidelift" } ], - "time": "2022-07-28T13:40:41+00:00" + "time": "2023-01-10T18:51:14+00:00" }, { "name": "theseer/tokenizer", @@ -7600,18 +7506,163 @@ ], "time": "2021-07-28T10:34:58+00:00" }, + { + "name": "twig/intl-extra", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/intl-extra.git", + "reference": "92f2c73471e077d0f72195a331c9a245da2010cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/92f2c73471e077d0f72195a331c9a245da2010cd", + "reference": "92f2c73471e077d0f72195a331c9a245da2010cd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/intl": "^4.4|^5.0|^6.0", + "twig/twig": "^2.7|^3.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.5-dev" + } + }, + "autoload": { + "psr-4": { + "Twig\\Extra\\Intl\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + } + ], + "description": "A Twig extension for Intl", + "homepage": "https://twig.symfony.com", + "keywords": [ + "intl", + "twig" + ], + "support": { + "source": "https://github.com/twigphp/intl-extra/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2022-12-27T12:23:36+00:00" + }, + { + "name": "twig/twig", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72", + "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.5-dev" + } + }, + "autoload": { + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ], + "support": { + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2022-12-27T12:28:18+00:00" + }, { "name": "vimeo/psalm", - "version": "4.27.0", + "version": "4.30.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "faf106e717c37b8c81721845dba9de3d8deed8ff" + "reference": "d0bc6e25d89f649e4f36a534f330f8bb4643dd69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/faf106e717c37b8c81721845dba9de3d8deed8ff", - "reference": "faf106e717c37b8c81721845dba9de3d8deed8ff", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/d0bc6e25d89f649e4f36a534f330f8bb4643dd69", + "reference": "d0bc6e25d89f649e4f36a534f330f8bb4643dd69", "shasum": "" }, "require": { @@ -7650,6 +7701,7 @@ "phpdocumentor/reflection-docblock": "^5", "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.9.0", + "phpstan/phpdoc-parser": "1.2.* || 1.6.4", "phpunit/phpunit": "^9.0", "psalm/plugin-phpunit": "^0.16", "slevomat/coding-standard": "^7.0", @@ -7703,9 +7755,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.27.0" + "source": "https://github.com/vimeo/psalm/tree/4.30.0" }, - "time": "2022-08-31T13:47:09+00:00" + "time": "2022-11-06T20:37:08+00:00" }, { "name": "webmozart/path-util", diff --git a/config-templates/module_accounting.php b/config-templates/module_accounting.php index 828725be3cc9d61ade4860ca5de3b2669b946959..e1755cd560347486bb979db7e4450007ef53d6c0 100644 --- a/config-templates/module_accounting.php +++ b/config-templates/module_accounting.php @@ -157,13 +157,13 @@ $config = [ * * Maximum execution time for the job runner. You can use this option to limit job runner activity by combining * when the job runner will run (using cron configuration) and how long the job runner will be active - * (execution time). This can be null, meaning it will run indefinitely, or can be set as a duration + * (execution time). This can be false, meaning it will run indefinitely, or can be set as a duration * for DateInterval, examples being below. Note that when the job runner is run using Cron user * interface in SimpleSAMLphp, the duration will be taken from the 'max_execution_time' ini * setting, and will override this setting if ini setting is shorter. * @see https://www.php.net/manual/en/dateinterval.construct.php */ - ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => null, + ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => false, //ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => 'PT9M', // 9 minutes //ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => 'PT59M', // 59 minutes //ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => 'P1D', // 1 day @@ -172,7 +172,7 @@ $config = [ * Number of processed jobs after which the job runner should take a 1-second pause. * * This option was introduced so that the job runner can act in a more resource friendly fashion when facing - * backend store. If the value is null, there will be no pause. + * backend store. If the value is false, there will be no pause. */ ModuleConfiguration::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED => 10, diff --git a/locales/en/LC_MESSAGES/accounting.po b/locales/en/LC_MESSAGES/accounting.po index 371de5e881a72460fceaee164dada5c5c0df2dfa..3894df749243bcde27a65bf74f259c159e9218ad 100644 --- a/locales/en/LC_MESSAGES/accounting.po +++ b/locales/en/LC_MESSAGES/accounting.po @@ -14,5 +14,3855 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" +msgid "help-attribute-hrEduPersonUniqueID" +msgstr "Primjer prijevoda accounting" + msgid "Accounting" msgstr "Accounting" + +msgid "Activity" +msgstr "Activity" + +msgid "Time" +msgstr "Time" + +msgid "Access" +msgstr "Access" + +msgid "Sent data" +msgstr "Sent data" + + + + +# Attribute help messages +msgid "help-attribute-hrEduPersonUniqueID" +msgstr "Primjer prijevoda attr help" + +msgid "help-attribute-sn" +msgstr "help-attribute-sn" + +msgid "help-attribute-telephoneNumber" +msgstr "help-attribute-telephoneNumber" + +msgid "help-attribute-facsimileTelephoneNumber" +msgstr "help-attribute-facsimileTelephoneNumber" + +msgid "help-attribute-postalAddress" +msgstr "help-attribute-postalAddress" + +msgid "help-attribute-givenName" +msgstr "help-attribute-givenName" + +msgid "help-attribute-homePhone" +msgstr "help-attribute-homePhone" + +msgid "help-attribute-homePostalAddress" +msgstr "help-attribute-homePostalAddress" + +msgid "help-attribute-mail" +msgstr "help-attribute-mail" + +msgid "help-attribute-mobile" +msgstr "help-attribute-mobile" + +msgid "help-attribute-preferredLanguage" +msgstr "help-attribute-preferredLanguage" + +msgid "help-attribute-eduPersonPrincipalName" +msgstr "help-attribute-eduPersonPrincipalName" + +msgid "help-attribute-eduPersonAffiliation" +msgstr "help-attribute-eduPersonAffiliation" + +msgid "help-attribute-eduPersonScopedAffiliation" +msgstr "help-attribute-eduPersonScopedAffiliation" + +msgid "help-attribute-eduPersonEntitlement" +msgstr "help-attribute-eduPersonEntitlement" + +msgid "help-attribute-eduPersonOrgDN" +msgstr "help-attribute-eduPersonOrgDN" + +msgid "help-attribute-eduPersonOrgUnitDN" +msgstr "help-attribute-eduPersonOrgUnitDN" + +msgid "help-attribute-urn:schac:attribute-def:schacCountryOfCitizenship" +msgstr "help-attribute-urn:schac:attribute-def:schacCountryOfCitizenship" + +msgid "help-attribute-urn:schac:attribute-def:schacCountryOfResidence" +msgstr "help-attribute-urn:schac:attribute-def:schacCountryOfResidence" + +msgid "help-attribute-urn:schac:attribute-def:schacDateOfBirth" +msgstr "help-attribute-urn:schac:attribute-def:schacDateOfBirth" + +msgid "help-attribute-urn:schac:attribute-def:schacExpiryDate" +msgstr "help-attribute-urn:schac:attribute-def:schacExpiryDate" + +msgid "help-attribute-urn:schac:attribute-def:schacGender" +msgstr "help-attribute-urn:schac:attribute-def:schacGender" + +msgid "help-attribute-urn:schac:attribute-def:schacHomeOrganization" +msgstr "help-attribute-urn:schac:attribute-def:schacHomeOrganization" + +msgid "help-attribute-urn:schac:attribute-def:schacHomeOrganizationType" +msgstr "help-attribute-urn:schac:attribute-def:schacHomeOrganizationType" + +msgid "help-attribute-urn:schac:attribute-def:schacMotherTongue" +msgstr "help-attribute-urn:schac:attribute-def:schacMotherTongue" + +msgid "help-attribute-urn:schac:attribute-def:schacPersonalPosition" +msgstr "help-attribute-urn:schac:attribute-def:schacPersonalPosition" + +msgid "help-attribute-urn:schac:attribute-def:schacPersonalTitle" +msgstr "help-attribute-urn:schac:attribute-def:schacPersonalTitle" + +msgid "help-attribute-urn:schac:attribute-def:schacPersonalUniqueCode" +msgstr "help-attribute-urn:schac:attribute-def:schacPersonalUniqueCode" + +msgid "help-attribute-urn:schac:attribute-def:schacPersonalUniqueID" +msgstr "help-attribute-urn:schac:attribute-def:schacPersonalUniqueID" + +msgid "help-attribute-urn:schac:attribute-def:schacPlaceOfBirth" +msgstr "help-attribute-urn:schac:attribute-def:schacPlaceOfBirth" + +msgid "help-attribute-urn:schac:attribute-def:schacProjectMembership" +msgstr "help-attribute-urn:schac:attribute-def:schacProjectMembership" + +msgid "help-attribute-urn:schac:attribute-def:schacProjectSpecificRole" +msgstr "help-attribute-urn:schac:attribute-def:schacProjectSpecificRole" + +msgid "help-attribute-urn:schac:attribute-def:schacSn1" +msgstr "help-attribute-urn:schac:attribute-def:schacSn1" + +msgid "help-attribute-urn:schac:attribute-def:schacSn2" +msgstr "help-attribute-urn:schac:attribute-def:schacSn2" + +msgid "help-attribute-urn:schac:attribute-def:schacUserPresenceID" +msgstr "help-attribute-urn:schac:attribute-def:schacUserPresenceID" + +msgid "help-attribute-urn:schac:attribute-def:schacUserPrivateAttribute" +msgstr "help-attribute-urn:schac:attribute-def:schacUserPrivateAttribute" + +msgid "help-attribute-urn:schac:attribute-def:schacUserStatus" +msgstr "help-attribute-urn:schac:attribute-def:schacUserStatus" + +msgid "help-attribute-urn:schac:attribute-def:schacYearOfBirth" +msgstr "help-attribute-urn:schac:attribute-def:schacYearOfBirth" + +msgid "help-attribute-facebook_user" +msgstr "help-attribute-facebook_user" + +msgid "help-attribute-facebook_targetedID" +msgstr "help-attribute-facebook_targetedID" + +msgid "help-attribute-facebook_cn" +msgstr "help-attribute-facebook_cn" + +msgid "help-attribute-facebook.first_name" +msgstr "help-attribute-facebook.first_name" + +msgid "help-attribute-facebook.last_name" +msgstr "help-attribute-facebook.last_name" + +msgid "help-attribute-facebook.name" +msgstr "help-attribute-facebook.name" + +msgid "help-attribute-facebook.email" +msgstr "help-attribute-facebook.email" + +msgid "help-attribute-facebook.username" +msgstr "help-attribute-facebook.username" + +msgid "help-attribute-facebook.profile_url" +msgstr "help-attribute-facebook.profile_url" + +msgid "help-attribute-facebook.locale" +msgstr "help-attribute-facebook.locale" + +msgid "help-attribute-facebook.about_me" +msgstr "help-attribute-facebook.about_me" + +msgid "help-attribute-mobile" +msgstr "help-attribute-mobile" + +msgid "help-attribute-displayName" +msgstr "help-attribute-displayName" + +msgid "help-attribute-linkedin_user" +msgstr "help-attribute-linkedin_user" + +msgid "help-attribute-linkedin_targetedID" +msgstr "help-attribute-linkedin_targetedID" + +msgid "help-attribute-linkedin.firstName" +msgstr "help-attribute-linkedin.firstName" + +msgid "help-attribute-linkedin.lastName" +msgstr "help-attribute-linkedin.lastName" + +msgid "help-attribute-linkedin.id" +msgstr "help-attribute-linkedin.id" + +msgid "help-attribute-linkedin.headline" +msgstr "help-attribute-linkedin.headline" + +msgid "help-attribute-linkedin.summary" +msgstr "help-attribute-linkedin.summary" + +msgid "help-attribute-c" +msgstr "help-attribute-c" + +msgid "help-attribute-givenName" +msgstr "help-attribute-givenName" + +msgid "help-attribute-mail" +msgstr "help-attribute-mail" + +msgid "help-attribute-memberOf" +msgstr "help-attribute-memberOf" + +msgid "help-attribute-postalcode" +msgstr "help-attribute-postalcode" + +msgid "help-attribute-uid" +msgstr "help-attribute-uid" + +msgid "help-attribute-sn" +msgstr "help-attribute-sn" + +msgid "help-attribute-st" +msgstr "help-attribute-st" + +msgid "help-attribute-streetaddress" +msgstr "help-attribute-streetaddress" + +msgid "help-attribute-telephonenumber" +msgstr "help-attribute-telephonenumber" + +msgid "help-attribute-aRecord" +msgstr "help-attribute-aRecord" + +msgid "help-attribute-aliasedEntryName" +msgstr "help-attribute-aliasedEntryName" + +msgid "help-attribute-aliasedObjectName" +msgstr "help-attribute-aliasedObjectName" + +msgid "help-attribute-associatedDomain" +msgstr "help-attribute-associatedDomain" + +msgid "help-attribute-associatedName" +msgstr "help-attribute-associatedName" + +msgid "help-attribute-audio" +msgstr "help-attribute-audio" + +msgid "help-attribute-authorityRevocationList" +msgstr "help-attribute-authorityRevocationList" + +msgid "help-attribute-buildingName" +msgstr "help-attribute-buildingName" + +msgid "help-attribute-businessCategory" +msgstr "help-attribute-businessCategory" + +msgid "help-attribute-c" +msgstr "help-attribute-c" + +msgid "help-attribute-cACertificate" +msgstr "help-attribute-cACertificate" + +msgid "help-attribute-cNAMERecord" +msgstr "help-attribute-cNAMERecord" + +msgid "help-attribute-carLicense" +msgstr "help-attribute-carLicense" + +msgid "help-attribute-certificateRevocationList" +msgstr "help-attribute-certificateRevocationList" + +msgid "help-attribute-cn" +msgstr "help-attribute-cn" + +msgid "help-attribute-co" +msgstr "help-attribute-co" + +msgid "help-attribute-commonName" +msgstr "help-attribute-commonName" + +msgid "help-attribute-countryName" +msgstr "help-attribute-countryName" + +msgid "help-attribute-crossCertificatePair" +msgstr "help-attribute-crossCertificatePair" + +msgid "help-attribute-dITRedirect" +msgstr "help-attribute-dITRedirect" + +msgid "help-attribute-dSAQuality" +msgstr "help-attribute-dSAQuality" + +msgid "help-attribute-dc" +msgstr "help-attribute-dc" + +msgid "help-attribute-deltaRevocationList" +msgstr "help-attribute-deltaRevocationList" + +msgid "help-attribute-departmentNumber" +msgstr "help-attribute-departmentNumber" + +msgid "help-attribute-description" +msgstr "help-attribute-description" + +msgid "help-attribute-destinationIndicator" +msgstr "help-attribute-destinationIndicator" + +msgid "help-attribute-displayName" +msgstr "help-attribute-displayName" + +msgid "help-attribute-distinguishedName" +msgstr "help-attribute-distinguishedName" + +msgid "help-attribute-dmdName" +msgstr "help-attribute-dmdName" + +msgid "help-attribute-dnQualifier" +msgstr "help-attribute-dnQualifier" + +msgid "help-attribute-documentAuthor" +msgstr "help-attribute-documentAuthor" + +msgid "help-attribute-documentIdentifier" +msgstr "help-attribute-documentIdentifier" + +msgid "help-attribute-documentLocation" +msgstr "help-attribute-documentLocation" + +msgid "help-attribute-documentPublisher" +msgstr "help-attribute-documentPublisher" + +msgid "help-attribute-documentTitle" +msgstr "help-attribute-documentTitle" + +msgid "help-attribute-documentVersion" +msgstr "help-attribute-documentVersion" + +msgid "help-attribute-domainComponent" +msgstr "help-attribute-domainComponent" + +msgid "help-attribute-drink" +msgstr "help-attribute-drink" + +msgid "help-attribute-eduOrgHomePageURI" +msgstr "help-attribute-eduOrgHomePageURI" + +msgid "help-attribute-eduOrgIdentityAuthNPolicyURI" +msgstr "help-attribute-eduOrgIdentityAuthNPolicyURI" + +msgid "help-attribute-eduOrgLegalName" +msgstr "help-attribute-eduOrgLegalName" + +msgid "help-attribute-eduOrgSuperiorURI" +msgstr "help-attribute-eduOrgSuperiorURI" + +msgid "help-attribute-eduOrgWhitePagesURI" +msgstr "help-attribute-eduOrgWhitePagesURI" + +msgid "help-attribute-eduPersonAffiliation" +msgstr "help-attribute-eduPersonAffiliation" + +msgid "help-attribute-eduPersonAssurance" +msgstr "help-attribute-eduPersonAssurance" + +msgid "help-attribute-eduPersonEntitlement" +msgstr "help-attribute-eduPersonEntitlement" + +msgid "help-attribute-eduPersonNickname" +msgstr "help-attribute-eduPersonNickname" + +msgid "help-attribute-eduPersonOrgDN" +msgstr "help-attribute-eduPersonOrgDN" + +msgid "help-attribute-eduPersonOrgUnitDN" +msgstr "help-attribute-eduPersonOrgUnitDN" + +msgid "help-attribute-eduPersonPrimaryAffiliation" +msgstr "help-attribute-eduPersonPrimaryAffiliation" + +msgid "help-attribute-eduPersonPrimaryOrgUnitDN" +msgstr "help-attribute-eduPersonPrimaryOrgUnitDN" + +msgid "help-attribute-eduPersonPrincipalName" +msgstr "help-attribute-eduPersonPrincipalName" + +msgid "help-attribute-eduPersonScopedAffiliation" +msgstr "help-attribute-eduPersonScopedAffiliation" + +msgid "help-attribute-eduPersonTargetedID" +msgstr "help-attribute-eduPersonTargetedID" + +msgid "help-attribute-eduPersonUniqueId" +msgstr "help-attribute-eduPersonUniqueId" + +msgid "help-attribute-eduPersonOrcid" +msgstr "help-attribute-eduPersonOrcid" + +msgid "help-attribute-email" +msgstr "help-attribute-email" + +msgid "help-attribute-emailAddress" +msgstr "help-attribute-emailAddress" + +msgid "help-attribute-employeeNumber" +msgstr "help-attribute-employeeNumber" + +msgid "help-attribute-employeeType" +msgstr "help-attribute-employeeType" + +msgid "help-attribute-enhancedSearchGuide" +msgstr "help-attribute-enhancedSearchGuide" + +msgid "help-attribute-facsimileTelephoneNumber" +msgstr "help-attribute-facsimileTelephoneNumber" + +msgid "help-attribute-favouriteDrink" +msgstr "help-attribute-favouriteDrink" + +msgid "help-attribute-fax" +msgstr "help-attribute-fax" + +msgid "help-attribute-federationFeideSchemaVersion" +msgstr "help-attribute-federationFeideSchemaVersion" + +msgid "help-attribute-friendlyCountryName" +msgstr "help-attribute-friendlyCountryName" + +msgid "help-attribute-generationQualifier" +msgstr "help-attribute-generationQualifier" + +msgid "help-attribute-givenName" +msgstr "help-attribute-givenName" + +msgid "help-attribute-gn" +msgstr "help-attribute-gn" + +msgid "help-attribute-homePhone" +msgstr "help-attribute-homePhone" + +msgid "help-attribute-homePostalAddress" +msgstr "help-attribute-homePostalAddress" + +msgid "help-attribute-homeTelephoneNumber" +msgstr "help-attribute-homeTelephoneNumber" + +msgid "help-attribute-host" +msgstr "help-attribute-host" + +msgid "help-attribute-houseIdentifier" +msgstr "help-attribute-houseIdentifier" + +msgid "help-attribute-info" +msgstr "help-attribute-info" + +msgid "help-attribute-initials" +msgstr "help-attribute-initials" + +msgid "help-attribute-internationaliSDNNumber" +msgstr "help-attribute-internationaliSDNNumber" + +msgid "help-attribute-isMemberOf" +msgstr "help-attribute-isMemberOf" + +msgid "help-attribute-janetMailbox" +msgstr "help-attribute-janetMailbox" + +msgid "help-attribute-jpegPhoto" +msgstr "help-attribute-jpegPhoto" + +msgid "help-attribute-knowledgeInformation" +msgstr "help-attribute-knowledgeInformation" + +msgid "help-attribute-l" +msgstr "help-attribute-l" + +msgid "help-attribute-labeledURI" +msgstr "help-attribute-labeledURI" + +msgid "help-attribute-localityName" +msgstr "help-attribute-localityName" + +msgid "help-attribute-mDRecord" +msgstr "help-attribute-mDRecord" + +msgid "help-attribute-mXRecord" +msgstr "help-attribute-mXRecord" + +msgid "help-attribute-mail" +msgstr "help-attribute-mail" + +msgid "help-attribute-mailPreferenceOption" +msgstr "help-attribute-mailPreferenceOption" + +msgid "help-attribute-manager" +msgstr "help-attribute-manager" + +msgid "help-attribute-member" +msgstr "help-attribute-member" + +msgid "help-attribute-mobile" +msgstr "help-attribute-mobile" + +msgid "help-attribute-mobileTelephoneNumber" +msgstr "help-attribute-mobileTelephoneNumber" + +msgid "help-attribute-nSRecord" +msgstr "help-attribute-nSRecord" + +msgid "help-attribute-name" +msgstr "help-attribute-name" + +msgid "help-attribute-norEduOrgAcronym" +msgstr "help-attribute-norEduOrgAcronym" + +msgid "help-attribute-norEduOrgNIN" +msgstr "help-attribute-norEduOrgNIN" + +msgid "help-attribute-norEduOrgSchemaVersion" +msgstr "help-attribute-norEduOrgSchemaVersion" + +msgid "help-attribute-norEduOrgUniqueIdentifier" +msgstr "help-attribute-norEduOrgUniqueIdentifier" + +msgid "help-attribute-norEduOrgUniqueNumber" +msgstr "help-attribute-norEduOrgUniqueNumber" + +msgid "help-attribute-norEduOrgUnitUniqueIdentifier" +msgstr "help-attribute-norEduOrgUnitUniqueIdentifier" + +msgid "help-attribute-norEduOrgUnitUniqueNumber" +msgstr "help-attribute-norEduOrgUnitUniqueNumber" + +msgid "help-attribute-norEduPersonBirthDate" +msgstr "help-attribute-norEduPersonBirthDate" + +msgid "help-attribute-norEduPersonLIN" +msgstr "help-attribute-norEduPersonLIN" + +msgid "help-attribute-norEduPersonNIN" +msgstr "help-attribute-norEduPersonNIN" + +msgid "help-attribute-o" +msgstr "help-attribute-o" + +msgid "help-attribute-objectClass" +msgstr "help-attribute-objectClass" + +msgid "help-attribute-organizationName" +msgstr "help-attribute-organizationName" + +msgid "help-attribute-organizationalStatus" +msgstr "help-attribute-organizationalStatus" + +msgid "help-attribute-organizationalUnitName" +msgstr "help-attribute-organizationalUnitName" + +msgid "help-attribute-otherMailbox" +msgstr "help-attribute-otherMailbox" + +msgid "help-attribute-ou" +msgstr "help-attribute-ou" + +msgid "help-attribute-owner" +msgstr "help-attribute-owner" + +msgid "help-attribute-pager" +msgstr "help-attribute-pager" + +msgid "help-attribute-pagerTelephoneNumber" +msgstr "help-attribute-pagerTelephoneNumber" + +msgid "help-attribute-personalSignature" +msgstr "help-attribute-personalSignature" + +msgid "help-attribute-personalTitle" +msgstr "help-attribute-personalTitle" + +msgid "help-attribute-photo" +msgstr "help-attribute-photo" + +msgid "help-attribute-physicalDeliveryOfficeName" +msgstr "help-attribute-physicalDeliveryOfficeName" + +msgid "help-attribute-pkcs9email" +msgstr "help-attribute-pkcs9email" + +msgid "help-attribute-postOfficeBox" +msgstr "help-attribute-postOfficeBox" + +msgid "help-attribute-postalAddress" +msgstr "help-attribute-postalAddress" + +msgid "help-attribute-postalCode" +msgstr "help-attribute-postalCode" + +msgid "help-attribute-preferredDeliveryMethod" +msgstr "help-attribute-preferredDeliveryMethod" + +msgid "help-attribute-preferredLanguage" +msgstr "help-attribute-preferredLanguage" + +msgid "help-attribute-presentationAddress" +msgstr "help-attribute-presentationAddress" + +msgid "help-attribute-protocolInformation" +msgstr "help-attribute-protocolInformation" + +msgid "help-attribute-pseudonym" +msgstr "help-attribute-pseudonym" + +msgid "help-attribute-registeredAddress" +msgstr "help-attribute-registeredAddress" + +msgid "help-attribute-rfc822Mailbox" +msgstr "help-attribute-rfc822Mailbox" + +msgid "help-attribute-roleOccupant" +msgstr "help-attribute-roleOccupant" + +msgid "help-attribute-roomNumber" +msgstr "help-attribute-roomNumber" + +msgid "help-attribute-sOARecord" +msgstr "help-attribute-sOARecord" + +msgid "help-attribute-schacCountryOfCitizenship" +msgstr "help-attribute-schacCountryOfCitizenship" + +msgid "help-attribute-schacCountryOfResidence" +msgstr "help-attribute-schacCountryOfResidence" + +msgid "help-attribute-schacDateOfBirth" +msgstr "help-attribute-schacDateOfBirth" + +msgid "help-attribute-schacExpiryDate" +msgstr "help-attribute-schacExpiryDate" + +msgid "help-attribute-schacGender" +msgstr "help-attribute-schacGender" + +msgid "help-attribute-schacHomeOrganization" +msgstr "help-attribute-schacHomeOrganization" + +msgid "help-attribute-schacHomeOrganizationType" +msgstr "help-attribute-schacHomeOrganizationType" + +msgid "help-attribute-schacMotherTongue" +msgstr "help-attribute-schacMotherTongue" + +msgid "help-attribute-schacPersonalPosition" +msgstr "help-attribute-schacPersonalPosition" + +msgid "help-attribute-schacPersonalTitle" +msgstr "help-attribute-schacPersonalTitle" + +msgid "help-attribute-schacPersonalUniqueCode" +msgstr "help-attribute-schacPersonalUniqueCode" + +msgid "help-attribute-schacPersonalUniqueID" +msgstr "help-attribute-schacPersonalUniqueID" + +msgid "help-attribute-schacPlaceOfBirth" +msgstr "help-attribute-schacPlaceOfBirth" + +msgid "help-attribute-schacProjectMembership" +msgstr "help-attribute-schacProjectMembership" + +msgid "help-attribute-schacProjectSpecificRole" +msgstr "help-attribute-schacProjectSpecificRole" + +msgid "help-attribute-schacSn1" +msgstr "help-attribute-schacSn1" + +msgid "help-attribute-schacSn2" +msgstr "help-attribute-schacSn2" + +msgid "help-attribute-schacUserPresenceID" +msgstr "help-attribute-schacUserPresenceID" + +msgid "help-attribute-schacUserPrivateAttribute" +msgstr "help-attribute-schacUserPrivateAttribute" + +msgid "help-attribute-schacUserStatus" +msgstr "help-attribute-schacUserStatus" + +msgid "help-attribute-schacYearOfBirth" +msgstr "help-attribute-schacYearOfBirth" + +msgid "help-attribute-searchGuide" +msgstr "help-attribute-searchGuide" + +msgid "help-attribute-secretary" +msgstr "help-attribute-secretary" + +msgid "help-attribute-seeAlso" +msgstr "help-attribute-seeAlso" + +msgid "help-attribute-serialNumber" +msgstr "help-attribute-serialNumber" + +msgid "help-attribute-singleLevelQuality" +msgstr "help-attribute-singleLevelQuality" + +msgid "help-attribute-sisSchoolGrade" +msgstr "help-attribute-sisSchoolGrade" + +msgid "help-attribute-sisLegalGuardianFor" +msgstr "help-attribute-sisLegalGuardianFor" + +msgid "help-attribute-sisOrgDepartment" +msgstr "help-attribute-sisOrgDepartment" + +msgid "help-attribute-sisSchoolUnitCode" +msgstr "help-attribute-sisSchoolUnitCode" + +msgid "help-attribute-sn" +msgstr "help-attribute-sn" + +msgid "help-attribute-sshPublicKey" +msgstr "help-attribute-sshPublicKey" + +msgid "help-attribute-st" +msgstr "help-attribute-st" + +msgid "help-attribute-stateOrProvinceName" +msgstr "help-attribute-stateOrProvinceName" + +msgid "help-attribute-street" +msgstr "help-attribute-street" + +msgid "help-attribute-streetAddress" +msgstr "help-attribute-streetAddress" + +msgid "help-attribute-subtreeMaximumQuality" +msgstr "help-attribute-subtreeMaximumQuality" + +msgid "help-attribute-subtreeMinimumQuality" +msgstr "help-attribute-subtreeMinimumQuality" + +msgid "help-attribute-supportedAlgorithms" +msgstr "help-attribute-supportedAlgorithms" + +msgid "help-attribute-supportedApplicationContext" +msgstr "help-attribute-supportedApplicationContext" + +msgid "help-attribute-surname" +msgstr "help-attribute-surname" + +msgid "help-attribute-telephoneNumber" +msgstr "help-attribute-telephoneNumber" + +msgid "help-attribute-teletexTerminalIdentifier" +msgstr "help-attribute-teletexTerminalIdentifier" + +msgid "help-attribute-telexNumber" +msgstr "help-attribute-telexNumber" + +msgid "help-attribute-textEncodedORAddress" +msgstr "help-attribute-textEncodedORAddress" + +msgid "help-attribute-title" +msgstr "help-attribute-title" + +msgid "help-attribute-uid" +msgstr "help-attribute-uid" + +msgid "help-attribute-uniqueIdentifier" +msgstr "help-attribute-uniqueIdentifier" + +msgid "help-attribute-uniqueMember" +msgstr "help-attribute-uniqueMember" + +msgid "help-attribute-userCertificate" +msgstr "help-attribute-userCertificate" + +msgid "help-attribute-userClass" +msgstr "help-attribute-userClass" + +msgid "help-attribute-userPKCS12" +msgstr "help-attribute-userPKCS12" + +msgid "help-attribute-userPassword" +msgstr "help-attribute-userPassword" + +msgid "help-attribute-userSMIMECertificate" +msgstr "help-attribute-userSMIMECertificate" + +msgid "help-attribute-userid" +msgstr "help-attribute-userid" + +msgid "help-attribute-voPersonApplicationUID" +msgstr "help-attribute-voPersonApplicationUID" + +msgid "help-attribute-voPersonAuthorName" +msgstr "help-attribute-voPersonAuthorName" + +msgid "help-attribute-voPersonCertificateDN" +msgstr "help-attribute-voPersonCertificateDN" + +msgid "help-attribute-voPersonCertificateIssuerDN" +msgstr "help-attribute-voPersonCertificateIssuerDN" + +msgid "help-attribute-voPersonExternalID" +msgstr "help-attribute-voPersonExternalID" + +msgid "help-attribute-voPersonID" +msgstr "help-attribute-voPersonID" + +msgid "help-attribute-voPersonPolicyAgreement" +msgstr "help-attribute-voPersonPolicyAgreement" + +msgid "help-attribute-voPersonSoRID" +msgstr "help-attribute-voPersonSoRID" + +msgid "help-attribute-voPersonStatus" +msgstr "help-attribute-voPersonStatus" + +msgid "help-attribute-voPersonAffiliation" +msgstr "help-attribute-voPersonAffiliation" + +msgid "help-attribute-voPersonExternalAffiliation" +msgstr "help-attribute-voPersonExternalAffiliation" + +msgid "help-attribute-voPersonScopedAffiliation" +msgstr "help-attribute-voPersonScopedAffiliation" + +msgid "help-attribute-voPersonApplicationPassword" +msgstr "help-attribute-voPersonApplicationPassword" + +msgid "help-attribute-voPersonVerifiedEmail" +msgstr "help-attribute-voPersonVerifiedEmail" + +msgid "help-attribute-voPersonToken" +msgstr "help-attribute-voPersonToken" + +msgid "help-attribute-voPosixAccountGecos" +msgstr "help-attribute-voPosixAccountGecos" + +msgid "help-attribute-voPosixAccountGidNumber" +msgstr "help-attribute-voPosixAccountGidNumber" + +msgid "help-attribute-voPosixAccountHomeDirectory" +msgstr "help-attribute-voPosixAccountHomeDirectory" + +msgid "help-attribute-voPosixAccountLoginShell" +msgstr "help-attribute-voPosixAccountLoginShell" + +msgid "help-attribute-voPosixAccountUidNumber" +msgstr "help-attribute-voPosixAccountUidNumber" + +msgid "help-attribute-x121Address" +msgstr "help-attribute-x121Address" + +msgid "help-attribute-x500UniqueIdentifier" +msgstr "help-attribute-x500UniqueIdentifier" + +msgid "help-attribute-aRecord" +msgstr "help-attribute-aRecord" + +msgid "help-attribute-aliasedEntryName" +msgstr "help-attribute-aliasedEntryName" + +msgid "help-attribute-aliasedObjectName" +msgstr "help-attribute-aliasedObjectName" + +msgid "help-attribute-associatedDomain" +msgstr "help-attribute-associatedDomain" + +msgid "help-attribute-associatedName" +msgstr "help-attribute-associatedName" + +msgid "help-attribute-audio" +msgstr "help-attribute-audio" + +msgid "help-attribute-authorityRevocationList" +msgstr "help-attribute-authorityRevocationList" + +msgid "help-attribute-buildingName" +msgstr "help-attribute-buildingName" + +msgid "help-attribute-businessCategory" +msgstr "help-attribute-businessCategory" + +msgid "help-attribute-c" +msgstr "help-attribute-c" + +msgid "help-attribute-cACertificate" +msgstr "help-attribute-cACertificate" + +msgid "help-attribute-cNAMERecord" +msgstr "help-attribute-cNAMERecord" + +msgid "help-attribute-carLicense" +msgstr "help-attribute-carLicense" + +msgid "help-attribute-certificateRevocationList" +msgstr "help-attribute-certificateRevocationList" + +msgid "help-attribute-cn" +msgstr "help-attribute-cn" + +msgid "help-attribute-co" +msgstr "help-attribute-co" + +msgid "help-attribute-commonName" +msgstr "help-attribute-commonName" + +msgid "help-attribute-countryName" +msgstr "help-attribute-countryName" + +msgid "help-attribute-crossCertificatePair" +msgstr "help-attribute-crossCertificatePair" + +msgid "help-attribute-dITRedirect" +msgstr "help-attribute-dITRedirect" + +msgid "help-attribute-dSAQuality" +msgstr "help-attribute-dSAQuality" + +msgid "help-attribute-dc" +msgstr "help-attribute-dc" + +msgid "help-attribute-deltaRevocationList" +msgstr "help-attribute-deltaRevocationList" + +msgid "help-attribute-departmentNumber" +msgstr "help-attribute-departmentNumber" + +msgid "help-attribute-description" +msgstr "help-attribute-description" + +msgid "help-attribute-destinationIndicator" +msgstr "help-attribute-destinationIndicator" + +msgid "help-attribute-displayName" +msgstr "help-attribute-displayName" + +msgid "help-attribute-distinguishedName" +msgstr "help-attribute-distinguishedName" + +msgid "help-attribute-dmdName" +msgstr "help-attribute-dmdName" + +msgid "help-attribute-dnQualifier" +msgstr "help-attribute-dnQualifier" + +msgid "help-attribute-documentAuthor" +msgstr "help-attribute-documentAuthor" + +msgid "help-attribute-documentIdentifier" +msgstr "help-attribute-documentIdentifier" + +msgid "help-attribute-documentLocation" +msgstr "help-attribute-documentLocation" + +msgid "help-attribute-documentPublisher" +msgstr "help-attribute-documentPublisher" + +msgid "help-attribute-documentTitle" +msgstr "help-attribute-documentTitle" + +msgid "help-attribute-documentVersion" +msgstr "help-attribute-documentVersion" + +msgid "help-attribute-domainComponent" +msgstr "help-attribute-domainComponent" + +msgid "help-attribute-drink" +msgstr "help-attribute-drink" + +msgid "help-attribute-eduOrgHomePageURI" +msgstr "help-attribute-eduOrgHomePageURI" + +msgid "help-attribute-eduOrgIdentityAuthNPolicyURI" +msgstr "help-attribute-eduOrgIdentityAuthNPolicyURI" + +msgid "help-attribute-eduOrgLegalName" +msgstr "help-attribute-eduOrgLegalName" + +msgid "help-attribute-eduOrgSuperiorURI" +msgstr "help-attribute-eduOrgSuperiorURI" + +msgid "help-attribute-eduOrgWhitePagesURI" +msgstr "help-attribute-eduOrgWhitePagesURI" + +msgid "help-attribute-eduPersonAffiliation" +msgstr "help-attribute-eduPersonAffiliation" + +msgid "help-attribute-eduPersonAssurance" +msgstr "help-attribute-eduPersonAssurance" + +msgid "help-attribute-eduPersonEntitlement" +msgstr "help-attribute-eduPersonEntitlement" + +msgid "help-attribute-eduPersonNickname" +msgstr "help-attribute-eduPersonNickname" + +msgid "help-attribute-eduPersonOrgDN" +msgstr "help-attribute-eduPersonOrgDN" + +msgid "help-attribute-eduPersonOrgUnitDN" +msgstr "help-attribute-eduPersonOrgUnitDN" + +msgid "help-attribute-eduPersonPrimaryAffiliation" +msgstr "help-attribute-eduPersonPrimaryAffiliation" + +msgid "help-attribute-eduPersonPrimaryOrgUnitDN" +msgstr "help-attribute-eduPersonPrimaryOrgUnitDN" + +msgid "help-attribute-eduPersonPrincipalName" +msgstr "help-attribute-eduPersonPrincipalName" + +msgid "help-attribute-eduPersonScopedAffiliation" +msgstr "help-attribute-eduPersonScopedAffiliation" + +msgid "help-attribute-eduPersonTargetedID" +msgstr "help-attribute-eduPersonTargetedID" + +msgid "help-attribute-eduPersonUniqueId" +msgstr "help-attribute-eduPersonUniqueId" + +msgid "help-attribute-email" +msgstr "help-attribute-email" + +msgid "help-attribute-emailAddress" +msgstr "help-attribute-emailAddress" + +msgid "help-attribute-employeeNumber" +msgstr "help-attribute-employeeNumber" + +msgid "help-attribute-employeeType" +msgstr "help-attribute-employeeType" + +msgid "help-attribute-enhancedSearchGuide" +msgstr "help-attribute-enhancedSearchGuide" + +msgid "help-attribute-facsimileTelephoneNumber" +msgstr "help-attribute-facsimileTelephoneNumber" + +msgid "help-attribute-favouriteDrink" +msgstr "help-attribute-favouriteDrink" + +msgid "help-attribute-fax" +msgstr "help-attribute-fax" + +msgid "help-attribute-federationFeideSchemaVersion" +msgstr "help-attribute-federationFeideSchemaVersion" + +msgid "help-attribute-friendlyCountryName" +msgstr "help-attribute-friendlyCountryName" + +msgid "help-attribute-generationQualifier" +msgstr "help-attribute-generationQualifier" + +msgid "help-attribute-givenName" +msgstr "help-attribute-givenName" + +msgid "help-attribute-gn" +msgstr "help-attribute-gn" + +msgid "help-attribute-homePhone" +msgstr "help-attribute-homePhone" + +msgid "help-attribute-homePostalAddress" +msgstr "help-attribute-homePostalAddress" + +msgid "help-attribute-homeTelephoneNumber" +msgstr "help-attribute-homeTelephoneNumber" + +msgid "help-attribute-host" +msgstr "help-attribute-host" + +msgid "help-attribute-houseIdentifier" +msgstr "help-attribute-houseIdentifier" + +msgid "help-attribute-info" +msgstr "help-attribute-info" + +msgid "help-attribute-initials" +msgstr "help-attribute-initials" + +msgid "help-attribute-internationaliSDNNumber" +msgstr "help-attribute-internationaliSDNNumber" + +msgid "help-attribute-janetMailbox" +msgstr "help-attribute-janetMailbox" + +msgid "help-attribute-jpegPhoto" +msgstr "help-attribute-jpegPhoto" + +msgid "help-attribute-knowledgeInformation" +msgstr "help-attribute-knowledgeInformation" + +msgid "help-attribute-l" +msgstr "help-attribute-l" + +msgid "help-attribute-labeledURI" +msgstr "help-attribute-labeledURI" + +msgid "help-attribute-localityName" +msgstr "help-attribute-localityName" + +msgid "help-attribute-mDRecord" +msgstr "help-attribute-mDRecord" + +msgid "help-attribute-mXRecord" +msgstr "help-attribute-mXRecord" + +msgid "help-attribute-mail" +msgstr "help-attribute-mail" + +msgid "help-attribute-mailPreferenceOption" +msgstr "help-attribute-mailPreferenceOption" + +msgid "help-attribute-manager" +msgstr "help-attribute-manager" + +msgid "help-attribute-member" +msgstr "help-attribute-member" + +msgid "help-attribute-mobile" +msgstr "help-attribute-mobile" + +msgid "help-attribute-mobileTelephoneNumber" +msgstr "help-attribute-mobileTelephoneNumber" + +msgid "help-attribute-nSRecord" +msgstr "help-attribute-nSRecord" + +msgid "help-attribute-name" +msgstr "help-attribute-name" + +msgid "help-attribute-norEduOrgAcronym" +msgstr "help-attribute-norEduOrgAcronym" + +msgid "help-attribute-norEduOrgNIN" +msgstr "help-attribute-norEduOrgNIN" + +msgid "help-attribute-norEduOrgSchemaVersion" +msgstr "help-attribute-norEduOrgSchemaVersion" + +msgid "help-attribute-norEduOrgUniqueIdentifier" +msgstr "help-attribute-norEduOrgUniqueIdentifier" + +msgid "help-attribute-norEduOrgUniqueNumber" +msgstr "help-attribute-norEduOrgUniqueNumber" + +msgid "help-attribute-norEduOrgUnitUniqueIdentifier" +msgstr "help-attribute-norEduOrgUnitUniqueIdentifier" + +msgid "help-attribute-norEduOrgUnitUniqueNumber" +msgstr "help-attribute-norEduOrgUnitUniqueNumber" + +msgid "help-attribute-norEduPersonBirthDate" +msgstr "help-attribute-norEduPersonBirthDate" + +msgid "help-attribute-norEduPersonLIN" +msgstr "help-attribute-norEduPersonLIN" + +msgid "help-attribute-norEduPersonNIN" +msgstr "help-attribute-norEduPersonNIN" + +msgid "help-attribute-o" +msgstr "help-attribute-o" + +msgid "help-attribute-objectClass" +msgstr "help-attribute-objectClass" + +msgid "help-attribute-organizationName" +msgstr "help-attribute-organizationName" + +msgid "help-attribute-organizationalStatus" +msgstr "help-attribute-organizationalStatus" + +msgid "help-attribute-organizationalUnitName" +msgstr "help-attribute-organizationalUnitName" + +msgid "help-attribute-otherMailbox" +msgstr "help-attribute-otherMailbox" + +msgid "help-attribute-ou" +msgstr "help-attribute-ou" + +msgid "help-attribute-owner" +msgstr "help-attribute-owner" + +msgid "help-attribute-pager" +msgstr "help-attribute-pager" + +msgid "help-attribute-pagerTelephoneNumber" +msgstr "help-attribute-pagerTelephoneNumber" + +msgid "help-attribute-pairwise-id" +msgstr "help-attribute-pairwise-id" + +msgid "help-attribute-personalSignature" +msgstr "help-attribute-personalSignature" + +msgid "help-attribute-personalTitle" +msgstr "help-attribute-personalTitle" + +msgid "help-attribute-photo" +msgstr "help-attribute-photo" + +msgid "help-attribute-physicalDeliveryOfficeName" +msgstr "help-attribute-physicalDeliveryOfficeName" + +msgid "help-attribute-pkcs9email" +msgstr "help-attribute-pkcs9email" + +msgid "help-attribute-postOfficeBox" +msgstr "help-attribute-postOfficeBox" + +msgid "help-attribute-postalAddress" +msgstr "help-attribute-postalAddress" + +msgid "help-attribute-postalCode" +msgstr "help-attribute-postalCode" + +msgid "help-attribute-preferredDeliveryMethod" +msgstr "help-attribute-preferredDeliveryMethod" + +msgid "help-attribute-preferredLanguage" +msgstr "help-attribute-preferredLanguage" + +msgid "help-attribute-presentationAddress" +msgstr "help-attribute-presentationAddress" + +msgid "help-attribute-protocolInformation" +msgstr "help-attribute-protocolInformation" + +msgid "help-attribute-pseudonym" +msgstr "help-attribute-pseudonym" + +msgid "help-attribute-registeredAddress" +msgstr "help-attribute-registeredAddress" + +msgid "help-attribute-rfc822Mailbox" +msgstr "help-attribute-rfc822Mailbox" + +msgid "help-attribute-roleOccupant" +msgstr "help-attribute-roleOccupant" + +msgid "help-attribute-roomNumber" +msgstr "help-attribute-roomNumber" + +msgid "help-attribute-sOARecord" +msgstr "help-attribute-sOARecord" + +msgid "help-attribute-schacCountryOfCitizenship" +msgstr "help-attribute-schacCountryOfCitizenship" + +msgid "help-attribute-schacCountryOfResidence" +msgstr "help-attribute-schacCountryOfResidence" + +msgid "help-attribute-schacDateOfBirth" +msgstr "help-attribute-schacDateOfBirth" + +msgid "help-attribute-schacExpiryDate" +msgstr "help-attribute-schacExpiryDate" + +msgid "help-attribute-schacGender" +msgstr "help-attribute-schacGender" + +msgid "help-attribute-schacHomeOrganization" +msgstr "help-attribute-schacHomeOrganization" + +msgid "help-attribute-schacHomeOrganizationType" +msgstr "help-attribute-schacHomeOrganizationType" + +msgid "help-attribute-schacMotherTongue" +msgstr "help-attribute-schacMotherTongue" + +msgid "help-attribute-schacPersonalPosition" +msgstr "help-attribute-schacPersonalPosition" + +msgid "help-attribute-schacPersonalTitle" +msgstr "help-attribute-schacPersonalTitle" + +msgid "help-attribute-schacPersonalUniqueCode" +msgstr "help-attribute-schacPersonalUniqueCode" + +msgid "help-attribute-schacPersonalUniqueID" +msgstr "help-attribute-schacPersonalUniqueID" + +msgid "help-attribute-schacPlaceOfBirth" +msgstr "help-attribute-schacPlaceOfBirth" + +msgid "help-attribute-schacProjectMembership" +msgstr "help-attribute-schacProjectMembership" + +msgid "help-attribute-schacProjectSpecificRole" +msgstr "help-attribute-schacProjectSpecificRole" + +msgid "help-attribute-schacSn1" +msgstr "help-attribute-schacSn1" + +msgid "help-attribute-schacSn2" +msgstr "help-attribute-schacSn2" + +msgid "help-attribute-schacUserPresenceID" +msgstr "help-attribute-schacUserPresenceID" + +msgid "help-attribute-schacUserPrivateAttribute" +msgstr "help-attribute-schacUserPrivateAttribute" + +msgid "help-attribute-schacUserStatus" +msgstr "help-attribute-schacUserStatus" + +msgid "help-attribute-schacYearOfBirth" +msgstr "help-attribute-schacYearOfBirth" + +msgid "help-attribute-searchGuide" +msgstr "help-attribute-searchGuide" + +msgid "help-attribute-secretary" +msgstr "help-attribute-secretary" + +msgid "help-attribute-seeAlso" +msgstr "help-attribute-seeAlso" + +msgid "help-attribute-serialNumber" +msgstr "help-attribute-serialNumber" + +msgid "help-attribute-singleLevelQuality" +msgstr "help-attribute-singleLevelQuality" + +msgid "help-attribute-sisSchoolGrade" +msgstr "help-attribute-sisSchoolGrade" + +msgid "help-attribute-sisLegalGuardianFor" +msgstr "help-attribute-sisLegalGuardianFor" + +msgid "help-attribute-sn" +msgstr "help-attribute-sn" + +msgid "help-attribute-st" +msgstr "help-attribute-st" + +msgid "help-attribute-stateOrProvinceName" +msgstr "help-attribute-stateOrProvinceName" + +msgid "help-attribute-street" +msgstr "help-attribute-street" + +msgid "help-attribute-streetAddress" +msgstr "help-attribute-streetAddress" + +msgid "help-attribute-subject-id" +msgstr "help-attribute-subject-id" + +msgid "help-attribute-subtreeMaximumQuality" +msgstr "help-attribute-subtreeMaximumQuality" + +msgid "help-attribute-subtreeMinimumQuality" +msgstr "help-attribute-subtreeMinimumQuality" + +msgid "help-attribute-supportedAlgorithms" +msgstr "help-attribute-supportedAlgorithms" + +msgid "help-attribute-supportedApplicationContext" +msgstr "help-attribute-supportedApplicationContext" + +msgid "help-attribute-surname" +msgstr "help-attribute-surname" + +msgid "help-attribute-telephoneNumber" +msgstr "help-attribute-telephoneNumber" + +msgid "help-attribute-teletexTerminalIdentifier" +msgstr "help-attribute-teletexTerminalIdentifier" + +msgid "help-attribute-telexNumber" +msgstr "help-attribute-telexNumber" + +msgid "help-attribute-textEncodedORAddress" +msgstr "help-attribute-textEncodedORAddress" + +msgid "help-attribute-title" +msgstr "help-attribute-title" + +msgid "help-attribute-uid" +msgstr "help-attribute-uid" + +msgid "help-attribute-uniqueIdentifier" +msgstr "help-attribute-uniqueIdentifier" + +msgid "help-attribute-uniqueMember" +msgstr "help-attribute-uniqueMember" + +msgid "help-attribute-userCertificate" +msgstr "help-attribute-userCertificate" + +msgid "help-attribute-userClass" +msgstr "help-attribute-userClass" + +msgid "help-attribute-userPKCS12" +msgstr "help-attribute-userPKCS12" + +msgid "help-attribute-userPassword" +msgstr "help-attribute-userPassword" + +msgid "help-attribute-userSMIMECertificate" +msgstr "help-attribute-userSMIMECertificate" + +msgid "help-attribute-userid" +msgstr "help-attribute-userid" + +msgid "help-attribute-x121Address" +msgstr "help-attribute-x121Address" + +msgid "help-attribute-x500UniqueIdentifier" +msgstr "help-attribute-x500UniqueIdentifier" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfCitizenship" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfCitizenship" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfResidence" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfResidence" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacDateOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacDateOfBirth" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacExpiryDate" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacExpiryDate" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacGender" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacGender" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganization" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganization" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganizationType" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganizationType" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacMotherTongue" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacMotherTongue" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalPosition" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalPosition" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalTitle" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalTitle" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueCode" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueCode" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueID" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueID" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPlaceOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPlaceOfBirth" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacProjectMembership" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacProjectMembership" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacProjectSpecificRole" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacProjectSpecificRole" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacSn1" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacSn1" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacSn2" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacSn2" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserPresenceID" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserPresenceID" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserPrivateAttribute" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserPrivateAttribute" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserStatus" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserStatus" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacYearOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacYearOfBirth" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.41" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.41" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.6" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.3" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.3" + +msgid "help-attribute-urn:oid:2.5.4.3" +msgstr "help-attribute-urn:oid:2.5.4.3" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.241" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.241" + +msgid "help-attribute-urn:oid:2.5.4.4" +msgstr "help-attribute-urn:oid:2.5.4.4" + +msgid "help-attribute-urn:oid:2.5.4.42" +msgstr "help-attribute-urn:oid:2.5.4.42" + +msgid "help-attribute-urn:oid:2.16.756.1.2.5.1.1.1" +msgstr "help-attribute-urn:oid:2.16.756.1.2.5.1.1.1" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.1" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.1" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.10" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.10" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.11" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.11" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.12" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.12" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.13" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.13" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.14" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.14" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.15" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.15" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.2" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.2" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.20" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.20" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.21" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.21" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.22" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.22" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.25" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.25" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.26" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.26" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.27" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.27" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.28" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.28" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.29" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.29" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.3" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.3" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.30" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.30" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.31" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.31" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.37" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.37" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.38" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.38" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.39" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.39" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.4" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.4" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.40" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.40" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.41" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.41" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.42" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.42" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.43" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.43" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.44" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.44" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.45" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.45" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.46" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.46" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.47" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.47" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.48" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.48" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.49" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.49" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.5" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.5" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.50" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.50" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.51" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.51" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.52" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.52" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.53" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.53" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.54" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.54" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.55" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.55" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.56" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.56" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.6" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.6" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.60" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.60" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.7" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.7" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.8" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.8" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.9" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.9" + +msgid "help-attribute-urn:oid:1.2.840.113549.1.9.1" +msgstr "help-attribute-urn:oid:1.2.840.113549.1.9.1" + +msgid "help-attribute-urn:oid:1.2.752.194.10.2.2" +msgstr "help-attribute-urn:oid:1.2.752.194.10.2.2" + +msgid "help-attribute-urn:oid:1.2.752.194.10.2.1" +msgstr "help-attribute-urn:oid:1.2.752.194.10.2.1" + +msgid "help-attribute-urn:oid:1.2.752.194.10.3" +msgstr "help-attribute-urn:oid:1.2.752.194.10.3" + +msgid "help-attribute-urn:oid:1.2.752.194.10.2.4" +msgstr "help-attribute-urn:oid:1.2.752.194.10.2.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.12" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.12" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.24552.500.1.1.1.13" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.24552.500.1.1.1.13" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.250.1.57" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.250.1.57" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.10" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.10" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.13" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.13" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.16" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.16" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.5.1.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.5.1.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.0.2.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.0.2.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.10" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.10" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.12" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.12" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.13" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.13" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.14" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.14" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.15" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.15" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.17" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.17" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.18" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.18" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.19" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.19" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.20" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.20" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.21" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.21" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.10" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.10" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.12" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.12" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.13" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.13" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.14" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.14" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.15" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.1.15" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.4.2.5" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.1" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.1" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.2" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.2" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.216" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.216" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.241" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.241" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.3" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.3" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.39" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.39" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.4" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.4" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.40" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.40" + +msgid "help-attribute-urn:oid:2.5.4.0" +msgstr "help-attribute-urn:oid:2.5.4.0" + +msgid "help-attribute-urn:oid:2.5.4.1" +msgstr "help-attribute-urn:oid:2.5.4.1" + +msgid "help-attribute-urn:oid:2.5.4.10" +msgstr "help-attribute-urn:oid:2.5.4.10" + +msgid "help-attribute-urn:oid:2.5.4.11" +msgstr "help-attribute-urn:oid:2.5.4.11" + +msgid "help-attribute-urn:oid:2.5.4.12" +msgstr "help-attribute-urn:oid:2.5.4.12" + +msgid "help-attribute-urn:oid:2.5.4.13" +msgstr "help-attribute-urn:oid:2.5.4.13" + +msgid "help-attribute-urn:oid:2.5.4.14" +msgstr "help-attribute-urn:oid:2.5.4.14" + +msgid "help-attribute-urn:oid:2.5.4.15" +msgstr "help-attribute-urn:oid:2.5.4.15" + +msgid "help-attribute-urn:oid:2.5.4.16" +msgstr "help-attribute-urn:oid:2.5.4.16" + +msgid "help-attribute-urn:oid:2.5.4.17" +msgstr "help-attribute-urn:oid:2.5.4.17" + +msgid "help-attribute-urn:oid:2.5.4.18" +msgstr "help-attribute-urn:oid:2.5.4.18" + +msgid "help-attribute-urn:oid:2.5.4.19" +msgstr "help-attribute-urn:oid:2.5.4.19" + +msgid "help-attribute-urn:oid:2.5.4.2" +msgstr "help-attribute-urn:oid:2.5.4.2" + +msgid "help-attribute-urn:oid:2.5.4.20" +msgstr "help-attribute-urn:oid:2.5.4.20" + +msgid "help-attribute-urn:oid:2.5.4.21" +msgstr "help-attribute-urn:oid:2.5.4.21" + +msgid "help-attribute-urn:oid:2.5.4.22" +msgstr "help-attribute-urn:oid:2.5.4.22" + +msgid "help-attribute-urn:oid:2.5.4.23" +msgstr "help-attribute-urn:oid:2.5.4.23" + +msgid "help-attribute-urn:oid:2.5.4.24" +msgstr "help-attribute-urn:oid:2.5.4.24" + +msgid "help-attribute-urn:oid:2.5.4.25" +msgstr "help-attribute-urn:oid:2.5.4.25" + +msgid "help-attribute-urn:oid:2.5.4.26" +msgstr "help-attribute-urn:oid:2.5.4.26" + +msgid "help-attribute-urn:oid:2.5.4.27" +msgstr "help-attribute-urn:oid:2.5.4.27" + +msgid "help-attribute-urn:oid:2.5.4.28" +msgstr "help-attribute-urn:oid:2.5.4.28" + +msgid "help-attribute-urn:oid:2.5.4.29" +msgstr "help-attribute-urn:oid:2.5.4.29" + +msgid "help-attribute-urn:oid:2.5.4.3" +msgstr "help-attribute-urn:oid:2.5.4.3" + +msgid "help-attribute-urn:oid:2.5.4.30" +msgstr "help-attribute-urn:oid:2.5.4.30" + +msgid "help-attribute-urn:oid:2.5.4.31" +msgstr "help-attribute-urn:oid:2.5.4.31" + +msgid "help-attribute-urn:oid:2.5.4.32" +msgstr "help-attribute-urn:oid:2.5.4.32" + +msgid "help-attribute-urn:oid:2.5.4.33" +msgstr "help-attribute-urn:oid:2.5.4.33" + +msgid "help-attribute-urn:oid:2.5.4.34" +msgstr "help-attribute-urn:oid:2.5.4.34" + +msgid "help-attribute-urn:oid:2.5.4.35" +msgstr "help-attribute-urn:oid:2.5.4.35" + +msgid "help-attribute-urn:oid:2.5.4.36" +msgstr "help-attribute-urn:oid:2.5.4.36" + +msgid "help-attribute-urn:oid:2.5.4.37" +msgstr "help-attribute-urn:oid:2.5.4.37" + +msgid "help-attribute-urn:oid:2.5.4.38" +msgstr "help-attribute-urn:oid:2.5.4.38" + +msgid "help-attribute-urn:oid:2.5.4.39" +msgstr "help-attribute-urn:oid:2.5.4.39" + +msgid "help-attribute-urn:oid:2.5.4.4" +msgstr "help-attribute-urn:oid:2.5.4.4" + +msgid "help-attribute-urn:oid:2.5.4.40" +msgstr "help-attribute-urn:oid:2.5.4.40" + +msgid "help-attribute-urn:oid:2.5.4.41" +msgstr "help-attribute-urn:oid:2.5.4.41" + +msgid "help-attribute-urn:oid:2.5.4.42" +msgstr "help-attribute-urn:oid:2.5.4.42" + +msgid "help-attribute-urn:oid:2.5.4.43" +msgstr "help-attribute-urn:oid:2.5.4.43" + +msgid "help-attribute-urn:oid:2.5.4.44" +msgstr "help-attribute-urn:oid:2.5.4.44" + +msgid "help-attribute-urn:oid:2.5.4.45" +msgstr "help-attribute-urn:oid:2.5.4.45" + +msgid "help-attribute-urn:oid:2.5.4.46" +msgstr "help-attribute-urn:oid:2.5.4.46" + +msgid "help-attribute-urn:oid:2.5.4.47" +msgstr "help-attribute-urn:oid:2.5.4.47" + +msgid "help-attribute-urn:oid:2.5.4.48" +msgstr "help-attribute-urn:oid:2.5.4.48" + +msgid "help-attribute-urn:oid:2.5.4.49" +msgstr "help-attribute-urn:oid:2.5.4.49" + +msgid "help-attribute-urn:oid:2.5.4.5" +msgstr "help-attribute-urn:oid:2.5.4.5" + +msgid "help-attribute-urn:oid:2.5.4.50" +msgstr "help-attribute-urn:oid:2.5.4.50" + +msgid "help-attribute-urn:oid:2.5.4.51" +msgstr "help-attribute-urn:oid:2.5.4.51" + +msgid "help-attribute-urn:oid:2.5.4.52" +msgstr "help-attribute-urn:oid:2.5.4.52" + +msgid "help-attribute-urn:oid:2.5.4.53" +msgstr "help-attribute-urn:oid:2.5.4.53" + +msgid "help-attribute-urn:oid:2.5.4.54" +msgstr "help-attribute-urn:oid:2.5.4.54" + +msgid "help-attribute-urn:oid:2.5.4.6" +msgstr "help-attribute-urn:oid:2.5.4.6" + +msgid "help-attribute-urn:oid:2.5.4.65" +msgstr "help-attribute-urn:oid:2.5.4.65" + +msgid "help-attribute-urn:oid:2.5.4.7" +msgstr "help-attribute-urn:oid:2.5.4.7" + +msgid "help-attribute-urn:oid:2.5.4.8" +msgstr "help-attribute-urn:oid:2.5.4.8" + +msgid "help-attribute-urn:oid:2.5.4.9" +msgstr "help-attribute-urn:oid:2.5.4.9" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.1" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.1" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.10" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.10" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.11" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.11" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.12" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.12" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.13" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.13" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.14" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.14" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.15" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.15" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.2" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.2" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.20" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.20" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.21" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.21" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.22" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.22" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.25" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.25" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.26" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.26" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.27" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.27" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.28" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.28" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.29" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.29" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.3" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.3" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.30" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.30" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.31" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.31" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.37" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.37" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.38" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.38" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.39" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.39" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.4" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.4" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.40" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.40" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.41" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.41" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.42" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.42" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.43" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.43" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.44" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.44" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.45" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.45" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.46" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.46" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.47" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.47" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.48" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.48" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.49" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.49" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.5" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.5" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.50" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.50" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.51" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.51" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.52" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.52" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.53" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.53" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.54" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.54" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.55" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.55" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.56" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.56" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.6" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.6" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.60" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.60" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.7" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.7" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.8" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.8" + +msgid "help-attribute-urn:oid:0.9.2342.19200300.100.1.9" +msgstr "help-attribute-urn:oid:0.9.2342.19200300.100.1.9" + +msgid "help-attribute-urn:oid:1.2.840.113549.1.9.1" +msgstr "help-attribute-urn:oid:1.2.840.113549.1.9.1" + +msgid "help-attribute-urn:oid:1.2.752.194.10.2.2" +msgstr "help-attribute-urn:oid:1.2.752.194.10.2.2" + +msgid "help-attribute-urn:oid:1.2.752.194.10.2.1" +msgstr "help-attribute-urn:oid:1.2.752.194.10.2.1" + +msgid "help-attribute-urn:oid:1.2.752.194.10.3" +msgstr "help-attribute-urn:oid:1.2.752.194.10.3" + +msgid "help-attribute-urn:oid:1.2.752.194.10.2.4" +msgstr "help-attribute-urn:oid:1.2.752.194.10.2.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.12" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.12" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.2428.90.1.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.250.1.57" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.250.1.57" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.10" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.10" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.13" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.13" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.1.1.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.5923.1.2.1.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.0.2.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.0.2.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.1" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.1" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.2" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.2" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.3" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.3" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.4" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.4" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.5" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.5" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.6" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.6" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.7" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.7" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.8" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.8" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.9" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.9" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.10" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.10" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.11" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.11" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.12" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.12" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.13" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.13" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.14" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.14" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.15" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.15" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.17" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.17" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.18" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.18" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.19" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.19" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.20" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.20" + +msgid "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.21" +msgstr "help-attribute-urn:oid:1.3.6.1.4.1.25178.1.2.21" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.1" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.1" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.2" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.2" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.216" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.216" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.241" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.241" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.3" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.3" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.39" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.39" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.4" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.4" + +msgid "help-attribute-urn:oid:2.16.840.1.113730.3.1.40" +msgstr "help-attribute-urn:oid:2.16.840.1.113730.3.1.40" + +msgid "help-attribute-urn:oid:2.5.4.0" +msgstr "help-attribute-urn:oid:2.5.4.0" + +msgid "help-attribute-urn:oid:2.5.4.1" +msgstr "help-attribute-urn:oid:2.5.4.1" + +msgid "help-attribute-urn:oid:2.5.4.10" +msgstr "help-attribute-urn:oid:2.5.4.10" + +msgid "help-attribute-urn:oid:2.5.4.11" +msgstr "help-attribute-urn:oid:2.5.4.11" + +msgid "help-attribute-urn:oid:2.5.4.12" +msgstr "help-attribute-urn:oid:2.5.4.12" + +msgid "help-attribute-urn:oid:2.5.4.13" +msgstr "help-attribute-urn:oid:2.5.4.13" + +msgid "help-attribute-urn:oid:2.5.4.14" +msgstr "help-attribute-urn:oid:2.5.4.14" + +msgid "help-attribute-urn:oid:2.5.4.15" +msgstr "help-attribute-urn:oid:2.5.4.15" + +msgid "help-attribute-urn:oid:2.5.4.16" +msgstr "help-attribute-urn:oid:2.5.4.16" + +msgid "help-attribute-urn:oid:2.5.4.17" +msgstr "help-attribute-urn:oid:2.5.4.17" + +msgid "help-attribute-urn:oid:2.5.4.18" +msgstr "help-attribute-urn:oid:2.5.4.18" + +msgid "help-attribute-urn:oid:2.5.4.19" +msgstr "help-attribute-urn:oid:2.5.4.19" + +msgid "help-attribute-urn:oid:2.5.4.2" +msgstr "help-attribute-urn:oid:2.5.4.2" + +msgid "help-attribute-urn:oid:2.5.4.20" +msgstr "help-attribute-urn:oid:2.5.4.20" + +msgid "help-attribute-urn:oid:2.5.4.21" +msgstr "help-attribute-urn:oid:2.5.4.21" + +msgid "help-attribute-urn:oid:2.5.4.22" +msgstr "help-attribute-urn:oid:2.5.4.22" + +msgid "help-attribute-urn:oid:2.5.4.23" +msgstr "help-attribute-urn:oid:2.5.4.23" + +msgid "help-attribute-urn:oid:2.5.4.24" +msgstr "help-attribute-urn:oid:2.5.4.24" + +msgid "help-attribute-urn:oid:2.5.4.25" +msgstr "help-attribute-urn:oid:2.5.4.25" + +msgid "help-attribute-urn:oid:2.5.4.26" +msgstr "help-attribute-urn:oid:2.5.4.26" + +msgid "help-attribute-urn:oid:2.5.4.27" +msgstr "help-attribute-urn:oid:2.5.4.27" + +msgid "help-attribute-urn:oid:2.5.4.28" +msgstr "help-attribute-urn:oid:2.5.4.28" + +msgid "help-attribute-urn:oid:2.5.4.29" +msgstr "help-attribute-urn:oid:2.5.4.29" + +msgid "help-attribute-urn:oid:2.5.4.3" +msgstr "help-attribute-urn:oid:2.5.4.3" + +msgid "help-attribute-urn:oid:2.5.4.30" +msgstr "help-attribute-urn:oid:2.5.4.30" + +msgid "help-attribute-urn:oid:2.5.4.31" +msgstr "help-attribute-urn:oid:2.5.4.31" + +msgid "help-attribute-urn:oid:2.5.4.32" +msgstr "help-attribute-urn:oid:2.5.4.32" + +msgid "help-attribute-urn:oid:2.5.4.33" +msgstr "help-attribute-urn:oid:2.5.4.33" + +msgid "help-attribute-urn:oid:2.5.4.34" +msgstr "help-attribute-urn:oid:2.5.4.34" + +msgid "help-attribute-urn:oid:2.5.4.35" +msgstr "help-attribute-urn:oid:2.5.4.35" + +msgid "help-attribute-urn:oid:2.5.4.36" +msgstr "help-attribute-urn:oid:2.5.4.36" + +msgid "help-attribute-urn:oid:2.5.4.37" +msgstr "help-attribute-urn:oid:2.5.4.37" + +msgid "help-attribute-urn:oid:2.5.4.38" +msgstr "help-attribute-urn:oid:2.5.4.38" + +msgid "help-attribute-urn:oid:2.5.4.39" +msgstr "help-attribute-urn:oid:2.5.4.39" + +msgid "help-attribute-urn:oid:2.5.4.4" +msgstr "help-attribute-urn:oid:2.5.4.4" + +msgid "help-attribute-urn:oid:2.5.4.40" +msgstr "help-attribute-urn:oid:2.5.4.40" + +msgid "help-attribute-urn:oid:2.5.4.41" +msgstr "help-attribute-urn:oid:2.5.4.41" + +msgid "help-attribute-urn:oid:2.5.4.42" +msgstr "help-attribute-urn:oid:2.5.4.42" + +msgid "help-attribute-urn:oid:2.5.4.43" +msgstr "help-attribute-urn:oid:2.5.4.43" + +msgid "help-attribute-urn:oid:2.5.4.44" +msgstr "help-attribute-urn:oid:2.5.4.44" + +msgid "help-attribute-urn:oid:2.5.4.45" +msgstr "help-attribute-urn:oid:2.5.4.45" + +msgid "help-attribute-urn:oid:2.5.4.46" +msgstr "help-attribute-urn:oid:2.5.4.46" + +msgid "help-attribute-urn:oid:2.5.4.47" +msgstr "help-attribute-urn:oid:2.5.4.47" + +msgid "help-attribute-urn:oid:2.5.4.48" +msgstr "help-attribute-urn:oid:2.5.4.48" + +msgid "help-attribute-urn:oid:2.5.4.49" +msgstr "help-attribute-urn:oid:2.5.4.49" + +msgid "help-attribute-urn:oid:2.5.4.5" +msgstr "help-attribute-urn:oid:2.5.4.5" + +msgid "help-attribute-urn:oid:2.5.4.50" +msgstr "help-attribute-urn:oid:2.5.4.50" + +msgid "help-attribute-urn:oid:2.5.4.51" +msgstr "help-attribute-urn:oid:2.5.4.51" + +msgid "help-attribute-urn:oid:2.5.4.52" +msgstr "help-attribute-urn:oid:2.5.4.52" + +msgid "help-attribute-urn:oid:2.5.4.53" +msgstr "help-attribute-urn:oid:2.5.4.53" + +msgid "help-attribute-urn:oid:2.5.4.54" +msgstr "help-attribute-urn:oid:2.5.4.54" + +msgid "help-attribute-urn:oid:2.5.4.6" +msgstr "help-attribute-urn:oid:2.5.4.6" + +msgid "help-attribute-urn:oid:2.5.4.65" +msgstr "help-attribute-urn:oid:2.5.4.65" + +msgid "help-attribute-urn:oid:2.5.4.7" +msgstr "help-attribute-urn:oid:2.5.4.7" + +msgid "help-attribute-urn:oid:2.5.4.8" +msgstr "help-attribute-urn:oid:2.5.4.8" + +msgid "help-attribute-urn:oid:2.5.4.9" +msgstr "help-attribute-urn:oid:2.5.4.9" + +msgid "help-attribute-http://axschema.org/namePerson/friendly" +msgstr "help-attribute-http://axschema.org/namePerson/friendly" + +msgid "help-attribute-openid.sreg.nickname" +msgstr "help-attribute-openid.sreg.nickname" + +msgid "help-attribute-http://axschema.org/contact/email" +msgstr "help-attribute-http://axschema.org/contact/email" + +msgid "help-attribute-openid.sreg.email" +msgstr "help-attribute-openid.sreg.email" + +msgid "help-attribute-http://axschema.org/namePerson" +msgstr "help-attribute-http://axschema.org/namePerson" + +msgid "help-attribute-openid.sreg.fullname" +msgstr "help-attribute-openid.sreg.fullname" + +msgid "help-attribute-http://axschema.org/contact/postalCode/home" +msgstr "help-attribute-http://axschema.org/contact/postalCode/home" + +msgid "help-attribute-openid.sreg.postcode" +msgstr "help-attribute-openid.sreg.postcode" + +msgid "help-attribute-http://axschema.org/contact/country/home" +msgstr "help-attribute-http://axschema.org/contact/country/home" + +msgid "help-attribute-openid.sreg.country" +msgstr "help-attribute-openid.sreg.country" + +msgid "help-attribute-http://axschema.org/pref/language" +msgstr "help-attribute-http://axschema.org/pref/language" + +msgid "help-attribute-openid.sreg.language" +msgstr "help-attribute-openid.sreg.language" + +msgid "help-attribute-http://axschema.org/namePerson/prefix" +msgstr "help-attribute-http://axschema.org/namePerson/prefix" + +msgid "help-attribute-http://axschema.org/namePerson/first" +msgstr "help-attribute-http://axschema.org/namePerson/first" + +msgid "help-attribute-http://axschema.org/namePerson/last" +msgstr "help-attribute-http://axschema.org/namePerson/last" + +msgid "help-attribute-http://axschema.org/company/name" +msgstr "help-attribute-http://axschema.org/company/name" + +msgid "help-attribute-http://axschema.org/company/title" +msgstr "help-attribute-http://axschema.org/company/title" + +msgid "help-attribute-http://axschema.org/contact/phone/default" +msgstr "help-attribute-http://axschema.org/contact/phone/default" + +msgid "help-attribute-http://axschema.org/contact/phone/home" +msgstr "help-attribute-http://axschema.org/contact/phone/home" + +msgid "help-attribute-http://axschema.org/contact/phone/business" +msgstr "help-attribute-http://axschema.org/contact/phone/business" + +msgid "help-attribute-http://axschema.org/contact/phone/cell" +msgstr "help-attribute-http://axschema.org/contact/phone/cell" + +msgid "help-attribute-http://axschema.org/contact/phone/fax" +msgstr "help-attribute-http://axschema.org/contact/phone/fax" + +msgid "help-attribute-urn:mace:dir:attribute-def:sn" +msgstr "help-attribute-urn:mace:dir:attribute-def:sn" + +msgid "help-attribute-urn:mace:dir:attribute-def:telephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:telephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:facsimileTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:facsimileTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:postalAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:postalAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:givenName" +msgstr "help-attribute-urn:mace:dir:attribute-def:givenName" + +msgid "help-attribute-urn:mace:dir:attribute-def:homePhone" +msgstr "help-attribute-urn:mace:dir:attribute-def:homePhone" + +msgid "help-attribute-urn:mace:dir:attribute-def:homePostalAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:homePostalAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:mail" +msgstr "help-attribute-urn:mace:dir:attribute-def:mail" + +msgid "help-attribute-urn:mace:dir:attribute-def:mobile" +msgstr "help-attribute-urn:mace:dir:attribute-def:mobile" + +msgid "help-attribute-urn:mace:dir:attribute-def:preferredLanguage" +msgstr "help-attribute-urn:mace:dir:attribute-def:preferredLanguage" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrincipalName" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrincipalName" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonScopedAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonScopedAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonEntitlement" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonEntitlement" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgUnitDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgUnitDN" + +msgid "help-attribute-mobile" +msgstr "help-attribute-mobile" + +msgid "help-attribute-twitter_screen_n_realm" +msgstr "help-attribute-twitter_screen_n_realm" + +msgid "help-attribute-twitter_targetedID" +msgstr "help-attribute-twitter_targetedID" + +msgid "help-attribute-twitter.screen_name" +msgstr "help-attribute-twitter.screen_name" + +msgid "help-attribute-twitter.name" +msgstr "help-attribute-twitter.name" + +msgid "help-attribute-twitter.url" +msgstr "help-attribute-twitter.url" + +msgid "help-attribute-twitter.lang" +msgstr "help-attribute-twitter.lang" + +msgid "help-attribute-twitter.description" +msgstr "help-attribute-twitter.description" + +msgid "help-attribute-urn:mace:dir:attribute-def:aRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:aRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:aliasedEntryName" +msgstr "help-attribute-urn:mace:dir:attribute-def:aliasedEntryName" + +msgid "help-attribute-urn:mace:dir:attribute-def:aliasedObjectName" +msgstr "help-attribute-urn:mace:dir:attribute-def:aliasedObjectName" + +msgid "help-attribute-urn:mace:dir:attribute-def:associatedDomain" +msgstr "help-attribute-urn:mace:dir:attribute-def:associatedDomain" + +msgid "help-attribute-urn:mace:dir:attribute-def:associatedName" +msgstr "help-attribute-urn:mace:dir:attribute-def:associatedName" + +msgid "help-attribute-urn:mace:dir:attribute-def:audio" +msgstr "help-attribute-urn:mace:dir:attribute-def:audio" + +msgid "help-attribute-urn:mace:dir:attribute-def:authorityRevocationList" +msgstr "help-attribute-urn:mace:dir:attribute-def:authorityRevocationList" + +msgid "help-attribute-urn:mace:dir:attribute-def:buildingName" +msgstr "help-attribute-urn:mace:dir:attribute-def:buildingName" + +msgid "help-attribute-urn:mace:dir:attribute-def:businessCategory" +msgstr "help-attribute-urn:mace:dir:attribute-def:businessCategory" + +msgid "help-attribute-urn:mace:dir:attribute-def:c" +msgstr "help-attribute-urn:mace:dir:attribute-def:c" + +msgid "help-attribute-urn:mace:dir:attribute-def:cACertificate" +msgstr "help-attribute-urn:mace:dir:attribute-def:cACertificate" + +msgid "help-attribute-urn:mace:dir:attribute-def:cNAMERecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:cNAMERecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:carLicense" +msgstr "help-attribute-urn:mace:dir:attribute-def:carLicense" + +msgid "help-attribute-urn:mace:dir:attribute-def:certificateRevocationList" +msgstr "help-attribute-urn:mace:dir:attribute-def:certificateRevocationList" + +msgid "help-attribute-urn:mace:dir:attribute-def:cn" +msgstr "help-attribute-urn:mace:dir:attribute-def:cn" + +msgid "help-attribute-urn:mace:dir:attribute-def:co" +msgstr "help-attribute-urn:mace:dir:attribute-def:co" + +msgid "help-attribute-urn:mace:dir:attribute-def:commonName" +msgstr "help-attribute-urn:mace:dir:attribute-def:commonName" + +msgid "help-attribute-urn:mace:dir:attribute-def:countryName" +msgstr "help-attribute-urn:mace:dir:attribute-def:countryName" + +msgid "help-attribute-urn:mace:dir:attribute-def:crossCertificatePair" +msgstr "help-attribute-urn:mace:dir:attribute-def:crossCertificatePair" + +msgid "help-attribute-urn:mace:dir:attribute-def:dITRedirect" +msgstr "help-attribute-urn:mace:dir:attribute-def:dITRedirect" + +msgid "help-attribute-urn:mace:dir:attribute-def:dSAQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:dSAQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:dc" +msgstr "help-attribute-urn:mace:dir:attribute-def:dc" + +msgid "help-attribute-urn:mace:dir:attribute-def:deltaRevocationList" +msgstr "help-attribute-urn:mace:dir:attribute-def:deltaRevocationList" + +msgid "help-attribute-urn:mace:dir:attribute-def:departmentNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:departmentNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:description" +msgstr "help-attribute-urn:mace:dir:attribute-def:description" + +msgid "help-attribute-urn:mace:dir:attribute-def:destinationIndicator" +msgstr "help-attribute-urn:mace:dir:attribute-def:destinationIndicator" + +msgid "help-attribute-urn:mace:dir:attribute-def:displayName" +msgstr "help-attribute-urn:mace:dir:attribute-def:displayName" + +msgid "help-attribute-urn:mace:dir:attribute-def:distinguishedName" +msgstr "help-attribute-urn:mace:dir:attribute-def:distinguishedName" + +msgid "help-attribute-urn:mace:dir:attribute-def:dmdName" +msgstr "help-attribute-urn:mace:dir:attribute-def:dmdName" + +msgid "help-attribute-urn:mace:dir:attribute-def:dnQualifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:dnQualifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentAuthor" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentAuthor" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentLocation" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentLocation" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentPublisher" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentPublisher" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentTitle" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentTitle" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentVersion" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentVersion" + +msgid "help-attribute-urn:mace:dir:attribute-def:domainComponent" +msgstr "help-attribute-urn:mace:dir:attribute-def:domainComponent" + +msgid "help-attribute-urn:mace:dir:attribute-def:drink" +msgstr "help-attribute-urn:mace:dir:attribute-def:drink" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgHomePageURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgHomePageURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgIdentityAuthNPolicyURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgIdentityAuthNPolicyURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgLegalName" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgLegalName" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgSuperiorURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgSuperiorURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgWhitePagesURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgWhitePagesURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonAssurance" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonAssurance" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonEntitlement" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonEntitlement" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonNickname" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonNickname" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgUnitDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgUnitDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryOrgUnitDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryOrgUnitDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrincipalName" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrincipalName" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonScopedAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonScopedAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonTargetedID" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonTargetedID" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonUniqueId" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonUniqueId" + +msgid "help-attribute-urn:mace:dir:attribute-def:email" +msgstr "help-attribute-urn:mace:dir:attribute-def:email" + +msgid "help-attribute-urn:mace:dir:attribute-def:emailAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:emailAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:employeeNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:employeeNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:employeeType" +msgstr "help-attribute-urn:mace:dir:attribute-def:employeeType" + +msgid "help-attribute-urn:mace:dir:attribute-def:enhancedSearchGuide" +msgstr "help-attribute-urn:mace:dir:attribute-def:enhancedSearchGuide" + +msgid "help-attribute-urn:mace:dir:attribute-def:facsimileTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:facsimileTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:favouriteDrink" +msgstr "help-attribute-urn:mace:dir:attribute-def:favouriteDrink" + +msgid "help-attribute-urn:mace:dir:attribute-def:fax" +msgstr "help-attribute-urn:mace:dir:attribute-def:fax" + +msgid "help-attribute-urn:mace:dir:attribute-def:federationFeideSchemaVersion" +msgstr "help-attribute-urn:mace:dir:attribute-def:federationFeideSchemaVersion" + +msgid "help-attribute-urn:mace:dir:attribute-def:friendlyCountryName" +msgstr "help-attribute-urn:mace:dir:attribute-def:friendlyCountryName" + +msgid "help-attribute-urn:mace:dir:attribute-def:generationQualifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:generationQualifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:givenName" +msgstr "help-attribute-urn:mace:dir:attribute-def:givenName" + +msgid "help-attribute-urn:mace:dir:attribute-def:gn" +msgstr "help-attribute-urn:mace:dir:attribute-def:gn" + +msgid "help-attribute-urn:mace:dir:attribute-def:homePhone" +msgstr "help-attribute-urn:mace:dir:attribute-def:homePhone" + +msgid "help-attribute-urn:mace:dir:attribute-def:homePostalAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:homePostalAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:homeTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:homeTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:host" +msgstr "help-attribute-urn:mace:dir:attribute-def:host" + +msgid "help-attribute-urn:mace:dir:attribute-def:houseIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:houseIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:info" +msgstr "help-attribute-urn:mace:dir:attribute-def:info" + +msgid "help-attribute-urn:mace:dir:attribute-def:initials" +msgstr "help-attribute-urn:mace:dir:attribute-def:initials" + +msgid "help-attribute-urn:mace:dir:attribute-def:internationaliSDNNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:internationaliSDNNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:janetMailbox" +msgstr "help-attribute-urn:mace:dir:attribute-def:janetMailbox" + +msgid "help-attribute-urn:mace:dir:attribute-def:jpegPhoto" +msgstr "help-attribute-urn:mace:dir:attribute-def:jpegPhoto" + +msgid "help-attribute-urn:mace:dir:attribute-def:knowledgeInformation" +msgstr "help-attribute-urn:mace:dir:attribute-def:knowledgeInformation" + +msgid "help-attribute-urn:mace:dir:attribute-def:l" +msgstr "help-attribute-urn:mace:dir:attribute-def:l" + +msgid "help-attribute-urn:mace:dir:attribute-def:labeledURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:labeledURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:localityName" +msgstr "help-attribute-urn:mace:dir:attribute-def:localityName" + +msgid "help-attribute-urn:mace:dir:attribute-def:mDRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:mDRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:mXRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:mXRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:mail" +msgstr "help-attribute-urn:mace:dir:attribute-def:mail" + +msgid "help-attribute-urn:mace:dir:attribute-def:mailPreferenceOption" +msgstr "help-attribute-urn:mace:dir:attribute-def:mailPreferenceOption" + +msgid "help-attribute-urn:mace:dir:attribute-def:manager" +msgstr "help-attribute-urn:mace:dir:attribute-def:manager" + +msgid "help-attribute-urn:mace:dir:attribute-def:member" +msgstr "help-attribute-urn:mace:dir:attribute-def:member" + +msgid "help-attribute-urn:mace:dir:attribute-def:mobile" +msgstr "help-attribute-urn:mace:dir:attribute-def:mobile" + +msgid "help-attribute-urn:mace:dir:attribute-def:mobileTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:mobileTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:nSRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:nSRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:name" +msgstr "help-attribute-urn:mace:dir:attribute-def:name" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgAcronym" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgAcronym" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgNIN" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgNIN" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgSchemaVersion" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgSchemaVersion" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduPersonBirthDate" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduPersonBirthDate" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduPersonLIN" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduPersonLIN" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduPersonNIN" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduPersonNIN" + +msgid "help-attribute-urn:mace:dir:attribute-def:o" +msgstr "help-attribute-urn:mace:dir:attribute-def:o" + +msgid "help-attribute-urn:mace:dir:attribute-def:objectClass" +msgstr "help-attribute-urn:mace:dir:attribute-def:objectClass" + +msgid "help-attribute-urn:mace:dir:attribute-def:organizationName" +msgstr "help-attribute-urn:mace:dir:attribute-def:organizationName" + +msgid "help-attribute-urn:mace:dir:attribute-def:organizationalStatus" +msgstr "help-attribute-urn:mace:dir:attribute-def:organizationalStatus" + +msgid "help-attribute-urn:mace:dir:attribute-def:organizationalUnitName" +msgstr "help-attribute-urn:mace:dir:attribute-def:organizationalUnitName" + +msgid "help-attribute-urn:mace:dir:attribute-def:otherMailbox" +msgstr "help-attribute-urn:mace:dir:attribute-def:otherMailbox" + +msgid "help-attribute-urn:mace:dir:attribute-def:ou" +msgstr "help-attribute-urn:mace:dir:attribute-def:ou" + +msgid "help-attribute-urn:mace:dir:attribute-def:owner" +msgstr "help-attribute-urn:mace:dir:attribute-def:owner" + +msgid "help-attribute-urn:mace:dir:attribute-def:pager" +msgstr "help-attribute-urn:mace:dir:attribute-def:pager" + +msgid "help-attribute-urn:mace:dir:attribute-def:pagerTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:pagerTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:personalSignature" +msgstr "help-attribute-urn:mace:dir:attribute-def:personalSignature" + +msgid "help-attribute-urn:mace:dir:attribute-def:personalTitle" +msgstr "help-attribute-urn:mace:dir:attribute-def:personalTitle" + +msgid "help-attribute-urn:mace:dir:attribute-def:photo" +msgstr "help-attribute-urn:mace:dir:attribute-def:photo" + +msgid "help-attribute-urn:mace:dir:attribute-def:physicalDeliveryOfficeName" +msgstr "help-attribute-urn:mace:dir:attribute-def:physicalDeliveryOfficeName" + +msgid "help-attribute-urn:mace:dir:attribute-def:pkcs9email" +msgstr "help-attribute-urn:mace:dir:attribute-def:pkcs9email" + +msgid "help-attribute-urn:mace:dir:attribute-def:postOfficeBox" +msgstr "help-attribute-urn:mace:dir:attribute-def:postOfficeBox" + +msgid "help-attribute-urn:mace:dir:attribute-def:postalAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:postalAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:postalCode" +msgstr "help-attribute-urn:mace:dir:attribute-def:postalCode" + +msgid "help-attribute-urn:mace:dir:attribute-def:preferredDeliveryMethod" +msgstr "help-attribute-urn:mace:dir:attribute-def:preferredDeliveryMethod" + +msgid "help-attribute-urn:mace:dir:attribute-def:preferredLanguage" +msgstr "help-attribute-urn:mace:dir:attribute-def:preferredLanguage" + +msgid "help-attribute-urn:mace:dir:attribute-def:presentationAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:presentationAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:protocolInformation" +msgstr "help-attribute-urn:mace:dir:attribute-def:protocolInformation" + +msgid "help-attribute-urn:mace:dir:attribute-def:pseudonym" +msgstr "help-attribute-urn:mace:dir:attribute-def:pseudonym" + +msgid "help-attribute-urn:mace:dir:attribute-def:registeredAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:registeredAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:rfc822Mailbox" +msgstr "help-attribute-urn:mace:dir:attribute-def:rfc822Mailbox" + +msgid "help-attribute-urn:mace:dir:attribute-def:roleOccupant" +msgstr "help-attribute-urn:mace:dir:attribute-def:roleOccupant" + +msgid "help-attribute-urn:mace:dir:attribute-def:roomNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:roomNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:sOARecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:sOARecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:schacGender" +msgstr "help-attribute-urn:mace:dir:attribute-def:schacGender" + +msgid "help-attribute-urn:mace:dir:attribute-def:searchGuide" +msgstr "help-attribute-urn:mace:dir:attribute-def:searchGuide" + +msgid "help-attribute-urn:mace:dir:attribute-def:secretary" +msgstr "help-attribute-urn:mace:dir:attribute-def:secretary" + +msgid "help-attribute-urn:mace:dir:attribute-def:seeAlso" +msgstr "help-attribute-urn:mace:dir:attribute-def:seeAlso" + +msgid "help-attribute-urn:mace:dir:attribute-def:serialNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:serialNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:singleLevelQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:singleLevelQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:sisSchoolGrade" +msgstr "help-attribute-urn:mace:dir:attribute-def:sisSchoolGrade" + +msgid "help-attribute-urn:mace:dir:attribute-def:sisLegalGuardianFor" +msgstr "help-attribute-urn:mace:dir:attribute-def:sisLegalGuardianFor" + +msgid "help-attribute-urn:mace:dir:attribute-def:sn" +msgstr "help-attribute-urn:mace:dir:attribute-def:sn" + +msgid "help-attribute-urn:mace:dir:attribute-def:st" +msgstr "help-attribute-urn:mace:dir:attribute-def:st" + +msgid "help-attribute-urn:mace:dir:attribute-def:stateOrProvinceName" +msgstr "help-attribute-urn:mace:dir:attribute-def:stateOrProvinceName" + +msgid "help-attribute-urn:mace:dir:attribute-def:street" +msgstr "help-attribute-urn:mace:dir:attribute-def:street" + +msgid "help-attribute-urn:mace:dir:attribute-def:streetAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:streetAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:subtreeMaximumQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:subtreeMaximumQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:subtreeMinimumQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:subtreeMinimumQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:supportedAlgorithms" +msgstr "help-attribute-urn:mace:dir:attribute-def:supportedAlgorithms" + +msgid "help-attribute-urn:mace:dir:attribute-def:supportedApplicationContext" +msgstr "help-attribute-urn:mace:dir:attribute-def:supportedApplicationContext" + +msgid "help-attribute-urn:mace:dir:attribute-def:surname" +msgstr "help-attribute-urn:mace:dir:attribute-def:surname" + +msgid "help-attribute-urn:mace:dir:attribute-def:telephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:telephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:teletexTerminalIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:teletexTerminalIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:telexNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:telexNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:textEncodedORAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:textEncodedORAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:title" +msgstr "help-attribute-urn:mace:dir:attribute-def:title" + +msgid "help-attribute-urn:mace:dir:attribute-def:uid" +msgstr "help-attribute-urn:mace:dir:attribute-def:uid" + +msgid "help-attribute-urn:mace:dir:attribute-def:uniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:uniqueIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:uniqueMember" +msgstr "help-attribute-urn:mace:dir:attribute-def:uniqueMember" + +msgid "help-attribute-urn:mace:dir:attribute-def:userCertificate" +msgstr "help-attribute-urn:mace:dir:attribute-def:userCertificate" + +msgid "help-attribute-urn:mace:dir:attribute-def:userClass" +msgstr "help-attribute-urn:mace:dir:attribute-def:userClass" + +msgid "help-attribute-urn:mace:dir:attribute-def:userPKCS12" +msgstr "help-attribute-urn:mace:dir:attribute-def:userPKCS12" + +msgid "help-attribute-urn:mace:dir:attribute-def:userPassword" +msgstr "help-attribute-urn:mace:dir:attribute-def:userPassword" + +msgid "help-attribute-urn:mace:dir:attribute-def:userSMIMECertificate" +msgstr "help-attribute-urn:mace:dir:attribute-def:userSMIMECertificate" + +msgid "help-attribute-urn:mace:dir:attribute-def:userid" +msgstr "help-attribute-urn:mace:dir:attribute-def:userid" + +msgid "help-attribute-urn:mace:dir:attribute-def:x121Address" +msgstr "help-attribute-urn:mace:dir:attribute-def:x121Address" + +msgid "help-attribute-urn:mace:dir:attribute-def:x500UniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:x500UniqueIdentifier" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfCitizenship" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfCitizenship" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfResidence" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfResidence" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacDateOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacDateOfBirth" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacExpiryDate" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacExpiryDate" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacGender" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacGender" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganization" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganization" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganizationType" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganizationType" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacMotherTongue" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacMotherTongue" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalPosition" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalPosition" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalTitle" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalTitle" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueCode" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueCode" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueID" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueID" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPlaceOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPlaceOfBirth" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacProjectMembership" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacProjectMembership" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacProjectSpecificRole" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacProjectSpecificRole" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacSn1" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacSn1" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacSn2" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacSn2" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserPresenceID" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserPresenceID" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserPrivateAttribute" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserPrivateAttribute" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserStatus" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserStatus" + +msgid "help-attribute-urn:oasis:names:tc:SAML:attribute:pairwise-id" +msgstr "help-attribute-urn:oasis:names:tc:SAML:attribute:pairwise-id" + +msgid "help-attribute-urn:oasis:names:tc:SAML:attribute:subject-id" +msgstr "help-attribute-urn:oasis:names:tc:SAML:attribute:subject-id" + +msgid "help-attribute-urn:mace:dir:attribute-def:aRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:aRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:aliasedEntryName" +msgstr "help-attribute-urn:mace:dir:attribute-def:aliasedEntryName" + +msgid "help-attribute-urn:mace:dir:attribute-def:aliasedObjectName" +msgstr "help-attribute-urn:mace:dir:attribute-def:aliasedObjectName" + +msgid "help-attribute-urn:mace:dir:attribute-def:associatedDomain" +msgstr "help-attribute-urn:mace:dir:attribute-def:associatedDomain" + +msgid "help-attribute-urn:mace:dir:attribute-def:associatedName" +msgstr "help-attribute-urn:mace:dir:attribute-def:associatedName" + +msgid "help-attribute-urn:mace:dir:attribute-def:audio" +msgstr "help-attribute-urn:mace:dir:attribute-def:audio" + +msgid "help-attribute-urn:mace:dir:attribute-def:authorityRevocationList" +msgstr "help-attribute-urn:mace:dir:attribute-def:authorityRevocationList" + +msgid "help-attribute-urn:mace:dir:attribute-def:buildingName" +msgstr "help-attribute-urn:mace:dir:attribute-def:buildingName" + +msgid "help-attribute-urn:mace:dir:attribute-def:businessCategory" +msgstr "help-attribute-urn:mace:dir:attribute-def:businessCategory" + +msgid "help-attribute-urn:mace:dir:attribute-def:c" +msgstr "help-attribute-urn:mace:dir:attribute-def:c" + +msgid "help-attribute-urn:mace:dir:attribute-def:cACertificate" +msgstr "help-attribute-urn:mace:dir:attribute-def:cACertificate" + +msgid "help-attribute-urn:mace:dir:attribute-def:cNAMERecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:cNAMERecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:carLicense" +msgstr "help-attribute-urn:mace:dir:attribute-def:carLicense" + +msgid "help-attribute-urn:mace:dir:attribute-def:certificateRevocationList" +msgstr "help-attribute-urn:mace:dir:attribute-def:certificateRevocationList" + +msgid "help-attribute-urn:mace:dir:attribute-def:cn" +msgstr "help-attribute-urn:mace:dir:attribute-def:cn" + +msgid "help-attribute-urn:mace:dir:attribute-def:co" +msgstr "help-attribute-urn:mace:dir:attribute-def:co" + +msgid "help-attribute-urn:mace:dir:attribute-def:commonName" +msgstr "help-attribute-urn:mace:dir:attribute-def:commonName" + +msgid "help-attribute-urn:mace:dir:attribute-def:countryName" +msgstr "help-attribute-urn:mace:dir:attribute-def:countryName" + +msgid "help-attribute-urn:mace:dir:attribute-def:crossCertificatePair" +msgstr "help-attribute-urn:mace:dir:attribute-def:crossCertificatePair" + +msgid "help-attribute-urn:mace:dir:attribute-def:dITRedirect" +msgstr "help-attribute-urn:mace:dir:attribute-def:dITRedirect" + +msgid "help-attribute-urn:mace:dir:attribute-def:dSAQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:dSAQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:dc" +msgstr "help-attribute-urn:mace:dir:attribute-def:dc" + +msgid "help-attribute-urn:mace:dir:attribute-def:deltaRevocationList" +msgstr "help-attribute-urn:mace:dir:attribute-def:deltaRevocationList" + +msgid "help-attribute-urn:mace:dir:attribute-def:departmentNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:departmentNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:description" +msgstr "help-attribute-urn:mace:dir:attribute-def:description" + +msgid "help-attribute-urn:mace:dir:attribute-def:destinationIndicator" +msgstr "help-attribute-urn:mace:dir:attribute-def:destinationIndicator" + +msgid "help-attribute-urn:mace:dir:attribute-def:displayName" +msgstr "help-attribute-urn:mace:dir:attribute-def:displayName" + +msgid "help-attribute-urn:mace:dir:attribute-def:distinguishedName" +msgstr "help-attribute-urn:mace:dir:attribute-def:distinguishedName" + +msgid "help-attribute-urn:mace:dir:attribute-def:dmdName" +msgstr "help-attribute-urn:mace:dir:attribute-def:dmdName" + +msgid "help-attribute-urn:mace:dir:attribute-def:dnQualifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:dnQualifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentAuthor" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentAuthor" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentLocation" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentLocation" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentPublisher" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentPublisher" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentTitle" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentTitle" + +msgid "help-attribute-urn:mace:dir:attribute-def:documentVersion" +msgstr "help-attribute-urn:mace:dir:attribute-def:documentVersion" + +msgid "help-attribute-urn:mace:dir:attribute-def:domainComponent" +msgstr "help-attribute-urn:mace:dir:attribute-def:domainComponent" + +msgid "help-attribute-urn:mace:dir:attribute-def:drink" +msgstr "help-attribute-urn:mace:dir:attribute-def:drink" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgHomePageURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgHomePageURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgIdentityAuthNPolicyURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgIdentityAuthNPolicyURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgLegalName" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgLegalName" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgSuperiorURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgSuperiorURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduOrgWhitePagesURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduOrgWhitePagesURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonAssurance" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonAssurance" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonEntitlement" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonEntitlement" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonNickname" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonNickname" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgUnitDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonOrgUnitDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryOrgUnitDN" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrimaryOrgUnitDN" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonPrincipalName" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonPrincipalName" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonScopedAffiliation" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonScopedAffiliation" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonTargetedID" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonTargetedID" + +msgid "help-attribute-urn:mace:dir:attribute-def:eduPersonUniqueId" +msgstr "help-attribute-urn:mace:dir:attribute-def:eduPersonUniqueId" + +msgid "help-attribute-urn:mace:dir:attribute-def:email" +msgstr "help-attribute-urn:mace:dir:attribute-def:email" + +msgid "help-attribute-urn:mace:dir:attribute-def:emailAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:emailAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:employeeNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:employeeNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:employeeType" +msgstr "help-attribute-urn:mace:dir:attribute-def:employeeType" + +msgid "help-attribute-urn:mace:dir:attribute-def:enhancedSearchGuide" +msgstr "help-attribute-urn:mace:dir:attribute-def:enhancedSearchGuide" + +msgid "help-attribute-urn:mace:dir:attribute-def:facsimileTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:facsimileTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:favouriteDrink" +msgstr "help-attribute-urn:mace:dir:attribute-def:favouriteDrink" + +msgid "help-attribute-urn:mace:dir:attribute-def:fax" +msgstr "help-attribute-urn:mace:dir:attribute-def:fax" + +msgid "help-attribute-urn:mace:dir:attribute-def:federationFeideSchemaVersion" +msgstr "help-attribute-urn:mace:dir:attribute-def:federationFeideSchemaVersion" + +msgid "help-attribute-urn:mace:dir:attribute-def:friendlyCountryName" +msgstr "help-attribute-urn:mace:dir:attribute-def:friendlyCountryName" + +msgid "help-attribute-urn:mace:dir:attribute-def:generationQualifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:generationQualifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:givenName" +msgstr "help-attribute-urn:mace:dir:attribute-def:givenName" + +msgid "help-attribute-urn:mace:dir:attribute-def:gn" +msgstr "help-attribute-urn:mace:dir:attribute-def:gn" + +msgid "help-attribute-urn:mace:dir:attribute-def:homePhone" +msgstr "help-attribute-urn:mace:dir:attribute-def:homePhone" + +msgid "help-attribute-urn:mace:dir:attribute-def:homePostalAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:homePostalAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:homeTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:homeTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:host" +msgstr "help-attribute-urn:mace:dir:attribute-def:host" + +msgid "help-attribute-urn:mace:dir:attribute-def:houseIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:houseIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:info" +msgstr "help-attribute-urn:mace:dir:attribute-def:info" + +msgid "help-attribute-urn:mace:dir:attribute-def:initials" +msgstr "help-attribute-urn:mace:dir:attribute-def:initials" + +msgid "help-attribute-urn:mace:dir:attribute-def:internationaliSDNNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:internationaliSDNNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:janetMailbox" +msgstr "help-attribute-urn:mace:dir:attribute-def:janetMailbox" + +msgid "help-attribute-urn:mace:dir:attribute-def:jpegPhoto" +msgstr "help-attribute-urn:mace:dir:attribute-def:jpegPhoto" + +msgid "help-attribute-urn:mace:dir:attribute-def:knowledgeInformation" +msgstr "help-attribute-urn:mace:dir:attribute-def:knowledgeInformation" + +msgid "help-attribute-urn:mace:dir:attribute-def:l" +msgstr "help-attribute-urn:mace:dir:attribute-def:l" + +msgid "help-attribute-urn:mace:dir:attribute-def:labeledURI" +msgstr "help-attribute-urn:mace:dir:attribute-def:labeledURI" + +msgid "help-attribute-urn:mace:dir:attribute-def:localityName" +msgstr "help-attribute-urn:mace:dir:attribute-def:localityName" + +msgid "help-attribute-urn:mace:dir:attribute-def:mDRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:mDRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:mXRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:mXRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:mail" +msgstr "help-attribute-urn:mace:dir:attribute-def:mail" + +msgid "help-attribute-urn:mace:dir:attribute-def:mailPreferenceOption" +msgstr "help-attribute-urn:mace:dir:attribute-def:mailPreferenceOption" + +msgid "help-attribute-urn:mace:dir:attribute-def:manager" +msgstr "help-attribute-urn:mace:dir:attribute-def:manager" + +msgid "help-attribute-urn:mace:dir:attribute-def:member" +msgstr "help-attribute-urn:mace:dir:attribute-def:member" + +msgid "help-attribute-urn:mace:dir:attribute-def:mobile" +msgstr "help-attribute-urn:mace:dir:attribute-def:mobile" + +msgid "help-attribute-urn:mace:dir:attribute-def:mobileTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:mobileTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:nSRecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:nSRecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:name" +msgstr "help-attribute-urn:mace:dir:attribute-def:name" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgAcronym" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgAcronym" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgNIN" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgNIN" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgSchemaVersion" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgSchemaVersion" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUniqueNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduOrgUnitUniqueNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduPersonBirthDate" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduPersonBirthDate" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduPersonLIN" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduPersonLIN" + +msgid "help-attribute-urn:mace:dir:attribute-def:norEduPersonNIN" +msgstr "help-attribute-urn:mace:dir:attribute-def:norEduPersonNIN" + +msgid "help-attribute-urn:mace:dir:attribute-def:o" +msgstr "help-attribute-urn:mace:dir:attribute-def:o" + +msgid "help-attribute-urn:mace:dir:attribute-def:objectClass" +msgstr "help-attribute-urn:mace:dir:attribute-def:objectClass" + +msgid "help-attribute-urn:mace:dir:attribute-def:organizationName" +msgstr "help-attribute-urn:mace:dir:attribute-def:organizationName" + +msgid "help-attribute-urn:mace:dir:attribute-def:organizationalStatus" +msgstr "help-attribute-urn:mace:dir:attribute-def:organizationalStatus" + +msgid "help-attribute-urn:mace:dir:attribute-def:organizationalUnitName" +msgstr "help-attribute-urn:mace:dir:attribute-def:organizationalUnitName" + +msgid "help-attribute-urn:mace:dir:attribute-def:otherMailbox" +msgstr "help-attribute-urn:mace:dir:attribute-def:otherMailbox" + +msgid "help-attribute-urn:mace:dir:attribute-def:ou" +msgstr "help-attribute-urn:mace:dir:attribute-def:ou" + +msgid "help-attribute-urn:mace:dir:attribute-def:owner" +msgstr "help-attribute-urn:mace:dir:attribute-def:owner" + +msgid "help-attribute-urn:mace:dir:attribute-def:pager" +msgstr "help-attribute-urn:mace:dir:attribute-def:pager" + +msgid "help-attribute-urn:mace:dir:attribute-def:pagerTelephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:pagerTelephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:personalSignature" +msgstr "help-attribute-urn:mace:dir:attribute-def:personalSignature" + +msgid "help-attribute-urn:mace:dir:attribute-def:personalTitle" +msgstr "help-attribute-urn:mace:dir:attribute-def:personalTitle" + +msgid "help-attribute-urn:mace:dir:attribute-def:photo" +msgstr "help-attribute-urn:mace:dir:attribute-def:photo" + +msgid "help-attribute-urn:mace:dir:attribute-def:physicalDeliveryOfficeName" +msgstr "help-attribute-urn:mace:dir:attribute-def:physicalDeliveryOfficeName" + +msgid "help-attribute-urn:mace:dir:attribute-def:pkcs9email" +msgstr "help-attribute-urn:mace:dir:attribute-def:pkcs9email" + +msgid "help-attribute-urn:mace:dir:attribute-def:postOfficeBox" +msgstr "help-attribute-urn:mace:dir:attribute-def:postOfficeBox" + +msgid "help-attribute-urn:mace:dir:attribute-def:postalAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:postalAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:postalCode" +msgstr "help-attribute-urn:mace:dir:attribute-def:postalCode" + +msgid "help-attribute-urn:mace:dir:attribute-def:preferredDeliveryMethod" +msgstr "help-attribute-urn:mace:dir:attribute-def:preferredDeliveryMethod" + +msgid "help-attribute-urn:mace:dir:attribute-def:preferredLanguage" +msgstr "help-attribute-urn:mace:dir:attribute-def:preferredLanguage" + +msgid "help-attribute-urn:mace:dir:attribute-def:presentationAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:presentationAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:protocolInformation" +msgstr "help-attribute-urn:mace:dir:attribute-def:protocolInformation" + +msgid "help-attribute-urn:mace:dir:attribute-def:pseudonym" +msgstr "help-attribute-urn:mace:dir:attribute-def:pseudonym" + +msgid "help-attribute-urn:mace:dir:attribute-def:registeredAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:registeredAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:rfc822Mailbox" +msgstr "help-attribute-urn:mace:dir:attribute-def:rfc822Mailbox" + +msgid "help-attribute-urn:mace:dir:attribute-def:roleOccupant" +msgstr "help-attribute-urn:mace:dir:attribute-def:roleOccupant" + +msgid "help-attribute-urn:mace:dir:attribute-def:roomNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:roomNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:sOARecord" +msgstr "help-attribute-urn:mace:dir:attribute-def:sOARecord" + +msgid "help-attribute-urn:mace:dir:attribute-def:searchGuide" +msgstr "help-attribute-urn:mace:dir:attribute-def:searchGuide" + +msgid "help-attribute-urn:mace:dir:attribute-def:secretary" +msgstr "help-attribute-urn:mace:dir:attribute-def:secretary" + +msgid "help-attribute-urn:mace:dir:attribute-def:seeAlso" +msgstr "help-attribute-urn:mace:dir:attribute-def:seeAlso" + +msgid "help-attribute-urn:mace:dir:attribute-def:serialNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:serialNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:singleLevelQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:singleLevelQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:sisSchoolGrade" +msgstr "help-attribute-urn:mace:dir:attribute-def:sisSchoolGrade" + +msgid "help-attribute-urn:mace:dir:attribute-def:sisLegalGuardianFor" +msgstr "help-attribute-urn:mace:dir:attribute-def:sisLegalGuardianFor" + +msgid "help-attribute-urn:mace:dir:attribute-def:sisOrgDepartment" +msgstr "help-attribute-urn:mace:dir:attribute-def:sisOrgDepartment" + +msgid "help-attribute-urn:mace:dir:attribute-def:sisSchoolUnitCode" +msgstr "help-attribute-urn:mace:dir:attribute-def:sisSchoolUnitCode" + +msgid "help-attribute-urn:mace:dir:attribute-def:sn" +msgstr "help-attribute-urn:mace:dir:attribute-def:sn" + +msgid "help-attribute-urn:mace:dir:attribute-def:st" +msgstr "help-attribute-urn:mace:dir:attribute-def:st" + +msgid "help-attribute-urn:mace:dir:attribute-def:stateOrProvinceName" +msgstr "help-attribute-urn:mace:dir:attribute-def:stateOrProvinceName" + +msgid "help-attribute-urn:mace:dir:attribute-def:street" +msgstr "help-attribute-urn:mace:dir:attribute-def:street" + +msgid "help-attribute-urn:mace:dir:attribute-def:streetAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:streetAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:subtreeMaximumQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:subtreeMaximumQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:subtreeMinimumQuality" +msgstr "help-attribute-urn:mace:dir:attribute-def:subtreeMinimumQuality" + +msgid "help-attribute-urn:mace:dir:attribute-def:supportedAlgorithms" +msgstr "help-attribute-urn:mace:dir:attribute-def:supportedAlgorithms" + +msgid "help-attribute-urn:mace:dir:attribute-def:supportedApplicationContext" +msgstr "help-attribute-urn:mace:dir:attribute-def:supportedApplicationContext" + +msgid "help-attribute-urn:mace:dir:attribute-def:surname" +msgstr "help-attribute-urn:mace:dir:attribute-def:surname" + +msgid "help-attribute-urn:mace:dir:attribute-def:telephoneNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:telephoneNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:teletexTerminalIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:teletexTerminalIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:telexNumber" +msgstr "help-attribute-urn:mace:dir:attribute-def:telexNumber" + +msgid "help-attribute-urn:mace:dir:attribute-def:textEncodedORAddress" +msgstr "help-attribute-urn:mace:dir:attribute-def:textEncodedORAddress" + +msgid "help-attribute-urn:mace:dir:attribute-def:title" +msgstr "help-attribute-urn:mace:dir:attribute-def:title" + +msgid "help-attribute-urn:mace:dir:attribute-def:uid" +msgstr "help-attribute-urn:mace:dir:attribute-def:uid" + +msgid "help-attribute-urn:mace:dir:attribute-def:uniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:uniqueIdentifier" + +msgid "help-attribute-urn:mace:dir:attribute-def:uniqueMember" +msgstr "help-attribute-urn:mace:dir:attribute-def:uniqueMember" + +msgid "help-attribute-urn:mace:dir:attribute-def:userCertificate" +msgstr "help-attribute-urn:mace:dir:attribute-def:userCertificate" + +msgid "help-attribute-urn:mace:dir:attribute-def:userClass" +msgstr "help-attribute-urn:mace:dir:attribute-def:userClass" + +msgid "help-attribute-urn:mace:dir:attribute-def:userPKCS12" +msgstr "help-attribute-urn:mace:dir:attribute-def:userPKCS12" + +msgid "help-attribute-urn:mace:dir:attribute-def:userPassword" +msgstr "help-attribute-urn:mace:dir:attribute-def:userPassword" + +msgid "help-attribute-urn:mace:dir:attribute-def:userSMIMECertificate" +msgstr "help-attribute-urn:mace:dir:attribute-def:userSMIMECertificate" + +msgid "help-attribute-urn:mace:dir:attribute-def:userid" +msgstr "help-attribute-urn:mace:dir:attribute-def:userid" + +msgid "help-attribute-urn:mace:dir:attribute-def:x121Address" +msgstr "help-attribute-urn:mace:dir:attribute-def:x121Address" + +msgid "help-attribute-urn:mace:dir:attribute-def:x500UniqueIdentifier" +msgstr "help-attribute-urn:mace:dir:attribute-def:x500UniqueIdentifier" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfCitizenship" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfCitizenship" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfResidence" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacCountryOfResidence" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacDateOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacDateOfBirth" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacExpiryDate" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacExpiryDate" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacGender" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacGender" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganization" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganization" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganizationType" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacHomeOrganizationType" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacMotherTongue" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacMotherTongue" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalPosition" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalPosition" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalTitle" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalTitle" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueCode" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueCode" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueID" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPersonalUniqueID" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacPlaceOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacPlaceOfBirth" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacProjectMembership" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacProjectMembership" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacProjectSpecificRole" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacProjectSpecificRole" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacSn1" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacSn1" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacSn2" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacSn2" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserPresenceID" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserPresenceID" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserPrivateAttribute" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserPrivateAttribute" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacUserStatus" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacUserStatus" + +msgid "help-attribute-urn:mace:terena.org:attribute-def:schacYearOfBirth" +msgstr "help-attribute-urn:mace:terena.org:attribute-def:schacYearOfBirth" + +msgid "help-attribute-windowslive_user" +msgstr "help-attribute-windowslive_user" + +msgid "help-attribute-windowslive_targetedID" +msgstr "help-attribute-windowslive_targetedID" + +msgid "help-attribute-windowslive_uid" +msgstr "help-attribute-windowslive_uid" + +msgid "help-attribute-windowslive_mail" +msgstr "help-attribute-windowslive_mail" + +msgid "help-attribute-windowslive.FirstName" +msgstr "help-attribute-windowslive.FirstName" + +msgid "help-attribute-windowslive.LastName" +msgstr "help-attribute-windowslive.LastName" + +msgid "help-attribute-windowslive.Location" +msgstr "help-attribute-windowslive.Location" + +msgid "help-attribute-windowslive.givenName" +msgstr "help-attribute-windowslive.givenName" + +msgid "help-attribute-windowslive.surname" +msgstr "help-attribute-windowslive.surname" + +msgid "help-attribute-windowslive.displayName" +msgstr "help-attribute-windowslive.displayName" + +msgid "help-attribute-windowslive.id" +msgstr "help-attribute-windowslive.id" + +msgid "help-attribute-windowslive.userPrincipalName" +msgstr "help-attribute-windowslive.userPrincipalName" + +msgid "help-attribute-windowslive.mail" +msgstr "help-attribute-windowslive.mail" + +msgid "help-attribute-windowslive.preferredLanguage" +msgstr "help-attribute-windowslive.preferredLanguage" diff --git a/locales/hr/LC_MESSAGES/accounting.po b/locales/hr/LC_MESSAGES/accounting.po new file mode 100644 index 0000000000000000000000000000000000000000..929a702c93eeb97ee6b566813c0b6b773bcd285f --- /dev/null +++ b/locales/hr/LC_MESSAGES/accounting.po @@ -0,0 +1,30 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: SimpleSAMLphp 2.0.0\n" +"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" +"POT-Creation-Date: 2016-10-12 09:31+0200\n" +"PO-Revision-Date: 2022-01-09 12:14+0200\n" +"Last-Translator: Marko Ivancic <mivanci@srce.hr\n" +"Language: hr\n" +"Language-Team: \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +msgid "Accounting" +msgstr "Accounting" + +msgid "Activity" +msgstr "Aktivnost" + +msgid "Time" +msgstr "Vrijeme" + +msgid "Access" +msgstr "Pristup" + +msgid "Sent data" +msgstr "Poslani podaci" \ No newline at end of file diff --git a/src/Helpers/NetworkHelper.php b/src/Helpers/NetworkHelper.php index d7159a40260aa8386a9b69cbed85635a3ae8ddaf..8fa60ff01c4c7faf9a68fbe0b0734cfc2653beb2 100644 --- a/src/Helpers/NetworkHelper.php +++ b/src/Helpers/NetworkHelper.php @@ -8,7 +8,6 @@ class NetworkHelper { public function resolveClientIpAddress(string $clientIpAddress = null): ?string { - /** @var string|null $clientIpAddress */ $clientIpAddress = $clientIpAddress ?? $_SERVER['HTTP_CLIENT_IP'] ?? $_SERVER['HTTP_X_FORWARDED_FOR'] ?? diff --git a/src/ModuleConfiguration.php b/src/ModuleConfiguration.php index fe83f63151d45129b09dde07630cb4e0df2ca903..21e5d69d27db42b8cad51b9f87147246a9c90867 100644 --- a/src/ModuleConfiguration.php +++ b/src/ModuleConfiguration.php @@ -87,7 +87,7 @@ class ModuleConfiguration { $value = $this->get(self::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME); - if (is_null($value)) { + if ($value === false) { return null; } @@ -109,13 +109,13 @@ class ModuleConfiguration { $value = $this->get(self::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED); - if (is_null($value)) { + if ($value === false) { return null; } if (! is_int($value)) { $message = sprintf( - 'Option \'%s\' must be defined either as null, or positive integer.', + 'Option \'%s\' must be defined either as false, or positive integer.', self::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED ); throw new InvalidConfigurationException($message); @@ -465,7 +465,6 @@ class ModuleConfiguration public function getTrackerDataRetentionPolicy(): ?DateInterval { - /** @var string|null $value */ $value = $this->getConfiguration() ->getOptionalString(self::OPTION_TRACKER_DATA_RETENTION_POLICY, null); diff --git a/src/Trackers/Authentication/DoctrineDbal/Versioned/Tracker.php b/src/Trackers/Authentication/DoctrineDbal/Versioned/Tracker.php index a3e2076fc6af4ad8648382e760fc7e56698a8468..4a9c431134db222cf61515d0b6ba5ec7c4b8a840 100644 --- a/src/Trackers/Authentication/DoctrineDbal/Versioned/Tracker.php +++ b/src/Trackers/Authentication/DoctrineDbal/Versioned/Tracker.php @@ -99,17 +99,6 @@ class Tracker implements AuthenticationDataTrackerInterface, AuthenticationDataP { $dateTime = (new DateTimeImmutable())->sub($retentionPolicy); - if ($dateTime === false) { - // @codeCoverageIgnoreStart - $message = sprintf( - 'Could not create DateTime instance for data retention policy enforcement. Retention policy was: %s.', - var_export($retentionPolicy, true) - ); - $this->logger->error($message); - throw new InvalidConfigurationException($message); - // @codeCoverageIgnoreEnd - } - $this->dataStore->deleteDataOlderThan($dateTime); } } diff --git a/templates/base.twig b/templates/base.twig index 7465451f1977531904be1dba6867d691b53c2e09..6ee008bde89bdcc8aaad74aef745c0397fe86de7 100644 --- a/templates/base.twig +++ b/templates/base.twig @@ -8,6 +8,12 @@ <link rel="stylesheet" href="{{ asset('css/src/default.css', 'accounting') }}"> <link rel="icon" href="{{ asset("icons/favicon.ico") }}"> <meta name="robots" content="noindex, nofollow"> + <script> + function doPopup(popupId) { + var popup = document.getElementById(popupId); + popup.classList.toggle("show"); + } + </script> </head> <body id="{{ templateId }}"> diff --git a/templates/includes/_navigation.twig b/templates/includes/_navigation.twig index a272262c7ea3d6e8dc21f5d112086842d836a250..a77537ae85dde946bf4dd24235e427f19976041e 100644 --- a/templates/includes/_navigation.twig +++ b/templates/includes/_navigation.twig @@ -7,7 +7,7 @@ <span class="navicon"> <img src="{{ asset('css/src/icons/prof-page.svg', 'accounting') }}" alt="Profile Page Icon"/> </span> - <span>{{ 'Personal Data'|trans }}</span> + <span class="navlabel">{{ 'Personal Data'|trans }}</span> </a> </li> <li> @@ -16,7 +16,7 @@ <img src="{{ asset('css/src/icons/conn-orgs.svg', 'accounting') }}" alt="Connected Organizations Icon"/> </span> - <span>{{ 'Connected Organizations'|trans }}</span> + <span class="navlabel">{{ 'Connected Organizations'|trans }}</span> </a> </li> <li> @@ -24,7 +24,7 @@ <span class="navicon"> <img src="{{ asset('css/src/icons/activity.svg', 'accounting') }}" alt="Activity Icon"/> </span> - <span>{{ 'Activity'|trans }}</span> + <span class="navlabel">{{ 'Activity'|trans }}</span> </a> </li> <li> @@ -32,7 +32,7 @@ <span class="navicon"> <img src="{{ asset('css/src/icons/logout.svg', 'accounting') }}" alt="Logout Icon"/> </span> - <span>{{ 'Log out'|trans }}</span> + <span class="navlabel">{{ 'Log out'|trans }}</span> </a> </li> </ul> diff --git a/templates/user/activity.twig b/templates/user/activity.twig index 514feebdbd0517893fd6f4b7c2f895f4ce3f782f..1ca5ef544ed5ae4c7a33f77a79855ce4be138974 100644 --- a/templates/user/activity.twig +++ b/templates/user/activity.twig @@ -36,13 +36,11 @@ <ul><li>{{ activity.getClientIpAddress|default(' / ') }}</li></ul> <strong>{{ 'Information transfered to service'|trans }}</strong> - <ul> - {% for name, value in activity.getUser.getAttributes %} - <li> - {{ name|trans }}: {{ value|join(', ') }} - </li> - {% endfor %} - </ul> + {% for name, value in activity.getUser.getAttributes %} + <span class="label"> + {{ name|trans }}: {{ value|join(', ') }} + </span> + {% endfor %} </div> </td> </tr> diff --git a/templates/user/connected-organizations.twig b/templates/user/connected-organizations.twig index 8bbe788587202edc09543178c7a689c414c00751..502e97f432199a4a5bc61b1652df9dd48e5b3f16 100644 --- a/templates/user/connected-organizations.twig +++ b/templates/user/connected-organizations.twig @@ -36,13 +36,13 @@ </ul> <strong>{{ 'Information transfered to service'|trans }}</strong> - <ul> - {% for name, value in connectedServiceProvider.getUser.getAttributes %} - <li> - {{ name|trans }}: {{ value|join(', ') }} - </li> - {% endfor %} - </ul> + + {% for name, value in connectedServiceProvider.getUser.getAttributes %} + <span class="label"> + {{ name|trans }}: {{ value|join(', ') }} + </span> + {% endfor %} + <strong>{{ 'Login details'|trans }}</strong> <ul> diff --git a/templates/user/personal-data.twig b/templates/user/personal-data.twig index ee0e606a93164c77324428ce289568beb2229d33..5113e37d0e0ba7a36cd3df6877d0203df3ffd95c 100644 --- a/templates/user/personal-data.twig +++ b/templates/user/personal-data.twig @@ -25,9 +25,15 @@ <tr> <td> {{ name|trans }} - <a href="#"><img src="{{ asset('css/src/icons/i.svg', 'accounting') }}" alt="Info icon"></a> + <div class="popup" onclick="doPopup('popup-{{ name }}')"> + <img src="{{ asset('css/src/icons/i.svg', 'accounting') }}" alt="Info icon"/> + {% set helpId = 'help-attribute-' ~ name %} + <span class="popuptext" id="popup-{{ name }}"> + {{ helpId|trans }} + </span> + </div> </td> - <td>{{ value }}</td> + <td><span class="label">{{ value }}</span></td> </tr> {% endfor %} </table> diff --git a/tests/config-templates/module_accounting.php b/tests/config-templates/module_accounting.php index 882170befdeb1d19e4908df67adb8402c21eee02..0ecea7b2269eeaff86028ce3936e23890e3aa7c9 100644 --- a/tests/config-templates/module_accounting.php +++ b/tests/config-templates/module_accounting.php @@ -48,7 +48,7 @@ $config = [ ], ], - ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => null, + ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => false, ModuleConfiguration::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED => 10, diff --git a/tests/src/ModuleConfigurationTest.php b/tests/src/ModuleConfigurationTest.php index 6c2fc0e622ce372b193565d9bd311f1b7c353aca..2c4612cbd140587fd403dba3a0c6a792b208ed5a 100644 --- a/tests/src/ModuleConfigurationTest.php +++ b/tests/src/ModuleConfigurationTest.php @@ -219,7 +219,7 @@ class ModuleConfigurationTest extends TestCase { $moduleConfiguration = new ModuleConfiguration( null, - [ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => false] + [ModuleConfiguration::OPTION_JOB_RUNNER_MAXIMUM_EXECUTION_TIME => []] ); $this->expectException(InvalidConfigurationException::class); @@ -255,7 +255,7 @@ class ModuleConfigurationTest extends TestCase { $moduleConfiguration = new ModuleConfiguration( null, - [ModuleConfiguration::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED => null] + [ModuleConfiguration::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED => false] ); $this->assertNull($moduleConfiguration->getJobRunnerShouldPauseAfterNumberOfJobsProcessed()); @@ -268,7 +268,7 @@ class ModuleConfigurationTest extends TestCase { $moduleConfiguration = new ModuleConfiguration( null, - [ModuleConfiguration::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED => false] + [ModuleConfiguration::OPTION_JOB_RUNNER_SHOULD_PAUSE_AFTER_NUMBER_OF_JOBS_PROCESSED => []] ); $this->expectException(InvalidConfigurationException::class); diff --git a/www/assets/css/src/default.css b/www/assets/css/src/default.css index ee7abd9765e507356aa3afcb2ed9507649390a60..114cfffff67917249119d19540ae8d227a54440a 100644 --- a/www/assets/css/src/default.css +++ b/www/assets/css/src/default.css @@ -2,31 +2,31 @@ /* */ --main-text-c: #181E3C; --main-bg-c: #F5F5F5; - + --heading-text-c: #5B6186; --caption-bg-c: #F0F2F9; --table-border: #F0F2F9; - + --nav-bg-c: #F8F8FC; --button-bg-c: #4859B2; --button-text-c: #ffffff; - + --link-c: #4859B2; - + --main-font-family: Raleway; --main-font-weight: 500; - --mainfont-size: 18pt; - - --table-font-size: 18pt; - + --main-font-size: 18pt; + + --table-font-size: 16pt; + --large-font-size: 24px; -} - -/* raleway-300 - latin-ext_latin */ -@font-face { + } + + /* raleway-300 - latin-ext_latin */ + @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 300; @@ -61,12 +61,12 @@ url('fonts/raleway-v28-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/raleway-v28-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } - -/* ======================= */ -/* mobile-first body */ -/* ======================= */ - -body { + + /* ======================= */ + /* mobile-first body */ + /* ======================= */ + + body { display: grid; grid-template-rows: 4em auto auto auto auto; grid-template-columns: 1fr 18fr 1fr; @@ -81,13 +81,13 @@ body { font-family: var(--main-font-family); font-weight: var(--main-font-weight); margin: 0; -} - -/* ======================= */ -/* header and logo */ -/* ======================= */ - -header { + } + + /* ======================= */ + /* header and logo */ + /* ======================= */ + + header { grid-area: header; background-color: var(--nav-bg-c); color: var(--link-c); @@ -98,125 +98,132 @@ header { flex-direction: row; align-items: center; justify-content: flex-start; -} - -#logo { + } + + #logo { margin-left: 2em; -} - -/* ======================= */ -/* Nav with hamburger menu */ -/* ======================= */ - -#nav{ + } + + /* ======================= */ + /* Nav with hamburger menu */ + /* ======================= */ + + #nav{ grid-area: nav; -} - -nav { + } + + nav { width: 100%; padding: 1em; text-align: left; display:none; background-color: var(--nav-bg-c); -} - -nav ul { + } + + nav ul { margin: 0; padding: 0; list-style: none; display: inline-flex; flex-direction: column; flex-wrap: wrap; - align-items: left; justify-content: flex-end; -} - -nav li { + } + + nav li { margin-left: 0.5em; margin-right: 0.5em; - color: var(--alt-color); -} - -nav > ul > li { + } + + nav > ul > li { font-variant: normal; display: flex; flex-direction: row; align-items: center; margin-top: 0.5em; -} - -nav > ul > li > a { - color: var(--banner-font-family); + } + + nav > ul > li > a { text-decoration: none; display: flex; flex-direction: row; justify-items: center; -} - -.nav-toggle { + } + + .nav-toggle { display:none; -} - -.nav-toggle:checked ~ nav { + } + + .nav-toggle:checked ~ nav { display: block; -} - -.nav-toggle:checked ~ div { + } + + .nav-toggle:checked ~ div { display: none; -} - -.nav-toggle-label { + } + + .nav-toggle-label { margin-right: 1em; margin-left: auto; display: flex; height: 100%; align-items: center; align-self: flex-end; -} - -.nav-toggle:not(:checked) ~ .nav-toggle-label { + } + + .nav-toggle:not(:checked) ~ .nav-toggle-label { margin-left: auto; -} - -.nav-toggle-label span, -.nav-toggle-label span:before, -.nav-toggle-label span:after { + } + + .nav-toggle-label span, + .nav-toggle-label span:before, + .nav-toggle-label span:after { display: block; background: var(--link-c);; height: 2px; width: 2em; position: relative; -} - -.nav-toggle-label span:before, -.nav-toggle-label span:after { + } + + .nav-toggle-label span:before, + .nav-toggle-label span:after { content: ''; position: absolute; -} - -.nav-toggle-label span:before { + } + + .nav-toggle-label span:before { bottom: 7px; -} - -.nav-toggle-label span:after { + } + + .nav-toggle-label span:after { top: 7px; -} - -.navicon { + } + + .navicon { display: inline-grid; justify-content: center; align-content: center; - width: 2em; -} - -/* ======================= */ -/* Banner */ -/* ======================= */ -#banner { + min-width: 3em; + min-height: 2.5em; + } + + .navlabel { + margin-top: auto; + margin-bottom: auto; + min-height: 2.5em; + font-size: 85%; + display: inline-flex; + align-items: center; + } + + /* ======================= */ + /* Banner */ + /* ======================= */ + #banner { grid-area: banner; -} - -#banner div { + } + + #banner div { color: var(--link-c); background-color: var(--nav-bg-c); margin: 2em; @@ -224,99 +231,154 @@ nav > ul > li > a { padding-right: 1em; padding-bottom: 1em; padding-top: 2.5em; - + border-width: 1px; border-style: solid; border-color: var(--link-c); -} - -/* ======================= */ -/* Main */ -/* ======================= */ - -#main{ + } + + /* ======================= */ + /* Main */ + /* ======================= */ + + #main{ grid-area: main; -} - -/* ======================= */ -/* Table */ -/* ======================= */ - -table { + font-size: 80%; + } + + .label { + font-size: 90%; + padding-left:1em; + padding-right: 1em; + background-color: var(--caption-bg-c); + } + + button { + border: none; + padding: 0.5em; + text-decoration: underline; + } + + /* ======================= */ + /* Table */ + /* ======================= */ + + table { margin:1em; padding:1em; margin-right: auto; - font-size: var(--table-font-size); width: 100%; -} - -th { + } + + th { text-align:left; padding:0.5em; word-wrap: break-word; -} - -td { + } + + td { text-align:left; padding-left:0.5em; padding-right:0.5em; padding-top:1.25em; word-wrap: break-word; border-top: solid 1px var(--table-border); -} - -th a { + vertical-align: top; + } + + th a { text-decoration:none; -} - -td a { + } + + td a { text-decoration: none; -} - -.dropdown { + } + + .dropdown { float:right; -} - -/* ======================= */ -/* dropdown-box */ -/* ======================= */ - -.dropdown-toggle { + } + + /* ======================= */ + /* dropdown-box */ + /* ======================= */ + + .dropdown-toggle { display: none; -} - -.dropdown-container { + } + + .dropdown-container { padding:0em; border:none; display:table-cell; -} - -.dropdown-label { + } + + .dropdown-label { float: right; height: 1.25em; position: relative; top: -1.5em; -} - -/* -.dropdown-toggle:checked ~ .dropdown-label:first-of-type { + } + + /* + .dropdown-toggle:checked ~ .dropdown-label:first-of-type { border: 3px solid black; -} -*/ - -.dropdown-box { + } + */ + + .dropdown-box { background-color: var(--caption-bg-c); display:none; -} - -.dropdown-toggle:checked ~ div.dropdown-box:first-of-type { + padding: 1em; + } + + .dropdown-toggle:checked ~ div.dropdown-box:first-of-type { display: block; -} + } + + /* ======================= */ + /* Popup */ + /* ======================= */ + + .popup { + position: relative; + display: inline-block; + cursor: pointer; + } + + .popup .popuptext { + visibility: hidden; + width: 160px; + background-color: var(--heading-text-c); + color: #fff; + text-align: center; + border-radius: 6px; + padding: 8px 0; + position: absolute; + z-index: 1; + bottom: 125%; + left: 50%; + margin-left: -80px; + } + + .popup .popuptext::after { + content: ""; + position: absolute; + top: 100%; + left: 50%; + margin-left: -5px; + border-width: 5px; + border-style: solid; + border-color: var(--heading-text-c) transparent transparent transparent; + } -/* ======================= */ -/* Footer */ -/* ======================= */ -footer { + .popup .show { + visibility: visible; + } + + /* ======================= */ + /* Footer */ + /* ======================= */ + footer { display: flex; text-align: center; width:100%; @@ -327,16 +389,16 @@ footer { grid-area: footer; color: var(--link-c); background-color: var(--nav-bg-c); -} - -footer div { + } + + footer div { margin: 2em; -} - -/* ======================= */ -/* desktop provisions */ -/* ======================= */ -@media only screen and (min-width: 768px) { + } + + /* ======================= */ + /* desktop provisions */ + /* ======================= */ + @media only screen and (min-width: 768px) { body { display: grid; grid-template-rows: 4em auto auto auto; @@ -347,30 +409,30 @@ footer div { "nav . main ." "nav footer footer footer"; min-height: 100vh; - font-size: var(--body-font-size); + font-size: var(--main-font-size); font-family: var(--main-font-family); font-weight: var(--main-font-weight); margin: 0; } - + header { background-color: var(--main-bg-c); } - + #nav { background-color: var(--nav-bg-c); } - + nav { width: 100%; padding: 0em; margin-left: 0em; } - + nav > ul { width: 100%; } - + nav > ul > li { font-variant: normal; font-size: 90%; @@ -379,46 +441,21 @@ footer div { align-items: center; padding-left: 1em; } - + nav > ul > li > a { width: 100%; } - + nav > ul > li > a > span > img { display: inline; } - + .nav-toggle ~ nav { display: block; } - + .nav-toggle-label { display: none; } - - /* ======================= */ - /* pagination */ - /* ======================= */ - .center { - text-align: center; - } - - .pagination { - display: inline-block; - } - - .pagination a { - color: black; - float: left; - padding: 8px 16px; - text-decoration: none; - transition: background-color .3s; - border: 1px solid #ddd; - } - - .pagination a.active { - background-color: #4CAF50; - color: white; - border: 1px solid #4CAF50; - } -} \ No newline at end of file + + } \ No newline at end of file