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": {