![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/allure-framework/allure-php-commons/ |
{ "name": "allure-framework/allure-php-commons", "keywords": [ "php", "report", "testing", "allure", "commons" ], "description": "Allure PHP commons", "homepage": "http://allure.qatools.ru/", "license": "Apache-2.0", "authors": [ { "name": "Dmitry Baev", "email": "[email protected]", "role": "Developer" }, { "name": "Edward Surov", "email": "[email protected]", "role": "Developer" } ], "support": { "email": "[email protected]", "source": "https://github.com/allure-framework/allure-php-commons" }, "require": { "php": "^8", "ext-json": "*", "doctrine/annotations": "^1.12 || ^2", "psr/log": "^1 || ^2 || ^3", "ramsey/uuid": "^3 || ^4" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1", "phpunit/phpunit": "^9.6.8", "psalm/plugin-phpunit": "^0.18.4", "squizlabs/php_codesniffer": "^3.7.2", "vimeo/psalm": "^5.12" }, "autoload": { "psr-4": { "Qameta\\Allure\\": "src", "Yandex\\Allure\\Adapter\\": "src/Legacy" } }, "autoload-dev": { "psr-4": { "Qameta\\Allure\\Test\\": "test" } }, "conflict": { "amphp/byte-stream": "<1.5.1" }, "scripts": { "test-cs": "vendor/bin/phpcs -sp", "test-unit": "vendor/bin/phpunit --log-junit=build/log/junit.xml --coverage-clover=build/coverage/clover.xml --coverage-text", "test-psalm": "vendor/bin/psalm --shepherd", "test": [ "@test-cs", "@test-unit", "@test-psalm" ] } }