robotstxt-documentation-mar.../vendor/phpunit/php-invoker
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-30 18:51:40 +00:00
..
.psalm v1.0.0 2026-01-30 18:51:40 +00:00
src v1.0.0 2026-01-30 18:51:40 +00:00
ChangeLog.md v1.0.0 2026-01-30 18:51:40 +00:00
composer.json v1.0.0 2026-01-30 18:51:40 +00:00
LICENSE v1.0.0 2026-01-30 18:51:40 +00:00
README.md v1.0.0 2026-01-30 18:51:40 +00:00
SECURITY.md v1.0.0 2026-01-30 18:51:40 +00:00

phpunit/php-invoker

Latest Stable Version CI Status Type Coverage codecov

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/php-invoker

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev phpunit/php-invoker