Browse Source

Fixing file indentation

Jose Lorenzo Rodriguez 11 years ago
parent
commit
55cf771de9
2 changed files with 20 additions and 20 deletions
  1. 10 10
      src/Collection/composer.json
  2. 10 10
      src/Event/composer.json

+ 10 - 10
src/Collection/composer.json

@@ -1,17 +1,17 @@
 {
-    "name": "cakephp/collection",
-    "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
-    "license": "MIT",
-    "authors": [
-        {
-            "name": "CakePHP Community",
-            "homepage": "http://cakephp.org"
-        }
-    ],
+	"name": "cakephp/collection",
+	"description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
+	"license": "MIT",
+	"authors": [
+		{
+		"name": "CakePHP Community",
+		"homepage": "http://cakephp.org"
+	}
+	],
 	"autoload": {
 		"psr-4": {
 			"Cake\\Collection\\": "."
 		}
 	},
-    "minimum-stability": "beta"
+	"minimum-stability": "beta"
 }

+ 10 - 10
src/Event/composer.json

@@ -1,17 +1,17 @@
 {
-    "name": "cakephp/event",
-    "description": "CakePHP event dispatcher library that helps implementing the observer pattern",
-    "license": "MIT",
-    "authors": [
-        {
-            "name": "CakePHP Community",
-            "homepage": "http://cakephp.org"
-        }
-    ],
+	"name": "cakephp/event",
+	"description": "CakePHP event dispatcher library that helps implementing the observer pattern",
+	"license": "MIT",
+	"authors": [
+		{
+		"name": "CakePHP Community",
+		"homepage": "http://cakephp.org"
+	}
+	],
 	"autoload": {
 		"psr-4": {
 			"Cake\\Event\\": "."
 		}
 	},
-    "minimum-stability": "beta"
+	"minimum-stability": "beta"
 }