Skip to content

Instantly share code, notes, and snippets.

@destinydriven
Last active August 29, 2015 14:11
Show Gist options
  • Save destinydriven/e0e69719da23c25c2789 to your computer and use it in GitHub Desktop.
Save destinydriven/e0e69719da23c25c2789 to your computer and use it in GitHub Desktop.
composer
{
"name": "smartsubmit/app",
"description": "SmartSubmit Application",
"type": "application",
"keywords": ["framework"],
"homepage": "http://example.com/smartsubmit",
"license": "MIT",
"authors": [
{
"name": "<destinydriven>",
"homepage": "https://github.com/destinydriven"
}
],
"config": {
"vendor-dir": "Vendor"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"ext-mcrypt": "*",
"kamisama/cake-resque": ">=4.1.0",
"friendsofcake/cake-pdf": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/debug_kit" : "2.2.*",
"kamisama/cake-resque": ">=4.1.0"
},
"bin": [
"lib/Cake/Console/cake"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment