Commit 8b2440ce authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Crée la première version.

No related merge requests found
Showing with 30 additions and 0 deletions
+30 -0
.gitignore 0 → 100644
/vendor/
/composer.lock
composer.json 0 → 100644
{
"name": "irstea/dev-pack",
"description": "Méta-package qui regroupe les différents outils que nous utilisons en développement.",
"type": "metapackage",
"license": "MIT",
"authors": [
{
"name": "Guillaume Perréal",
"email": "guillaume.perreal@inrae.fr"
}
],
"require": {
"deployer/deployer": "@stable",
"hirak/prestissimo": "@stable",
"irstea/composer-require-checker-shim": "@stable",
"irstea/pcov-clobber-plugin": "@stable",
"irstea/php-cs-fixer-config": "@stable",
"irstea/phpcpd-shim": "@stable",
"irstea/phploc-shim": "@stable",
"irstea/phpmd-config": "@stable",
"irstea/phpmd-shim": "@stable",
"irstea/phpstan-config": "@stable",
"php-parallel-lint/php-parallel-lint": "@stable",
"phpunit/phpunit": "@stable",
"roave/security-advisories": "dev-master",
"sensiolabs/security-checker": "@stable"
}
}
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