Commit be678dd0 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Met à jour de ramsey/uuid vers la version 3.x.

Et ajout de ramsey/uuid-doctrine.
Showing with 4 additions and 3 deletions
+4 -3
......@@ -27,7 +27,7 @@ use Gaufrette\StreamMode;
use InvalidArgumentException;
use Irstea\FileUploadBundle\Model\UploadedFileInterface;
use Irstea\FileUploadBundle\Utils\MimeTypeIcon;
use Rhumsaa\Uuid\Uuid;
use Ramsey\Uuid\Uuid;
/**
* @ORM\Entity
......
......@@ -34,7 +34,7 @@ use Irstea\FileUploadBundle\Model\UploadedFileInterface;
use Psr\Log\LoggerInterface;
use Psr\Log\LogLevel;
use Psr\Log\NullLogger;
use Rhumsaa\Uuid\Uuid;
use Ramsey\Uuid\Uuid;
use Symfony\Bridge\Doctrine\RegistryInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment