{
    "name": "portphp/steps",
    "description": "Step aggregator for Port",
    "license": "MIT",
    "homepage": "https://github.com/portphp",
    "authors": [
        {
            "name": "David de Boer",
            "email": "david@ddeboer.nl"
        },
        {
            "name": "Markus Bachmann",
            "email": "markus.bachmann@bachi.biz"
        },
        {
            "name": "Community contributors",
            "homepage": "https://github.com/portphp/boilerplate/graphs/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/portphp/portphp/issues",
        "source": "https://github.com/portphp/boilerplate",
        "docs": "https://portphp.readthedocs.org"
    },
    "require": {
        "php": ">=5.6.0",
        "portphp/portphp": "^1.0.0",
        "seld/signal-handler": "^1.0 || ^2.0",
        "symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
        "symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0"
    },
    "autoload": {
        "psr-4": {
            "Port\\Steps\\": "src/"
        }
    },
    "conflict": {
        "symfony/validator": "<2.5"
    },
    "require-dev": {
        "phpspec/phpspec": "^7.2",
        "friends-of-phpspec/phpspec-code-coverage": "^6.1"
    },
    "suggest": {
        "symfony/property-access": "Used in MappingStep",
        "symfony/validator": "Used in ValidatorStep"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        }
    }
}
