File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Testing
Upload
[..]
Concerns/
Rename
Del
Constraints/
Rename
Del
Exceptions/
Rename
Del
Fluent/
Rename
Del
LICENSE.md (1.05 KB)
Edit
Rename
Del
ParallelConsoleOutput.php (1.37 KB)
Edit
Rename
Del
ParallelTesting.php (7.8 KB)
Edit
Rename
Del
composer.json (1.38 KB)
Edit
Rename
Del
Edit: composer.json
{ "name": "illuminate/testing", "description": "The Illuminate Testing package.", "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "require": { "php": "^8.3", "ext-mbstring": "*", "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/support": "^13.0" }, "suggest": { "brianium/paratest": "Required to run tests in parallel (^7.0 || ^8.0).", "illuminate/console": "Required to assert console commands (^13.0).", "illuminate/database": "Required to assert databases (^13.0).", "illuminate/http": "Required to assert responses (^13.0).", "mockery/mockery": "Required to use mocking (^1.6).", "phpunit/phpunit": "Required to use assertions and run tests (^11.5.50 || ^12.5.8)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Testing\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }
Simpan