Skip to content

Commit

Permalink
Updated composer with new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz committed Oct 16, 2013
1 parent 25807de commit 547e9cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Expand Up @@ -49,17 +49,18 @@
"require": {
"php": ">=5.3.0",

"candycms/core": "3.1.*",
"candycms/plugins": "3.1.*",
"candycms/core": "3.1.*@dev",
"candycms/plugins": "3.1.*@dev",

"phpmailer/phpmailer": "5.2.*",
"swiftmailer/swiftmailer": "5.0.*",
"smushit/smushit": "1.0.*",
"recaptcha/recaptcha": "1.*",
"mailchimp/mcapi": "1.*"
},

"require-dev": {
"candycms/tests": "3.1.*",
"candycms/documentation": "3.1.*"
"candycms/tests": "3.0.*",
"candycms/documentation": "3.0.*"
}
}

0 comments on commit 547e9cf

Please sign in to comment.