File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/allure-framework/allure-phpunit/composer.json
{
"name": "allure-framework/allure-phpunit",
"keywords":["phpunit", "testing", "report", "steps", "attachments", "cases", "allure"],
"description": "A PHPUnit adapter for Allure report.",
"homepage": "http://allure.qatools.ru/",
"license": "Apache-2.0",
"authors": [
{
"name": "Ivan Krutov",
"email": "vania-pooh@yandex-team.ru",
"role": "Developer"
}
],
"support": {
"email": "allure@yandex-team.ru",
"source": "https://github.com/allure-framework/allure-phpunit"
},
"require": {
"php": ">=7.1.0",
"phpunit/phpunit": ">=7.0.0",
"mikey179/vfsStream": "1.*",
"allure-framework/allure-php-api": "~1.1.0"
},
"autoload": {
"psr-0": {
"Yandex": "src/"
}
}
}