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

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.

  • Pôle IS
  • Bundles Symfony 2Bundles Symfony 2
  • file-upload-bundle
  • Merge requests
  • !2
An error occurred while fetching the assigned milestone of the selected merge_request.

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 4

Et ajout de ramsey/uuid-doctrine.

Closes #2 (closed)

Edited 5 years ago by Guillaume Perréal
Compare
  • version 3
    be678dd0
    5 years ago

  • version 2
    06685577
    5 years ago

  • version 1
    44157888
    5 years ago

  • master (base)

and
  • latest version
    ec945e7a
    3 commits, 5 years ago

  • version 3
    be678dd0
    1 commit, 5 years ago

  • version 2
    06685577
    2 commits, 5 years ago

  • version 1
    44157888
    1 commit, 5 years ago

4 files
+ 5
− 4

    Preferences

    File browser
    Compare changes
src/Entity/UploadedFile.php
+ 1
− 1
  • View file @ ec945e7a

  • 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 @ ec945e7a

  • 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;
.gitignore
+ 1
− 1
  • View file @ ec945e7a

  • Edit in single-file editor

  • Open in Web IDE

/vendor/
/components/
/composer.lock
/apigen
/reports/
.php_cs.*cache
composer.json
+ 2
− 1
  • View file @ ec945e7a

  • 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": "^1.5",
"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