From 8454f5a2fe4ca5ebc7f1d04ae0123c13c352e8cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Dec 2020 10:54:03 +0100 Subject: update to 6.2.4 sources from git snapshot switch to phpunit9 and php-mockery --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a996e21..d66dc4c 100644 --- a/composer.json +++ b/composer.json @@ -16,18 +16,17 @@ ], "require": { "php": ">=7.0.0", - "egulias/email-validator": "~2.0", + "egulias/email-validator": "^2.0", "symfony/polyfill-iconv": "^1.0", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-intl-idn": "^1.10" }, "require-dev": { - "mockery/mockery": "~0.9.1", - "symfony/phpunit-bridge": "^3.4.19|^4.1.8" + "mockery/mockery": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.0" }, "suggest": { - "ext-intl": "Needed to support internationalized email addresses", - "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" + "ext-intl": "Needed to support internationalized email addresses" }, "autoload": { "files": ["lib/swift_required.php"] -- cgit