diff --git a/composer.json b/composer.json
index 94563a72fa8201b6171870b96729bd56271342e6..5d78c356e1f3d1189dffdaf807f43c7cc6c2686d 100644
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,37 @@
             "type": "composer",
             "url": "https://packages.drupal.org/8"
         },
+        {
+          "type": "package",
+          "package": {
+              "name": "browserstate/history.js",
+              "version": "1.8.0",
+              "type": "drupal-library",
+              "source": {
+                  "url": "https://github.com/browserstate/history.js",
+                  "type": "git",
+                  "reference": "origin/master"
+              }
+          }
+        },
+        {
+          "type": "package",
+          "package": {
+              "name": "ckeditor/indentblock",
+              "version": "4.8.0",
+              "type": "drupal-library",
+              "extra": {
+                  "installer-name": "indentblock"
+              },
+              "dist": {
+                  "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
+                  "type": "zip"
+              },
+              "require": {
+                  "composer/installers": "~1.0"
+              }
+          }
+        },
         {
             "type": "package",
             "package": {
@@ -21,17 +52,16 @@
             }
         },
         {
-            "type": "package",
-            "package": {
-                "name": "browserstate/history.js",
-                "version": "1.8.0",
-                "type": "drupal-library",
-                "source": {
-                    "url": "https://github.com/browserstate/history.js",
-                    "type": "git",
-                    "reference": "origin/master"
-                }
-            }
+          "type": "package",
+          "package": {
+              "name": "desandro/masonry",
+              "version": "4.2.0",
+              "type": "drupal-library",
+              "dist": {
+                  "url": "https://github.com/desandro/masonry/archive/v4.2.0.zip",
+                  "type": "zip"
+              }
+          }
         },
         {
             "type": "package",
@@ -45,36 +75,6 @@
                     "reference": "origin/master"
                 }
             }
-        },
-        {
-            "type": "package",
-            "package": {
-                "name": "desandro/masonry",
-                "version": "4.2.0",
-                "type": "drupal-library",
-                "dist": {
-                    "url": "https://github.com/desandro/masonry/archive/v4.2.0.zip",
-                    "type": "zip"
-                }
-            }
-        },
-        {
-            "type": "package",
-            "package": {
-                "name": "ckeditor/indentblock",
-                "version": "4.8.0",
-                "type": "drupal-library",
-                "extra": {
-                    "installer-name": "indentblock"
-                },
-                "dist": {
-                    "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
-                    "type": "zip"
-                },
-                "require": {
-                    "composer/installers": "~1.0"
-                }
-            }
         }
     ],
     "require": {