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
  • !3
Something went wrong on our end

Resolve "Supprimer la dépendence directe sur symfony/symfony"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Guillaume Perréal requested to merge 3-supprimer-la-dependence-directe-sur-symfony-symfony into master 5 years ago
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 1

Closes #3 (closed)

Edited 5 years ago by Guillaume Perréal
Viewing commit 2b8d5769
Next
Show latest version
1 file
+ 23
− 6

    Preferences

    File browser
    Compare changes
  • 2b8d5769
    Guillaume Perréal
    Explicite les dépendances aux composants de Symfony. · 2b8d5769
    Guillaume Perréal authored 5 years ago
    Plutôt qu'à tout le framework d'un bloc.
composer.json
+ 23
− 6
  • View file @ 2b8d5769

  • Edit in single-file editor

  • Open in Web IDE


@@ -26,22 +26,38 @@
@@ -26,22 +26,38 @@
],
],
"require": {
"require": {
"php": "^7.1",
"php": "^7.1",
"ext-json": "^1.5",
"ext-intl": "*",
 
"ext-json": "*",
"blueimp/jquery-file-upload": "~9.9",
"blueimp/jquery-file-upload": "~9.9",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.5",
"irstea/theme-bundle": "^2.0@dev",
"irstea/theme-bundle": "^2.0",
"knplabs/gaufrette": "^0.3",
"knplabs/gaufrette": "^0.3",
"knplabs/knp-gaufrette-bundle": "~0.1",
"knplabs/knp-gaufrette-bundle": "~0.1",
"pagerfanta/pagerfanta": "^1.0",
"pagerfanta/pagerfanta": "^1.0",
"psr/log": "^1.0",
"psr/log": "^1.0",
"ramsey/uuid": "^3.0",
"ramsey/uuid": "^3.0",
"ramsey/uuid-doctrine": "^1.5",
"ramsey/uuid-doctrine": "^1.5",
"sensio/framework-extra-bundle": "^3.0.2",
"sensio/framework-extra-bundle": "^3.0",
"symfony/assetic-bundle": "^2.3",
"symfony/assetic-bundle": "^2.3",
"symfony/intl": "^3.3",
"symfony/config": "^3.0",
"symfony/monolog-bundle": "^3.1.0",
"symfony/console": "^3.0",
"symfony/symfony": "^3.0",
"symfony/dependency-injection": "^3.0",
 
"symfony/doctrine-bridge": "^3.0",
 
"symfony/event-dispatcher": "^3.0",
 
"symfony/form": "^3.0",
 
"symfony/framework-bundle": "^3.0",
 
"symfony/http-foundation": "^3.0",
 
"symfony/http-kernel": "^3.0",
 
"symfony/intl": "^3.0",
 
"symfony/monolog-bundle": "^3.0",
 
"symfony/options-resolver": "^3.0",
 
"symfony/routing": "^3.0",
 
"symfony/security": "^3.0",
 
"symfony/templating": "^3.0",
 
"symfony/translation": "^3.0",
 
"symfony/twig-bridge": "^3.0",
 
"symfony/validator": "^3.0",
"twig/extensions": "^1.0",
"twig/extensions": "^1.0",
"twig/twig": "^1.0||^2.0",
"twig/twig": "^1.0||^2.0",
"white-october/pagerfanta-bundle": "~1.0",
"white-october/pagerfanta-bundle": "~1.0",
@@ -49,6 +65,7 @@
@@ -49,6 +65,7 @@
"xenolope/quahog": "^2.1"
"xenolope/quahog": "^2.1"
},
},
"require-dev": {
"require-dev": {
 
"ext-pcov": "*",
"hexmedia/yaml-linter": "^0.2",
"hexmedia/yaml-linter": "^0.2",
"irstea/composer-require-checker-shim": "^2.0",
"irstea/composer-require-checker-shim": "^2.0",
"irstea/php-cs-fixer-config": "^1.0",
"irstea/php-cs-fixer-config": "^1.0",
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
1
1 Participant
Guillaume Perréal
Reference: pole-is/bundles/file-upload-bundle!3
Source branch: 3-supprimer-la-dependence-directe-sur-symfony-symfony

Menu

Explore Projects Groups Topics Snippets