diff --git a/composer.json b/composer.json index daedadb0..05c2779e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,9 @@ "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6.20", "ramsey/uuid": "^4.2", - "symfony/cache": "^5.4" + "symfony/cache": "^5.4", + "symfony/doctrine-bridge": "^5.4", + "symfony/uid": "^5.4" }, "config": { "sort-packages": true, diff --git a/src/Type/Doctrine/Descriptors/Symfony/UuidTypeDescriptor.php b/src/Type/Doctrine/Descriptors/Symfony/UuidTypeDescriptor.php new file mode 100644 index 00000000..ede3546f --- /dev/null +++ b/src/Type/Doctrine/Descriptors/Symfony/UuidTypeDescriptor.php @@ -0,0 +1,33 @@ +