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
  • !5

Resolve "préparer composer"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ndame Kital requested to merge 7-preparer-composer into 8-enrichir-le-dossier-test-sur-la-base-de-la-nouvelle-architecture 5 years ago
  • Overview 0
  • Commits 8
  • Pipelines 0
  • Changes 2

le but est de merger tout dans cette branche de migration et à la fin des dev, merger cette branche dans master

Edited 5 years ago by Ndame Kital
Viewing commit 9ec60f49
Next
Show latest version
2 files
+ 19
− 1

    Preferences

    File browser
    Compare changes
  • 9ec60f49
    Ndame Kital
    preparation composer · 9ec60f49
    Ndame Kital authored 5 years ago
.gitignore
+ 12
− 0
  • View file @ 9ec60f49

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,3 +3,15 @@
/composer.lock
/reports/
.php_cs.*cache
/nbproject/private/
/nbproject
/.idea/
/.php_cs*cache
package-lock.json
yarn.lock
yarn-error.log
npm-debug.log
node_modules/
vendor/
/tests/Fixtures/public/build
/tests/Fixtures/var/
composer.json
+ 7
− 1
  • View file @ 9ec60f49

  • Edit in single-file editor

  • Open in Web IDE


@@ -74,9 +74,15 @@
"irstea/phploc-shim": "^4.0",
"irstea/phpmd-config": "^1.0",
"irstea/phpstan-config": "^1.1",
"phpstan/phpstan-deprecation-rules": "@stable",
"symfony/browser-kit": "^4.3",
"symfony/css-selector": "^4.3",
"symfony/panther": "^0.5.2",
"symfony/web-server-bundle": "^3.4",
"jakub-onderka/php-parallel-lint": "^1.0",
"pcov/clobber": "^2.0",
"phpunit/phpunit": "^7.0"
"irstea/phpstan-config": "^1.1.1",
"phpunit/phpunit": "^7.0"
},
"config": {
"sort-packages": true,
Assignee
Guillaume Perréal's avatar
Guillaume Perréal
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
2
2 Participants
Guillaume Perréal
Ndame Kital
Reference: pole-is/bundles/file-upload-bundle!5
Source branch: 7-preparer-composer

Menu

Explore Projects Groups Topics Snippets