Skip to content

Instantly share code, notes, and snippets.

@tomschlick
Created November 1, 2012 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomschlick/3991627 to your computer and use it in GitHub Desktop.
Save tomschlick/3991627 to your computer and use it in GitHub Desktop.
Demo Composer File
{
"config": {
"vendor-dir": "fuel/vendor"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.6",
"mexitek/phpcolors": "*",
"nategood/httpful": "*",
"jjaffeux/postmark-inbound-php": ">=2.0",
"henrikbjorn/stampie": "*",
"twilio/sdk": "*",
"stripe/stripe-php": "*",
"nodrew/php-airbrake": "*",
"amazonwebservices/aws-sdk-for-php": "*",
"lootils/archiver": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment