| Current Path : /var/www/eltornillo.com.mx/public_html/vendor/allure-framework/allure-codeception/ |
| Current File : /var/www/eltornillo.com.mx/public_html/vendor/allure-framework/allure-codeception/composer.json |
{
"name": "allure-framework/allure-codeception",
"keywords":["codeception", "testing", "report", "steps", "attachments", "cases", "allure"],
"description": "A Codeception 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-codeception"
},
"require": {
"php": ">=5.6",
"codeception/codeception": "^2.3|^3.0|^4.0",
"allure-framework/allure-php-api": "~1.1.8",
"symfony/filesystem": ">=2.6",
"symfony/finder": ">=2.6"
},
"autoload": {
"psr-0": {
"Yandex": "src/"
}
}
}