We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de66191 commit 3ef8736Copy full SHA for 3ef8736
composer.json
@@ -10,7 +10,7 @@
10
"symfony/flex": "^1.0",
11
"symfony/framework-bundle": "^3|^4",
12
"symfony/yaml": "^3|^4",
13
- "makasim/yadm": "^0.5",
+ "formapro/yadm": "^0.5",
14
"enqueue/amqp-lib": "^0.9",
15
"php-quartz/bundle": "^0.2"
16
},
src/Kernel.php
@@ -2,7 +2,7 @@
2
3
namespace Quartz\App;
4
5
-use function Makasim\Values\register_cast_hooks;
+use function Formapro\Values\register_cast_hooks;
6
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
7
use Symfony\Component\Config\Loader\LoaderInterface;
8
use Symfony\Component\DependencyInjection\ContainerBuilder;
0 commit comments