From 8291e84f35378c4b751bde02b50e9cf3fe24c893 Mon Sep 17 00:00:00 2001 From: Abban Dunne Date: Wed, 3 Jun 2020 14:13:01 +0200 Subject: [PATCH] Update Fun Validators dependency --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6002d28..f80dacf 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "psr/log": "~1.0", "wmde/email-address": "~1.0", - "wmde/fun-validators": "~1.0" + "wmde/fun-validators": "~2.0.0" }, "require-dev": { "phpunit/phpunit": "~8.5", @@ -24,6 +24,11 @@ "type": "vcs", "url": "https://github.com/wmde/fundraisingstore", "no-api": true + }, + { + "type": "vcs", + "url": "https://github.com/wmde/fun-validators", + "no-api": true } ], "autoload": {