Skip to content

Commit

Permalink
Update Composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Mar 5, 2017
1 parent b3a76d4 commit 8ed00aa
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,39 @@
"name": "icybee/module-sites",
"type": "icanboogie-module",
"description": "Manages websites",
"keywords": [ "icybee", "website", "multi-site" ],
"keywords": [
"icybee",
"website",
"multi-site"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Olivier Laviale",
"email": "[email protected]",
"homepage": "http://www.weirdog.com/",
"role" : "Developer"
"homepage": "https://olvlvl.com/",
"role": "Developer"
}
],

"support": {
"issues": "https://github.com/Icybee/module-sites/issues",
"source": "https://github.com/Icybee/module-sites"
},
"minimum-stability": "dev",

"prefer-stable": true,
"prefer-dist": true,
"require": {
"php": ">=5.5",
"icanboogie/module-installer": "^1.2",
"icybee/core": "^3.0",
"icybee/module-registry": "^3.0"
},

"autoload": {
"psr-4": {
"Icybee\\Modules\\Sites\\": "lib"
}
},
"scripts": {
"post-autoload-dump": "ICanBoogie\\Autoconfig\\Hooks::on_autoload_dump"
}
}

0 comments on commit 8ed00aa

Please sign in to comment.