An error occurred while loading the file. Please try again.
-
Antoine Regimbeau authoredcd9713c7
{
"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.7",
"phpstan/phpstan": "~0.12.34",
},
"bin": [
"bin/phpstan-watch"
],
"suggest": {
"beberlei/assert": "Framework léger d'assertion de type.",
"phpunit/phpunit": "Framework de tests unitaires.",
"phpspec/prophecy": "Framework de mocking pour les tests unitaires."
},
"config": {
"sort-packages": true
},
"archive": {
"exclude": [".?*"]
},
"scripts": {
"test": [
"vendor/bin/phpstan analyse -c loose.neon bin",
"vendor/bin/phpstan analyse -c strict.neon bin",
"vendor/bin/phpstan analyse -c phpunit.neon -l 1 bin"
]
}
}