Skip to content

Commit

Permalink
Fixing file indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 25, 2014
1 parent 6224c05 commit 55cf771
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions 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"
}
20 changes: 10 additions & 10 deletions 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"
}

0 comments on commit 55cf771

Please sign in to comment.