Updating composer.json

This commit is contained in:
Dan Cryer 2014-05-08 16:04:37 +00:00
parent b950e4d662
commit efd2073779
2 changed files with 11 additions and 7 deletions

View file

@ -43,6 +43,7 @@
},
"suggest": {
"block8/php-docblock-checker": "PHP Docblock Checker",
"phpmd/phpmd": "PHP Mess Detector",
"sebastian/phpcpd": "PHP Copy/Paste Detector",
"squizlabs/php_codesniffer": "PHP Code Sniffer",

17
composer.lock generated
View file

@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "d6834b50e3ea80f4c6f0a05707d0e5f1",
"hash": "0692857385ac27090b3000cbc680ced8",
"packages": [
{
"name": "block8/b8framework",
@ -247,25 +247,28 @@
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.1.0",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "748c01c1144713ac0118396935d10b6ceec91b68"
"reference": "043e336b871f17a117f76ef8e190eddfc04c8d48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/748c01c1144713ac0118396935d10b6ceec91b68",
"reference": "748c01c1144713ac0118396935d10b6ceec91b68",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/043e336b871f17a117f76ef8e190eddfc04c8d48",
"reference": "043e336b871f17a117f76ef8e190eddfc04c8d48",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"mockery/mockery": "~0.9.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
"dev-master": "5.2-dev"
}
},
"autoload": {
@ -294,7 +297,7 @@
"mail",
"mailer"
],
"time": "2014-03-18 09:03:27"
"time": "2014-05-08 08:11:19"
},
{
"name": "symfony/console",