![]() 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/rentpix.corals.io/vendor/orchestra/testbench-core/ |
{ "name": "orchestra/testbench-core", "description": "Testing Helper for Laravel Development", "homepage": "https://packages.tools/testbench", "keywords": ["laravel", "laravel-packages", "testing", "tdd", "bdd", "dev"], "license": "MIT", "support": { "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, "authors": [ { "name": "Mior Muhammad Zaki", "email": "[email protected]", "homepage": "https://github.com/crynobone" } ], "autoload": { "psr-4": { "Orchestra\\Testbench\\": "src/" }, "files": [ "src/functions.php" ] }, "autoload-dev": { "psr-4": { "Orchestra\\Testbench\\Tests\\": "tests/", "Workbench\\App\\": "workbench/app/", "Workbench\\Database\\Factories\\": "workbench/database/factories/", "Workbench\\Database\\Seeders\\": "workbench/database/seeders/" } }, "bin": [ "testbench" ], "require": { "php": "^8.0" }, "require-dev": { "composer-runtime-api": "^2.2", "fakerphp/faker": "^1.21", "laravel/framework": "^9.52.9", "laravel/pint": "^1.4", "mockery/mockery": "^1.5.1", "phpstan/phpstan": "^1.10.7", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ray": "^1.32.4", "symfony/process": "^6.0.9", "symfony/yaml": "^6.0.9", "vlucas/phpdotenv": "^5.4.1" }, "conflict": { "brianium/paratest": "<6.4.0 || >=7.0.0", "laravel/framework": "<9.52.9 || >=10.0.0", "orchestra/workbench": "<1.0.0", "nunomaduro/collision": "<6.2.0 || >=7.0.0", "phpunit/phpunit": "<9.5.10 || >=10.0.0" }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping.", "brianium/paratest": "Allow using parallel testing (^6.4).", "fakerphp/faker": "Allow using Faker for testing (^1.21).", "laravel/framework": "Required for testing (^9.52.9).", "mockery/mockery": "Allow using Mockery for testing (^1.5.1).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.2).", "orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^7.0).", "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^7.0).", "phpunit/phpunit": "Allow using PHPUnit for testing (^9.5.10).", "symfony/yaml": "Required for CLI Commander (^6.0.9).", "vlucas/phpdotenv": "Required for CLI Commander (^5.4.1)." }, "extra": { "branch-alias": { "dev-master": "7.0-dev" } }, "scripts": { "post-autoload-dump": [ "@clear", "@prepare" ], "clear": "@php testbench package:purge-skeleton --ansi", "prepare": "@php testbench package:discover --ansi", "lint": [ "@php vendor/bin/pint", "@php vendor/bin/phpstan analyse" ], "test": [ "@php vendor/bin/phpunit -c ./ --color" ], "ci": [ "@composer audit", "@post-autoload-dump", "@lint", "@test" ] }, "config": { "sort-packages": true }, "minimum-stability": "stable" }