diff --git a/composer.json b/composer.json index 324b0b01da3..fce04dd5796 100644 --- a/composer.json +++ b/composer.json @@ -33,12 +33,12 @@ "prefer-stable": true, "require": { "oat-sa/generis": "15.37.0", - "oat-sa/tao-core": "54.20.1", + "oat-sa/tao-core": "54.22.1", "oat-sa/extension-tao-community": "11.1.3", "oat-sa/extension-tao-funcacl": "7.4.6", "oat-sa/extension-tao-dac-simple": "8.0.5", - "oat-sa/extension-tao-itemqti": "30.20.0", - "oat-sa/extension-tao-testqti": "48.10.0", + "oat-sa/extension-tao-itemqti": "30.21.1.1", + "oat-sa/extension-tao-testqti": "48.12.6", "oat-sa/extension-tao-testtaker": "8.12.3", "oat-sa/extension-tao-group": "7.9.0", "oat-sa/extension-tao-item": "12.3.1", diff --git a/composer.lock b/composer.lock index 6cfe2e4fc78..433267d6d3d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2c9829bc8092001a08fe1e0a91dcc5c5", + "content-hash": "803a5ae4781073094b13db342e30607c", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -466,16 +466,16 @@ }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "1.14.4", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915", + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915", "shasum": "" }, "require": { @@ -486,11 +486,11 @@ }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "~1.4.10 || ^1.10.28", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "vimeo/psalm": "^4.10" + "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7", + "vimeo/psalm": "^4.30 || ^5.14" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" @@ -536,9 +536,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/1.14.4" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2024-09-05T10:15:52+00:00" }, { "name": "doctrine/cache", @@ -1510,37 +1510,47 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.8", + "version": "7.8.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2", + "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.9", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17" + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^1.9.1 || ^2.6.3", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "6.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { @@ -1593,19 +1603,20 @@ } ], "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", + "psr-18", + "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + "source": "https://github.com/guzzle/guzzle/tree/7.8.2" }, "funding": [ { @@ -1621,33 +1632,37 @@ "type": "tidelift" } ], - "time": "2022-06-20T22:16:07+00:00" + "time": "2024-07-18T11:12:18+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.3", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -1684,7 +1699,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.3" + "source": "https://github.com/guzzle/promises/tree/2.0.3" }, "funding": [ { @@ -1700,7 +1715,7 @@ "type": "tidelift" } ], - "time": "2023-05-21T12:31:43+00:00" + "time": "2024-07-18T10:29:17+00:00" }, { "name": "guzzlehttp/psr7", @@ -1809,26 +1824,26 @@ }, { "name": "jtl-software/opsgenie-client", - "version": "2.0.2", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/jtl-software/php-api-client-opsgenie.git", - "reference": "fd2b5eb1baf1c9887edda334062956884078f58d" + "reference": "65115bae3bc51777de545a8357ee6ea0b206e89f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jtl-software/php-api-client-opsgenie/zipball/fd2b5eb1baf1c9887edda334062956884078f58d", - "reference": "fd2b5eb1baf1c9887edda334062956884078f58d", + "url": "https://api.github.com/repos/jtl-software/php-api-client-opsgenie/zipball/65115bae3bc51777de545a8357ee6ea0b206e89f", + "reference": "65115bae3bc51777de545a8357ee6ea0b206e89f", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^7.2", "php": ">=7.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.12", "phpstan/phpstan": "^0.10.5", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^9.0" }, "type": "project", "autoload": { @@ -1842,9 +1857,9 @@ ], "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" + "source": "https://github.com/jtl-software/php-api-client-opsgenie/tree/2.1.0" }, - "time": "2019-10-17T11:11:17+00:00" + "time": "2022-01-18T15:45:13+00:00" }, { "name": "justinrainbow/json-schema", @@ -4214,16 +4229,16 @@ }, { "name": "oat-sa/extension-tao-itemqti", - "version": "v30.20.0", + "version": "v30.21.1.1", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-itemqti.git", - "reference": "c04cdbd30c74027374833c6a88fe8c3b15a01585" + "reference": "2d1d381ae25fa870298e9081bb3fb5b76cccca96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti/zipball/c04cdbd30c74027374833c6a88fe8c3b15a01585", - "reference": "c04cdbd30c74027374833c6a88fe8c3b15a01585", + "url": "https://api.github.com/repos/oat-sa/extension-tao-itemqti/zipball/2d1d381ae25fa870298e9081bb3fb5b76cccca96", + "reference": "2d1d381ae25fa870298e9081bb3fb5b76cccca96", "shasum": "" }, "require": { @@ -4234,7 +4249,7 @@ "oat-sa/generis": ">=15.36.4", "oat-sa/lib-tao-qti": "^7.8.1", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=54.14.7" + "oat-sa/tao-core": ">=54.22.0" }, "type": "tao-extension", "extra": { @@ -4300,9 +4315,9 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-itemqti/tree/v30.20.0" + "source": "https://github.com/oat-sa/extension-tao-itemqti/tree/v30.21.1.1" }, - "time": "2024-08-02T14:44:31+00:00" + "time": "2024-10-04T14:45:11+00:00" }, { "name": "oat-sa/extension-tao-itemqti-pci", @@ -5285,16 +5300,16 @@ }, { "name": "oat-sa/extension-tao-testqti", - "version": "v48.10.0", + "version": "v48.12.6", "source": { "type": "git", "url": "https://github.com/oat-sa/extension-tao-testqti.git", - "reference": "03c4aba9316b5792e79761bf29dab60bd4a17d3a" + "reference": "f73d6d6a478ef0558e9c37057ec72337b33078cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti/zipball/03c4aba9316b5792e79761bf29dab60bd4a17d3a", - "reference": "03c4aba9316b5792e79761bf29dab60bd4a17d3a", + "url": "https://api.github.com/repos/oat-sa/extension-tao-testqti/zipball/f73d6d6a478ef0558e9c37057ec72337b33078cf", + "reference": "f73d6d6a478ef0558e9c37057ec72337b33078cf", "shasum": "" }, "require": { @@ -5307,9 +5322,9 @@ "oat-sa/extension-tao-outcome": ">=13.0.0", "oat-sa/extension-tao-test": ">=16.0.0", "oat-sa/generis": ">=15.36.4", - "oat-sa/lib-test-cat": "2.3.7", + "oat-sa/lib-test-cat": "2.4.0", "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/tao-core": ">=54.14.7", + "oat-sa/tao-core": ">=54.21.0", "qtism/qtism": ">=0.28.3", "slim/slim": "^3.0" }, @@ -5378,9 +5393,9 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/extension-tao-testqti/tree/v48.10.0" + "source": "https://github.com/oat-sa/extension-tao-testqti/tree/v48.12.6" }, - "time": "2024-07-31T14:50:40+00:00" + "time": "2024-10-04T14:52:09+00:00" }, { "name": "oat-sa/extension-tao-testqti-previewer", @@ -6043,21 +6058,20 @@ }, { "name": "oat-sa/lib-test-cat", - "version": "v2.3.7", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/oat-sa/lib-test-cat.git", - "reference": "d7a3db607475a6221e05c2f638872440fb762b28" + "reference": "8a83b6707b4e0263737acec503f7d5c41d7f717a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-test-cat/zipball/d7a3db607475a6221e05c2f638872440fb762b28", - "reference": "d7a3db607475a6221e05c2f638872440fb762b28", + "url": "https://api.github.com/repos/oat-sa/lib-test-cat/zipball/8a83b6707b4e0263737acec503f7d5c41d7f717a", + "reference": "8a83b6707b4e0263737acec503f7d5c41d7f717a", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "~6.0", - "php": ">=5.3.10" + "guzzlehttp/guzzle": "~7.0" }, "type": "library", "autoload": { @@ -6091,10 +6105,10 @@ "support": { "forum": "http://forum.taotesting.com", "issues": "http://forge.taotesting.com", - "source": "https://github.com/oat-sa/lib-test-cat/tree/master" + "source": "https://github.com/oat-sa/lib-test-cat/tree/v2.4.0" }, "abandoned": true, - "time": "2018-08-02T11:59:59+00:00" + "time": "2024-08-08T09:55:42+00:00" }, { "name": "oat-sa/oatbox-extension-installer", @@ -6159,16 +6173,16 @@ }, { "name": "oat-sa/tao-core", - "version": "v54.20.1", + "version": "v54.22.1", "source": { "type": "git", "url": "https://github.com/oat-sa/tao-core.git", - "reference": "7a290a997dd221501e612dfe652daf437469705c" + "reference": "0ecf0fe41f1b90e569e6ff116d36f5726d4d29de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/tao-core/zipball/7a290a997dd221501e612dfe652daf437469705c", - "reference": "7a290a997dd221501e612dfe652daf437469705c", + "url": "https://api.github.com/repos/oat-sa/tao-core/zipball/0ecf0fe41f1b90e569e6ff116d36f5726d4d29de", + "reference": "0ecf0fe41f1b90e569e6ff116d36f5726d4d29de", "shasum": "" }, "require": { @@ -6180,7 +6194,7 @@ "ext-mbstring": "*", "ezyang/htmlpurifier": "^4.9", "flow/jsonpath": "~0.5", - "guzzlehttp/guzzle": "^6.5.7", + "guzzlehttp/guzzle": "^7.0", "guzzlehttp/psr7": "^1.8.4", "jtl-software/opsgenie-client": "^2.0.2", "justinrainbow/json-schema": "^5.2.1", @@ -6269,9 +6283,9 @@ "support": { "forum": "https://forum.taocloud.org", "issues": "https://github.com/oat-sa/tao-core/issues", - "source": "https://github.com/oat-sa/tao-core/tree/v54.20.1" + "source": "https://github.com/oat-sa/tao-core/tree/v54.22.1" }, - "time": "2024-08-09T10:22:29+00:00" + "time": "2024-09-06T13:53:25+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -6767,16 +6781,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.39", + "version": "3.0.41", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "211ebc399c6e73c225a018435fe5ae209d1d1485" + "reference": "621c73f7dcb310b61de34d1da4c4204e8ace6ceb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/211ebc399c6e73c225a018435fe5ae209d1d1485", - "reference": "211ebc399c6e73c225a018435fe5ae209d1d1485", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/621c73f7dcb310b61de34d1da4c4204e8ace6ceb", + "reference": "621c73f7dcb310b61de34d1da4c4204e8ace6ceb", "shasum": "" }, "require": { @@ -6857,7 +6871,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.39" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.41" }, "funding": [ { @@ -6873,20 +6887,20 @@ "type": "tidelift" } ], - "time": "2024-06-24T06:27:33+00:00" + "time": "2024-08-12T00:13:54+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.29.1", + "version": "1.30.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" + "reference": "5ceb0e384997db59f38774bf79c2a6134252c08f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/5ceb0e384997db59f38774bf79c2a6134252c08f", + "reference": "5ceb0e384997db59f38774bf79c2a6134252c08f", "shasum": "" }, "require": { @@ -6918,9 +6932,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.30.0" }, - "time": "2024-05-31T08:52:43+00:00" + "time": "2024-08-29T09:54:52+00:00" }, { "name": "pimple/pimple", @@ -9198,171 +9212,6 @@ ], "time": "2024-05-31T15:07:36+00:00" }, - { - "name": "symfony/polyfill-intl-idn", - "version": "v1.30.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", - "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - } - }, - "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" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.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": "2024-05-31T15:07:36+00:00" - }, - { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.30.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.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": "2024-05-31T15:07:36+00:00" - }, { "name": "symfony/polyfill-mbstring", "version": "v1.30.0", @@ -9511,79 +9360,6 @@ ], "time": "2020-10-23T14:02:19+00:00" }, - { - "name": "symfony/polyfill-php72", - "version": "v1.30.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "10112722600777e02d2745716b70c5db4ca70442" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", - "reference": "10112722600777e02d2745716b70c5db4ca70442", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.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": "2024-06-19T12:30:46+00:00" - }, { "name": "symfony/polyfill-php73", "version": "v1.30.0", @@ -10496,23 +10272,24 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.11", + "version": "v1.6.12", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" + "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0", + "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "^4.5|^5.0" + "phpunit/phpunit": "^7.5||^8.5||^9.6", + "yoast/phpunit-polyfills": "^2.0" }, "type": "library", "extra": { @@ -10543,7 +10320,7 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2022-02-23T02:02:42+00:00" + "time": "2024-08-29T18:43:31+00:00" }, { "name": "myclabs/deep-copy", @@ -10924,35 +10701,35 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.31", + "version": "9.2.32", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5", + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", + "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^3.0.6", + "phpunit/php-text-template": "^2.0.4", + "sebastian/code-unit-reverse-lookup": "^2.0.3", + "sebastian/complexity": "^2.0.3", + "sebastian/environment": "^5.1.5", + "sebastian/lines-of-code": "^1.0.4", + "sebastian/version": "^3.0.2", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.6" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -10961,7 +10738,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "9.2.x-dev" } }, "autoload": { @@ -10990,7 +10767,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32" }, "funding": [ { @@ -10998,7 +10775,7 @@ "type": "github" } ], - "time": "2024-03-02T06:37:42+00:00" + "time": "2024-08-22T04:23:01+00:00" }, { "name": "phpunit/php-file-iterator", @@ -12309,16 +12086,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.42", + "version": "v5.4.43", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0724c51fa067b198e36506d2864e09a52180998a" + "reference": "ae25a9145a900764158d439653d5630191155ca0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a", - "reference": "0724c51fa067b198e36506d2864e09a52180998a", + "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0", + "reference": "ae25a9145a900764158d439653d5630191155ca0", "shasum": "" }, "require": { @@ -12352,7 +12129,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.42" + "source": "https://github.com/symfony/finder/tree/v5.4.43" }, "funding": [ { @@ -12368,7 +12145,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T08:53:29+00:00" + "time": "2024-08-13T14:03:51+00:00" }, { "name": "theseer/tokenizer",