Made changes to Composer file to properly use the Github Branch.

Also removed composer setting since it is no longer an option.
This commit is contained in:
Abel Hoogeveen 2016-07-19 16:46:33 +02:00
parent 45e9650343
commit a1732b8d1b
2 changed files with 0 additions and 7 deletions

View File

@ -31,7 +31,6 @@
*/
return array(
'enable_composer' => true,
'enable_modules' => true,
'enable_events' => true,
'composer_autoloader' => '',

View File

@ -13,12 +13,6 @@
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"repositories": [
{
"type": "vcs",
"url": "http://10.0.0.32/fuzeworks/core.git"
}
],
"require": {
"php": ">=5.6.0",
"fuzeworks/core": "dev-master",