Skip to content

Commit

Permalink
Enhancement: Normalize composer.json (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and curry684 committed Nov 29, 2018
1 parent 10aba8a commit b8f537b
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@
"name": "snc/redis-bundle",
"type": "symfony-bundle",
"description": "A Redis bundle for Symfony",
"keywords": ["redis", "nosql", "symfony"],
"keywords": [
"redis",
"nosql",
"symfony"
],
"homepage": "https://github.com/snc/SncRedisBundle",
"license": "MIT",
"authors": [{
"name": "Henrik Westphal",
"email": "henrik.westphal@gmail.com"
},{
"name": "Community contributors",
"homepage": "https://github.com/snc/SncRedisBundle/contributors"
}],
"authors": [
{
"name": "Henrik Westphal",
"email": "henrik.westphal@gmail.com"
},
{
"name": "Community contributors",
"homepage": "https://github.com/snc/SncRedisBundle/contributors"
}
],
"require": {
"php": "^7.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
Expand All @@ -37,9 +44,6 @@
"symfony/console": "If you want to use commands to interact with the redis database",
"symfony/proxy-manager-bridge": "If you want to lazy-load some services"
},
"autoload": {
"psr-4": { "Snc\\RedisBundle\\": "" }
},
"config": {
"bin-dir": "bin/",
"sort-packages": true
Expand All @@ -48,5 +52,10 @@
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Snc\\RedisBundle\\": ""
}
}
}

0 comments on commit b8f537b

Please sign in to comment.