diff --git a/composer.json b/composer.json index 4b72ec73068157c3b7f678c9aa93f700070e0cc4..7cecf58afe0a0c32b4c2c82908e8e189e0e10aaa 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,7 @@ "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.44", "phpunit/phpunit": "^8.5.2", - "typo3/cms-styleguide": "~11.0.1", + "typo3/cms-styleguide": "~11.0.2", "typo3/testing-framework": "^6.6.0" }, "suggest": { diff --git a/composer.lock b/composer.lock index 7e25263664ebd9011eb14b0b36f97ce3bfeb7207..78365546316479a5d67c1fafaa8d327b32de4632 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": "8de7b76a71ba3611516b5ad80455d16d", + "content-hash": "6fdfbf1369e94f491d1cb141162d3e19", "packages": [ { "name": "cogpowered/finediff", @@ -7202,16 +7202,16 @@ }, { "name": "typo3/cms-styleguide", - "version": "11.0.1", + "version": "11.0.2", "source": { "type": "git", "url": "https://github.com/TYPO3/styleguide.git", - "reference": "175745442bb18de8868f035462c65f1553200508" + "reference": "04bfc2fac4e85a143b13526e56fc21091a7dcc8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/175745442bb18de8868f035462c65f1553200508", - "reference": "175745442bb18de8868f035462c65f1553200508", + "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/04bfc2fac4e85a143b13526e56fc21091a7dcc8c", + "reference": "04bfc2fac4e85a143b13526e56fc21091a7dcc8c", "shasum": "" }, "require-dev": { @@ -7224,7 +7224,7 @@ "typo3/cms-frontend": "11.*.*@dev", "typo3/cms-install": "11.*.*@dev", "typo3/coding-standards": "^0.2.0", - "typo3/testing-framework": "^6.4.1" + "typo3/testing-framework": "^6.5.0" }, "type": "typo3-cms-extension", "extra": { @@ -7264,9 +7264,9 @@ ], "support": { "issues": "https://github.com/TYPO3/styleguide/issues", - "source": "https://github.com/TYPO3/styleguide/tree/11.0.1" + "source": "https://github.com/TYPO3/styleguide/tree/11.0.2" }, - "time": "2020-10-20T17:29:09+00:00" + "time": "2020-12-21T20:25:13+00:00" }, { "name": "typo3/testing-framework", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 7143bf61257def9ee5ba830b1b05a15f5617c641..d990c0d9f496c76eca4fb5bfab1f334d0e6c53a9 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -73,7 +73,7 @@ "php-webdriver/webdriver": "^1.9.0", "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.44", - "typo3/cms-styleguide": "~11.0.1", + "typo3/cms-styleguide": "~11.0.2", "typo3/testing-framework": "^6.6.0" }, "suggest": {