diff --git a/composer.json b/composer.json index abf6a553422660b434aa5920102606f6d9d81167..4c149355c5540acfd630ba69dbad4508f5a5a878 100644 --- a/composer.json +++ b/composer.json @@ -102,13 +102,13 @@ "composer/package-versions-deprecated": "^1.10", "friendsofphp/php-cs-fixer": "^2.19 || ^3.0", "friendsoftypo3/phpstan-typo3": "^0.5.0", - "mikey179/vfsstream": "^1.6.10", + "mikey179/vfsstream": "^1.6.11", "php-webdriver/webdriver": "^1.8", "phpspec/prophecy": "^1.14.0", "phpstan/phpstan": "^0.12.64", "phpunit/phpunit": "^8.5.21", "typo3/cms-styleguide": "~10.0.4", - "typo3/testing-framework": "^6.15.1" + "typo3/testing-framework": "^6.16.6" }, "suggest": { "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", diff --git a/composer.lock b/composer.lock index 464f904598897099ea96a783891b65ac99d7650b..9b3723a92b414bacca605f442d9aa2b4b4b76884 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": "c27fd345db6d142f20111304658ac1e8", + "content-hash": "26a1cd31c8c20adce576ae43920a8d1e", "packages": [ { "name": "doctrine/annotations", @@ -5775,16 +5775,16 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.10", + "version": "v1.6.11", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "250c0825537d501e327df879fb3d4cd751933b85" + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85", - "reference": "250c0825537d501e327df879fb3d4cd751933b85", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", "shasum": "" }, "require": { @@ -5822,7 +5822,7 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2021-09-25T08:05:01+00:00" + "time": "2022-02-23T02:02:42+00:00" }, { "name": "myclabs/deep-copy", @@ -7818,21 +7818,22 @@ }, { "name": "typo3/testing-framework", - "version": "6.15.1", + "version": "6.16.6", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "ba62393db03e28f80fc53191f039fbda28362c1d" + "reference": "5b5cd686fdbbdb891930e74c8b70c4c06a785976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/ba62393db03e28f80fc53191f039fbda28362c1d", - "reference": "ba62393db03e28f80fc53191f039fbda28362c1d", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/5b5cd686fdbbdb891930e74c8b70c4c06a785976", + "reference": "5b5cd686fdbbdb891930e74c8b70c4c06a785976", "shasum": "" }, "require": { + "ext-pdo": "*", "guzzlehttp/psr7": "^1.7 || ^2.0", - "mikey179/vfsstream": "~1.6.10", + "mikey179/vfsstream": "~1.6.11", "php": ">= 7.2", "phpunit/phpunit": "^8.4 || ^9.0", "psr/container": "^1.0", @@ -7848,9 +7849,16 @@ "conflict": { "doctrine/dbal": "2.13.0 || 2.13.1" }, + "require-dev": { + "phpstan/phpstan": "^1.8.0", + "phpstan/phpstan-phpunit": "^1.1.1", + "typo3/cms-workspaces": "10.*.*@dev || 11.*.*@dev", + "typo3/coding-standards": "^0.5.3" + }, "type": "library", "autoload": { "psr-4": { + "TYPO3\\PrivateContainer\\": "Resources/Core/Functional/Extensions/private_container/Classes/", "TYPO3\\TestingFramework\\": "Classes/" } }, @@ -7880,9 +7888,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/6.15.1" + "source": "https://github.com/TYPO3/testing-framework/tree/6.16.6" }, - "time": "2021-12-06T19:02:31+00:00" + "time": "2022-07-26T17:30:58+00:00" } ], "aliases": [], diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 239d4610ea9ee8e8254ac01813901c90aa51b6b5..55338ba4480a1398614e8ea42d5b9b8c0977641f 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -77,11 +77,11 @@ "codeception/module-filesystem": "^1.0", "codeception/module-webdriver": "^1.0.1", "friendsofphp/php-cs-fixer": "^2.19 || ^3.0", - "mikey179/vfsstream": "^1.6.10", + "mikey179/vfsstream": "^1.6.11", "phpspec/prophecy": "^1.14.0", "phpstan/phpstan": "^0.12.64", "typo3/cms-styleguide": "~10.0.4", - "typo3/testing-framework": "^6.15.1" + "typo3/testing-framework": "^6.16.6" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",