From 64d75d86c0c575dbf5117e9b2f73a5d3a97f602d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Oct 2017 14:32:12 +0200 Subject: v6.0.2 --- composer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8335f58..4043983 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Swiftmailer, free feature-rich PHP mailer", "keywords": ["mail","mailer","email"], - "homepage": "http://swiftmailer.org", + "homepage": "http://swiftmailer.symfony.com", "license": "MIT", "authors": [ { @@ -15,23 +15,22 @@ } ], "require": { - "php": ">=5.3.3" + "php": ">=7.0.0", + "egulias/email-validator": "~2.0" }, "require-dev": { "mockery/mockery": "~0.9.1", - "symfony/phpunit-bridge": "~3.2" + "symfony/phpunit-bridge": "~3.3@dev" }, "autoload": { "files": ["lib/swift_required.php"] }, "autoload-dev": { - "psr-0": { - "Swift_": "tests/unit" - } + "psr-0": { "Swift_": "tests/unit" } }, "extra": { "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "6.0-dev" } } } -- cgit