irstea / phpunit-shim
Shim repository for phpunit/phpunit
9.5.4
2021-03-24 03:04 UTC
Requires
- php: >=7.3
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ext-xml: *
- ext-xmlwriter: *
Suggests
- ext-soap: *
- ext-xdebug: *
Replaces
- phpunit/phpunit: 9.5.4
This package is auto-updated.
Last update: 2026-05-24 14:10:30 UTC
README
This package is a drop-in replacement for phpunit/phpunit, which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
Installation
composer require irstea/phpunit-shim
or:
composer require --dev irstea/phpunit-shim
Usage
As you would use the original package, i.e. something like:
vendor/bin/phpunit [options] [arguments]
License
This distribution retains the license of the original software: BSD-3-Clause