fixes to support composer
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
"thetempusproject/bedrock": "1.0.10",
|
||||
"thetempusproject/canary": "1.0.5",
|
||||
"thetempusproject/houdini": "1.0.8",
|
||||
"components/jquery": "1.9.*",
|
||||
"twbs/bootstrap": "3.3.7"
|
||||
},
|
||||
"autoload":
|
||||
@ -55,8 +56,11 @@
|
||||
{
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"robloach/component-installer": true
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user