Last active
August 29, 2015 14:11
-
-
Save destinydriven/e0e69719da23c25c2789 to your computer and use it in GitHub Desktop.
composer
This file contains 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
{ | |
"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