Skip to content

Commit

Permalink
Use space indentation in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Dec 1, 2015
1 parent dd4d5b4 commit 6e407ba
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "league/monga",
"type": "library",
"description": "MongoDB Abstraction Layer",
"keywords": ["MongoDB"],
"homepage": "https://github.com/thephpleague/monga",
"license": "MIT",
"authors": [
{
"name": "Frank de Jonge",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"squizlabs/php_codesniffer": "2.3.*",
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": { "League\\Monga": "src/" }
},
"replace": {
"php-loep/monga": "self.version"
}
"name": "league/monga",
"type": "library",
"description": "MongoDB Abstraction Layer",
"keywords": ["MongoDB"],
"homepage": "https://github.com/thephpleague/monga",
"license": "MIT",
"authors": [
{
"name": "Frank de Jonge",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"squizlabs/php_codesniffer": "2.3.*",
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": { "League\\Monga": "src/" }
},
"replace": {
"php-loep/monga": "self.version"
}
}

0 comments on commit 6e407ba

Please sign in to comment.