Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/allure-framework/allure-php-api/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/allure-framework/allure-php-api/composer.json

{
    "name": "allure-framework/allure-php-api",
    "keywords":["PHP", "report", "allure", "api"],
    "description": "Allure PHP commons",
    "homepage": "https://allurereport.org/",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Ivan Krutov",
            "email": "vania-pooh@yandex-team.ru",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "allure@qameta.io",
        "source": "https://github.com/allure-framework/allure-php-api"
    },
    "require": {
        "php": ">=7.1.3",
        "jms/serializer": "^1 | ^2 | ^3",
        "ramsey/uuid": "^3 | ^4",
        "symfony/mime": "^4.3 | ^5",
        "doctrine/annotations": "1.*"
    },
    "require-dev": {
        "phpunit/phpunit": "^7 | ^8 | ^9"
    },
    "autoload": {
        "psr-0": {
            "Yandex": ["src/", "test/"]
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-legacy": "vendor/bin/phpunit --configuration=phpunit.legacy.xml"
    }
}