diff --git a/composer.json b/composer.json index 892b9ca418d7ca20c732fed21d7eda55c92cb71c..3613b13160290044472c1e8cbc722f59644dc51c 100644 --- a/composer.json +++ b/composer.json @@ -81,15 +81,15 @@ }, "require-dev": { "composer-runtime-api": "^2.0", - "codeception/codeception": "^4.0", - "codeception/lib-asserts": "^1.1", - "codeception/module-asserts": "^1.1", - "codeception/module-filesystem": "^1.0", - "codeception/module-webdriver": "^1.0.1", + "codeception/codeception": "^4.1.12", + "codeception/lib-asserts": "^1.13.2", + "codeception/module-asserts": "^1.3.1", + "codeception/module-filesystem": "^1.0.3", + "codeception/module-webdriver": "^1.1.4", "composer/package-versions-deprecated": "^1.10", "friendsofphp/php-cs-fixer": "^2.16.7", "friendsoftypo3/phpstan-typo3": "^0.5.0", - "php-webdriver/webdriver": "^1.8", + "php-webdriver/webdriver": "^1.9.0", "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.44", "phpunit/phpunit": "^8.5.2", diff --git a/composer.lock b/composer.lock index e93c23b4c5eeb5e052c7e1c7cd860ab17ed00904..f783cf235a6e2b04aa6d32575035c2a4ceed25b3 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": "03bffe666cd2a67b7cb2412ae3060044", + "content-hash": "e30349712ca823fb4cdbcddb00c0f6c8", "packages": [ { "name": "cogpowered/finediff", @@ -4582,16 +4582,16 @@ }, { "name": "codeception/codeception", - "version": "4.1.1", + "version": "4.1.12", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "be584da4859baf34e05afd26fe4c587be4787ff0" + "reference": "fc550bf6e90d69fbfc8ab7e9e0a330ac98ffafdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/be584da4859baf34e05afd26fe4c587be4787ff0", - "reference": "be584da4859baf34e05afd26fe4c587be4787ff0", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/fc550bf6e90d69fbfc8ab7e9e0a330ac98ffafdd", + "reference": "fc550bf6e90d69fbfc8ab7e9e0a330ac98ffafdd", "shasum": "" }, "require": { @@ -4603,7 +4603,7 @@ "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/psr7": "~1.4", - "php": ">=5.6.0 <8.0", + "php": ">=5.6.0 <9.0", "symfony/console": ">=2.7 <6.0", "symfony/css-selector": ">=2.7 <6.0", "symfony/event-dispatcher": ">=2.7 <6.0", @@ -4621,7 +4621,7 @@ "monolog/monolog": "~1.8", "squizlabs/php_codesniffer": "~2.0", "symfony/process": ">=2.7 <6.0", - "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0" + "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0" }, "suggest": { "codeception/specify": "BDD-style code blocks", @@ -4665,27 +4665,34 @@ ], "support": { "issues": "https://github.com/Codeception/Codeception/issues", - "source": "https://github.com/Codeception/Codeception/tree/4.0" + "source": "https://github.com/Codeception/Codeception/tree/4.1.12" }, - "time": "2020-02-19T16:56:20+00:00" + "funding": [ + { + "url": "https://opencollective.com/codeception", + "type": "open_collective" + } + ], + "time": "2020-11-16T06:36:57+00:00" }, { "name": "codeception/lib-asserts", - "version": "1.11.0", + "version": "1.13.2", "source": { "type": "git", "url": "https://github.com/Codeception/lib-asserts.git", - "reference": "1fdc310bf857c11d3703ae02689a2e482c71c5ab" + "reference": "184231d5eab66bc69afd6b9429344d80c67a33b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/1fdc310bf857c11d3703ae02689a2e482c71c5ab", - "reference": "1fdc310bf857c11d3703ae02689a2e482c71c5ab", + "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/184231d5eab66bc69afd6b9429344d80c67a33b6", + "reference": "184231d5eab66bc69afd6b9429344d80c67a33b6", "shasum": "" }, "require": { - "php": ">=7.2.0 <8.0", - "phpunit/phpunit": "^8.4 | ^9.0" + "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0", + "ext-dom": "*", + "php": ">=5.6.0 <9.0" }, "type": "library", "autoload": { @@ -4705,44 +4712,45 @@ }, { "name": "Gintautas Miselis" + }, + { + "name": "Gustavo Nieves", + "homepage": "https://medium.com/@ganieves" } ], "description": "Assertion methods used by Codeception core and Asserts module", - "homepage": "http://codeception.com/", + "homepage": "https://codeception.com/", "keywords": [ "codeception" ], "support": { "issues": "https://github.com/Codeception/lib-asserts/issues", - "source": "https://github.com/Codeception/lib-asserts/tree/codeception-5.0" + "source": "https://github.com/Codeception/lib-asserts/tree/1.13.2" }, - "time": "2020-02-11T10:45:21+00:00" + "time": "2020-10-21T16:26:20+00:00" }, { "name": "codeception/module-asserts", - "version": "1.1.1", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-asserts.git", - "reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e" + "reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e", - "reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/59374f2fef0cabb9e8ddb53277e85cdca74328de", + "reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de", "shasum": "" }, "require": { "codeception/codeception": "*@dev", - "codeception/lib-asserts": "^1.0.0", - "php": ">=5.6.0 <8.0" + "codeception/lib-asserts": "^1.13.1", + "php": ">=5.6.0 <9.0" }, "conflict": { "codeception/codeception": "<4.0" }, - "require-dev": { - "codeception/util-robohelpers": "dev-master" - }, "type": "library", "autoload": { "classmap": [ @@ -4759,10 +4767,14 @@ }, { "name": "Gintautas Miselis" + }, + { + "name": "Gustavo Nieves", + "homepage": "https://medium.com/@ganieves" } ], "description": "Codeception module containing various assertions", - "homepage": "http://codeception.com/", + "homepage": "https://codeception.com/", "keywords": [ "assertions", "asserts", @@ -4770,35 +4782,32 @@ ], "support": { "issues": "https://github.com/Codeception/module-asserts/issues", - "source": "https://github.com/Codeception/module-asserts/tree/master" + "source": "https://github.com/Codeception/module-asserts/tree/1.3.1" }, - "time": "2019-11-13T17:32:27+00:00" + "time": "2020-10-21T16:48:15+00:00" }, { "name": "codeception/module-filesystem", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/Codeception/module-filesystem.git", - "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e" + "reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/fe3c352479924ec0aaf6a6c3d6825dc14242b81e", - "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e", + "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/781be167fb1557bfc9b61e0a4eac60a32c534ec1", + "reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", - "php": ">=5.6.0 <8.0", + "codeception/codeception": "^4.0", + "php": ">=5.6.0 <9.0", "symfony/finder": ">=2.7 <6.0" }, "conflict": { "codeception/codeception": "<4.0" }, - "require-dev": { - "codeception/util-robohelpers": "dev-master" - }, "type": "library", "autoload": { "classmap": [ @@ -4825,32 +4834,29 @@ ], "support": { "issues": "https://github.com/Codeception/module-filesystem/issues", - "source": "https://github.com/Codeception/module-filesystem/tree/1.0.2" + "source": "https://github.com/Codeception/module-filesystem/tree/1.0.3" }, - "time": "2019-12-04T17:13:39+00:00" + "time": "2020-10-24T14:46:40+00:00" }, { "name": "codeception/module-webdriver", - "version": "1.0.7", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "f05c5c25e39d10fbfb2d508779e1537df019ff9b" + "reference": "f719edc1eca033e0dc5fd8d99db122070b1fb933" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/f05c5c25e39d10fbfb2d508779e1537df019ff9b", - "reference": "f05c5c25e39d10fbfb2d508779e1537df019ff9b", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/f719edc1eca033e0dc5fd8d99db122070b1fb933", + "reference": "f719edc1eca033e0dc5fd8d99db122070b1fb933", "shasum": "" }, "require": { "codeception/codeception": "^4.0", - "php": ">=5.6.0 <8.0", + "php": ">=5.6.0 <9.0", "php-webdriver/webdriver": "^1.6.0" }, - "require-dev": { - "codeception/util-robohelpers": "dev-master" - }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" }, @@ -4884,9 +4890,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-webdriver/issues", - "source": "https://github.com/Codeception/module-webdriver/tree/1.0.7" + "source": "https://github.com/Codeception/module-webdriver/tree/1.1.4" }, - "time": "2020-04-01T10:18:18+00:00" + "time": "2020-11-16T06:50:15+00:00" }, { "name": "codeception/phpunit-wrapper", @@ -5579,34 +5585,36 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.8.2", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab" + "reference": "e3633154554605274cc9d59837f55a7427d72003" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab", - "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/e3633154554605274cc9d59837f55a7427d72003", + "reference": "e3633154554605274cc9d59837f55a7427d72003", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-zip": "*", - "php": "^5.6 || ~7.0", + "php": "^5.6 || ~7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.12", "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0" }, + "replace": { + "facebook/webdriver": "*" + }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", - "jakub-onderka/php-parallel-lint": "^1.0", - "php-coveralls/php-coveralls": "^2.0", - "php-mock/php-mock-phpunit": "^1.1", - "phpunit/phpunit": "^5.7", - "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0", - "sminnee/phpunit-mock-objects": "^3.4", + "ondram/ci-detector": "^2.1 || ^3.5", + "php-coveralls/php-coveralls": "^2.4", + "php-mock/php-mock-phpunit": "^1.1 || ^2.0", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3.5", "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0" }, @@ -5616,7 +5624,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-main": "1.8.x-dev" } }, "autoload": { @@ -5642,9 +5650,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.8.2" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.9.0" }, - "time": "2020-03-04T14:40:12+00:00" + "time": "2020-11-19T15:21:05+00:00" }, { "name": "phpspec/prophecy", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 75774a7dc6a96a1374fbb7bd17abd9365d11dfc4..6ef6cc8a38f0caf353aafb68c6035292e4bed24d 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -64,11 +64,13 @@ "typo3fluid/fluid": "^2.6.10 || ^3" }, "require-dev": { - "codeception/codeception": "^4.0", - "codeception/module-asserts": "^1.1", - "codeception/module-filesystem": "^1.0", - "codeception/module-webdriver": "^1.0.1", + "codeception/codeception": "^4.1.12", + "codeception/lib-asserts": "^1.13.2", + "codeception/module-asserts": "^1.3.1", + "codeception/module-filesystem": "^1.0.3", + "codeception/module-webdriver": "^1.1.4", "friendsofphp/php-cs-fixer": "^2.16.7", + "php-webdriver/webdriver": "^1.9.0", "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.44", "typo3/cms-styleguide": "~11.0.1",