Commit 1e46ba70 authored by Raidelet Nicolas's avatar Raidelet Nicolas Committed by Guillaume Perréal
Browse files

maj composer.json

Showing with 16 additions and 16 deletions
+16 -16
...@@ -4,18 +4,22 @@ ...@@ -4,18 +4,22 @@
"license": "proprietary", "license": "proprietary",
"authors": [ "authors": [
{ "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", "email": "dsi.poleis@lists.irstea.fr" }, { "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", "email": "dsi.poleis@lists.irstea.fr" },
{ "name": "Guillaume Perréal" } { "name": "Guillaume Perréal" },
{ "name": "Nicolas Raidelet" }
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"homepage": "https://forge.irstea.fr/projects/irstea-file-upload-bundle", "homepage": "https://gitlab.irstea.fr/pole-is/bundles/file-upload-bundle",
"support": { "support": {
"email": "irstea-file-upload-bundle.support@lists.irsta.fr", "email": "dsi.poleis@lists.irsta.fr",
"issues": "https://forge.irstea.fr/projects/irstea-file-upload-bundle/issues", "issues": "https://gitlab.irstea.fr/pole-is/bundles/file-upload-bundle/issues",
"wiki": "https://forge.irstea.fr/projects/irstea-file-upload-bundle/wiki", "wiki": "https://gitlab.irstea.fr/pole-is/bundles/file-upload-bundle/wiki",
"source": "https://forge.irstea.fr/projects/irstea-file-upload-bundle/repository" "source": "https://gitlab.irstea.fr/pole-is/bundles/file-upload-bundle/tree/master"
}, },
"autoload": { "autoload": {
"psr-4": { "Irstea\\FileUploadBundle\\": "./" } "psr-4": { "Irstea\\FileUploadBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Irstea\\FileUploadBundle\\Tests\\": "tests/" }
}, },
"repositories": [ "repositories": [
{ "type": "composer", "url": "https://isdevtools.irstea.fr/satis" } { "type": "composer", "url": "https://isdevtools.irstea.fr/satis" }
...@@ -40,25 +44,21 @@ ...@@ -40,25 +44,21 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8" "phpunit/phpunit": "^4.8"
}, },
"suggest": { "config": {
"white-october/pagerfanta-bundle": "Pour utiliser la page d'administration." "sort-packages": true
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.1-dev", "dev-master": "0.1-dev",
"dev-symfony3": "1.0.x-dev" "dev-symfony3": "1.x-dev"
} }
}, },
"archive": { "archive": {
"exclude": [ "exclude": [
"!vendor", "vendor",
"phpunit.xml.dist", "phpunit.xml.dist",
"phpci.yml",
"phpmd.xml",
"apigen.neon",
".git*", ".git*",
"nbproject" ".idea"
] ]
} }
} }
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