Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F file-upload-bundle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.

  • Pôle IS
  • Bundles Symfony 2Bundles Symfony 2
  • file-upload-bundle
  • Merge requests
  • !2
Something went wrong on our end

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

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Guillaume Perréal requested to merge 2-ramsey-3 into master 5 years ago
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 3

Et ajout de ramsey/uuid-doctrine.

Closes #2 (closed)

Edited 5 years ago by Guillaume Perréal
Viewing commit be678dd0
Next
Show latest version
3 files
+ 4
− 3

    Preferences

    File browser
    Compare changes
  • be678dd0
    Guillaume Perréal
    Met à jour de ramsey/uuid vers la version 3.x. · be678dd0
    Guillaume Perréal authored 5 years ago
    Et ajout de ramsey/uuid-doctrine.
src/Entity/UploadedFile.php
+ 1
− 1
  • View file @ be678dd0

  • Edit in single-file editor

  • Open in Web IDE


@@ -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
src/Service/FileManager.php
+ 1
− 1
  • View file @ be678dd0

  • Edit in single-file editor

  • Open in Web IDE


@@ -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;
composer.json
+ 2
− 1
  • View file @ be678dd0

  • Edit in single-file editor

  • Open in Web IDE


@@ -35,7 +35,8 @@
"knplabs/knp-gaufrette-bundle": "~0.1",
"pagerfanta/pagerfanta": "^1.0",
"psr/log": "^1.0",
"ramsey/uuid": "~2.8",
"ramsey/uuid": "^3.0",
"ramsey/uuid-doctrine": "*",
"sensio/framework-extra-bundle": "^3.0.2",
"symfony/assetic-bundle": "^2.3",
"symfony/intl": "^3.3",
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 Participants
Reference:
Source branch: 2-ramsey-3

Menu

Explore Projects Groups Topics Snippets