📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 00:26:48
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
php-invoker
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/php-invoker
🔄 Refresh
✏️
Editing: composer.json
Writable
{ "name": "phpunit/php-invoker", "description": "Invoke callables with a timeout", "type": "library", "keywords": [ "process" ], "homepage": "https://github.com/sebastianbergmann/php-invoker/", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", "security": "https://github.com/sebastianbergmann/php-invoker/security/policy" }, "prefer-stable": true, "config": { "platform": { "php": "8.2.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { "php": ">=8.2" }, "require-dev": { "ext-pcntl": "*", "phpunit/phpunit": "^11.0" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture/" ] }, "suggest": { "ext-pcntl": "*" }, "extra": { "branch-alias": { "dev-main": "5.0-dev" } } }
💾 Save Changes
❌ Cancel