summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-16 07:22:12 +0100
committerRemi Collet <remi@remirepo.net>2017-11-16 07:22:12 +0100
commit3afa3458edf3228ef1f62da3a2565f319cfe2054 (patch)
tree5d0be39e8f16f893842e9ec1f10bc3cf21757752
parent792742e51f1b09e613e61caa59c01d65f3c9959f (diff)
v2.1.3
-rw-r--r--composer.json4
-rw-r--r--php-egulias-email-validator2.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 44c91d7..d09d785 100644
--- a/composer.json
+++ b/composer.json
@@ -24,8 +24,8 @@
"doctrine/lexer": "^1.0.1"
},
"require-dev" : {
- "satooshi/php-coveralls": "dev-master",
- "phpunit/phpunit": "^4.8.0",
+ "satooshi/php-coveralls": "^1.0.1",
+ "phpunit/phpunit": "^4.8.35",
"dominicsayers/isemail": "dev-master"
},
"suggest": {
diff --git a/php-egulias-email-validator2.spec b/php-egulias-email-validator2.spec
index 41b4f31..bf93e6c 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.2
-%global github_commit bc31baa11ea2883e017f0a10d9722ef9d50eac1c
+%global github_version 2.1.3
+%global github_commit 1bec00a10039b823cc94eef4eddd47dcd3b2ca04
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global major 2
@@ -138,6 +138,9 @@ exit $RETURN_CODE
%changelog
+* Thu Nov 16 2017 Remi Collet <remi@remirepo.net> - 2.1.3-1
+- Update to 2.1.3
+
* Wed Oct 4 2017 Remi Collet <remi@remirepo.net> - 2.1.2-1
- Update to 2.1.2
- rename to php-egulias-email-validator2