Initial commit.
Showing
+112 -0
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.idea/composerJson.xml
0 → 100644
.packagist.sh
0 → 100755
LICENSE
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "irstea/phpstan-config", | |||
"description": "Configuration par défaut pour phpstan/phpstan.", | |||
"type": "library", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "Irstea - DSI - pôle IS", | |||
"email": "dsi.poleis@irstea.fr" | |||
} | |||
], | |||
"require": { | |||
"php": ">=7.1", | |||
"jangregor/phpstan-prophecy": "^0.3.0", | |||
"phpstan/phpstan": "^0.11", | |||
"phpstan/phpstan-beberlei-assert": "^0.11", | |||
"phpstan/phpstan-doctrine": "^0.11", | |||
"phpstan/phpstan-phpunit": "^0.11", | |||
"phpstan/phpstan-symfony": "^0.11" | |||
}, | |||
"config": { | |||
"sort-packages": true | |||
}, | |||
"archive": { | |||
"exclude": [".?*"] | |||
} | |||
} |
phpstan.neon
0 → 100644
Please register or sign in to comment