diff --git a/composer.json b/composer.json index 5c564af4f9..c145d2eb69 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "oat-sa/tao-package", - "description": "TAO is an Open Source e-Testing platform that empowers you to build, deliver, and share innovative and engaging assessments online \u2013 in any language or subject matter.", + "description": "TAO is an Open Source Assessment platform that empowers you to build, deliver, and share innovative and engaging assessments online \u2013 in any language or subject matter.", "license": "GPL-2.0-only", "support": { "issues": "http://forge.taotesting.com", @@ -17,13 +17,13 @@ "Tao", "oat", "open source", - "release 3.5", + "release 4.0", "computer-based-assessment" ], "homepage": "http://www.taotesting.com", "minimum-stability": "stable", "prefer-stable": true, "require": { - "oat-sa/tao-community": "2021.11.8" + "oat-sa/tao-community": "2022.11.6" } } diff --git a/composer.lock b/composer.lock index d538ea9dff..15382af9ef 100644 --- a/composer.lock +++ b/composer.lock @@ -4,27 +4,30 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "542480711ace1d1bc260bccec3c0011e", + "content-hash": "eb6e2f57e3a5da473bd672cf271aed17", "packages": [ { "name": "cebe/php-openapi", - "version": "1.5.2", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/cebe/php-openapi.git", - "reference": "8f1f70688fd4bea04410718616450a38b7b8c40b" + "reference": "020d72b8e3a9a60bc229953e93eda25c49f46f45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cebe/php-openapi/zipball/8f1f70688fd4bea04410718616450a38b7b8c40b", - "reference": "8f1f70688fd4bea04410718616450a38b7b8c40b", + "url": "https://api.github.com/repos/cebe/php-openapi/zipball/020d72b8e3a9a60bc229953e93eda25c49f46f45", + "reference": "020d72b8e3a9a60bc229953e93eda25c49f46f45", "shasum": "" }, "require": { "ext-json": "*", - "justinrainbow/json-schema": "^5.0", + "justinrainbow/json-schema": "^5.2", "php": ">=7.1.0", - "symfony/yaml": "^3.4 | ^4.0 | ^5.0" + "symfony/yaml": "^3.4 || ^4 || ^5 || ^6" + }, + "conflict": { + "symfony/yaml": "3.4.0 - 3.4.4 || 4.0.0 - 4.4.17 || 5.0.0 - 5.1.9 || 5.2.0" }, "require-dev": { "apis-guru/openapi-directory": "1.0.0", @@ -41,7 +44,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { @@ -70,7 +73,7 @@ "issues": "https://github.com/cebe/php-openapi/issues", "source": "https://github.com/cebe/php-openapi" }, - "time": "2021-05-24T11:32:07+00:00" + "time": "2022-04-20T14:46:44+00:00" }, { "name": "clearfw/clearfw", @@ -88,13 +91,13 @@ }, "type": "library", "autoload": { + "files": [ + "clearbricks/init.php" + ], "classmap": [ "core/", "core/helpers/", "core/util" - ], - "files": [ - "clearbricks/init.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -321,92 +324,38 @@ }, "time": "2021-04-09T23:57:26+00:00" }, - { - "name": "dflydev/fig-cookies", - "version": "v2.0.3", - "source": { - "type": "git", - "url": "https://github.com/dflydev/dflydev-fig-cookies.git", - "reference": "aa3c3a6224fea4ca2c05cf6b8285ce023ff41d9b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/aa3c3a6224fea4ca2c05cf6b8285ce023ff41d9b", - "reference": "aa3c3a6224fea4ca2c05cf6b8285ce023ff41d9b", - "shasum": "" - }, - "require": { - "ext-pcre": "*", - "php": "^7.2", - "psr/http-message": "^1" - }, - "require-dev": { - "doctrine/coding-standard": "^4", - "phpstan/phpstan": "^0.10.1", - "phpunit/phpunit": "^7.2.6", - "squizlabs/php_codesniffer": "^3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Dflydev\\FigCookies\\": "src/Dflydev/FigCookies" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Beau Simensen", - "email": "beau@dflydev.com" - } - ], - "description": "Cookies for PSR-7 HTTP Message Interface.", - "keywords": [ - "cookies", - "psr-7", - "psr7" - ], - "support": { - "issues": "https://github.com/dflydev/dflydev-fig-cookies/issues", - "source": "https://github.com/dflydev/dflydev-fig-cookies/tree/v2.0.3" - }, - "time": "2020-12-07T16:40:59+00:00" - }, { "name": "doctrine/annotations", - "version": "v1.6.1", + "version": "1.14.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" + "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", - "php": "^7.1" + "doctrine/lexer": "^1 || ^2", + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "1.*", - "phpunit/phpunit": "^6.4" + "doctrine/cache": "^1.11 || ^2.0", + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "vimeo/psalm": "^4.10" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, + "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" @@ -417,6 +366,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -425,10 +378,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -439,7 +388,7 @@ } ], "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", @@ -447,22 +396,22 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/v1.6.1" + "source": "https://github.com/doctrine/annotations/tree/1.14.2" }, - "time": "2019-03-25T19:12:02+00:00" + "time": "2022-12-15T06:48:22+00:00" }, { "name": "doctrine/cache", - "version": "1.12.1", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" + "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", - "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", + "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", + "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", "shasum": "" }, "require": { @@ -472,18 +421,12 @@ "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "alcaeus/mongo-php-adapter": "^1.1", "cache/integration-tests": "dev-master", - "doctrine/coding-standard": "^8.0", - "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "predis/predis": "~1.0", + "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.2 || ^6.0@dev", - "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" - }, - "suggest": { - "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" + "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, "type": "library", "autoload": { @@ -532,7 +475,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.12.1" + "source": "https://github.com/doctrine/cache/tree/2.2.0" }, "funding": [ { @@ -548,30 +491,31 @@ "type": "tidelift" } ], - "time": "2021-07-17T14:39:21+00:00" + "time": "2022-05-20T20:07:39+00:00" }, { "name": "doctrine/collections", - "version": "1.6.7", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" + "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", - "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", + "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "shasum": "" }, "require": { + "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1.3 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.8.1" + "doctrine/coding-standard": "^9.0 || ^10.0", + "phpstan/phpstan": "^1.4.8", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "vimeo/psalm": "^4.22" }, "type": "library", "autoload": { @@ -615,36 +559,41 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.6.7" + "source": "https://github.com/doctrine/collections/tree/1.8.0" }, - "time": "2020-07-27T17:53:49+00:00" + "time": "2022-09-01T20:12:10+00:00" }, { "name": "doctrine/dbal", - "version": "v2.10.1", + "version": "2.13.9", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" + "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", - "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8", + "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8", "shasum": "" }, "require": { - "doctrine/cache": "^1.0", + "doctrine/cache": "^1.0|^2.0", + "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", "ext-pdo": "*", - "php": "^7.2" + "php": "^7.1 || ^8" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "jetbrains/phpstorm-stubs": "^2019.1", - "phpstan/phpstan": "^0.11.3", - "phpunit/phpunit": "^8.4.1", - "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" + "doctrine/coding-standard": "9.0.0", + "jetbrains/phpstorm-stubs": "2021.1", + "phpstan/phpstan": "1.4.6", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.16", + "psalm/plugin-phpunit": "0.16.1", + "squizlabs/php_codesniffer": "3.6.2", + "symfony/cache": "^4.4", + "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", + "vimeo/psalm": "4.22.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -653,12 +602,6 @@ "bin/doctrine-dbal" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.10.x-dev", - "dev-develop": "3.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" @@ -711,43 +654,98 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.10" + "source": "https://github.com/doctrine/dbal/tree/2.13.9" + }, + "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" + } + ], + "time": "2022-05-02T20:28:55+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v0.5.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" }, - "time": "2020-01-04T12:56:21+00:00" + "require-dev": { + "doctrine/coding-standard": "^6.0|^7.0|^8.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "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/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" + }, + "time": "2021-03-21T12:59:47+00:00" }, { "name": "doctrine/event-manager", - "version": "1.1.1", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" + "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", - "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", + "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", "shasum": "" }, "require": { + "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1 || ^8.0" }, "conflict": { - "doctrine/common": "<2.9@dev" + "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpunit/phpunit": "^7.0" + "doctrine/coding-standard": "^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-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" + "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -791,7 +789,7 @@ ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/1.1.x" + "source": "https://github.com/doctrine/event-manager/tree/1.2.0" }, "funding": [ { @@ -807,20 +805,20 @@ "type": "tidelift" } ], - "time": "2020-05-29T18:28:51+00:00" + "time": "2022-10-12T20:51:15+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", - "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", "shasum": "" }, "require": { @@ -828,7 +826,7 @@ }, "require-dev": { "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "1.3", + "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.11" }, @@ -867,7 +865,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.2" + "source": "https://github.com/doctrine/lexer/tree/1.2.3" }, "funding": [ { @@ -883,46 +881,49 @@ "type": "tidelift" } ], - "time": "2022-01-12T08:27:12+00:00" + "time": "2022-02-28T11:07:21+00:00" }, { "name": "doctrine/migrations", - "version": "3.0.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882" + "reference": "f9b4c8032276460afd9dfa62fb215734b4380d90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", - "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/f9b4c8032276460afd9dfa62fb215734b4380d90", + "reference": "f9b4c8032276460afd9dfa62fb215734b4380d90", "shasum": "" }, "require": { - "doctrine/dbal": "^2.10", + "composer-runtime-api": "^2", + "doctrine/dbal": "^2.11 || ^3.0", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", - "ocramius/package-versions": "^1.3", - "ocramius/proxy-manager": "^2.0.2", - "php": "^7.2", - "psr/log": "^1.1.3", - "symfony/console": "^3.4||^4.0||^5.0", - "symfony/stopwatch": "^3.4||^4.0||^5.0" + "friendsofphp/proxy-manager-lts": "^1.0", + "php": "^7.2 || ^8.0", + "psr/log": "^1.1.3 || ^2 || ^3", + "symfony/console": "^3.4 || ^4.4.16 || ^5.0 || ^6.0", + "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", + "doctrine/coding-standard": "^9", "doctrine/orm": "^2.6", - "doctrine/persistence": "^1.3||^2.0", + "doctrine/persistence": "^1.3 || ^2.0", "doctrine/sql-formatter": "^1.0", + "ergebnis/composer-normalize": "^2.9", "ext-pdo_sqlite": "*", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-deprecation-rules": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpstan/phpstan-symfony": "^0.12", - "phpunit/phpunit": "^8.4", - "symfony/process": "^3.4||^4.0||^5.0", - "symfony/yaml": "^3.4||^4.0||^5.0" + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.1", + "phpstan/phpstan-symfony": "^1.1", + "phpunit/phpunit": "^8.5 || ^9.4", + "symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0", + "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", @@ -933,8 +934,9 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" + "composer-normalize": { + "indent-size": 4, + "indent-style": "space" } }, "autoload": { @@ -965,12 +967,11 @@ "keywords": [ "database", "dbal", - "migrations", - "php" + "migrations" ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.0.1" + "source": "https://github.com/doctrine/migrations/tree/3.4.2" }, "funding": [ { @@ -986,39 +987,46 @@ "type": "tidelift" } ], - "time": "2020-06-21T08:55:42+00:00" + "time": "2022-04-01T06:38:22+00:00" }, { "name": "easyrdf/easyrdf", - "version": "0.9.1", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/easyrdf/easyrdf.git", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", "shasum": "" }, "require": { + "ext-dom": "*", "ext-mbstring": "*", "ext-pcre": "*", - "php": ">=5.2.8" + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "~3.5", - "sami/sami": "~1.4", - "squizlabs/php_codesniffer": "~1.4.3" + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" }, "suggest": { - "ml/json-ld": "~1.0" + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" }, "type": "library", "autoload": { - "psr-0": { - "EasyRdf_": "lib/" + "psr-4": { + "EasyRdf\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", @@ -1035,6 +1043,7 @@ { "name": "Alexey Zakhlestin", "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", "role": "Developer" } ], @@ -1050,11 +1059,73 @@ ], "support": { "forum": "http://groups.google.com/group/easyrdf/", - "irc": "irc://chat.freenode.net/easyrdf", - "issues": "http://github.com/njh/easyrdf/issues", - "source": "https://github.com/easyrdf/easyrdf/tree/0.9.1" + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "elasticsearch/elasticsearch", + "version": "v7.17.1", + "source": { + "type": "git", + "url": "git@github.com:elastic/elasticsearch-php.git", + "reference": "f1b8918f411b837ce5f6325e829a73518fd50367" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/f1b8918f411b837ce5f6325e829a73518fd50367", + "reference": "f1b8918f411b837ce5f6325e829a73518fd50367", + "shasum": "" + }, + "require": { + "ext-json": ">=1.3.7", + "ezimuel/ringphp": "^1.1.2", + "php": "^7.3 || ^8.0", + "psr/log": "^1|^2|^3" + }, + "require-dev": { + "ext-yaml": "*", + "ext-zip": "*", + "mockery/mockery": "^1.2", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^9.3", + "squizlabs/php_codesniffer": "^3.4", + "symfony/finder": "~4.0" + }, + "suggest": { + "ext-curl": "*", + "monolog/monolog": "Allows for client-level logging and tracing" + }, + "type": "library", + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Elasticsearch\\": "src/Elasticsearch/" + } }, - "time": "2015-02-27T09:45:49+00:00" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0", + "LGPL-2.1-only" + ], + "authors": [ + { + "name": "Zachary Tong" + }, + { + "name": "Enrico Zimuel" + } + ], + "description": "PHP Client for Elasticsearch", + "keywords": [ + "client", + "elasticsearch", + "search" + ], + "time": "2022-09-30T12:28:55+00:00" }, { "name": "evenement/evenement", @@ -1109,82 +1180,96 @@ "time": "2017-07-17T17:39:19+00:00" }, { - "name": "ezyang/htmlpurifier", - "version": "v4.14.0", + "name": "ezimuel/guzzlestreams", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" + "url": "https://github.com/ezimuel/guzzlestreams.git", + "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", + "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/b4b5a025dfee70d6cd34c780e07330eb93d5b997", + "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997", "shasum": "" }, "require": { - "php": ">=5.2" + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~9.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, - "files": [ - "library/HTMLPurifier.composer.php" - ], - "exclude-from-classmap": [ - "/library/HTMLPurifier/Language/" - ] + "psr-4": { + "GuzzleHttp\\Stream\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Edward Z. Yang", - "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "Standards compliant HTML filter written in PHP", - "homepage": "http://htmlpurifier.org/", + "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php", + "homepage": "http://guzzlephp.org/", "keywords": [ - "html" + "Guzzle", + "stream" ], "support": { - "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" + "source": "https://github.com/ezimuel/guzzlestreams/tree/3.1.0" }, - "time": "2021-12-25T01:21:49+00:00" + "time": "2022-10-24T12:58:50+00:00" }, { - "name": "flow/jsonpath", - "version": "0.5.0", + "name": "ezimuel/ringphp", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/FlowCommunications/JSONPath.git", - "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" + "url": "https://github.com/ezimuel/ringphp.git", + "reference": "7887fc8488013065f72f977dcb281994f5fde9f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", - "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", + "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/7887fc8488013065f72f977dcb281994f5fde9f4", + "reference": "7887fc8488013065f72f977dcb281994f5fde9f4", "shasum": "" }, "require": { - "php": ">=5.4.0" + "ezimuel/guzzlestreams": "^3.0.1", + "php": ">=5.4.0", + "react/promise": "~2.0" + }, + "replace": { + "guzzlehttp/ringphp": "self.version" }, "require-dev": { - "peekmo/jsonpath": "dev-master", - "phpunit/phpunit": "^7.0" + "ext-curl": "*", + "phpunit/phpunit": "~9.0" + }, + "suggest": { + "ext-curl": "Guzzle will use specific adapters if cURL is present" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, "autoload": { - "psr-0": { - "Flow\\JSONPath": "src/", - "Flow\\JSONPath\\Test": "tests/" + "psr-4": { + "GuzzleHttp\\Ring\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1193,46 +1278,152 @@ ], "authors": [ { - "name": "Stephen Frank", - "email": "stephen@flowsa.com" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "JSONPath implementation for parsing, searching and flattening arrays", + "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php", "support": { - "issues": "https://github.com/FlowCommunications/JSONPath/issues", - "source": "https://github.com/FlowCommunications/JSONPath/tree/0.5.0" + "source": "https://github.com/ezimuel/ringphp/tree/1.2.2" }, - "abandoned": "softcreatr/jsonpath", - "time": "2019-07-15T17:23:22+00:00" + "time": "2022-12-07T11:28:53+00:00" }, { - "name": "fluent/logger", - "version": "v1.0.1", + "name": "ezyang/htmlpurifier", + "version": "v4.16.0", "source": { "type": "git", - "url": "https://github.com/fluent/fluent-logger-php.git", - "reference": "c5a19ba8eb5e15f9ade72afeffba6b6e7eb51155" + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fluent/fluent-logger-php/zipball/c5a19ba8eb5e15f9ade72afeffba6b6e7eb51155", - "reference": "c5a19ba8eb5e15f9ade72afeffba6b6e7eb51155", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "phpunit/phpunit": "~4.3", - "phpunit/phpunit-mock-objects": "2.3.0" + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { - "psr-4": { - "Fluent\\Logger\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "files": [ + "library/HTMLPurifier.composer.php" + ], + "psr-0": { + "HTMLPurifier": "library/" + }, + "exclude-from-classmap": [ + "/library/HTMLPurifier/Language/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" + } + ], + "description": "Standards compliant HTML filter written in PHP", + "homepage": "http://htmlpurifier.org/", + "keywords": [ + "html" + ], + "support": { + "issues": "https://github.com/ezyang/htmlpurifier/issues", + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" + }, + "time": "2022-09-18T07:06:19+00:00" + }, + { + "name": "flow/jsonpath", + "version": "0.5.0", + "source": { + "type": "git", + "url": "https://github.com/FlowCommunications/JSONPath.git", + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "peekmo/jsonpath": "dev-master", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Flow\\JSONPath": "src/", + "Flow\\JSONPath\\Test": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Stephen Frank", + "email": "stephen@flowsa.com" + } + ], + "description": "JSONPath implementation for parsing, searching and flattening arrays", + "support": { + "issues": "https://github.com/FlowCommunications/JSONPath/issues", + "source": "https://github.com/FlowCommunications/JSONPath/tree/0.5.0" + }, + "abandoned": "softcreatr/jsonpath", + "time": "2019-07-15T17:23:22+00:00" + }, + { + "name": "fluent/logger", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/fluent/fluent-logger-php.git", + "reference": "c5a19ba8eb5e15f9ade72afeffba6b6e7eb51155" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fluent/fluent-logger-php/zipball/c5a19ba8eb5e15f9ade72afeffba6b6e7eb51155", + "reference": "c5a19ba8eb5e15f9ade72afeffba6b6e7eb51155", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.3", + "phpunit/phpunit-mock-objects": "2.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Fluent\\Logger\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ "Apache" ], @@ -1262,26 +1453,108 @@ }, "time": "2017-02-15T07:14:53+00:00" }, + { + "name": "friendsofphp/proxy-manager-lts", + "version": "v1.0.13", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", + "reference": "88354616f4cf4f6620910fd035e282173ba453e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/88354616f4cf4f6620910fd035e282173ba453e8", + "reference": "88354616f4cf4f6620910fd035e282173ba453e8", + "shasum": "" + }, + "require": { + "laminas/laminas-code": "~3.4.1|^4.0", + "php": ">=7.1", + "symfony/filesystem": "^4.4.17|^5.0|^6.0" + }, + "conflict": { + "laminas/laminas-stdlib": "<3.2.1", + "zendframework/zend-stdlib": "<3.2.1" + }, + "replace": { + "ocramius/proxy-manager": "^2.1" + }, + "require-dev": { + "ext-phar": "*", + "symfony/phpunit-bridge": "^5.4|^6.0" + }, + "type": "library", + "extra": { + "thanks": { + "name": "ocramius/proxy-manager", + "url": "https://github.com/Ocramius/ProxyManager" + } + }, + "autoload": { + "psr-4": { + "ProxyManager\\": "src/ProxyManager" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + } + ], + "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager", + "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts", + "keywords": [ + "aop", + "lazy loading", + "proxy", + "proxy pattern", + "service proxies" + ], + "support": { + "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", + "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.13" + }, + "funding": [ + { + "url": "https://github.com/Ocramius", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", + "type": "tidelift" + } + ], + "time": "2022-10-17T19:48:16+00:00" + }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", + "guzzlehttp/psr7": "^1.9", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", @@ -1298,22 +1571,52 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", @@ -1329,22 +1632,36 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5" + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" }, - "time": "2020-06-16T21:01:06+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.1", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" + "reference": "b94b2807d85443f9719887892882d0329d1e2598" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { @@ -1360,12 +1677,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1399,7 +1716,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.1" + "source": "https://github.com/guzzle/promises/tree/1.5.2" }, "funding": [ { @@ -1415,20 +1732,20 @@ "type": "tidelift" } ], - "time": "2021-10-22T20:56:57+00:00" + "time": "2022-08-28T14:55:35+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.6.1", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "shasum": "" }, "require": { @@ -1441,37 +1758,58 @@ }, "require-dev": { "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.9-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -1488,54 +1826,23 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.6.1" - }, - "time": "2019-07-01T23:21:34+00:00" - }, - { - "name": "imsglobal/lti", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP.git", - "reference": "06b12f70c2803ee08da116bcda2951eefd411ac9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/IMSGlobal/LTI-Tool-Provider-Library-PHP/zipball/06b12f70c2803ee08da116bcda2951eefd411ac9", - "reference": "06b12f70c2803ee08da116bcda2951eefd411ac9", - "shasum": "" - }, - "require": { - "php": ">=5.6.0" + "source": "https://github.com/guzzle/psr7/tree/1.9.0" }, - "type": "library", - "autoload": { - "psr-4": { - "IMSGlobal\\LTI\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, { - "name": "Stephen Vickers", - "email": "svickers@imsglobal.org" + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" } ], - "description": "LTI Tool Provider Library", - "homepage": "https://www.imsglobal.org/lti", - "keywords": [ - "LTI" - ], - "support": { - "issues": "https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/issues", - "source": "https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/tree/3.0.2" - }, - "abandoned": true, - "time": "2016-09-18T04:22:22+00:00" + "time": "2022-06-20T21:43:03+00:00" }, { "name": "jtl-software/opsgenie-client", @@ -1578,26 +1885,25 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.1", + "version": "5.2.12", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "429be236f296ca249d61c65649cdf2652f4a5e80" + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/429be236f296ca249d61c65649cdf2652f4a5e80", - "reference": "429be236f296ca249d61c65649cdf2652f4a5e80", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.1", + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", - "phpdocumentor/phpdocumentor": "^2.7", - "phpunit/phpunit": "^4.8.22" + "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" @@ -1643,22 +1949,22 @@ ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.x.x" + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" }, - "time": "2017-05-16T21:06:09+00:00" + "time": "2022-04-13T08:02:27+00:00" }, { "name": "laminas/laminas-code", - "version": "4.5.1", + "version": "4.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e" + "reference": "91aabc066d5620428120800c0eafc0411e441a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/6fd96d4d913571a2cd056a27b123fa28cb90ac4e", - "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62", + "reference": "91aabc066d5620428120800c0eafc0411e441a62", "shasum": "" }, "require": { @@ -1670,7 +1976,7 @@ "laminas/laminas-coding-standard": "^2.3.0", "laminas/laminas-stdlib": "^3.6.1", "phpunit/phpunit": "^9.5.10", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.13.1" }, "suggest": { @@ -1679,12 +1985,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "Laminas\\Code\\": "src/" - }, "files": [ "polyfill/ReflectionEnumPolyfill.php" - ] + ], + "psr-4": { + "Laminas\\Code\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1711,7 +2017,7 @@ "type": "community_bridge" } ], - "time": "2021-12-19T18:06:55+00:00" + "time": "2022-11-21T01:32:31+00:00" }, { "name": "laminas/laminas-servicemanager", @@ -1777,26 +2083,26 @@ }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.4.1", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "88bf037259869891afce6504cacc4f8a07b24d0f" + "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f", - "reference": "88bf037259869891afce6504cacc4f8a07b24d0f", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/5ef52e26392777a26dbb8f20fe24f91b406459f6", + "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.6" + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "squizlabs/php_codesniffer": "^3.7.1", + "vimeo/psalm": "^4.29.0" }, "type": "library", "extra": { @@ -1835,35 +2141,35 @@ "type": "community_bridge" } ], - "time": "2021-12-21T14:34:37+00:00" + "time": "2022-12-12T11:44:10+00:00" }, { "name": "lcobucci/clock", - "version": "2.0.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", - "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" + "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", - "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3", + "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0" + "php": "^8.0", + "stella-maris/clock": "^0.1.4" }, "require-dev": { - "infection/infection": "^0.17", - "lcobucci/coding-standard": "^6.0", - "phpstan/extension-installer": "^1.0", + "infection/infection": "^0.26", + "lcobucci/coding-standard": "^8.0", + "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/php-code-coverage": "9.1.4", - "phpunit/phpunit": "9.3.7" + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -1884,7 +2190,7 @@ "description": "Yet another clock abstraction", "support": { "issues": "https://github.com/lcobucci/clock/issues", - "source": "https://github.com/lcobucci/clock/tree/2.0.x" + "source": "https://github.com/lcobucci/clock/tree/2.2.0" }, "funding": [ { @@ -1896,20 +2202,20 @@ "type": "patreon" } ], - "time": "2020-08-27T18:56:02+00:00" + "time": "2022-04-19T19:34:17+00:00" }, { "name": "lcobucci/jwt", - "version": "4.1.5", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582" + "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582", - "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/72ac6d807ee51a70ad376ee03a2387e8646e10f3", + "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3", "shasum": "" }, "require": { @@ -1925,12 +2231,12 @@ "infection/infection": "^0.21", "lcobucci/coding-standard": "^6.0", "mikey179/vfsstream": "^1.6.7", - "phpbench/phpbench": "^1.0", + "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-deprecation-rules": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", "phpunit/php-invoker": "^3.1", "phpunit/phpunit": "^9.5" }, @@ -1958,7 +2264,7 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/4.1.5" + "source": "https://github.com/lcobucci/jwt/tree/4.2.1" }, "funding": [ { @@ -1970,7 +2276,91 @@ "type": "patreon" } ], - "time": "2021-09-28T19:34:56+00:00" + "time": "2022-08-19T23:14:07+00:00" + }, + { + "name": "league/csv", + "version": "9.8.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/csv.git", + "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47", + "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "ext-curl": "*", + "ext-dom": "*", + "friendsofphp/php-cs-fixer": "^v3.4.0", + "phpstan/phpstan": "^1.3.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.1.0", + "phpunit/phpunit": "^9.5.11" + }, + "suggest": { + "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", + "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "League\\Csv\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://github.com/nyamsprod/", + "role": "Developer" + } + ], + "description": "CSV data manipulation made easy in PHP", + "homepage": "https://csv.thephpleague.com", + "keywords": [ + "convert", + "csv", + "export", + "filter", + "import", + "read", + "transform", + "write" + ], + "support": { + "docs": "https://csv.thephpleague.com", + "issues": "https://github.com/thephpleague/csv/issues", + "rss": "https://github.com/thephpleague/csv/releases.atom", + "source": "https://github.com/thephpleague/csv" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2022-01-04T00:13:07+00:00" }, { "name": "league/event", @@ -2028,16 +2418,16 @@ }, { "name": "league/flysystem", - "version": "1.1.9", + "version": "1.1.10", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "094defdb4a7001845300334e7c1ee2335925ef99" + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99", - "reference": "094defdb4a7001845300334e7c1ee2335925ef99", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", "shasum": "" }, "require": { @@ -2110,7 +2500,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.1.9" + "source": "https://github.com/thephpleague/flysystem/tree/1.1.10" }, "funding": [ { @@ -2118,7 +2508,7 @@ "type": "other" } ], - "time": "2021-12-09T09:40:50+00:00" + "time": "2022-10-04T09:16:37+00:00" }, { "name": "league/flysystem-memory", @@ -2177,16 +2567,16 @@ }, { "name": "league/mime-type-detection", - "version": "1.9.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" + "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", - "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd", + "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd", "shasum": "" }, "require": { @@ -2217,7 +2607,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0" }, "funding": [ { @@ -2229,20 +2619,20 @@ "type": "tidelift" } ], - "time": "2021-11-21T11:48:40+00:00" + "time": "2022-04-17T13:12:02+00:00" }, { "name": "league/oauth2-server", - "version": "8.3.3", + "version": "8.3.6", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-server.git", - "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a" + "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/f5698a3893eda9a17bcd48636990281e7ca77b2a", - "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/28c5441716c10d0c936bd731860dc385d0f6d1a8", + "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8", "shasum": "" }, "require": { @@ -2251,24 +2641,184 @@ "ext-openssl": "*", "lcobucci/jwt": "^3.4.6 || ^4.0.4", "league/event": "^2.2", + "league/uri": "^6.4", "php": "^7.2 || ^8.0", "psr/http-message": "^1.0.1" }, - "replace": { - "league/oauth2server": "*", - "lncd/oauth2": "*" + "replace": { + "league/oauth2server": "*", + "lncd/oauth2": "*" + }, + "require-dev": { + "laminas/laminas-diactoros": "^2.4.1", + "phpstan/phpstan": "^0.12.57", + "phpstan/phpstan-phpunit": "^0.12.16", + "phpunit/phpunit": "^8.5.13", + "roave/security-advisories": "dev-master" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\OAuth2\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + }, + { + "name": "Andy Millington", + "email": "andrew@noexceptions.io", + "homepage": "https://www.noexceptions.io", + "role": "Developer" + } + ], + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "homepage": "https://oauth2.thephpleague.com/", + "keywords": [ + "Authentication", + "api", + "auth", + "authorisation", + "authorization", + "oauth", + "oauth 2", + "oauth 2.0", + "oauth2", + "protect", + "resource", + "secure", + "server" + ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-server/issues", + "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.6" + }, + "funding": [ + { + "url": "https://github.com/sephster", + "type": "github" + } + ], + "time": "2022-11-14T19:42:00+00:00" + }, + { + "name": "league/openapi-psr7-validator", + "version": "0.18", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/openapi-psr7-validator.git", + "reference": "5f98f98abf37f4533473699ef2ff2b4dc9b8d52e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/openapi-psr7-validator/zipball/5f98f98abf37f4533473699ef2ff2b4dc9b8d52e", + "reference": "5f98f98abf37f4533473699ef2ff2b4dc9b8d52e", + "shasum": "" + }, + "require": { + "cebe/php-openapi": "^1.6", + "ext-json": "*", + "league/uri": "^6.3", + "php": ">=7.2", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "psr/http-message": "^1.0", + "psr/http-server-middleware": "^1.0", + "respect/validation": "^1.1.3 || ^2.0", + "riverline/multipart-parser": "^2.0.3", + "webmozart/assert": "^1.4" + }, + "require-dev": { + "doctrine/coding-standard": "^8.0", + "guzzlehttp/psr7": "^1.5", + "hansott/psr7-cookies": "^3.0.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-webmozart-assert": "^1", + "phpunit/phpunit": "^7 || ^8 || ^9", + "symfony/cache": "^5.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\OpenAPIValidation\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON", + "homepage": "https://github.com/thephpleague/openapi-psr7-validator", + "keywords": [ + "http", + "openapi", + "psr7", + "validation" + ], + "support": { + "issues": "https://github.com/thephpleague/openapi-psr7-validator/issues", + "source": "https://github.com/thephpleague/openapi-psr7-validator/tree/0.18" + }, + "time": "2022-03-01T10:34:32+00:00" + }, + { + "name": "league/uri", + "version": "6.7.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06", + "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06", + "shasum": "" + }, + "require": { + "ext-json": "*", + "league/uri-interfaces": "^2.3", + "php": "^7.4 || ^8.0", + "psr/http-message": "^1.0" + }, + "conflict": { + "league/uri-schemes": "^1.0" }, "require-dev": { - "laminas/laminas-diactoros": "^2.4.1", - "phpstan/phpstan": "^0.12.57", - "phpstan/phpstan-phpunit": "^0.12.16", - "phpunit/phpunit": "^8.5.13", - "roave/security-advisories": "dev-master" + "friendsofphp/php-cs-fixer": "^v3.3.2", + "nyholm/psr7": "^1.5", + "php-http/psr7-integration-tests": "^1.1", + "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.1.0", + "phpunit/phpunit": "^9.5.10", + "psr/http-factory": "^1.0" + }, + "suggest": { + "ext-fileinfo": "Needed to create Data URI from a filepath", + "ext-intl": "Needed to improve host validation", + "league/uri-components": "Needed to easily manipulate URI objects", + "psr/http-factory": "Needed to use the URI factory" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.x-dev" + } + }, "autoload": { "psr-4": { - "League\\OAuth2\\Server\\": "src/" + "League\\Uri\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2277,115 +2827,131 @@ ], "authors": [ { - "name": "Alex Bilbie", - "email": "hello@alexbilbie.com", - "homepage": "http://www.alexbilbie.com", - "role": "Developer" - }, - { - "name": "Andy Millington", - "email": "andrew@noexceptions.io", - "homepage": "https://www.noexceptions.io", - "role": "Developer" + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" } ], - "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", - "homepage": "https://oauth2.thephpleague.com/", + "description": "URI manipulation library", + "homepage": "https://uri.thephpleague.com", "keywords": [ - "Authentication", - "api", - "auth", - "authorisation", - "authorization", - "oauth", - "oauth 2", - "oauth 2.0", - "oauth2", - "protect", - "resource", - "secure", - "server" + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "uri-template", + "url", + "ws" ], "support": { - "issues": "https://github.com/thephpleague/oauth2-server/issues", - "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.3" + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri/issues", + "source": "https://github.com/thephpleague/uri/tree/6.7.2" }, "funding": [ { - "url": "https://github.com/sephster", + "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], - "time": "2021-10-11T20:41:49+00:00" + "time": "2022-09-13T19:50:42+00:00" }, { - "name": "league/openapi-psr7-validator", - "version": "0.9", + "name": "league/uri-interfaces", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/thephpleague/openapi-psr7-validator.git", - "reference": "ac49e52407b92ceb52ab1a57083a51db8e8de660" + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/openapi-psr7-validator/zipball/ac49e52407b92ceb52ab1a57083a51db8e8de660", - "reference": "ac49e52407b92ceb52ab1a57083a51db8e8de660", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", + "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", "shasum": "" }, "require": { - "cebe/php-openapi": "^1.3", - "dflydev/fig-cookies": "^2.0", "ext-json": "*", - "php": ">=7.2", - "psr/cache": "^1.0", - "psr/http-message": "^1.0", - "psr/http-server-middleware": "^1.0", - "respect/validation": "^1.1", - "riverline/multipart-parser": "^2.0.3", - "webmozart/assert": "^1.4" + "php": "^7.2 || ^8.0" }, "require-dev": { - "cache/array-adapter": "^1.0", - "doctrine/coding-standard": "^6.0", - "guzzlehttp/psr7": "^1.5", - "phpunit/phpunit": "^7|^8" + "friendsofphp/php-cs-fixer": "^2.19", + "phpstan/phpstan": "^0.12.90", + "phpstan/phpstan-phpunit": "^0.12.19", + "phpstan/phpstan-strict-rules": "^0.12.9", + "phpunit/phpunit": "^8.5.15 || ^9.5" + }, + "suggest": { + "ext-intl": "to use the IDNA feature", + "symfony/intl": "to use the IDNA feature via Symfony Polyfill" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { "psr-4": { - "League\\OpenAPIValidation\\": "src/" + "League\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON", - "homepage": "https://github.com/thephpleague/openapi-psr7-validator", + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "Common interface for URI representation", + "homepage": "http://github.com/thephpleague/uri-interfaces", "keywords": [ - "http", - "openapi", - "psr7", - "validation" + "rfc3986", + "rfc3987", + "uri", + "url" ], "support": { - "issues": "https://github.com/thephpleague/openapi-psr7-validator/issues", - "source": "https://github.com/thephpleague/openapi-psr7-validator/tree/master" + "issues": "https://github.com/thephpleague/uri-interfaces/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0" }, - "time": "2020-06-12T10:28:04+00:00" + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2021-06-28T04:27:21+00:00" }, { "name": "monolog/monolog", - "version": "1.26.1", + "version": "1.27.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5" + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5", - "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", "shasum": "" }, "require": { @@ -2446,7 +3012,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/1.26.1" + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" }, "funding": [ { @@ -2458,7 +3024,7 @@ "type": "tidelift" } ], - "time": "2021-05-28T08:32:12+00:00" + "time": "2022-06-09T08:53:42+00:00" }, { "name": "naneau/semver", @@ -2513,16 +3079,16 @@ }, { "name": "nesbot/carbon", - "version": "2.55.2", + "version": "2.64.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2" + "reference": "889546413c97de2d05063b8cb7b193c2531ea211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2", - "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211", + "reference": "889546413c97de2d05063b8cb7b193c2531ea211", "shasum": "" }, "require": { @@ -2533,14 +3099,16 @@ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { - "doctrine/dbal": "^2.0 || ^3.0", + "doctrine/dbal": "^2.0 || ^3.1.4", "doctrine/orm": "^2.7", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", + "ondrejmirtes/better-reflection": "*", "phpmd/phpmd": "^2.9", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.54", - "phpunit/phpunit": "^7.5.20 || ^8.5.14", + "phpstan/phpstan": "^0.12.99 || ^1.7.14", + "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", + "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", "squizlabs/php_codesniffer": "^3.4" }, "bin": [ @@ -2597,15 +3165,19 @@ }, "funding": [ { - "url": "https://opencollective.com/Carbon", - "type": "open_collective" + "url": "https://github.com/sponsors/kylekatarnls", + "type": "github" + }, + { + "url": "https://opencollective.com/Carbon#sponsor", + "type": "opencollective" }, { - "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", + "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", "type": "tidelift" } ], - "time": "2021-12-03T14:59:52+00:00" + "time": "2022-11-26T17:36:00+00:00" }, { "name": "nikic/fast-route", @@ -2629,12 +3201,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "FastRoute\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "FastRoute\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2659,16 +3231,16 @@ }, { "name": "nyholm/psr7", - "version": "1.4.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/Nyholm/psr7.git", - "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec" + "reference": "f734364e38a876a23be4d906a2a089e1315be18a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/2212385b47153ea71b1c1b1374f8cb5e4f7892ec", - "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec", + "url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a", + "reference": "f734364e38a876a23be4d906a2a089e1315be18a", "shasum": "" }, "require": { @@ -2720,7 +3292,7 @@ ], "support": { "issues": "https://github.com/Nyholm/psr7/issues", - "source": "https://github.com/Nyholm/psr7/tree/1.4.1" + "source": "https://github.com/Nyholm/psr7/tree/1.5.1" }, "funding": [ { @@ -2732,20 +3304,20 @@ "type": "github" } ], - "time": "2021-07-02T08:32:20+00:00" + "time": "2022-06-22T07:13:36+00:00" }, { "name": "oat-sa/composer-npm-bridge", - "version": "0.4.2", + "version": "v0.4.4", "source": { "type": "git", "url": "https://github.com/oat-sa/composer-npm-bridge.git", - "reference": "2d1fa0cc7f21477ceebb04ef444ee0924c475bd0" + "reference": "20bf3d9e740ab23787005bc0f884b7a9241e457b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/composer-npm-bridge/zipball/2d1fa0cc7f21477ceebb04ef444ee0924c475bd0", - "reference": "2d1fa0cc7f21477ceebb04ef444ee0924c475bd0", + "url": "https://api.github.com/repos/oat-sa/composer-npm-bridge/zipball/20bf3d9e740ab23787005bc0f884b7a9241e457b", + "reference": "20bf3d9e740ab23787005bc0f884b7a9241e457b", "shasum": "" }, "require": { @@ -2797,30 +3369,30 @@ "plugin" ], "support": { - "source": "https://github.com/oat-sa/composer-npm-bridge/tree/v0.4.2" + "source": "https://github.com/oat-sa/composer-npm-bridge/tree/v0.4.4" }, - "time": "2020-11-20T08:17:48+00:00" + "time": "2022-08-12T10:28:07+00:00" }, { "name": "oat-sa/extension-pcisample", - "version": "v3.1.1", + "version": "v3.6.2", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-pcisample.git", - "reference": "b503aa11251a2180f710d9dd9c29262b56b01198" + "reference": "6cf998790738accbe904b6f9513fcc5432730377" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-pcisample/zipball/b503aa11251a2180f710d9dd9c29262b56b01198", - "reference": "b503aa11251a2180f710d9dd9c29262b56b01198", + "url": "https://api.github.com/repos/oat-sa/extension-pcisample/zipball/6cf998790738accbe904b6f9513fcc5432730377", + "reference": "6cf998790738accbe904b6f9513fcc5432730377", "shasum": "" }, "require": { "oat-sa/extension-tao-itemqti-pci": ">=7.0.0", "oat-sa/extension-tao-testqti": ">=41.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -2847,28 +3419,28 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-pcisample/issues", - "source": "https://github.com/oat-sa/extension-pcisample/tree/v3.1.1" + "source": "https://github.com/oat-sa/extension-pcisample/tree/v3.6.2" }, - "time": "2021-07-14T07:02:29+00:00" + "time": "2022-09-30T11:25:34+00:00" }, { "name": "oat-sa/extension-tao-backoffice", - "version": "v6.3.0", + "version": "v6.11.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-backoffice.git", - "reference": "033e5f8bbd9acca295efc6125cd0a7ec0235e40f" + "reference": "1aba7731e1310d3193d8fc20f7c2f7cae5e26fd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-backoffice/zipball/033e5f8bbd9acca295efc6125cd0a7ec0235e40f", - "reference": "033e5f8bbd9acca295efc6125cd0a7ec0235e40f", + "url": "https://api.github.com/repos/oat-sa/extension-tao-backoffice/zipball/1aba7731e1310d3193d8fc20f7c2f7cae5e26fd9", + "reference": "1aba7731e1310d3193d8fc20f7c2f7cae5e26fd9", "shasum": "" }, "require": { - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.36.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -2895,29 +3467,29 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-backoffice/issues", - "source": "https://github.com/oat-sa/extension-tao-backoffice/tree/v6.3.0" + "source": "https://github.com/oat-sa/extension-tao-backoffice/tree/v6.11.3" }, - "time": "2021-09-20T08:15:27+00:00" + "time": "2022-09-30T09:09:26+00:00" }, { "name": "oat-sa/extension-tao-clientdiag", - "version": "v8.3.0", + "version": "v8.4.5", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-clientdiag.git", - "reference": "ffeb0e391979f53949512bb42923d29e9342620f" + "reference": "7b9b9c1f3b9b5566937062cff0d0061d4e9efd0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-clientdiag/zipball/ffeb0e391979f53949512bb42923d29e9342620f", - "reference": "ffeb0e391979f53949512bb42923d29e9342620f", + "url": "https://api.github.com/repos/oat-sa/extension-tao-clientdiag/zipball/7b9b9c1f3b9b5566937062cff0d0061d4e9efd0e", + "reference": "7b9b9c1f3b9b5566937062cff0d0061d4e9efd0e", "shasum": "" }, "require": { "oat-sa/extension-tao-itemqti": ">=27.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0", + "oat-sa/tao-core": ">=50.24.6", "sinergi/browser-detector": "^6.0.2" }, "type": "tao-extension", @@ -2946,22 +3518,22 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-clientdiag/issues", - "source": "https://github.com/oat-sa/extension-tao-clientdiag/tree/v8.3.0" + "source": "https://github.com/oat-sa/extension-tao-clientdiag/tree/v8.4.5" }, - "time": "2021-09-29T14:34:04+00:00" + "time": "2022-09-29T11:53:32+00:00" }, { "name": "oat-sa/extension-tao-community", - "version": "v10.1.2", + "version": "v10.3.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-community.git", - "reference": "5109e0748d8f30f25393108f8ffe144437beea93" + "reference": "a717c4aa0441f5f7fcd392a59985938aa0e47db0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-community/zipball/5109e0748d8f30f25393108f8ffe144437beea93", - "reference": "5109e0748d8f30f25393108f8ffe144437beea93", + "url": "https://api.github.com/repos/oat-sa/extension-tao-community/zipball/a717c4aa0441f5f7fcd392a59985938aa0e47db0", + "reference": "a717c4aa0441f5f7fcd392a59985938aa0e47db0", "shasum": "" }, "require": { @@ -2978,9 +3550,9 @@ "oat-sa/extension-tao-testqti": ">=41.0.0", "oat-sa/extension-tao-testqti-previewer": ">=3.0.0", "oat-sa/extension-tao-testtaker": ">=8.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3040,29 +3612,30 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-community/tree/v10.1.2" + "source": "https://github.com/oat-sa/extension-tao-community/tree/v10.3.1" }, - "time": "2021-09-16T15:08:40+00:00" + "time": "2022-09-30T10:54:44+00:00" }, { "name": "oat-sa/extension-tao-dac-simple", - "version": "v7.3.1", + "version": "v7.7.4", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-dac-simple.git", - "reference": "bf7aac34cda6a9fd0fd5a51860bc8ae9fbc57025" + "reference": "63ba1b859d5cc2534a7872b38fa8cbc417de0376" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-dac-simple/zipball/bf7aac34cda6a9fd0fd5a51860bc8ae9fbc57025", - "reference": "bf7aac34cda6a9fd0fd5a51860bc8ae9fbc57025", + "url": "https://api.github.com/repos/oat-sa/extension-tao-dac-simple/zipball/63ba1b859d5cc2534a7872b38fa8cbc417de0376", + "reference": "63ba1b859d5cc2534a7872b38fa8cbc417de0376", "shasum": "" }, "require": { "oat-sa/extension-tao-backoffice": ">=6.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/extension-tao-item": ">=11.29.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3090,29 +3663,29 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-dac-simple/issues", - "source": "https://github.com/oat-sa/extension-tao-dac-simple/tree/v7.3.1" + "source": "https://github.com/oat-sa/extension-tao-dac-simple/tree/v7.7.4" }, - "time": "2021-07-26T14:28:20+00:00" + "time": "2022-10-04T11:09:13+00:00" }, { "name": "oat-sa/extension-tao-delivery", - "version": "v15.5.2", + "version": "v15.13.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-delivery.git", - "reference": "59c8ab3855363aac7e320ead7afe1b83138bf99d" + "reference": "96e6f99935415ec4f3d3231f25b94893c53d6a6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery/zipball/59c8ab3855363aac7e320ead7afe1b83138bf99d", - "reference": "59c8ab3855363aac7e320ead7afe1b83138bf99d", + "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery/zipball/96e6f99935415ec4f3d3231f25b94893c53d6a6d", + "reference": "96e6f99935415ec4f3d3231f25b94893c53d6a6d", "shasum": "" }, "require": { "oat-sa/extension-tao-outcome": ">=13.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.9.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3171,22 +3744,22 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-delivery/tree/v15.5.2" + "source": "https://github.com/oat-sa/extension-tao-delivery/tree/v15.13.1" }, - "time": "2021-11-10T13:06:25+00:00" + "time": "2022-09-30T06:46:25+00:00" }, { "name": "oat-sa/extension-tao-delivery-rdf", - "version": "v14.7.1", + "version": "v14.16.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-delivery-rdf.git", - "reference": "bd1946d90964d632ff3b53b88f40fc684857d9bd" + "reference": "bb42bae8ef0762fe2c02a43d296febec065cd702" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery-rdf/zipball/bd1946d90964d632ff3b53b88f40fc684857d9bd", - "reference": "bd1946d90964d632ff3b53b88f40fc684857d9bd", + "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery-rdf/zipball/bb42bae8ef0762fe2c02a43d296febec065cd702", + "reference": "bb42bae8ef0762fe2c02a43d296febec065cd702", "shasum": "" }, "require": { @@ -3194,10 +3767,10 @@ "oat-sa/extension-tao-group": ">=7.0.0", "oat-sa/extension-tao-item": ">=11.0.0", "oat-sa/extension-tao-test": ">=15.0.0", - "oat-sa/extension-tao-testqti": ">=41.10.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/extension-tao-testqti": ">=44.15.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.45.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3225,22 +3798,22 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-delivery-rdf/issues", - "source": "https://github.com/oat-sa/extension-tao-delivery-rdf/tree/v14.7.1" + "source": "https://github.com/oat-sa/extension-tao-delivery-rdf/tree/v14.16.3" }, - "time": "2021-12-08T12:35:32+00:00" + "time": "2022-09-30T06:51:02+00:00" }, { "name": "oat-sa/extension-tao-eventlog", - "version": "v3.1.1", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-eventlog.git", - "reference": "daa73cb8d3798700c8e3311a84fbe0186ef6404c" + "reference": "d68b1d51778088e1134ca2e2d47f5d4ca9395f3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-eventlog/zipball/daa73cb8d3798700c8e3311a84fbe0186ef6404c", - "reference": "daa73cb8d3798700c8e3311a84fbe0186ef6404c", + "url": "https://api.github.com/repos/oat-sa/extension-tao-eventlog/zipball/d68b1d51778088e1134ca2e2d47f5d4ca9395f3a", + "reference": "d68b1d51778088e1134ca2e2d47f5d4ca9395f3a", "shasum": "" }, "require": { @@ -3248,13 +3821,13 @@ "oat-sa/extension-tao-funcacl": ">=7.0.0", "oat-sa/extension-tao-item": ">=11.0.0", "oat-sa/extension-tao-itemqti": ">=27.0.0", - "oat-sa/extension-tao-test": ">=15.0.0", + "oat-sa/extension-tao-test": ">=15.11.0", "oat-sa/extension-tao-testqti": ">=41.0.0", "oat-sa/extension-tao-testtaker": ">=8.0.0", - "oat-sa/generis": ">=14.0.0", - "oat-sa/lib-tao-dtms": "1.0.0", + "oat-sa/generis": ">=15.22", + "oat-sa/lib-tao-dtms": "^1.0.1", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3282,29 +3855,29 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-eventlog/issues", - "source": "https://github.com/oat-sa/extension-tao-eventlog/tree/v3.1.1" + "source": "https://github.com/oat-sa/extension-tao-eventlog/tree/v3.3.3" }, - "time": "2021-11-10T13:32:13+00:00" + "time": "2022-09-30T09:20:05+00:00" }, { "name": "oat-sa/extension-tao-funcacl", - "version": "v7.0.1", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-funcacl.git", - "reference": "6e150f8d62fd4965d14c112637ef42b67dcec118" + "reference": "714fdabe6d76f51401e909b981cb5395388a6b17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-funcacl/zipball/6e150f8d62fd4965d14c112637ef42b67dcec118", - "reference": "6e150f8d62fd4965d14c112637ef42b67dcec118", + "url": "https://api.github.com/repos/oat-sa/extension-tao-funcacl/zipball/714fdabe6d76f51401e909b981cb5395388a6b17", + "reference": "714fdabe6d76f51401e909b981cb5395388a6b17", "shasum": "" }, "require": { "oat-sa/extension-tao-backoffice": ">=6.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3364,30 +3937,30 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-funcacl/tree/v7.0.1" + "source": "https://github.com/oat-sa/extension-tao-funcacl/tree/v7.2.2" }, - "time": "2021-04-08T15:13:14+00:00" + "time": "2022-09-29T06:53:51+00:00" }, { "name": "oat-sa/extension-tao-group", - "version": "v7.5.0", + "version": "v7.6.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-group.git", - "reference": "3b49c5e38921c6390e54249eaf34b031f5084382" + "reference": "1eec3e0bb19605915351254d507b58ab1cd5d27a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-group/zipball/3b49c5e38921c6390e54249eaf34b031f5084382", - "reference": "3b49c5e38921c6390e54249eaf34b031f5084382", + "url": "https://api.github.com/repos/oat-sa/extension-tao-group/zipball/1eec3e0bb19605915351254d507b58ab1cd5d27a", + "reference": "1eec3e0bb19605915351254d507b58ab1cd5d27a", "shasum": "" }, "require": { "oat-sa/extension-tao-backoffice": ">=6.0.0", "oat-sa/extension-tao-testtaker": ">=8.2.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.45.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3446,29 +4019,29 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-group/tree/v7.5.0" + "source": "https://github.com/oat-sa/extension-tao-group/tree/v7.6.3" }, - "time": "2021-10-08T09:03:22+00:00" + "time": "2022-09-30T11:06:07+00:00" }, { "name": "oat-sa/extension-tao-item", - "version": "v11.16.0", + "version": "v11.31.4", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-item.git", - "reference": "4ff160970ad2178c7ff3f45e1ce591f6cfe0ce99" + "reference": "0a2a34e9563896113c3bfe4d615ff128fe6c0ef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-item/zipball/4ff160970ad2178c7ff3f45e1ce591f6cfe0ce99", - "reference": "4ff160970ad2178c7ff3f45e1ce591f6cfe0ce99", + "url": "https://api.github.com/repos/oat-sa/extension-tao-item/zipball/0a2a34e9563896113c3bfe4d615ff128fe6c0ef4", + "reference": "0a2a34e9563896113c3bfe4d615ff128fe6c0ef4", "shasum": "" }, "require": { "oat-sa/extension-tao-backoffice": ">=6.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.45.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3482,9 +4055,9 @@ }, "autoload": { "psr-4": { + "oat\\taoItems\\test\\": "test", "oat\\taoItems\\model\\": "models/classes/", "oat\\taoItems\\helpers\\": "helpers", - "oat\\taoItems\\test\\": "test", "oat\\taoItems\\scripts\\": "scripts" } }, @@ -3536,31 +4109,33 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-item/tree/v11.16.0" + "source": "https://github.com/oat-sa/extension-tao-item/tree/v11.31.4" }, - "time": "2021-10-08T08:56:54+00:00" + "time": "2022-09-29T12:16:00+00:00" }, { "name": "oat-sa/extension-tao-itemqti", - "version": "v28.19.10", + "version": "v29.14.4.5", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-itemqti.git", - "reference": "cfc3901c0a632145dab1405cb49c66294bc9a69b" + "reference": "421ce65c8ebb872b98603cad74c79f90184b10db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti/zipball/cfc3901c0a632145dab1405cb49c66294bc9a69b", - "reference": "cfc3901c0a632145dab1405cb49c66294bc9a69b", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti/zipball/421ce65c8ebb872b98603cad74c79f90184b10db", + "reference": "421ce65c8ebb872b98603cad74c79f90184b10db", "shasum": "" }, "require": { + "ext-simplexml": "*", "naneau/semver": "~0.0.7", - "oat-sa/extension-tao-item": ">=11.11.2", - "oat-sa/generis": ">=14.4.0", - "oat-sa/lib-tao-qti": "7.2.1", + "oat-sa/extension-tao-item": ">=11.20.1", + "oat-sa/extension-tao-test": ">=6.6.0", + "oat-sa/generis": ">=15.22", + "oat-sa/lib-tao-qti": "^7.8.0", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.29.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3626,29 +4201,29 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-itemqti/tree/v28.19.10" + "source": "https://github.com/oat-sa/extension-tao-itemqti/tree/v29.14.4.5" }, - "time": "2021-12-08T12:33:40+00:00" + "time": "2022-12-12T13:10:11+00:00" }, { "name": "oat-sa/extension-tao-itemqti-pci", - "version": "v7.7.0", + "version": "v8.5.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-itemqti-pci.git", - "reference": "072239c467bc2954e93da101d624e9765a8b97fc" + "reference": "a2eb0437be31487ff6c179884e69732169e5db79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pci/zipball/072239c467bc2954e93da101d624e9765a8b97fc", - "reference": "072239c467bc2954e93da101d624e9765a8b97fc", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pci/zipball/a2eb0437be31487ff6c179884e69732169e5db79", + "reference": "a2eb0437be31487ff6c179884e69732169e5db79", "shasum": "" }, "require": { "oat-sa/extension-tao-itemqti": ">=28.8.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.19.2" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3675,29 +4250,29 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-itemqti-pci/issues", - "source": "https://github.com/oat-sa/extension-tao-itemqti-pci/tree/v7.7.0" + "source": "https://github.com/oat-sa/extension-tao-itemqti-pci/tree/v8.5.1" }, - "time": "2021-09-30T08:53:27+00:00" + "time": "2022-09-30T11:31:53+00:00" }, { "name": "oat-sa/extension-tao-itemqti-pic", - "version": "v6.1.0", + "version": "v6.4.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-itemqti-pic.git", - "reference": "50398fa47202e349c1fc42259ea71d69d6a757b3" + "reference": "56effa771231e90d31dc474c758b999fc27895a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pic/zipball/50398fa47202e349c1fc42259ea71d69d6a757b3", - "reference": "50398fa47202e349c1fc42259ea71d69d6a757b3", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pic/zipball/56effa771231e90d31dc474c758b999fc27895a0", + "reference": "56effa771231e90d31dc474c758b999fc27895a0", "shasum": "" }, "require": { "oat-sa/extension-tao-itemqti": ">=27.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3724,30 +4299,32 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-itemqti-pic/issues", - "source": "https://github.com/oat-sa/extension-tao-itemqti-pic/tree/v6.1.0" + "source": "https://github.com/oat-sa/extension-tao-itemqti-pic/tree/v6.4.1" }, - "time": "2021-07-30T11:45:13+00:00" + "time": "2022-10-05T13:41:25+00:00" }, { "name": "oat-sa/extension-tao-lti", - "version": "v14.0.0", + "version": "v15.9.2", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-lti.git", - "reference": "d213909ecdcf48d43e1508cf6db1de53e9708475" + "reference": "31c7d13e86280f77578cfc12f5352c6f141fd83f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-lti/zipball/d213909ecdcf48d43e1508cf6db1de53e9708475", - "reference": "d213909ecdcf48d43e1508cf6db1de53e9708475", + "url": "https://api.github.com/repos/oat-sa/extension-tao-lti/zipball/31c7d13e86280f77578cfc12f5352c6f141fd83f", + "reference": "31c7d13e86280f77578cfc12f5352c6f141fd83f", "shasum": "" }, "require": { "ext-openssl": "*", - "oat-sa/generis": ">=14.0.0", + "guzzlehttp/guzzle": "^6.5 || ^7.0", + "oat-sa/generis": ">=15.22", + "oat-sa/lib-lti1p3-ags": "^1.2", "oat-sa/lib-lti1p3-core": "^6.0.0", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.30.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3807,34 +4384,34 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-lti/tree/v14.0.0" + "source": "https://github.com/oat-sa/extension-tao-lti/tree/v15.9.2" }, - "time": "2021-10-13T14:34:21+00:00" + "time": "2022-09-30T07:25:55+00:00" }, { "name": "oat-sa/extension-tao-ltideliveryprovider", - "version": "v12.3.0", + "version": "v12.12.5", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-ltideliveryprovider.git", - "reference": "9f361830fb259e7d631841bc3ca7e057285a8502" + "reference": "e74a3a32c5637a62c58268ac09a390dce4d5bce3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-ltideliveryprovider/zipball/9f361830fb259e7d631841bc3ca7e057285a8502", - "reference": "9f361830fb259e7d631841bc3ca7e057285a8502", + "url": "https://api.github.com/repos/oat-sa/extension-tao-ltideliveryprovider/zipball/e74a3a32c5637a62c58268ac09a390dce4d5bce3", + "reference": "e74a3a32c5637a62c58268ac09a390dce4d5bce3", "shasum": "" }, "require": { - "oat-sa/extension-tao-delivery": ">=15.0.0", + "oat-sa/extension-tao-delivery": ">=15.8.0", "oat-sa/extension-tao-delivery-rdf": ">=14.0.0", - "oat-sa/extension-tao-lti": ">=13.2.0", + "oat-sa/extension-tao-lti": ">=15.2.0", "oat-sa/extension-tao-outcome": ">=13.0.0", "oat-sa/extension-tao-outcomeui": ">=10.0.0", - "oat-sa/extension-tao-testqti": ">=41.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/extension-tao-testqti": ">=42.2.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -3894,33 +4471,36 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-ltideliveryprovider/tree/v12.3.0" + "source": "https://github.com/oat-sa/extension-tao-ltideliveryprovider/tree/v12.12.5" }, - "time": "2021-09-24T09:06:16+00:00" + "time": "2022-09-30T08:48:00+00:00" }, { "name": "oat-sa/extension-tao-mediamanager", - "version": "v12.14.0", + "version": "v12.32.5", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-mediamanager.git", - "reference": "0293bd5c4e4cbfc12609087ab2d9988393cbdbcf" + "reference": "6c2a51238cac68da7faf73195970d041d9471c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-mediamanager/zipball/0293bd5c4e4cbfc12609087ab2d9988393cbdbcf", - "reference": "0293bd5c4e4cbfc12609087ab2d9988393cbdbcf", + "url": "https://api.github.com/repos/oat-sa/extension-tao-mediamanager/zipball/6c2a51238cac68da7faf73195970d041d9471c0a", + "reference": "6c2a51238cac68da7faf73195970d041d9471c0a", "shasum": "" }, "require": { "oat-sa/extension-tao-item": ">=11.13.4", - "oat-sa/extension-tao-itemqti": ">=28.8.0", + "oat-sa/extension-tao-itemqti": ">=29.12.0", "oat-sa/extension-tao-test": ">=15.0.0", "oat-sa/extension-tao-testqti-previewer": "*", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/lib-generis-search": "2.1.2", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.45.0" + "oat-sa/tao-core": ">=50.24.6" + }, + "require-dev": { + "mikey179/vfsstream": "~1" }, "type": "tao-extension", "extra": { @@ -3949,29 +4529,33 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-mediamanager/tree/v12.14.0" + "source": "https://github.com/oat-sa/extension-tao-mediamanager/tree/v12.32.5" }, - "time": "2021-10-08T09:05:12+00:00" + "time": "2022-12-12T13:11:17+00:00" }, { "name": "oat-sa/extension-tao-outcome", - "version": "v13.1.0", + "version": "v13.2.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-outcome.git", - "reference": "51a06ea18292fc2e32e99dfa6aec0abf27a63380" + "reference": "49adb9aba891abbf217d45a6e72258d1f7fa7985" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcome/zipball/51a06ea18292fc2e32e99dfa6aec0abf27a63380", - "reference": "51a06ea18292fc2e32e99dfa6aec0abf27a63380", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcome/zipball/49adb9aba891abbf217d45a6e72258d1f7fa7985", + "reference": "49adb9aba891abbf217d45a6e72258d1f7fa7985", "shasum": "" }, "require": { - "oat-sa/generis": ">=14.0.0", - "oat-sa/lib-tao-dtms": "1.0.0", + "oat-sa/generis": ">=15.22", + "oat-sa/lib-tao-dtms": "^1.0.1", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6", + "qtism/qtism": ">=0.25.0" + }, + "require-dev": { + "oat-sa/extension-tao-delivery": ">=15.10.0" }, "type": "tao-extension", "extra": { @@ -4030,29 +4614,29 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-outcome/tree/v13.1.0" + "source": "https://github.com/oat-sa/extension-tao-outcome/tree/v13.2.3" }, - "time": "2021-06-15T12:04:30+00:00" + "time": "2022-10-03T16:38:20+00:00" }, { "name": "oat-sa/extension-tao-outcomekeyvalue", - "version": "v6.1.1", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-outcomekeyvalue.git", - "reference": "44d2fada3f0749dcbeffeb099e6946a5336feaad" + "reference": "82ff08fb7c746ed6aff8332945157d420ac002fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomekeyvalue/zipball/44d2fada3f0749dcbeffeb099e6946a5336feaad", - "reference": "44d2fada3f0749dcbeffeb099e6946a5336feaad", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomekeyvalue/zipball/82ff08fb7c746ed6aff8332945157d420ac002fe", + "reference": "82ff08fb7c746ed6aff8332945157d420ac002fe", "shasum": "" }, "require": { "oat-sa/extension-tao-outcome": ">=13.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -4112,28 +4696,28 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-outcomekeyvalue/tree/v6.1.1" + "source": "https://github.com/oat-sa/extension-tao-outcomekeyvalue/tree/v6.1.3" }, - "time": "2021-08-30T13:57:06+00:00" + "time": "2022-09-30T06:42:42+00:00" }, { "name": "oat-sa/extension-tao-outcomelti", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-outcomelti.git", - "reference": "f3d1981809684a01f1f79895c6d760e0c793c344" + "reference": "bfb40a1b45ab218668eca4420469e8611a56e0d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomelti/zipball/f3d1981809684a01f1f79895c6d760e0c793c344", - "reference": "f3d1981809684a01f1f79895c6d760e0c793c344", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomelti/zipball/bfb40a1b45ab218668eca4420469e8611a56e0d4", + "reference": "bfb40a1b45ab218668eca4420469e8611a56e0d4", "shasum": "" }, "require": { "oat-sa/extension-tao-lti": ">=12.0.0", "oat-sa/extension-tao-outcome": ">=13.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master" }, "type": "tao-extension", @@ -4189,29 +4773,29 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-outcomelti/tree/v5.0.2" + "source": "https://github.com/oat-sa/extension-tao-outcomelti/tree/v5.0.4" }, - "time": "2021-04-07T16:05:08+00:00" + "time": "2022-09-29T06:33:50+00:00" }, { "name": "oat-sa/extension-tao-outcomerds", - "version": "v8.1.1", + "version": "v8.2.2", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-outcomerds.git", - "reference": "953b85ebd22e14c8533832726f4bd743395c3fbf" + "reference": "0252b51c0c541438fd083469c47b3763d43a766a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomerds/zipball/953b85ebd22e14c8533832726f4bd743395c3fbf", - "reference": "953b85ebd22e14c8533832726f4bd743395c3fbf", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomerds/zipball/0252b51c0c541438fd083469c47b3763d43a766a", + "reference": "0252b51c0c541438fd083469c47b3763d43a766a", "shasum": "" }, "require": { "oat-sa/extension-tao-outcome": ">=13.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -4239,22 +4823,22 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-outcomerds/issues", - "source": "https://github.com/oat-sa/extension-tao-outcomerds/tree/v8.1.1" + "source": "https://github.com/oat-sa/extension-tao-outcomerds/tree/v8.2.2" }, - "time": "2021-08-30T13:58:43+00:00" + "time": "2022-09-30T06:39:26+00:00" }, { "name": "oat-sa/extension-tao-outcomeui", - "version": "v10.7.2", + "version": "v11.1.10", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-outcomeui.git", - "reference": "39a8befb37868626a64d7ce1391ede42efcc1e66" + "reference": "341bab37cd2d6caf989a08bcf4e6af0ccdf93030" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomeui/zipball/39a8befb37868626a64d7ce1391ede42efcc1e66", - "reference": "39a8befb37868626a64d7ce1391ede42efcc1e66", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomeui/zipball/341bab37cd2d6caf989a08bcf4e6af0ccdf93030", + "reference": "341bab37cd2d6caf989a08bcf4e6af0ccdf93030", "shasum": "" }, "require": { @@ -4264,9 +4848,9 @@ "oat-sa/extension-tao-test": ">=15.0.0", "oat-sa/extension-tao-testqti": ">=41.0.0", "oat-sa/extension-tao-testtaker": ">=8.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -4326,22 +4910,22 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-outcomeui/tree/v10.7.2" + "source": "https://github.com/oat-sa/extension-tao-outcomeui/tree/v11.1.10" }, - "time": "2021-12-08T12:34:44+00:00" + "time": "2022-10-11T14:48:26+00:00" }, { "name": "oat-sa/extension-tao-proctoring", - "version": "v20.1.4", + "version": "v20.5.5", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-proctoring.git", - "reference": "f77427107546ac8680bbfed2bb4c36a796114c06" + "reference": "5952250f4fc2ab1f46be697821de1e74399b3182" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-proctoring/zipball/f77427107546ac8680bbfed2bb4c36a796114c06", - "reference": "f77427107546ac8680bbfed2bb4c36a796114c06", + "url": "https://api.github.com/repos/oat-sa/extension-tao-proctoring/zipball/5952250f4fc2ab1f46be697821de1e74399b3182", + "reference": "5952250f4fc2ab1f46be697821de1e74399b3182", "shasum": "" }, "require": { @@ -4352,10 +4936,10 @@ "oat-sa/extension-tao-test": ">=15.0.0", "oat-sa/extension-tao-testqti": ">=41.0.0", "oat-sa/extension-tao-testtaker": ">=8.0.0", - "oat-sa/generis": ">=14.0.0", - "oat-sa/lib-tao-dtms": "1.0.0", + "oat-sa/generis": ">=15.22", + "oat-sa/lib-tao-dtms": "^1.0.1", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0", + "oat-sa/tao-core": ">=50.24.6", "sinergi/browser-detector": "^6.0.2" }, "type": "tao-extension", @@ -4384,22 +4968,22 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-proctoring/issues", - "source": "https://github.com/oat-sa/extension-tao-proctoring/tree/v20.1.4" + "source": "https://github.com/oat-sa/extension-tao-proctoring/tree/v20.5.5" }, - "time": "2021-11-10T12:45:23+00:00" + "time": "2022-09-30T09:33:51+00:00" }, { "name": "oat-sa/extension-tao-revision", - "version": "10.1.0", + "version": "v10.6.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-revision.git", - "reference": "01a2d17df00684f3a46eea6a571b998eabb63a8e" + "reference": "da4569ebff75f6749a52dc80ecbe32d54528d549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-revision/zipball/01a2d17df00684f3a46eea6a571b998eabb63a8e", - "reference": "01a2d17df00684f3a46eea6a571b998eabb63a8e", + "url": "https://api.github.com/repos/oat-sa/extension-tao-revision/zipball/da4569ebff75f6749a52dc80ecbe32d54528d549", + "reference": "da4569ebff75f6749a52dc80ecbe32d54528d549", "shasum": "" }, "require": { @@ -4407,9 +4991,9 @@ "oat-sa/extension-tao-itemqti": ">=28.8.0", "oat-sa/extension-tao-mediamanager": ">=12.9.0", "oat-sa/extension-tao-test": ">=15.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.19.2" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -4437,31 +5021,30 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-revision/issues", - "source": "https://github.com/oat-sa/extension-tao-revision/tree/10.1.0" + "source": "https://github.com/oat-sa/extension-tao-revision/tree/v10.6.1" }, - "time": "2021-07-30T13:04:59+00:00" + "time": "2022-10-17T11:11:30+00:00" }, { "name": "oat-sa/extension-tao-task-queue", - "version": "v6.5.3", + "version": "v6.6.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-task-queue.git", - "reference": "6fb65a5b16e52f12a60aa5c9568a316292b36507" + "reference": "4846448f1979c93317ab1ef2c100cc3aae6c923f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-task-queue/zipball/6fb65a5b16e52f12a60aa5c9568a316292b36507", - "reference": "6fb65a5b16e52f12a60aa5c9568a316292b36507", + "url": "https://api.github.com/repos/oat-sa/extension-tao-task-queue/zipball/4846448f1979c93317ab1ef2c100cc3aae6c923f", + "reference": "4846448f1979c93317ab1ef2c100cc3aae6c923f", "shasum": "" }, "require": { "evenement/evenement": "^2.0", "ext-pdo": "*", - "oat-sa/generis": ">=14.4.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.13.0", - "php": ">=5.5", + "oat-sa/tao-core": ">=50.24.6", "react/child-process": "^0.5.2" }, "type": "tao-extension", @@ -4498,30 +5081,30 @@ ], "support": { "issues": "https://github.com/oat-sa/extension-tao-task-queue/issues", - "source": "https://github.com/oat-sa/extension-tao-task-queue/tree/v6.5.3" + "source": "https://github.com/oat-sa/extension-tao-task-queue/tree/v6.6.3" }, - "time": "2021-11-10T13:17:22+00:00" + "time": "2022-09-30T10:01:32+00:00" }, { "name": "oat-sa/extension-tao-test", - "version": "v15.7.1", + "version": "v15.15.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-test.git", - "reference": "c4a0c07567b43b816b594489cd2fddfc5005908b" + "reference": "593487d7b24814d4f5b847b6adf68e73f701c48f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-test/zipball/c4a0c07567b43b816b594489cd2fddfc5005908b", - "reference": "c4a0c07567b43b816b594489cd2fddfc5005908b", + "url": "https://api.github.com/repos/oat-sa/extension-tao-test/zipball/593487d7b24814d4f5b847b6adf68e73f701c48f", + "reference": "593487d7b24814d4f5b847b6adf68e73f701c48f", "shasum": "" }, "require": { "oat-sa/extension-tao-backoffice": ">=6.0.0", "oat-sa/extension-tao-item": ">=11.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.45.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -4535,8 +5118,8 @@ }, "autoload": { "psr-4": { - "oat\\taoTests\\models\\": "models/classes/", "oat\\taoTests\\test\\": "test", + "oat\\taoTests\\models\\": "models/classes/", "oat\\taoTests\\scripts\\": "scripts" } }, @@ -4588,36 +5171,38 @@ "support": { "forum": "https://forum.taocloud.org/", "issues": "https://github.com/oat-sa/extension-tao-test/issues", - "source": "https://github.com/oat-sa/extension-tao-test/tree/v15.7.1" + "source": "https://github.com/oat-sa/extension-tao-test/tree/v15.15.1" }, - "time": "2021-11-10T13:35:32+00:00" + "time": "2022-09-29T12:21:44+00:00" }, { "name": "oat-sa/extension-tao-testqti", - "version": "v41.15.6", + "version": "v44.22.6", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-testqti.git", - "reference": "c14dfb84dce261daaefdef0066cafc35a49181da" + "reference": "4c50096bca9501ea3f77c4fc16128f4b526d59a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti/zipball/c14dfb84dce261daaefdef0066cafc35a49181da", - "reference": "c14dfb84dce261daaefdef0066cafc35a49181da", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti/zipball/4c50096bca9501ea3f77c4fc16128f4b526d59a5", + "reference": "4c50096bca9501ea3f77c4fc16128f4b526d59a5", "shasum": "" }, "require": { "ext-dom": "*", + "league/flysystem": "~1.0", "oat-sa/extension-tao-delivery": ">=15.0.0", "oat-sa/extension-tao-item": ">=11.0.0", - "oat-sa/extension-tao-itemqti": ">=27.0.0", + "oat-sa/extension-tao-itemqti": ">=28.35.0", "oat-sa/extension-tao-outcome": ">=13.0.0", "oat-sa/extension-tao-test": ">=15.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/lib-test-cat": "2.3.7", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.9.0", - "qtism/qtism": "^0.24.11" + "oat-sa/tao-core": ">=50.24.6", + "qtism/qtism": ">=0.28.2", + "slim/slim": "^3.0" }, "type": "tao-extension", "extra": { @@ -4631,10 +5216,8 @@ }, "autoload": { "psr-4": { - "oat\\taoQtiTest\\models\\": "models/classes/", - "oat\\taoQtiTest\\helpers\\": "helpers", - "oat\\taoQtiTest\\test\\": "test", - "oat\\taoQtiTest\\scripts\\": "scripts" + "oat\\taoQtiTest\\": "", + "oat\\taoQtiTest\\models\\": "models/classes/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4686,35 +5269,35 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-testqti/tree/v41.15.6" + "source": "https://github.com/oat-sa/extension-tao-testqti/tree/v44.22.6" }, - "time": "2021-12-08T12:34:09+00:00" + "time": "2022-11-14T13:46:32+00:00" }, { "name": "oat-sa/extension-tao-testqti-previewer", - "version": "v3.1.4", + "version": "v3.7.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-testqti-previewer.git", - "reference": "a45e55049ce8af97957acd821a541c190cc8ab6c" + "reference": "65a6bf585b56998b35ba1b3d2717aca5b583b052" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti-previewer/zipball/a45e55049ce8af97957acd821a541c190cc8ab6c", - "reference": "a45e55049ce8af97957acd821a541c190cc8ab6c", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti-previewer/zipball/65a6bf585b56998b35ba1b3d2717aca5b583b052", + "reference": "65a6bf585b56998b35ba1b3d2717aca5b583b052", "shasum": "" }, "require": { "oat-sa/extension-tao-delivery": ">=15.0.0", "oat-sa/extension-tao-item": ">=11.11.2", - "oat-sa/extension-tao-itemqti": ">=28.9.2", + "oat-sa/extension-tao-itemqti": ">=28.22.0", "oat-sa/extension-tao-outcome": ">=13.0.0", "oat-sa/extension-tao-outcomeui": ">=10.0.0", "oat-sa/extension-tao-test": ">=15.0.0", - "oat-sa/extension-tao-testqti": ">=41.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/extension-tao-testqti": ">=41.22.2", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=47.0.0", + "oat-sa/tao-core": ">=50.24.6", "qtism/qtism": "~0" }, "type": "tao-extension", @@ -4747,29 +5330,29 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-testqti-previewer/tree/v3.1.4" + "source": "https://github.com/oat-sa/extension-tao-testqti-previewer/tree/v3.7.3" }, - "time": "2022-01-12T13:58:58+00:00" + "time": "2022-09-30T10:11:20+00:00" }, { "name": "oat-sa/extension-tao-testtaker", - "version": "v8.6.0", + "version": "v8.9.3", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-testtaker.git", - "reference": "f73fb0073b6a27b26868a8b53f6e9e5bc2746758" + "reference": "bde6c018597724ff113bf35a80508622ea78bdb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testtaker/zipball/f73fb0073b6a27b26868a8b53f6e9e5bc2746758", - "reference": "f73fb0073b6a27b26868a8b53f6e9e5bc2746758", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testtaker/zipball/bde6c018597724ff113bf35a80508622ea78bdb4", + "reference": "bde6c018597724ff113bf35a80508622ea78bdb4", "shasum": "" }, "require": { "oat-sa/extension-tao-backoffice": ">=6.0.0", - "oat-sa/generis": ">=14.0.0", + "oat-sa/generis": ">=15.22", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=48.45.0" + "oat-sa/tao-core": ">=50.24.6" }, "type": "tao-extension", "extra": { @@ -4828,50 +5411,51 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-testtaker/tree/v8.6.0" + "source": "https://github.com/oat-sa/extension-tao-testtaker/tree/v8.9.3" }, - "time": "2021-10-08T09:03:07+00:00" + "time": "2022-09-29T07:26:08+00:00" }, { "name": "oat-sa/generis", - "version": "v15.5.1", + "version": "v15.22.0", "source": { "type": "git", "url": "https://github.com/oat-sa/generis.git", - "reference": "0d312063fbf1d879357b55221ae88f98eaf22f3d" + "reference": "34c1df1e0a5c07ac6b7db45d8956ee90db450867" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/generis/zipball/0d312063fbf1d879357b55221ae88f98eaf22f3d", - "reference": "0d312063fbf1d879357b55221ae88f98eaf22f3d", + "url": "https://api.github.com/repos/oat-sa/generis/zipball/34c1df1e0a5c07ac6b7db45d8956ee90db450867", + "reference": "34c1df1e0a5c07ac6b7db45d8956ee90db450867", "shasum": "" }, "require": { "clearfw/clearfw": "~1.2.0", "composer-runtime-api": "^2.0", - "doctrine/annotations": "~1.6.0", - "doctrine/dbal": "2.10.1", - "easyrdf/easyrdf": "^0.9.0", + "doctrine/annotations": "^1.13", + "doctrine/dbal": "^2.12", + "easyrdf/easyrdf": "^1.1", + "ext-pdo": "*", "fluent/logger": "^1.0.1", "laminas/laminas-servicemanager": "~2.5.0", "league/flysystem": "~1.0", "league/flysystem-memory": "~1.0", "monolog/monolog": "^1.23.0", - "oat-sa/lib-generis-search": "2.1.2", + "oat-sa/lib-generis-search": "^2.1.2", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "php": "^7.1", "psr/cache": "~1.0", - "psr/container": "^1.0.0", + "psr/container": "^1.1.1", "psr/log": "~1.0", "psr/simple-cache": "^1.0.1", "ramsey/uuid": "^3.8", + "relay/relay": "~2.0", "symfony/cache": "~4.1", "symfony/config": "5.3.*", "symfony/dependency-injection": "5.3.*", "symfony/lock": "^3.4" }, "require-dev": { - "mikey179/vfsstream": "1.4.0", + "mikey179/vfsstream": "~1", "php-mock/php-mock": "^2.0", "phpunit/phpunit": "^8.5" }, @@ -4883,18 +5467,19 @@ "tao-extension-name": "generis" }, "autoload": { - "psr-4": { - "oat\\generis\\persistence\\": "common/persistence/", - "oat\\generis\\model\\": "core/", - "oat\\generis\\Helper\\": "helpers/", - "oat\\oatbox\\": "common/oatbox/", - "oat\\generis\\test\\": "test/", - "oat\\generis\\scripts\\": "scripts/" - }, "files": [ "common/legacy/class.LegacyAutoLoader.php", + "common/legacy/ClassAliases.php", "common/constants.php" - ] + ], + "psr-4": { + "oat\\oatbox\\": "common/oatbox/", + "oat\\generis\\test\\": "test/", + "oat\\generis\\model\\": "core/", + "oat\\generis\\Helper\\": "helpers/", + "oat\\generis\\scripts\\": "scripts/", + "oat\\generis\\persistence\\": "common/persistence/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4945,22 +5530,65 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/generis/tree/v15.5.1" + "source": "https://github.com/oat-sa/generis/tree/v15.22.0" + }, + "time": "2022-09-27T15:36:46+00:00" + }, + { + "name": "oat-sa/imsglobal-lti", + "version": "4.0.1", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/imsglobal-lti.git", + "reference": "bf4f393b9c76c8e8c14c417a6d795141e3c2d5d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/imsglobal-lti/zipball/bf4f393b9c76c8e8c14c417a6d795141e3c2d5d9", + "reference": "bf4f393b9c76c8e8c14c417a6d795141e3c2d5d9", + "shasum": "" + }, + "require": { + "php": "^7.4 || ~8" + }, + "type": "library", + "autoload": { + "psr-4": { + "IMSGlobal\\LTI\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "https://www.taotesting.com" + } + ], + "description": "LTI Tool Provider Library", + "homepage": "https://www.imsglobal.org/lti", + "keywords": [ + "LTI" + ], + "support": { + "source": "https://github.com/oat-sa/imsglobal-lti/tree/4.0.1" }, - "time": "2021-10-08T08:18:26+00:00" + "time": "2022-07-19T14:04:41+00:00" }, { "name": "oat-sa/jig", - "version": "v0.1", + "version": "v0.2.0", "source": { "type": "git", "url": "https://github.com/oat-sa/jig.git", - "reference": "521f260d16a5b8a820140f3b83458813d9928255" + "reference": "830b775edc14991614969bf2beafa924c9ef1d81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/jig/zipball/521f260d16a5b8a820140f3b83458813d9928255", - "reference": "521f260d16a5b8a820140f3b83458813d9928255", + "url": "https://api.github.com/repos/oat-sa/jig/zipball/830b775edc14991614969bf2beafa924c9ef1d81", + "reference": "830b775edc14991614969bf2beafa924c9ef1d81", "shasum": "" }, "require": { @@ -4984,9 +5612,9 @@ ], "description": "Jig PHP Utilities", "support": { - "source": "https://github.com/oat-sa/jig/tree/master" + "source": "https://github.com/oat-sa/jig/tree/v0.2.0" }, - "time": "2015-07-29T12:04:19+00:00" + "time": "2022-10-05T08:19:19+00:00" }, { "name": "oat-sa/lib-beeme", @@ -5064,8 +5692,8 @@ "type": "library", "autoload": { "psr-4": { - "oat\\search\\test\\": "test", - "oat\\search\\": "src" + "oat\\search\\": "src", + "oat\\search\\test\\": "test" } }, "notification-url": "https://packagist.org/downloads/", @@ -5076,18 +5704,60 @@ }, "time": "2020-05-06T12:52:35+00:00" }, + { + "name": "oat-sa/lib-lti1p3-ags", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/lib-lti1p3-ags.git", + "reference": "4f95418056e291f1d2660a7bce13624c809392aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/lib-lti1p3-ags/zipball/4f95418056e291f1d2660a7bce13624c809392aa", + "reference": "4f95418056e291f1d2660a7bce13624c809392aa", + "shasum": "" + }, + "require": { + "ext-json": "*", + "oat-sa/lib-lti1p3-core": "^6.0", + "php": ">=7.2.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.4", + "phpunit/phpunit": "^8.5.14", + "psalm/plugin-phpunit": "^0.15.1", + "vimeo/psalm": "^4.6" + }, + "type": "library", + "autoload": { + "psr-4": { + "OAT\\Library\\Lti1p3Ags\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "description": "OAT LTI 1.3 Advantage AGS Library", + "support": { + "issues": "https://github.com/oat-sa/lib-lti1p3-ags/issues", + "source": "https://github.com/oat-sa/lib-lti1p3-ags/tree/1.4.0" + }, + "time": "2022-01-11T16:41:40+00:00" + }, { "name": "oat-sa/lib-lti1p3-core", - "version": "6.7.0", + "version": "6.7.2", "source": { "type": "git", "url": "https://github.com/oat-sa/lib-lti1p3-core.git", - "reference": "73473f6d242441c03b4bf67f9dabc4e8b54316ba" + "reference": "d5256041ac6ef86a30bb172ee637e7b4786e1647" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-lti1p3-core/zipball/73473f6d242441c03b4bf67f9dabc4e8b54316ba", - "reference": "73473f6d242441c03b4bf67f9dabc4e8b54316ba", + "url": "https://api.github.com/repos/oat-sa/lib-lti1p3-core/zipball/d5256041ac6ef86a30bb172ee637e7b4786e1647", + "reference": "d5256041ac6ef86a30bb172ee637e7b4786e1647", "shasum": "" }, "require": { @@ -5127,26 +5797,26 @@ "description": "OAT LTI 1.3 Core Library", "support": { "issues": "https://github.com/oat-sa/lib-lti1p3-core/issues", - "source": "https://github.com/oat-sa/lib-lti1p3-core/tree/6.7.0" + "source": "https://github.com/oat-sa/lib-lti1p3-core/tree/6.7.2" }, - "time": "2021-12-15T15:52:29+00:00" + "time": "2022-09-13T14:37:16+00:00" }, { "name": "oat-sa/lib-tao-dtms", - "version": "v1.0.0", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/oat-sa/lib-tao-dtms.git", - "reference": "dc3979af897154850756bc72e19a9670064b9f25" + "reference": "08d9d4efd86246c692e480b44496ba7f64129e0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-tao-dtms/zipball/dc3979af897154850756bc72e19a9670064b9f25", - "reference": "dc3979af897154850756bc72e19a9670064b9f25", + "url": "https://api.github.com/repos/oat-sa/lib-tao-dtms/zipball/08d9d4efd86246c692e480b44496ba7f64129e0f", + "reference": "08d9d4efd86246c692e480b44496ba7f64129e0f", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.4 || ~8" }, "require-dev": { "phpunit/phpunit": "4.*" @@ -5188,27 +5858,84 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "https://github.com/oat-sa/lib-tao-dtms/issues", - "source": "https://github.com/oat-sa/lib-tao-dtms/tree/master" + "source": "https://github.com/oat-sa/lib-tao-dtms/tree/v1.0.2" + }, + "time": "2022-08-02T13:53:41+00:00" + }, + { + "name": "oat-sa/lib-tao-elasticsearch", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/lib-tao-elasticsearch.git", + "reference": "7139b68d804191cfe2cdc6448d232fde45afd943" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/lib-tao-elasticsearch/zipball/7139b68d804191cfe2cdc6448d232fde45afd943", + "reference": "7139b68d804191cfe2cdc6448d232fde45afd943", + "shasum": "" + }, + "require": { + "elasticsearch/elasticsearch": "~7.0", + "oat-sa/tao-core": ">=50.5.0||dev-develop", + "php": ">=7.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "oat\\tao\\elasticsearch\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Aleksej Tikhanovich", + "email": "aleksej@taotesting.com", + "homepage": "http://www.taotesting.com", + "role": "Developer" + } + ], + "description": "Library to search in Tao using Elasticsearch", + "homepage": "http://www.taotesting.com", + "keywords": [ + "OAT", + "TAO", + "elastic", + "elasticsearch", + "search" + ], + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/lib-tao-elasticsearch/tree/v2.5.2" }, - "time": "2018-02-19T14:54:02+00:00" + "time": "2022-09-12T12:26:01+00:00" }, { "name": "oat-sa/lib-tao-qti", - "version": "v7.2.1", + "version": "v7.8.1", "source": { "type": "git", "url": "https://github.com/oat-sa/lib-tao-qti.git", - "reference": "ed31e32590a89bdea4c72f507e94ef84209fd1f4" + "reference": "714e0db59f04ac03adee045843dc59c020cca186" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-tao-qti/zipball/ed31e32590a89bdea4c72f507e94ef84209fd1f4", - "reference": "ed31e32590a89bdea4c72f507e94ef84209fd1f4", + "url": "https://api.github.com/repos/oat-sa/lib-tao-qti/zipball/714e0db59f04ac03adee045843dc59c020cca186", + "reference": "714e0db59f04ac03adee045843dc59c020cca186", "shasum": "" }, "require": { "php": ">=7.1", - "qtism/qtism": "0.24.12" + "qtism/qtism": "0.28.3" }, "require-dev": { "phpunit/phpunit": "<9.0.0" @@ -5256,9 +5983,9 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/lib-tao-qti/tree/v7.2.1" + "source": "https://github.com/oat-sa/lib-tao-qti/tree/v7.8.1" }, - "time": "2021-07-06T09:19:58+00:00" + "time": "2022-11-14T10:12:30+00:00" }, { "name": "oat-sa/lib-test-cat", @@ -5377,114 +6104,123 @@ }, { "name": "oat-sa/tao-community", - "version": "2021.11.8", + "version": "2022.11.6", "source": { "type": "git", "url": "https://github.com/oat-sa/tao-community.git", - "reference": "352cb93cf771c0bf2068eb7085148ec25d1ffbbc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oat-sa/tao-community/zipball/352cb93cf771c0bf2068eb7085148ec25d1ffbbc", - "reference": "352cb93cf771c0bf2068eb7085148ec25d1ffbbc", - "shasum": "" - }, - "require": { - "oat-sa/extension-pcisample": "3.1.1", - "oat-sa/extension-tao-backoffice": "6.3.0", - "oat-sa/extension-tao-clientdiag": "8.3.0", - "oat-sa/extension-tao-community": "10.1.2", - "oat-sa/extension-tao-dac-simple": "7.3.1", - "oat-sa/extension-tao-delivery": "15.5.2", - "oat-sa/extension-tao-delivery-rdf": "v14.7.1", - "oat-sa/extension-tao-eventlog": "3.1.1", - "oat-sa/extension-tao-funcacl": "7.0.1", - "oat-sa/extension-tao-group": "7.5.0", - "oat-sa/extension-tao-item": "11.16.0", - "oat-sa/extension-tao-itemqti": "28.19.10", - "oat-sa/extension-tao-itemqti-pci": "7.7.0", - "oat-sa/extension-tao-itemqti-pic": "6.1.0", - "oat-sa/extension-tao-lti": "14.0.0", - "oat-sa/extension-tao-ltideliveryprovider": "12.3.0", - "oat-sa/extension-tao-mediamanager": "12.14.0", - "oat-sa/extension-tao-outcome": "13.1.0", - "oat-sa/extension-tao-outcomekeyvalue": "6.1.1", - "oat-sa/extension-tao-outcomelti": "5.0.2", - "oat-sa/extension-tao-outcomerds": "8.1.1", - "oat-sa/extension-tao-outcomeui": "10.7.2", - "oat-sa/extension-tao-proctoring": "20.1.4", - "oat-sa/extension-tao-revision": "10.1.0", - "oat-sa/extension-tao-task-queue": "6.5.3", - "oat-sa/extension-tao-test": "15.7.1", - "oat-sa/extension-tao-testqti": "41.15.6", - "oat-sa/extension-tao-testqti-previewer": "3.1.4", - "oat-sa/extension-tao-testtaker": "8.6.0", - "oat-sa/generis": "15.5.1", - "oat-sa/tao-core": "48.45.6" + "reference": "99428a97be581b44571bdc1575af7bb6d7084968" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/tao-community/zipball/99428a97be581b44571bdc1575af7bb6d7084968", + "reference": "99428a97be581b44571bdc1575af7bb6d7084968", + "shasum": "" + }, + "require": { + "oat-sa/extension-pcisample": "3.6.2", + "oat-sa/extension-tao-backoffice": "6.11.3", + "oat-sa/extension-tao-clientdiag": "8.4.5", + "oat-sa/extension-tao-community": "10.3.1", + "oat-sa/extension-tao-dac-simple": "7.7.4", + "oat-sa/extension-tao-delivery": "15.13.1", + "oat-sa/extension-tao-delivery-rdf": "14.16.3", + "oat-sa/extension-tao-eventlog": "3.3.3", + "oat-sa/extension-tao-funcacl": "7.2.2", + "oat-sa/extension-tao-group": "7.6.3", + "oat-sa/extension-tao-item": "11.31.4", + "oat-sa/extension-tao-itemqti": "29.14.4.5", + "oat-sa/extension-tao-itemqti-pci": "8.5.1", + "oat-sa/extension-tao-itemqti-pic": "6.4.1", + "oat-sa/extension-tao-lti": "15.9.2", + "oat-sa/extension-tao-ltideliveryprovider": "12.12.5", + "oat-sa/extension-tao-mediamanager": "12.32.5", + "oat-sa/extension-tao-outcome": "13.2.3", + "oat-sa/extension-tao-outcomekeyvalue": "6.1.3", + "oat-sa/extension-tao-outcomelti": "5.0.4", + "oat-sa/extension-tao-outcomerds": "8.2.2", + "oat-sa/extension-tao-outcomeui": "11.1.10", + "oat-sa/extension-tao-proctoring": "20.5.5", + "oat-sa/extension-tao-revision": "10.6.1", + "oat-sa/extension-tao-task-queue": "6.6.3", + "oat-sa/extension-tao-test": "15.15.1", + "oat-sa/extension-tao-testqti": "44.22.6", + "oat-sa/extension-tao-testqti-previewer": "3.7.3", + "oat-sa/extension-tao-testtaker": "8.9.3", + "oat-sa/generis": "15.22.0", + "oat-sa/tao-core": "50.25.1.2" + }, + "require-dev": { + "mikey179/vfsstream": "~1", + "nimut/phpunit-merger": "~1", + "phpdocumentor/reflection-docblock": "5.3.0 as 2.0.5", + "phpspec/prophecy": "^1.15", + "phpunit/phpunit": "^8.5" }, "type": "library", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-only" ], "authors": [ { - "homepage": "http://www.taotesting.com", - "name": "Open Assessment Technologies S.A." + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" } ], "description": "TAO is an Open Source e-Testing platform that empowers you to build, deliver, and share innovative and engaging assessments online – in any language or subject matter.", "homepage": "http://www.taotesting.com", "keywords": [ - "computer-based-assessment", - "oat", - "tao" + "2022.11", + "OAT", + "TAO", + "computer-based-assessment" ], "support": { - "issues": "http://forge.taotesting.com", "forum": "http://forum.taotesting.com", - "source": "https://github.com/oat-sa/tao-community/tree/2021.11.8" + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/tao-community/tree/2022.11.6" }, - "time": "2022-01-12T14:51:36+00:00" + "time": "2022-12-13T15:07:03+00:00" }, { "name": "oat-sa/tao-core", - "version": "v48.45.6", + "version": "50.25.1.2", "source": { "type": "git", "url": "https://github.com/oat-sa/tao-core.git", - "reference": "df7bca7141bac0a70213b4fc78a6aa265e28cce5" + "reference": "373bae19a60be9c26cdddbe412f22e596fe1493f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/tao-core/zipball/df7bca7141bac0a70213b4fc78a6aa265e28cce5", - "reference": "df7bca7141bac0a70213b4fc78a6aa265e28cce5", + "url": "https://api.github.com/repos/oat-sa/tao-core/zipball/373bae19a60be9c26cdddbe412f22e596fe1493f", + "reference": "373bae19a60be9c26cdddbe412f22e596fe1493f", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.11", - "doctrine/collections": "1.6.7", + "doctrine/collections": "^1.6.7", "doctrine/dbal": "^2.10", - "doctrine/migrations": "3.0.1", + "doctrine/migrations": "^3.4", "ext-json": "*", "ext-mbstring": "*", "ezyang/htmlpurifier": "^4.9", "flow/jsonpath": "~0.5", - "guzzlehttp/guzzle": "6.5.5", - "guzzlehttp/psr7": "1.6.1", - "imsglobal/lti": "^3.0", - "jtl-software/opsgenie-client": "2.0.2", - "justinrainbow/json-schema": "5.2.1", - "league/openapi-psr7-validator": "0.9", + "guzzlehttp/guzzle": "^6.5.7", + "guzzlehttp/psr7": "^1.8.4", + "jtl-software/opsgenie-client": "^2.0.2", + "justinrainbow/json-schema": "^5.2.1", + "league/csv": "^9.6", + "league/openapi-psr7-validator": "~0.18", "oat-sa/composer-npm-bridge": "~0.4.2||dev-master", - "oat-sa/generis": ">=15.5.1", - "oat-sa/jig": "~0.1", + "oat-sa/generis": ">=15.22", + "oat-sa/imsglobal-lti": "^4.0.1", + "oat-sa/jig": "~0.2", + "oat-sa/lib-tao-elasticsearch": "^2.5.1", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", "paragonie/random_compat": "^2.0", - "php": "^7.1", - "phpdocumentor/reflection-docblock": "2.*", + "phpdocumentor/reflection-docblock": "^5.2", "pimple/pimple": "^3.0", "psr/http-message": "~1.0", - "relay/relay": "~2.0", "slim/slim": "^3.0", "symfony/dotenv": "~4.3" }, @@ -5499,17 +6235,17 @@ } }, "autoload": { + "files": [ + "includes/globalHelpers.php" + ], "psr-4": { - "oat\\tao\\controller\\": "controller", + "oat\\tao\\test\\": "test", "oat\\tao\\model\\": "models/classes/", "oat\\tao\\helpers\\": "helpers", - "oat\\tao\\test\\": "test", + "oat\\tao\\install\\": "install", "oat\\tao\\scripts\\": "scripts", - "oat\\tao\\install\\": "install" - }, - "files": [ - "includes/globalHelpers.php" - ] + "oat\\tao\\controller\\": "controller" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5559,120 +6295,29 @@ "support": { "forum": "https://forum.taocloud.org", "issues": "https://github.com/oat-sa/tao-core/issues", - "source": "https://github.com/oat-sa/tao-core/tree/v48.45.6" - }, - "time": "2021-12-08T08:09:34+00:00" - }, - { - "name": "ocramius/proxy-manager", - "version": "2.13.0", - "source": { - "type": "git", - "url": "https://github.com/Ocramius/ProxyManager.git", - "reference": "21e2b4aa7d7661e7641cc6362fc8635ddcfa8464" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/21e2b4aa7d7661e7641cc6362fc8635ddcfa8464", - "reference": "21e2b4aa7d7661e7641cc6362fc8635ddcfa8464", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2.1.0", - "laminas/laminas-code": "^4.3.0", - "php": "~7.4.1 || ~8.0.0", - "webimpress/safe-writer": "^2.2.0" - }, - "conflict": { - "doctrine/annotations": "<1.6.1", - "laminas/laminas-stdlib": "<3.2.1", - "thecodingmachine/safe": "<1.3.3", - "zendframework/zend-stdlib": "<3.2.1" - }, - "require-dev": { - "codelicia/xulieta": "^0.1.6", - "doctrine/coding-standard": "^8.2.1", - "ext-phar": "*", - "infection/infection": "^0.21.5", - "nikic/php-parser": "^4.10.5", - "phpbench/phpbench": "^0.17.1 || 1.0.0-alpha2", - "phpunit/phpunit": "^9.5.4", - "slevomat/coding-standard": "^6.3.10", - "squizlabs/php_codesniffer": "^3.6.0", - "vimeo/psalm": "^4.4.1" - }, - "suggest": { - "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)", - "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)", - "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)", - "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } + "source": "https://github.com/oat-sa/tao-core/tree/50.25.1.2" }, - "autoload": { - "psr-4": { - "ProxyManager\\": "src/ProxyManager" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.io/" - } - ], - "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", - "homepage": "https://github.com/Ocramius/ProxyManager", - "keywords": [ - "aop", - "lazy loading", - "proxy", - "proxy pattern", - "service proxies" - ], - "support": { - "issues": "https://github.com/Ocramius/ProxyManager/issues", - "source": "https://github.com/Ocramius/ProxyManager/tree/2.13.0" - }, - "funding": [ - { - "url": "https://github.com/Ocramius", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", - "type": "tidelift" - } - ], - "time": "2021-06-09T10:16:06+00:00" + "time": "2022-12-13T14:57:38+00:00" }, { "name": "paragonie/random_compat", - "version": "v2.0.20", + "version": "v2.0.21", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" + "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", + "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" + "phpunit/phpunit": "*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." @@ -5706,7 +6351,7 @@ "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, - "time": "2021-04-17T09:33:01+00:00" + "time": "2022-02-16T17:07:03+00:00" }, { "name": "php-http/message-factory", @@ -5762,41 +6407,93 @@ }, "time": "2015-12-19T14:08:53+00:00" }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, { "name": "phpdocumentor/reflection-docblock", - "version": "2.0.5", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { - "php": ">=5.3.3" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "5.x-dev" } }, "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/" - ] + "psr-4": { + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -5806,27 +6503,87 @@ "authors": [ { "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "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-1.x": "1.x-dev" + } }, - "time": "2016-01-25T08:17:30+00:00" + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" }, { "name": "phpseclib/phpseclib", - "version": "2.0.35", + "version": "2.0.40", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420" + "reference": "5ef6f8376ddad21f3ce1da429950f7e00ec2292c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4e16cf3f5f927a7d3f5317820af795c0366c0420", - "reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/5ef6f8376ddad21f3ce1da429950f7e00ec2292c", + "reference": "5ef6f8376ddad21f3ce1da429950f7e00ec2292c", "shasum": "" }, "require": { @@ -5841,7 +6598,8 @@ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", + "ext-xml": "Install the XML extension to load XML formatted public keys." }, "type": "library", "autoload": { @@ -5906,7 +6664,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.35" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.40" }, "funding": [ { @@ -5922,7 +6680,7 @@ "type": "tidelift" } ], - "time": "2021-11-28T23:30:39+00:00" + "time": "2022-12-17T17:22:59+00:00" }, { "name": "pimple/pimple", @@ -6026,6 +6784,54 @@ }, "time": "2016-08-06T20:24:11+00:00" }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, { "name": "psr/container", "version": "1.1.2", @@ -6399,16 +7205,16 @@ }, { "name": "qtism/qtism", - "version": "0.24.12", + "version": "0.28.3", "source": { "type": "git", "url": "https://github.com/oat-sa/qti-sdk.git", - "reference": "c660c79c4346b4293a8526d3d65b0366bbe4262b" + "reference": "aa9cba8417736d9908293548457edc1ab85b7bbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/qti-sdk/zipball/c660c79c4346b4293a8526d3d65b0366bbe4262b", - "reference": "c660c79c4346b4293a8526d3d65b0366bbe4262b", + "url": "https://api.github.com/repos/oat-sa/qti-sdk/zipball/aa9cba8417736d9908293548457edc1ab85b7bbf", + "reference": "aa9cba8417736d9908293548457edc1ab85b7bbf", "shasum": "" }, "require": { @@ -6416,11 +7222,11 @@ "ext-json": "*", "ext-libxml": "*", "oat-sa/lib-beeme": "0.2.0", - "oat-sa/lib-tao-dtms": "1.0.0", + "oat-sa/lib-tao-dtms": "^1.0.0", "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "<9.0.0", + "phpunit/phpunit": "~9|~7", "squizlabs/php_codesniffer": "3.*" }, "type": "library", @@ -6463,9 +7269,9 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/qti-sdk/tree/0.24.12" + "source": "https://github.com/oat-sa/qti-sdk/tree/0.28.3" }, - "time": "2021-07-06T08:38:41+00:00" + "time": "2022-11-10T15:37:54+00:00" }, { "name": "ralouphie/getallheaders", @@ -6513,16 +7319,16 @@ }, { "name": "ramsey/uuid", - "version": "3.9.6", + "version": "3.9.7", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3" + "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/ffa80ab953edd85d5b6c004f96181a538aad35a3", - "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178", + "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178", "shasum": "" }, "require": { @@ -6559,18 +7365,13 @@ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, "autoload": { - "psr-4": { - "Ramsey\\Uuid\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "Ramsey\\Uuid\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6614,7 +7415,7 @@ "type": "tidelift" } ], - "time": "2021-09-25T23:07:42+00:00" + "time": "2022-12-19T21:55:10+00:00" }, { "name": "react/child-process", @@ -6664,16 +7465,16 @@ }, { "name": "react/event-loop", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "be6dee480fc4692cec0504e65eb486e3be1aa6f2" + "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/be6dee480fc4692cec0504e65eb486e3be1aa6f2", - "reference": "be6dee480fc4692cec0504e65eb486e3be1aa6f2", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/187fb56f46d424afb6ec4ad089269c72eec2e137", + "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137", "shasum": "" }, "require": { @@ -6690,7 +7491,83 @@ "type": "library", "autoload": { "psr-4": { - "React\\EventLoop\\": "src" + "React\\EventLoop\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "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": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "keywords": [ + "asynchronous", + "event-loop" + ], + "support": { + "issues": "https://github.com/reactphp/event-loop/issues", + "source": "https://github.com/reactphp/event-loop/tree/v1.3.0" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2022-03-17T11:10:22+00:00" + }, + { + "name": "react/promise", + "version": "v2.9.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6698,6 +7575,11 @@ "MIT" ], "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, { "name": "Christian Lück", "email": "christian@clue.engineering", @@ -6708,25 +7590,20 @@ "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], - "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ - "asynchronous", - "event-loop" + "promise", + "promises" ], "support": { - "issues": "https://github.com/reactphp/event-loop/issues", - "source": "https://github.com/reactphp/event-loop/tree/v1.2.0" + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v2.9.0" }, "funding": [ { @@ -6738,7 +7615,7 @@ "type": "github" } ], - "time": "2021-07-11T12:31:24+00:00" + "time": "2022-02-11T10:27:51+00:00" }, { "name": "react/stream", @@ -6883,45 +7760,102 @@ }, "time": "2021-05-23T05:42:52+00:00" }, + { + "name": "respect/stringifier", + "version": "0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Respect/Stringifier.git", + "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", + "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.8", + "malukenho/docheader": "^0.1.7", + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "autoload": { + "files": [ + "src/stringify.php" + ], + "psr-4": { + "Respect\\Stringifier\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Respect/Stringifier Contributors", + "homepage": "https://github.com/Respect/Stringifier/graphs/contributors" + } + ], + "description": "Converts any value to a string", + "homepage": "http://respect.github.io/Stringifier/", + "keywords": [ + "respect", + "stringifier", + "stringify" + ], + "support": { + "issues": "https://github.com/Respect/Stringifier/issues", + "source": "https://github.com/Respect/Stringifier/tree/0.2.0" + }, + "time": "2017-12-29T19:39:25+00:00" + }, { "name": "respect/validation", - "version": "1.1.31", + "version": "2.2.3", "source": { "type": "git", "url": "https://github.com/Respect/Validation.git", - "reference": "45d109fc830644fecc1145200d6351ce4f2769d0" + "reference": "4c21a7ffc9a4915673cb2c2843963919e664e627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Respect/Validation/zipball/45d109fc830644fecc1145200d6351ce4f2769d0", - "reference": "45d109fc830644fecc1145200d6351ce4f2769d0", + "url": "https://api.github.com/repos/Respect/Validation/zipball/4c21a7ffc9a4915673cb2c2843963919e664e627", + "reference": "4c21a7ffc9a4915673cb2c2843963919e664e627", "shasum": "" }, "require": { - "php": ">=5.4", + "php": "^7.3 || ^8.0", + "respect/stringifier": "^0.2.0", "symfony/polyfill-mbstring": "^1.2" }, "require-dev": { - "egulias/email-validator": "~1.2 || ~2.1", - "mikey179/vfsstream": "^1.5", - "phpunit/phpunit": "~4.0 || ~5.0", - "symfony/validator": "~2.6.9", - "zendframework/zend-validator": "~2.3" + "egulias/email-validator": "^3.0", + "malukenho/docheader": "^0.1", + "mikey179/vfsstream": "^1.6", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^9.3", + "psr/http-message": "^1.0", + "respect/coding-standard": "^3.0", + "squizlabs/php_codesniffer": "^3.5", + "symfony/validator": "^3.0||^4.0", + "zendframework/zend-validator": "^2.1" }, "suggest": { "egulias/email-validator": "Strict (RFC compliant) email validation", "ext-bcmath": "Arbitrary Precision Mathematics", + "ext-fileinfo": "File Information", "ext-mbstring": "Multibyte String Functions", - "friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues", "symfony/validator": "Use Symfony validator through Respect\\Validation", "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, "autoload": { "psr-4": { "Respect\\Validation\\": "library/" @@ -6929,7 +7863,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { @@ -6946,9 +7880,9 @@ ], "support": { "issues": "https://github.com/Respect/Validation/issues", - "source": "https://github.com/Respect/Validation/tree/1.1.31" + "source": "https://github.com/Respect/Validation/tree/2.2.3" }, - "time": "2019-05-28T06:10:06+00:00" + "time": "2021-03-19T14:12:45+00:00" }, { "name": "riverline/multipart-parser", @@ -7061,16 +7995,16 @@ }, { "name": "slim/slim", - "version": "3.12.3", + "version": "3.12.4", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", - "reference": "1c9318a84ffb890900901136d620b4f03a59da38" + "reference": "ce3cb65a06325fc9fe3d0223f2ae23113a767304" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38", - "reference": "1c9318a84ffb890900901136d620b4f03a59da38", + "url": "https://api.github.com/repos/slimphp/Slim/zipball/ce3cb65a06325fc9fe3d0223f2ae23113a767304", + "reference": "ce3cb65a06325fc9fe3d0223f2ae23113a767304", "shasum": "" }, "require": { @@ -7088,7 +8022,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.0", - "squizlabs/php_codesniffer": "^2.5" + "squizlabs/php_codesniffer": "^3.6.0" }, "type": "library", "autoload": { @@ -7132,22 +8066,79 @@ ], "support": { "issues": "https://github.com/slimphp/Slim/issues", - "source": "https://github.com/slimphp/Slim/tree/3.x" + "source": "https://github.com/slimphp/Slim/tree/3.12.4" + }, + "funding": [ + { + "url": "https://opencollective.com/slimphp", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/slim/slim", + "type": "tidelift" + } + ], + "time": "2021-10-02T19:38:22+00:00" + }, + { + "name": "stella-maris/clock", + "version": "0.1.7", + "source": { + "type": "git", + "url": "https://github.com/stella-maris-solutions/clock.git", + "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8", + "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8", + "shasum": "" + }, + "require": { + "php": "^7.0|^8.0", + "psr/clock": "^1.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "StellaMaris\\Clock\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Heigl", + "role": "Maintainer" + } + ], + "description": "A pre-release of the proposed PSR-20 Clock-Interface", + "homepage": "https://gitlab.com/stella-maris/clock", + "keywords": [ + "clock", + "datetime", + "point in time", + "psr20" + ], + "support": { + "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7" }, - "time": "2019-11-28T17:40:33+00:00" + "time": "2022-11-25T16:15:06+00:00" }, { "name": "symfony/cache", - "version": "v4.4.36", + "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "1caa6c63f0ebf3022b88263a2b90260cff33f6dc" + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/1caa6c63f0ebf3022b88263a2b90260cff33f6dc", - "reference": "1caa6c63f0ebf3022b88263a2b90260cff33f6dc", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", "shasum": "" }, "require": { @@ -7206,14 +8197,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v4.4.36" + "source": "https://github.com/symfony/cache/tree/v4.4.48" }, "funding": [ { @@ -7229,20 +8220,20 @@ "type": "tidelift" } ], - "time": "2021-12-28T10:59:50+00:00" + "time": "2022-10-17T20:21:54+00:00" }, { "name": "symfony/cache-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2" + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2", - "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", "shasum": "" }, "require": { @@ -7292,7 +8283,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" }, "funding": [ { @@ -7308,20 +8299,20 @@ "type": "tidelift" } ], - "time": "2021-08-17T14:20:01+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/config", - "version": "v5.3.13", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "0d5f884344ca82348ab4e3827a214765e0d5da4f" + "reference": "04695656c462fcadad350d5d82f5be81440fb4b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/0d5f884344ca82348ab4e3827a214765e0d5da4f", - "reference": "0d5f884344ca82348ab4e3827a214765e0d5da4f", + "url": "https://api.github.com/repos/symfony/config/zipball/04695656c462fcadad350d5d82f5be81440fb4b2", + "reference": "04695656c462fcadad350d5d82f5be81440fb4b2", "shasum": "" }, "require": { @@ -7371,7 +8362,7 @@ "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.3.13" + "source": "https://github.com/symfony/config/tree/v5.3.14" }, "funding": [ { @@ -7387,25 +8378,25 @@ "type": "tidelift" } ], - "time": "2021-12-15T10:00:46+00:00" + "time": "2022-01-03T09:49:07+00:00" }, { "name": "symfony/console", - "version": "v4.2.12", + "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "fc2e274aade6567a750551942094b2145ade9b6c" + "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c", - "reference": "fc2e274aade6567a750551942094b2145ade9b6c", + "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", + "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/contracts": "^1.0", + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { @@ -7417,11 +8408,11 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", + "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0" + "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log": "For using the console logger", @@ -7430,11 +8421,6 @@ "symfony/process": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" @@ -7460,53 +8446,55 @@ "description": "Symfony Console Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/4.2" + "source": "https://github.com/symfony/console/tree/v3.4.47" }, - "time": "2019-07-24T17:13:20+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" }, { - "name": "symfony/contracts", - "version": "v1.1.0", + "name": "symfony/debug", + "version": "v4.4.44", "source": { "type": "git", - "url": "https://github.com/symfony/contracts.git", - "reference": "d3636025e8253c6144358ec0a62773cae588395b" + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b", - "reference": "d3636025e8253c6144358ec0a62773cae588395b", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" }, - "require-dev": { - "psr/cache": "^1.0", - "psr/container": "^1.0", - "symfony/polyfill-intl-idn": "^1.10" + "conflict": { + "symfony/http-kernel": "<3.4" }, - "suggest": { - "psr/cache": "When using the Cache contracts", - "psr/container": "When using the Service contracts", - "symfony/cache-contracts-implementation": "", - "symfony/event-dispatcher-implementation": "", - "symfony/http-client-contracts-implementation": "", - "symfony/service-contracts-implementation": "", - "symfony/translation-contracts-implementation": "" + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, "autoload": { "psr-4": { - "Symfony\\Contracts\\": "" + "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ - "**/Tests/" + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7515,41 +8503,48 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "A set of abstractions extracted out of the Symfony components", + "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], "support": { - "source": "https://github.com/symfony/contracts/tree/master" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, - "time": "2019-04-27T14:29:50+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" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.3.13", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af" + "reference": "b9de28b341247a92fa576315022b850c315ef82a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af", - "reference": "1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b9de28b341247a92fa576315022b850c315ef82a", + "reference": "b9de28b341247a92fa576315022b850c315ef82a", "shasum": "" }, "require": { @@ -7608,7 +8603,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.3.13" + "source": "https://github.com/symfony/dependency-injection/tree/v5.3.14" }, "funding": [ { @@ -7624,20 +8619,20 @@ "type": "tidelift" } ], - "time": "2021-12-29T10:09:56+00:00" + "time": "2022-01-24T19:55:49+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { @@ -7675,7 +8670,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -7691,20 +8686,20 @@ "type": "tidelift" } ], - "time": "2021-07-12T14:48:14+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/dotenv", - "version": "v4.4.36", + "version": "v4.4.37", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "15a389dd8d1764565543ca063db2857940d3f00d" + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/15a389dd8d1764565543ca063db2857940d3f00d", - "reference": "15a389dd8d1764565543ca063db2857940d3f00d", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", "shasum": "" }, "require": { @@ -7744,7 +8739,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v4.4.36" + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" }, "funding": [ { @@ -7760,20 +8755,20 @@ "type": "tidelift" } ], - "time": "2021-12-16T21:17:20+00:00" + "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/filesystem", - "version": "v5.4.0", + "version": "v5.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01" + "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01", - "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", + "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", "shasum": "" }, "require": { @@ -7808,7 +8803,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.0" + "source": "https://github.com/symfony/filesystem/tree/v5.4.13" }, "funding": [ { @@ -7824,7 +8819,7 @@ "type": "tidelift" } ], - "time": "2021-10-28T13:39:27+00:00" + "time": "2022-09-21T19:53:16+00:00" }, { "name": "symfony/lock", @@ -7902,16 +8897,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "30885182c981ab175d4d034db0f6f469898070ab" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", - "reference": "30885182c981ab175d4d034db0f6f469898070ab", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { @@ -7926,7 +8921,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7934,12 +8929,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7964,7 +8959,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { @@ -7980,20 +8975,20 @@ "type": "tidelift" } ], - "time": "2021-10-20T20:35:02+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44" + "reference": "639084e360537a19f9ee352433b84ce831f3d2da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da", "shasum": "" }, "require": { @@ -8007,7 +9002,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8015,12 +9010,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -8051,7 +9046,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" }, "funding": [ { @@ -8067,20 +9062,20 @@ "type": "tidelift" } ], - "time": "2021-09-14T14:02:44+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { @@ -8092,7 +9087,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8100,12 +9095,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -8135,7 +9130,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { @@ -8151,20 +9146,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { @@ -8179,7 +9174,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8187,12 +9182,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -8218,7 +9213,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { @@ -8234,7 +9229,7 @@ "type": "tidelift" } ], - "time": "2021-11-30T18:21:41+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php70", @@ -8306,16 +9301,16 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", "shasum": "" }, "require": { @@ -8324,7 +9319,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8332,12 +9327,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -8362,7 +9357,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" }, "funding": [ { @@ -8378,20 +9373,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { @@ -8400,7 +9395,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8408,12 +9403,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -8441,7 +9436,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" }, "funding": [ { @@ -8457,20 +9452,20 @@ "type": "tidelift" } ], - "time": "2021-06-05T21:20:04+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -8479,7 +9474,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8487,12 +9482,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -8524,7 +9519,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -8540,20 +9535,20 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:33+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.24.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", - "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { @@ -8562,7 +9557,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8570,12 +9565,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -8603,7 +9598,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { @@ -8619,26 +9614,26 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:11+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1" + "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -8686,7 +9681,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { @@ -8702,24 +9697,24 @@ "type": "tidelift" } ], - "time": "2021-11-04T16:48:04+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/stopwatch", - "version": "v5.4.0", + "version": "v6.0.13", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe" + "reference": "7554fde6848af5ef1178f8ccbdbdb8ae1092c70a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe", - "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/7554fde6848af5ef1178f8ccbdbdb8ae1092c70a", + "reference": "7554fde6848af5ef1178f8ccbdbdb8ae1092c70a", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/service-contracts": "^1|^2|^3" }, "type": "library", @@ -8748,7 +9743,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.4.0" + "source": "https://github.com/symfony/stopwatch/tree/v6.0.13" }, "funding": [ { @@ -8764,20 +9759,20 @@ "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2022-09-28T15:52:47+00:00" }, { "name": "symfony/translation", - "version": "v5.3.13", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "6ef0582a7a30141346ecc4541c9f61347b9f944b" + "reference": "945066809dc18f6e26123098e1b6e1d7a948660b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/6ef0582a7a30141346ecc4541c9f61347b9f944b", - "reference": "6ef0582a7a30141346ecc4541c9f61347b9f944b", + "url": "https://api.github.com/repos/symfony/translation/zipball/945066809dc18f6e26123098e1b6e1d7a948660b", + "reference": "945066809dc18f6e26123098e1b6e1d7a948660b", "shasum": "" }, "require": { @@ -8843,7 +9838,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.3.13" + "source": "https://github.com/symfony/translation/tree/v5.3.14" }, "funding": [ { @@ -8859,20 +9854,20 @@ "type": "tidelift" } ], - "time": "2021-12-25T19:24:19+00:00" + "time": "2022-01-03T19:49:08+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { @@ -8921,7 +9916,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -8937,20 +9932,20 @@ "type": "tidelift" } ], - "time": "2021-08-17T14:20:01+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.4.2", + "version": "v5.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba" + "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba", - "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340", + "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340", "shasum": "" }, "require": { @@ -8994,7 +9989,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.2" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.10" }, "funding": [ { @@ -9010,20 +10005,20 @@ "type": "tidelift" } ], - "time": "2021-12-16T21:58:21+00:00" + "time": "2022-05-27T12:56:18+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.36", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "a19f7c44ba665fa9d9d415cc4493361381b93f9b" + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/a19f7c44ba665fa9d9d415cc4493361381b93f9b", - "reference": "a19f7c44ba665fa9d9d415cc4493361381b93f9b", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", "shasum": "" }, "require": { @@ -9065,7 +10060,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.36" + "source": "https://github.com/symfony/yaml/tree/v4.4.45" }, "funding": [ { @@ -9081,84 +10076,25 @@ "type": "tidelift" } ], - "time": "2021-11-25T16:40:00+00:00" - }, - { - "name": "webimpress/safe-writer", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/webimpress/safe-writer.git", - "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6", - "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.4", - "vimeo/psalm": "^4.7", - "webimpress/coding-standard": "^1.2.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev", - "dev-develop": "2.3.x-dev", - "dev-release-1.0": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Webimpress\\SafeWriter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "description": "Tool to write files safely, to avoid race conditions", - "keywords": [ - "concurrent write", - "file writer", - "race condition", - "safe writer", - "webimpress" - ], - "support": { - "issues": "https://github.com/webimpress/safe-writer/issues", - "source": "https://github.com/webimpress/safe-writer/tree/2.2.0" - }, - "funding": [ - { - "url": "https://github.com/michalbundyra", - "type": "github" - } - ], - "time": "2021-04-19T16:34:45+00:00" + "time": "2022-08-02T15:47:23+00:00" }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -9196,9 +10132,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-06-03T18:03:27+00:00" } ], "packages-dev": [], diff --git a/docker/phpfpm/Dockerfile b/docker/phpfpm/Dockerfile index a3d2bdc17e..f5e1b73a09 100644 --- a/docker/phpfpm/Dockerfile +++ b/docker/phpfpm/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4-fpm +FROM php:8.1.13-fpm RUN usermod -u 1000 www-data RUN usermod -G staff www-data diff --git a/docker/readme.md b/docker/readme.md index 3e403d4a6b..9d7994217c 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -2,7 +2,7 @@ Ready to use docker set up for working with [package-tao](https://github.com/oat-sa/package-tao) -- Php-fpm 7.2 +- Php-fpm 8.1 - Nginx - MariaDB @@ -33,7 +33,7 @@ Install can be done via command line interface (CLI), via browser (UI) and with ### UI -In order to start the install wizard you should access `http://localhost` on your browser. +In order to start the installation wizard you should access `http://localhost` on your browser. Database credentials can be changed in `docker-compose.yml`, default values are these: - Database host name: `tao_db`