Browse Source

Fix formatting

Marc Würth 8 years ago
parent
commit
f7a8bc9c37

+ 3 - 1
composer.json

@@ -2,7 +2,9 @@
     "name": "cakephp/cakephp",
     "name": "cakephp/cakephp",
     "description": "The CakePHP framework",
     "description": "The CakePHP framework",
     "type": "library",
     "type": "library",
-    "keywords": ["framework"],
+    "keywords": [
+        "framework"
+    ],
     "homepage": "https://cakephp.org",
     "homepage": "https://cakephp.org",
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [

+ 3 - 3
src/Cache/composer.json

@@ -4,9 +4,9 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {

+ 6 - 4
src/Collection/composer.json

@@ -4,14 +4,16 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {
             "Cake\\Collection\\": "."
             "Cake\\Collection\\": "."
         },
         },
-        "files": ["functions.php"]
+        "files": [
+            "functions.php"
+        ]
     }
     }
 }
 }

+ 6 - 4
src/Core/composer.json

@@ -4,9 +4,9 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "require": {
     "require": {
         "cakephp/utility": "~3.0"
         "cakephp/utility": "~3.0"
@@ -15,6 +15,8 @@
         "psr-4": {
         "psr-4": {
             "Cake\\Core\\": "."
             "Cake\\Core\\": "."
         },
         },
-        "files": ["functions.php"]
+        "files": [
+            "functions.php"
+        ]
     }
     }
 }
 }

+ 3 - 3
src/Event/composer.json

@@ -4,9 +4,9 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {

+ 3 - 3
src/Filesystem/composer.json

@@ -4,9 +4,9 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {

+ 6 - 4
src/I18n/composer.json

@@ -4,15 +4,17 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {
             "Cake\\I18n\\": "."
             "Cake\\I18n\\": "."
         },
         },
-        "files": ["functions.php"]
+        "files": [
+            "functions.php"
+        ]
     },
     },
     "require": {
     "require": {
         "cakephp/core": "~3.0",
         "cakephp/core": "~3.0",

+ 3 - 3
src/Log/composer.json

@@ -4,9 +4,9 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {

+ 5 - 3
src/Utility/composer.json

@@ -9,13 +9,15 @@
         }
         }
     ],
     ],
     "suggest": {
     "suggest": {
-      "ext-intl": "To use Text::transliterate() or Text::slug()",
-      "lib-ICU": "To use Text::transliterate() or Text::slug()"
+        "ext-intl": "To use Text::transliterate() or Text::slug()",
+        "lib-ICU": "To use Text::transliterate() or Text::slug()"
     },
     },
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {
             "Cake\\Utility\\": "."
             "Cake\\Utility\\": "."
         },
         },
-        "files": ["bootstrap.php"]
+        "files": [
+            "bootstrap.php"
+        ]
     }
     }
 }
 }

+ 3 - 3
src/Validation/composer.json

@@ -4,9 +4,9 @@
     "license": "MIT",
     "license": "MIT",
     "authors": [
     "authors": [
         {
         {
-        "name": "CakePHP Community",
-        "homepage": "https://cakephp.org"
-    }
+            "name": "CakePHP Community",
+            "homepage": "https://cakephp.org"
+        }
     ],
     ],
     "autoload": {
     "autoload": {
         "psr-4": {
         "psr-4": {