diff options
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-egulias-email-validator2.spec | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 37e87d5..595caff 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ }, "require": { "php": ">=5.5", - "doctrine/lexer": "^1.0.1" + "doctrine/lexer": "^1.0.1", + "symfony/polyfill-intl-idn": "^1.10" }, "require-dev": { "satooshi/php-coveralls": "^1.0.1", diff --git a/php-egulias-email-validator2.spec b/php-egulias-email-validator2.spec index 8d66029..86846a0 100644 --- a/php-egulias-email-validator2.spec +++ b/php-egulias-email-validator2.spec @@ -10,8 +10,8 @@ %global github_owner egulias %global github_name EmailValidator -%global github_version 2.1.14 -%global github_commit c4b8d12921999d8a561004371701dbc2e05b5ece +%global github_version 2.1.15 +%global github_commit e834eea5306d85d67de5a05db5882911d5b29357 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 @@ -160,6 +160,9 @@ exit $ret %changelog +* Tue Jan 21 2020 Remi Collet <remi@remirepo.net> - 2.1.15-1 +- update to 2.1.15 + * Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 2.1.14-1 - update to 2.1.14 (no change) |