Skip to content

Commit 3ef8736

Browse files
committed
use formapro values and yadm
1 parent de66191 commit 3ef8736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"symfony/flex": "^1.0",
1111
"symfony/framework-bundle": "^3|^4",
1212
"symfony/yaml": "^3|^4",
13-
"makasim/yadm": "^0.5",
13+
"formapro/yadm": "^0.5",
1414
"enqueue/amqp-lib": "^0.9",
1515
"php-quartz/bundle": "^0.2"
1616
},

src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Quartz\App;
44

5-
use function Makasim\Values\register_cast_hooks;
5+
use function Formapro\Values\register_cast_hooks;
66
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
77
use Symfony\Component\Config\Loader\LoaderInterface;
88
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)