| Current Path : /home/rtorresani/www/vendor/magento/magento2-functional-testing-framework/ |
| Current File : //home/rtorresani/www/vendor/magento/magento2-functional-testing-framework/composer.json |
{
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "4.3.4",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
"sort-packages": true
},
"require": {
"php": ">=8.1",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-openssl": "*",
"allure-framework/allure-codeception": "^2.1",
"allure-framework/allure-phpunit": "^2",
"aws/aws-sdk-php": "^3.132",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-sequence": "^3.0",
"codeception/module-webdriver": "^3.0",
"composer/composer": "^1.9 || ^2.0, !=2.2.16",
"csharpru/vault-php": "^4.2.1",
"guzzlehttp/guzzle": "^7.3.0",
"laminas/laminas-diactoros": "^2.8",
"monolog/monolog": "^2.3",
"mustache/mustache": "~2.5",
"nikic/php-parser": "^4.4",
"php-webdriver/webdriver": "^1.9.0 <1.14.0",
"spomky-labs/otphp": "^10.0",
"symfony/console": "^4.4||^5.4",
"symfony/string": "^5.4",
"symfony/dotenv": "^5.3",
"symfony/finder": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/mime": "^5.0",
"symfony/process": "^4.4||^5.4",
"weew/helpers-array": "^1.3",
"doctrine/annotations": "^1.13"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.3.1",
"codacy/coverage": "^1.4",
"php-coveralls/php-coveralls": "^1.0||^2.2",
"phpmd/phpmd": "^2.8.0",
"phpunit/phpunit": "<=9.5.20",
"sebastian/phpcpd": "~6.0.0",
"squizlabs/php_codesniffer": "~3.6.0"
},
"suggest": {
"hoa/console": "Enables <pause /> action and interactive console functionality"
},
"autoload": {
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
"psr-4": {
"Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework",
"MFTF\\": "dev/tests/functional/tests/MFTF"
}
},
"autoload-dev": {
"psr-4": {
"tests\\": "dev/tests"
}
},
"scripts": {
"tests": "bin/phpunit-checks",
"static": "bin/static-checks"
},
"extra": {
"hooks": {
"pre-push": "bin/all-checks"
}
},
"bin": ["bin/mftf"]
}