diff --git a/composer.json b/composer.json index f82658d0ce..5c564af4f9 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "oat-sa/tao-community", - "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.", + "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.", "license": "GPL-2.0-only", "support": { "issues": "http://forge.taotesting.com", @@ -13,45 +13,17 @@ } ], "keywords": [ - "sprint 121", - "tao", + "TAO Community - Open Source Assessment Software ", + "Tao", "oat", + "open source", + "release 3.5", "computer-based-assessment" ], "homepage": "http://www.taotesting.com", + "minimum-stability": "stable", + "prefer-stable": true, "require": { - "oat-sa/generis": "12.6.4", - "oat-sa/tao-core": "40.7.3", - "oat-sa/extension-tao-community": "7.2.1", - "oat-sa/extension-tao-funcacl": "5.3.3.1", - "oat-sa/extension-tao-dac-simple": "5.1.2", - "oat-sa/extension-tao-testtaker": "7.2.2.1", - "oat-sa/extension-tao-group": "6.2.2", - "oat-sa/extension-tao-item": "10.2.1", - "oat-sa/extension-tao-itemqti": "23.3.1", - "oat-sa/extension-tao-itemqti-pci": "6.2.1", - "oat-sa/extension-tao-test": "13.4.4.1", - "oat-sa/extension-tao-testqti": "35.9.1", - "oat-sa/extension-tao-outcome": "10.2.3", - "oat-sa/extension-tao-outcomeui": "8.2.3", - "oat-sa/extension-tao-outcomerds": "6.3.1", - "oat-sa/extension-tao-outcomekeyvalue": "5.4.1", - "oat-sa/extension-tao-outcomelti": "3.2.1", - "oat-sa/extension-tao-delivery": "14.7.0.1", - "oat-sa/extension-tao-lti": "11.3.1", - "oat-sa/extension-tao-delivery-rdf": "10.2.3", - "oat-sa/extension-tao-ltideliveryprovider": "10.1.4.1", - "oat-sa/extension-tao-revision": "7.0.1", - "oat-sa/extension-tao-mediamanager": "9.0.2", - "oat-sa/extension-pcisample": "2.5.3.1", - "oat-sa/extension-tao-backoffice": "4.1.3", - "oat-sa/extension-tao-proctoring": "18.2.4", - "oat-sa/extension-tao-clientdiag": "7.3.3.1", - "oat-sa/extension-tao-eventlog": "2.5.1", - "oat-sa/extension-tao-task-queue": "5.0.1", - "oat-sa/extension-tao-testqti-previewer": "2.10.2" - }, - "require-dev" : { - "phpunit/phpunit" : "~8.5" + "oat-sa/tao-community": "2021.11.8" } } diff --git a/composer.lock b/composer.lock index 1a2c99e0f2..d538ea9dff 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,74 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b7d0d766dfe0c8aad1a8f6cfb388b332", + "content-hash": "542480711ace1d1bc260bccec3c0011e", "packages": [ + { + "name": "cebe/php-openapi", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/cebe/php-openapi.git", + "reference": "8f1f70688fd4bea04410718616450a38b7b8c40b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cebe/php-openapi/zipball/8f1f70688fd4bea04410718616450a38b7b8c40b", + "reference": "8f1f70688fd4bea04410718616450a38b7b8c40b", + "shasum": "" + }, + "require": { + "ext-json": "*", + "justinrainbow/json-schema": "^5.0", + "php": ">=7.1.0", + "symfony/yaml": "^3.4 | ^4.0 | ^5.0" + }, + "require-dev": { + "apis-guru/openapi-directory": "1.0.0", + "cebe/indent": "*", + "mermade/openapi3-examples": "1.0.0", + "nexmo/api-specification": "1.0.0", + "oai/openapi-specification": "3.0.3", + "phpstan/phpstan": "^0.12.0", + "phpunit/phpunit": "^6.5 || ^7.5 || ^8.5 || ^9.4" + }, + "bin": [ + "bin/php-openapi" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5.x-dev" + } + }, + "autoload": { + "psr-4": { + "cebe\\openapi\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Carsten Brandt", + "email": "mail@cebe.cc", + "homepage": "https://cebe.cc/", + "role": "Creator" + } + ], + "description": "Read and write OpenAPI yaml/json files and make the content accessable in PHP objects.", + "homepage": "https://github.com/cebe/php-openapi#readme", + "keywords": [ + "openapi" + ], + "support": { + "issues": "https://github.com/cebe/php-openapi/issues", + "source": "https://github.com/cebe/php-openapi" + }, + "time": "2021-05-24T11:32:07+00:00" + }, { "name": "clearfw/clearfw", "version": "v1.2.1", @@ -66,8 +132,253 @@ } ], "description": "ClearFw", + "support": { + "issues": "https://github.com/oat-sa/clearfw/issues", + "source": "https://github.com/oat-sa/clearfw/tree/master" + }, "time": "2019-02-15T10:59:35+00:00" }, + { + "name": "codercat/jwk-to-pem", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/acodercat/php-jwk-to-pem.git", + "reference": "e428b7abba5b37676e30e968930f718cf26724ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/acodercat/php-jwk-to-pem/zipball/e428b7abba5b37676e30e968930f718cf26724ac", + "reference": "e428b7abba5b37676e30e968930f718cf26724ac", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "phpseclib/phpseclib": "~2.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "CoderCat\\JWKToPEM\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "codercat", + "email": "1067302838@qq.com" + } + ], + "description": "Convert JWK to PEM format.", + "support": { + "issues": "https://github.com/acodercat/php-jwk-to-pem/issues", + "source": "https://github.com/acodercat/php-jwk-to-pem/tree/1.0" + }, + "time": "2020-11-12T05:40:03+00:00" + }, + { + "name": "composer/package-versions-deprecated", + "version": "1.11.99.5", + "source": { + "type": "git", + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7 || ^8" + }, + "replace": { + "ocramius/package-versions": "1.11.99" + }, + "require-dev": { + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" + }, + "type": "composer-plugin", + "extra": { + "class": "PackageVersions\\Installer", + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "PackageVersions\\": "src/PackageVersions" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "support": { + "issues": "https://github.com/composer/package-versions-deprecated/issues", + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-01-17T14:14:24+00:00" + }, + { + "name": "defuse/php-encryption", + "version": "v2.3.1", + "source": { + "type": "git", + "url": "https://github.com/defuse/php-encryption.git", + "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2", + "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/phpunit": "^4|^5|^6|^7|^8|^9" + }, + "bin": [ + "bin/generate-defuse-key" + ], + "type": "library", + "autoload": { + "psr-4": { + "Defuse\\Crypto\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "Secure PHP Encryption Library", + "keywords": [ + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" + ], + "support": { + "issues": "https://github.com/defuse/php-encryption/issues", + "source": "https://github.com/defuse/php-encryption/tree/v2.3.1" + }, + "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", @@ -134,20 +445,24 @@ "docblock", "parser" ], + "support": { + "issues": "https://github.com/doctrine/annotations/issues", + "source": "https://github.com/doctrine/annotations/tree/v1.6.1" + }, "time": "2019-03-25T19:12:02+00:00" }, { "name": "doctrine/cache", - "version": "1.10.2", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "13e3381b25847283a91948d04640543941309727" + "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", - "reference": "13e3381b25847283a91948d04640543941309727", + "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", + "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", "shasum": "" }, "require": { @@ -158,20 +473,19 @@ }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", - "doctrine/coding-standard": "^6.0", + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^8.0", "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^7.0", - "predis/predis": "~1.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "predis/predis": "~1.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" @@ -216,6 +530,10 @@ "redis", "xcache" ], + "support": { + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/1.12.1" + }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -230,35 +548,103 @@ "type": "tidelift" } ], - "time": "2020-07-07T18:54:01+00:00" + "time": "2021-07-17T14:39:21+00:00" + }, + { + "name": "doctrine/collections", + "version": "1.6.7", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "shasum": "" + }, + "require": { + "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" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", + "homepage": "https://www.doctrine-project.org/projects/collections.html", + "keywords": [ + "array", + "collections", + "iterators", + "php" + ], + "support": { + "issues": "https://github.com/doctrine/collections/issues", + "source": "https://github.com/doctrine/collections/tree/1.6.7" + }, + "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/dbal", - "version": "v2.9.3", + "version": "v2.10.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" + "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", - "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", + "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", "shasum": "" }, "require": { "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ext-pdo": "*", - "php": "^7.1" + "php": "^7.2" }, "require-dev": { - "doctrine/coding-standard": "^5.0", - "jetbrains/phpstorm-stubs": "^2018.1.2", - "phpstan/phpstan": "^0.10.1", - "phpunit/phpunit": "^7.4", - "symfony/console": "^2.0.5|^3.0|^4.0", - "symfony/phpunit-bridge": "^3.4.5|^4.0.5" + "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" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -269,7 +655,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.9.x-dev", + "dev-master": "2.10.x-dev", "dev-develop": "3.0.x-dev" } }, @@ -305,14 +691,29 @@ "keywords": [ "abstraction", "database", + "db2", "dbal", + "mariadb", + "mssql", "mysql", - "persistence", + "oci8", + "oracle", + "pdo", "pgsql", - "php", - "queryobject" - ], - "time": "2019-11-02T22:19:34+00:00" + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlanywhere", + "sqlite", + "sqlserver", + "sqlsrv" + ], + "support": { + "issues": "https://github.com/doctrine/dbal/issues", + "source": "https://github.com/doctrine/dbal/tree/2.10" + }, + "time": "2020-01-04T12:56:21+00:00" }, { "name": "doctrine/event-manager", @@ -388,6 +789,10 @@ "event system", "events" ], + "support": { + "issues": "https://github.com/doctrine/event-manager/issues", + "source": "https://github.com/doctrine/event-manager/tree/1.1.x" + }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -406,32 +811,28 @@ }, { "name": "doctrine/lexer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -464,6 +865,10 @@ "parser", "php" ], + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/1.2.2" + }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -478,7 +883,110 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-01-12T08:27:12+00:00" + }, + { + "name": "doctrine/migrations", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/migrations.git", + "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "shasum": "" + }, + "require": { + "doctrine/dbal": "^2.10", + "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" + }, + "require-dev": { + "doctrine/coding-standard": "^7.0", + "doctrine/orm": "^2.6", + "doctrine/persistence": "^1.3||^2.0", + "doctrine/sql-formatter": "^1.0", + "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" + }, + "suggest": { + "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", + "symfony/yaml": "Allows the use of yaml for migration configuration files." + }, + "bin": [ + "bin/doctrine-migrations" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Migrations\\": "lib/Doctrine/Migrations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Michael Simonson", + "email": "contact@mikesimonson.com" + } + ], + "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", + "homepage": "https://www.doctrine-project.org/projects/migrations.html", + "keywords": [ + "database", + "dbal", + "migrations", + "php" + ], + "support": { + "issues": "https://github.com/doctrine/migrations/issues", + "source": "https://github.com/doctrine/migrations/tree/3.0.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations", + "type": "tidelift" + } + ], + "time": "2020-06-21T08:55:42+00:00" }, { "name": "easyrdf/easyrdf", @@ -540,6 +1048,12 @@ "rdfa", "sparql" ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "irc": "irc://chat.freenode.net/easyrdf", + "issues": "http://github.com/njh/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/0.9.1" + }, "time": "2015-02-27T09:45:49+00:00" }, { @@ -588,28 +1102,29 @@ "event-dispatcher", "event-emitter" ], + "support": { + "issues": "https://github.com/igorw/evenement/issues", + "source": "https://github.com/igorw/evenement/tree/master" + }, "time": "2017-07-17T17:39:19+00:00" }, { "name": "ezyang/htmlpurifier", - "version": "v4.13.0", + "version": "v4.14.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" + "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", + "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", "shasum": "" }, "require": { "php": ">=5.2" }, - "require-dev": { - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" - }, "type": "library", "autoload": { "psr-0": { @@ -638,7 +1153,57 @@ "keywords": [ "html" ], - "time": "2020-06-29T00:56:53+00:00" + "support": { + "issues": "https://github.com/ezyang/htmlpurifier/issues", + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" + }, + "time": "2021-12-25T01:21:49+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", @@ -691,6 +1256,10 @@ "log", "logging" ], + "support": { + "issues": "https://github.com/fluent/fluent-logger-php/issues", + "source": "https://github.com/fluent/fluent-logger-php/tree/v1.0.1" + }, "time": "2017-02-15T07:14:53+00:00" }, { @@ -758,32 +1327,36 @@ "rest", "web service" ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5" + }, "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -799,17 +1372,50 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], - "time": "2016-12-20T10:07:11+00:00" + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", @@ -880,6 +1486,10 @@ "uri", "url" ], + "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" }, { @@ -920,9 +1530,52 @@ "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" }, + { + "name": "jtl-software/opsgenie-client", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/jtl-software/php-api-client-opsgenie.git", + "reference": "fd2b5eb1baf1c9887edda334062956884078f58d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jtl-software/php-api-client-opsgenie/zipball/fd2b5eb1baf1c9887edda334062956884078f58d", + "reference": "fd2b5eb1baf1c9887edda334062956884078f58d", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.3", + "php": ">=7.2" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.12", + "phpstan/phpstan": "^0.10.5", + "phpunit/phpunit": "^8.0" + }, + "type": "project", + "autoload": { + "psr-4": { + "JTL\\OpsGenie\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "support": { + "issues": "https://github.com/jtl-software/php-api-client-opsgenie/issues", + "source": "https://github.com/jtl-software/php-api-client-opsgenie/tree/2.0.2" + }, + "time": "2019-10-17T11:11:17+00:00" + }, { "name": "justinrainbow/json-schema", "version": "5.2.1", @@ -988,509 +1641,1775 @@ "json", "schema" ], + "support": { + "issues": "https://github.com/justinrainbow/json-schema/issues", + "source": "https://github.com/justinrainbow/json-schema/tree/5.x.x" + }, "time": "2017-05-16T21:06:09+00:00" }, { - "name": "league/flysystem", - "version": "1.0.70", + "name": "laminas/laminas-code", + "version": "4.5.1", "source": { "type": "git", - "url": "https://github.com/thephpleague/flysystem.git", - "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493" + "url": "https://github.com/laminas/laminas-code.git", + "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493", - "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/6fd96d4d913571a2cd056a27b123fa28cb90ac4e", + "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e", "shasum": "" }, "require": { - "ext-fileinfo": "*", - "php": ">=5.5.9" - }, - "conflict": { - "league/flysystem-sftp": "<1.0.6" + "php": ">=7.4, <8.2" }, "require-dev": { - "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "phpunit/phpunit": "^5.7.26" + "doctrine/annotations": "^1.13.2", + "ext-phar": "*", + "laminas/laminas-coding-standard": "^2.3.0", + "laminas/laminas-stdlib": "^3.6.1", + "phpunit/phpunit": "^9.5.10", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.13.1" }, "suggest": { - "ext-fileinfo": "Required for MimeType", - "ext-ftp": "Allows you to use FTP server storage", - "ext-openssl": "Allows you to use FTPS server storage", - "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", - "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", - "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", - "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", - "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", - "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", - "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", - "league/flysystem-webdav": "Allows you to use WebDAV storage", - "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", - "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", - "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" + "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", + "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, "autoload": { "psr-4": { - "League\\Flysystem\\": "src/" - } + "Laminas\\Code\\": "src/" + }, + "files": [ + "polyfill/ReflectionEnumPolyfill.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Frank de Jonge", - "email": "info@frenky.net" - } + "BSD-3-Clause" ], - "description": "Filesystem abstraction: Many filesystems, one API.", + "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", + "homepage": "https://laminas.dev", "keywords": [ - "Cloud Files", - "WebDAV", - "abstraction", - "aws", - "cloud", - "copy.com", - "dropbox", - "file systems", - "files", - "filesystem", - "filesystems", - "ftp", - "rackspace", - "remote", - "s3", - "sftp", - "storage" - ], + "code", + "laminas", + "laminasframework" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-code/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-code/issues", + "rss": "https://github.com/laminas/laminas-code/releases.atom", + "source": "https://github.com/laminas/laminas-code" + }, "funding": [ { - "url": "https://offset.earth/frankdejonge", - "type": "other" + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" } ], - "time": "2020-07-26T07:20:36+00:00" + "time": "2021-12-19T18:06:55+00:00" }, { - "name": "monolog/monolog", - "version": "1.25.5", + "name": "laminas/laminas-servicemanager", + "version": "2.5.1", "source": { "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0" + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "0cb6ae6b3025f3db2b91ab1936c5e0247b4db485" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0", - "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/0cb6ae6b3025f3db2b91ab1936c5e0247b4db485", + "reference": "0cb6ae6b3025f3db2b91ab1936c5e0247b4db485", "shasum": "" }, "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": ">=5.3.23" }, - "provide": { - "psr/log-implementation": "1.0.0" + "replace": { + "zendframework/zend-servicemanager": "self.version" }, "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", - "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "php-amqplib/php-amqplib": "~2.4", - "php-console/php-console": "^3.1.3", - "php-parallel-lint/php-parallel-lint": "^1.0", - "phpunit/phpunit": "~4.5", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", - "swiftmailer/swiftmailer": "^5.3|^6.0" + "fabpot/php-cs-fixer": "1.7.*", + "laminas/laminas-di": "~2.5", + "laminas/laminas-mvc": "~2.5", + "phpunit/phpunit": "~4.0" }, "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" + "laminas/laminas-di": "Laminas\\Di component", + "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.5-dev", + "dev-develop": "2.6-dev" } }, "autoload": { "psr-4": { - "Monolog\\": "src/Monolog" + "Laminas\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } + "BSD-3-Clause" ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", + "homepage": "https://laminas.dev", "keywords": [ - "log", - "logging", - "psr-3" - ], - "funding": [ - { - "url": "https://github.com/Seldaek", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", - "type": "tidelift" - } - ], - "time": "2020-07-23T08:35:51+00:00" + "laminas", + "servicemanager" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" + }, + "time": "2019-12-31T17:44:09+00:00" }, { - "name": "naneau/semver", - "version": "0.0.7", + "name": "laminas/laminas-zendframework-bridge", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/naneau/semver.git", - "reference": "60ea59641aad840f97f3c9057e2f2b7bc087eaa3" + "url": "https://github.com/laminas/laminas-zendframework-bridge.git", + "reference": "88bf037259869891afce6504cacc4f8a07b24d0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/naneau/semver/zipball/60ea59641aad840f97f3c9057e2f2b7bc087eaa3", - "reference": "60ea59641aad840f97f3c9057e2f2b7bc087eaa3", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f", + "reference": "88bf037259869891afce6504cacc4f8a07b24d0f", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0.0" + "phpunit/phpunit": "^9.3", + "psalm/plugin-phpunit": "^0.15.1", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.6" }, "type": "library", + "extra": { + "laminas": { + "module": "Laminas\\ZendFrameworkBridge" + } + }, "autoload": { - "psr-0": { - "Naneau\\SemVer\\": "src" + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ZendFrameworkBridge\\": "src//" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "authors": [ + "description": "Alias legacy ZF class names to Laminas Project equivalents.", + "keywords": [ + "ZendFramework", + "autoloading", + "laminas", + "zf" + ], + "support": { + "forum": "https://discourse.laminas.dev/", + "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", + "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", + "source": "https://github.com/laminas/laminas-zendframework-bridge" + }, + "funding": [ { - "name": "Maurice Fonk", - "email": "maurice@naneau.net", - "homepage": "http://mauricefonk.com", - "role": "developer" + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" } ], - "description": "A decent, standards-compliant, Semantic Versioning (SemVer) parser and library", - "homepage": "https://github.com/naneau/semver", - "keywords": [ - "semantic", - "semver", - "versioning" - ], - "time": "2013-01-04T00:00:00+00:00" + "time": "2021-12-21T14:34:37+00:00" }, { - "name": "nikic/fast-route", - "version": "v1.3.0", + "name": "lcobucci/clock", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/nikic/FastRoute.git", - "reference": "181d480e08d9476e61381e04a71b34dc0432e812" + "url": "https://github.com/lcobucci/clock.git", + "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", - "reference": "181d480e08d9476e61381e04a71b34dc0432e812", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", + "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": "^7.4 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35|~5.7" + "infection/infection": "^0.17", + "lcobucci/coding-standard": "^6.0", + "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", + "phpunit/php-code-coverage": "9.1.4", + "phpunit/phpunit": "9.3.7" }, "type": "library", "autoload": { "psr-4": { - "FastRoute\\": "src/" - }, - "files": [ - "src/functions.php" - ] + "Lcobucci\\Clock\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Nikita Popov", - "email": "nikic@php.net" + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com" } ], - "description": "Fast request router for PHP", - "keywords": [ - "router", - "routing" + "description": "Yet another clock abstraction", + "support": { + "issues": "https://github.com/lcobucci/clock/issues", + "source": "https://github.com/lcobucci/clock/tree/2.0.x" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } ], - "time": "2018-02-13T20:26:39+00:00" + "time": "2020-08-27T18:56:02+00:00" }, { - "name": "oat-sa/composer-npm-bridge", - "version": "0.3.0", + "name": "lcobucci/jwt", + "version": "4.1.5", "source": { "type": "git", - "url": "https://github.com/oat-sa/composer-npm-bridge.git", - "reference": "d41d8e2c19961154ebfaf584419766382f2261ed" + "url": "https://github.com/lcobucci/jwt.git", + "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/composer-npm-bridge/zipball/d41d8e2c19961154ebfaf584419766382f2261ed", - "reference": "d41d8e2c19961154ebfaf584419766382f2261ed", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582", + "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582", "shasum": "" }, "require": { - "composer-plugin-api": "^1", - "php": ">=5.6" + "ext-hash": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-sodium": "*", + "lcobucci/clock": "^2.0", + "php": "^7.4 || ^8.0" }, "require-dev": { - "composer/composer": "dev-master", - "eloquent/phony-phpunit": "^1", - "errors/exceptions": "^0.2", - "phpunit/phpunit": "^5" - }, - "type": "composer-plugin", - "extra": { - "class": "Eloquent\\Composer\\NpmBridge\\NpmBridgePlugin" + "infection/infection": "^0.21", + "lcobucci/coding-standard": "^6.0", + "mikey179/vfsstream": "^1.6.7", + "phpbench/phpbench": "^1.0", + "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", + "phpunit/php-invoker": "^3.1", + "phpunit/phpunit": "^9.5" }, + "type": "library", "autoload": { "psr-4": { - "Eloquent\\Composer\\NpmBridge\\": "src" + "Lcobucci\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Erin Millard", - "email": "ezzatron@gmail.com", - "homepage": "http://ezzatron.com/", - "role": "original author" - }, - { - "name": "OAT SA", - "email": "contact@taotesting.com", - "homepage": "https://taotestingg.com", - "role": "forkers" + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com", + "role": "Developer" } ], - "description": "NPM integration for Composer packages.", - "homepage": "https://github.com/oat-sa/composer-npm-bridge", + "description": "A simple library to work with JSON Web Token and JSON Web Signature", "keywords": [ - "Bridge", - "composer", - "composer-plugin", - "integration", - "npm", - "package", - "plugin" + "JWS", + "jwt" + ], + "support": { + "issues": "https://github.com/lcobucci/jwt/issues", + "source": "https://github.com/lcobucci/jwt/tree/4.1.5" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } ], - "time": "2019-05-29T11:55:45+00:00" + "time": "2021-09-28T19:34:56+00:00" }, { - "name": "oat-sa/extension-pcisample", - "version": "v2.5.3.1", + "name": "league/event", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-pcisample.git", - "reference": "b756707ccaf7756f6817234bb4f739da1687ff60" + "url": "https://github.com/thephpleague/event.git", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-pcisample/zipball/b756707ccaf7756f6817234bb4f739da1687ff60", - "reference": "b756707ccaf7756f6817234bb4f739da1687ff60", + "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "php": ">=5.4.0" }, - "type": "tao-extension", + "require-dev": { + "henrikbjorn/phpspec-code-coverage": "~1.0.1", + "phpspec/phpspec": "^2.2" + }, + "type": "library", "extra": { - "tao-extension-name": "pciSamples" + "branch-alias": { + "dev-master": "2.2-dev" + } }, "autoload": { "psr-4": { - "oat\\pciSamples\\": "" + "League\\Event\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies" + "name": "Frank de Jonge", + "email": "info@frenky.net" } ], - "homepage": "http://www.taotesting.com", + "description": "Event package", "keywords": [ - "TAO", - "computer-based-assessment" + "emitter", + "event", + "listener" ], - "time": "2020-08-06T07:55:14+00:00" + "support": { + "issues": "https://github.com/thephpleague/event/issues", + "source": "https://github.com/thephpleague/event/tree/master" + }, + "time": "2018-11-26T11:52:41+00:00" }, { - "name": "oat-sa/extension-tao-backoffice", - "version": "v4.1.3", + "name": "league/flysystem", + "version": "1.1.9", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-backoffice.git", - "reference": "580f0ee8ee968f2c0fa7d44b494fab849489199a" + "url": "https://github.com/thephpleague/flysystem.git", + "reference": "094defdb4a7001845300334e7c1ee2335925ef99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-backoffice/zipball/580f0ee8ee968f2c0fa7d44b494fab849489199a", - "reference": "580f0ee8ee968f2c0fa7d44b494fab849489199a", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99", + "reference": "094defdb4a7001845300334e7c1ee2335925ef99", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "ext-fileinfo": "*", + "league/mime-type-detection": "^1.3", + "php": "^7.2.5 || ^8.0" }, - "type": "tao-extension", + "conflict": { + "league/flysystem-sftp": "<1.0.6" + }, + "require-dev": { + "phpspec/prophecy": "^1.11.1", + "phpunit/phpunit": "^8.5.8" + }, + "suggest": { + "ext-ftp": "Allows you to use FTP server storage", + "ext-openssl": "Allows you to use FTPS server storage", + "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", + "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", + "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", + "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", + "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", + "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", + "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", + "league/flysystem-webdav": "Allows you to use WebDAV storage", + "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", + "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", + "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" + }, + "type": "library", "extra": { - "tao-extension-name": "taoBackOffice" + "branch-alias": { + "dev-master": "1.1-dev" + } }, "autoload": { "psr-4": { - "oat\\taoBackOffice\\": "" + "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Frank de Jonge", + "email": "info@frenky.net" } ], - "homepage": "http://www.taotesting.com", + "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ - "TAO", - "computer-based-assessment" + "Cloud Files", + "WebDAV", + "abstraction", + "aws", + "cloud", + "copy.com", + "dropbox", + "file systems", + "files", + "filesystem", + "filesystems", + "ftp", + "rackspace", + "remote", + "s3", + "sftp", + "storage" ], - "time": "2020-08-06T07:57:37+00:00" + "support": { + "issues": "https://github.com/thephpleague/flysystem/issues", + "source": "https://github.com/thephpleague/flysystem/tree/1.1.9" + }, + "funding": [ + { + "url": "https://offset.earth/frankdejonge", + "type": "other" + } + ], + "time": "2021-12-09T09:40:50+00:00" }, { - "name": "oat-sa/extension-tao-clientdiag", - "version": "v7.3.3.1", + "name": "league/flysystem-memory", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-clientdiag.git", - "reference": "cd172dbd9a2b3ed2825d2f85b5a6098d3f13640d" + "url": "https://github.com/thephpleague/flysystem-memory.git", + "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-clientdiag/zipball/cd172dbd9a2b3ed2825d2f85b5a6098d3f13640d", - "reference": "cd172dbd9a2b3ed2825d2f85b5a6098d3f13640d", + "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", + "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "sinergi/browser-detector": "^6.0.2" + "league/flysystem": "~1.0" }, - "type": "tao-extension", + "require-dev": { + "phpunit/phpunit": "^5.7.10" + }, + "type": "library", "extra": { - "tao-extension-name": "taoClientDiagnostic" + "branch-alias": { + "dev-master": "1.0-dev" + } }, "autoload": { "psr-4": { - "oat\\taoClientDiagnostic\\": "" + "League\\Flysystem\\Memory\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Chris Leppanen", + "email": "chris.leppanen@gmail.com", + "role": "Developer" } ], - "description": "Check compatibility of the os and browser of a client", - "homepage": "http://www.taotesting.com", + "description": "An in-memory adapter for Flysystem.", + "homepage": "https://github.com/thephpleague/flysystem-memory", "keywords": [ - "TAO", - "computer-based-assessment" + "Flysystem", + "adapter", + "memory" ], - "time": "2020-08-06T12:14:44+00:00" + "support": { + "issues": "https://github.com/thephpleague/flysystem-memory/issues", + "source": "https://github.com/thephpleague/flysystem-memory/tree/1.0.2" + }, + "time": "2019-05-30T21:34:13+00:00" }, { - "name": "oat-sa/extension-tao-community", - "version": "v7.2.1", + "name": "league/mime-type-detection", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-community.git", - "reference": "48260aec5dc6055f97cee32de30ac4509eaf85b4" + "url": "https://github.com/thephpleague/mime-type-detection.git", + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-community/zipball/48260aec5dc6055f97cee32de30ac4509eaf85b4", - "reference": "48260aec5dc6055f97cee32de30ac4509eaf85b4", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", "shasum": "" }, "require": { - "oat-sa/extension-tao-delivery-rdf": ">=10.2.0||dev-develop", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "ext-fileinfo": "*", + "php": "^7.2 || ^8.0" }, - "type": "tao-extension", - "extra": { - "tao-extension-name": "taoCe" + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.2", + "phpstan/phpstan": "^0.12.68", + "phpunit/phpunit": "^8.5.8 || ^9.3" }, + "type": "library", "autoload": { "psr-4": { - "oat\\taoCe\\": "" + "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" - }, - { - "name": "Jérôme Bogaerts", - "role": "Developer" + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "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" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2021-11-21T11:48:40+00:00" + }, + { + "name": "league/oauth2-server", + "version": "8.3.3", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/f5698a3893eda9a17bcd48636990281e7ca77b2a", + "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a", + "shasum": "" + }, + "require": { + "defuse/php-encryption": "^2.2.1", + "ext-json": "*", + "ext-openssl": "*", + "lcobucci/jwt": "^3.4.6 || ^4.0.4", + "league/event": "^2.2", + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.0.1" + }, + "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.3" + }, + "funding": [ + { + "url": "https://github.com/sephster", + "type": "github" + } + ], + "time": "2021-10-11T20:41:49+00:00" + }, + { + "name": "league/openapi-psr7-validator", + "version": "0.9", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/openapi-psr7-validator.git", + "reference": "ac49e52407b92ceb52ab1a57083a51db8e8de660" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/openapi-psr7-validator/zipball/ac49e52407b92ceb52ab1a57083a51db8e8de660", + "reference": "ac49e52407b92ceb52ab1a57083a51db8e8de660", + "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" + }, + "require-dev": { + "cache/array-adapter": "^1.0", + "doctrine/coding-standard": "^6.0", + "guzzlehttp/psr7": "^1.5", + "phpunit/phpunit": "^7|^8" + }, + "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/master" + }, + "time": "2020-06-12T10:28:04+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.26.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5", + "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.26.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2021-05-28T08:32:12+00:00" + }, + { + "name": "naneau/semver", + "version": "0.0.7", + "source": { + "type": "git", + "url": "https://github.com/naneau/semver.git", + "reference": "60ea59641aad840f97f3c9057e2f2b7bc087eaa3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/naneau/semver/zipball/60ea59641aad840f97f3c9057e2f2b7bc087eaa3", + "reference": "60ea59641aad840f97f3c9057e2f2b7bc087eaa3", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Naneau\\SemVer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Maurice Fonk", + "email": "maurice@naneau.net", + "homepage": "http://mauricefonk.com", + "role": "developer" + } + ], + "description": "A decent, standards-compliant, Semantic Versioning (SemVer) parser and library", + "homepage": "https://github.com/naneau/semver", + "keywords": [ + "semantic", + "semver", + "versioning" + ], + "support": { + "issues": "https://github.com/naneau/semver/issues", + "source": "https://github.com/naneau/semver/tree/get_original_version" + }, + "time": "2013-01-04T00:00:00+00:00" + }, + { + "name": "nesbot/carbon", + "version": "2.55.2", + "source": { + "type": "git", + "url": "https://github.com/briannesbitt/Carbon.git", + "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2", + "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.1.8 || ^8.0", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" + }, + "require-dev": { + "doctrine/dbal": "^2.0 || ^3.0", + "doctrine/orm": "^2.7", + "friendsofphp/php-cs-fixer": "^3.0", + "kylekatarnls/multi-tester": "^2.0", + "phpmd/phpmd": "^2.9", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12.54", + "phpunit/phpunit": "^7.5.20 || ^8.5.14", + "squizlabs/php_codesniffer": "^3.4" + }, + "bin": [ + "bin/carbon" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev", + "dev-master": "2.x-dev" + }, + "laravel": { + "providers": [ + "Carbon\\Laravel\\ServiceProvider" + ] + }, + "phpstan": { + "includes": [ + "extension.neon" + ] + } + }, + "autoload": { + "psr-4": { + "Carbon\\": "src/Carbon/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Brian Nesbitt", + "email": "brian@nesbot.com", + "homepage": "https://markido.com" + }, + { + "name": "kylekatarnls", + "homepage": "https://github.com/kylekatarnls" + } + ], + "description": "An API extension for DateTime that supports 281 different languages.", + "homepage": "https://carbon.nesbot.com", + "keywords": [ + "date", + "datetime", + "time" + ], + "support": { + "docs": "https://carbon.nesbot.com/docs", + "issues": "https://github.com/briannesbitt/Carbon/issues", + "source": "https://github.com/briannesbitt/Carbon" + }, + "funding": [ + { + "url": "https://opencollective.com/Carbon", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", + "type": "tidelift" + } + ], + "time": "2021-12-03T14:59:52+00:00" + }, + { + "name": "nikic/fast-route", + "version": "v1.3.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/FastRoute.git", + "reference": "181d480e08d9476e61381e04a71b34dc0432e812" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", + "reference": "181d480e08d9476e61381e04a71b34dc0432e812", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35|~5.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "FastRoute\\": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov", + "email": "nikic@php.net" + } + ], + "description": "Fast request router for PHP", + "keywords": [ + "router", + "routing" + ], + "support": { + "issues": "https://github.com/nikic/FastRoute/issues", + "source": "https://github.com/nikic/FastRoute/tree/master" + }, + "time": "2018-02-13T20:26:39+00:00" + }, + { + "name": "nyholm/psr7", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/Nyholm/psr7.git", + "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Nyholm/psr7/zipball/2212385b47153ea71b1c1b1374f8cb5e4f7892ec", + "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "php-http/message-factory": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "http-interop/http-factory-tests": "^0.9", + "php-http/psr7-integration-tests": "^1.0", + "phpunit/phpunit": "^7.5 || 8.5 || 9.4", + "symfony/error-handler": "^4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "Nyholm\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + }, + { + "name": "Martijn van der Ven", + "email": "martijn@vanderven.se" + } + ], + "description": "A fast PHP7 implementation of PSR-7", + "homepage": "https://tnyholm.se", + "keywords": [ + "psr-17", + "psr-7" + ], + "support": { + "issues": "https://github.com/Nyholm/psr7/issues", + "source": "https://github.com/Nyholm/psr7/tree/1.4.1" + }, + "funding": [ + { + "url": "https://github.com/Zegnat", + "type": "github" + }, + { + "url": "https://github.com/nyholm", + "type": "github" + } + ], + "time": "2021-07-02T08:32:20+00:00" + }, + { + "name": "oat-sa/composer-npm-bridge", + "version": "0.4.2", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/composer-npm-bridge.git", + "reference": "2d1fa0cc7f21477ceebb04ef444ee0924c475bd0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/composer-npm-bridge/zipball/2d1fa0cc7f21477ceebb04ef444ee0924c475bd0", + "reference": "2d1fa0cc7f21477ceebb04ef444ee0924c475bd0", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.6" + }, + "require-dev": { + "composer/composer": "dev-master", + "eloquent/phony-phpunit": "^1", + "errors/exceptions": "^0.2", + "phpunit/phpunit": "^5" + }, + "type": "composer-plugin", + "extra": { + "class": "Eloquent\\Composer\\NpmBridge\\NpmBridgePlugin" + }, + "autoload": { + "psr-4": { + "Eloquent\\Composer\\NpmBridge\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Erin Millard", + "email": "ezzatron@gmail.com", + "homepage": "http://ezzatron.com/", + "role": "original author" + }, + { + "name": "OAT SA", + "email": "contact@taotesting.com", + "homepage": "https://taotestingg.com", + "role": "forkers" + } + ], + "description": "NPM integration for Composer packages.", + "homepage": "https://github.com/oat-sa/composer-npm-bridge", + "keywords": [ + "Bridge", + "composer", + "composer-plugin", + "integration", + "npm", + "package", + "plugin" + ], + "support": { + "source": "https://github.com/oat-sa/composer-npm-bridge/tree/v0.4.2" + }, + "time": "2020-11-20T08:17:48+00:00" + }, + { + "name": "oat-sa/extension-pcisample", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-pcisample.git", + "reference": "b503aa11251a2180f710d9dd9c29262b56b01198" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-pcisample/zipball/b503aa11251a2180f710d9dd9c29262b56b01198", + "reference": "b503aa11251a2180f710d9dd9c29262b56b01198", + "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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "pciSamples" + }, + "autoload": { + "psr-4": { + "oat\\pciSamples\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies" + } + ], + "homepage": "http://www.taotesting.com", + "keywords": [ + "TAO", + "computer-based-assessment" + ], + "support": { + "issues": "https://github.com/oat-sa/extension-pcisample/issues", + "source": "https://github.com/oat-sa/extension-pcisample/tree/v3.1.1" + }, + "time": "2021-07-14T07:02:29+00:00" + }, + { + "name": "oat-sa/extension-tao-backoffice", + "version": "v6.3.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-backoffice.git", + "reference": "033e5f8bbd9acca295efc6125cd0a7ec0235e40f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-backoffice/zipball/033e5f8bbd9acca295efc6125cd0a7ec0235e40f", + "reference": "033e5f8bbd9acca295efc6125cd0a7ec0235e40f", + "shasum": "" + }, + "require": { + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.36.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoBackOffice" + }, + "autoload": { + "psr-4": { + "oat\\taoBackOffice\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies SA" + } + ], + "homepage": "http://www.taotesting.com", + "keywords": [ + "TAO", + "computer-based-assessment" + ], + "support": { + "issues": "https://github.com/oat-sa/extension-tao-backoffice/issues", + "source": "https://github.com/oat-sa/extension-tao-backoffice/tree/v6.3.0" + }, + "time": "2021-09-20T08:15:27+00:00" + }, + { + "name": "oat-sa/extension-tao-clientdiag", + "version": "v8.3.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-clientdiag.git", + "reference": "ffeb0e391979f53949512bb42923d29e9342620f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-clientdiag/zipball/ffeb0e391979f53949512bb42923d29e9342620f", + "reference": "ffeb0e391979f53949512bb42923d29e9342620f", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-itemqti": ">=27.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0", + "sinergi/browser-detector": "^6.0.2" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoClientDiagnostic" + }, + "autoload": { + "psr-4": { + "oat\\taoClientDiagnostic\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies SA" + } + ], + "description": "Check compatibility of the os and browser of a client", + "homepage": "http://www.taotesting.com", + "keywords": [ + "TAO", + "computer-based-assessment" + ], + "support": { + "issues": "https://github.com/oat-sa/extension-tao-clientdiag/issues", + "source": "https://github.com/oat-sa/extension-tao-clientdiag/tree/v8.3.0" + }, + "time": "2021-09-29T14:34:04+00:00" + }, + { + "name": "oat-sa/extension-tao-community", + "version": "v10.1.2", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-community.git", + "reference": "5109e0748d8f30f25393108f8ffe144437beea93" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-community/zipball/5109e0748d8f30f25393108f8ffe144437beea93", + "reference": "5109e0748d8f30f25393108f8ffe144437beea93", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-backoffice": ">=6.0.0", + "oat-sa/extension-tao-delivery-rdf": ">=14.3.0", + "oat-sa/extension-tao-funcacl": ">=7.0.0", + "oat-sa/extension-tao-group": ">=7.0.0", + "oat-sa/extension-tao-item": ">=11.0.0", + "oat-sa/extension-tao-itemqti": ">=27.0.0", + "oat-sa/extension-tao-itemqti-pci": ">=7.0.0", + "oat-sa/extension-tao-outcomerds": ">=8.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/extension-tao-testqti-previewer": ">=3.0.0", + "oat-sa/extension-tao-testtaker": ">=8.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoCe" + }, + "autoload": { + "psr-4": { + "oat\\taoCe\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" + }, + { + "name": "Joel Bout", + "role": "Developer" + }, + { + "name": "Bertrand Chevrier", + "role": "Developer" + }, + { + "name": "Lionel Lecaque", + "role": "Developer" + }, + { + "name": "Patrick Plichart", + "role": "Developer" + }, + { + "name": "Dieter Raber", + "role": "Developer" + }, + { + "name": "Somsack Sipasseuth", + "role": "Developer" + } + ], + "description": "extension that gather community tools in TAO", + "homepage": "http://www.taotesting.com", + "keywords": [ + "OAT", + "QTI", + "TAO", + "computer-based-assessment" + ], + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-community/tree/v10.1.2" + }, + "time": "2021-09-16T15:08:40+00:00" + }, + { + "name": "oat-sa/extension-tao-dac-simple", + "version": "v7.3.1", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-dac-simple.git", + "reference": "bf7aac34cda6a9fd0fd5a51860bc8ae9fbc57025" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-dac-simple/zipball/bf7aac34cda6a9fd0fd5a51860bc8ae9fbc57025", + "reference": "bf7aac34cda6a9fd0fd5a51860bc8ae9fbc57025", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-backoffice": ">=6.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.0.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoDacSimple" + }, + "autoload": { + "psr-4": { + "oat\\taoDacSimple\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies SA" + } + ], + "description": "extension that allows admin to give access to some resources to other people", + "homepage": "http://www.taotesting.com", + "keywords": [ + "TAO", + "computer-based-assessment" + ], + "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" + }, + "time": "2021-07-26T14:28:20+00:00" + }, + { + "name": "oat-sa/extension-tao-delivery", + "version": "v15.5.2", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-delivery.git", + "reference": "59c8ab3855363aac7e320ead7afe1b83138bf99d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery/zipball/59c8ab3855363aac7e320ead7afe1b83138bf99d", + "reference": "59c8ab3855363aac7e320ead7afe1b83138bf99d", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-outcome": ">=13.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.9.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoDelivery" + }, + "autoload": { + "psr-4": { + "oat\\taoDelivery\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" + }, + { + "name": "Joel Bout", + "role": "Developer" + }, + { + "name": "Bertrand Chevrier", + "role": "Developer" + }, + { + "name": "Lionel Lecaque", + "role": "Developer" + }, + { + "name": "Patrick Plichart", + "role": "Developer" + }, + { + "name": "Dieter Raber", + "role": "Developer" + }, + { + "name": "Somsack Sipasseuth", + "role": "Developer" + } + ], + "description": "extension to manage deliveries", + "homepage": "http://www.taotesting.com", + "keywords": [ + "OAT", + "TAO", + "computer-based-assessment" + ], + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-delivery/tree/v15.5.2" + }, + "time": "2021-11-10T13:06:25+00:00" + }, + { + "name": "oat-sa/extension-tao-delivery-rdf", + "version": "v14.7.1", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-delivery-rdf.git", + "reference": "bd1946d90964d632ff3b53b88f40fc684857d9bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery-rdf/zipball/bd1946d90964d632ff3b53b88f40fc684857d9bd", + "reference": "bd1946d90964d632ff3b53b88f40fc684857d9bd", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-delivery": ">=15.0.0", + "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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.45.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoDeliveryRdf" + }, + "autoload": { + "psr-4": { + "oat\\taoDeliveryRdf\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies SA" + } + ], + "description": "Manages deliveries using the ontology", + "homepage": "http://www.taotesting.com", + "keywords": [ + "TAO", + "computer-based-assessment" + ], + "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" + }, + "time": "2021-12-08T12:35:32+00:00" + }, + { + "name": "oat-sa/extension-tao-eventlog", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-eventlog.git", + "reference": "daa73cb8d3798700c8e3311a84fbe0186ef6404c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-eventlog/zipball/daa73cb8d3798700c8e3311a84fbe0186ef6404c", + "reference": "daa73cb8d3798700c8e3311a84fbe0186ef6404c", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-delivery-rdf": ">=14.0.0", + "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-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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoEventLog" + }, + "autoload": { + "psr-4": { + "oat\\taoEventLog\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies SA" + } + ], + "description": "The event logging system", + "homepage": "http://www.taotesting.com", + "keywords": [ + "TAO", + "computer-based-assessment" + ], + "support": { + "issues": "https://github.com/oat-sa/extension-tao-eventlog/issues", + "source": "https://github.com/oat-sa/extension-tao-eventlog/tree/v3.1.1" + }, + "time": "2021-11-10T13:32:13+00:00" + }, + { + "name": "oat-sa/extension-tao-funcacl", + "version": "v7.0.1", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-funcacl.git", + "reference": "6e150f8d62fd4965d14c112637ef42b67dcec118" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-funcacl/zipball/6e150f8d62fd4965d14c112637ef42b67dcec118", + "reference": "6e150f8d62fd4965d14c112637ef42b67dcec118", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-backoffice": ">=6.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "funcAcl" + }, + "autoload": { + "psr-4": { + "oat\\funcAcl\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" + }, + { + "name": "Joel Bout", + "role": "Developer" + }, + { + "name": "Bertrand Chevrier", + "role": "Developer" + }, + { + "name": "Lionel Lecaque", + "role": "Developer" + }, + { + "name": "Patrick Plichart", + "role": "Developer" + }, + { + "name": "Dieter Raber", + "role": "Developer" + }, + { + "name": "Somsack Sipasseuth", + "role": "Developer" + } + ], + "description": "extension to manage features access control into TAO", + "homepage": "http://www.taotesting.com", + "keywords": [ + "OAT", + "QTI", + "TAO", + "computer-based-assessment" + ], + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-funcacl/tree/v7.0.1" + }, + "time": "2021-04-08T15:13:14+00:00" + }, + { + "name": "oat-sa/extension-tao-group", + "version": "v7.5.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-group.git", + "reference": "3b49c5e38921c6390e54249eaf34b031f5084382" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-group/zipball/3b49c5e38921c6390e54249eaf34b031f5084382", + "reference": "3b49c5e38921c6390e54249eaf34b031f5084382", + "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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.45.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoGroups" + }, + "autoload": { + "psr-4": { + "oat\\taoGroups\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" }, { "name": "Joel Bout", @@ -1517,40 +3436,56 @@ "role": "Developer" } ], - "description": "extension that gather community tools in TAO", + "description": "extension to manage group", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", - "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:54:34+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-group/tree/v7.5.0" + }, + "time": "2021-10-08T09:03:22+00:00" }, { - "name": "oat-sa/extension-tao-dac-simple", - "version": "v5.1.2", + "name": "oat-sa/extension-tao-item", + "version": "v11.16.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-dac-simple.git", - "reference": "9b59b8026bed42684e26d8292c9edbbfc18e32ef" + "url": "https://github.com/oat-sa/extension-tao-item.git", + "reference": "4ff160970ad2178c7ff3f45e1ce591f6cfe0ce99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-dac-simple/zipball/9b59b8026bed42684e26d8292c9edbbfc18e32ef", - "reference": "9b59b8026bed42684e26d8292c9edbbfc18e32ef", + "url": "https://api.github.com/repos/oat-sa/extension-tao-item/zipball/4ff160970ad2178c7ff3f45e1ce591f6cfe0ce99", + "reference": "4ff160970ad2178c7ff3f45e1ce591f6cfe0ce99", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-backoffice": ">=6.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.45.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoDacSimple" + "tao-extension-name": "taoItems", + "npm-bridge": { + "arguments": [ + "--prefix", + "views" + ] + } }, "autoload": { "psr-4": { - "oat\\taoDacSimple\\": "" + "oat\\taoItems\\model\\": "models/classes/", + "oat\\taoItems\\helpers\\": "helpers", + "oat\\taoItems\\test\\": "test", + "oat\\taoItems\\scripts\\": "scripts" } }, "notification-url": "https://packagist.org/downloads/", @@ -1559,41 +3494,87 @@ ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" + }, + { + "name": "Joel Bout", + "role": "Developer" + }, + { + "name": "Bertrand Chevrier", + "role": "Developer" + }, + { + "name": "Lionel Lecaque", + "role": "Developer" + }, + { + "name": "Patrick Plichart", + "role": "Developer" + }, + { + "name": "Dieter Raber", + "role": "Developer" + }, + { + "name": "Somsack Sipasseuth", + "role": "Developer" } ], - "description": "extension that allows admin to give access to some resources to other people", + "description": "extension to manage items", "homepage": "http://www.taotesting.com", "keywords": [ + "OAT", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:58:36+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-item/tree/v11.16.0" + }, + "time": "2021-10-08T08:56:54+00:00" }, { - "name": "oat-sa/extension-tao-delivery", - "version": "v14.7.0.1", + "name": "oat-sa/extension-tao-itemqti", + "version": "v28.19.10", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-delivery.git", - "reference": "ee8f9c6b45b87636f936e8ed5f7891a357d1d86b" + "url": "https://github.com/oat-sa/extension-tao-itemqti.git", + "reference": "cfc3901c0a632145dab1405cb49c66294bc9a69b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery/zipball/ee8f9c6b45b87636f936e8ed5f7891a357d1d86b", - "reference": "ee8f9c6b45b87636f936e8ed5f7891a357d1d86b", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti/zipball/cfc3901c0a632145dab1405cb49c66294bc9a69b", + "reference": "cfc3901c0a632145dab1405cb49c66294bc9a69b", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.29.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoDelivery" + "tao-extension-name": "taoQtiItem", + "npm-bridge": { + "arguments": [ + "--prefix", + "views" + ] + } }, "autoload": { "psr-4": { - "oat\\taoDelivery\\": "" + "oat\\taoQtiItem\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1634,39 +3615,48 @@ "role": "Developer" } ], - "description": "extension to manage deliveries", + "description": "extension to create QTI items", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", + "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T12:46:23+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-itemqti/tree/v28.19.10" + }, + "time": "2021-12-08T12:33:40+00:00" }, { - "name": "oat-sa/extension-tao-delivery-rdf", - "version": "v10.2.3", + "name": "oat-sa/extension-tao-itemqti-pci", + "version": "v7.7.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-delivery-rdf.git", - "reference": "8a0e06da7b14ffadc33d7624d0bc222fd42138d1" + "url": "https://github.com/oat-sa/extension-tao-itemqti-pci.git", + "reference": "072239c467bc2954e93da101d624e9765a8b97fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-delivery-rdf/zipball/8a0e06da7b14ffadc33d7624d0bc222fd42138d1", - "reference": "8a0e06da7b14ffadc33d7624d0bc222fd42138d1", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pci/zipball/072239c467bc2954e93da101d624e9765a8b97fc", + "reference": "072239c467bc2954e93da101d624e9765a8b97fc", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-itemqti": ">=28.8.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.19.2" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoDeliveryRdf" + "tao-extension-name": "qtiItemPci" }, "autoload": { "psr-4": { - "oat\\taoDeliveryRdf\\": "" + "oat\\qtiItemPci\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1678,38 +3668,44 @@ "name": "Open Assessment Technologies SA" } ], - "description": "Manages deliveries using the ontology", "homepage": "http://www.taotesting.com", "keywords": [ "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:57:30+00:00" + "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" + }, + "time": "2021-09-30T08:53:27+00:00" }, { - "name": "oat-sa/extension-tao-eventlog", - "version": "v2.5.1", + "name": "oat-sa/extension-tao-itemqti-pic", + "version": "v6.1.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-eventlog.git", - "reference": "8baab6ba329616648f542aad9822223b9b817f3c" + "url": "https://github.com/oat-sa/extension-tao-itemqti-pic.git", + "reference": "50398fa47202e349c1fc42259ea71d69d6a757b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-eventlog/zipball/8baab6ba329616648f542aad9822223b9b817f3c", - "reference": "8baab6ba329616648f542aad9822223b9b817f3c", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pic/zipball/50398fa47202e349c1fc42259ea71d69d6a757b3", + "reference": "50398fa47202e349c1fc42259ea71d69d6a757b3", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-itemqti": ">=27.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoEventLog" + "tao-extension-name": "qtiItemPic" }, "autoload": { "psr-4": { - "oat\\taoEventLog\\": "" + "oat\\qtiItemPic\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1718,41 +3714,135 @@ ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Open Assessment Technologies" } ], - "description": "The event logging system", "homepage": "http://www.taotesting.com", "keywords": [ "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:53:07+00:00" + "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" + }, + "time": "2021-07-30T11:45:13+00:00" }, { - "name": "oat-sa/extension-tao-funcacl", - "version": "v5.3.3.1", + "name": "oat-sa/extension-tao-lti", + "version": "v14.0.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-funcacl.git", - "reference": "2f63907b690ece46063348d20ced43cc8f3297e9" + "url": "https://github.com/oat-sa/extension-tao-lti.git", + "reference": "d213909ecdcf48d43e1508cf6db1de53e9708475" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-funcacl/zipball/2f63907b690ece46063348d20ced43cc8f3297e9", - "reference": "2f63907b690ece46063348d20ced43cc8f3297e9", + "url": "https://api.github.com/repos/oat-sa/extension-tao-lti/zipball/d213909ecdcf48d43e1508cf6db1de53e9708475", + "reference": "d213909ecdcf48d43e1508cf6db1de53e9708475", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "ext-openssl": "*", + "oat-sa/generis": ">=14.0.0", + "oat-sa/lib-lti1p3-core": "^6.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.30.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "funcAcl" + "tao-extension-name": "taoLti" }, "autoload": { "psr-4": { - "oat\\funcAcl\\": "" + "oat\\taoLti\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" + }, + { + "name": "Joel Bout", + "role": "Developer" + }, + { + "name": "Bertrand Chevrier", + "role": "Developer" + }, + { + "name": "Lionel Lecaque", + "role": "Developer" + }, + { + "name": "Patrick Plichart", + "role": "Developer" + }, + { + "name": "Dieter Raber", + "role": "Developer" + }, + { + "name": "Somsack Sipasseuth", + "role": "Developer" + } + ], + "description": "extension to manage LTI services for TAO", + "homepage": "http://www.taotesting.com", + "keywords": [ + "LTI", + "OAT", + "TAO", + "computer-based-assessment" + ], + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-lti/tree/v14.0.0" + }, + "time": "2021-10-13T14:34:21+00:00" + }, + { + "name": "oat-sa/extension-tao-ltideliveryprovider", + "version": "v12.3.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-ltideliveryprovider.git", + "reference": "9f361830fb259e7d631841bc3ca7e057285a8502" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-ltideliveryprovider/zipball/9f361830fb259e7d631841bc3ca7e057285a8502", + "reference": "9f361830fb259e7d631841bc3ca7e057285a8502", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-delivery": ">=15.0.0", + "oat-sa/extension-tao-delivery-rdf": ">=14.0.0", + "oat-sa/extension-tao-lti": ">=13.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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "ltiDeliveryProvider" + }, + "autoload": { + "psr-4": { + "oat\\ltiDeliveryProvider\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1789,44 +3879,107 @@ "role": "Developer" }, { - "name": "Somsack Sipasseuth", - "role": "Developer" + "name": "Somsack Sipasseuth", + "role": "Developer" + } + ], + "description": "extension to manage LTI delivery provider for TAO", + "homepage": "http://www.taotesting.com", + "keywords": [ + "OAT", + "QTI", + "TAO", + "computer-based-assessment" + ], + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-ltideliveryprovider/tree/v12.3.0" + }, + "time": "2021-09-24T09:06:16+00:00" + }, + { + "name": "oat-sa/extension-tao-mediamanager", + "version": "v12.14.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/extension-tao-mediamanager.git", + "reference": "0293bd5c4e4cbfc12609087ab2d9988393cbdbcf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/extension-tao-mediamanager/zipball/0293bd5c4e4cbfc12609087ab2d9988393cbdbcf", + "reference": "0293bd5c4e4cbfc12609087ab2d9988393cbdbcf", + "shasum": "" + }, + "require": { + "oat-sa/extension-tao-item": ">=11.13.4", + "oat-sa/extension-tao-itemqti": ">=28.8.0", + "oat-sa/extension-tao-test": ">=15.0.0", + "oat-sa/extension-tao-testqti-previewer": "*", + "oat-sa/generis": ">=14.0.0", + "oat-sa/lib-generis-search": "2.1.2", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.45.0" + }, + "type": "tao-extension", + "extra": { + "tao-extension-name": "taoMediaManager" + }, + "autoload": { + "psr-4": { + "oat\\taoMediaManager\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Open Assessment Technologies" } ], - "description": "extension to manage features access control into TAO", + "description": "extension to manage media in TAO", "homepage": "http://www.taotesting.com", "keywords": [ - "OAT", - "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T12:46:28+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-mediamanager/tree/v12.14.0" + }, + "time": "2021-10-08T09:05:12+00:00" }, { - "name": "oat-sa/extension-tao-group", - "version": "v6.2.2", + "name": "oat-sa/extension-tao-outcome", + "version": "v13.1.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-group.git", - "reference": "903c8bef6cbf08cf75dd894d71d424fc0b177ab8" + "url": "https://github.com/oat-sa/extension-tao-outcome.git", + "reference": "51a06ea18292fc2e32e99dfa6aec0abf27a63380" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-group/zipball/903c8bef6cbf08cf75dd894d71d424fc0b177ab8", - "reference": "903c8bef6cbf08cf75dd894d71d424fc0b177ab8", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcome/zipball/51a06ea18292fc2e32e99dfa6aec0abf27a63380", + "reference": "51a06ea18292fc2e32e99dfa6aec0abf27a63380", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/generis": ">=14.0.0", + "oat-sa/lib-tao-dtms": "1.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoGroups" + "tao-extension-name": "taoResultServer" }, "autoload": { "psr-4": { - "oat\\taoGroups\\": "" + "oat\\taoResultServer\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1867,49 +4020,47 @@ "role": "Developer" } ], - "description": "extension to manage group", + "description": "extension to manage resultservers", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:57:02+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-outcome/tree/v13.1.0" + }, + "time": "2021-06-15T12:04:30+00:00" }, { - "name": "oat-sa/extension-tao-item", - "version": "v10.2.1", + "name": "oat-sa/extension-tao-outcomekeyvalue", + "version": "v6.1.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-item.git", - "reference": "13b7992154e2b62a964e8e345dc3534012d48a15" + "url": "https://github.com/oat-sa/extension-tao-outcomekeyvalue.git", + "reference": "44d2fada3f0749dcbeffeb099e6946a5336feaad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-item/zipball/13b7992154e2b62a964e8e345dc3534012d48a15", - "reference": "13b7992154e2b62a964e8e345dc3534012d48a15", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomekeyvalue/zipball/44d2fada3f0749dcbeffeb099e6946a5336feaad", + "reference": "44d2fada3f0749dcbeffeb099e6946a5336feaad", "shasum": "" }, "require": { - "oat-sa/composer-npm-bridge": "^0.3.0", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-outcome": ">=13.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoItems", - "npm-bridge": { - "arguments": [ - "--prefix", - "views" - ] - } + "tao-extension-name": "taoAltResultStorage" }, "autoload": { "psr-4": { - "oat\\taoItems\\model\\": "models/classes/", - "oat\\taoItems\\helpers\\": "helpers", - "oat\\taoItems\\test\\": "test", - "oat\\taoItems\\scripts\\": "scripts" + "oat\\taoAltResultStorage\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1950,49 +4101,44 @@ "role": "Developer" } ], - "description": "extension to manage items", + "description": "extension to manage key-value outcomes in TAO", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", + "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:57:44+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-outcomekeyvalue/tree/v6.1.1" + }, + "time": "2021-08-30T13:57:06+00:00" }, { - "name": "oat-sa/extension-tao-itemqti", - "version": "v23.3.1", + "name": "oat-sa/extension-tao-outcomelti", + "version": "v5.0.2", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-itemqti.git", - "reference": "3a2c54f98c324deeffa19e138d009019277b2da0" + "url": "https://github.com/oat-sa/extension-tao-outcomelti.git", + "reference": "f3d1981809684a01f1f79895c6d760e0c793c344" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti/zipball/3a2c54f98c324deeffa19e138d009019277b2da0", - "reference": "3a2c54f98c324deeffa19e138d009019277b2da0", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomelti/zipball/f3d1981809684a01f1f79895c6d760e0c793c344", + "reference": "f3d1981809684a01f1f79895c6d760e0c793c344", "shasum": "" }, "require": { - "naneau/semver": "~0.0.7", - "oat-sa/composer-npm-bridge": "^0.3.0", - "oat-sa/lib-tao-qti": "~5.0.0", + "oat-sa/extension-tao-lti": ">=12.0.0", + "oat-sa/extension-tao-outcome": ">=13.0.0", + "oat-sa/generis": ">=14.0.0", "oat-sa/oatbox-extension-installer": "~1.1||dev-master" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoQtiItem", - "npm-bridge": { - "arguments": [ - "--prefix", - "views" - ] - } - }, - "autoload": { - "psr-4": { - "oat\\taoQtiItem\\": "" - } + "tao-extension-name": "taoLtiBasicOutcome" }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2032,7 +4178,7 @@ "role": "Developer" } ], - "description": "extension to create QTI items", + "description": "extension to manage LTI outcome for TAO", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", @@ -2040,32 +4186,40 @@ "TAO", "computer-based-assessment" ], - "time": "2020-08-06T08:06:37+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-outcomelti/tree/v5.0.2" + }, + "time": "2021-04-07T16:05:08+00:00" }, { - "name": "oat-sa/extension-tao-itemqti-pci", - "version": "v6.2.1", + "name": "oat-sa/extension-tao-outcomerds", + "version": "v8.1.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-itemqti-pci.git", - "reference": "7ccb2e0f07b5f74540bdc8148dffdb84aa7c9167" + "url": "https://github.com/oat-sa/extension-tao-outcomerds.git", + "reference": "953b85ebd22e14c8533832726f4bd743395c3fbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti-pci/zipball/7ccb2e0f07b5f74540bdc8148dffdb84aa7c9167", - "reference": "7ccb2e0f07b5f74540bdc8148dffdb84aa7c9167", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomerds/zipball/953b85ebd22e14c8533832726f4bd743395c3fbf", + "reference": "953b85ebd22e14c8533832726f4bd743395c3fbf", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-outcome": ">=13.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "qtiItemPci" + "tao-extension-name": "taoOutcomeRds" }, "autoload": { "psr-4": { - "oat\\qtiItemPci\\": "" + "oat\\taoOutcomeRds\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2077,37 +4231,50 @@ "name": "Open Assessment Technologies SA" } ], + "description": "extension that allows outcome storage in relational database", "homepage": "http://www.taotesting.com", "keywords": [ "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:56:17+00:00" + "support": { + "issues": "https://github.com/oat-sa/extension-tao-outcomerds/issues", + "source": "https://github.com/oat-sa/extension-tao-outcomerds/tree/v8.1.1" + }, + "time": "2021-08-30T13:58:43+00:00" }, { - "name": "oat-sa/extension-tao-lti", - "version": "v11.3.1", + "name": "oat-sa/extension-tao-outcomeui", + "version": "v10.7.2", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-lti.git", - "reference": "d7c16213a2bbfd16e15c2d55d8c736034670eb4f" + "url": "https://github.com/oat-sa/extension-tao-outcomeui.git", + "reference": "39a8befb37868626a64d7ce1391ede42efcc1e66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-lti/zipball/d7c16213a2bbfd16e15c2d55d8c736034670eb4f", - "reference": "d7c16213a2bbfd16e15c2d55d8c736034670eb4f", + "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomeui/zipball/39a8befb37868626a64d7ce1391ede42efcc1e66", + "reference": "39a8befb37868626a64d7ce1391ede42efcc1e66", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-delivery": ">=15.0.0", + "oat-sa/extension-tao-delivery-rdf": ">=14.0.0", + "oat-sa/extension-tao-item": ">=11.0.0", + "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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoLti" + "tao-extension-name": "taoOutcomeUi" }, "autoload": { "psr-4": { - "oat\\taoLti\\": "" + "oat\\taoOutcomeUi\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2148,40 +4315,56 @@ "role": "Developer" } ], - "description": "extension to manage LTI services for TAO", + "description": "extension to display the outcomes", "homepage": "http://www.taotesting.com", "keywords": [ - "LTI", "OAT", + "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:56:26+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-outcomeui/tree/v10.7.2" + }, + "time": "2021-12-08T12:34:44+00:00" }, { - "name": "oat-sa/extension-tao-ltideliveryprovider", - "version": "v10.1.4.1", + "name": "oat-sa/extension-tao-proctoring", + "version": "v20.1.4", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-ltideliveryprovider.git", - "reference": "405f71f4fa3f371e666b850379550ed9e1c6eab8" + "url": "https://github.com/oat-sa/extension-tao-proctoring.git", + "reference": "f77427107546ac8680bbfed2bb4c36a796114c06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-ltideliveryprovider/zipball/405f71f4fa3f371e666b850379550ed9e1c6eab8", - "reference": "405f71f4fa3f371e666b850379550ed9e1c6eab8", + "url": "https://api.github.com/repos/oat-sa/extension-tao-proctoring/zipball/f77427107546ac8680bbfed2bb4c36a796114c06", + "reference": "f77427107546ac8680bbfed2bb4c36a796114c06", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-delivery": ">=15.0.0", + "oat-sa/extension-tao-delivery-rdf": ">=14.0.0", + "oat-sa/extension-tao-eventlog": ">=3.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/extension-tao-testtaker": ">=8.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/lib-tao-dtms": "1.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0", + "sinergi/browser-detector": "^6.0.2" }, "type": "tao-extension", "extra": { - "tao-extension-name": "ltiDeliveryProvider" + "tao-extension-name": "taoProctoring" }, "autoload": { "psr-4": { - "oat\\ltiDeliveryProvider\\": "" + "oat\\taoProctoring\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2190,72 +4373,51 @@ ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" - }, - { - "name": "Jérôme Bogaerts", - "role": "Developer" - }, - { - "name": "Joel Bout", - "role": "Developer" - }, - { - "name": "Bertrand Chevrier", - "role": "Developer" - }, - { - "name": "Lionel Lecaque", - "role": "Developer" - }, - { - "name": "Patrick Plichart", - "role": "Developer" - }, - { - "name": "Dieter Raber", - "role": "Developer" - }, - { - "name": "Somsack Sipasseuth", - "role": "Developer" + "name": "Open Assessment Technologies SA" } ], - "description": "extension to manage LTI delivery provider for TAO", + "description": "Proctoring for deliveries", "homepage": "http://www.taotesting.com", "keywords": [ - "OAT", - "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T13:47:02+00:00" + "support": { + "issues": "https://github.com/oat-sa/extension-tao-proctoring/issues", + "source": "https://github.com/oat-sa/extension-tao-proctoring/tree/v20.1.4" + }, + "time": "2021-11-10T12:45:23+00:00" }, { - "name": "oat-sa/extension-tao-mediamanager", - "version": "v9.0.2", + "name": "oat-sa/extension-tao-revision", + "version": "10.1.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-mediamanager.git", - "reference": "92143c84b72ad08eb72d7368c1ac8683464e6c22" + "url": "https://github.com/oat-sa/extension-tao-revision.git", + "reference": "01a2d17df00684f3a46eea6a571b998eabb63a8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-mediamanager/zipball/92143c84b72ad08eb72d7368c1ac8683464e6c22", - "reference": "92143c84b72ad08eb72d7368c1ac8683464e6c22", + "url": "https://api.github.com/repos/oat-sa/extension-tao-revision/zipball/01a2d17df00684f3a46eea6a571b998eabb63a8e", + "reference": "01a2d17df00684f3a46eea6a571b998eabb63a8e", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-item": ">=11.8.0", + "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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.19.2" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoMediaManager" + "tao-extension-name": "taoRevision" }, "autoload": { "psr-4": { - "oat\\taoMediaManager\\": "" + "oat\\taoRevision\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2264,41 +4426,51 @@ ], "authors": [ { - "name": "Open Assessment Technologies" + "name": "Open Assessment Technologies SA" } ], - "description": "extension to manage media in TAO", + "description": "The extension allows saving the intermediate state of objects and restoring them", "homepage": "http://www.taotesting.com", "keywords": [ "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:57:55+00:00" + "support": { + "issues": "https://github.com/oat-sa/extension-tao-revision/issues", + "source": "https://github.com/oat-sa/extension-tao-revision/tree/10.1.0" + }, + "time": "2021-07-30T13:04:59+00:00" }, { - "name": "oat-sa/extension-tao-outcome", - "version": "v10.2.3", + "name": "oat-sa/extension-tao-task-queue", + "version": "v6.5.3", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-outcome.git", - "reference": "6fd132b7f366164777972170774911e94e777e92" + "url": "https://github.com/oat-sa/extension-tao-task-queue.git", + "reference": "6fb65a5b16e52f12a60aa5c9568a316292b36507" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcome/zipball/6fd132b7f366164777972170774911e94e777e92", - "reference": "6fd132b7f366164777972170774911e94e777e92", + "url": "https://api.github.com/repos/oat-sa/extension-tao-task-queue/zipball/6fb65a5b16e52f12a60aa5c9568a316292b36507", + "reference": "6fb65a5b16e52f12a60aa5c9568a316292b36507", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "evenement/evenement": "^2.0", + "ext-pdo": "*", + "oat-sa/generis": ">=14.4.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.13.0", + "php": ">=5.5", + "react/child-process": "^0.5.2" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoResultServer" + "tao-extension-name": "taoTaskQueue" }, "autoload": { "psr-4": { - "oat\\taoResultServer\\": "" + "oat\\taoTaskQueue\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2311,67 +4483,61 @@ "homepage": "http://www.taotesting.com" }, { - "name": "Jérôme Bogaerts", - "role": "Developer" - }, - { - "name": "Joel Bout", - "role": "Developer" - }, - { - "name": "Bertrand Chevrier", - "role": "Developer" - }, - { - "name": "Lionel Lecaque", - "role": "Developer" - }, - { - "name": "Patrick Plichart", - "role": "Developer" - }, - { - "name": "Dieter Raber", - "role": "Developer" - }, - { - "name": "Somsack Sipasseuth", + "name": "Gyula Szucs", "role": "Developer" } ], - "description": "extension to manage resultservers", + "description": "TAO specific Task Queue with custom GUI", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", "TAO", - "computer-based-assessment" + "computer-based-assessment", + "queue", + "task" ], - "time": "2020-08-06T08:03:15+00:00" + "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" + }, + "time": "2021-11-10T13:17:22+00:00" }, { - "name": "oat-sa/extension-tao-outcomekeyvalue", - "version": "v5.4.1", + "name": "oat-sa/extension-tao-test", + "version": "v15.7.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-outcomekeyvalue.git", - "reference": "74f8704d58e35a027694d556fbe4401222469bec" + "url": "https://github.com/oat-sa/extension-tao-test.git", + "reference": "c4a0c07567b43b816b594489cd2fddfc5005908b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomekeyvalue/zipball/74f8704d58e35a027694d556fbe4401222469bec", - "reference": "74f8704d58e35a027694d556fbe4401222469bec", + "url": "https://api.github.com/repos/oat-sa/extension-tao-test/zipball/c4a0c07567b43b816b594489cd2fddfc5005908b", + "reference": "c4a0c07567b43b816b594489cd2fddfc5005908b", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-backoffice": ">=6.0.0", + "oat-sa/extension-tao-item": ">=11.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.45.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoAltResultStorage" + "tao-extension-name": "taoTests", + "npm-bridge": { + "arguments": [ + "--prefix", + "views" + ] + } }, "autoload": { "psr-4": { - "oat\\taoAltResultStorage\\": "" + "oat\\taoTests\\models\\": "models/classes/", + "oat\\taoTests\\test\\": "test", + "oat\\taoTests\\scripts\\": "scripts" } }, "notification-url": "https://packagist.org/downloads/", @@ -2412,36 +4578,64 @@ "role": "Developer" } ], - "description": "extension to manage key-value outcomes in TAO", + "description": "extension to manage tests", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", - "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-01-31T10:01:55+00:00" + "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" + }, + "time": "2021-11-10T13:35:32+00:00" }, { - "name": "oat-sa/extension-tao-outcomelti", - "version": "v3.2.1", + "name": "oat-sa/extension-tao-testqti", + "version": "v41.15.6", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-outcomelti.git", - "reference": "bec417df03ccf2f7e24046ebe26c9d7b7b20d6ce" + "url": "https://github.com/oat-sa/extension-tao-testqti.git", + "reference": "c14dfb84dce261daaefdef0066cafc35a49181da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomelti/zipball/bec417df03ccf2f7e24046ebe26c9d7b7b20d6ce", - "reference": "bec417df03ccf2f7e24046ebe26c9d7b7b20d6ce", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti/zipball/c14dfb84dce261daaefdef0066cafc35a49181da", + "reference": "c14dfb84dce261daaefdef0066cafc35a49181da", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "ext-dom": "*", + "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-outcome": ">=13.0.0", + "oat-sa/extension-tao-test": ">=15.0.0", + "oat-sa/generis": ">=14.0.0", + "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" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoLtiBasicOutcome" + "tao-extension-name": "taoQtiTest", + "npm-bridge": { + "arguments": [ + "--prefix", + "views" + ] + } + }, + "autoload": { + "psr-4": { + "oat\\taoQtiTest\\models\\": "models/classes/", + "oat\\taoQtiTest\\helpers\\": "helpers", + "oat\\taoQtiTest\\test\\": "test", + "oat\\taoQtiTest\\scripts\\": "scripts" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2481,7 +4675,7 @@ "role": "Developer" } ], - "description": "extension to manage LTI outcome for TAO", + "description": "extension to create QTI tests", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", @@ -2489,32 +4683,47 @@ "TAO", "computer-based-assessment" ], - "time": "2020-01-31T09:49:53+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-testqti/tree/v41.15.6" + }, + "time": "2021-12-08T12:34:09+00:00" }, { - "name": "oat-sa/extension-tao-outcomerds", - "version": "v6.3.1", + "name": "oat-sa/extension-tao-testqti-previewer", + "version": "v3.1.4", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-outcomerds.git", - "reference": "21dc41f4219d68a3f9009c064ca023a91abb152c" + "url": "https://github.com/oat-sa/extension-tao-testqti-previewer.git", + "reference": "a45e55049ce8af97957acd821a541c190cc8ab6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomerds/zipball/21dc41f4219d68a3f9009c064ca023a91abb152c", - "reference": "21dc41f4219d68a3f9009c064ca023a91abb152c", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti-previewer/zipball/a45e55049ce8af97957acd821a541c190cc8ab6c", + "reference": "a45e55049ce8af97957acd821a541c190cc8ab6c", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "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-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/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=47.0.0", + "qtism/qtism": "~0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoOutcomeRds" + "tao-extension-name": "taoQtiTestPreviewer" }, "autoload": { "psr-4": { - "oat\\taoOutcomeRds\\": "" + "oat\\taoQtiTestPreviewer\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2526,38 +4735,49 @@ "name": "Open Assessment Technologies SA" } ], - "description": "extension that allows outcome storage in relational database", + "description": "extension that provides QTI test previewer", "homepage": "http://www.taotesting.com", "keywords": [ + "OAT", + "QTI", "TAO", - "computer-based-assessment" + "computer-based-assessment", + "previewer" ], - "time": "2020-01-31T10:26:23+00:00" + "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" + }, + "time": "2022-01-12T13:58:58+00:00" }, { - "name": "oat-sa/extension-tao-outcomeui", - "version": "v8.2.3", + "name": "oat-sa/extension-tao-testtaker", + "version": "v8.6.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-outcomeui.git", - "reference": "f27fff7d7344b2177a7bfcd98cfed0e63a692b53" + "url": "https://github.com/oat-sa/extension-tao-testtaker.git", + "reference": "f73fb0073b6a27b26868a8b53f6e9e5bc2746758" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-outcomeui/zipball/f27fff7d7344b2177a7bfcd98cfed0e63a692b53", - "reference": "f27fff7d7344b2177a7bfcd98cfed0e63a692b53", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testtaker/zipball/f73fb0073b6a27b26868a8b53f6e9e5bc2746758", + "reference": "f73fb0073b6a27b26868a8b53f6e9e5bc2746758", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "oat-sa/extension-tao-backoffice": ">=6.0.0", + "oat-sa/generis": ">=14.0.0", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "oat-sa/tao-core": ">=48.45.0" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoOutcomeUi" + "tao-extension-name": "taoTestTaker" }, "autoload": { "psr-4": { - "oat\\taoOutcomeUi\\": "" + "oat\\taoTestTaker\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2598,42 +4818,83 @@ "role": "Developer" } ], - "description": "extension to display the outcomes", + "description": "extension to manage testtakers ", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", - "QTI", "TAO", "computer-based-assessment" ], - "time": "2020-08-06T07:54:19+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/extension-tao-testtaker/tree/v8.6.0" + }, + "time": "2021-10-08T09:03:07+00:00" }, { - "name": "oat-sa/extension-tao-proctoring", - "version": "v18.2.4", + "name": "oat-sa/generis", + "version": "v15.5.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-proctoring.git", - "reference": "9f0627e8cc2ff3a05c8211c46e3b5a17c3520193" + "url": "https://github.com/oat-sa/generis.git", + "reference": "0d312063fbf1d879357b55221ae88f98eaf22f3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-proctoring/zipball/9f0627e8cc2ff3a05c8211c46e3b5a17c3520193", - "reference": "9f0627e8cc2ff3a05c8211c46e3b5a17c3520193", + "url": "https://api.github.com/repos/oat-sa/generis/zipball/0d312063fbf1d879357b55221ae88f98eaf22f3d", + "reference": "0d312063fbf1d879357b55221ae88f98eaf22f3d", "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", + "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/oatbox-extension-installer": "~1.1||dev-master", - "sinergi/browser-detector": "^6.0.2" + "php": "^7.1", + "psr/cache": "~1.0", + "psr/container": "^1.0.0", + "psr/log": "~1.0", + "psr/simple-cache": "^1.0.1", + "ramsey/uuid": "^3.8", + "symfony/cache": "~4.1", + "symfony/config": "5.3.*", + "symfony/dependency-injection": "5.3.*", + "symfony/lock": "^3.4" + }, + "require-dev": { + "mikey179/vfsstream": "1.4.0", + "php-mock/php-mock": "^2.0", + "phpunit/phpunit": "^8.5" + }, + "suggest": { + "superbalist/flysystem-google-storage": "Supports google flystore" }, "type": "tao-extension", "extra": { - "tao-extension-name": "taoProctoring" + "tao-extension-name": "generis" }, "autoload": { "psr-4": { - "oat\\taoProctoring\\": "" - } + "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/constants.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2641,146 +4902,259 @@ ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Jérôme Bogaerts", + "role": "Developer" + }, + { + "name": "Joel Bout", + "role": "Developer" + }, + { + "name": "Bertrand Chevrier", + "role": "Developer" + }, + { + "name": "Lionel Lecaque", + "role": "Developer" + }, + { + "name": "Patrick Plichart", + "role": "Developer" + }, + { + "name": "Dieter Raber", + "role": "Developer" + }, + { + "name": "Somsack Sipasseuth", + "role": "Developer" } ], - "description": "Proctoring for deliveries", + "description": "TAO generis library", "homepage": "http://www.taotesting.com", "keywords": [ + "OAT", "TAO", - "computer-based-assessment" + "computer-based-assessment", + "doctrine-dbal" ], - "time": "2020-08-06T07:56:46+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/generis/tree/v15.5.1" + }, + "time": "2021-10-08T08:18:26+00:00" }, { - "name": "oat-sa/extension-tao-revision", - "version": "v7.0.1", + "name": "oat-sa/jig", + "version": "v0.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-revision.git", - "reference": "5bcac67c09ca33de4b300a5510103d2125bed6c3" + "url": "https://github.com/oat-sa/jig.git", + "reference": "521f260d16a5b8a820140f3b83458813d9928255" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-revision/zipball/5bcac67c09ca33de4b300a5510103d2125bed6c3", - "reference": "5bcac67c09ca33de4b300a5510103d2125bed6c3", + "url": "https://api.github.com/repos/oat-sa/jig/zipball/521f260d16a5b8a820140f3b83458813d9928255", + "reference": "521f260d16a5b8a820140f3b83458813d9928255", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" - }, - "type": "tao-extension", - "extra": { - "tao-extension-name": "taoRevision" + "php": ">=5.3.0" }, + "type": "library", "autoload": { "psr-4": { - "oat\\taoRevision\\": "" + "Jig\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Dieter Raber", + "email": "me@dieterraber.net" } ], - "homepage": "http://www.taotesting.com", - "keywords": [ - "TAO", - "computer-based-assessment" - ], - "time": "2020-08-06T07:53:23+00:00" + "description": "Jig PHP Utilities", + "support": { + "source": "https://github.com/oat-sa/jig/tree/master" + }, + "time": "2015-07-29T12:04:19+00:00" }, { - "name": "oat-sa/extension-tao-task-queue", - "version": "v5.0.1", + "name": "oat-sa/lib-beeme", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-task-queue.git", - "reference": "3fdd8c0c5e815b0360b4aa873653c5d62118f58e" + "url": "https://github.com/oat-sa/lib-beeme.git", + "reference": "a93c6a8887591ed13af6b07215784fdea85458e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-task-queue/zipball/3fdd8c0c5e815b0360b4aa873653c5d62118f58e", - "reference": "3fdd8c0c5e815b0360b4aa873653c5d62118f58e", + "url": "https://api.github.com/repos/oat-sa/lib-beeme/zipball/a93c6a8887591ed13af6b07215784fdea85458e5", + "reference": "a93c6a8887591ed13af6b07215784fdea85458e5", "shasum": "" }, "require": { - "evenement/evenement": "^2.0", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "php": ">=5.5", - "react/child-process": "^0.5.2" + "php": ">=5.3.0" }, - "type": "tao-extension", - "extra": { - "tao-extension-name": "taoTaskQueue" + "require-dev": { + "phpunit/phpunit": "~4.3" }, + "type": "library", "autoload": { "psr-4": { - "oat\\taoTaskQueue\\": "" + "oat\\beeme\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" + "name": "Adrean Boyadzhiev", + "email": "adrean.boyadzhiev@gmail.com" }, { - "name": "Gyula Szucs", - "role": "Developer" + "name": "Jérôme Bogaerts", + "email": "jerome@taotesting.com" } ], - "description": "TAO specific Task Queue with custom GUI", - "homepage": "http://www.taotesting.com", + "description": "Simple mathematical expression/equation parser and calculator.", "keywords": [ - "OAT", - "TAO", - "computer-based-assessment", - "queue", - "task" + "math calculator", + "math parser", + "shunting-yard algorithm" ], - "time": "2020-01-31T09:50:51+00:00" + "support": { + "source": "https://github.com/oat-sa/lib-beeme/tree/master" + }, + "time": "2016-11-03T16:25:18+00:00" }, { - "name": "oat-sa/extension-tao-test", - "version": "v13.4.4.1", + "name": "oat-sa/lib-generis-search", + "version": "V2.1.2", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-test.git", - "reference": "f93e080324fd9dede2b920f3c21299ae058b4092" + "url": "https://github.com/oat-sa/lib-generis-search.git", + "reference": "76338a05a83cb2cc13f4db2330b755e597501552" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-test/zipball/f93e080324fd9dede2b920f3c21299ae058b4092", - "reference": "f93e080324fd9dede2b920f3c21299ae058b4092", + "url": "https://api.github.com/repos/oat-sa/lib-generis-search/zipball/76338a05a83cb2cc13f4db2330b755e597501552", + "reference": "76338a05a83cb2cc13f4db2330b755e597501552", "shasum": "" }, "require": { - "oat-sa/composer-npm-bridge": "^0.3.0", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "zendframework/zend-servicemanager": "~2.5.0" }, - "type": "tao-extension", - "extra": { - "tao-extension-name": "taoTests", - "npm-bridge": { - "arguments": [ - "--prefix", - "views" - ] + "require-dev": { + "mikey179/vfsstream": "1.4.0", + "phpunit/phpunit": "~4.4@dev", + "sebastian/global-state": "~1.0@dev" + }, + "type": "library", + "autoload": { + "psr-4": { + "oat\\search\\test\\": "test", + "oat\\search\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "description": "Library provide an object search API", + "support": { + "issues": "https://github.com/oat-sa/lib-generis-search/issues", + "source": "https://github.com/oat-sa/lib-generis-search/tree/V2.1.2" + }, + "time": "2020-05-06T12:52:35+00:00" + }, + { + "name": "oat-sa/lib-lti1p3-core", + "version": "6.7.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/lib-lti1p3-core.git", + "reference": "73473f6d242441c03b4bf67f9dabc4e8b54316ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/lib-lti1p3-core/zipball/73473f6d242441c03b4bf67f9dabc4e8b54316ba", + "reference": "73473f6d242441c03b4bf67f9dabc4e8b54316ba", + "shasum": "" + }, + "require": { + "codercat/jwk-to-pem": "^1.0", + "ext-json": "*", + "ext-openssl": "*", + "guzzlehttp/guzzle": "^6.5 || ^7.0", + "lcobucci/jwt": "^3.4 || ^4.1.5", + "league/oauth2-server": "^8.2", + "nesbot/carbon": "^2.43", + "nyholm/psr7": "^1.3", + "php": ">=7.2.0", + "phpseclib/phpseclib": "^2.0.31", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "ramsey/uuid": "^3.9 || ^4" + }, + "require-dev": { + "cache/array-adapter": "^1.1", + "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\\Lti1p3Core\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "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" + }, + "time": "2021-12-15T15:52:29+00:00" + }, + { + "name": "oat-sa/lib-tao-dtms", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/lib-tao-dtms.git", + "reference": "dc3979af897154850756bc72e19a9670064b9f25" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/lib-tao-dtms/zipball/dc3979af897154850756bc72e19a9670064b9f25", + "reference": "dc3979af897154850756bc72e19a9670064b9f25", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", "autoload": { "psr-4": { - "oat\\taoTests\\models\\": "models/classes/", - "oat\\taoTests\\test\\": "test", - "oat\\taoTests\\scripts\\": "scripts" + "oat\\dtms\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2793,79 +5167,57 @@ "homepage": "http://www.taotesting.com" }, { - "name": "Jérôme Bogaerts", - "role": "Developer" - }, - { - "name": "Joel Bout", - "role": "Developer" - }, - { - "name": "Bertrand Chevrier", - "role": "Developer" - }, - { - "name": "Lionel Lecaque", - "role": "Developer" - }, - { - "name": "Patrick Plichart", - "role": "Developer" - }, - { - "name": "Dieter Raber", - "role": "Developer" - }, - { - "name": "Somsack Sipasseuth", + "name": "Ivan Klimchuk", + "email": "ivan@klimchuk.com", + "homepage": "http://klimchuk.com", "role": "Developer" } ], - "description": "extension to manage tests", - "homepage": "http://www.taotesting.com", + "description": "Classes for manipulate dates and intervals with microseconds precision", "keywords": [ - "OAT", - "TAO", - "computer-based-assessment" + "date", + "datetime", + "fractions", + "interval", + "iso8601", + "microseconds", + "milliseconds", + "ms", + "time" ], - "time": "2020-08-06T08:10:57+00:00" + "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" + }, + "time": "2018-02-19T14:54:02+00:00" }, { - "name": "oat-sa/extension-tao-testqti", - "version": "v35.9.1", + "name": "oat-sa/lib-tao-qti", + "version": "v7.2.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-testqti.git", - "reference": "3385a4381e38df1d75adb4f3fe68f6edba582986" + "url": "https://github.com/oat-sa/lib-tao-qti.git", + "reference": "ed31e32590a89bdea4c72f507e94ef84209fd1f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti/zipball/3385a4381e38df1d75adb4f3fe68f6edba582986", - "reference": "3385a4381e38df1d75adb4f3fe68f6edba582986", + "url": "https://api.github.com/repos/oat-sa/lib-tao-qti/zipball/ed31e32590a89bdea4c72f507e94ef84209fd1f4", + "reference": "ed31e32590a89bdea4c72f507e94ef84209fd1f4", "shasum": "" }, "require": { - "oat-sa/composer-npm-bridge": "^0.3.0", - "oat-sa/lib-test-cat": "2.3.7", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "php": ">=7.1", + "qtism/qtism": "0.24.12" }, - "type": "tao-extension", - "extra": { - "tao-extension-name": "taoQtiTest", - "npm-bridge": { - "arguments": [ - "--prefix", - "views" - ] - } + "require-dev": { + "phpunit/phpunit": "<9.0.0" }, + "type": "library", "autoload": { - "psr-4": { - "oat\\taoQtiTest\\models\\": "models/classes/", - "oat\\taoQtiTest\\helpers\\": "helpers", - "oat\\taoQtiTest\\test\\": "test", - "oat\\taoQtiTest\\scripts\\": "scripts" - } + "classmap": [ + "helpers/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2877,218 +5229,286 @@ "homepage": "http://www.taotesting.com" }, { - "name": "Jérôme Bogaerts", - "role": "Developer" - }, - { - "name": "Joel Bout", - "role": "Developer" - }, - { - "name": "Bertrand Chevrier", - "role": "Developer" - }, - { - "name": "Lionel Lecaque", - "role": "Developer" - }, - { - "name": "Patrick Plichart", - "role": "Developer" - }, - { - "name": "Dieter Raber", + "name": "Julien Sébire", + "email": "julien@taotesting.com", + "homepage": "http://www.taotesting.com", "role": "Developer" }, { - "name": "Somsack Sipasseuth", + "name": "Jérôme Bogaerts", + "email": "jerome@taotesting.com", + "homepage": "http://www.taotesting.com", "role": "Developer" } ], - "description": "extension to create QTI tests", + "description": "QTI Software Module Library for TAO", "homepage": "http://www.taotesting.com", "keywords": [ + "CBA", + "Computer-Aided Assessment", + "Computer-Assisted Assessment", + "Computer-Based Assessment", + "IMS", "OAT", "QTI", - "TAO", - "computer-based-assessment" + "TAO" ], - "time": "2020-08-06T07:54:01+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/lib-tao-qti/tree/v7.2.1" + }, + "time": "2021-07-06T09:19:58+00:00" }, { - "name": "oat-sa/extension-tao-testqti-previewer", - "version": "v2.10.2", + "name": "oat-sa/lib-test-cat", + "version": "v2.3.7", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-testqti-previewer.git", - "reference": "cb1403fdfba31636ef2259b78ed8eab6d2609ec3" + "url": "https://github.com/oat-sa/lib-test-cat.git", + "reference": "d7a3db607475a6221e05c2f638872440fb762b28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti-previewer/zipball/cb1403fdfba31636ef2259b78ed8eab6d2609ec3", - "reference": "cb1403fdfba31636ef2259b78ed8eab6d2609ec3", + "url": "https://api.github.com/repos/oat-sa/lib-test-cat/zipball/d7a3db607475a6221e05c2f638872440fb762b28", + "reference": "d7a3db607475a6221e05c2f638872440fb762b28", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" - }, - "type": "tao-extension", - "extra": { - "tao-extension-name": "taoQtiTestPreviewer" + "guzzlehttp/guzzle": "~6.0", + "php": ">=5.3.10" }, + "type": "library", "autoload": { "psr-4": { - "oat\\taoQtiTestPreviewer\\": "" + "oat\\libCat\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "GPL-2.0" ], "authors": [ { - "name": "Open Assessment Technologies SA" + "name": "Open Assessment Technologies S.A.", + "homepage": "http://www.taotesting.com" + }, + { + "name": "Joel Bout", + "email": "joel@taotesting.com", + "homepage": "http://www.taotesting.com", + "role": "Developer" } ], - "description": "extension that provides QTI test previewer", + "description": "Library to connect the taoTests engine to a computer adaptive test", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", - "QTI", "TAO", - "computer-based-assessment", - "previewer" + "computer-based-assessment" ], - "time": "2020-01-31T09:54:40+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/lib-test-cat/tree/master" + }, + "time": "2018-08-02T11:59:59+00:00" }, { - "name": "oat-sa/extension-tao-testtaker", - "version": "v7.2.2.1", + "name": "oat-sa/oatbox-extension-installer", + "version": "v1.2", "source": { "type": "git", - "url": "https://github.com/oat-sa/extension-tao-testtaker.git", - "reference": "aa540bcd93d119eda8cc2bb90ee6f2a16fa83b0e" + "url": "https://github.com/oat-sa/oatbox-extension-installer.git", + "reference": "db5e03f1d5dcffbe608f2840974331e54f0f8fc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testtaker/zipball/aa540bcd93d119eda8cc2bb90ee6f2a16fa83b0e", - "reference": "aa540bcd93d119eda8cc2bb90ee6f2a16fa83b0e", + "url": "https://api.github.com/repos/oat-sa/oatbox-extension-installer/zipball/db5e03f1d5dcffbe608f2840974331e54f0f8fc8", + "reference": "db5e03f1d5dcffbe608f2840974331e54f0f8fc8", "shasum": "" }, "require": { - "oat-sa/oatbox-extension-installer": "~1.1||dev-master" + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.4" }, - "type": "tao-extension", + "type": "composer-plugin", "extra": { - "tao-extension-name": "taoTestTaker" + "class": "oatbox\\composer\\ExtensionInstallerPlugin" }, "autoload": { - "psr-4": { - "oat\\taoTestTaker\\": "" + "psr-0": { + "oatbox\\composer": "./" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "GPL-2.0" ], "authors": [ { "name": "Open Assessment Technologies S.A.", "homepage": "http://www.taotesting.com" }, - { - "name": "Jérôme Bogaerts", - "role": "Developer" - }, - { - "name": "Joel Bout", - "role": "Developer" - }, - { - "name": "Bertrand Chevrier", - "role": "Developer" - }, { "name": "Lionel Lecaque", "role": "Developer" }, { - "name": "Patrick Plichart", - "role": "Developer" - }, - { - "name": "Dieter Raber", - "role": "Developer" - }, - { - "name": "Somsack Sipasseuth", + "name": "Ivan Klimchuk", "role": "Developer" } ], - "description": "extension to manage testtakers ", + "description": "Custom composer extension installer for TAO platform", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", "TAO", - "computer-based-assessment" + "composer", + "computer-based-assessment", + "oatbox" ], - "time": "2020-08-06T12:46:17+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/oatbox-extension-installer/tree/v1.2" + }, + "time": "2020-10-26T11:52:04+00:00" }, { - "name": "oat-sa/generis", - "version": "v12.6.4", + "name": "oat-sa/tao-community", + "version": "2021.11.8", "source": { "type": "git", - "url": "https://github.com/oat-sa/generis.git", - "reference": "8e9cfbf79bb9c4f40b1571e02dd7797430ca9b64" + "url": "https://github.com/oat-sa/tao-community.git", + "reference": "352cb93cf771c0bf2068eb7085148ec25d1ffbbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/generis/zipball/8e9cfbf79bb9c4f40b1571e02dd7797430ca9b64", - "reference": "8e9cfbf79bb9c4f40b1571e02dd7797430ca9b64", + "url": "https://api.github.com/repos/oat-sa/tao-community/zipball/352cb93cf771c0bf2068eb7085148ec25d1ffbbc", + "reference": "352cb93cf771c0bf2068eb7085148ec25d1ffbbc", "shasum": "" }, "require": { - "clearfw/clearfw": "~1.2.0", - "doctrine/annotations": "~1.6.0", - "doctrine/dbal": "~2.9.0", - "easyrdf/easyrdf": "^0.9.0", - "fluent/logger": "^1.0.1", - "league/flysystem": "~1.0", - "monolog/monolog": "^1.23.0", - "oat-sa/lib-generis-search": "^2.0.1", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "php": "^7.1", - "psr/container": "^1.0.0", - "psr/log": "~1.0", - "symfony/lock": "^3.4", - "zendframework/zend-servicemanager": "~2.5.0" + "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" }, - "require-dev": { - "mikey179/vfsstream": "1.4.0", - "php-mock/php-mock": "^2.0", - "phpunit/phpunit": "^4.8", - "symfony/cache": "~4.1" + "type": "library", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "homepage": "http://www.taotesting.com", + "name": "Open Assessment Technologies S.A." + } + ], + "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" + ], + "support": { + "issues": "http://forge.taotesting.com", + "forum": "http://forum.taotesting.com", + "source": "https://github.com/oat-sa/tao-community/tree/2021.11.8" }, - "suggest": { - "superbalist/flysystem-google-storage": "Supports google flystore" + "time": "2022-01-12T14:51:36+00:00" + }, + { + "name": "oat-sa/tao-core", + "version": "v48.45.6", + "source": { + "type": "git", + "url": "https://github.com/oat-sa/tao-core.git", + "reference": "df7bca7141bac0a70213b4fc78a6aa265e28cce5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oat-sa/tao-core/zipball/df7bca7141bac0a70213b4fc78a6aa265e28cce5", + "reference": "df7bca7141bac0a70213b4fc78a6aa265e28cce5", + "shasum": "" + }, + "require": { + "composer/package-versions-deprecated": "^1.11", + "doctrine/collections": "1.6.7", + "doctrine/dbal": "^2.10", + "doctrine/migrations": "3.0.1", + "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", + "oat-sa/composer-npm-bridge": "~0.4.2||dev-master", + "oat-sa/generis": ">=15.5.1", + "oat-sa/jig": "~0.1", + "oat-sa/oatbox-extension-installer": "~1.1||dev-master", + "paragonie/random_compat": "^2.0", + "php": "^7.1", + "phpdocumentor/reflection-docblock": "2.*", + "pimple/pimple": "^3.0", + "psr/http-message": "~1.0", + "relay/relay": "~2.0", + "slim/slim": "^3.0", + "symfony/dotenv": "~4.3" }, "type": "tao-extension", "extra": { - "tao-extension-name": "generis" + "tao-extension-name": "tao", + "npm-bridge": { + "arguments": [ + "--prefix", + "views" + ] + } }, "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/" + "oat\\tao\\controller\\": "controller", + "oat\\tao\\model\\": "models/classes/", + "oat\\tao\\helpers\\": "helpers", + "oat\\tao\\test\\": "test", + "oat\\tao\\scripts\\": "scripts", + "oat\\tao\\install\\": "install" }, "files": [ - "common/legacy/class.LegacyAutoLoader.php", - "common/constants.php" + "includes/globalHelpers.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -3129,37 +5549,73 @@ "role": "Developer" } ], - "description": "TAO generis library", + "description": "TAO core extension ", "homepage": "http://www.taotesting.com", "keywords": [ "OAT", "TAO", - "computer-based-assessment", - "doctrine-dbal" + "computer-based-assessment" ], - "time": "2020-10-05T15:43:54+00:00" + "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": "oat-sa/jig", - "version": "v0.1", + "name": "ocramius/proxy-manager", + "version": "2.13.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/jig.git", - "reference": "521f260d16a5b8a820140f3b83458813d9928255" + "url": "https://github.com/Ocramius/ProxyManager.git", + "reference": "21e2b4aa7d7661e7641cc6362fc8635ddcfa8464" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/jig/zipball/521f260d16a5b8a820140f3b83458813d9928255", - "reference": "521f260d16a5b8a820140f3b83458813d9928255", + "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/21e2b4aa7d7661e7641cc6362fc8635ddcfa8464", + "reference": "21e2b4aa7d7661e7641cc6362fc8635ddcfa8464", "shasum": "" }, "require": { - "php": ">=5.3.0" + "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" + } + }, "autoload": { "psr-4": { - "Jig\\": "" + "ProxyManager\\": "src/ProxyManager" } }, "notification-url": "https://packagist.org/downloads/", @@ -3168,38 +5624,64 @@ ], "authors": [ { - "name": "Dieter Raber", - "email": "me@dieterraber.net" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.io/" } ], - "description": "Jig PHP Utilities", - "time": "2015-07-29T12:04:19+00:00" + "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" }, { - "name": "oat-sa/lib-beeme", - "version": "0.0.0", + "name": "paragonie/random_compat", + "version": "v2.0.20", "source": { "type": "git", - "url": "https://github.com/oat-sa/lib-beeme.git", - "reference": "af3020dceddd44117efe3164ec9b24d6588ed4d6" + "url": "https://github.com/paragonie/random_compat.git", + "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-beeme/zipball/af3020dceddd44117efe3164ec9b24d6588ed4d6", - "reference": "af3020dceddd44117efe3164ec9b24d6588ed4d6", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", + "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.2.0" }, "require-dev": { - "phpunit/phpunit": "~4.3" + "phpunit/phpunit": "4.*|5.*" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { - "psr-4": { - "oat\\beeme\\": "src" - } + "files": [ + "lib/random.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3207,400 +5689,365 @@ ], "authors": [ { - "name": "Adrean Boyadzhiev", - "email": "adrean.boyadzhiev@gmail.com" - }, - { - "name": "Jérôme Bogaerts", - "email": "jerome@taotesting.com" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "Simple mathematical expression/equation parser and calculator.", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ - "math calculator", - "math parser", - "shunting-yard algorithm" + "csprng", + "polyfill", + "pseudorandom", + "random" ], - "time": "2016-04-05T09:23:52+00:00" + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2021-04-17T09:33:01+00:00" }, { - "name": "oat-sa/lib-generis-search", - "version": "v2.2.0", + "name": "php-http/message-factory", + "version": "v1.0.2", "source": { "type": "git", - "url": "https://github.com/oat-sa/lib-generis-search.git", - "reference": "28c0b9ecbab8fc5b4233c618e6f03196d05af184" + "url": "https://github.com/php-http/message-factory.git", + "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-generis-search/zipball/28c0b9ecbab8fc5b4233c618e6f03196d05af184", - "reference": "28c0b9ecbab8fc5b4233c618e6f03196d05af184", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", + "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", "shasum": "" }, "require": { - "zendframework/zend-servicemanager": "~2.5.0" - }, - "require-dev": { - "mikey179/vfsstream": "1.4.0", - "phpunit/phpunit": "^8.5" + "php": ">=5.4", + "psr/http-message": "^1.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, "autoload": { "psr-4": { - "oat\\search\\test\\": "test", - "oat\\search\\": "src" + "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "description": "Library provide an object search API", - "time": "2020-05-07T09:52:10+00:00" + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Factory interfaces for PSR-7 HTTP Message", + "homepage": "http://php-http.org", + "keywords": [ + "factory", + "http", + "message", + "stream", + "uri" + ], + "support": { + "issues": "https://github.com/php-http/message-factory/issues", + "source": "https://github.com/php-http/message-factory/tree/master" + }, + "time": "2015-12-19T14:08:53+00:00" }, { - "name": "oat-sa/lib-tao-dtms", - "version": "v1.0.0", + "name": "phpdocumentor/reflection-docblock", + "version": "2.0.5", "source": { "type": "git", - "url": "https://github.com/oat-sa/lib-tao-dtms.git", - "reference": "dc3979af897154850756bc72e19a9670064b9f25" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-tao-dtms/zipball/dc3979af897154850756bc72e19a9670064b9f25", - "reference": "dc3979af897154850756bc72e19a9670064b9f25", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "4.*" + "phpunit/phpunit": "~4.0" + }, + "suggest": { + "dflydev/markdown": "~1.0", + "erusev/parsedown": "~1.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { - "psr-4": { - "oat\\dtms\\": "src" + "psr-0": { + "phpDocumentor": [ + "src/" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" - }, - { - "name": "Ivan Klimchuk", - "email": "ivan@klimchuk.com", - "homepage": "http://klimchuk.com", - "role": "Developer" + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" } ], - "description": "Classes for manipulate dates and intervals with microseconds precision", - "keywords": [ - "date", - "datetime", - "fractions", - "interval", - "iso8601", - "microseconds", - "milliseconds", - "ms", - "time" - ], - "time": "2018-02-19T14:54:02+00:00" + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x" + }, + "time": "2016-01-25T08:17:30+00:00" }, { - "name": "oat-sa/lib-tao-qti", - "version": "v5.0.0", + "name": "phpseclib/phpseclib", + "version": "2.0.35", "source": { "type": "git", - "url": "https://github.com/oat-sa/lib-tao-qti.git", - "reference": "e39188137fce27f6835aef1ad83486f8f59b874c" + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-tao-qti/zipball/e39188137fce27f6835aef1ad83486f8f59b874c", - "reference": "e39188137fce27f6835aef1ad83486f8f59b874c", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4e16cf3f5f927a7d3f5317820af795c0366c0420", + "reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420", "shasum": "" }, "require": { - "oat-sa/lib-beeme": "~0.0.0", - "php": "~7.0", - "qtism/qtism": "0.19.0" + "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "<6.0.0" + "phing/phing": "~2.7", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", + "squizlabs/php_codesniffer": "~2.0" + }, + "suggest": { + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { - "classmap": [ - "helpers/" + "files": [ + "phpseclib/bootstrap.php" ], "psr-4": { - "qti\\customOperators\\": "model/operators/" + "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" }, { - "name": "Jérôme Bogaerts", - "email": "jerome@taotesting.com", - "homepage": "http://www.taotesting.com", + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", "role": "Developer" } ], - "description": "QTI Software Module Library for TAO", - "homepage": "http://www.taotesting.com", + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", "keywords": [ - "CBA", - "Computer-Aided Assessment", - "Computer-Assisted Assessment", - "Computer-Based Assessment", - "IMS", - "OAT", - "QTI", - "TAO" + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" ], - "time": "2020-01-29T09:44:34+00:00" - }, - { - "name": "oat-sa/lib-test-cat", - "version": "v2.3.7", - "source": { - "type": "git", - "url": "https://github.com/oat-sa/lib-test-cat.git", - "reference": "d7a3db607475a6221e05c2f638872440fb762b28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-test-cat/zipball/d7a3db607475a6221e05c2f638872440fb762b28", - "reference": "d7a3db607475a6221e05c2f638872440fb762b28", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "~6.0", - "php": ">=5.3.10" - }, - "type": "library", - "autoload": { - "psr-4": { - "oat\\libCat\\": "src/" - } + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.35" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0" - ], - "authors": [ + "funding": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" }, { - "name": "Joel Bout", - "email": "joel@taotesting.com", - "homepage": "http://www.taotesting.com", - "role": "Developer" + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" } ], - "description": "Library to connect the taoTests engine to a computer adaptive test", - "homepage": "http://www.taotesting.com", - "keywords": [ - "OAT", - "TAO", - "computer-based-assessment" - ], - "time": "2018-08-02T11:59:59+00:00" + "time": "2021-11-28T23:30:39+00:00" }, { - "name": "oat-sa/oatbox-extension-installer", - "version": "v1.1", + "name": "pimple/pimple", + "version": "v3.5.0", "source": { "type": "git", - "url": "https://github.com/oat-sa/oatbox-extension-installer.git", - "reference": "3fa57ad0188b8888aedcd67062ffacb37d001cde" + "url": "https://github.com/silexphp/Pimple.git", + "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/oatbox-extension-installer/zipball/3fa57ad0188b8888aedcd67062ffacb37d001cde", - "reference": "3fa57ad0188b8888aedcd67062ffacb37d001cde", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", + "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "php": ">=5.4" + "php": ">=7.2.5", + "psr/container": "^1.1 || ^2.0" }, - "type": "composer-plugin", + "require-dev": { + "symfony/phpunit-bridge": "^5.4@dev" + }, + "type": "library", "extra": { - "class": "oatbox\\composer\\ExtensionInstallerPlugin" + "branch-alias": { + "dev-master": "3.4.x-dev" + } }, "autoload": { "psr-0": { - "oatbox\\composer": "./" + "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" - }, - { - "name": "Lionel Lecaque", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "Custom composer extension installer for oatbox extension", - "homepage": "http://www.taotesting.com", + "description": "Pimple, a simple Dependency Injection Container", + "homepage": "https://pimple.symfony.com", "keywords": [ - "OAT", - "TAO", - "composer", - "computer-based-assessment", - "oatbox" + "container", + "dependency injection" ], - "time": "2015-11-23T11:35:13+00:00" + "support": { + "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" + }, + "time": "2021-10-28T11:13:42+00:00" }, { - "name": "oat-sa/tao-core", - "version": "v40.7.3", + "name": "psr/cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/oat-sa/tao-core.git", - "reference": "62ae6d22f0ca5fe5ddf779d4476b8ba78dc5442e" + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/tao-core/zipball/62ae6d22f0ca5fe5ddf779d4476b8ba78dc5442e", - "reference": "62ae6d22f0ca5fe5ddf779d4476b8ba78dc5442e", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { - "ezyang/htmlpurifier": "^4.9", - "guzzlehttp/guzzle": "~6.0", - "imsglobal/lti": "^3.0", - "justinrainbow/json-schema": "5.2.1", - "oat-sa/composer-npm-bridge": "^0.3.0", - "oat-sa/jig": "~0.1", - "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "paragonie/random_compat": "^2.0", - "php": ">=5.6", - "phpdocumentor/reflection-docblock": "2.*", - "pimple/pimple": "^3.0", - "psr/http-message": "~1.0", - "slim/slim": "^3.0", - "symfony/dotenv": "~4.3" + "php": ">=5.3.0" }, - "type": "tao-extension", + "type": "library", "extra": { - "tao-extension-name": "tao", - "npm-bridge": { - "arguments": [ - "--prefix", - "views" - ] + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "oat\\tao\\controller\\": "controller", - "oat\\tao\\model\\": "models/classes/", - "oat\\tao\\helpers\\": "helpers", - "oat\\tao\\test\\": "test", - "oat\\tao\\scripts\\": "scripts", - "oat\\tao\\install\\": "install" - }, - "files": [ - "includes/globalHelpers.php" - ] + "Psr\\Cache\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-only" + "MIT" ], "authors": [ { - "name": "Open Assessment Technologies S.A.", - "homepage": "http://www.taotesting.com" - }, - { - "name": "Jérôme Bogaerts", - "role": "Developer" - }, - { - "name": "Joel Bout", - "role": "Developer" - }, - { - "name": "Bertrand Chevrier", - "role": "Developer" - }, - { - "name": "Lionel Lecaque", - "role": "Developer" - }, - { - "name": "Patrick Plichart", - "role": "Developer" - }, - { - "name": "Dieter Raber", - "role": "Developer" - }, - { - "name": "Somsack Sipasseuth", - "role": "Developer" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "TAO core extension ", - "homepage": "http://www.taotesting.com", + "description": "Common interface for caching libraries", "keywords": [ - "OAT", - "TAO", - "computer-based-assessment" + "cache", + "psr", + "psr-6" ], - "time": "2020-08-06T07:52:24+00:00" + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2016-08-06T20:24:11+00:00" }, { - "name": "paragonie/random_compat", - "version": "v2.0.18", + "name": "psr/container", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", - "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + "php": ">=7.4.0" }, "type": "library", "autoload": { - "files": [ - "lib/random.php" - ] + "psr-4": { + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3608,55 +6055,52 @@ ], "authors": [ { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" ], - "time": "2019-01-03T20:59:08+00:00" + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "2.0.5", + "name": "psr/http-factory", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" + "url": "https://github.com/php-fig/http-factory.git", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" + "php": ">=7.0.0", + "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/" - ] + "psr-4": { + "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3665,42 +6109,52 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "time": "2016-01-25T08:17:30+00:00" + "description": "Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory/tree/master" + }, + "time": "2019-04-30T12:38:16+00:00" }, { - "name": "pimple/pimple", - "version": "v3.3.0", + "name": "psr/http-message", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930" + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930", - "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { - "php": "^7.2.5", - "psr/container": "^1.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^3.4|^4.4|^5.0" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Pimple": "src/" + "psr-4": { + "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3709,34 +6163,42 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Pimple, a simple Dependency Injection Container", - "homepage": "https://pimple.symfony.com", + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ - "container", - "dependency injection" + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" ], - "time": "2020-03-03T09:12:48+00:00" + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" }, { - "name": "psr/container", - "version": "1.0.0", + "name": "psr/http-server-handler", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "url": "https://github.com/php-fig/http-server-handler.git", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.0", + "psr/http-message": "^1.0" }, "type": "library", "extra": { @@ -3746,7 +6208,7 @@ }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3759,33 +6221,42 @@ "homepage": "http://www.php-fig.org/" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "Common interface for HTTP server-side request handler", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "handler", + "http", + "http-interop", + "psr", + "psr-15", + "psr-7", + "request", + "response", + "server" ], - "time": "2017-02-14T16:28:37+00:00" + "support": { + "issues": "https://github.com/php-fig/http-server-handler/issues", + "source": "https://github.com/php-fig/http-server-handler/tree/master" + }, + "time": "2018-10-30T16:46:14+00:00" }, { - "name": "psr/http-message", + "name": "psr/http-server-middleware", "version": "1.0.1", "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "type": "git", + "url": "https://github.com/php-fig/http-server-middleware.git", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0" }, "type": "library", "extra": { @@ -3795,7 +6266,7 @@ }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3808,30 +6279,35 @@ "homepage": "http://www.php-fig.org/" } ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", + "description": "Common interface for HTTP server-side middleware", "keywords": [ "http", - "http-message", + "http-interop", + "middleware", "psr", + "psr-15", "psr-7", "request", "response" ], - "time": "2016-08-06T14:39:51+00:00" + "support": { + "issues": "https://github.com/php-fig/http-server-middleware/issues", + "source": "https://github.com/php-fig/http-server-middleware/tree/master" + }, + "time": "2018-10-30T17:12:04+00:00" }, { "name": "psr/log", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -3855,7 +6331,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -3865,33 +6341,95 @@ "psr", "psr-3" ], - "time": "2020-03-23T09:12:05+00:00" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/master" + }, + "time": "2017-10-23T01:57:42+00:00" }, { "name": "qtism/qtism", - "version": "0.19.0", + "version": "0.24.12", "source": { "type": "git", "url": "https://github.com/oat-sa/qti-sdk.git", - "reference": "dd8aa7c78c9c54883b88b347b3ba7246103f6608" + "reference": "c660c79c4346b4293a8526d3d65b0366bbe4262b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/qti-sdk/zipball/dd8aa7c78c9c54883b88b347b3ba7246103f6608", - "reference": "dd8aa7c78c9c54883b88b347b3ba7246103f6608", + "url": "https://api.github.com/repos/oat-sa/qti-sdk/zipball/c660c79c4346b4293a8526d3d65b0366bbe4262b", + "reference": "c660c79c4346b4293a8526d3d65b0366bbe4262b", "shasum": "" }, "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "oat-sa/lib-beeme": "0.2.0", "oat-sa/lib-tao-dtms": "1.0.0", - "php": "~7.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "<6.0.0" + "phpunit/phpunit": "<9.0.0", + "squizlabs/php_codesniffer": "3.*" }, "type": "library", "autoload": { "psr-0": { "qtism\\": "." + }, + "psr-4": { + "qti\\customOperators\\": "qtism/runtime/expressions/operators/custom/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3922,7 +6460,12 @@ "QTI", "TAO" ], - "time": "2020-01-29T08:52:46+00:00" + "support": { + "forum": "http://forum.taotesting.com", + "issues": "http://forge.taotesting.com", + "source": "https://github.com/oat-sa/qti-sdk/tree/0.24.12" + }, + "time": "2021-07-06T08:38:41+00:00" }, { "name": "ralouphie/getallheaders", @@ -3962,8 +6505,117 @@ } ], "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, "time": "2019-03-08T08:55:37+00:00" }, + { + "name": "ramsey/uuid", + "version": "3.9.6", + "source": { + "type": "git", + "url": "https://github.com/ramsey/uuid.git", + "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/ffa80ab953edd85d5b6c004f96181a538aad35a3", + "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3", + "shasum": "" + }, + "require": { + "ext-json": "*", + "paragonie/random_compat": "^1 | ^2 | ^9.99.99", + "php": "^5.4 | ^7.0 | ^8.0", + "symfony/polyfill-ctype": "^1.8" + }, + "replace": { + "rhumsaa/uuid": "self.version" + }, + "require-dev": { + "codeception/aspect-mock": "^1 | ^2", + "doctrine/annotations": "^1.2", + "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2", + "mockery/mockery": "^0.9.11 | ^1", + "moontoast/math": "^1.1", + "nikic/php-parser": "<=4.5.0", + "paragonie/random-lib": "^2", + "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0", + "squizlabs/php_codesniffer": "^3.5", + "yoast/phpunit-polyfills": "^1.0" + }, + "suggest": { + "ext-ctype": "Provides support for PHP Ctype functions", + "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", + "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", + "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", + "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", + "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", + "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" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + }, + { + "name": "Marijn Huizendveld", + "email": "marijn.huizendveld@gmail.com" + }, + { + "name": "Thibaud Fabre", + "email": "thibaud@aztech.io" + } + ], + "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "homepage": "https://github.com/ramsey/uuid", + "keywords": [ + "guid", + "identifier", + "uuid" + ], + "support": { + "issues": "https://github.com/ramsey/uuid/issues", + "rss": "https://github.com/ramsey/uuid/releases.atom", + "source": "https://github.com/ramsey/uuid", + "wiki": "https://github.com/ramsey/uuid/wiki" + }, + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", + "type": "tidelift" + } + ], + "time": "2021-09-25T23:07:42+00:00" + }, { "name": "react/child-process", "version": "v0.5.2", @@ -4004,27 +6656,31 @@ "process", "reactphp" ], + "support": { + "issues": "https://github.com/reactphp/child-process/issues", + "source": "https://github.com/reactphp/child-process/tree/v0.5.2" + }, "time": "2018-01-18T14:53:06+00:00" }, { "name": "react/event-loop", - "version": "v1.1.1", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "6d24de090cd59cfc830263cfba965be77b563c13" + "reference": "be6dee480fc4692cec0504e65eb486e3be1aa6f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13", - "reference": "6d24de090cd59cfc830263cfba965be77b563c13", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/be6dee480fc4692cec0504e65eb486e3be1aa6f2", + "reference": "be6dee480fc4692cec0504e65eb486e3be1aa6f2", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "suggest": { "ext-event": "~1.0 for ExtEventLoop", @@ -4039,80 +6695,336 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "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.2.0" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2021-07-11T12:31:24+00:00" + }, + { + "name": "react/stream", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/stream.git", + "reference": "7a423506ee1903e89f1e08ec5f0ed430ff784ae9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/stream/zipball/7a423506ee1903e89f1e08ec5f0ed430ff784ae9", + "reference": "7a423506ee1903e89f1e08ec5f0ed430ff784ae9", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.8", + "react/event-loop": "^1.2" + }, + "require-dev": { + "clue/stream-filter": "~1.2", + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Stream\\": "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": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", + "keywords": [ + "event-driven", + "io", + "non-blocking", + "pipe", + "reactphp", + "readable", + "stream", + "writable" + ], + "support": { + "issues": "https://github.com/reactphp/stream/issues", + "source": "https://github.com/reactphp/stream/tree/v1.2.0" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2021-07-11T12:37:55+00:00" + }, + { + "name": "relay/relay", + "version": "2.1.2", + "source": { + "type": "git", + "url": "https://github.com/relayphp/Relay.Relay.git", + "reference": "924fdf9473492d6d221bd7760a8f201f8b35d96c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/relayphp/Relay.Relay/zipball/924fdf9473492d6d221bd7760a8f201f8b35d96c", + "reference": "924fdf9473492d6d221bd7760a8f201f8b35d96c", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/http-message": "~1.0", + "psr/http-server-handler": "~1.0", + "psr/http-server-middleware": "^1.0" + }, + "provide": { + "psr/http-server-handler-implementation": "1.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9.0", + "friendsofphp/php-cs-fixer": "^3.0", + "laminas/laminas-diactoros": "~2.2", + "phpstan/phpstan": "^0.12.14", + "phpunit/phpunit": "~7.0 || ~9.5", + "roave/security-advisories": "dev-master", + "vimeo/psalm": "^4.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Relay\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Relay.Relay Contributors", + "homepage": "https://github.com/relayphp/Relay.Relay/contributors" + } + ], + "description": "A PSR-15 server request handler.", + "homepage": "https://github.com/relayphp/Relay.Relay", + "keywords": [ + "middleware", + "psr-15", + "psr-7" + ], + "support": { + "issues": "https://github.com/relayphp/Relay.Relay/issues", + "source": "https://github.com/relayphp/Relay.Relay/tree/2.1.2" + }, + "time": "2021-05-23T05:42:52+00:00" + }, + { + "name": "respect/validation", + "version": "1.1.31", + "source": { + "type": "git", + "url": "https://github.com/Respect/Validation.git", + "reference": "45d109fc830644fecc1145200d6351ce4f2769d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Respect/Validation/zipball/45d109fc830644fecc1145200d6351ce4f2769d0", + "reference": "45d109fc830644fecc1145200d6351ce4f2769d0", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "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" + }, + "suggest": { + "egulias/email-validator": "Strict (RFC compliant) email validation", + "ext-bcmath": "Arbitrary Precision Mathematics", + "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/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" ], - "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "authors": [ + { + "name": "Respect/Validation Contributors", + "homepage": "https://github.com/Respect/Validation/graphs/contributors" + } + ], + "description": "The most awesome validation engine ever created for PHP", + "homepage": "http://respect.github.io/Validation/", "keywords": [ - "asynchronous", - "event-loop" + "respect", + "validation", + "validator" ], - "time": "2020-01-01T18:39:52+00:00" + "support": { + "issues": "https://github.com/Respect/Validation/issues", + "source": "https://github.com/Respect/Validation/tree/1.1.31" + }, + "time": "2019-05-28T06:10:06+00:00" }, { - "name": "react/stream", - "version": "v1.1.1", + "name": "riverline/multipart-parser", + "version": "2.0.9", "source": { "type": "git", - "url": "https://github.com/reactphp/stream.git", - "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a" + "url": "https://github.com/Riverline/multipart-parser.git", + "reference": "ebba10245b5a6e03a673ff52c547d05029caedab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a", - "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a", + "url": "https://api.github.com/repos/Riverline/multipart-parser/zipball/ebba10245b5a6e03a673ff52c547d05029caedab", + "reference": "ebba10245b5a6e03a673ff52c547d05029caedab", "shasum": "" }, "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.8", - "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" + "ext-mbstring": "*", + "php": ">=5.6.0" }, "require-dev": { - "clue/stream-filter": "~1.2", - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + "laminas/laminas-diactoros": "^1.8.7", + "phpunit/phpunit": "^5.2 || ^6.0 || ^7.0", + "psr/http-message": "^1.0", + "symfony/psr-http-message-bridge": "^1.1" }, "type": "library", "autoload": { "psr-4": { - "React\\Stream\\": "src" + "Riverline\\MultiPartParser\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", + "authors": [ + { + "name": "Romain Cambien", + "email": "romain@cambien.net" + }, + { + "name": "Riverline", + "homepage": "http://www.riverline.fr" + } + ], + "description": "One class library to parse multipart content with encoding and charset support.", "keywords": [ - "event-driven", - "io", - "non-blocking", - "pipe", - "reactphp", - "readable", - "stream", - "writable" + "http", + "multipart", + "parser" ], - "time": "2020-05-04T10:17:57+00:00" + "support": { + "issues": "https://github.com/Riverline/multipart-parser/issues", + "source": "https://github.com/Riverline/multipart-parser/tree/2.0.9" + }, + "time": "2021-10-18T09:56:35+00:00" }, { "name": "sinergi/browser-detector", - "version": "6.1.2", + "version": "6.1.4", "source": { "type": "git", "url": "https://github.com/sinergi/php-browser-detector.git", - "reference": "e1bee473663bb82e5ff58a3a2c0bf81c8671de5a" + "reference": "4927f7c2bedc48b68f183bd420aa3549c59e133b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sinergi/php-browser-detector/zipball/e1bee473663bb82e5ff58a3a2c0bf81c8671de5a", - "reference": "e1bee473663bb82e5ff58a3a2c0bf81c8671de5a", + "url": "https://api.github.com/repos/sinergi/php-browser-detector/zipball/4927f7c2bedc48b68f183bd420aa3549c59e133b", + "reference": "4927f7c2bedc48b68f183bd420aa3549c59e133b", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": ">=7.2" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" + "phpunit/phpunit": "^8.0 || ^9.4" }, "type": "library", "autoload": { @@ -4125,12 +7037,12 @@ "MIT" ], "authors": [ - { - "name": "Chris Schuld" - }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" + }, + { + "name": "Chris Schuld" } ], "description": "Detecting the user's browser, operating system and language.", @@ -4141,7 +7053,11 @@ "operating system", "os" ], - "time": "2016-12-28T16:31:30+00:00" + "support": { + "issues": "https://github.com/sinergi/php-browser-detector/issues", + "source": "https://github.com/sinergi/php-browser-detector/tree/6.1.4" + }, + "time": "2021-09-23T13:51:44+00:00" }, { "name": "slim/slim", @@ -4214,279 +7130,66 @@ "micro", "router" ], - "time": "2019-11-28T17:40:33+00:00" - }, - { - "name": "symfony/dotenv", - "version": "v4.4.11", - "source": { - "type": "git", - "url": "https://github.com/symfony/dotenv.git", - "reference": "a9eb95c87c2965d0e7dfda9c5e87e4fb590d1f4e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/a9eb95c87c2965d0e7dfda9c5e87e4fb590d1f4e", - "reference": "a9eb95c87c2965d0e7dfda9c5e87e4fb590d1f4e", - "shasum": "" - }, - "require": { - "php": ">=7.1.3" - }, - "require-dev": { - "symfony/process": "^3.4.2|^4.0|^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Dotenv\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Registers environment variables from a .env file", - "homepage": "https://symfony.com", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-05T09:39:30+00:00" - }, - { - "name": "symfony/lock", - "version": "v3.4.43", - "source": { - "type": "git", - "url": "https://github.com/symfony/lock.git", - "reference": "34ccf3bd733215da3037f82a85bbbf4c18fac683" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/34ccf3bd733215da3037f82a85bbbf4c18fac683", - "reference": "34ccf3bd733215da3037f82a85bbbf4c18fac683", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "psr/log": "~1.0", - "symfony/polyfill-php70": "~1.0" - }, - "require-dev": { - "predis/predis": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Lock\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "support": { + "issues": "https://github.com/slimphp/Slim/issues", + "source": "https://github.com/slimphp/Slim/tree/3.x" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jérémy Derussé", - "email": "jeremy@derusse.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Lock Component", - "homepage": "https://symfony.com", - "keywords": [ - "cas", - "flock", - "locking", - "mutex", - "redlock", - "semaphore" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-23T12:42:41+00:00" + "time": "2019-11-28T17:40:33+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.18.1", + "name": "symfony/cache", + "version": "v4.4.36", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" + "url": "https://github.com/symfony/cache.git", + "reference": "1caa6c63f0ebf3022b88263a2b90260cff33f6dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", + "url": "https://api.github.com/repos/symfony/cache/zipball/1caa6c63f0ebf3022b88263a2b90260cff33f6dc", + "reference": "1caa6c63f0ebf3022b88263a2b90260cff33f6dc", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php70": "^1.10", - "symfony/polyfill-php72": "^1.10" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], - "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-08-04T06:02:08+00:00" - }, - { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.18.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", - "shasum": "" + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" }, - "require": { - "php": ">=5.3.3" + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" }, - "suggest": { - "ext-intl": "For best performance" + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + "Symfony\\Component\\Cache\\": "" }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4503,16 +7206,15 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", + "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" + "caching", + "psr6" ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.36" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -4527,46 +7229,43 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2021-12-28T10:59:50+00:00" }, { - "name": "symfony/polyfill-php70", - "version": "v1.18.1", + "name": "symfony/cache-contracts", + "version": "v2.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3" + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", - "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2", + "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2", "shasum": "" }, "require": { - "paragonie/random_compat": "~1.0|~2.0|~9.99", - "php": ">=5.3.3" + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-main": "2.5-dev" }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] + "Symfony\\Contracts\\Cache\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4582,14 +7281,19 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -4604,41 +7308,50 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2021-08-17T14:20:01+00:00" }, { - "name": "symfony/polyfill-php72", - "version": "v1.18.1", + "name": "symfony/config", + "version": "v5.3.13", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "639447d008615574653fb3bc60d1986d7172eaae" + "url": "https://github.com/symfony/config.git", + "reference": "0d5f884344ca82348ab4e3827a214765e0d5da4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", - "reference": "639447d008615574653fb3bc60d1986d7172eaae", + "url": "https://api.github.com/repos/symfony/config/zipball/0d5f884344ca82348ab4e3827a214765e0d5da4f", + "reference": "0d5f884344ca82348ab4e3827a214765e0d5da4f", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/filesystem": "^4.4|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "conflict": { + "symfony/finder": "<4.4" }, + "require-dev": { + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" + "Symfony\\Component\\Config\\": "" }, - "files": [ - "bootstrap.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4647,22 +7360,19 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "support": { + "source": "https://github.com/symfony/config/tree/v5.3.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -4677,97 +7387,127 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2021-12-15T10:00:46+00:00" }, { - "name": "zendframework/zend-servicemanager", - "version": "2.5.1", + "name": "symfony/console", + "version": "v4.2.12", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-servicemanager.git", - "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56" + "url": "https://github.com/symfony/console.git", + "reference": "fc2e274aade6567a750551942094b2145ade9b6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/3b22c403e351d92526c642cba0bd810bc22e1c56", - "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56", + "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c", + "reference": "fc2e274aade6567a750551942094b2145ade9b6c", "shasum": "" }, "require": { - "php": ">=5.3.23" + "php": "^7.1.3", + "symfony/contracts": "^1.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" }, "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-di": "~2.5", - "zendframework/zend-mvc": "~2.5" + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~3.4|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0" }, "suggest": { - "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", - "zendframework/zend-di": "Zend\\Di component" + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" + "dev-master": "4.2-dev" } }, "autoload": { "psr-4": { - "Zend\\ServiceManager\\": "src/" - } + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "homepage": "https://github.com/zendframework/zend-servicemanager", - "keywords": [ - "servicemanager", - "zf2" + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } ], - "abandoned": "laminas/laminas-servicemanager", - "time": "2015-06-03T15:32:02+00:00" - } - ], - "packages-dev": [ + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/console/tree/4.2" + }, + "time": "2019-07-24T17:13:20+00:00" + }, { - "name": "doctrine/instantiator", - "version": "1.3.1", + "name": "symfony/contracts", + "version": "v1.1.0", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" + "url": "https://github.com/symfony/contracts.git", + "reference": "d3636025e8253c6144358ec0a62773cae588395b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", + "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b", + "reference": "d3636025e8253c6144358ec0a62773cae588395b", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.1.3" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "psr/cache": "^1.0", + "psr/container": "^1.0", + "symfony/polyfill-intl-idn": "^1.10" + }, + "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": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } + "Symfony\\Contracts\\": "" + }, + "exclude-from-classmap": [ + "**/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4775,210 +7515,212 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "description": "A set of abstractions extracted out of the Symfony components", + "homepage": "https://symfony.com", "keywords": [ - "constructor", - "instantiate" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], - "time": "2020-05-29T17:27:14+00:00" + "support": { + "source": "https://github.com/symfony/contracts/tree/master" + }, + "time": "2019-04-27T14:29:50+00:00" }, { - "name": "myclabs/deep-copy", - "version": "1.10.1", + "name": "symfony/dependency-injection", + "version": "v5.3.13", "source": { "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", - "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af", + "reference": "1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": ">=7.2.5", + "psr/container": "^1.1.1", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" }, - "replace": { - "myclabs/deep-copy": "self.version" + "conflict": { + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" }, "require-dev": { - "doctrine/collections": "^1.0", - "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" + "symfony/config": "^5.3", + "symfony/expression-language": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { - "DeepCopy\\": "src/DeepCopy/" + "Symfony\\Component\\DependencyInjection\\": "" }, - "files": [ - "src/DeepCopy/deep_copy.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v5.3.13" + }, "funding": [ { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2020-06-29T13:22:24+00:00" + "time": "2021-12-29T10:09:56+00:00" }, { - "name": "phar-io/manifest", - "version": "1.0.3", + "name": "symfony/deprecation-contracts", + "version": "v2.5.0", "source": { "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-phar": "*", - "phar-io/version": "^2.0", - "php": "^5.6 || ^7.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "classmap": [ - "src/" + "files": [ + "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2018-07-08T19:23:20+00:00" - }, - { - "name": "phar-io/version", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] + "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" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ + "funding": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Library for handling version information and constraints", - "time": "2018-07-08T19:19:57+00:00" + "time": "2021-07-12T14:48:14+00:00" }, { - "name": "phpspec/prophecy", - "version": "v1.10.3", + "name": "symfony/dotenv", + "version": "v4.4.36", "source": { "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "451c3cd1418cf640de218914901e51b064abb093" + "url": "https://github.com/symfony/dotenv.git", + "reference": "15a389dd8d1764565543ca063db2857940d3f00d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", - "reference": "451c3cd1418cf640de218914901e51b064abb093", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/15a389dd8d1764565543ca063db2857940d3f00d", + "reference": "15a389dd8d1764565543ca063db2857940d3f00d", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" + "php": ">=7.1.3" }, "require-dev": { - "phpspec/phpspec": "^2.5 || ^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + "symfony/process": "^3.4.2|^4.0|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10.x-dev" - } - }, "autoload": { "psr-4": { - "Prophecy\\": "src/Prophecy" - } + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4986,1041 +7728,1486 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.36" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "time": "2020-03-05T15:02:03+00:00" + "time": "2021-12-16T21:17:20+00:00" }, { - "name": "phpunit/php-code-coverage", - "version": "7.0.10", + "name": "symfony/filesystem", + "version": "v5.4.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf" + "url": "https://github.com/symfony/filesystem.git", + "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf", - "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01", + "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-xmlwriter": "*", - "php": "^7.2", - "phpunit/php-file-iterator": "^2.0.2", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^3.1.1", - "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^4.2.2", - "sebastian/version": "^2.0.1", - "theseer/tokenizer": "^1.1.3" - }, - "require-dev": { - "phpunit/phpunit": "^8.2.2" - }, - "suggest": { - "ext-xdebug": "^2.7.2" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "7.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v5.4.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-11-20T13:55:58+00:00" + "time": "2021-10-28T13:39:27+00:00" }, { - "name": "phpunit/php-file-iterator", - "version": "2.0.2", + "name": "symfony/lock", + "version": "v3.4.47", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "050bedf145a257b1ff02746c31894800e5122946" + "url": "https://github.com/symfony/lock.git", + "reference": "8d451ed419a3d5d503bd491437b447fd4c549ceb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", - "reference": "050bedf145a257b1ff02746c31894800e5122946", + "url": "https://api.github.com/repos/symfony/lock/zipball/8d451ed419a3d5d503bd491437b447fd4c549ceb", + "reference": "8d451ed419a3d5d503bd491437b447fd4c549ceb", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0", + "symfony/polyfill-php70": "~1.0" }, "require-dev": { - "phpunit/phpunit": "^7.1" + "predis/predis": "~1.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Lock\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Jérémy Derussé", + "email": "jeremy@derusse.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "description": "Symfony Lock Component", + "homepage": "https://symfony.com", "keywords": [ - "filesystem", - "iterator" + "cas", + "flock", + "locking", + "mutex", + "redlock", + "semaphore" + ], + "support": { + "source": "https://github.com/symfony/lock/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2018-09-13T20:33:42+00:00" + "time": "2020-10-24T10:57:07+00:00" }, { - "name": "phpunit/php-text-template", - "version": "1.2.1", + "name": "symfony/polyfill-ctype", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "template" + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2015-06-21T13:50:34+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { - "name": "phpunit/php-timer", - "version": "2.1.2", + "name": "symfony/polyfill-intl-idn", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" }, - "require-dev": { - "phpunit/phpunit": "^7.0" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", "keywords": [ - "timer" + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-06-07T04:22:29+00:00" + "time": "2021-09-14T14:02:44+00:00" }, { - "name": "phpunit/php-token-stream", - "version": "3.1.1", + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", - "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": "^7.1" + "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "^7.0" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", "keywords": [ - "tokenizer" + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" ], - "abandoned": true, - "time": "2019-09-17T06:23:10+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" }, { - "name": "phpunit/phpunit", - "version": "8.5.8", + "name": "symfony/polyfill-mbstring", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997", - "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.2.0", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.9.1", - "phar-io/manifest": "^1.0.3", - "phar-io/version": "^2.0.1", - "php": "^7.2", - "phpspec/prophecy": "^1.8.1", - "phpunit/php-code-coverage": "^7.0.7", - "phpunit/php-file-iterator": "^2.0.2", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.1.2", - "sebastian/comparator": "^3.0.2", - "sebastian/diff": "^3.0.2", - "sebastian/environment": "^4.2.2", - "sebastian/exporter": "^3.1.1", - "sebastian/global-state": "^3.0.0", - "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^2.0.1", - "sebastian/type": "^1.1.3", - "sebastian/version": "^2.0.1" + "php": ">=7.1" }, - "require-dev": { - "ext-pdo": "*" + "provide": { + "ext-mbstring": "*" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*", - "phpunit/php-invoker": "^2.0.0" + "ext-mbstring": "For best performance" }, - "bin": [ - "phpunit" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "8.5-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "phpunit", - "testing", - "xunit" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" + }, "funding": [ { - "url": "https://phpunit.de/donate.html", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/sebastianbergmann", + "url": "https://github.com/fabpot", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2020-06-22T07:06:58+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { - "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", + "name": "symfony/polyfill-php70", + "version": "v1.20.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" + "php": ">=7.1" }, - "type": "library", + "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, - "autoload": { - "classmap": [ - "src/" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04T06:30:41+00:00" + "time": "2020-10-23T14:02:19+00:00" }, { - "name": "sebastian/comparator", - "version": "3.0.2", + "name": "symfony/polyfill-php72", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { - "php": "^7.1", - "sebastian/diff": "^3.0", - "sebastian/exporter": "^3.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.1" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Volker Dusch", - "email": "github@wallbash.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "time": "2018-07-12T15:12:46+00:00" + "time": "2021-05-27T09:17:38+00:00" }, { - "name": "sebastian/diff", - "version": "3.0.2", + "name": "symfony/polyfill-php73", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", + "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", "shasum": "" }, "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.0", - "symfony/process": "^2 || ^3.3 || ^4" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-02-04T06:01:07+00:00" + "time": "2021-06-05T21:20:04+00:00" }, { - "name": "sebastian/environment", - "version": "4.2.3", + "name": "symfony/polyfill-php80", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", - "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", "shasum": "" }, "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5" - }, - "suggest": { - "ext-posix": "*" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "Xdebug", - "environment", - "hhvm" + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-11-20T08:46:58+00:00" + "time": "2021-09-13T13:58:33+00:00" }, { - "name": "sebastian/exporter", - "version": "3.1.2", + "name": "symfony/polyfill-php81", + "version": "v1.24.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "files": [ + "bootstrap.php" + ], "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" + }, + "funding": [ { - "name": "Volker Dusch", - "email": "github@wallbash.com" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "time": "2019-09-14T09:02:43+00:00" + "time": "2021-09-13T13:58:11+00:00" }, { - "name": "sebastian/global-state", - "version": "3.0.0", + "name": "symfony/service-contracts", + "version": "v2.5.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", - "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", "shasum": "" }, "require": { - "php": "^7.2", - "sebastian/object-reflector": "^1.1.1", - "sebastian/recursion-context": "^3.0" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1" }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^8.0" + "conflict": { + "ext-psr": "<1.1|>=2" }, "suggest": { - "ext-uopz": "*" + "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", "keywords": [ - "global state" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-02-01T05:30:01+00:00" + "time": "2021-11-04T16:48:04+00:00" }, { - "name": "sebastian/object-enumerator", - "version": "3.0.3", + "name": "symfony/stopwatch", + "version": "v5.4.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + "url": "https://github.com/symfony/stopwatch.git", + "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe", + "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/object-reflector": "^1.1.1", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "php": ">=7.2.5", + "symfony/service-contracts": "^1|^2|^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a way to profile code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/stopwatch/tree/v5.4.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03T12:35:26+00:00" + "time": "2021-11-23T10:19:22+00:00" }, { - "name": "sebastian/object-reflector", - "version": "1.1.1", + "name": "symfony/translation", + "version": "v5.3.13", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" + "url": "https://github.com/symfony/translation.git", + "reference": "6ef0582a7a30141346ecc4541c9f61347b9f944b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", + "url": "https://api.github.com/repos/symfony/translation/zipball/6ef0582a7a30141346ecc4541c9f61347b9f944b", + "reference": "6ef0582a7a30141346ecc4541c9f61347b9f944b", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^2.3" + }, + "conflict": { + "symfony/config": "<4.4", + "symfony/dependency-injection": "<5.0", + "symfony/http-kernel": "<5.0", + "symfony/twig-bundle": "<5.0", + "symfony/yaml": "<4.4" + }, + "provide": { + "symfony/translation-implementation": "2.3" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/dependency-injection": "^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/http-kernel": "^5.0", + "symfony/intl": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^4.4|^5.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" }, + "type": "library", "autoload": { - "classmap": [ - "src/" + "files": [ + "Resources/functions.php" + ], + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to internationalize your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/translation/tree/v5.3.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29T09:07:27+00:00" + "time": "2021-12-25T19:24:19+00:00" }, { - "name": "sebastian/recursion-context", - "version": "3.0.0", + "name": "symfony/translation-contracts", + "version": "v2.5.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.2.5" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "suggest": { + "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" + "time": "2021-08-17T14:20:01+00:00" }, { - "name": "sebastian/resource-operations", - "version": "2.0.1", + "name": "symfony/var-exporter", + "version": "v5.4.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba", + "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, + "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v5.4.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04T04:07:39+00:00" + "time": "2021-12-16T21:58:21+00:00" }, { - "name": "sebastian/type", - "version": "1.1.3", + "name": "symfony/yaml", + "version": "v4.4.36", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3" + "url": "https://github.com/symfony/yaml.git", + "reference": "a19f7c44ba665fa9d9d415cc4493361381b93f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3", - "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/a19f7c44ba665fa9d9d415cc4493361381b93f9b", + "reference": "a19f7c44ba665fa9d9d415cc4493361381b93f9b", "shasum": "" }, "require": { - "php": "^7.2" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" }, "require-dev": { - "phpunit/phpunit": "^8.2" + "symfony/console": "^3.4|^4.0|^5.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } + "suggest": { + "symfony/console": "For validating YAML files using the lint command" }, + "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.36" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", - "time": "2019-07-02T08:10:15+00:00" + "time": "2021-11-25T16:40:00+00:00" }, { - "name": "sebastian/version", - "version": "2.0.1", + "name": "webimpress/safe-writer", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" + "url": "https://github.com/webimpress/safe-writer.git", + "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", + "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6", + "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6", "shasum": "" }, "require": { - "php": ">=5.6" + "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.0.x-dev" + "dev-master": "2.2.x-dev", + "dev-develop": "2.3.x-dev", + "dev-release-1.0": "1.0.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Webimpress\\SafeWriter\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], - "authors": [ + "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": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "url": "https://github.com/michalbundyra", + "type": "github" } ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-10-03T07:35:21+00:00" + "time": "2021-04-19T16:34:45+00:00" }, { - "name": "theseer/tokenizer", - "version": "1.2.0", + "name": "webmozart/assert", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "75a63c33a8577608444246075ea0af0d052e452a" + "url": "https://github.com/webmozarts/assert.git", + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", - "reference": "75a63c33a8577608444246075ea0af0d052e452a", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" + "php": "^7.2 || ^8.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Webmozart\\Assert\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" ], - "time": "2020-07-12T23:59:07+00:00" + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.10.0" + }, + "time": "2021-03-09T10:59:23+00:00" } ], + "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], - "prefer-stable": false, + "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.1.0" } diff --git a/config/.gitignore b/config/.gitignore index 72e8ffc0db..f59ec20aab 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1 +1 @@ -* +* \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index fee94fce6b..1ba8327a88 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: networks: - tao_network ports: - - "80:80" + - "8085:80" volumes_from: - tao_phpfpm volumes: diff --git a/docker/phpfpm/Dockerfile b/docker/phpfpm/Dockerfile index b39c9e8e33..a3d2bdc17e 100644 --- a/docker/phpfpm/Dockerfile +++ b/docker/phpfpm/Dockerfile @@ -1,11 +1,11 @@ -FROM php:7.2-fpm +FROM php:7.4-fpm RUN usermod -u 1000 www-data RUN usermod -G staff www-data -RUN apt-get update && apt-get install -y libpng-dev libjpeg-dev libpq-dev zip unzip sudo wget sqlite3 libsqlite3-dev libzstd-dev && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y libpng-dev libjpeg-dev libpq-dev libzip-dev zip unzip sudo wget sqlite3 libsqlite3-dev libzstd-dev && rm -rf /var/lib/apt/lists/* -RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr +RUN docker-php-ext-configure gd --with-jpeg RUN docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql RUN docker-php-ext-configure mysqli --with-mysqli=mysqlnd @@ -19,7 +19,6 @@ RUN docker-php-ext-install pdo && \ docker-php-ext-install pdo_pgsql && \ docker-php-ext-install pdo_sqlite && \ docker-php-ext-install gd && \ - docker-php-ext-install mbstring && \ docker-php-ext-install opcache && \ docker-php-ext-install zip && \ docker-php-ext-install calendar && \