From 51f3bf1c22707ec7d4f0266c0c20a95494c1a776 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Mon, 18 Feb 2019 17:36:46 +0100 Subject: [PATCH] change namespace and update description --- composer.json | 2 +- src/Validator.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 92ba426..749240f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "bluesquare-packages/symfony-validator", - "description": "Validator creatde by Bluesquare Computing", + "description": "Validator created by Bluesquare Computing", "keywords": ["template", "composer", "package"], "license": "proprietary", "authors": [ diff --git a/src/Validator.php b/src/Validator.php index 49e7623..2da8edb 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -1,6 +1,6 @@