kurozumi / php-private-method-invoker
v1.0.0
2024-04-24 11:17 UTC
Requires
- php: >=7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpunit/phpunit: ^9
README
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require kurozumi/php-private-method-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 kurozumi/php-private-method-invoker