Initial commit.
parents
Showing
+141 -0
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "irstea/phpmd-config", | |||
"description": "Jeux de règles pour PHP Mess Detector.", | |||
"type": "library", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "Irstea - DSI - pôle IS", | |||
"email": "dsi.poleis@irstea.fr" | |||
} | |||
], | |||
"require": { | |||
"phpmd/phpmd": "^2.6" | |||
}, | |||
"config": { | |||
"sort-packages": true | |||
}, | |||
"archive": { | |||
"exclude": [ | |||
".?*" | |||
] | |||
} | |||
} |
loose.xml
0 → 100644
strict.xml
0 → 100644
Please register or sign in to comment