Skip to content

Instantly share code, notes, and snippets.

@harikt
Created July 6, 2012 19:41
Show Gist options
  • Select an option

  • Save harikt/3062341 to your computer and use it in GitHub Desktop.

Select an option

Save harikt/3062341 to your computer and use it in GitHub Desktop.
composer.json
/**
*
* Here there is a problem for packages is only for Vendor.Package .
* Probably if we are downloading other ones like Propel, Doctrine or
* anything needs to be in include folder.
*
*/
{
"config": {
"vendor-dir": "package/"
},
"require": {
"Aura/Autoload": "dev-1.0.0-beta3",
"Aura/Cli": "dev-1.0.0-beta3",
"Aura/Di": "dev-1.0.0-beta3",
"Aura/Framework": "dev-1.0.0-beta3",
"Aura/Http": "dev-1.0.0-beta3",
"Aura/Marshal": "dev-1.0.0-beta3",
"Aura/Router": "dev-1.0.0-beta3",
"Aura/Signal": "dev-1.0.0-beta3",
"Aura/Sql": "dev-1.0.0-beta3",
"Aura/View": "dev-1.0.0-beta3",
"Aura/Web": "dev-1.0.0-beta3",
},
"minimum-stability" : "dev",
}