Created
July 6, 2012 19:41
-
-
Save harikt/3062341 to your computer and use it in GitHub Desktop.
composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * | |
| * 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", | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References
https://groups.google.com/forum/#!topic/composer-dev/_g3ASeIFlrc/discussion
http://getcomposer.org/doc/04-schema.md#minimum-stability
https://groups.google.com/d/msg/composer-dev/7iTloXl0SHU/5fSHkEksXbwJ
https://groups.google.com/d/msg/composer-dev/CS_I0FNMHwY/6mEWwAvzhM4J