From 1b31c2665084eee0fca9f88226f1d5e1b40e278b Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Wed, 14 Feb 2018 14:08:02 +0100
Subject: [PATCH] [TASK] Update typo3/cms-styleguide

composer update typo3/cms-styleguide

Version 9.0.2 brings examples of the new checkbox renderTypes
and a fal example using allowLanguageSynchronization

Change-Id: Ia5e8f6627a15a1db9aa20f9a7c9be39a375fc401
Resolves: #83893
Releases: master
Reviewed-on: https://review.typo3.org/55715
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.lock | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/composer.lock b/composer.lock
index bf81400b1a09..6a64e2e3492c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4365,16 +4365,16 @@
         },
         {
             "name": "typo3/cms-styleguide",
-            "version": "9.0.1",
+            "version": "9.0.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/styleguide.git",
-                "reference": "60562f5a59111e4146d3dfd13b50873f4bedb944"
+                "reference": "c967a78d74d7a62f177887f588a3dbf9ad1c391f"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/60562f5a59111e4146d3dfd13b50873f4bedb944",
-                "reference": "60562f5a59111e4146d3dfd13b50873f4bedb944",
+                "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/c967a78d74d7a62f177887f588a3dbf9ad1c391f",
+                "reference": "c967a78d74d7a62f177887f588a3dbf9ad1c391f",
                 "shasum": ""
             },
             "replace": {
@@ -4388,7 +4388,7 @@
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
-                "GPL-2.0+"
+                "GPL-2.0-or-later"
             ],
             "authors": [
                 {
@@ -4410,7 +4410,7 @@
                 "typo3",
                 "typo3 backend"
             ],
-            "time": "2017-12-16T12:07:29+00:00"
+            "time": "2018-02-14T12:57:12+00:00"
         },
         {
             "name": "typo3/testing-framework",
-- 
GitLab