change namespace and update description
This commit is contained in:
parent
e6dfb40943
commit
51f3bf1c22
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bluesquare-packages/symfony-validator",
|
"name": "bluesquare-packages/symfony-validator",
|
||||||
"description": "Validator creatde by Bluesquare Computing",
|
"description": "Validator created by Bluesquare Computing",
|
||||||
"keywords": ["template", "composer", "package"],
|
"keywords": ["template", "composer", "package"],
|
||||||
"license": "proprietary",
|
"license": "proprietary",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Utils;
|
namespace Bluesquare;
|
||||||
|
|
||||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||||
use Symfony\Component\HttpFoundation\RequestStack;
|
use Symfony\Component\HttpFoundation\RequestStack;
|
||||||
|
|
Loading…
Reference in New Issue