composer.json 1.24 KiB
    "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",
    "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"