From dda23da0f3c75fb27278b7282e72d16aa0f77dbc Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Thu, 12 Jan 2023 14:14:44 +0100 Subject: [PATCH] [TASK] Raise styleguide Brings a series of rather minor fixes. > composer u typo3/cms-styleguide Resolves: #99525 Releases: main Change-Id: I8832baccaf98d5b1c4e97a1d922b5a2b712e6a05 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77365 Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Oliver Bartsch <bo@cedev.de> --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d7ba0028d218..d757bc9b332c 100644 --- a/composer.lock +++ b/composer.lock @@ -8440,12 +8440,12 @@ "source": { "type": "git", "url": "https://github.com/TYPO3/styleguide.git", - "reference": "148a00b31dc1fa27ed9303ec2063517c4ef3e58f" + "reference": "ab9af6f13ab09bcfbb6f1be530efcbe105789c5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/148a00b31dc1fa27ed9303ec2063517c4ef3e58f", - "reference": "148a00b31dc1fa27ed9303ec2063517c4ef3e58f", + "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/ab9af6f13ab09bcfbb6f1be530efcbe105789c5c", + "reference": "ab9af6f13ab09bcfbb6f1be530efcbe105789c5c", "shasum": "" }, "require-dev": { @@ -8455,9 +8455,9 @@ "codeception/module-webdriver": "^3.1", "phpstan/phpstan": "^1.4.8", "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.0.1", - "typo3/cms-core": "~12.0@dev", - "typo3/cms-frontend": "~12.0@dev", - "typo3/cms-install": "~12.0@dev", + "typo3/cms-core": "~12.2@dev", + "typo3/cms-frontend": "~12.2@dev", + "typo3/cms-install": "~12.2@dev", "typo3/coding-standards": "^0.5.0", "typo3/testing-framework": "dev-main" }, @@ -8505,7 +8505,7 @@ "issues": "https://github.com/TYPO3/styleguide/issues", "source": "https://github.com/TYPO3/styleguide/tree/main" }, - "time": "2022-10-26T11:20:32+00:00" + "time": "2023-01-12T13:51:37+00:00" }, { "name": "typo3/testing-framework", -- GitLab