You've already forked symfony-validator
change namespace and update description
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user