change namespace and update description
This commit is contained in:
parent
e6dfb40943
commit
51f3bf1c22
|
@ -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": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Utils;
|
||||
namespace Bluesquare;
|
||||
|
||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
|
|
Loading…
Reference in New Issue